(PKG_CHECK_MODULES): Fix quoting.
[emacs.git] / lisp / ChangeLog
blobb4f60092202569a78e2a479884665e77966fcfcf
1 2003-12-24  Kenichi Handa  <handa@m17n.org>
3         * international/mule-cmds.el (set-default-coding-systems): Call
4         ucs-set-table-for-input for all buffers that don't have local
5         value of buffer-file-coding-system.
7         * international/ucs-tables.el (ucs-set-table-for-input): If
8         translation-table-for-encode is a symbol, get its
9         translation-table property.
11 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
13         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
14         to `completing-read' on a recently fixed bug.
16         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
17         instead of SPACE, to get the list of possible fringe modes.  SPACE
18         only works if both `partial-completion-mode' and
19         `completion-auto-help' are nil.
21         * complete.el (PC-is-complete-p): delete.
22         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
23         calls to `test-completion'.
25 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
27         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
28         to edit values when there are no children.
30         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
31         a mode called "Assembler" already exists.
32         (gdb-use-colon-colon-notation, gdb-show-changed-values): New
33         options.
34         (gud-watch): Use format option. Remove font properties from
35         string.
36         (gdb-var-create-handler, gdb-var-list-children-handler): Don't
37         bother about properties as there are none.
38         (gdb-var-create-handler, gdb-var-list-children-handler)
39         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
40         with two arguments.
41         (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let
42         speedbar show value changes with a different font.
43         (gdb-edit-value): New defun.
44         (gdb-clear-partial-output, gdb-clear-inferior-io)
45         (def-gdb-auto-update-handler): Use erase-buffer.
46         (gdb-frame-handler): Display watch expressions in
47         FUNCTION::VARIABLE format if required.
49 2003-12-23  John Paul Wallington  <jpw@gnu.org>
51         * info.el (Info-unescape-quotes, Info-split-parameter-string)
52         (Info-goto-emacs-command-node): Doc fixes.
54 2003-12-03  Kenichi Handa  <handa@m17n.org>
56         * language/cyrillic.el: Register "microsoft-cp1251" in
57         ctext-non-standard-encodings-alist.
58         ("Bulgarian"): Add ctext-non-standard-encodings.
59         ("Belarusian"): Likewise.
61         * international/mule-conf.el (compound-text-with-extensions):
62         Change the type to 2 (iso-2022 base).
64         * international/mule.el (ctext-non-standard-encodings-alist):
65         Change the format.
66         (ctext-non-standard-encodings): New variable.
67         (ctext-post-read-conversion): Fully re-written.
68         (ctext-non-standard-designations-alist): Delete it.
69         (ctext-non-standard-encodings-table): New function.
70         (ctext-pre-write-conversion): Fully re-written.
72 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
74         * cus-edit.el (custom-add-parent-links): Add documentation links
75         for parent, if the item has none of its own.
77 2003-11-30  Richard M. Stallman  <rms@gnu.org>
79         * dired-aux.el (dired-do-query-replace-regexp):
80         Report files visited read-only.
82 2003-11-30  Juri Linkov  <juri@jurta.org>
84         * dired-aux.el (dired-compare-directories): New command.
85         (dired-file-set-difference, dired-files-attributes): New functions.
87 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
88         Version 2.0.38 of Tramp released.
90         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
91         Charles Curley <charlescurley@charlescurley.com>.
92         (tramp-multi-connection-function-alist): Add ssht entry which adds
93         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
94         Aichner.
95         (tramp-get-method-parameter): New function to retrieve a method
96         parameter.  This allows for omission of method parameters.
97         Callers adjusted.
99 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
101         * net/tramp.el: Add new optional parameter ID-FORMAT to
102         `file-attributes'.  Calls of `file-attributes' won't use this
103         parameter for backward compatibility reasons.
104         (tramp-perl-file-attributes): Add a new parameter to Perl script
105         in order to handle uid/gid as strings, if desired.
106         (tramp-handle-file-truename, tramp-handle-file-symlink-p): Apply
107         `file-attributes' instead of `tramp-handle-file-attributes' in
108         order to make the function more general.
109         (tramp-handle-file-attributes): Replace proprietary optional
110         parameter NONNUMERIC by the recently (Emacs 21.4) introduced
111         ID-FORMAT.
112         (tramp-handle-file-attributes-with-perl): Handle parameter
113         NONNUMERIC if set. This wasn't done in the past.
114         (tramp-post-connection): Apply second parameter "$2" if
115         `tramp-remote-perl' is called.
117         * net/tramp-smb.el (tramp-smb-handle-delete-file): Correct
118         cut'n'waste error (`filename' instead of `directory').
119         (tramp-smb-handle-directory-files-and-attributes)
120         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
121         introduced parameter ID-FORMAT.
122         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
123         error (`directory' instead of `ldir').
125         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
126         `file-attributes' has a second parameter.  If yes, apply it with
127         value "'integer".  Otherwise, don't use that parameter (default is
128         integer format).
131 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
133         * help.el (help-map): Bind `display-local-help' to `C-h .'.
134         (help-for-help): Add `C-h .' to the listed Help options.
135         Remove trailing whitespace.
137         * help-at-pt.el: New file.
139 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
141         * subr.el (noreturn, 1value): New macros for test coverage.  See
142         `testcover.el'.
144         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
146         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
147         for macro `1value'.
148         (testcover-1value): New function.  Checks that a 1value form
149         actually returns only one value.  Requested by RMS.
151 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
153         * gdb-ui.el (gud-watch, gdb-var-create-handler)
154         (gdb-var-list-children, gdb-var-list-children-handler)
155         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
156         gdb commands that use mi to keep them out of the command history.
158 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
160         * cus-start.el (all): Add use-file-dialog.
162 2003-11-27  Kim F. Storm  <storm@cua.dk>
164         * subr.el (posn-object-x-y): New defun.
166 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
168         * subr.el (number-sequence): Improve handling of floating point
169         arguments (suggested by Kim Storm).  Allow negative arguments.
171 2003-11-26  Kenichi Handa  <handa@m17n.org>
173         * international/mule-cmds.el (standard-display-european-internal):
174         Cancel the standard-display-table setting for ` and '.
176 2003-11-26  Kim F. Storm  <storm@cua.dk>
178         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
179         New defcustoms to add ffap-like functionality to ido.
180         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
181         (ido-no-final-slash): New defun.
182         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
183         (ido-read-file-name): ): Toggle VC checking via
184         vc-handled-backends instead of vc-master-templates.
185         (ido-file-internal): Handle ido-use-url-at-point and
186         ido-use-filename-at-point via code borrowed from ffap-guesser.
187         Handle new ido-exit code ffap.
188         (ido-sort-list): Ignore final slash when sorting file names.
190 2003-11-25  Kim F. Storm  <storm@cua.dk>
192         * emulation/cua-base.el (cua--standard-movement-commands):
193         Add forward-sentence and backward-sentence.
195 2003-11-25  Stephen Eglen  <stephen@gnu.org>
197         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
198         iswitchb-exit is set to 'usefirst when user selects buffer at head
199         of list using RET.  (Selecting buffers at the head of the list was
200         broken if the substring was also a complete buffername.)
202 2003-11-23  Kim F. Storm  <storm@cua.dk>
204         * progmodes/compile.el (grep-command, grep-use-null-device)
205         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
206         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
207         (grep-regexp-alist, grep-program, find-program)
208         (grep-find-use-xargs, grep-history, grep-find-history)
209         (grep-process-setup, grep-compute-defaults)
210         (grep-default-command, grep, grep-tag-default, grep-find)
211         (grep-expand-command-macros, grep-tree-last-regexp)
212         (grep-tree-last-files, grep-tree): Move grep variables, functions
213         and commands to new file grep.el.
214         (compilation-mode-map): Remove grep commands from Compile sub-menu.
215         (compilation-process-setup-function): Doc fix.
216         (compilation-highlight-regexp, compilation-highlight-overlay): New
217         defvars used for highlighting current compile error in source buffer.
218         (compile-internal): New optional args HIGHLIGHT-REGEXP and
219         LOCAL-MAP which overrides compilation-highlight-regexp and
220         compilation-mode-map for this compilation.
221         Delay calling compilation-set-window-height until after running
222         compilation-process-setup-function so it can buffer-local override
223         compilation-window-height.
224         Check buffer-local value of compilation-scroll-output.
225         (compilation-set-window-height): Use buffer-local value of
226         compilation-window-height.
227         (compilation-revert-buffer): Don't pass (undefined)
228         preserve-modes arg to revert-buffer.
229         (next-error-no-select, previous-error-no-select): New commands.
230         (compilation-goto-locus): Temporarily highlight current match in
231         source buffer using compilation-highlight-regexp.
233         * progmodes/grep.el: New file with grep code from compile.el.
234         (grep): New defcustom group.
235         (grep-window-height): New defcustom, like compilation-window-height.
236         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
237         (grep-scroll-output): New defcustom, like compilation-scroll-output.
238         (grep-command, grep-use-null-device, grep-find-command)
239         (grep-tree-files-aliases, grep-tree-ignore-case)
240         (grep-tree-ignore-CVS-directories): Move to grep custom group.
241         (grep-setup-hook): New hook variable.
242         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
243         (grep-last-buffer): New defvar, override compilation-last-buffer.
244         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
245         Call compile-internal with args highlight-regexp and grep-mode-map.
247 2003-11-23  Kim F. Storm  <storm@cua.dk>
249         * subr.el (event-start, event-end): Doc fix.
250         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
251         (posn-area, posn-actual-col-row, posn-object): New defuns.
252         (posn-col-row): Simplify doc.  Rewrite to use cond.
253         (posn-point): Also return buffer position for events outside text
254         area (that info is now present in the event position).
256         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
257         mouse-set-point so that hscroll still works now that clicks on
258         fringes generate specific mouse events.
259         (mouse-set-point): Note that it now works in fringes and margins
260         too due to new semantics of posn-point in fringes and margins.
262         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
263         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
265 2003-11-20  Kim F. Storm  <storm@cua.dk>
267         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
268         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
269         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
270         to 100 for icons to avoid increasing line height when shown.
272 2003-11-19  Andreas Schwab  <schwab@suse.de>
274         * simple.el (set-variable): Fix indentation.
276 2003-11-17  Kenichi Handa  <handa@m17n.org>
278         * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
279         docstring.
281 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
283         * international/latin1-disp.el (latin1-display): Fix docstring.
285 2003-11-16  John Wiegley  <johnw@newartisans.com>
287         * eshell/em-ls.el (eshell-ls-file): There are times with
288         size-width is nil and uncomputed (when directories are created in
289         dired, for example); in this case, 4 is reasonable default value,
290         although it may caused skewed new entries (which could be avoided
291         by returning the original value of 8 in all cases, but 99% of the
292         time this is a waste of whitespace).
294 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
296         * cc-engine.el (c-guess-continued-construct,
297         c-guess-basic-syntax): Check a little more carefully if it's a
298         function declaration when an unknown construct followed by a block
299         is found inside a statement context.  This avoids macros followed
300         by blocks to be taken as function declarations.
302         (c-guess-continued-construct): Changed the analysis of a statement
303         continuation with a brace open to `substatement-block', for
304         consistency with recognized statements.
306         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
307         start is in a position so that `c-beginning-of-statement-1' jumped
308         to the beginning of the same statement.
310         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't
311         accept binary operators in the arglist if we're in a function call
312         context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
313         template recognition in cases like "if (a < b || c > d)".
315         (c-restricted-<>-arglists): New more appropriate name for
316         `c-disallow-comma-in-<>-arglists'.
318         Accessing functions updated for the variable name change.
320         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
321         match data could get clobbered if NOT-INSIDE-TOKEN is used.
323         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
324         labels.
326         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
327         instead of duplicating parts of it.  This fixes bogus label
328         recognition.
330         * cc-align.el (c-gnu-impose-minimum): Reverted to the old method
331         of checking the context in which to apply the minimum indentation,
332         so that it isn't enforced in e.g. namespace blocks.
334         * cc-vars.el (c-inside-block-syms): New constant used by
335         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
336         to somewhat reduce the risk of becoming stale.
338         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from
339         cc-cmds to cc-engine to allow use from cc-align.
341         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
342         qualified identifiers containing "::".
344         * cc-defs.el (c-make-keywords-re): Added kludge for bug in
345         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
347         * cc-vars.el (c-emacs-features): Use a space in front of the name
348         of the temporary buffer.  That also avoids dumping problems in
349         XEmacs due to undo info being left around after the buffer is
350         killed.
352         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
353         arglist to see if it's a K&R style declaration.
355         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
356         before returning `knr-argdecl-intro'.
358 2003-11-16  John Wiegley  <johnw@newartisans.com>
360         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
361         field in a long-listing always 8 characters, use `size-width',
362         which has already been computed.
364 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
366         * subr.el (minor-mode-list): Add `hs-minor-mode'.
368 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
370         * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
371         operation while narrowed, with `diff-restrict-view'.
373 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
375         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Take
376         additional optional arg NARROWFUN.  For the generated functions: Add
377         local var `was-narrowed-p'.  Also, if NARROWFUN is specified, include
378         frags that arrange to check for and save narrowing state before the
379         move and then conditionally call NARROWFUN after the move.
381 2003-11-14  John Wiegley  <johnw@newartisans.com>
383         * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash
384         that was optional, but obviously missing based on surrounding
385         code.
387         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
388         string arguments to numbers unless the whole argument was seen as
389         a number.
391 2003-11-14  Kenichi Handa  <handa@m17n.org>
393         * international/mule.el (ctext-non-standard-encodings-alist): Fix
394         coding systems.
396 2003-11-10  Kenichi Handa  <handa@m17n.org>
398         * language/kannada.el ("Kannada"): Add sample-text.
400         * language/knd-util.el (kannada-compose-region)
401         (kannada-compose-string, kannada-post-read-conversion): Add
402         autoload cookie.
404         * international/quail.el (quail-completion): Change the message
405         "corresponding translations" to "corresponding characters".
407 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
409         * descr-text.el (describe-char): Fix typo.
411 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
413         These changes are to support Kannada language/script.
415         * Makefile.in (DONTCOMPILE): Add kannada.el.
417         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
419         * loadup.el: Preload kannada.el.
421         * language/ind-util.el (ucs-kannada-to-is13194-alist)
422         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
423         New variables.
425         * language/kannada.el: New file.
427         * language/knd-util.el: New file.
429 2003-11-07  Andreas Schwab  <schwab@suse.de>
431         * progmodes/autoconf.el (autoconf-font-lock-keywords): Also
432         highlight AH_*.
434         * xml.el (xml-parse-dtd): Fix misplaced paren.
436 2003-11-07  Kenichi Handa  <handa@m17n.org>
438         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
440 2003-11-05  Juri Linkov  <juri@jurta.org>
442         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
443         (desktop-buffer-file): Use saved buffer-file-coding-system
444         for file reading.  Set auto-insert to nil to prevent automatic
445         insertion into restored empty files.
447 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
449         * files.el (risky-local-variable-p): Make second argument optional.
451 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
453         * mail/rmail.el (rmail-convert-to-babyl-format): If
454         base64-decode-region signals an error, catch it and silently
455         ignore it.
457 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
459         * xml.el: Allow comments following the top-level element.
460         Separate out namespace parsing into special functions.
461         Change namespace parsing to return ('ns-uri . "local-name")
462         instead of '{ns-uri}local-name.
464 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
466         * dired.el (dired-ls-sorting-switches): Doc fix.
468 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
470         * emacs-lisp/rx.el (rx-or): Fix the case of
471         "(rx (and ?a (or ?b ?c) ?d))".
473 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
475         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
476         (texinfo-format-region): Use it.
477         (texinfo-format-buffer-1): Ditto.
479 2003-11-01  Alan Mackenzie  <acm@muc.de>
481         Changes to allow scrolling whilst in isearch mode:
482         * isearch.el (isearch-unread-key-sequence): New function,
483         extracted from isearch-other-meta-char.
484         (top level): (put 'foo 'isearch-scroll) on all Emacs's
485         "scrollable" standard functions.
486         (isearch-allow-scroll): New customizable variable.
487         (isearch-string-out-of-window, isearch-back-into-window)
488         (isearch-reread-key-sequence-naturally)
489         (isearch-lookup-scroll-key): New functions.
490         (isearch-other-meta-char): Doc string and functionality enhanced.
491         Now accepts a prefix argument.
492         (isearch-lazy-highlight-window-end): New variable.
493         (isearch-lazy-highlight-new-loop): Pay attention to the window's
494         end (thru isearch-lazy-highlight-window-end), not only its start.
496         * simple.el (overriding-map-is-bound, saved-overriding-map): New
497         variables.
498         (ensure-overriding-map-is-bound, restore-overriding-map): New
499         functions.
500         (universal-argument, universal-argument-more, negative-argument)
501         (digit-argument, universal-argument-other-key): Minor changes.
503 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
505         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
506         recursively if the last message is deleted, thus avoiding an
507         infinite loop.
509 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
511         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
512         (tex-main-file): Don't add .tex if the extension is already present.
513         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
515 2003-10-29  Lute Kamstra  <lute@gnu.org>
517         * progmodes/octave-inf.el (inferior-octave-prompt):
518         Recognize version number in prompt.
520 2003-10-28  Dave Love  <fx@gnu.org>
522         * international/characters.el: Fix some Unicode ranges.
524 2003-10-28  Kenichi Handa  <handa@m17n.org>
526         * disp-table.el (standard-display-8bit)
527         (standard-display-default, standard-display-ascii)
528         (standard-display-g1, standard-display-graphic)
529         (standard-display-underline): Assure that standard-display-table
530         is a display table.
532 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * simple.el (reindent-then-newline-and-indent): Delete space *after*
535         reindenting the first line.
537 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
539         * wid-edit.el (widget-default-delete): Always delete child widgets.
541 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * newcomment.el (comment-indent): Don't call indent-according-to-mode
544         if the line has code.
545         Don't try to line up with something that's too far left.
547         * progmodes/octave-mod.el (octave-comment-start): Simplify.
548         (octave-mode-syntax-table): Add % as a comment starter.
549         (octave-point): Remove.
550         (octave-in-comment-p, octave-in-string-p)
551         (octave-not-in-string-or-comment-p, calculate-octave-indent)
552         (octave-blink-matching-block-open, octave-auto-fill):
553         Use line-(beginning|end)-position instead.
555 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
557         * emacs-lisp/authors.el (authors-aliases): Add correct realname
558         for Francesco Potort\e,Al\e(B.
560 2003-10-23  Dave Love  <fx@gnu.org>
562         * international/mule-cmds.el (locale-charset-to-coding-system):
563         Don't rely on nil being a coding system.
565         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
566         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
567         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
569 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
571         * gdb-ui.el (gdb-current-language): New variable.
572         (gdb-update-flag): Remove variable.
573         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
574         (gdb-take-last-elt): Remove function.
575         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
576         (gdb-post-prompt): Check for variable object changes here.
578         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
579         object changes in gdb-ui.el.
581 2003-10-21  Richard M. Stallman  <rms@gnu.org>
583         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
585         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
586         Don't check for foo*/ wildcard form here.
587         (insert-directory): Recognize foo*/ as a wildcard.
588         Separate wildcard-regexp variable from the arg, wildcard.
590         * subr.el (add-hook): Correctly detect when make-local-hook was used.
591         (remove-hook): Correctly handle strange cases about local hooks.
593 2003-10-21  David Ponce  <david@dponce.com>
595         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
596         argument REAL, to return a real number instead of a rounded
597         integer value.  Define as inline function.
598         (ruler-mode-right-fringe-cols): Likewise.
599         (ruler-mode-scroll-bar-cols): New function.
600         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
601         (ruler-mode-right-scroll-bar-cols): Likewise.
602         (ruler-mode-space): New function.
603         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
604         scroll bar mode and margins in a more robust way.
606 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
608         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
609         (antlr-c-init-language-vars): New function.
610         (antlr-mode): Use it with cc-mode before v5.29.
611         (antlr-c-common-init): Don't set some local vars here.
612         (antlr-mode): Set them here.
613         (antlr-c-forward-sws): New function alias.
614         (antlr-mode): Redefine with cc-mode before v5.30.
615         (antlr-skip-sexps): Use it.
616         (antlr-skip-exception-part): Ditto.
617         (antlr-skip-file-prelude): Ditto.
618         (antlr-outside-rule-p): Ditto.
619         (antlr-end-of-body): Ditto.
620         (antlr-option-kind): Ditto.
621         (antlr-insert-option-area): Ditto.
622         (antlr-file-dependencies): Ditto.
624 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
626         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
627         Move backward only if point was not inside an entry.
629 2003-10-21  Richard M. Stallman  <rms@gnu.org>
631         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
633 2003-10-21  Juri Linkov  <juri@jurta.org>
635         * compare-w.el: Automatically skip non-matching text to resync.
636         (compare-windows-whitespace): Doc fix.
637         (compare-windows-sync, compare-windows-sync-string-size)
638         (compare-windows-recenter, compare-ignore-whitespace)
639         (compare-windows-highlight, compare-windows-face): New variables.
640         (compare-windows): Use compare-windows-sync.
641         (compare-windows-highlight, compare-windows-dehighlight)
642         (compare-windows-sync-regexp)
643         (compare-windows-sync-default-function): New functions.
645 2003-10-21  Juri Linkov  <juri@jurta.org>
647         * diff.el (diff-parse-differences): Don't visit the files now;
648         instead, just record the error locus.
650 2003-10-21  Dave Love  <fx@gnu.org>
652         * progmodes/cfengine.el: New file.
654 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
656         * complete.el (PC-do-completion): Do not forget to use `pred' as the
657         default-directory when completing file names.
659 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
661         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
662         followed by the word `face', it gets treated as a face, even if
663         it is also defined as a variable or a function.
665 2003-10-20  Dave Love  <fx@gnu.org>
667         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
668         Avoid incf in macro expansion.
670 2003-10-20  John Paul Wallington  <jpw@gnu.org>
672         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
673         `evenp' so we don't implicitly require cl library at runtime.
675 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
677         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
678         (help-make-xrefs): Only make cross-references for faces if
679         preceded or followed by the word `face'.  Do not make a
680         cross-reference for variables without variable documentation,
681         unless preceded by the word `variable' or `option'.  Update doc
682         string accordingly.
684 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
686         * progmodes/hideshow.el: Rewrite one-armed `if'
687         constructs using either `when' or `unless'.
688         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
690 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
692         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
693         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
694         instead of 12x12.
696 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
698         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
699         message while converting to Babyl.
701 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
703         * allout.el (allout-mode): Doc fix.
705 2003-10-16  Lute Kamstra  <lute@gnu.org>
707         * subr.el (force-mode-line-update): Fix docstring.
709 2003-10-14  Dave Love  <fx@gnu.org>
711         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
712         (default-input-method): Add :link, improve :type.
713         (locale-charset-language-names): Fix utf-8 pattern.
714         (locale-charset-match-p, locale-charset-alist)
715         (locale-charset-to-coding-system): New.
716         (set-locale-environment): Deal with codeset part of locale specs.
718 2003-10-14  Lute Kamstra  <lute@gnu.org>
720         * fringe.el (fringe-mode): Use active voice in docstring.
721         (set-fringe-style): Ditto.
723 2003-10-13  Lute Kamstra  <lute@gnu.org>
725         * fringe.el (fringe-mode): Fix docstring.
726         (set-fringe-style): Ditto.
728 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
730         * ediff-mult.el (ediff-filegroup-action):
731         Use ediff-default-filtering-regexp.
733         * ediff-util.el (ediff-recenter): Don't call
734         ediff-restore-highlighting twice.
735         (ediff-select-difference): Set current difference.
736         (ediff-unselect-and-select-difference): Add comment.
738         * ediff.el (ediff-directories,ediff-directory-revisions)
739         (ediff-directories3,ediff-merge-directories)
740         (ediff-merge-directories-with-ancestor)
741         (ediff-merge-directory-revisions)
742         (ediff-merge-directory-revisions-with-ancestor):
743         Use ediff-default-filtering-regexp.
745 2003-10-12  Andreas Schwab  <schwab@suse.de>
747         * international/mule-cmds.el (locale-charset-language-names):
748         Simplify regex by removing unused grouping.
750 2003-10-10  Dave Love  <fx@gnu.org>
752         * bindings.el: Don't bind stop.
754 2003-10-08  Miles Bader  <miles@gnu.org>
756         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
757         face instead of attempting to emulate it.
759 2003-10-07  Kenichi Handa  <handa@m17n.org>
761         * international/mule-diag.el (list-coding-systems-1): List coding
762         systems that are loaded automatically.
764         * international/code-pages.el (iso-8859-11): Add autoload cookie.
766         * international/mule.el (autoload-coding-system): New function.
768 2003-10-07  Andreas Schwab  <schwab@suse.de>
770         * log-edit.el (log-edit-changelog-entries): Prefer local value of
771         change-log-default-name in the buffer visiting the file.
773 2003-10-06  Dave Love  <fx@gnu.org>
775         * files.el (find-file-hook): Customize.
776         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
778         * bindings.el (completion-ignored-extensions): Remove .log.
779         (global-map): Add again, open, stop keys.
781 2003-10-05  Richard M. Stallman  <rms@gnu.org>
783         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
784         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
785         Use sh-modify directly.
786         (sh-select): Use sh-append, not eval.
788         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
790         * info.el (Info-following-node-name): New function.
792         * loadhist.el (unload-feature-special-hooks):
793         Rename from loadhist-hook-functions.
794         (loadhist-hook-functions): Now an alias.
796 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
798         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
799         file-name clashes on 8+3 filesystems.
801         * Makefile.in (DONTCOMPILE, bootstrap-clean):
802         Rename loaddefs-boot.el to ldefs-boot.el
804         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
805         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
807 2003-10-03  Lute Kamstra  <lute@gnu.org>
809         * info.el (Info-mode): Revert previous change.
810         (Info-escape-percent): New function.
811         (Info-fontify-node): Use it.
813 2003-10-02  Andreas Schwab  <schwab@suse.de>
815         * loaddefs-boot.el: Regenerated.
817 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
819         * ffap.el: Remove defadvice related code from CVS since `complete'
820         provides a `PC-completion-as-file-name-predicate' variable that
821         ffap can override.
823 2003-10-02  Kenichi Handa  <handa@m17n.org>
825         * international/utf-8.el (ccl-decode-mule-utf-8):
826         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
828         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
829         * international/subst-big5.el: Likewise.
830         * international/subst-gb2312.el: Likewise.
831         * international/subst-ksc.el: Likewise.
833 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
835         * calendar/calendar.el (increment-calendar-month)
836         (calendar-leap-year-p, calendar-absolute-from-gregorian)
837         (generate-calendar, calendar-read-date, calendar-interval)
838         (calendar-day-of-week): Handle years BC.
839         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
841 2003-10-01  Dave Love  <fx@gnu.org>
843         * language/cyrillic.el (cp1251): Alias for windows-1251.
845         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
846         bootstrap.
848 2003-10-01  Lute Kamstra  <lute@gnu.org>
850         * files.el: Fix typo.
851         * imenu.el (imenu--generic-function): Docstring fix.
853 2003-09-30  Richard M. Stallman  <rms@gnu.org>
855         * dired.el (dired-mode): Handle dired-directory as a list.
857 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
859         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
861         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
863         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
864         Replace gud-display with gud-watch.
865         (gud-speedbar-buttons): Add stuff for watching expressions
866         in the speedbar when using M-x gdba. Use dolist on old part
867         of this function.
869         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
870         (gdb-update-flag): New variables.
871         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
872         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
873         (gud-watch, gdb-var-create-handler) : New functions.
874         (gdb-var-list-children, gdb-var-list-children-handler)
875         (gdb-var-create-regexp, gdb-var-update-regexp)
876         (gdb-var-list-children-regexp): New constants.
877         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
878         (gdb-annotation-rules): Reduce annotation set (level 3).
879         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
880         (gdb-post-prompt): Don't update GDB buffers every time speedbar
881         updates.
882         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
883         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
884         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
885         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
886         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
887         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
888         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
889         (gud-display, gud-display1)
890         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
891         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
892         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
893         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
894         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
895         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
896         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
897         (gdb-display-display-buffer, gdb-toggle-display)
898         (gdb-delete-display, gdb-expressions-popup-menu)
899         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
900         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
901         to display buffer.
903 2003-09-30  Richard M. Stallman  <rms@gnu.org>
905         * progmodes/ada-mode.el (ada-mode): Don't use advice.
906         Instead, set which-func-functions.
908         * progmodes/which-func.el (which-func-modes): Add ada-mode.
909         (which-func-functions): New variable.
910         (which-function): Use that.
912         * info.el (Info-mode): Double each `%' in header line.
914         * emacs-lisp/lisp-mnt.el (lm-with-file):
915         When FILE is nil, run BODY in current buffer.
917         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
919         * help.el (describe-mode): Start with a brief list of minor modes.
920         Find them thru minor-mode-list so as to find them all.
921         Show them in alphabetical order.
923         * mail/sendmail.el (mail-aliases): Doc fix.
925         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
927 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
929         * mail/rmailsum.el (rmail-make-summary-line-1):
930         Change comma after last label to a space.
931         (rmail-summary-font-lock-keywords): Adapt to that change.
933 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
935         * progmodes/scheme.el (scheme-mode-variables): When setting
936         `font-lock-defaults', also specify that "#" should
937         be interpreted with `word' syntax.
938         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
940 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
942         * desktop.el: A lot of comments updated.
943         (desktop-save-mode): Minor mode introduced.
944         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
945         (desktop-load-default): Function made obsolete.
946         (desktop-locals-to-save): Variable made customizable.
947         (desktop-read): Optional parameter `dirname' added.
948         (desktop-change-dir, desktop-revert): Parameter `dirname' in
949         `desktop-read' used.
950         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
952 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
954         * whitespace.el (whitespace-clean-msg): Add user customizable message
955         for displaying ``clean'' output.
956         (whitespace-buffer): Use `whitespace-clean-msg'.
957         (whitespace-global-mode): Fix typo.
959 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
961         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
963 2003-09-29  Lute Kamstra  <lute@gnu.org>
965         * bindings.el (mode-line-modes): Remove superfluous :propertize
966         construct in initialization.
967         (mode-line-position): Change cons cell into proper list in
968         initialization.
970 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
972         * international/mule.el (decode-coding-inserted-region): Use car
973         of the return value of find-operation-coding-system.
975 2003-09-29  Kenichi Handa  <handa@m17n.org>
977         * descr-text.el (describe-char): Fix previous change.
979 2003-09-28  Kenichi Handa  <handa@m17n.org>
981         * descr-text.el (describe-char-display): New function.
982         (describe-char): Pay attention to display table on describing how
983         a character is displayed.
985         * international/mule-cmds.el (encoded-string-description):
986         Prepend "0x" to each encoded byte.
988 2003-09-28  Andreas Schwab  <schwab@suse.de>
990         * find-file.el (ff-special-constructs): Add autoload cookie.
992 2003-09-28  Kevin Ryde  <user42@zip.com.au>
994         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
995         makeinfo appends to duplicate index entries.
997 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
999         * dired-x.el (dired-clean-tex): Doc fix.
1001         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
1002         using a Chinese tutorial.
1004 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1006         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
1007         between "MAIL FROM:" and "RCPT TO:" and the following address.
1009 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1011         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
1013 2003-09-28  David Ponce  <david@dponce.com>
1015         * recentf.el (recentf-initialize-file-name-history): New defcustom.
1016         (recentf-load-list): When `recentf-initialize-file-name-history'
1017         is non-nil, initialize an empty `file-name-history' with the
1018         recent list.
1020 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
1022         * man.el (Man-default-man-entry): Remove the leading `*' from the
1023         word at point.
1025 2003-09-26  Lute Kamstra  <lute@gnu.org>
1027         * bindings.el (mode-line-position): Mention size indication in
1028         docstring.
1030 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
1032         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
1034         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
1035         because it's autoloaded now.
1037 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
1039         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
1040         (sh-font-lock-keywords, sh-feature): Fix previous change of
1041         sh-feature to avoid infloop with sh-font-lock-keywords.
1043 2003-09-25  Kim F. Storm  <storm@cua.dk>
1045         * frame.el (frame-current-scroll-bars): New defun.
1047         * window.el (window-current-scroll-bars): New defun.
1049 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1051         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
1052         cause errors when the state cache contains info on parts that have
1053         been narrowed out.
1055 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1057         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
1058         `c-setup-paragraph-variables' has to be used when this variable is
1059         changed; it doesn't work to reinitialize the mode since that
1060         typically clobbers the variable.
1062         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1063         Make it interactive.
1065 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1067         * progmodes/cc-fonts.el (c-font-lock-declarations):
1068         Fix recognition of constructors and destructors for classes whose
1069         names are matched by `*-font-lock-extra-types'.
1071         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
1072         followed by an identifier in C++ then it's a type.
1074 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1076         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
1077         problem that primarily affected XEmacs.  Don't use faces to find
1078         unterminated strings since Emacs and XEmacs fontify strings
1079         differently - this function should now work better in XEmacs.
1081 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1083         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
1084         `expand-abbrev' workaround which caused braces to misbehave inside
1085         macros.
1087         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
1088         handling.  This bug could cause interactive font locking to bail out.
1090 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1092         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1093         Handle paren-style types in Pike.  Also fixed some cases of
1094         insufficient handling of unbalanced parens.
1096 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
1098         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
1099         common shell prompts that are not common filename or URL characters.
1100         (ffap-file-at-point): Use the new regexp to strip the prompts from
1101         the file names. This is an issue mostly for user prompts that
1102         don't have a trailing space and find-file-at-point is invoked from
1103         within a shell inside emacs.
1105 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
1107         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
1108         stamps numerically, rather than textually.
1110 2003-09-24  Kenichi Handa  <handa@m17n.org>
1112         * language/devan-util.el (devanagari-post-read-conversion):
1113         * language/mlm-util.el (malayalam-post-read-conversion):
1114         * language/tml-util.el (tamil-post-read-conversion):
1115         Add autoload cookie.
1117         * international/utf-8.el (utf-8-post-read-conversion):
1118         Call post-read-conversion functions for Devanagari, Malayalam,
1119         and Tamil.
1121 2003-09-23  Dave Love  <fx@gnu.org>
1123         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
1125 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
1127         * progmodes/gud.el (perldb): Add gud-until to list of commands.
1128         Update gud-remove.
1130 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1132         * progmodes/sh-script.el (sh-mode-default-syntax-table):
1133         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
1134         (sh-mode-syntax-table-input): New variable.
1135         (sh-require-final-newline): Don't use eval.
1136         (sh-builtins, sh-leading-keywords, sh-other-keywords)
1137         (sh-variables, sh-font-lock-keywords): Don't use eval.
1138         (sh-set-shell): When setting require-final-newline,
1139         treat value = `require-final-newline' as don't change it.
1140         Set sh-mode-syntax-table locally based on
1141         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
1143         * progmodes/compile.el (compile-internal):
1144         Call compilation-set-window-height before setting window start.
1146 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
1148         * emacs-lisp/bytecomp.el (byte-compile-log-file):
1149         Clear out byte-compile-last-warned-form.
1151 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1153         * woman.el (woman-file-name, woman-follow-word):
1154         If current-word returns nil, use "".
1156         * simple.el (eval-expression): Bind standard-output in to-buffer case.
1158 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1160         * emacs-lisp/lisp-mnt.el (lm-with-file):
1161         Don't visit the file, just use insert-file-contents in temp buffer.
1163 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
1165         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
1166         Add surrounding \\( and \\) around the header, as in
1167         for lm-history-header 'Change Log\\|History'.
1169 2003-09-22  John Paul Wallington  <jpw@gnu.org>
1171         * progmodes/ld-script.el: Add Commentary section,
1172         minor cleanup of file header.
1173         (ld-script-font-lock-keywords): Doc fix.
1174         (toplevel): Provide `ld-script' feature.
1176 2003-09-21  Kim F. Storm  <storm@cua.dk>
1178         * scroll-bar.el (set-scroll-bar-mode): Initialize to
1179         new built-in variable default-frame-scroll-bars.
1180         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
1181         scroll-bar-mode; notably, use it instead of t when we toggle
1182         scroll-bars on.
1183         (toggle-scroll-bar): Use default-frame-scroll-bars.
1185 2003-09-19  Masatake YAMATO  <jet@gyve.org>
1187         * pcvs.el (cvs-do-removal): Change the prompt depending on
1188         `filter' value.
1190 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
1192         * startup.el (command-line-1): Stop startup-echo-area-message
1193         being hidden by "Loading image..." message.
1194         (use-fancy-splash-screens-p, display-splash-screen):
1195         Move display-graphic-p test from latter to former.
1197         * progmodes/sh-script.el (sh-font-lock-keywords):
1198         Highlight escaped EOLs differently from other backslash constructs.
1200 2003-09-19  Richard M. Stallman  <rms@gnu.org>
1202         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
1203         New functions.
1204         (edebug-enter, edebug-outside-excursion): Use them.
1206         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1207         Fix the condition for whether to print "In WHERE".
1209 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
1211         * finder.el (finder-mode-hook): New variable.
1212         (finder-mode): Run hook finder-mode-hook
1214 2003-09-18  Masatake YAMATO  <jet@gyve.org>
1216         * progmodes/ebrowse.el: Fix broken magic autoload comments.
1218 2003-09-17  Mario Lang  <mlang@delysid.org>
1220         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
1221         "p %e" to actually print the value in the GUD buffer.
1223 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
1225         From David Ponce <david.ponce@wanadoo.fr>:
1226         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
1227         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
1228         from loaddefs-boot.el if necessary.
1230 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
1232         * progmodes/gud.el (gud-find-class): Make jdb work again since
1233         cc-mode changed the syntactic information.
1235 2003-09-15  David Ponce  <david@dponce.com>
1237         * recentf.el: (recentf-exclude): Accept predicates too.
1238         (recentf-file-readable-p): New function.
1239         (recentf-include-p): Handle predicates in recentf-exclude.
1240         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
1241         (recentf-cleanup): Likewise.
1242         (recentf-save-list): Use write-file to handle backup of
1243         recentf-save-file.
1245 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
1247         * loaddefs-boot.el: Renamed from `loaddefs.el'
1248         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
1249         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
1250         necessary.
1252 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
1254         * electric.el (Electric-pop-up-window): For the `one-window' case,
1255         no longer disconcertingly move point in the original buffer.
1257 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1259         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
1261 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1263         * dired.el (dired-mode-map): Fix typo.
1265 2003-09-11  Richard M. Stallman  <rms@gnu.org>
1267         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
1269 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1271         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
1272         the function is less noisy.  Now only `kill-buffer' can ask questions.
1274 2003-09-10  Mario Lang  <mlang@delysid.org>
1276         * battery.el: Update Commentary and Copyright.
1277         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
1278         appear due to wrong ordering of the expressions in `or'.
1280 2003-09-09  Lute Kamstra  <lute@gnu.org>
1282         * misc.el (upcase-char): Fix docstring.
1283         (zap-up-to-char): New command.
1285 2003-09-08  David Ponce  <david@dponce.com>
1287         Ensure that recentf correctly updates the menu bar.
1288         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
1289         (recentf-menu-bar): New function.
1290         (recentf-clear-data): Use it
1291         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
1292         of easy-menu-change.
1294 2003-09-08  Lute Kamstra  <lute@gnu.org>
1296         * simple.el (size-indication-mode): New.
1297         * bindings.el (mode-line-position): Add buffer size indicator.
1299 2003-09-04  Mario Lang  <mlang@delysid.org>
1301         * battery.el (battery-linux-proc-acpi): New function.
1302         (battery-status-function): Modify default value calculation to also
1303         check for availability of ACPI.
1304         (battery-echo-area-format): Ditto.
1305         (battery-mode-line-format): Ditto.
1307 2003-09-06  Dave Love  <fx@gnu.org>
1309         * ielm.el (ielm-mode-hook): Add :options.
1311         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
1312         (eldoc-print-current-symbol-info): Use it.
1314 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
1316         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
1317         being displayed in GUD buffer.
1318         (gdb-idle-input-queue): Remove var. Use just one queue.
1319         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
1320         Remove functions.  Use just one queue.
1321         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
1322         (gdb-invalidate-assembler, gdb-get-current-frame):
1323         Modify functions.  Use just one queue.
1325 2003-09-04  Dave Love  <fx@gnu.org>
1327         * cus-start.el: Add blink-cursor-alist.
1329         * ruler-mode.el (ruler-mode-fill-column-char)
1330         (ruler-mode-current-column-char): Use char-displayable-p,
1331         not window-system.
1333         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
1335         * language/european.el (windows-1252): Move from code-pages.
1337         * language/cyrillic.el ("Windows-1251"): Delete.
1338         ("Bulgarian", "Belarusian"): Remove `features'.
1339         (windows-1251): Move from code-pages.
1341         * international/mule-diag.el (non-iso-charset-alist):
1342         Remove `codepage' stuff.
1343         (print-designation, list-coding-systems-1): Output fixes.
1345         * international/code-pages.el (cp-make-translation-table)
1346         (cp-valid-codes): Made defsubsts.
1347         (cp-fix-safe-chars): Delete.
1348         (mule-diag): Don't require.
1349         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
1350         (top-level): Check for defined coding system when defining
1351         cp... aliases.  Change w32-add-charset-info test to avoid warning.
1352         (non-iso-charset-alist): Defvar when compiling.
1353         (cp-make-coding-system): Doc fix.
1355 2003-09-02  Jason Rumney  <jasonr@gnu.org>
1357         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
1358         line-ends from CVS before doing conversion.
1360 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
1362         * calendar/diary-lib.el (diary-header-line-flag)
1363         (diary-header-line-format): New variables.
1364         (list-diary-entries): Use them to set header line in simple diary.
1366         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
1367         other than font-lock-string-face to highlight backslashes.
1369 2003-09-01  Jason Rumney  <jasonr@gnu.org>
1371         * international/titdic-cnv.el (tit-read-key-value): Include \r in
1372         regexp.
1374 2003-09-01  Dave Love  <fx@gnu.org>
1376         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
1378         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
1379         and :help; also line and column numbers labels.
1381         * international/mule-util.el (char-displayable-p): Move from
1382         latin1-disp, rename and autoload.
1384         * international/latin1-disp.el (latin1-char-displayable-p):
1385         Now obsolete alias.  Replace uses with char-displayable-p.
1386         (latin1-display-ucs-per-lynx): Fix last change.
1388         * international/mule-cmds.el (standard-display-european-internal):
1389         Don't use char code for Latin-1 NBSP.
1390         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
1391         U+2018, U+2019 for `'.
1392         (select-safe-coding-system): Message fix.
1394 2003-09-01  Kenichi Handa  <handa@m17n.org>
1396         * international/fontset.el (setup-default-fontset): For Thai
1397         font, specify "*" family.
1399 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
1401         * progmodes/compile.el (previous-error): Accept a prefix
1402         argument, similarly to next-error.
1404 2003-08-31  Masatake YAMATO  <jet@gyve.org>
1406         * pcvs.el (cvs-do-removal): Use = instead of eq to check
1407         the number of files.  Bind the number of files to a local
1408         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
1410 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
1412         * vc-hooks.el (vc-make-version-backup): Fix the change made on
1413         2003-07-26: msdos-long-file-names is a function, not a variable.
1415 2003-08-29  Richard M. Stallman  <rms@gnu.org>
1417         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
1418         Do nothing with mail-personal-alias-file if it is nil.
1420         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
1421         Do nothing if mail-personal-alias-file is nil.
1423         * term.el (term-exec-1): Bind coding-system-for-read.
1425         * dired.el (dired-mouse-find-file-other-window):
1426         Use dired-view-command-alist here, as in dired-view-file.
1427         (dired-view-command-alist): Use %s to substitute file name.
1428         Handle .ps_pages, .eps, .jpg, .gif, .png.
1430 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1432         * info.el (Info-mode-map): Bind S-tab and <backtab> to
1433         `Info-prev-reference', instead of M-tab.
1435 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
1437         * simple.el (blink-matching-open): Work correctly on chars that
1438         are designated as parens through the syntax-table text property.
1440 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
1442         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1443         line break position in the middle of a non-kinsoku (e.g. latin)
1444         word, making it skip until either a space or a character with
1445         category "|".
1446         (kinsoku-longer): Test for end of buffer.
1448 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
1450         * mail/rmail.el (rmail-convert-to-babyl-format):
1451         Detect quoted-printable- and base64-encoded messages and decode them
1452         automatically.  Set the message's encoding from the charset=
1453         header, if any.  Decode base64-encoded messages in Mail format as well.
1455 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1457         * mail/smtpmail.el Fix previous change:
1458         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1459         calling smtpmail-via-smtp.
1460         (smtpmail-via-smtp): Add fall-back values for envelope-from.
1462 2003-08-26  John Paul Wallington  <jpw@gnu.org>
1464         * image.el (image-jpeg-p): Don't search beyond length of data.
1466 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1468         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1469         misfeature in `expand-abbrev' which caused electric keywords like
1470         "else" to disappear if an open brace was typed directly afterwards.
1472 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1474         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1475         mandatory in `define-widget'.
1477         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1478         Don't align the operators "!=", "<=" and ">=" as assignment operators.
1480         (c-assignment-operators): New language constant that only contains
1481         the assignment operators.
1483         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1485 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1487         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1488         Safeguard against unbalanced sexps.
1490 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
1492         * version.el (emacs-version): Check for gtk.  Include gtk version info.
1494 2003-08-25  John Paul Wallington  <jpw@gnu.org>
1496         * man.el (Man-default-man-entry): Don't whizz past the section
1497         number before looking for it.
1499 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
1501         * progmodes/gud.el (gud-display-line): Don't set window-point if
1502         source buffer is not visible. (Only happens with M-x gdba).
1504         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1505         documentation.
1506         (gdb-source, gdb-source-info): Update to assembler unnecessary
1507         as its done after each GDB command anyway.
1508         (gdb-pre-prompt): Use with-current-buffer.
1509         (gdb-insert-field): Add help-echo text.
1510         (gdb-invalidate-assembler): Re-display of assembler now done in
1511         gdb-info-breakpoints-custom.
1512         (gdb-info-breakpoints-custom): Force re-display of assembler to
1513         happen *after* update of breakpoints buffer.
1514         (gdb-display-source-buffer): Don't choke if gdb-source-window
1515         isn't visible.
1516         (gdb-put-string, gdb-put-arrow): Remove free variables.
1518 2003-08-24  John Paul Wallington  <jpw@gnu.org>
1520         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1522         * man.el (Man-default-man-entry): Strip text properties when
1523         snarfing parts of entry because `format' preserves properties.
1525 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1527         * files.el (file-newest-backup): Use `expand-file-name'.
1529         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1530         Allow the diary to pop up a new frame, if needed.
1532         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1533         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1534         (smtpmail-send-it): Make treatment of envelope-from consistent with
1535         sendmail.el.
1537         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1538         (sh-leading-keywords): Add the bash `time' reserved word.
1539         (sh-variables): Add some bash variables.
1540         (sh-add-completer): Fix nil branch of case statement.
1542 2003-08-24  Masatake YAMATO  <jet@gyve.org>
1544         * progmodes/ld-script.el: New file.
1546 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
1548         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1550 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
1552         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1553         Better explain obsolescence, and what to use instead.
1555 2003-08-23  Masatake YAMATO  <jet@gyve.org>
1557         * pcvs.el (cvs-do-removal): Show the deleted file name
1558         on the prompt.
1560 2003-08-20  Dave Love  <fx@gnu.org>
1562         * international/mule.el (make-coding-system)
1563         (set-buffer-file-coding-system): Doc fix.
1565         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1567         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1569         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1571         * international/utf-16.el: Add mime-text-unsuitable coding system
1572         properties.
1574         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1576         * cus-edit.el: Add some :links.
1577         (bib): Remove.
1579         * textmodes/bib-mode.el (bib): Add :group external.
1581 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
1583         * wid-edit.el (widget-echo-help): Make it handle expressions that
1584         evaluate to strings.
1586 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
1588         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
1590         Simplify selection of SQL products to define highlighting and
1591         interactive mode.  Includes detailed instructions on adding
1592         support for new products.
1594         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
1595         product for use in highlighting and interactive mode.
1596         (sql-interactive-product): New variable.  SQL product for
1597         sql-interactive-mode.
1598         (sql-product-support): New variable.  Specifies product-specific
1599         parameters to drive highlighting and interactive mode.
1600         (sql-imenu-generic-expression): Add more object types.
1601         (sql-sqlite-options): Correct comment.
1602         (sql-ms-program): Use "osql" rather than "isql".
1603         (sql-prompt-regexp, sql-prompt-length): Update comment.
1604         (sql-mode-menu): Add "Start SQLi session" entry.
1605         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
1606         (sql-mode-abbrev-table): Add abbreviations.  Support of
1607         SYSTEM-FLAG on define-abbrev.  Support was removed with last
1608         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
1609         (sql-mode-font-lock-object-name): Add font-lock pattern for object
1610         names.
1611         (sql-mode-ansi-font-lock-keywords): Set as default value.
1612         (sql-mode-oracle-font-lock-keywords): Set as default value.
1613         Support Oracle 9i keywords.
1614         (sql-mode-postgres-font-lock-keywords): Set as default value.
1615         (sql-mode-linter-font-lock-keywords): Set as default value.
1616         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
1617         SQLServer 2000.
1618         (sql-mode-sybase-font-lock-keywords)
1619         (sql-mode-interbase-font-lock-keywords)
1620         (sql-mode-sqlite-font-lock-keywords)
1621         (sql-mode-strong-font-lock-keywords)
1622         (sql-mode-mysql-font-lock-keywords)
1623         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
1624         keywords.
1625         (sql-mode-font-lock-defaults): Update comment.
1626         (sql-product-feature): New function.  Returns feature associated
1627         with a product from `sql-product-support' alist.
1628         (sql-product-font-lock): New function.  Set font-lock support
1629         based on `sql-product'.
1630         (sql-add-product-keywords): New function.  Add font-lock rules to
1631         product-specific keyword variables.
1632         (sql-set-product): New function.  Set `sql-product' and apply
1633         appropriate font-lock highlighting.
1634         (sql-highlight-product): New function.  Set font-lock support
1635         based on a product.  Also set mode name to include product name.
1636         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
1637         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
1638         Use `sql-set-product'.
1639         (sql-highlight-ms-keywords)
1640         (sql-highlight-sybase-keywords)
1641         (sql-highlight-interbase-keywords)
1642         (sql-highlight-strong-keywords)
1643         (sql-highlight-mysql-keywords)
1644         (sql-highlight-sqlite-keywords)
1645         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
1646         (sql-get-login): Prompt in the same order as the tokens.
1647         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
1648         (sql-product-interactive): New function.  Common portions of
1649         product-specific interactive mode wrappers.
1650         (sql-interactive-mode): Rewritten to use product features.
1651         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1652         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1653         (sql-db2, sql-linter): Use `sql-product-interactive'.
1654         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1655         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1656         (sql-connect-ingres, sql-connect-postgres)
1657         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1658         New functions.  Format command line parameters and invoke comint on
1659         the appropriate interpreter.  Code was in the corresponding
1660         `sql-xyz' function before.
1661         (sql-connect-ms): New function.  Support -E argument to use
1662         operating system credentials for authentication.
1664 2003-08-18  Kenichi Handa  <handa@m17n.org>
1666         * international/mule.el (encode-char): Fix for the ASCII case.
1668 2003-08-15  Kenichi Handa  <handa@m17n.org>
1670         * international/fontset.el (setup-default-fontset): Change "*" to
1671         nil in the specifications of font family.
1673 2003-08-18  Kim F. Storm  <storm@cua.dk>
1675         * kmacro.el (kmacro-keymap): Group related bindings in
1676         initialization for clarity.  Bind C-s to start macro.
1677         Remove C-r binding.
1678         (kmacro-initial-counter-value): New defvar to hold initial counter
1679         value in case we set the value before defining a macro.
1680         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1681         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1682         not defining or executing macro.  Doc fix.
1683         (kmacro-add-counter): Clear kmacro-initial-counter-value.
1684         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1685         temporarily view older elements on the macro ring without cycling
1686         the ring.
1687         (kmacro-display): Doc fix.
1688         (kmacro-exec-ring-item): New helper function.
1689         (kmacro-call-ring-2nd): Use it.
1690         (kmacro-call-ring-2nd-repeat): Doc fix.
1691         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1692         (kmacro-end-or-call-macro): Execute last viewed macro (using
1693         kmacro-exec-ring-item) from ring if this follows
1694         kmacro-view-macro.  This allows us to find a macro on the ring
1695         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1696         the ring to bring it to the head of the ring.
1697         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1698         Allow binding to reserved keys without specifying C-x C-k prefix.
1699         Ask for confirmation if entered key sequence is already bound to
1700         a non-macro command.
1701         (kmacro-view-macro): Repeating command will show older elements
1702         on the macro ring; C-k will execute the last viewed macro.
1703         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
1704         property from 'ring to 'head.
1706 2003-08-17  Alan Shutko  <ats@acm.org>
1708         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1709         keeping December out of the alist.
1711 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1713         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1714         * calendar/calendar.el (calendar-mode-map): Bind it to key.
1715         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1716         (calendar-flatten): New function.
1717         (calendar-mouse-view-other-diary-entries)
1718         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1719         in the menu title and to show multi-line diary entries correctly
1720         in the menu.
1722 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1724         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1725         defcustom, because the default was recently changed.
1727 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1729         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1731         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1732         New subroutine, broken out of eval-last-sexp-1.
1733         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1735         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1737         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1739         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1741 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1743         * progmodes/compile.el (compilation-error-regexp-alist):
1744         Add Java ANt error detection as described in document
1745         http://ant.apache.org/faq.html
1747 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1749         * simple.el (backward-word, forward-to-indentation)
1750         (backward-to-indentation):  Argument changed to optional.
1751         (next-line, previous-line): Use `or' instead of `unless'.
1753 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1755         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1756         instead of a constant.
1758 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1760         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1762 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1764         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1765         (vc-sccs-workfile-version): Search the entire delta table, rather
1766         than just the first entry, because that might be a deleted version.
1768 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1770         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1771         [save-place] binding in the Options menu.  Have it require
1772         'saveplace' and then toggle the variable manually, to avoid an an
1773         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1774         for the bug report.
1776 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1778         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1779         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1780         (gdb-info-threads-custom): Add help-echo text.
1781         (gdb-display-back): Don't use purecopy.
1782         (gdb-info-breakpoints-custom, gdb-reset)
1783         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1784         icons can be displayed.
1786 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1788         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1790 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1792         * bookmark.el (bookmark-completing-read):
1793         Return a string, instead of a list of one string.
1794         Use a popup menu if activated from the mouse.
1795         (bookmark-edit-annotation): Remove unused vars.
1796         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1797         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1798         to bookmark-completing-read.
1799         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1800         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1801         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1802         and erase-buffer.
1803         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1804         (bookmark-menu-jump, bookmark-menu-insert)
1805         (bookmark-popup-menu-and-apply-function)
1806         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1807         (bookmark-menu-build-paned-menu): Remove by folding it into
1808         bookmark-menu-popup-paned-menu.
1809         (menu-bar-bookmark-map): Move the define-key statements here.
1810         Use the "non-menu" commands since they now pop up a menu if needed.
1811         (bookmark-exit-hook-internal): Simplify.
1813 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1815         * reftex-toc.el (reftex-toc-rename-label): New function.
1816         (reftex-toc-check-docstruct): New function.
1818         * reftex.el (reftex-region-active-p): New function.
1820         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
1821         regexp to find the \bibliography macro.
1823         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
1824         which does not exist in LaTeX.
1825         (reftex-cite-format-builtin): Added amsrefs support.
1826         (reftex-toc-confirm-promotion): New option
1827         
1828         * reftex-toc.el
1829         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
1830         (reftex-toc-demote, reftex-toc-promote)
1831         (reftex-toc-do-promote, reftex-toc-promote-prepare)
1832         (reftex-toc-promote-action, reftex-toc-extract-section-number)
1833         (reftex-toc-newhead-from-alist)
1834         (reftex-toc-load-all-files-for-promotion): New functions.
1835         (reftex-toc-help): Added description of new keys.
1836         (reftex-toc-split-windows-fraction): New option.
1837         (reftex-recenter-toc-when-idle): Search *toc* window on all
1838         visible frames.
1839         (reftex-toc): Additional parameter REUSE
1840         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
1841         with REUSE argument.
1842         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
1843         the call of `reftex-toc'.
1844         (reftex-make-separate-toc-frame): New function .
1845         (reftex-toc-recenter): When called with triple prefix arg, call
1846         `reftex-make-separate-toc-frame' first.
1847         (reftex-toc-toggle-dedicated-frame): New command.
1848         (reftex-toc-quit): Adapted to delete frame when called in
1849         dedicated frame.
1851         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
1852         all enclosing macros.
1855 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1857         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1858         first use.
1860 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1862         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1864 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1866         * calendar/calendar.el (list-diary-entries-hook)
1867         (diary-display-hook, nongregorian-diary-listing-hook)
1868         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1869         Add some customize options for these hooks.
1870         (calendar-abbrev-construct): Don't try to take a substring longer
1871         than the original string.
1873 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1875         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1876         (testcover-reinstrument-clauses): Doc fix.
1878         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1879         (warning-type-format): Rename from warning-group-format.
1881         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1882         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1883         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1884         to prevent warnings about defvar for an obsolete variable.
1886         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1887         warning-group-format renamed to warning-type-format.
1889         * subr.el (read-passwd): Use clear-string instead of fillarray.
1891         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1892         Use vconcat instead of concat.
1893         (edmacro-sanitize-for-string): New function.
1895 2003-08-05  Dave Love  <fx@gnu.org>
1897         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1898         line-number-display-limit-width.
1900         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1902 2003-08-05  Kenichi Handa  <handa@m17n.org>
1904         * international/code-pages.el: Don't require mule-diag.
1906         * international/mule-diag.el (non-iso-charset-alist):
1907         Add autoload cookie.
1909         * language/devan-util.el (dev-glyph-order): Add an entry for the
1910         glyph code #xC4.
1912 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1914         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1915         (european-calendar-style, diary-date-forms)
1916         (calendar-day-name-array, calendar-month-name-array): Doc change.
1917         (generate-calendar-month): Adapt for new behaviour of
1918         `calendar-day-name' function.
1919         (calendar-abbrev-length, calendar-day-abbrev-array)
1920         (calendar-month-abbrev-array): New variables.
1921         (calendar-abbrev-construct): New function.
1922         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1923         rather than fixing abbrevs at some width.  Calling syntax change.
1924         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1925         (calendar-date-string): Adapt for new behaviours of
1926         `calendar-day-name' and `calendar-month-name' functions.
1928         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1929         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1930         (diary-name-pattern): Use abbrev arrays, rather than fixing
1931         abbrevs at three chars.  Calling syntax change.
1932         (mark-diary-entries):  Adapt for new behaviours of
1933         `diary-name-pattern' and `calendar-make-alist' functions.
1934         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1935         `diary-name-pattern' function.
1936         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1937         fixing abbrevs at three chars.  Calling syntax change.
1938         (cal-hebrew, cal-islam): Require when compiling.
1939         (diary-font-lock-keywords): Adapt for new behaviour of
1940         `font-lock-diary-date-forms' function.
1942         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1943         (calendar-hebrew-month-name-array-common-year)
1944         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1945         (list-hebrew-diary-entries): Adapt for new behaviours of
1946         `calendar-day-name' and `add-to-diary-list' functions.
1947         (mark-hebrew-diary-entries): Adapt for new behaviours of
1948         `diary-name-pattern' and `calendar-make-alist' functions.
1950         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1951         Add doc string.
1952         (list-islamic-diary-entries): Adapt for new behaviours of
1953         `calendar-day-name' and `add-to-diary-list' functions.
1954         (mark-islamic-diary-entries): Adapt for new behaviours of
1955         `diary-name-pattern' and `calendar-make-alist' functions.
1957         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1958         `calendar-month-name' function.
1960         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1962         * calendar/solar.el (solar-seasons-data): Move definition before use.
1964         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1965         (cal-tex-LaTeX-hourbox): Move definition before use.
1967         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1968         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1969         lunar.el, solar.el
1970         (displayed-month, displayed-year): Define for compiler.
1972 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1974         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1975         MODE.  Renamed from c-init-c-language-vars'.
1976         (c-initialize-cc-mode): Change accordingly.
1977         (c-common-init): Ditto.
1978         (c-mode): Ditto.
1979         (c++-mode): Use `c-init-language-vars-for'.
1980         (objc-mode): Ditto.
1981         (java-mode): Ditto.
1982         (idl-mode): Ditto.
1983         (pike-mode): Ditto.
1984         (awk-mode): Ditto.
1986 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1988         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1989         or not the point moved.
1991         (c-search-decl-header-end): Don't trip up on operator identifiers
1992         in C++ and operators like == in all languages.
1994         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1995         Detect leading labels correctly.
1997 2003-08-02  Andreas Schwab  <schwab@suse.de>
1999         * textmodes/ispell.el: Don't redo key bindings on loading, put
2000         them only in loaddefs.el.
2001         * bookmark.el: Likewise.
2002         * dabbrev.el: Likewise.
2003         * emerge.el: Likewise.
2005         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
2006         has more than one member.
2008         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
2010 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2012         * lpr.el (printify-region): It was ending conversion before the
2013         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
2015 2003-07-31  John Paul Wallington  <jpw@gnu.org>
2017         * net/browse-url.el (browse-url-epiphany): Doc fix.
2019 2003-07-30  Kenichi Handa  <handa@m17n.org>
2021         * international/fontset.el (setup-default-fontset):
2022         Change registry names of Akurti fonts.
2024 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2026         * comint.el (comint-read-noecho): Use `clear-string' instead of
2027         `fillarray'.
2029 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
2031         * outline.el (outline-mode-hook): Add defvar.
2033 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
2035         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
2036         Restore assembler in source window if that is what has been selected.
2037         (menu): Add gdb-restore-windows to menu.  Make gdba
2038         specific menus only visible from gdba.
2040 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
2042         * progmodes/compile.el (compilation-environment): New user variable.
2043         (compile-internal): Respect it.
2045 2003-07-23  Masatake YAMATO  <jet@gyve.org>
2047         * progmodes/gud.el (gdb-script-font-lock-keywords):
2048         Put `font-lock-function-name-face' on a symbol which includes
2049         `-' like `hook-run'.  Put font-lock-variable-name-face
2050         on a symbol starting with $.
2052 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
2054         * files.el (set-visited-file-name): Use truename for buffer-file-name.
2056 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2058         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
2060 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
2062         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
2063         Use with-no-warnings.
2064         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
2065         rather than to find-file-not-found-hook, which doesn't exist.
2067 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2069         * international/quail.el (quail-translate-key): Fix previous change.
2071 2003-07-25  John Paul Wallington  <jpw@gnu.org>
2073         * server.el (server-start): Check `server-process' is non-nil
2074         before killing it to avoid killing current buffer's process.
2076         * simple.el (choose-completion-string): Use `minibufferp';
2077         test `completion-reference-buffer' if `buffer' arg is nil.
2078         (push-mark): Use `when' and `unless'.
2079         (pop-mark): Use `when'.
2081         * mouse-sel.el (mouse-sel-get-selection-function):
2082         Check `x-last-selected-text-primary'.  Don't barf if it or
2083         `x-last-selected-text' aren't bound.
2085 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2087         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
2089 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
2091         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
2093 2003-07-23  John Paul Wallington  <jpw@gnu.org>
2095         * tooltip.el (defface tooltip): Inherit from variable-pitch.
2097 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2099         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
2100         string.  Defvar the derived hook.
2102         * macros.el (insert-kbd-macro): Escape double quote character.
2103         From Thomas W Murphy <twm@andrew.cmu.edu>.
2105 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
2107         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
2108         to match the specific mark rather than reusing comment-start-skip.
2110 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
2112         * progmodes/hideshow.el (hs-special-modes-alist):
2113         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
2115 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
2117         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
2118         value using ?\s.
2120 2003-07-21  John Paul Wallington  <jpw@gnu.org>
2122         * subr.el (with-selected-window): Add closing paren.
2124 2003-07-21  Richard M. Stallman  <rms@gnu.org>
2126         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
2127         (lisp-mode): Likewise.
2129         * subr.el (with-selected-window): Copy code form save-selected-window
2130         so as to call select-window with norecord arg.
2131         (dynamic-completion-table): Doc fix.
2132         (lazy-completion-table): Doc fix.
2134         * international/mule-cmds.el (set-locale-environment):
2135         langinfo renamed to locale-info.
2137         * international/mule.el (auto-coding-functions): Doc fix.
2139 2003-07-21  Kenichi Handa  <handa@m17n.org>
2141         * international/quail.el (quail-translate-key):
2142         Update quail-current-str correctly.
2144 2003-07-21  Andreas Schwab  <schwab@suse.de>
2146         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
2147         ?, to "_".
2149 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2150         Version 2.0.36 of Tramp released.
2152         * net/tramp.el (tramp-default-password-end-of-line): Rename from
2153         tramp-password-end-of-line.
2154         (tramp-password-end-of-line): New method parameter.
2155         (tramp-get-password-end-of-line): Function to access method
2156         parameter `tramp-password-end-of-line', or variable
2157         `tramp-default-password-end-of-line' (default value).
2158         (tramp-methods): Add entries for new parameter
2159         tramp-password-end-of-line.
2160         (tramp-enter-password): Use new function
2161         `tramp-get-password-end-of-line'.
2162         (tramp-handle-insert-file-contents): Do not
2163         unconditionally inhibit the file operation file-local-copy, only
2164         do that when the inhibit-file-name-operation is currently
2165         insert-file-contents.  This fixes finding remote CVS-controlled
2166         files.  (It would barf on inserting the CVS/Entries file
2167         literally, because the file-local-copy handler wasn't called.)
2168         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
2169         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
2170         (tramp-initial-commands): New variable.
2171         (tramp-process-initial-commands): New function, using the variable.
2172         (tramp-open-connection-setup-interactive-shell): Call the new function.
2173         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
2174         method into the buffer name, never use nil.  Reported by Hanak
2175         David <dhanak@inf.bme.hu>.
2176         (tramp-open-connection-setup-interactive-shell): Erase buffer
2177         before sending "stty -onlcr".
2179         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2181 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
2183         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
2185 2003-07-19  John Paul Wallington  <jpw@gnu.org>
2187         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
2188         (artist-draw-rect, artist-draw-square): Doc fixes.
2190         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
2192         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
2194 2003-07-19  Kenichi Handa  <handa@m17n.org>
2196         * international/kkc.el (kkc-show-conversion-list-update):
2197         Highlight the correct candidate in the message.
2199 2003-07-18  John Paul Wallington  <jpw@gnu.org>
2201         * simple.el (current-word): Don't include punctuation char when
2202         `really-word' arg is non-nil.
2204 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
2206         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
2207         moved to the directory obsolete.
2209 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2211         * info.el (Info-menu-entry-name-re): Allow newlines in
2212         menu entry names.
2214         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
2215         syntax-ppss-after-change-function.
2216         (syntax-ppss-after-change-function): New alias.  Update uses.
2217         (syntax-ppss): Catch the case where the buffer is narrowed.
2219 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2221         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
2222         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
2224 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2226         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
2227         since it might be modified.
2229         * progmodes/cc-langs.el (c++-make-template-syntax-table)
2230         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
2231         names to these language constants.
2233 2003-07-15  Kim F. Storm  <storm@cua.dk>
2235         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
2236         All uses changed.
2238 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
2240         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
2241         Namespace support.
2243 2003-07-13  Juanma Barranquero  <lektu@terra.es>
2245         * frame.el (modify-all-frames-parameters): Reinstall (copyright
2246         papers received).
2248 2003-07-13  Karl Eichwalder  <ke@suse.de>
2250         * textmodes/po.el (po-find-charset): White space at the start of the
2251         Content-Type field body is non-mandatory.
2253 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2255         * textmodes/texinfo.el (texinfo-section-list):
2256         Append appendixsection; a synonym for appendixsec.
2258 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
2260         * man.el (Man-translate-cleanup): New.
2261         (Man-translate-references): Call `Man-translate-cleanup' to clean
2262         leading, trailing and middle spaces.
2264 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
2266         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
2267         Handle `dired-directory' being a list.
2269 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2271         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
2272         it doesn't exist.
2274 2003-07-12  Richard M. Stallman  <rms@gnu.org>
2276         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
2278         * progmodes/cc-defs.el (c-make-keywords-re):
2279         Don't use delete-duplicates.
2280         (c-lang-const): Don't use mapcan.
2282         * apropos.el (apropos-show-scores): Make it customizable.
2283         Document new meaning.
2284         (apropos): Compute scores from symbols.
2285         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
2287 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2289         * ps-bdf.el: Fix copyright line.
2290         (bdf-directory-list): Fix initialization code.
2292 2003-07-11  John Paul Wallington  <jpw@gnu.org>
2294         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
2295         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
2296         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2298 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
2300         * emacs-lisp/ring.el (ring-elements): Doc fix.
2302 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2304         * calendar/timeclock.el (timeclock-relative)
2305         (timeclock-ask-before-exiting, timeclock-use-display-time):
2306         Doc changes.
2307         (timeclock-modeline-display): Give a message if
2308         `timeclock-use-display-time' is non-nil but `display-time-mode'
2309         is not active.
2311 2003-07-11  Kenichi Handa  <handa@m17n.org>
2313         * international/mule-cmds.el (set-language-environment):
2314         Set current-language-environment to the correct string.
2316 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2318         * ps-print.el: Print line number correctly in a region.  Reported by
2319         Tim Allen <timallen@ls83.fsnet.co.uk>
2320         (ps-print-version): New version number (6.6.2).
2321         (ps-printing-region): Code fix.
2323 2003-07-10  John Paul Wallington  <jpw@gnu.org>
2325         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
2326         this function can be called from `add-completions-from-tags-table'.
2328 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
2330         * calendar/timeclock.el (timeclock-use-display-time)
2331         (timeclock-day-over-hook, timeclock-workday-remaining)
2332         (timeclock-status-string, timeclock-when-to-leave)
2333         (timeclock-when-to-leave-string, timeclock-log-data)
2334         (timeclock-find-discrep, timeclock-day-base)
2335         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
2336         (timeclock-modeline-display): Set the variable
2337         `timeclock-modeline-display'.
2338         (timeclock-update-modeline): Doc fix.  Respect value of
2339         `timeclock-relative'.
2341 2003-07-09  Richard M. Stallman  <rms@gnu.org>
2343         * textmodes/reftex-parse.el (reftex-all-document-files):
2344         Add autoload cookie.
2346         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
2347         (reftex-scanning-info-available-p): Add autoload cookie.
2349         * international/mule-cmds.el
2350         (set-display-table-and-terminal-coding-system): Delete duplicate
2351         aset on standard-display-table.
2353         * view.el (view-file): If existing buffer's major mode is special,
2354         don't go into view mode.
2356         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
2358 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2360         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
2361         buffer changes; there's third party code that calls this function
2362         directly.
2364 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2366         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
2367         (autodoc-font-lock-keywords): Don't byte compile on font lock
2368         initialization when running from byte compiled files.
2370 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2372         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
2373         statement ends with auto-increment "++".
2375 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2377         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2378         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2379         these are changed, so declare them as variables and not constants.
2381 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
2383         * subr.el (dolist, dotimes):  Doc fix.
2385 2003-07-08  Kim F. Storm  <storm@cua.dk>
2387         * international/mule-cmds.el
2388         (set-display-table-and-terminal-coding-system): Don't break
2389         bootstrap if standard-display-table isn't setup yet.
2391 2003-07-07  Richard M. Stallman  <rms@gnu.org>
2393         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
2394         Give it a doc string, and autoload it.
2396         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
2397         Use with-no-warnings.
2399         * info.el (Info-search): If find invisible text, search again.
2401         * isearch.el (search-whitespace-regexp): Add a shy group around it.
2403         * man.el (Man-name-regexp): Match + as part of name.
2405         * simple.el (visible-mode): Rename from vis-mode.
2406         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
2408         * simple.el (current-word): New arg REALLY-WORD specifies
2409         don't include punctuation chars.
2411         * emacs-lisp/debug.el (debug, debugger-env-macro):
2412         Use with-no-warnings while accessing and binding unread-command-char.
2414         * international/mule-cmds.el
2415         (set-display-table-and-terminal-coding-system): Use explicit loop
2416         instead of calling standard-display-default.
2418         * net/ange-ftp.el (ange-ftp-file-symlink-p):
2419         Use condition-case to catch error in ange-ftp-get-files.
2421         * net/browse-url.el (browse-url-browser-function):
2422         Add alternative for Epiphany.
2423         (browse-url-epiphany-program, browse-url-epiphany-arguments)
2424         (browse-url-epiphany-startup-arguments)
2425         (browse-url-epiphany-new-window-is-tab): New variables.
2426         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
2428         * progmodes/compile.el (compile-auto-highlight): Default now t.
2429         (compile): Doc fix.
2430         (compilation-next-error): Fix previous change.
2432         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
2434         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
2436 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
2438         * gdb-ui.el (gdb-source-info): Display current frame when
2439         attaching to an existing process.
2440         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
2441         while laying out windows when attaching to an existing process.
2443 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
2445         * info.el (Info-menu): Use Info-menu-entry-name-re.
2447 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
2449         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
2450         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
2452         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
2453         to match the same text.
2455 2003-07-06  John Paul Wallington  <jpw@gnu.org>
2457         * vc.el (vc-annotate-offset): Move defvar up.
2459 2003-07-06  Kim F. Storm  <storm@cua.dk>
2461         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2462         This should fix the infinite loop when extracting menu names.
2464 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2466         * files.el (auto-mode-alist, interpreter-mode-alist):
2467         Remove entries to CC Mode modes to avoid duplicates; they are now added
2468         with autoload directives in cc-mode.el.
2470 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2472         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2473         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2474         these are changed, so declare them as variables and not constants.
2476         * progmodes/cc-mode.el: Fix some autoload problems: Try to
2477         ensure that the entry for ".c" extension comes before the one for
2478         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2479         Fix incorrect entries that were added to `interpreter-mode-alist'.
2480         Move the autoload directives for AWK to the top level since they
2481         aren't recognized anywhere else.  Do not use the new AWK mode doc
2482         in the autoload form for the old AWK mode.
2484 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2486         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2487         (bibtex-sort-ignore-string-entries): Default value t.
2488         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2489         erroneously in previous version.
2490         (bibtex-string-files): Docstring reflects new parsing scheme.
2491         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2492         docstring, add # as one of the chars to crush
2493         (bibtex-autokey-prefix-string, bibtex-autokey-names)
2494         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2495         (bibtex-autokey-name-change-strings)
2496         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2497         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2498         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2499         (bibtex-autokey-title-terminators)
2500         (bibtex-autokey-titlewords-stretch)
2501         (bibtex-autokey-titleword-ignore)
2502         (bibtex-autokey-titleword-case-convert)
2503         (bibtex-autokey-titleword-abbrevs)
2504         (bibtex-autokey-titleword-abbrevs)
2505         (bibtex-autokey-titleword-change-strings)
2506         (bibtex-autokey-titleword-length)
2507         (bibtex-autokey-titleword-separator)
2508         (bibtex-autokey-name-year-separator)
2509         (bibtex-autokey-year-title-separator)
2510         (bibtex-autokey-before-presentation-function)
2511         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2512         Fix docstring.
2513         (bibtex-strings, bibtex-reference-keys):
2514         Use lazy-completion-table and make-variable-buffer-local.
2515         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
2516         (bibtex-braced-string-syntax-table)
2517         (bibtex-quoted-string-syntax-table): New variables.
2518         (bibtex-parse-nested-braces): Remove.
2519         (bibtex-parse-field-string): Use syntax table and forward-sexp.
2520         (bibtex-parse-association): Simplify.
2521         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
2522         (bibtex-parse-field-text): Simplify.
2523         (bibtex-search-forward-field, bibtex-search-backward-field):
2524         argument BOUND can take value t.
2525         (bibtex-start-of-field, bibtex-start-of-name-in-field)
2526         (bibtex-end-of-name-in-field, bibtex-end-of-field)
2527         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
2528         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
2529         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
2530         (bibtex-skip-to-valid-entry): Return buffer position of beginning
2531         and ending of entry.  Update for changes of bibtex-search-entry.
2532         Simplify.
2533         (bibtex-map-entries): FUN is called with three arguments.
2534         (bibtex-search-entry): Return a cons pair with buffer positions of
2535         beginning and end of entry.
2536         (bibtex-enclosing-field): Simplify.
2537         (bibtex-format-entry): Use booktitle to set a missing title.
2538         (bibtex-autokey-get-names): Fiddle with regexps.
2539         (bibtex-generate-autokey): Use identity.
2540         (bibtex-parse-keys): Use simplified parsing algorithm if
2541         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2542         arguments. Return alist of keys.
2543         (bibtex-parse-strings): Simplify. Return alist of strings.
2544         (bibtex-complete-string-cleanup): Fix docstring.
2545         (bibtex-read-key): New function.
2546         (bibtex-mode): Fix docstring. Do not parse for keys and
2547         strings when the mode is entered. Set fill-paragraph-function to
2548         bibtex-fill-field. Setup font-lock-mark-block-function the way
2549         font-lock intended.
2550         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2551         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2552         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2553         (bibtex-Preamble): Avoid hard coded constants.
2554         (bibtex-make-field): Fix docstring. Simplify.
2555         (bibtex-beginning-of-entry): Always return new position of point.
2556         (bibtex-end-of-entry): Rearrange cond clauses.
2557         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2558         Update for changes of bibtex-map-entries.
2559         (bibtex-ispell-abstract): Do not move point.
2560         (bibtex-entry-index): Use downcase. Simplify.
2561         (bibtex-lessp): Handle catch-all.
2562         (bibtex-find-crossref): Turn into a command.
2563         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2564         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2565         preamble entries.
2566         (bibtex-fill-field-bounds): New function.
2567         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2568         (bibtex-fill-entry): Use bibtex-fill-field-bounds
2569         (bibtex-String): Use bibtex-strings.  Always obey
2570         bibtex-sort-ignore-string-entries.
2572 2003-07-05  John Paul Wallington  <jpw@gnu.org>
2574         * cus-theme.el (customize-create-theme):
2575         Call `customize-create-theme' in Reset widget's notify function.
2577         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2578         (ibuffer-mark-interactive): Use `or' instead of `unless'.
2579         (define-ibuffer-column name): Add summarizer.
2580         (define-ibuffer-column size): Likewise.
2581         (define-ibuffer-column filename): Likewise.
2582         (define-ibuffer-column process): Likewise.  Change BODY's output too.
2583         (define-ibuffer-column filename-and-process): Likewise, likewise.
2584         (ibuffer): Remove local vars `already-in' and `need-update'.
2586         * ibuf-ext.el: Don't require `derived' at compile-time.
2588 2003-07-05  Kim F. Storm  <storm@cua.dk>
2590         * info.el: Disable paragraph refilling.
2591         (Info-refill-paragraphs): New defcustom.
2592         (Info-fontify-node): Use it.
2594 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
2596         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
2597         thingies from constructors created by defstruct.
2599         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
2600         the default value of the variable.
2601         (byte-code-meter): Move declaration to top level.
2603         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
2605         * info.el (Info-following-node-name-re): New fun.
2606         (Info-following-node-name): Remove.
2607         (Info-insert-dir): Use the new fun.
2608         (Info-extract-pointer): Don't save restriction; use new fun.
2609         (Info-menu-entry-name-re): New const.
2610         (Info-menu-entry-name-re): Use it along with new fun.
2611         (Info-node-spec-re): Use new fun.
2612         (Info-complete-menu-item, Info-fontify-node): Use new const.
2613         (Info-goto-node, Info-follow-reference, Info-menu-update):
2614         Use match-string.
2615         (Info-follow-reference): Use assoc-string.
2616         Use a list of strings for the completion table.
2617         (Info-fontify-node): Use match-string, line-end-position.
2618         Limit the search for `node:' to the first line.
2620         * newcomment.el (uncomment-region): Remove padding coming from
2621         comment-start rather than just from comment-padding.
2623         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
2624         (vc-cvs-stay-local-p): Use vc-stay-local-p.
2625         (vc-cvs-rename-file): Remove (use the default).
2626         (vc-cvs-register): Register parent dir if needed.
2627         (vc-cvs-could-register): Return non-nil if parent can be registered.
2628         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
2629         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
2631         * vc-svn.el (vc-svn-use-edit): Make it into a const.
2632         (vc-svn-update): Fix the arguments to `svn'.
2633         (vc-svn-diff-tree): Just use `vc-svn-diff'.
2634         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
2635         Simple implementations, assuming `name' is a URL.
2637         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
2638         set of chars allowed unquoted in a case pattern.
2640         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
2642         * font-lock.el (font-lock-extra-types-widget)
2643         (c-font-lock-extra-types, c++-font-lock-extra-types)
2644         (objc-font-lock-extra-types, java-font-lock-extra-types)
2645         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
2646         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
2647         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2648         (font-lock-match-c++-structor-declaration)
2649         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
2650         (c++-font-lock-keywords-3, c++-font-lock-keywords)
2651         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
2652         (objc-font-lock-keywords-3, objc-font-lock-keywords)
2653         (java-font-lock-keywords-1, java-font-lock-keywords-2)
2654         (java-font-lock-keywords-3, java-font-lock-keywords)
2655         (java-font-lock-syntactic-face-function): Remove obsolete code
2656         and constants.  It's all in cc-fonts.el now.
2658 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
2660         * mail/sendmail.el (mail-specify-envelope-from)
2661         (mail-envelope-from): Doc fix.
2663 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
2665         * generic-x.el: Do away with the dependency on `c-emacs-features'
2666         when populating `rul-generic-mode-syntax-table'; we already know
2667         this isn't XEmacs.
2669 See ChangeLog.10 for earlier changes.
2671 ;; Local Variables:
2672 ;; coding: iso-2022-7bit
2673 ;; End:
2675     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2676   Copying and distribution of this file, with or without modification,
2677   are permitted provided the copyright notice and this notice are preserved.
2679 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1