(tramp-chunksize): Extend docstring. Suggested by
[emacs.git] / lisp / ChangeLog
blob2f500bff1429b306f0b0ae6e539ca46ebaecae18
1 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
2         Version 2.0.38 of Tramp released.
4         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5         Charles Curley <charlescurley@charlescurley.com>.
6         (tramp-multi-connection-function-alist): Add ssht entry which adds
7         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
8         Aichner.
9         (tramp-get-method-parameter): New function to retrieve a method
10         parameter.  This allows for omission of method parameters.
11         Callers adjusted.
13 2003-11-25  Michael Albinus  <Michael.Albinus@alcatel.de>
15         * net/tramp.el: Add new optional parameter ID-FORMAT to
16         `file-attributes'.  Calls of `file-attributes' won't use this
17         parameter for backward compatibility reasons.
18         (tramp-perl-file-attributes): Add a new parameter to Perl script
19         in order to handle uid/gid as strings, if desired.
20         (tramp-handle-file-truename, tramp-handle-file-symlink-p): Apply
21         `file-attributes' instead of `tramp-handle-file-attributes' in
22         order to make the function more general.
23         (tramp-handle-file-attributes): Replace proprietary optional
24         parameter NONNUMERIC by the recently (Emacs 21.4) introduced
25         ID-FORMAT.
26         (tramp-handle-file-attributes-with-perl): Handle parameter
27         NONNUMERIC if set. This wasn't done in the past.
28         (tramp-post-connection): Apply second parameter "$2" if
29         `tramp-remote-perl' is called.
31         * net/tramp-smb.el (tramp-smb-handle-delete-file): Correct
32         cut'n'waste error (`filename' instead of `directory').
33         (tramp-smb-handle-directory-files-and-attributes)
34         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
35         introduced parameter ID-FORMAT.
36         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
37         error (`directory' instead of `ldir').
39         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
40         `file-attributes' has a second parameter.  If yes, apply it with
41         value "'integer".  Otherwise, don't use that parameter (default is
42         integer format).
45 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
47         * help.el (help-map): Bind `display-local-help' to `C-h .'.
48         (help-for-help): Add `C-h .' to the listed Help options.
49         Remove trailing whitespace.
51         * help-at-pt.el: New file.
53 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
55         * subr.el (noreturn, 1value): New macros for test coverage.  See
56         `testcover.el'.
58         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
60         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
61         for macro `1value'.
62         (testcover-1value): New function.  Checks that a 1value form
63         actually returns only one value.  Requested by RMS.
65 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
67         * gdb-ui.el (gud-watch, gdb-var-create-handler)
68         (gdb-var-list-children, gdb-var-list-children-handler)
69         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
70         gdb commands that use mi to keep them out of the command history.
72 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
74         * cus-start.el (all): Add use-file-dialog.
76 2003-11-27  Kim F. Storm  <storm@cua.dk>
78         * subr.el (posn-object-x-y): New defun.
80 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
82         * subr.el (number-sequence): Improve handling of floating point
83         arguments (suggested by Kim Storm).  Allow negative arguments.
85 2003-11-26  Kenichi Handa  <handa@m17n.org>
87         * international/mule-cmds.el (standard-display-european-internal):
88         Cancel the standard-display-table setting for ` and '.
90 2003-11-26  Kim F. Storm  <storm@cua.dk>
92         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
93         New defcustoms to add ffap-like functionality to ido.
94         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
95         (ido-no-final-slash): New defun.
96         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
97         (ido-read-file-name): ): Toggle VC checking via
98         vc-handled-backends instead of vc-master-templates.
99         (ido-file-internal): Handle ido-use-url-at-point and
100         ido-use-filename-at-point via code borrowed from ffap-guesser.
101         Handle new ido-exit code ffap.
102         (ido-sort-list): Ignore final slash when sorting file names.
104 2003-11-25  Kim F. Storm  <storm@cua.dk>
106         * emulation/cua-base.el (cua--standard-movement-commands):
107         Add forward-sentence and backward-sentence.
109 2003-11-25  Stephen Eglen  <stephen@gnu.org>
111         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
112         iswitchb-exit is set to 'usefirst when user selects buffer at head
113         of list using RET.  (Selecting buffers at the head of the list was
114         broken if the substring was also a complete buffername.)
116 2003-11-23  Kim F. Storm  <storm@cua.dk>
118         * progmodes/compile.el (grep-command, grep-use-null-device)
119         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
120         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
121         (grep-regexp-alist, grep-program, find-program)
122         (grep-find-use-xargs, grep-history, grep-find-history)
123         (grep-process-setup, grep-compute-defaults)
124         (grep-default-command, grep, grep-tag-default, grep-find)
125         (grep-expand-command-macros, grep-tree-last-regexp)
126         (grep-tree-last-files, grep-tree): Move grep variables, functions
127         and commands to new file grep.el.
128         (compilation-mode-map): Remove grep commands from Compile sub-menu.
129         (compilation-process-setup-function): Doc fix.
130         (compilation-highlight-regexp, compilation-highlight-overlay): New
131         defvars used for highlighting current compile error in source buffer.
132         (compile-internal): New optional args HIGHLIGHT-REGEXP and
133         LOCAL-MAP which overrides compilation-highlight-regexp and
134         compilation-mode-map for this compilation.
135         Delay calling compilation-set-window-height until after running
136         compilation-process-setup-function so it can buffer-local override
137         compilation-window-height.
138         Check buffer-local value of compilation-scroll-output.
139         (compilation-set-window-height): Use buffer-local value of
140         compilation-window-height.
141         (compilation-revert-buffer): Don't pass (undefined)
142         preserve-modes arg to revert-buffer.
143         (next-error-no-select, previous-error-no-select): New commands.
144         (compilation-goto-locus): Temporarily highlight current match in
145         source buffer using compilation-highlight-regexp.
147         * progmodes/grep.el: New file with grep code from compile.el.
148         (grep): New defcustom group.
149         (grep-window-height): New defcustom, like compilation-window-height.
150         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
151         (grep-scroll-output): New defcustom, like compilation-scroll-output.
152         (grep-command, grep-use-null-device, grep-find-command)
153         (grep-tree-files-aliases, grep-tree-ignore-case)
154         (grep-tree-ignore-CVS-directories): Move to grep custom group.
155         (grep-setup-hook): New hook variable.
156         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
157         (grep-last-buffer): New defvar, override compilation-last-buffer.
158         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
159         Call compile-internal with args highlight-regexp and grep-mode-map.
161 2003-11-23  Kim F. Storm  <storm@cua.dk>
163         * subr.el (event-start, event-end): Doc fix.
164         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
165         (posn-area, posn-actual-col-row, posn-object): New defuns.
166         (posn-col-row): Simplify doc.  Rewrite to use cond.
167         (posn-point): Also return buffer position for events outside text
168         area (that info is now present in the event position).
170         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
171         mouse-set-point so that hscroll still works now that clicks on
172         fringes generate specific mouse events.
173         (mouse-set-point): Note that it now works in fringes and margins
174         too due to new semantics of posn-point in fringes and margins.
176         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
177         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
179 2003-11-20  Kim F. Storm  <storm@cua.dk>
181         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
182         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
183         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
184         to 100 for icons to avoid increasing line height when shown.
186 2003-11-19  Andreas Schwab  <schwab@suse.de>
188         * simple.el (set-variable): Fix indentation.
190 2003-11-17  Kenichi Handa  <handa@m17n.org>
192         * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
193         docstring.
195 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
197         * international/latin1-disp.el (latin1-display): Fix docstring.
199 2003-11-16  John Wiegley  <johnw@newartisans.com>
201         * eshell/em-ls.el (eshell-ls-file): There are times with
202         size-width is nil and uncomputed (when directories are created in
203         dired, for example); in this case, 4 is reasonable default value,
204         although it may caused skewed new entries (which could be avoided
205         by returning the original value of 8 in all cases, but 99% of the
206         time this is a waste of whitespace).
208 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
210         * cc-engine.el (c-guess-continued-construct,
211         c-guess-basic-syntax): Check a little more carefully if it's a
212         function declaration when an unknown construct followed by a block
213         is found inside a statement context.  This avoids macros followed
214         by blocks to be taken as function declarations.
216         (c-guess-continued-construct): Changed the analysis of a statement
217         continuation with a brace open to `substatement-block', for
218         consistency with recognized statements.
220         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
221         start is in a position so that `c-beginning-of-statement-1' jumped
222         to the beginning of the same statement.
224         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't
225         accept binary operators in the arglist if we're in a function call
226         context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
227         template recognition in cases like "if (a < b || c > d)".
229         (c-restricted-<>-arglists): New more appropriate name for
230         `c-disallow-comma-in-<>-arglists'.
232         Accessing functions updated for the variable name change.
234         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
235         match data could get clobbered if NOT-INSIDE-TOKEN is used.
237         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
238         labels.
240         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
241         instead of duplicating parts of it.  This fixes bogus label
242         recognition.
244         * cc-align.el (c-gnu-impose-minimum): Reverted to the old method
245         of checking the context in which to apply the minimum indentation,
246         so that it isn't enforced in e.g. namespace blocks.
248         * cc-vars.el (c-inside-block-syms): New constant used by
249         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
250         to somewhat reduce the risk of becoming stale.
252         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from
253         cc-cmds to cc-engine to allow use from cc-align.
255         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
256         qualified identifiers containing "::".
258         * cc-defs.el (c-make-keywords-re): Added kludge for bug in
259         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
261         * cc-vars.el (c-emacs-features): Use a space in front of the name
262         of the temporary buffer.  That also avoids dumping problems in
263         XEmacs due to undo info being left around after the buffer is
264         killed.
266         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
267         arglist to see if it's a K&R style declaration.
269         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
270         before returning `knr-argdecl-intro'.
272 2003-11-16  John Wiegley  <johnw@newartisans.com>
274         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
275         field in a long-listing always 8 characters, use `size-width',
276         which has already been computed.
278 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
280         * subr.el (minor-mode-list): Add `hs-minor-mode'.
282 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
284         * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
285         operation while narrowed, with `diff-restrict-view'.
287 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
289         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Take
290         additional optional arg NARROWFUN.  For the generated functions: Add
291         local var `was-narrowed-p'.  Also, if NARROWFUN is specified, include
292         frags that arrange to check for and save narrowing state before the
293         move and then conditionally call NARROWFUN after the move.
295 2003-11-14  John Wiegley  <johnw@newartisans.com>
297         * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash
298         that was optional, but obviously missing based on surrounding
299         code.
301         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
302         string arguments to numbers unless the whole argument was seen as
303         a number.
305 2003-11-14  Kenichi Handa  <handa@m17n.org>
307         * international/mule.el (ctext-non-standard-encodings-alist): Fix
308         coding systems.
310 2003-11-10  Kenichi Handa  <handa@m17n.org>
312         * language/kannada.el ("Kannada"): Add sample-text.
314         * language/knd-util.el (kannada-compose-region)
315         (kannada-compose-string, kannada-post-read-conversion): Add
316         autoload cookie.
318         * international/quail.el (quail-completion): Change the message
319         "corresponding translations" to "corresponding characters".
321 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
323         * descr-text.el (describe-char): Fix typo.
325 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
327         These changes are to support Kannada language/script.
329         * Makefile.in (DONTCOMPILE): Add kannada.el.
331         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
333         * loadup.el: Preload kannada.el.
335         * language/ind-util.el (ucs-kannada-to-is13194-alist)
336         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
337         New variables.
339         * language/kannada.el: New file.
341         * language/knd-util.el: New file.
343 2003-11-07  Andreas Schwab  <schwab@suse.de>
345         * progmodes/autoconf.el (autoconf-font-lock-keywords): Also
346         highlight AH_*.
348         * xml.el (xml-parse-dtd): Fix misplaced paren.
350 2003-11-07  Kenichi Handa  <handa@m17n.org>
352         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
354 2003-11-05  Juri Linkov  <juri@jurta.org>
356         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
357         (desktop-buffer-file): Use saved buffer-file-coding-system
358         for file reading.  Set auto-insert to nil to prevent automatic
359         insertion into restored empty files.
361 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
363         * files.el (risky-local-variable-p): Make second argument optional.
365 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
367         * mail/rmail.el (rmail-convert-to-babyl-format): If
368         base64-decode-region signals an error, catch it and silently
369         ignore it.
371 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
373         * xml.el: Allow comments following the top-level element.
374         Separate out namespace parsing into special functions.
375         Change namespace parsing to return ('ns-uri . "local-name")
376         instead of '{ns-uri}local-name.
378 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
380         * dired.el (dired-ls-sorting-switches): Doc fix.
382 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
384         * emacs-lisp/rx.el (rx-or): Fix the case of
385         "(rx (and ?a (or ?b ?c) ?d))".
387 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
389         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
390         (texinfo-format-region): Use it.
391         (texinfo-format-buffer-1): Ditto.
393 2003-11-01  Alan Mackenzie  <acm@muc.de>
395         Changes to allow scrolling whilst in isearch mode:
396         * isearch.el (isearch-unread-key-sequence): New function,
397         extracted from isearch-other-meta-char.
398         (top level): (put 'foo 'isearch-scroll) on all Emacs's
399         "scrollable" standard functions.
400         (isearch-allow-scroll): New customizable variable.
401         (isearch-string-out-of-window, isearch-back-into-window)
402         (isearch-reread-key-sequence-naturally)
403         (isearch-lookup-scroll-key): New functions.
404         (isearch-other-meta-char): Doc string and functionality enhanced.
405         Now accepts a prefix argument.
406         (isearch-lazy-highlight-window-end): New variable.
407         (isearch-lazy-highlight-new-loop): Pay attention to the window's
408         end (thru isearch-lazy-highlight-window-end), not only its start.
410         * simple.el (overriding-map-is-bound, saved-overriding-map): New
411         variables.
412         (ensure-overriding-map-is-bound, restore-overriding-map): New
413         functions.
414         (universal-argument, universal-argument-more, negative-argument)
415         (digit-argument, universal-argument-other-key): Minor changes.
417 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
419         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
420         recursively if the last message is deleted, thus avoiding an
421         infinite loop.
423 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
426         (tex-main-file): Don't add .tex if the extension is already present.
427         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
429 2003-10-29  Lute Kamstra  <lute@gnu.org>
431         * progmodes/octave-inf.el (inferior-octave-prompt):
432         Recognize version number in prompt.
434 2003-10-28  Dave Love  <fx@gnu.org>
436         * international/characters.el: Fix some Unicode ranges.
438 2003-10-28  Kenichi Handa  <handa@m17n.org>
440         * disp-table.el (standard-display-8bit)
441         (standard-display-default, standard-display-ascii)
442         (standard-display-g1, standard-display-graphic)
443         (standard-display-underline): Assure that standard-display-table
444         is a display table.
446 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * simple.el (reindent-then-newline-and-indent): Delete space *after*
449         reindenting the first line.
451 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
453         * wid-edit.el (widget-default-delete): Always delete child widgets.
455 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * newcomment.el (comment-indent): Don't call indent-according-to-mode
458         if the line has code.
459         Don't try to line up with something that's too far left.
461         * progmodes/octave-mod.el (octave-comment-start): Simplify.
462         (octave-mode-syntax-table): Add % as a comment starter.
463         (octave-point): Remove.
464         (octave-in-comment-p, octave-in-string-p)
465         (octave-not-in-string-or-comment-p, calculate-octave-indent)
466         (octave-blink-matching-block-open, octave-auto-fill):
467         Use line-(beginning|end)-position instead.
469 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
471         * emacs-lisp/authors.el (authors-aliases): Add correct realname
472         for Francesco Potort\e,Al\e(B.
474 2003-10-23  Dave Love  <fx@gnu.org>
476         * international/mule-cmds.el (locale-charset-to-coding-system):
477         Don't rely on nil being a coding system.
479         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
480         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
481         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
483 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
485         * gdb-ui.el (gdb-current-language): New variable.
486         (gdb-update-flag): Remove variable.
487         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
488         (gdb-take-last-elt): Remove function.
489         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
490         (gdb-post-prompt): Check for variable object changes here.
492         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
493         object changes in gdb-ui.el.
495 2003-10-21  Richard M. Stallman  <rms@gnu.org>
497         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
499         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
500         Don't check for foo*/ wildcard form here.
501         (insert-directory): Recognize foo*/ as a wildcard.
502         Separate wildcard-regexp variable from the arg, wildcard.
504         * subr.el (add-hook): Correctly detect when make-local-hook was used.
505         (remove-hook): Correctly handle strange cases about local hooks.
507 2003-10-21  David Ponce  <david@dponce.com>
509         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
510         argument REAL, to return a real number instead of a rounded
511         integer value.  Define as inline function.
512         (ruler-mode-right-fringe-cols): Likewise.
513         (ruler-mode-scroll-bar-cols): New function.
514         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
515         (ruler-mode-right-scroll-bar-cols): Likewise.
516         (ruler-mode-space): New function.
517         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
518         scroll bar mode and margins in a more robust way.
520 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
522         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
523         (antlr-c-init-language-vars): New function.
524         (antlr-mode): Use it with cc-mode before v5.29.
525         (antlr-c-common-init): Don't set some local vars here.
526         (antlr-mode): Set them here.
527         (antlr-c-forward-sws): New function alias.
528         (antlr-mode): Redefine with cc-mode before v5.30.
529         (antlr-skip-sexps): Use it.
530         (antlr-skip-exception-part): Ditto.
531         (antlr-skip-file-prelude): Ditto.
532         (antlr-outside-rule-p): Ditto.
533         (antlr-end-of-body): Ditto.
534         (antlr-option-kind): Ditto.
535         (antlr-insert-option-area): Ditto.
536         (antlr-file-dependencies): Ditto.
538 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
540         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
541         Move backward only if point was not inside an entry.
543 2003-10-21  Richard M. Stallman  <rms@gnu.org>
545         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
547 2003-10-21  Juri Linkov  <juri@jurta.org>
549         * compare-w.el: Automatically skip non-matching text to resync.
550         (compare-windows-whitespace): Doc fix.
551         (compare-windows-sync, compare-windows-sync-string-size)
552         (compare-windows-recenter, compare-ignore-whitespace)
553         (compare-windows-highlight, compare-windows-face): New variables.
554         (compare-windows): Use compare-windows-sync.
555         (compare-windows-highlight, compare-windows-dehighlight)
556         (compare-windows-sync-regexp)
557         (compare-windows-sync-default-function): New functions.
559 2003-10-21  Juri Linkov  <juri@jurta.org>
561         * diff.el (diff-parse-differences): Don't visit the files now;
562         instead, just record the error locus.
564 2003-10-21  Dave Love  <fx@gnu.org>
566         * progmodes/cfengine.el: New file.
568 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
570         * complete.el (PC-do-completion): Do not forget to use `pred' as the
571         default-directory when completing file names.
573 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
575         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
576         followed by the word `face', it gets treated as a face, even if
577         it is also defined as a variable or a function.
579 2003-10-20  Dave Love  <fx@gnu.org>
581         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
582         Avoid incf in macro expansion.
584 2003-10-20  John Paul Wallington  <jpw@gnu.org>
586         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
587         `evenp' so we don't implicitly require cl library at runtime.
589 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
591         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
592         (help-make-xrefs): Only make cross-references for faces if
593         preceded or followed by the word `face'.  Do not make a
594         cross-reference for variables without variable documentation,
595         unless preceded by the word `variable' or `option'.  Update doc
596         string accordingly.
598 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
600         * progmodes/hideshow.el: Rewrite one-armed `if'
601         constructs using either `when' or `unless'.
602         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
604 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
606         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
607         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
608         instead of 12x12.
610 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
612         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
613         message while converting to Babyl.
615 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
617         * allout.el (allout-mode): Doc fix.
619 2003-10-16  Lute Kamstra  <lute@gnu.org>
621         * subr.el (force-mode-line-update): Fix docstring.
623 2003-10-14  Dave Love  <fx@gnu.org>
625         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
626         (default-input-method): Add :link, improve :type.
627         (locale-charset-language-names): Fix utf-8 pattern.
628         (locale-charset-match-p, locale-charset-alist)
629         (locale-charset-to-coding-system): New.
630         (set-locale-environment): Deal with codeset part of locale specs.
632 2003-10-14  Lute Kamstra  <lute@gnu.org>
634         * fringe.el (fringe-mode): Use active voice in docstring.
635         (set-fringe-style): Ditto.
637 2003-10-13  Lute Kamstra  <lute@gnu.org>
639         * fringe.el (fringe-mode): Fix docstring.
640         (set-fringe-style): Ditto.
642 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
644         * ediff-mult.el (ediff-filegroup-action):
645         Use ediff-default-filtering-regexp.
647         * ediff-util.el (ediff-recenter): Don't call
648         ediff-restore-highlighting twice.
649         (ediff-select-difference): Set current difference.
650         (ediff-unselect-and-select-difference): Add comment.
652         * ediff.el (ediff-directories,ediff-directory-revisions)
653         (ediff-directories3,ediff-merge-directories)
654         (ediff-merge-directories-with-ancestor)
655         (ediff-merge-directory-revisions)
656         (ediff-merge-directory-revisions-with-ancestor):
657         Use ediff-default-filtering-regexp.
659 2003-10-12  Andreas Schwab  <schwab@suse.de>
661         * international/mule-cmds.el (locale-charset-language-names):
662         Simplify regex by removing unused grouping.
664 2003-10-10  Dave Love  <fx@gnu.org>
666         * bindings.el: Don't bind stop.
668 2003-10-08  Miles Bader  <miles@gnu.org>
670         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
671         face instead of attempting to emulate it.
673 2003-10-07  Kenichi Handa  <handa@m17n.org>
675         * international/mule-diag.el (list-coding-systems-1): List coding
676         systems that are loaded automatically.
678         * international/code-pages.el (iso-8859-11): Add autoload cookie.
680         * international/mule.el (autoload-coding-system): New function.
682 2003-10-07  Andreas Schwab  <schwab@suse.de>
684         * log-edit.el (log-edit-changelog-entries): Prefer local value of
685         change-log-default-name in the buffer visiting the file.
687 2003-10-06  Dave Love  <fx@gnu.org>
689         * files.el (find-file-hook): Customize.
690         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
692         * bindings.el (completion-ignored-extensions): Remove .log.
693         (global-map): Add again, open, stop keys.
695 2003-10-05  Richard M. Stallman  <rms@gnu.org>
697         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
698         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
699         Use sh-modify directly.
700         (sh-select): Use sh-append, not eval.
702         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
704         * info.el (Info-following-node-name): New function.
706         * loadhist.el (unload-feature-special-hooks):
707         Rename from loadhist-hook-functions.
708         (loadhist-hook-functions): Now an alias.
710 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
712         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
713         file-name clashes on 8+3 filesystems.
715         * Makefile.in (DONTCOMPILE, bootstrap-clean):
716         Rename loaddefs-boot.el to ldefs-boot.el
718         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
719         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
721 2003-10-03  Lute Kamstra  <lute@gnu.org>
723         * info.el (Info-mode): Revert previous change.
724         (Info-escape-percent): New function.
725         (Info-fontify-node): Use it.
727 2003-10-02  Andreas Schwab  <schwab@suse.de>
729         * loaddefs-boot.el: Regenerated.
731 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
733         * ffap.el: Remove defadvice related code from CVS since `complete'
734         provides a `PC-completion-as-file-name-predicate' variable that
735         ffap can override.
737 2003-10-02  Kenichi Handa  <handa@m17n.org>
739         * international/utf-8.el (ccl-decode-mule-utf-8):
740         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
742         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
743         * international/subst-big5.el: Likewise.
744         * international/subst-gb2312.el: Likewise.
745         * international/subst-ksc.el: Likewise.
747 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
749         * calendar/calendar.el (increment-calendar-month)
750         (calendar-leap-year-p, calendar-absolute-from-gregorian)
751         (generate-calendar, calendar-read-date, calendar-interval)
752         (calendar-day-of-week): Handle years BC.
753         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
755 2003-10-01  Dave Love  <fx@gnu.org>
757         * language/cyrillic.el (cp1251): Alias for windows-1251.
759         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
760         bootstrap.
762 2003-10-01  Lute Kamstra  <lute@gnu.org>
764         * files.el: Fix typo.
765         * imenu.el (imenu--generic-function): Docstring fix.
767 2003-09-30  Richard M. Stallman  <rms@gnu.org>
769         * dired.el (dired-mode): Handle dired-directory as a list.
771 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
773         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
775         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
777         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
778         Replace gud-display with gud-watch.
779         (gud-speedbar-buttons): Add stuff for watching expressions
780         in the speedbar when using M-x gdba. Use dolist on old part
781         of this function.
783         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
784         (gdb-update-flag): New variables.
785         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
786         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
787         (gud-watch, gdb-var-create-handler) : New functions.
788         (gdb-var-list-children, gdb-var-list-children-handler)
789         (gdb-var-create-regexp, gdb-var-update-regexp)
790         (gdb-var-list-children-regexp): New constants.
791         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
792         (gdb-annotation-rules): Reduce annotation set (level 3).
793         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
794         (gdb-post-prompt): Don't update GDB buffers every time speedbar
795         updates.
796         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
797         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
798         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
799         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
800         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
801         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
802         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
803         (gud-display, gud-display1)
804         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
805         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
806         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
807         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
808         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
809         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
810         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
811         (gdb-display-display-buffer, gdb-toggle-display)
812         (gdb-delete-display, gdb-expressions-popup-menu)
813         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
814         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
815         to display buffer.
817 2003-09-30  Richard M. Stallman  <rms@gnu.org>
819         * progmodes/ada-mode.el (ada-mode): Don't use advice.
820         Instead, set which-func-functions.
822         * progmodes/which-func.el (which-func-modes): Add ada-mode.
823         (which-func-functions): New variable.
824         (which-function): Use that.
826         * info.el (Info-mode): Double each `%' in header line.
828         * emacs-lisp/lisp-mnt.el (lm-with-file):
829         When FILE is nil, run BODY in current buffer.
831         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
833         * help.el (describe-mode): Start with a brief list of minor modes.
834         Find them thru minor-mode-list so as to find them all.
835         Show them in alphabetical order.
837         * mail/sendmail.el (mail-aliases): Doc fix.
839         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
841 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
843         * mail/rmailsum.el (rmail-make-summary-line-1):
844         Change comma after last label to a space.
845         (rmail-summary-font-lock-keywords): Adapt to that change.
847 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
849         * progmodes/scheme.el (scheme-mode-variables): When setting
850         `font-lock-defaults', also specify that "#" should
851         be interpreted with `word' syntax.
852         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
854 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
856         * desktop.el: A lot of comments updated.
857         (desktop-save-mode): Minor mode introduced.
858         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
859         (desktop-load-default): Function made obsolete.
860         (desktop-locals-to-save): Variable made customizable.
861         (desktop-read): Optional parameter `dirname' added.
862         (desktop-change-dir, desktop-revert): Parameter `dirname' in
863         `desktop-read' used.
864         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
866 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
868         * whitespace.el (whitespace-clean-msg): Add user customizable message
869         for displaying ``clean'' output.
870         (whitespace-buffer): Use `whitespace-clean-msg'.
871         (whitespace-global-mode): Fix typo.
873 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
875         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
877 2003-09-29  Lute Kamstra  <lute@gnu.org>
879         * bindings.el (mode-line-modes): Remove superfluous :propertize
880         construct in initialization.
881         (mode-line-position): Change cons cell into proper list in
882         initialization.
884 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
886         * international/mule.el (decode-coding-inserted-region): Use car
887         of the return value of find-operation-coding-system.
889 2003-09-29  Kenichi Handa  <handa@m17n.org>
891         * descr-text.el (describe-char): Fix previous change.
893 2003-09-28  Kenichi Handa  <handa@m17n.org>
895         * descr-text.el (describe-char-display): New function.
896         (describe-char): Pay attention to display table on describing how
897         a character is displayed.
899         * international/mule-cmds.el (encoded-string-description):
900         Prepend "0x" to each encoded byte.
902 2003-09-28  Andreas Schwab  <schwab@suse.de>
904         * find-file.el (ff-special-constructs): Add autoload cookie.
906 2003-09-28  Kevin Ryde  <user42@zip.com.au>
908         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
909         makeinfo appends to duplicate index entries.
911 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
913         * dired-x.el (dired-clean-tex): Doc fix.
915         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
916         using a Chinese tutorial.
918 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
920         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
921         between "MAIL FROM:" and "RCPT TO:" and the following address.
923 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
925         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
927 2003-09-28  David Ponce  <david@dponce.com>
929         * recentf.el (recentf-initialize-file-name-history): New defcustom.
930         (recentf-load-list): When `recentf-initialize-file-name-history'
931         is non-nil, initialize an empty `file-name-history' with the
932         recent list.
934 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
936         * man.el (Man-default-man-entry): Remove the leading `*' from the
937         word at point.
939 2003-09-26  Lute Kamstra  <lute@gnu.org>
941         * bindings.el (mode-line-position): Mention size indication in
942         docstring.
944 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
946         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
948         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
949         because it's autoloaded now.
951 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
953         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
954         (sh-font-lock-keywords, sh-feature): Fix previous change of
955         sh-feature to avoid infloop with sh-font-lock-keywords.
957 2003-09-25  Kim F. Storm  <storm@cua.dk>
959         * frame.el (frame-current-scroll-bars): New defun.
961         * window.el (window-current-scroll-bars): New defun.
963 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
965         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
966         cause errors when the state cache contains info on parts that have
967         been narrowed out.
969 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
971         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
972         `c-setup-paragraph-variables' has to be used when this variable is
973         changed; it doesn't work to reinitialize the mode since that
974         typically clobbers the variable.
976         * progmodes/cc-styles.el (c-setup-paragraph-variables):
977         Make it interactive.
979 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
981         * progmodes/cc-fonts.el (c-font-lock-declarations):
982         Fix recognition of constructors and destructors for classes whose
983         names are matched by `*-font-lock-extra-types'.
985         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
986         followed by an identifier in C++ then it's a type.
988 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
990         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
991         problem that primarily affected XEmacs.  Don't use faces to find
992         unterminated strings since Emacs and XEmacs fontify strings
993         differently - this function should now work better in XEmacs.
995 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
997         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
998         `expand-abbrev' workaround which caused braces to misbehave inside
999         macros.
1001         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
1002         handling.  This bug could cause interactive font locking to bail out.
1004 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1006         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1007         Handle paren-style types in Pike.  Also fixed some cases of
1008         insufficient handling of unbalanced parens.
1010 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
1012         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
1013         common shell prompts that are not common filename or URL characters.
1014         (ffap-file-at-point): Use the new regexp to strip the prompts from
1015         the file names. This is an issue mostly for user prompts that
1016         don't have a trailing space and find-file-at-point is invoked from
1017         within a shell inside emacs.
1019 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
1021         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
1022         stamps numerically, rather than textually.
1024 2003-09-24  Kenichi Handa  <handa@m17n.org>
1026         * language/devan-util.el (devanagari-post-read-conversion):
1027         * language/mlm-util.el (malayalam-post-read-conversion):
1028         * language/tml-util.el (tamil-post-read-conversion):
1029         Add autoload cookie.
1031         * international/utf-8.el (utf-8-post-read-conversion):
1032         Call post-read-conversion functions for Devanagari, Malayalam,
1033         and Tamil.
1035 2003-09-23  Dave Love  <fx@gnu.org>
1037         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
1039 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
1041         * progmodes/gud.el (perldb): Add gud-until to list of commands.
1042         Update gud-remove.
1044 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1046         * progmodes/sh-script.el (sh-mode-default-syntax-table):
1047         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
1048         (sh-mode-syntax-table-input): New variable.
1049         (sh-require-final-newline): Don't use eval.
1050         (sh-builtins, sh-leading-keywords, sh-other-keywords)
1051         (sh-variables, sh-font-lock-keywords): Don't use eval.
1052         (sh-set-shell): When setting require-final-newline,
1053         treat value = `require-final-newline' as don't change it.
1054         Set sh-mode-syntax-table locally based on
1055         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
1057         * progmodes/compile.el (compile-internal):
1058         Call compilation-set-window-height before setting window start.
1060 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
1062         * emacs-lisp/bytecomp.el (byte-compile-log-file):
1063         Clear out byte-compile-last-warned-form.
1065 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1067         * woman.el (woman-file-name, woman-follow-word):
1068         If current-word returns nil, use "".
1070         * simple.el (eval-expression): Bind standard-output in to-buffer case.
1072 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1074         * emacs-lisp/lisp-mnt.el (lm-with-file):
1075         Don't visit the file, just use insert-file-contents in temp buffer.
1077 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
1079         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
1080         Add surrounding \\( and \\) around the header, as in
1081         for lm-history-header 'Change Log\\|History'.
1083 2003-09-22  John Paul Wallington  <jpw@gnu.org>
1085         * progmodes/ld-script.el: Add Commentary section,
1086         minor cleanup of file header.
1087         (ld-script-font-lock-keywords): Doc fix.
1088         (toplevel): Provide `ld-script' feature.
1090 2003-09-21  Kim F. Storm  <storm@cua.dk>
1092         * scroll-bar.el (set-scroll-bar-mode): Initialize to
1093         new built-in variable default-frame-scroll-bars.
1094         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
1095         scroll-bar-mode; notably, use it instead of t when we toggle
1096         scroll-bars on.
1097         (toggle-scroll-bar): Use default-frame-scroll-bars.
1099 2003-09-19  Masatake YAMATO  <jet@gyve.org>
1101         * pcvs.el (cvs-do-removal): Change the prompt depending on
1102         `filter' value.
1104 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
1106         * startup.el (command-line-1): Stop startup-echo-area-message
1107         being hidden by "Loading image..." message.
1108         (use-fancy-splash-screens-p, display-splash-screen):
1109         Move display-graphic-p test from latter to former.
1111         * progmodes/sh-script.el (sh-font-lock-keywords):
1112         Highlight escaped EOLs differently from other backslash constructs.
1114 2003-09-19  Richard M. Stallman  <rms@gnu.org>
1116         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
1117         New functions.
1118         (edebug-enter, edebug-outside-excursion): Use them.
1120         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1121         Fix the condition for whether to print "In WHERE".
1123 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
1125         * finder.el (finder-mode-hook): New variable.
1126         (finder-mode): Run hook finder-mode-hook
1128 2003-09-18  Masatake YAMATO  <jet@gyve.org>
1130         * progmodes/ebrowse.el: Fix broken magic autoload comments.
1132 2003-09-17  Mario Lang  <mlang@delysid.org>
1134         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
1135         "p %e" to actually print the value in the GUD buffer.
1137 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
1139         From David Ponce <david.ponce@wanadoo.fr>:
1140         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
1141         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
1142         from loaddefs-boot.el if necessary.
1144 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
1146         * progmodes/gud.el (gud-find-class): Make jdb work again since
1147         cc-mode changed the syntactic information.
1149 2003-09-15  David Ponce  <david@dponce.com>
1151         * recentf.el: (recentf-exclude): Accept predicates too.
1152         (recentf-file-readable-p): New function.
1153         (recentf-include-p): Handle predicates in recentf-exclude.
1154         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
1155         (recentf-cleanup): Likewise.
1156         (recentf-save-list): Use write-file to handle backup of
1157         recentf-save-file.
1159 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
1161         * loaddefs-boot.el: Renamed from `loaddefs.el'
1162         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
1163         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
1164         necessary.
1166 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
1168         * electric.el (Electric-pop-up-window): For the `one-window' case,
1169         no longer disconcertingly move point in the original buffer.
1171 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
1175 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1177         * dired.el (dired-mode-map): Fix typo.
1179 2003-09-11  Richard M. Stallman  <rms@gnu.org>
1181         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
1183 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1185         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
1186         the function is less noisy.  Now only `kill-buffer' can ask questions.
1188 2003-09-10  Mario Lang  <mlang@delysid.org>
1190         * battery.el: Update Commentary and Copyright.
1191         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
1192         appear due to wrong ordering of the expressions in `or'.
1194 2003-09-09  Lute Kamstra  <lute@gnu.org>
1196         * misc.el (upcase-char): Fix docstring.
1197         (zap-up-to-char): New command.
1199 2003-09-08  David Ponce  <david@dponce.com>
1201         Ensure that recentf correctly updates the menu bar.
1202         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
1203         (recentf-menu-bar): New function.
1204         (recentf-clear-data): Use it
1205         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
1206         of easy-menu-change.
1208 2003-09-08  Lute Kamstra  <lute@gnu.org>
1210         * simple.el (size-indication-mode): New.
1211         * bindings.el (mode-line-position): Add buffer size indicator.
1213 2003-09-04  Mario Lang  <mlang@delysid.org>
1215         * battery.el (battery-linux-proc-acpi): New function.
1216         (battery-status-function): Modify default value calculation to also
1217         check for availability of ACPI.
1218         (battery-echo-area-format): Ditto.
1219         (battery-mode-line-format): Ditto.
1221 2003-09-06  Dave Love  <fx@gnu.org>
1223         * ielm.el (ielm-mode-hook): Add :options.
1225         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
1226         (eldoc-print-current-symbol-info): Use it.
1228 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
1230         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
1231         being displayed in GUD buffer.
1232         (gdb-idle-input-queue): Remove var. Use just one queue.
1233         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
1234         Remove functions.  Use just one queue.
1235         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
1236         (gdb-invalidate-assembler, gdb-get-current-frame):
1237         Modify functions.  Use just one queue.
1239 2003-09-04  Dave Love  <fx@gnu.org>
1241         * cus-start.el: Add blink-cursor-alist.
1243         * ruler-mode.el (ruler-mode-fill-column-char)
1244         (ruler-mode-current-column-char): Use char-displayable-p,
1245         not window-system.
1247         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
1249         * language/european.el (windows-1252): Move from code-pages.
1251         * language/cyrillic.el ("Windows-1251"): Delete.
1252         ("Bulgarian", "Belarusian"): Remove `features'.
1253         (windows-1251): Move from code-pages.
1255         * international/mule-diag.el (non-iso-charset-alist):
1256         Remove `codepage' stuff.
1257         (print-designation, list-coding-systems-1): Output fixes.
1259         * international/code-pages.el (cp-make-translation-table)
1260         (cp-valid-codes): Made defsubsts.
1261         (cp-fix-safe-chars): Delete.
1262         (mule-diag): Don't require.
1263         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
1264         (top-level): Check for defined coding system when defining
1265         cp... aliases.  Change w32-add-charset-info test to avoid warning.
1266         (non-iso-charset-alist): Defvar when compiling.
1267         (cp-make-coding-system): Doc fix.
1269 2003-09-02  Jason Rumney  <jasonr@gnu.org>
1271         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
1272         line-ends from CVS before doing conversion.
1274 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
1276         * calendar/diary-lib.el (diary-header-line-flag)
1277         (diary-header-line-format): New variables.
1278         (list-diary-entries): Use them to set header line in simple diary.
1280         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
1281         other than font-lock-string-face to highlight backslashes.
1283 2003-09-01  Jason Rumney  <jasonr@gnu.org>
1285         * international/titdic-cnv.el (tit-read-key-value): Include \r in
1286         regexp.
1288 2003-09-01  Dave Love  <fx@gnu.org>
1290         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
1292         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
1293         and :help; also line and column numbers labels.
1295         * international/mule-util.el (char-displayable-p): Move from
1296         latin1-disp, rename and autoload.
1298         * international/latin1-disp.el (latin1-char-displayable-p):
1299         Now obsolete alias.  Replace uses with char-displayable-p.
1300         (latin1-display-ucs-per-lynx): Fix last change.
1302         * international/mule-cmds.el (standard-display-european-internal):
1303         Don't use char code for Latin-1 NBSP.
1304         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
1305         U+2018, U+2019 for `'.
1306         (select-safe-coding-system): Message fix.
1308 2003-09-01  Kenichi Handa  <handa@m17n.org>
1310         * international/fontset.el (setup-default-fontset): For Thai
1311         font, specify "*" family.
1313 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
1315         * progmodes/compile.el (previous-error): Accept a prefix
1316         argument, similarly to next-error.
1318 2003-08-31  Masatake YAMATO  <jet@gyve.org>
1320         * pcvs.el (cvs-do-removal): Use = instead of eq to check
1321         the number of files.  Bind the number of files to a local
1322         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
1324 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
1326         * vc-hooks.el (vc-make-version-backup): Fix the change made on
1327         2003-07-26: msdos-long-file-names is a function, not a variable.
1329 2003-08-29  Richard M. Stallman  <rms@gnu.org>
1331         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
1332         Do nothing with mail-personal-alias-file if it is nil.
1334         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
1335         Do nothing if mail-personal-alias-file is nil.
1337         * term.el (term-exec-1): Bind coding-system-for-read.
1339         * dired.el (dired-mouse-find-file-other-window):
1340         Use dired-view-command-alist here, as in dired-view-file.
1341         (dired-view-command-alist): Use %s to substitute file name.
1342         Handle .ps_pages, .eps, .jpg, .gif, .png.
1344 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1346         * info.el (Info-mode-map): Bind S-tab and <backtab> to
1347         `Info-prev-reference', instead of M-tab.
1349 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
1351         * simple.el (blink-matching-open): Work correctly on chars that
1352         are designated as parens through the syntax-table text property.
1354 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
1356         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1357         line break position in the middle of a non-kinsoku (e.g. latin)
1358         word, making it skip until either a space or a character with
1359         category "|".
1360         (kinsoku-longer): Test for end of buffer.
1362 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
1364         * mail/rmail.el (rmail-convert-to-babyl-format):
1365         Detect quoted-printable- and base64-encoded messages and decode them
1366         automatically.  Set the message's encoding from the charset=
1367         header, if any.  Decode base64-encoded messages in Mail format as well.
1369 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1371         * mail/smtpmail.el Fix previous change:
1372         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1373         calling smtpmail-via-smtp.
1374         (smtpmail-via-smtp): Add fall-back values for envelope-from.
1376 2003-08-26  John Paul Wallington  <jpw@gnu.org>
1378         * image.el (image-jpeg-p): Don't search beyond length of data.
1380 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1382         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1383         misfeature in `expand-abbrev' which caused electric keywords like
1384         "else" to disappear if an open brace was typed directly afterwards.
1386 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1388         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1389         mandatory in `define-widget'.
1391         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1392         Don't align the operators "!=", "<=" and ">=" as assignment operators.
1394         (c-assignment-operators): New language constant that only contains
1395         the assignment operators.
1397         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1399 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1401         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1402         Safeguard against unbalanced sexps.
1404 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
1406         * version.el (emacs-version): Check for gtk.  Include gtk version info.
1408 2003-08-25  John Paul Wallington  <jpw@gnu.org>
1410         * man.el (Man-default-man-entry): Don't whizz past the section
1411         number before looking for it.
1413 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
1415         * progmodes/gud.el (gud-display-line): Don't set window-point if
1416         source buffer is not visible. (Only happens with M-x gdba).
1418         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1419         documentation.
1420         (gdb-source, gdb-source-info): Update to assembler unnecessary
1421         as its done after each GDB command anyway.
1422         (gdb-pre-prompt): Use with-current-buffer.
1423         (gdb-insert-field): Add help-echo text.
1424         (gdb-invalidate-assembler): Re-display of assembler now done in
1425         gdb-info-breakpoints-custom.
1426         (gdb-info-breakpoints-custom): Force re-display of assembler to
1427         happen *after* update of breakpoints buffer.
1428         (gdb-display-source-buffer): Don't choke if gdb-source-window
1429         isn't visible.
1430         (gdb-put-string, gdb-put-arrow): Remove free variables.
1432 2003-08-24  John Paul Wallington  <jpw@gnu.org>
1434         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1436         * man.el (Man-default-man-entry): Strip text properties when
1437         snarfing parts of entry because `format' preserves properties.
1439 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1441         * files.el (file-newest-backup): Use `expand-file-name'.
1443         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1444         Allow the diary to pop up a new frame, if needed.
1446         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1447         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1448         (smtpmail-send-it): Make treatment of envelope-from consistent with
1449         sendmail.el.
1451         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1452         (sh-leading-keywords): Add the bash `time' reserved word.
1453         (sh-variables): Add some bash variables.
1454         (sh-add-completer): Fix nil branch of case statement.
1456 2003-08-24  Masatake YAMATO  <jet@gyve.org>
1458         * progmodes/ld-script.el: New file.
1460 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
1462         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1464 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
1466         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1467         Better explain obsolescence, and what to use instead.
1469 2003-08-23  Masatake YAMATO  <jet@gyve.org>
1471         * pcvs.el (cvs-do-removal): Show the deleted file name
1472         on the prompt.
1474 2003-08-20  Dave Love  <fx@gnu.org>
1476         * international/mule.el (make-coding-system)
1477         (set-buffer-file-coding-system): Doc fix.
1479         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1481         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1483         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1485         * international/utf-16.el: Add mime-text-unsuitable coding system
1486         properties.
1488         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1490         * cus-edit.el: Add some :links.
1491         (bib): Remove.
1493         * textmodes/bib-mode.el (bib): Add :group external.
1495 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
1497         * wid-edit.el (widget-echo-help): Make it handle expressions that
1498         evaluate to strings.
1500 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
1502         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
1504         Simplify selection of SQL products to define highlighting and
1505         interactive mode.  Includes detailed instructions on adding
1506         support for new products.
1508         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
1509         product for use in highlighting and interactive mode.
1510         (sql-interactive-product): New variable.  SQL product for
1511         sql-interactive-mode.
1512         (sql-product-support): New variable.  Specifies product-specific
1513         parameters to drive highlighting and interactive mode.
1514         (sql-imenu-generic-expression): Add more object types.
1515         (sql-sqlite-options): Correct comment.
1516         (sql-ms-program): Use "osql" rather than "isql".
1517         (sql-prompt-regexp, sql-prompt-length): Update comment.
1518         (sql-mode-menu): Add "Start SQLi session" entry.
1519         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
1520         (sql-mode-abbrev-table): Add abbreviations.  Support of
1521         SYSTEM-FLAG on define-abbrev.  Support was removed with last
1522         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
1523         (sql-mode-font-lock-object-name): Add font-lock pattern for object
1524         names.
1525         (sql-mode-ansi-font-lock-keywords): Set as default value.
1526         (sql-mode-oracle-font-lock-keywords): Set as default value.
1527         Support Oracle 9i keywords.
1528         (sql-mode-postgres-font-lock-keywords): Set as default value.
1529         (sql-mode-linter-font-lock-keywords): Set as default value.
1530         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
1531         SQLServer 2000.
1532         (sql-mode-sybase-font-lock-keywords)
1533         (sql-mode-interbase-font-lock-keywords)
1534         (sql-mode-sqlite-font-lock-keywords)
1535         (sql-mode-strong-font-lock-keywords)
1536         (sql-mode-mysql-font-lock-keywords)
1537         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
1538         keywords.
1539         (sql-mode-font-lock-defaults): Update comment.
1540         (sql-product-feature): New function.  Returns feature associated
1541         with a product from `sql-product-support' alist.
1542         (sql-product-font-lock): New function.  Set font-lock support
1543         based on `sql-product'.
1544         (sql-add-product-keywords): New function.  Add font-lock rules to
1545         product-specific keyword variables.
1546         (sql-set-product): New function.  Set `sql-product' and apply
1547         appropriate font-lock highlighting.
1548         (sql-highlight-product): New function.  Set font-lock support
1549         based on a product.  Also set mode name to include product name.
1550         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
1551         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
1552         Use `sql-set-product'.
1553         (sql-highlight-ms-keywords)
1554         (sql-highlight-sybase-keywords)
1555         (sql-highlight-interbase-keywords)
1556         (sql-highlight-strong-keywords)
1557         (sql-highlight-mysql-keywords)
1558         (sql-highlight-sqlite-keywords)
1559         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
1560         (sql-get-login): Prompt in the same order as the tokens.
1561         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
1562         (sql-product-interactive): New function.  Common portions of
1563         product-specific interactive mode wrappers.
1564         (sql-interactive-mode): Rewritten to use product features.
1565         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1566         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1567         (sql-db2, sql-linter): Use `sql-product-interactive'.
1568         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1569         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1570         (sql-connect-ingres, sql-connect-postgres)
1571         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1572         New functions.  Format command line parameters and invoke comint on
1573         the appropriate interpreter.  Code was in the corresponding
1574         `sql-xyz' function before.
1575         (sql-connect-ms): New function.  Support -E argument to use
1576         operating system credentials for authentication.
1578 2003-08-18  Kenichi Handa  <handa@m17n.org>
1580         * international/mule.el (encode-char): Fix for the ASCII case.
1582 2003-08-15  Kenichi Handa  <handa@m17n.org>
1584         * international/fontset.el (setup-default-fontset): Change "*" to
1585         nil in the specifications of font family.
1587 2003-08-18  Kim F. Storm  <storm@cua.dk>
1589         * kmacro.el (kmacro-keymap): Group related bindings in
1590         initialization for clarity.  Bind C-s to start macro.
1591         Remove C-r binding.
1592         (kmacro-initial-counter-value): New defvar to hold initial counter
1593         value in case we set the value before defining a macro.
1594         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1595         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1596         not defining or executing macro.  Doc fix.
1597         (kmacro-add-counter): Clear kmacro-initial-counter-value.
1598         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1599         temporarily view older elements on the macro ring without cycling
1600         the ring.
1601         (kmacro-display): Doc fix.
1602         (kmacro-exec-ring-item): New helper function.
1603         (kmacro-call-ring-2nd): Use it.
1604         (kmacro-call-ring-2nd-repeat): Doc fix.
1605         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1606         (kmacro-end-or-call-macro): Execute last viewed macro (using
1607         kmacro-exec-ring-item) from ring if this follows
1608         kmacro-view-macro.  This allows us to find a macro on the ring
1609         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1610         the ring to bring it to the head of the ring.
1611         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1612         Allow binding to reserved keys without specifying C-x C-k prefix.
1613         Ask for confirmation if entered key sequence is already bound to
1614         a non-macro command.
1615         (kmacro-view-macro): Repeating command will show older elements
1616         on the macro ring; C-k will execute the last viewed macro.
1617         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
1618         property from 'ring to 'head.
1620 2003-08-17  Alan Shutko  <ats@acm.org>
1622         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1623         keeping December out of the alist.
1625 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1627         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1628         * calendar/calendar.el (calendar-mode-map): Bind it to key.
1629         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1630         (calendar-flatten): New function.
1631         (calendar-mouse-view-other-diary-entries)
1632         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1633         in the menu title and to show multi-line diary entries correctly
1634         in the menu.
1636 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1638         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1639         defcustom, because the default was recently changed.
1641 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1643         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1645         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1646         New subroutine, broken out of eval-last-sexp-1.
1647         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1649         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1651         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1653         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1655 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1657         * progmodes/compile.el (compilation-error-regexp-alist):
1658         Add Java ANt error detection as described in document
1659         http://ant.apache.org/faq.html
1661 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1663         * simple.el (backward-word, forward-to-indentation)
1664         (backward-to-indentation):  Argument changed to optional.
1665         (next-line, previous-line): Use `or' instead of `unless'.
1667 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1669         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1670         instead of a constant.
1672 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1674         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1676 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1678         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1679         (vc-sccs-workfile-version): Search the entire delta table, rather
1680         than just the first entry, because that might be a deleted version.
1682 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1684         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1685         [save-place] binding in the Options menu.  Have it require
1686         'saveplace' and then toggle the variable manually, to avoid an an
1687         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1688         for the bug report.
1690 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1692         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1693         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1694         (gdb-info-threads-custom): Add help-echo text.
1695         (gdb-display-back): Don't use purecopy.
1696         (gdb-info-breakpoints-custom, gdb-reset)
1697         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1698         icons can be displayed.
1700 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1702         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1704 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1706         * bookmark.el (bookmark-completing-read):
1707         Return a string, instead of a list of one string.
1708         Use a popup menu if activated from the mouse.
1709         (bookmark-edit-annotation): Remove unused vars.
1710         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1711         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1712         to bookmark-completing-read.
1713         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1714         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1715         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1716         and erase-buffer.
1717         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1718         (bookmark-menu-jump, bookmark-menu-insert)
1719         (bookmark-popup-menu-and-apply-function)
1720         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1721         (bookmark-menu-build-paned-menu): Remove by folding it into
1722         bookmark-menu-popup-paned-menu.
1723         (menu-bar-bookmark-map): Move the define-key statements here.
1724         Use the "non-menu" commands since they now pop up a menu if needed.
1725         (bookmark-exit-hook-internal): Simplify.
1727 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1729         * reftex-toc.el (reftex-toc-rename-label): New function.
1730         (reftex-toc-check-docstruct): New function.
1732         * reftex.el (reftex-region-active-p): New function.
1734         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
1735         regexp to find the \bibliography macro.
1737         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
1738         which does not exist in LaTeX.
1739         (reftex-cite-format-builtin): Added amsrefs support.
1740         (reftex-toc-confirm-promotion): New option
1741         
1742         * reftex-toc.el
1743         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
1744         (reftex-toc-demote, reftex-toc-promote)
1745         (reftex-toc-do-promote, reftex-toc-promote-prepare)
1746         (reftex-toc-promote-action, reftex-toc-extract-section-number)
1747         (reftex-toc-newhead-from-alist)
1748         (reftex-toc-load-all-files-for-promotion): New functions.
1749         (reftex-toc-help): Added description of new keys.
1750         (reftex-toc-split-windows-fraction): New option.
1751         (reftex-recenter-toc-when-idle): Search *toc* window on all
1752         visible frames.
1753         (reftex-toc): Additional parameter REUSE
1754         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
1755         with REUSE argument.
1756         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
1757         the call of `reftex-toc'.
1758         (reftex-make-separate-toc-frame): New function .
1759         (reftex-toc-recenter): When called with triple prefix arg, call
1760         `reftex-make-separate-toc-frame' first.
1761         (reftex-toc-toggle-dedicated-frame): New command.
1762         (reftex-toc-quit): Adapted to delete frame when called in
1763         dedicated frame.
1765         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
1766         all enclosing macros.
1769 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1771         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1772         first use.
1774 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1776         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1778 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1780         * calendar/calendar.el (list-diary-entries-hook)
1781         (diary-display-hook, nongregorian-diary-listing-hook)
1782         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1783         Add some customize options for these hooks.
1784         (calendar-abbrev-construct): Don't try to take a substring longer
1785         than the original string.
1787 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1789         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1790         (testcover-reinstrument-clauses): Doc fix.
1792         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1793         (warning-type-format): Rename from warning-group-format.
1795         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1796         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1797         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1798         to prevent warnings about defvar for an obsolete variable.
1800         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1801         warning-group-format renamed to warning-type-format.
1803         * subr.el (read-passwd): Use clear-string instead of fillarray.
1805         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1806         Use vconcat instead of concat.
1807         (edmacro-sanitize-for-string): New function.
1809 2003-08-05  Dave Love  <fx@gnu.org>
1811         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1812         line-number-display-limit-width.
1814         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1816 2003-08-05  Kenichi Handa  <handa@m17n.org>
1818         * international/code-pages.el: Don't require mule-diag.
1820         * international/mule-diag.el (non-iso-charset-alist):
1821         Add autoload cookie.
1823         * language/devan-util.el (dev-glyph-order): Add an entry for the
1824         glyph code #xC4.
1826 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1828         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1829         (european-calendar-style, diary-date-forms)
1830         (calendar-day-name-array, calendar-month-name-array): Doc change.
1831         (generate-calendar-month): Adapt for new behaviour of
1832         `calendar-day-name' function.
1833         (calendar-abbrev-length, calendar-day-abbrev-array)
1834         (calendar-month-abbrev-array): New variables.
1835         (calendar-abbrev-construct): New function.
1836         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1837         rather than fixing abbrevs at some width.  Calling syntax change.
1838         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1839         (calendar-date-string): Adapt for new behaviours of
1840         `calendar-day-name' and `calendar-month-name' functions.
1842         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1843         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1844         (diary-name-pattern): Use abbrev arrays, rather than fixing
1845         abbrevs at three chars.  Calling syntax change.
1846         (mark-diary-entries):  Adapt for new behaviours of
1847         `diary-name-pattern' and `calendar-make-alist' functions.
1848         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1849         `diary-name-pattern' function.
1850         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1851         fixing abbrevs at three chars.  Calling syntax change.
1852         (cal-hebrew, cal-islam): Require when compiling.
1853         (diary-font-lock-keywords): Adapt for new behaviour of
1854         `font-lock-diary-date-forms' function.
1856         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1857         (calendar-hebrew-month-name-array-common-year)
1858         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1859         (list-hebrew-diary-entries): Adapt for new behaviours of
1860         `calendar-day-name' and `add-to-diary-list' functions.
1861         (mark-hebrew-diary-entries): Adapt for new behaviours of
1862         `diary-name-pattern' and `calendar-make-alist' functions.
1864         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1865         Add doc string.
1866         (list-islamic-diary-entries): Adapt for new behaviours of
1867         `calendar-day-name' and `add-to-diary-list' functions.
1868         (mark-islamic-diary-entries): Adapt for new behaviours of
1869         `diary-name-pattern' and `calendar-make-alist' functions.
1871         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1872         `calendar-month-name' function.
1874         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1876         * calendar/solar.el (solar-seasons-data): Move definition before use.
1878         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1879         (cal-tex-LaTeX-hourbox): Move definition before use.
1881         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1882         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1883         lunar.el, solar.el
1884         (displayed-month, displayed-year): Define for compiler.
1886 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1888         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1889         MODE.  Renamed from c-init-c-language-vars'.
1890         (c-initialize-cc-mode): Change accordingly.
1891         (c-common-init): Ditto.
1892         (c-mode): Ditto.
1893         (c++-mode): Use `c-init-language-vars-for'.
1894         (objc-mode): Ditto.
1895         (java-mode): Ditto.
1896         (idl-mode): Ditto.
1897         (pike-mode): Ditto.
1898         (awk-mode): Ditto.
1900 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1902         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1903         or not the point moved.
1905         (c-search-decl-header-end): Don't trip up on operator identifiers
1906         in C++ and operators like == in all languages.
1908         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1909         Detect leading labels correctly.
1911 2003-08-02  Andreas Schwab  <schwab@suse.de>
1913         * textmodes/ispell.el: Don't redo key bindings on loading, put
1914         them only in loaddefs.el.
1915         * bookmark.el: Likewise.
1916         * dabbrev.el: Likewise.
1917         * emerge.el: Likewise.
1919         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1920         has more than one member.
1922         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1924 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1926         * lpr.el (printify-region): It was ending conversion before the
1927         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
1929 2003-07-31  John Paul Wallington  <jpw@gnu.org>
1931         * net/browse-url.el (browse-url-epiphany): Doc fix.
1933 2003-07-30  Kenichi Handa  <handa@m17n.org>
1935         * international/fontset.el (setup-default-fontset):
1936         Change registry names of Akurti fonts.
1938 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1940         * comint.el (comint-read-noecho): Use `clear-string' instead of
1941         `fillarray'.
1943 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
1945         * outline.el (outline-mode-hook): Add defvar.
1947 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
1949         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1950         Restore assembler in source window if that is what has been selected.
1951         (menu): Add gdb-restore-windows to menu.  Make gdba
1952         specific menus only visible from gdba.
1954 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1956         * progmodes/compile.el (compilation-environment): New user variable.
1957         (compile-internal): Respect it.
1959 2003-07-23  Masatake YAMATO  <jet@gyve.org>
1961         * progmodes/gud.el (gdb-script-font-lock-keywords):
1962         Put `font-lock-function-name-face' on a symbol which includes
1963         `-' like `hook-run'.  Put font-lock-variable-name-face
1964         on a symbol starting with $.
1966 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
1968         * files.el (set-visited-file-name): Use truename for buffer-file-name.
1970 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1972         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1974 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
1976         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1977         Use with-no-warnings.
1978         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1979         rather than to find-file-not-found-hook, which doesn't exist.
1981 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1983         * international/quail.el (quail-translate-key): Fix previous change.
1985 2003-07-25  John Paul Wallington  <jpw@gnu.org>
1987         * server.el (server-start): Check `server-process' is non-nil
1988         before killing it to avoid killing current buffer's process.
1990         * simple.el (choose-completion-string): Use `minibufferp';
1991         test `completion-reference-buffer' if `buffer' arg is nil.
1992         (push-mark): Use `when' and `unless'.
1993         (pop-mark): Use `when'.
1995         * mouse-sel.el (mouse-sel-get-selection-function):
1996         Check `x-last-selected-text-primary'.  Don't barf if it or
1997         `x-last-selected-text' aren't bound.
1999 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2001         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
2003 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
2005         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
2007 2003-07-23  John Paul Wallington  <jpw@gnu.org>
2009         * tooltip.el (defface tooltip): Inherit from variable-pitch.
2011 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2013         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
2014         string.  Defvar the derived hook.
2016         * macros.el (insert-kbd-macro): Escape double quote character.
2017         From Thomas W Murphy <twm@andrew.cmu.edu>.
2019 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
2021         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
2022         to match the specific mark rather than reusing comment-start-skip.
2024 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
2026         * progmodes/hideshow.el (hs-special-modes-alist):
2027         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
2029 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
2031         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
2032         value using ?\s.
2034 2003-07-21  John Paul Wallington  <jpw@gnu.org>
2036         * subr.el (with-selected-window): Add closing paren.
2038 2003-07-21  Richard M. Stallman  <rms@gnu.org>
2040         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
2041         (lisp-mode): Likewise.
2043         * subr.el (with-selected-window): Copy code form save-selected-window
2044         so as to call select-window with norecord arg.
2045         (dynamic-completion-table): Doc fix.
2046         (lazy-completion-table): Doc fix.
2048         * international/mule-cmds.el (set-locale-environment):
2049         langinfo renamed to locale-info.
2051         * international/mule.el (auto-coding-functions): Doc fix.
2053 2003-07-21  Kenichi Handa  <handa@m17n.org>
2055         * international/quail.el (quail-translate-key):
2056         Update quail-current-str correctly.
2058 2003-07-21  Andreas Schwab  <schwab@suse.de>
2060         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
2061         ?, to "_".
2063 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2064         Version 2.0.36 of Tramp released.
2066         * net/tramp.el (tramp-default-password-end-of-line): Rename from
2067         tramp-password-end-of-line.
2068         (tramp-password-end-of-line): New method parameter.
2069         (tramp-get-password-end-of-line): Function to access method
2070         parameter `tramp-password-end-of-line', or variable
2071         `tramp-default-password-end-of-line' (default value).
2072         (tramp-methods): Add entries for new parameter
2073         tramp-password-end-of-line.
2074         (tramp-enter-password): Use new function
2075         `tramp-get-password-end-of-line'.
2076         (tramp-handle-insert-file-contents): Do not
2077         unconditionally inhibit the file operation file-local-copy, only
2078         do that when the inhibit-file-name-operation is currently
2079         insert-file-contents.  This fixes finding remote CVS-controlled
2080         files.  (It would barf on inserting the CVS/Entries file
2081         literally, because the file-local-copy handler wasn't called.)
2082         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
2083         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
2084         (tramp-initial-commands): New variable.
2085         (tramp-process-initial-commands): New function, using the variable.
2086         (tramp-open-connection-setup-interactive-shell): Call the new function.
2087         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
2088         method into the buffer name, never use nil.  Reported by Hanak
2089         David <dhanak@inf.bme.hu>.
2090         (tramp-open-connection-setup-interactive-shell): Erase buffer
2091         before sending "stty -onlcr".
2093         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2095 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
2097         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
2099 2003-07-19  John Paul Wallington  <jpw@gnu.org>
2101         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
2102         (artist-draw-rect, artist-draw-square): Doc fixes.
2104         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
2106         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
2108 2003-07-19  Kenichi Handa  <handa@m17n.org>
2110         * international/kkc.el (kkc-show-conversion-list-update):
2111         Highlight the correct candidate in the message.
2113 2003-07-18  John Paul Wallington  <jpw@gnu.org>
2115         * simple.el (current-word): Don't include punctuation char when
2116         `really-word' arg is non-nil.
2118 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
2120         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
2121         moved to the directory obsolete.
2123 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2125         * info.el (Info-menu-entry-name-re): Allow newlines in
2126         menu entry names.
2128         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
2129         syntax-ppss-after-change-function.
2130         (syntax-ppss-after-change-function): New alias.  Update uses.
2131         (syntax-ppss): Catch the case where the buffer is narrowed.
2133 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2135         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
2136         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
2138 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2140         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
2141         since it might be modified.
2143         * progmodes/cc-langs.el (c++-make-template-syntax-table)
2144         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
2145         names to these language constants.
2147 2003-07-15  Kim F. Storm  <storm@cua.dk>
2149         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
2150         All uses changed.
2152 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
2154         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
2155         Namespace support.
2157 2003-07-13  Juanma Barranquero  <lektu@terra.es>
2159         * frame.el (modify-all-frames-parameters): Reinstall (copyright
2160         papers received).
2162 2003-07-13  Karl Eichwalder  <ke@suse.de>
2164         * textmodes/po.el (po-find-charset): White space at the start of the
2165         Content-Type field body is non-mandatory.
2167 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2169         * textmodes/texinfo.el (texinfo-section-list):
2170         Append appendixsection; a synonym for appendixsec.
2172 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
2174         * man.el (Man-translate-cleanup): New.
2175         (Man-translate-references): Call `Man-translate-cleanup' to clean
2176         leading, trailing and middle spaces.
2178 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
2180         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
2181         Handle `dired-directory' being a list.
2183 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2185         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
2186         it doesn't exist.
2188 2003-07-12  Richard M. Stallman  <rms@gnu.org>
2190         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
2192         * progmodes/cc-defs.el (c-make-keywords-re):
2193         Don't use delete-duplicates.
2194         (c-lang-const): Don't use mapcan.
2196         * apropos.el (apropos-show-scores): Make it customizable.
2197         Document new meaning.
2198         (apropos): Compute scores from symbols.
2199         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
2201 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2203         * ps-bdf.el: Fix copyright line.
2204         (bdf-directory-list): Fix initialization code.
2206 2003-07-11  John Paul Wallington  <jpw@gnu.org>
2208         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
2209         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
2210         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2212 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
2214         * emacs-lisp/ring.el (ring-elements): Doc fix.
2216 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2218         * calendar/timeclock.el (timeclock-relative)
2219         (timeclock-ask-before-exiting, timeclock-use-display-time):
2220         Doc changes.
2221         (timeclock-modeline-display): Give a message if
2222         `timeclock-use-display-time' is non-nil but `display-time-mode'
2223         is not active.
2225 2003-07-11  Kenichi Handa  <handa@m17n.org>
2227         * international/mule-cmds.el (set-language-environment):
2228         Set current-language-environment to the correct string.
2230 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2232         * ps-print.el: Print line number correctly in a region.  Reported by
2233         Tim Allen <timallen@ls83.fsnet.co.uk>
2234         (ps-print-version): New version number (6.6.2).
2235         (ps-printing-region): Code fix.
2237 2003-07-10  John Paul Wallington  <jpw@gnu.org>
2239         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
2240         this function can be called from `add-completions-from-tags-table'.
2242 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
2244         * calendar/timeclock.el (timeclock-use-display-time)
2245         (timeclock-day-over-hook, timeclock-workday-remaining)
2246         (timeclock-status-string, timeclock-when-to-leave)
2247         (timeclock-when-to-leave-string, timeclock-log-data)
2248         (timeclock-find-discrep, timeclock-day-base)
2249         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
2250         (timeclock-modeline-display): Set the variable
2251         `timeclock-modeline-display'.
2252         (timeclock-update-modeline): Doc fix.  Respect value of
2253         `timeclock-relative'.
2255 2003-07-09  Richard M. Stallman  <rms@gnu.org>
2257         * textmodes/reftex-parse.el (reftex-all-document-files):
2258         Add autoload cookie.
2260         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
2261         (reftex-scanning-info-available-p): Add autoload cookie.
2263         * international/mule-cmds.el
2264         (set-display-table-and-terminal-coding-system): Delete duplicate
2265         aset on standard-display-table.
2267         * view.el (view-file): If existing buffer's major mode is special,
2268         don't go into view mode.
2270         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
2272 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2274         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
2275         buffer changes; there's third party code that calls this function
2276         directly.
2278 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2280         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
2281         (autodoc-font-lock-keywords): Don't byte compile on font lock
2282         initialization when running from byte compiled files.
2284 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2286         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
2287         statement ends with auto-increment "++".
2289 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2291         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2292         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2293         these are changed, so declare them as variables and not constants.
2295 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
2297         * subr.el (dolist, dotimes):  Doc fix.
2299 2003-07-08  Kim F. Storm  <storm@cua.dk>
2301         * international/mule-cmds.el
2302         (set-display-table-and-terminal-coding-system): Don't break
2303         bootstrap if standard-display-table isn't setup yet.
2305 2003-07-07  Richard M. Stallman  <rms@gnu.org>
2307         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
2308         Give it a doc string, and autoload it.
2310         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
2311         Use with-no-warnings.
2313         * info.el (Info-search): If find invisible text, search again.
2315         * isearch.el (search-whitespace-regexp): Add a shy group around it.
2317         * man.el (Man-name-regexp): Match + as part of name.
2319         * simple.el (visible-mode): Rename from vis-mode.
2320         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
2322         * simple.el (current-word): New arg REALLY-WORD specifies
2323         don't include punctuation chars.
2325         * emacs-lisp/debug.el (debug, debugger-env-macro):
2326         Use with-no-warnings while accessing and binding unread-command-char.
2328         * international/mule-cmds.el
2329         (set-display-table-and-terminal-coding-system): Use explicit loop
2330         instead of calling standard-display-default.
2332         * net/ange-ftp.el (ange-ftp-file-symlink-p):
2333         Use condition-case to catch error in ange-ftp-get-files.
2335         * net/browse-url.el (browse-url-browser-function):
2336         Add alternative for Epiphany.
2337         (browse-url-epiphany-program, browse-url-epiphany-arguments)
2338         (browse-url-epiphany-startup-arguments)
2339         (browse-url-epiphany-new-window-is-tab): New variables.
2340         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
2342         * progmodes/compile.el (compile-auto-highlight): Default now t.
2343         (compile): Doc fix.
2344         (compilation-next-error): Fix previous change.
2346         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
2348         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
2350 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
2352         * gdb-ui.el (gdb-source-info): Display current frame when
2353         attaching to an existing process.
2354         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
2355         while laying out windows when attaching to an existing process.
2357 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
2359         * info.el (Info-menu): Use Info-menu-entry-name-re.
2361 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
2363         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
2364         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
2366         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
2367         to match the same text.
2369 2003-07-06  John Paul Wallington  <jpw@gnu.org>
2371         * vc.el (vc-annotate-offset): Move defvar up.
2373 2003-07-06  Kim F. Storm  <storm@cua.dk>
2375         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2376         This should fix the infinite loop when extracting menu names.
2378 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2380         * files.el (auto-mode-alist, interpreter-mode-alist):
2381         Remove entries to CC Mode modes to avoid duplicates; they are now added
2382         with autoload directives in cc-mode.el.
2384 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2386         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2387         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2388         these are changed, so declare them as variables and not constants.
2390         * progmodes/cc-mode.el: Fix some autoload problems: Try to
2391         ensure that the entry for ".c" extension comes before the one for
2392         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2393         Fix incorrect entries that were added to `interpreter-mode-alist'.
2394         Move the autoload directives for AWK to the top level since they
2395         aren't recognized anywhere else.  Do not use the new AWK mode doc
2396         in the autoload form for the old AWK mode.
2398 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2400         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2401         (bibtex-sort-ignore-string-entries): Default value t.
2402         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2403         erroneously in previous version.
2404         (bibtex-string-files): Docstring reflects new parsing scheme.
2405         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2406         docstring, add # as one of the chars to crush
2407         (bibtex-autokey-prefix-string, bibtex-autokey-names)
2408         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2409         (bibtex-autokey-name-change-strings)
2410         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2411         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2412         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2413         (bibtex-autokey-title-terminators)
2414         (bibtex-autokey-titlewords-stretch)
2415         (bibtex-autokey-titleword-ignore)
2416         (bibtex-autokey-titleword-case-convert)
2417         (bibtex-autokey-titleword-abbrevs)
2418         (bibtex-autokey-titleword-abbrevs)
2419         (bibtex-autokey-titleword-change-strings)
2420         (bibtex-autokey-titleword-length)
2421         (bibtex-autokey-titleword-separator)
2422         (bibtex-autokey-name-year-separator)
2423         (bibtex-autokey-year-title-separator)
2424         (bibtex-autokey-before-presentation-function)
2425         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2426         Fix docstring.
2427         (bibtex-strings, bibtex-reference-keys):
2428         Use lazy-completion-table and make-variable-buffer-local.
2429         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
2430         (bibtex-braced-string-syntax-table)
2431         (bibtex-quoted-string-syntax-table): New variables.
2432         (bibtex-parse-nested-braces): Remove.
2433         (bibtex-parse-field-string): Use syntax table and forward-sexp.
2434         (bibtex-parse-association): Simplify.
2435         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
2436         (bibtex-parse-field-text): Simplify.
2437         (bibtex-search-forward-field, bibtex-search-backward-field):
2438         argument BOUND can take value t.
2439         (bibtex-start-of-field, bibtex-start-of-name-in-field)
2440         (bibtex-end-of-name-in-field, bibtex-end-of-field)
2441         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
2442         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
2443         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
2444         (bibtex-skip-to-valid-entry): Return buffer position of beginning
2445         and ending of entry.  Update for changes of bibtex-search-entry.
2446         Simplify.
2447         (bibtex-map-entries): FUN is called with three arguments.
2448         (bibtex-search-entry): Return a cons pair with buffer positions of
2449         beginning and end of entry.
2450         (bibtex-enclosing-field): Simplify.
2451         (bibtex-format-entry): Use booktitle to set a missing title.
2452         (bibtex-autokey-get-names): Fiddle with regexps.
2453         (bibtex-generate-autokey): Use identity.
2454         (bibtex-parse-keys): Use simplified parsing algorithm if
2455         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2456         arguments. Return alist of keys.
2457         (bibtex-parse-strings): Simplify. Return alist of strings.
2458         (bibtex-complete-string-cleanup): Fix docstring.
2459         (bibtex-read-key): New function.
2460         (bibtex-mode): Fix docstring. Do not parse for keys and
2461         strings when the mode is entered. Set fill-paragraph-function to
2462         bibtex-fill-field. Setup font-lock-mark-block-function the way
2463         font-lock intended.
2464         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2465         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2466         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2467         (bibtex-Preamble): Avoid hard coded constants.
2468         (bibtex-make-field): Fix docstring. Simplify.
2469         (bibtex-beginning-of-entry): Always return new position of point.
2470         (bibtex-end-of-entry): Rearrange cond clauses.
2471         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2472         Update for changes of bibtex-map-entries.
2473         (bibtex-ispell-abstract): Do not move point.
2474         (bibtex-entry-index): Use downcase. Simplify.
2475         (bibtex-lessp): Handle catch-all.
2476         (bibtex-find-crossref): Turn into a command.
2477         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2478         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2479         preamble entries.
2480         (bibtex-fill-field-bounds): New function.
2481         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2482         (bibtex-fill-entry): Use bibtex-fill-field-bounds
2483         (bibtex-String): Use bibtex-strings.  Always obey
2484         bibtex-sort-ignore-string-entries.
2486 2003-07-05  John Paul Wallington  <jpw@gnu.org>
2488         * cus-theme.el (customize-create-theme):
2489         Call `customize-create-theme' in Reset widget's notify function.
2491         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2492         (ibuffer-mark-interactive): Use `or' instead of `unless'.
2493         (define-ibuffer-column name): Add summarizer.
2494         (define-ibuffer-column size): Likewise.
2495         (define-ibuffer-column filename): Likewise.
2496         (define-ibuffer-column process): Likewise.  Change BODY's output too.
2497         (define-ibuffer-column filename-and-process): Likewise, likewise.
2498         (ibuffer): Remove local vars `already-in' and `need-update'.
2500         * ibuf-ext.el: Don't require `derived' at compile-time.
2502 2003-07-05  Kim F. Storm  <storm@cua.dk>
2504         * info.el: Disable paragraph refilling.
2505         (Info-refill-paragraphs): New defcustom.
2506         (Info-fontify-node): Use it.
2508 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
2510         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
2511         thingies from constructors created by defstruct.
2513         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
2514         the default value of the variable.
2515         (byte-code-meter): Move declaration to top level.
2517         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
2519         * info.el (Info-following-node-name-re): New fun.
2520         (Info-following-node-name): Remove.
2521         (Info-insert-dir): Use the new fun.
2522         (Info-extract-pointer): Don't save restriction; use new fun.
2523         (Info-menu-entry-name-re): New const.
2524         (Info-menu-entry-name-re): Use it along with new fun.
2525         (Info-node-spec-re): Use new fun.
2526         (Info-complete-menu-item, Info-fontify-node): Use new const.
2527         (Info-goto-node, Info-follow-reference, Info-menu-update):
2528         Use match-string.
2529         (Info-follow-reference): Use assoc-string.
2530         Use a list of strings for the completion table.
2531         (Info-fontify-node): Use match-string, line-end-position.
2532         Limit the search for `node:' to the first line.
2534         * newcomment.el (uncomment-region): Remove padding coming from
2535         comment-start rather than just from comment-padding.
2537         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
2538         (vc-cvs-stay-local-p): Use vc-stay-local-p.
2539         (vc-cvs-rename-file): Remove (use the default).
2540         (vc-cvs-register): Register parent dir if needed.
2541         (vc-cvs-could-register): Return non-nil if parent can be registered.
2542         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
2543         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
2545         * vc-svn.el (vc-svn-use-edit): Make it into a const.
2546         (vc-svn-update): Fix the arguments to `svn'.
2547         (vc-svn-diff-tree): Just use `vc-svn-diff'.
2548         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
2549         Simple implementations, assuming `name' is a URL.
2551         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
2552         set of chars allowed unquoted in a case pattern.
2554         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
2556         * font-lock.el (font-lock-extra-types-widget)
2557         (c-font-lock-extra-types, c++-font-lock-extra-types)
2558         (objc-font-lock-extra-types, java-font-lock-extra-types)
2559         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
2560         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
2561         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2562         (font-lock-match-c++-structor-declaration)
2563         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
2564         (c++-font-lock-keywords-3, c++-font-lock-keywords)
2565         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
2566         (objc-font-lock-keywords-3, objc-font-lock-keywords)
2567         (java-font-lock-keywords-1, java-font-lock-keywords-2)
2568         (java-font-lock-keywords-3, java-font-lock-keywords)
2569         (java-font-lock-syntactic-face-function): Remove obsolete code
2570         and constants.  It's all in cc-fonts.el now.
2572 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
2574         * mail/sendmail.el (mail-specify-envelope-from)
2575         (mail-envelope-from): Doc fix.
2577 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
2579         * generic-x.el: Do away with the dependency on `c-emacs-features'
2580         when populating `rul-generic-mode-syntax-table'; we already know
2581         this isn't XEmacs.
2583 See ChangeLog.10 for earlier changes.
2585 ;; Local Variables:
2586 ;; coding: iso-2022-7bit
2587 ;; End:
2589     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2590   Copying and distribution of this file, with or without modification,
2591   are permitted provided the copyright notice and this notice are preserved.
2593 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1