(jka-compr-insert-file-contents): Avoid error when
[emacs.git] / lisp / ChangeLog
bloba865e943a1128b6d665865f8db578599cbbf4819
1 2003-12-25  Andreas Schwab  <schwab@suse.de>
3         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4         file not found.
6 2003-12-08  Miles Bader  <miles@gnu.org>
8         * dired.el (dired-between-files): Always use dired-move-to-filename,
9         which is more robust in non-english locales.
11 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
15 2003-12-24  Andreas Schwab  <schwab@suse.de>
17         * shell.el (shell-file-name-quote-list): Add backslash.
19         * comint.el (comint-quote-filename): Correctly handle backslash
20         in comint-file-name-quote-list.
22 2003-12-24  Kenichi Handa  <handa@m17n.org>
24         * international/mule-cmds.el (set-default-coding-systems): Call
25         ucs-set-table-for-input for all buffers that don't have local
26         value of buffer-file-coding-system.
28         * international/ucs-tables.el (ucs-set-table-for-input): If
29         translation-table-for-encode is a symbol, get its
30         translation-table property.
32 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
34         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
35         to `completing-read' on a recently fixed bug.
37         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
38         instead of SPACE, to get the list of possible fringe modes.  SPACE
39         only works if both `partial-completion-mode' and
40         `completion-auto-help' are nil.
42         * complete.el (PC-is-complete-p): delete.
43         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
44         calls to `test-completion'.
46 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
48         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
49         to edit values when there are no children.
51         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
52         a mode called "Assembler" already exists.
53         (gdb-use-colon-colon-notation, gdb-show-changed-values): New
54         options.
55         (gud-watch): Use format option. Remove font properties from
56         string.
57         (gdb-var-create-handler, gdb-var-list-children-handler): Don't
58         bother about properties as there are none.
59         (gdb-var-create-handler, gdb-var-list-children-handler)
60         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
61         with two arguments.
62         (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let
63         speedbar show value changes with a different font.
64         (gdb-edit-value): New defun.
65         (gdb-clear-partial-output, gdb-clear-inferior-io)
66         (def-gdb-auto-update-handler): Use erase-buffer.
67         (gdb-frame-handler): Display watch expressions in
68         FUNCTION::VARIABLE format if required.
70 2003-12-23  John Paul Wallington  <jpw@gnu.org>
72         * info.el (Info-unescape-quotes, Info-split-parameter-string)
73         (Info-goto-emacs-command-node): Doc fixes.
75 2003-12-03  Kenichi Handa  <handa@m17n.org>
77         * language/cyrillic.el: Register "microsoft-cp1251" in
78         ctext-non-standard-encodings-alist.
79         ("Bulgarian"): Add ctext-non-standard-encodings.
80         ("Belarusian"): Likewise.
82         * international/mule-conf.el (compound-text-with-extensions):
83         Change the type to 2 (iso-2022 base).
85         * international/mule.el (ctext-non-standard-encodings-alist):
86         Change the format.
87         (ctext-non-standard-encodings): New variable.
88         (ctext-post-read-conversion): Fully re-written.
89         (ctext-non-standard-designations-alist): Delete it.
90         (ctext-non-standard-encodings-table): New function.
91         (ctext-pre-write-conversion): Fully re-written.
93 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
95         * cus-edit.el (custom-add-parent-links): Add documentation links
96         for parent, if the item has none of its own.
98 2003-11-30  Richard M. Stallman  <rms@gnu.org>
100         * dired-aux.el (dired-do-query-replace-regexp):
101         Report files visited read-only.
103 2003-11-30  Juri Linkov  <juri@jurta.org>
105         * dired-aux.el (dired-compare-directories): New command.
106         (dired-file-set-difference, dired-files-attributes): New functions.
108 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
109         Version 2.0.38 of Tramp released.
111         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
112         Charles Curley <charlescurley@charlescurley.com>.
113         (tramp-multi-connection-function-alist): Add ssht entry which adds
114         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
115         Aichner.
116         (tramp-get-method-parameter): New function to retrieve a method
117         parameter.  This allows for omission of method parameters.
118         Callers adjusted.
120 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
122         * net/tramp.el: Add new optional parameter ID-FORMAT to
123         `file-attributes'.  Calls of `file-attributes' won't use this
124         parameter for backward compatibility reasons.
125         (tramp-perl-file-attributes): Add a new parameter to Perl script
126         in order to handle uid/gid as strings, if desired.
127         (tramp-handle-file-truename, tramp-handle-file-symlink-p): Apply
128         `file-attributes' instead of `tramp-handle-file-attributes' in
129         order to make the function more general.
130         (tramp-handle-file-attributes): Replace proprietary optional
131         parameter NONNUMERIC by the recently (Emacs 21.4) introduced
132         ID-FORMAT.
133         (tramp-handle-file-attributes-with-perl): Handle parameter
134         NONNUMERIC if set. This wasn't done in the past.
135         (tramp-post-connection): Apply second parameter "$2" if
136         `tramp-remote-perl' is called.
138         * net/tramp-smb.el (tramp-smb-handle-delete-file): Correct
139         cut'n'waste error (`filename' instead of `directory').
140         (tramp-smb-handle-directory-files-and-attributes)
141         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
142         introduced parameter ID-FORMAT.
143         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
144         error (`directory' instead of `ldir').
146         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
147         `file-attributes' has a second parameter.  If yes, apply it with
148         value "'integer".  Otherwise, don't use that parameter (default is
149         integer format).
152 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
154         * help.el (help-map): Bind `display-local-help' to `C-h .'.
155         (help-for-help): Add `C-h .' to the listed Help options.
156         Remove trailing whitespace.
158         * help-at-pt.el: New file.
160 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
162         * subr.el (noreturn, 1value): New macros for test coverage.  See
163         `testcover.el'.
165         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
167         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
168         for macro `1value'.
169         (testcover-1value): New function.  Checks that a 1value form
170         actually returns only one value.  Requested by RMS.
172 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
174         * gdb-ui.el (gud-watch, gdb-var-create-handler)
175         (gdb-var-list-children, gdb-var-list-children-handler)
176         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
177         gdb commands that use mi to keep them out of the command history.
179 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
181         * cus-start.el (all): Add use-file-dialog.
183 2003-11-27  Kim F. Storm  <storm@cua.dk>
185         * subr.el (posn-object-x-y): New defun.
187 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
189         * subr.el (number-sequence): Improve handling of floating point
190         arguments (suggested by Kim Storm).  Allow negative arguments.
192 2003-11-26  Kenichi Handa  <handa@m17n.org>
194         * international/mule-cmds.el (standard-display-european-internal):
195         Cancel the standard-display-table setting for ` and '.
197 2003-11-26  Kim F. Storm  <storm@cua.dk>
199         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
200         New defcustoms to add ffap-like functionality to ido.
201         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
202         (ido-no-final-slash): New defun.
203         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
204         (ido-read-file-name): ): Toggle VC checking via
205         vc-handled-backends instead of vc-master-templates.
206         (ido-file-internal): Handle ido-use-url-at-point and
207         ido-use-filename-at-point via code borrowed from ffap-guesser.
208         Handle new ido-exit code ffap.
209         (ido-sort-list): Ignore final slash when sorting file names.
211 2003-11-25  Kim F. Storm  <storm@cua.dk>
213         * emulation/cua-base.el (cua--standard-movement-commands):
214         Add forward-sentence and backward-sentence.
216 2003-11-25  Stephen Eglen  <stephen@gnu.org>
218         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
219         iswitchb-exit is set to 'usefirst when user selects buffer at head
220         of list using RET.  (Selecting buffers at the head of the list was
221         broken if the substring was also a complete buffername.)
223 2003-11-23  Kim F. Storm  <storm@cua.dk>
225         * progmodes/compile.el (grep-command, grep-use-null-device)
226         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
227         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
228         (grep-regexp-alist, grep-program, find-program)
229         (grep-find-use-xargs, grep-history, grep-find-history)
230         (grep-process-setup, grep-compute-defaults)
231         (grep-default-command, grep, grep-tag-default, grep-find)
232         (grep-expand-command-macros, grep-tree-last-regexp)
233         (grep-tree-last-files, grep-tree): Move grep variables, functions
234         and commands to new file grep.el.
235         (compilation-mode-map): Remove grep commands from Compile sub-menu.
236         (compilation-process-setup-function): Doc fix.
237         (compilation-highlight-regexp, compilation-highlight-overlay): New
238         defvars used for highlighting current compile error in source buffer.
239         (compile-internal): New optional args HIGHLIGHT-REGEXP and
240         LOCAL-MAP which overrides compilation-highlight-regexp and
241         compilation-mode-map for this compilation.
242         Delay calling compilation-set-window-height until after running
243         compilation-process-setup-function so it can buffer-local override
244         compilation-window-height.
245         Check buffer-local value of compilation-scroll-output.
246         (compilation-set-window-height): Use buffer-local value of
247         compilation-window-height.
248         (compilation-revert-buffer): Don't pass (undefined)
249         preserve-modes arg to revert-buffer.
250         (next-error-no-select, previous-error-no-select): New commands.
251         (compilation-goto-locus): Temporarily highlight current match in
252         source buffer using compilation-highlight-regexp.
254         * progmodes/grep.el: New file with grep code from compile.el.
255         (grep): New defcustom group.
256         (grep-window-height): New defcustom, like compilation-window-height.
257         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
258         (grep-scroll-output): New defcustom, like compilation-scroll-output.
259         (grep-command, grep-use-null-device, grep-find-command)
260         (grep-tree-files-aliases, grep-tree-ignore-case)
261         (grep-tree-ignore-CVS-directories): Move to grep custom group.
262         (grep-setup-hook): New hook variable.
263         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
264         (grep-last-buffer): New defvar, override compilation-last-buffer.
265         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
266         Call compile-internal with args highlight-regexp and grep-mode-map.
268 2003-11-23  Kim F. Storm  <storm@cua.dk>
270         * subr.el (event-start, event-end): Doc fix.
271         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
272         (posn-area, posn-actual-col-row, posn-object): New defuns.
273         (posn-col-row): Simplify doc.  Rewrite to use cond.
274         (posn-point): Also return buffer position for events outside text
275         area (that info is now present in the event position).
277         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
278         mouse-set-point so that hscroll still works now that clicks on
279         fringes generate specific mouse events.
280         (mouse-set-point): Note that it now works in fringes and margins
281         too due to new semantics of posn-point in fringes and margins.
283         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
284         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
286 2003-11-20  Kim F. Storm  <storm@cua.dk>
288         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
289         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
290         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
291         to 100 for icons to avoid increasing line height when shown.
293 2003-11-19  Andreas Schwab  <schwab@suse.de>
295         * simple.el (set-variable): Fix indentation.
297 2003-11-17  Kenichi Handa  <handa@m17n.org>
299         * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
300         docstring.
302 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
304         * international/latin1-disp.el (latin1-display): Fix docstring.
306 2003-11-16  John Wiegley  <johnw@newartisans.com>
308         * eshell/em-ls.el (eshell-ls-file): There are times with
309         size-width is nil and uncomputed (when directories are created in
310         dired, for example); in this case, 4 is reasonable default value,
311         although it may caused skewed new entries (which could be avoided
312         by returning the original value of 8 in all cases, but 99% of the
313         time this is a waste of whitespace).
315 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
317         * cc-engine.el (c-guess-continued-construct,
318         c-guess-basic-syntax): Check a little more carefully if it's a
319         function declaration when an unknown construct followed by a block
320         is found inside a statement context.  This avoids macros followed
321         by blocks to be taken as function declarations.
323         (c-guess-continued-construct): Changed the analysis of a statement
324         continuation with a brace open to `substatement-block', for
325         consistency with recognized statements.
327         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
328         start is in a position so that `c-beginning-of-statement-1' jumped
329         to the beginning of the same statement.
331         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't
332         accept binary operators in the arglist if we're in a function call
333         context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
334         template recognition in cases like "if (a < b || c > d)".
336         (c-restricted-<>-arglists): New more appropriate name for
337         `c-disallow-comma-in-<>-arglists'.
339         Accessing functions updated for the variable name change.
341         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
342         match data could get clobbered if NOT-INSIDE-TOKEN is used.
344         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
345         labels.
347         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
348         instead of duplicating parts of it.  This fixes bogus label
349         recognition.
351         * cc-align.el (c-gnu-impose-minimum): Reverted to the old method
352         of checking the context in which to apply the minimum indentation,
353         so that it isn't enforced in e.g. namespace blocks.
355         * cc-vars.el (c-inside-block-syms): New constant used by
356         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
357         to somewhat reduce the risk of becoming stale.
359         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from
360         cc-cmds to cc-engine to allow use from cc-align.
362         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
363         qualified identifiers containing "::".
365         * cc-defs.el (c-make-keywords-re): Added kludge for bug in
366         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
368         * cc-vars.el (c-emacs-features): Use a space in front of the name
369         of the temporary buffer.  That also avoids dumping problems in
370         XEmacs due to undo info being left around after the buffer is
371         killed.
373         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
374         arglist to see if it's a K&R style declaration.
376         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
377         before returning `knr-argdecl-intro'.
379 2003-11-16  John Wiegley  <johnw@newartisans.com>
381         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
382         field in a long-listing always 8 characters, use `size-width',
383         which has already been computed.
385 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
387         * subr.el (minor-mode-list): Add `hs-minor-mode'.
389 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
391         * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
392         operation while narrowed, with `diff-restrict-view'.
394 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
396         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Take
397         additional optional arg NARROWFUN.  For the generated functions: Add
398         local var `was-narrowed-p'.  Also, if NARROWFUN is specified, include
399         frags that arrange to check for and save narrowing state before the
400         move and then conditionally call NARROWFUN after the move.
402 2003-11-14  John Wiegley  <johnw@newartisans.com>
404         * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash
405         that was optional, but obviously missing based on surrounding
406         code.
408         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
409         string arguments to numbers unless the whole argument was seen as
410         a number.
412 2003-11-14  Kenichi Handa  <handa@m17n.org>
414         * international/mule.el (ctext-non-standard-encodings-alist): Fix
415         coding systems.
417 2003-11-10  Kenichi Handa  <handa@m17n.org>
419         * language/kannada.el ("Kannada"): Add sample-text.
421         * language/knd-util.el (kannada-compose-region)
422         (kannada-compose-string, kannada-post-read-conversion): Add
423         autoload cookie.
425         * international/quail.el (quail-completion): Change the message
426         "corresponding translations" to "corresponding characters".
428 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
430         * descr-text.el (describe-char): Fix typo.
432 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
434         These changes are to support Kannada language/script.
436         * Makefile.in (DONTCOMPILE): Add kannada.el.
438         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
440         * loadup.el: Preload kannada.el.
442         * language/ind-util.el (ucs-kannada-to-is13194-alist)
443         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
444         New variables.
446         * language/kannada.el: New file.
448         * language/knd-util.el: New file.
450 2003-11-07  Andreas Schwab  <schwab@suse.de>
452         * progmodes/autoconf.el (autoconf-font-lock-keywords): Also
453         highlight AH_*.
455         * xml.el (xml-parse-dtd): Fix misplaced paren.
457 2003-11-07  Kenichi Handa  <handa@m17n.org>
459         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
461 2003-11-05  Juri Linkov  <juri@jurta.org>
463         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
464         (desktop-buffer-file): Use saved buffer-file-coding-system
465         for file reading.  Set auto-insert to nil to prevent automatic
466         insertion into restored empty files.
468 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
470         * files.el (risky-local-variable-p): Make second argument optional.
472 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
474         * mail/rmail.el (rmail-convert-to-babyl-format): If
475         base64-decode-region signals an error, catch it and silently
476         ignore it.
478 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
480         * xml.el: Allow comments following the top-level element.
481         Separate out namespace parsing into special functions.
482         Change namespace parsing to return ('ns-uri . "local-name")
483         instead of '{ns-uri}local-name.
485 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
487         * dired.el (dired-ls-sorting-switches): Doc fix.
489 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
491         * emacs-lisp/rx.el (rx-or): Fix the case of
492         "(rx (and ?a (or ?b ?c) ?d))".
494 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
496         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
497         (texinfo-format-region): Use it.
498         (texinfo-format-buffer-1): Ditto.
500 2003-11-01  Alan Mackenzie  <acm@muc.de>
502         Changes to allow scrolling whilst in isearch mode:
503         * isearch.el (isearch-unread-key-sequence): New function,
504         extracted from isearch-other-meta-char.
505         (top level): (put 'foo 'isearch-scroll) on all Emacs's
506         "scrollable" standard functions.
507         (isearch-allow-scroll): New customizable variable.
508         (isearch-string-out-of-window, isearch-back-into-window)
509         (isearch-reread-key-sequence-naturally)
510         (isearch-lookup-scroll-key): New functions.
511         (isearch-other-meta-char): Doc string and functionality enhanced.
512         Now accepts a prefix argument.
513         (isearch-lazy-highlight-window-end): New variable.
514         (isearch-lazy-highlight-new-loop): Pay attention to the window's
515         end (thru isearch-lazy-highlight-window-end), not only its start.
517         * simple.el (overriding-map-is-bound, saved-overriding-map): New
518         variables.
519         (ensure-overriding-map-is-bound, restore-overriding-map): New
520         functions.
521         (universal-argument, universal-argument-more, negative-argument)
522         (digit-argument, universal-argument-other-key): Minor changes.
524 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
526         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
527         recursively if the last message is deleted, thus avoiding an
528         infinite loop.
530 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
533         (tex-main-file): Don't add .tex if the extension is already present.
534         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
536 2003-10-29  Lute Kamstra  <lute@gnu.org>
538         * progmodes/octave-inf.el (inferior-octave-prompt):
539         Recognize version number in prompt.
541 2003-10-28  Dave Love  <fx@gnu.org>
543         * international/characters.el: Fix some Unicode ranges.
545 2003-10-28  Kenichi Handa  <handa@m17n.org>
547         * disp-table.el (standard-display-8bit)
548         (standard-display-default, standard-display-ascii)
549         (standard-display-g1, standard-display-graphic)
550         (standard-display-underline): Assure that standard-display-table
551         is a display table.
553 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
555         * simple.el (reindent-then-newline-and-indent): Delete space *after*
556         reindenting the first line.
558 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
560         * wid-edit.el (widget-default-delete): Always delete child widgets.
562 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
564         * newcomment.el (comment-indent): Don't call indent-according-to-mode
565         if the line has code.
566         Don't try to line up with something that's too far left.
568         * progmodes/octave-mod.el (octave-comment-start): Simplify.
569         (octave-mode-syntax-table): Add % as a comment starter.
570         (octave-point): Remove.
571         (octave-in-comment-p, octave-in-string-p)
572         (octave-not-in-string-or-comment-p, calculate-octave-indent)
573         (octave-blink-matching-block-open, octave-auto-fill):
574         Use line-(beginning|end)-position instead.
576 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
578         * emacs-lisp/authors.el (authors-aliases): Add correct realname
579         for Francesco Potort\e,Al\e(B.
581 2003-10-23  Dave Love  <fx@gnu.org>
583         * international/mule-cmds.el (locale-charset-to-coding-system):
584         Don't rely on nil being a coding system.
586         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
587         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
588         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
590 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
592         * gdb-ui.el (gdb-current-language): New variable.
593         (gdb-update-flag): Remove variable.
594         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
595         (gdb-take-last-elt): Remove function.
596         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
597         (gdb-post-prompt): Check for variable object changes here.
599         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
600         object changes in gdb-ui.el.
602 2003-10-21  Richard M. Stallman  <rms@gnu.org>
604         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
606         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
607         Don't check for foo*/ wildcard form here.
608         (insert-directory): Recognize foo*/ as a wildcard.
609         Separate wildcard-regexp variable from the arg, wildcard.
611         * subr.el (add-hook): Correctly detect when make-local-hook was used.
612         (remove-hook): Correctly handle strange cases about local hooks.
614 2003-10-21  David Ponce  <david@dponce.com>
616         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
617         argument REAL, to return a real number instead of a rounded
618         integer value.  Define as inline function.
619         (ruler-mode-right-fringe-cols): Likewise.
620         (ruler-mode-scroll-bar-cols): New function.
621         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
622         (ruler-mode-right-scroll-bar-cols): Likewise.
623         (ruler-mode-space): New function.
624         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
625         scroll bar mode and margins in a more robust way.
627 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
629         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
630         (antlr-c-init-language-vars): New function.
631         (antlr-mode): Use it with cc-mode before v5.29.
632         (antlr-c-common-init): Don't set some local vars here.
633         (antlr-mode): Set them here.
634         (antlr-c-forward-sws): New function alias.
635         (antlr-mode): Redefine with cc-mode before v5.30.
636         (antlr-skip-sexps): Use it.
637         (antlr-skip-exception-part): Ditto.
638         (antlr-skip-file-prelude): Ditto.
639         (antlr-outside-rule-p): Ditto.
640         (antlr-end-of-body): Ditto.
641         (antlr-option-kind): Ditto.
642         (antlr-insert-option-area): Ditto.
643         (antlr-file-dependencies): Ditto.
645 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
647         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
648         Move backward only if point was not inside an entry.
650 2003-10-21  Richard M. Stallman  <rms@gnu.org>
652         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
654 2003-10-21  Juri Linkov  <juri@jurta.org>
656         * compare-w.el: Automatically skip non-matching text to resync.
657         (compare-windows-whitespace): Doc fix.
658         (compare-windows-sync, compare-windows-sync-string-size)
659         (compare-windows-recenter, compare-ignore-whitespace)
660         (compare-windows-highlight, compare-windows-face): New variables.
661         (compare-windows): Use compare-windows-sync.
662         (compare-windows-highlight, compare-windows-dehighlight)
663         (compare-windows-sync-regexp)
664         (compare-windows-sync-default-function): New functions.
666 2003-10-21  Juri Linkov  <juri@jurta.org>
668         * diff.el (diff-parse-differences): Don't visit the files now;
669         instead, just record the error locus.
671 2003-10-21  Dave Love  <fx@gnu.org>
673         * progmodes/cfengine.el: New file.
675 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * complete.el (PC-do-completion): Do not forget to use `pred' as the
678         default-directory when completing file names.
680 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
682         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
683         followed by the word `face', it gets treated as a face, even if
684         it is also defined as a variable or a function.
686 2003-10-20  Dave Love  <fx@gnu.org>
688         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
689         Avoid incf in macro expansion.
691 2003-10-20  John Paul Wallington  <jpw@gnu.org>
693         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
694         `evenp' so we don't implicitly require cl library at runtime.
696 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
698         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
699         (help-make-xrefs): Only make cross-references for faces if
700         preceded or followed by the word `face'.  Do not make a
701         cross-reference for variables without variable documentation,
702         unless preceded by the word `variable' or `option'.  Update doc
703         string accordingly.
705 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
707         * progmodes/hideshow.el: Rewrite one-armed `if'
708         constructs using either `when' or `unless'.
709         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
711 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
713         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
714         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
715         instead of 12x12.
717 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
719         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
720         message while converting to Babyl.
722 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
724         * allout.el (allout-mode): Doc fix.
726 2003-10-16  Lute Kamstra  <lute@gnu.org>
728         * subr.el (force-mode-line-update): Fix docstring.
730 2003-10-14  Dave Love  <fx@gnu.org>
732         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
733         (default-input-method): Add :link, improve :type.
734         (locale-charset-language-names): Fix utf-8 pattern.
735         (locale-charset-match-p, locale-charset-alist)
736         (locale-charset-to-coding-system): New.
737         (set-locale-environment): Deal with codeset part of locale specs.
739 2003-10-14  Lute Kamstra  <lute@gnu.org>
741         * fringe.el (fringe-mode): Use active voice in docstring.
742         (set-fringe-style): Ditto.
744 2003-10-13  Lute Kamstra  <lute@gnu.org>
746         * fringe.el (fringe-mode): Fix docstring.
747         (set-fringe-style): Ditto.
749 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
751         * ediff-mult.el (ediff-filegroup-action):
752         Use ediff-default-filtering-regexp.
754         * ediff-util.el (ediff-recenter): Don't call
755         ediff-restore-highlighting twice.
756         (ediff-select-difference): Set current difference.
757         (ediff-unselect-and-select-difference): Add comment.
759         * ediff.el (ediff-directories,ediff-directory-revisions)
760         (ediff-directories3,ediff-merge-directories)
761         (ediff-merge-directories-with-ancestor)
762         (ediff-merge-directory-revisions)
763         (ediff-merge-directory-revisions-with-ancestor):
764         Use ediff-default-filtering-regexp.
766 2003-10-12  Andreas Schwab  <schwab@suse.de>
768         * international/mule-cmds.el (locale-charset-language-names):
769         Simplify regex by removing unused grouping.
771 2003-10-10  Dave Love  <fx@gnu.org>
773         * bindings.el: Don't bind stop.
775 2003-10-08  Miles Bader  <miles@gnu.org>
777         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
778         face instead of attempting to emulate it.
780 2003-10-07  Kenichi Handa  <handa@m17n.org>
782         * international/mule-diag.el (list-coding-systems-1): List coding
783         systems that are loaded automatically.
785         * international/code-pages.el (iso-8859-11): Add autoload cookie.
787         * international/mule.el (autoload-coding-system): New function.
789 2003-10-07  Andreas Schwab  <schwab@suse.de>
791         * log-edit.el (log-edit-changelog-entries): Prefer local value of
792         change-log-default-name in the buffer visiting the file.
794 2003-10-06  Dave Love  <fx@gnu.org>
796         * files.el (find-file-hook): Customize.
797         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
799         * bindings.el (completion-ignored-extensions): Remove .log.
800         (global-map): Add again, open, stop keys.
802 2003-10-05  Richard M. Stallman  <rms@gnu.org>
804         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
805         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
806         Use sh-modify directly.
807         (sh-select): Use sh-append, not eval.
809         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
811         * info.el (Info-following-node-name): New function.
813         * loadhist.el (unload-feature-special-hooks):
814         Rename from loadhist-hook-functions.
815         (loadhist-hook-functions): Now an alias.
817 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
819         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
820         file-name clashes on 8+3 filesystems.
822         * Makefile.in (DONTCOMPILE, bootstrap-clean):
823         Rename loaddefs-boot.el to ldefs-boot.el
825         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
826         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
828 2003-10-03  Lute Kamstra  <lute@gnu.org>
830         * info.el (Info-mode): Revert previous change.
831         (Info-escape-percent): New function.
832         (Info-fontify-node): Use it.
834 2003-10-02  Andreas Schwab  <schwab@suse.de>
836         * loaddefs-boot.el: Regenerated.
838 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
840         * ffap.el: Remove defadvice related code from CVS since `complete'
841         provides a `PC-completion-as-file-name-predicate' variable that
842         ffap can override.
844 2003-10-02  Kenichi Handa  <handa@m17n.org>
846         * international/utf-8.el (ccl-decode-mule-utf-8):
847         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
849         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
850         * international/subst-big5.el: Likewise.
851         * international/subst-gb2312.el: Likewise.
852         * international/subst-ksc.el: Likewise.
854 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
856         * calendar/calendar.el (increment-calendar-month)
857         (calendar-leap-year-p, calendar-absolute-from-gregorian)
858         (generate-calendar, calendar-read-date, calendar-interval)
859         (calendar-day-of-week): Handle years BC.
860         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
862 2003-10-01  Dave Love  <fx@gnu.org>
864         * language/cyrillic.el (cp1251): Alias for windows-1251.
866         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
867         bootstrap.
869 2003-10-01  Lute Kamstra  <lute@gnu.org>
871         * files.el: Fix typo.
872         * imenu.el (imenu--generic-function): Docstring fix.
874 2003-09-30  Richard M. Stallman  <rms@gnu.org>
876         * dired.el (dired-mode): Handle dired-directory as a list.
878 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
880         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
882         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
884         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
885         Replace gud-display with gud-watch.
886         (gud-speedbar-buttons): Add stuff for watching expressions
887         in the speedbar when using M-x gdba. Use dolist on old part
888         of this function.
890         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
891         (gdb-update-flag): New variables.
892         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
893         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
894         (gud-watch, gdb-var-create-handler) : New functions.
895         (gdb-var-list-children, gdb-var-list-children-handler)
896         (gdb-var-create-regexp, gdb-var-update-regexp)
897         (gdb-var-list-children-regexp): New constants.
898         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
899         (gdb-annotation-rules): Reduce annotation set (level 3).
900         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
901         (gdb-post-prompt): Don't update GDB buffers every time speedbar
902         updates.
903         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
904         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
905         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
906         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
907         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
908         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
909         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
910         (gud-display, gud-display1)
911         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
912         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
913         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
914         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
915         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
916         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
917         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
918         (gdb-display-display-buffer, gdb-toggle-display)
919         (gdb-delete-display, gdb-expressions-popup-menu)
920         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
921         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
922         to display buffer.
924 2003-09-30  Richard M. Stallman  <rms@gnu.org>
926         * progmodes/ada-mode.el (ada-mode): Don't use advice.
927         Instead, set which-func-functions.
929         * progmodes/which-func.el (which-func-modes): Add ada-mode.
930         (which-func-functions): New variable.
931         (which-function): Use that.
933         * info.el (Info-mode): Double each `%' in header line.
935         * emacs-lisp/lisp-mnt.el (lm-with-file):
936         When FILE is nil, run BODY in current buffer.
938         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
940         * help.el (describe-mode): Start with a brief list of minor modes.
941         Find them thru minor-mode-list so as to find them all.
942         Show them in alphabetical order.
944         * mail/sendmail.el (mail-aliases): Doc fix.
946         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
948 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
950         * mail/rmailsum.el (rmail-make-summary-line-1):
951         Change comma after last label to a space.
952         (rmail-summary-font-lock-keywords): Adapt to that change.
954 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
956         * progmodes/scheme.el (scheme-mode-variables): When setting
957         `font-lock-defaults', also specify that "#" should
958         be interpreted with `word' syntax.
959         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
961 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
963         * desktop.el: A lot of comments updated.
964         (desktop-save-mode): Minor mode introduced.
965         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
966         (desktop-load-default): Function made obsolete.
967         (desktop-locals-to-save): Variable made customizable.
968         (desktop-read): Optional parameter `dirname' added.
969         (desktop-change-dir, desktop-revert): Parameter `dirname' in
970         `desktop-read' used.
971         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
973 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
975         * whitespace.el (whitespace-clean-msg): Add user customizable message
976         for displaying ``clean'' output.
977         (whitespace-buffer): Use `whitespace-clean-msg'.
978         (whitespace-global-mode): Fix typo.
980 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
982         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
984 2003-09-29  Lute Kamstra  <lute@gnu.org>
986         * bindings.el (mode-line-modes): Remove superfluous :propertize
987         construct in initialization.
988         (mode-line-position): Change cons cell into proper list in
989         initialization.
991 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
993         * international/mule.el (decode-coding-inserted-region): Use car
994         of the return value of find-operation-coding-system.
996 2003-09-29  Kenichi Handa  <handa@m17n.org>
998         * descr-text.el (describe-char): Fix previous change.
1000 2003-09-28  Kenichi Handa  <handa@m17n.org>
1002         * descr-text.el (describe-char-display): New function.
1003         (describe-char): Pay attention to display table on describing how
1004         a character is displayed.
1006         * international/mule-cmds.el (encoded-string-description):
1007         Prepend "0x" to each encoded byte.
1009 2003-09-28  Andreas Schwab  <schwab@suse.de>
1011         * find-file.el (ff-special-constructs): Add autoload cookie.
1013 2003-09-28  Kevin Ryde  <user42@zip.com.au>
1015         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
1016         makeinfo appends to duplicate index entries.
1018 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
1020         * dired-x.el (dired-clean-tex): Doc fix.
1022         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
1023         using a Chinese tutorial.
1025 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1027         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
1028         between "MAIL FROM:" and "RCPT TO:" and the following address.
1030 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1032         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
1034 2003-09-28  David Ponce  <david@dponce.com>
1036         * recentf.el (recentf-initialize-file-name-history): New defcustom.
1037         (recentf-load-list): When `recentf-initialize-file-name-history'
1038         is non-nil, initialize an empty `file-name-history' with the
1039         recent list.
1041 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
1043         * man.el (Man-default-man-entry): Remove the leading `*' from the
1044         word at point.
1046 2003-09-26  Lute Kamstra  <lute@gnu.org>
1048         * bindings.el (mode-line-position): Mention size indication in
1049         docstring.
1051 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
1053         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
1055         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
1056         because it's autoloaded now.
1058 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
1060         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
1061         (sh-font-lock-keywords, sh-feature): Fix previous change of
1062         sh-feature to avoid infloop with sh-font-lock-keywords.
1064 2003-09-25  Kim F. Storm  <storm@cua.dk>
1066         * frame.el (frame-current-scroll-bars): New defun.
1068         * window.el (window-current-scroll-bars): New defun.
1070 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1072         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
1073         cause errors when the state cache contains info on parts that have
1074         been narrowed out.
1076 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1078         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
1079         `c-setup-paragraph-variables' has to be used when this variable is
1080         changed; it doesn't work to reinitialize the mode since that
1081         typically clobbers the variable.
1083         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1084         Make it interactive.
1086 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1088         * progmodes/cc-fonts.el (c-font-lock-declarations):
1089         Fix recognition of constructors and destructors for classes whose
1090         names are matched by `*-font-lock-extra-types'.
1092         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
1093         followed by an identifier in C++ then it's a type.
1095 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1097         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
1098         problem that primarily affected XEmacs.  Don't use faces to find
1099         unterminated strings since Emacs and XEmacs fontify strings
1100         differently - this function should now work better in XEmacs.
1102 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1104         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
1105         `expand-abbrev' workaround which caused braces to misbehave inside
1106         macros.
1108         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
1109         handling.  This bug could cause interactive font locking to bail out.
1111 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1113         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1114         Handle paren-style types in Pike.  Also fixed some cases of
1115         insufficient handling of unbalanced parens.
1117 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
1119         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
1120         common shell prompts that are not common filename or URL characters.
1121         (ffap-file-at-point): Use the new regexp to strip the prompts from
1122         the file names. This is an issue mostly for user prompts that
1123         don't have a trailing space and find-file-at-point is invoked from
1124         within a shell inside emacs.
1126 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
1128         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
1129         stamps numerically, rather than textually.
1131 2003-09-24  Kenichi Handa  <handa@m17n.org>
1133         * language/devan-util.el (devanagari-post-read-conversion):
1134         * language/mlm-util.el (malayalam-post-read-conversion):
1135         * language/tml-util.el (tamil-post-read-conversion):
1136         Add autoload cookie.
1138         * international/utf-8.el (utf-8-post-read-conversion):
1139         Call post-read-conversion functions for Devanagari, Malayalam,
1140         and Tamil.
1142 2003-09-23  Dave Love  <fx@gnu.org>
1144         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
1146 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
1148         * progmodes/gud.el (perldb): Add gud-until to list of commands.
1149         Update gud-remove.
1151 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1153         * progmodes/sh-script.el (sh-mode-default-syntax-table):
1154         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
1155         (sh-mode-syntax-table-input): New variable.
1156         (sh-require-final-newline): Don't use eval.
1157         (sh-builtins, sh-leading-keywords, sh-other-keywords)
1158         (sh-variables, sh-font-lock-keywords): Don't use eval.
1159         (sh-set-shell): When setting require-final-newline,
1160         treat value = `require-final-newline' as don't change it.
1161         Set sh-mode-syntax-table locally based on
1162         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
1164         * progmodes/compile.el (compile-internal):
1165         Call compilation-set-window-height before setting window start.
1167 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
1169         * emacs-lisp/bytecomp.el (byte-compile-log-file):
1170         Clear out byte-compile-last-warned-form.
1172 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1174         * woman.el (woman-file-name, woman-follow-word):
1175         If current-word returns nil, use "".
1177         * simple.el (eval-expression): Bind standard-output in to-buffer case.
1179 2003-09-22  Richard M. Stallman  <rms@gnu.org>
1181         * emacs-lisp/lisp-mnt.el (lm-with-file):
1182         Don't visit the file, just use insert-file-contents in temp buffer.
1184 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
1186         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
1187         Add surrounding \\( and \\) around the header, as in
1188         for lm-history-header 'Change Log\\|History'.
1190 2003-09-22  John Paul Wallington  <jpw@gnu.org>
1192         * progmodes/ld-script.el: Add Commentary section,
1193         minor cleanup of file header.
1194         (ld-script-font-lock-keywords): Doc fix.
1195         (toplevel): Provide `ld-script' feature.
1197 2003-09-21  Kim F. Storm  <storm@cua.dk>
1199         * scroll-bar.el (set-scroll-bar-mode): Initialize to
1200         new built-in variable default-frame-scroll-bars.
1201         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
1202         scroll-bar-mode; notably, use it instead of t when we toggle
1203         scroll-bars on.
1204         (toggle-scroll-bar): Use default-frame-scroll-bars.
1206 2003-09-19  Masatake YAMATO  <jet@gyve.org>
1208         * pcvs.el (cvs-do-removal): Change the prompt depending on
1209         `filter' value.
1211 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
1213         * startup.el (command-line-1): Stop startup-echo-area-message
1214         being hidden by "Loading image..." message.
1215         (use-fancy-splash-screens-p, display-splash-screen):
1216         Move display-graphic-p test from latter to former.
1218         * progmodes/sh-script.el (sh-font-lock-keywords):
1219         Highlight escaped EOLs differently from other backslash constructs.
1221 2003-09-19  Richard M. Stallman  <rms@gnu.org>
1223         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
1224         New functions.
1225         (edebug-enter, edebug-outside-excursion): Use them.
1227         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1228         Fix the condition for whether to print "In WHERE".
1230 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
1232         * finder.el (finder-mode-hook): New variable.
1233         (finder-mode): Run hook finder-mode-hook
1235 2003-09-18  Masatake YAMATO  <jet@gyve.org>
1237         * progmodes/ebrowse.el: Fix broken magic autoload comments.
1239 2003-09-17  Mario Lang  <mlang@delysid.org>
1241         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
1242         "p %e" to actually print the value in the GUD buffer.
1244 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
1246         From David Ponce <david.ponce@wanadoo.fr>:
1247         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
1248         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
1249         from loaddefs-boot.el if necessary.
1251 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
1253         * progmodes/gud.el (gud-find-class): Make jdb work again since
1254         cc-mode changed the syntactic information.
1256 2003-09-15  David Ponce  <david@dponce.com>
1258         * recentf.el: (recentf-exclude): Accept predicates too.
1259         (recentf-file-readable-p): New function.
1260         (recentf-include-p): Handle predicates in recentf-exclude.
1261         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
1262         (recentf-cleanup): Likewise.
1263         (recentf-save-list): Use write-file to handle backup of
1264         recentf-save-file.
1266 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
1268         * loaddefs-boot.el: Renamed from `loaddefs.el'
1269         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
1270         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
1271         necessary.
1273 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
1275         * electric.el (Electric-pop-up-window): For the `one-window' case,
1276         no longer disconcertingly move point in the original buffer.
1278 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1280         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
1282 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1284         * dired.el (dired-mode-map): Fix typo.
1286 2003-09-11  Richard M. Stallman  <rms@gnu.org>
1288         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
1290 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1292         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
1293         the function is less noisy.  Now only `kill-buffer' can ask questions.
1295 2003-09-10  Mario Lang  <mlang@delysid.org>
1297         * battery.el: Update Commentary and Copyright.
1298         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
1299         appear due to wrong ordering of the expressions in `or'.
1301 2003-09-09  Lute Kamstra  <lute@gnu.org>
1303         * misc.el (upcase-char): Fix docstring.
1304         (zap-up-to-char): New command.
1306 2003-09-08  David Ponce  <david@dponce.com>
1308         Ensure that recentf correctly updates the menu bar.
1309         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
1310         (recentf-menu-bar): New function.
1311         (recentf-clear-data): Use it
1312         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
1313         of easy-menu-change.
1315 2003-09-08  Lute Kamstra  <lute@gnu.org>
1317         * simple.el (size-indication-mode): New.
1318         * bindings.el (mode-line-position): Add buffer size indicator.
1320 2003-09-04  Mario Lang  <mlang@delysid.org>
1322         * battery.el (battery-linux-proc-acpi): New function.
1323         (battery-status-function): Modify default value calculation to also
1324         check for availability of ACPI.
1325         (battery-echo-area-format): Ditto.
1326         (battery-mode-line-format): Ditto.
1328 2003-09-06  Dave Love  <fx@gnu.org>
1330         * ielm.el (ielm-mode-hook): Add :options.
1332         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
1333         (eldoc-print-current-symbol-info): Use it.
1335 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
1337         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
1338         being displayed in GUD buffer.
1339         (gdb-idle-input-queue): Remove var. Use just one queue.
1340         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
1341         Remove functions.  Use just one queue.
1342         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
1343         (gdb-invalidate-assembler, gdb-get-current-frame):
1344         Modify functions.  Use just one queue.
1346 2003-09-04  Dave Love  <fx@gnu.org>
1348         * cus-start.el: Add blink-cursor-alist.
1350         * ruler-mode.el (ruler-mode-fill-column-char)
1351         (ruler-mode-current-column-char): Use char-displayable-p,
1352         not window-system.
1354         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
1356         * language/european.el (windows-1252): Move from code-pages.
1358         * language/cyrillic.el ("Windows-1251"): Delete.
1359         ("Bulgarian", "Belarusian"): Remove `features'.
1360         (windows-1251): Move from code-pages.
1362         * international/mule-diag.el (non-iso-charset-alist):
1363         Remove `codepage' stuff.
1364         (print-designation, list-coding-systems-1): Output fixes.
1366         * international/code-pages.el (cp-make-translation-table)
1367         (cp-valid-codes): Made defsubsts.
1368         (cp-fix-safe-chars): Delete.
1369         (mule-diag): Don't require.
1370         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
1371         (top-level): Check for defined coding system when defining
1372         cp... aliases.  Change w32-add-charset-info test to avoid warning.
1373         (non-iso-charset-alist): Defvar when compiling.
1374         (cp-make-coding-system): Doc fix.
1376 2003-09-02  Jason Rumney  <jasonr@gnu.org>
1378         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
1379         line-ends from CVS before doing conversion.
1381 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
1383         * calendar/diary-lib.el (diary-header-line-flag)
1384         (diary-header-line-format): New variables.
1385         (list-diary-entries): Use them to set header line in simple diary.
1387         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
1388         other than font-lock-string-face to highlight backslashes.
1390 2003-09-01  Jason Rumney  <jasonr@gnu.org>
1392         * international/titdic-cnv.el (tit-read-key-value): Include \r in
1393         regexp.
1395 2003-09-01  Dave Love  <fx@gnu.org>
1397         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
1399         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
1400         and :help; also line and column numbers labels.
1402         * international/mule-util.el (char-displayable-p): Move from
1403         latin1-disp, rename and autoload.
1405         * international/latin1-disp.el (latin1-char-displayable-p):
1406         Now obsolete alias.  Replace uses with char-displayable-p.
1407         (latin1-display-ucs-per-lynx): Fix last change.
1409         * international/mule-cmds.el (standard-display-european-internal):
1410         Don't use char code for Latin-1 NBSP.
1411         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
1412         U+2018, U+2019 for `'.
1413         (select-safe-coding-system): Message fix.
1415 2003-09-01  Kenichi Handa  <handa@m17n.org>
1417         * international/fontset.el (setup-default-fontset): For Thai
1418         font, specify "*" family.
1420 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
1422         * progmodes/compile.el (previous-error): Accept a prefix
1423         argument, similarly to next-error.
1425 2003-08-31  Masatake YAMATO  <jet@gyve.org>
1427         * pcvs.el (cvs-do-removal): Use = instead of eq to check
1428         the number of files.  Bind the number of files to a local
1429         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
1431 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
1433         * vc-hooks.el (vc-make-version-backup): Fix the change made on
1434         2003-07-26: msdos-long-file-names is a function, not a variable.
1436 2003-08-29  Richard M. Stallman  <rms@gnu.org>
1438         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
1439         Do nothing with mail-personal-alias-file if it is nil.
1441         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
1442         Do nothing if mail-personal-alias-file is nil.
1444         * term.el (term-exec-1): Bind coding-system-for-read.
1446         * dired.el (dired-mouse-find-file-other-window):
1447         Use dired-view-command-alist here, as in dired-view-file.
1448         (dired-view-command-alist): Use %s to substitute file name.
1449         Handle .ps_pages, .eps, .jpg, .gif, .png.
1451 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1453         * info.el (Info-mode-map): Bind S-tab and <backtab> to
1454         `Info-prev-reference', instead of M-tab.
1456 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
1458         * simple.el (blink-matching-open): Work correctly on chars that
1459         are designated as parens through the syntax-table text property.
1461 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
1463         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1464         line break position in the middle of a non-kinsoku (e.g. latin)
1465         word, making it skip until either a space or a character with
1466         category "|".
1467         (kinsoku-longer): Test for end of buffer.
1469 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
1471         * mail/rmail.el (rmail-convert-to-babyl-format):
1472         Detect quoted-printable- and base64-encoded messages and decode them
1473         automatically.  Set the message's encoding from the charset=
1474         header, if any.  Decode base64-encoded messages in Mail format as well.
1476 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1478         * mail/smtpmail.el Fix previous change:
1479         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1480         calling smtpmail-via-smtp.
1481         (smtpmail-via-smtp): Add fall-back values for envelope-from.
1483 2003-08-26  John Paul Wallington  <jpw@gnu.org>
1485         * image.el (image-jpeg-p): Don't search beyond length of data.
1487 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1489         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1490         misfeature in `expand-abbrev' which caused electric keywords like
1491         "else" to disappear if an open brace was typed directly afterwards.
1493 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1495         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1496         mandatory in `define-widget'.
1498         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1499         Don't align the operators "!=", "<=" and ">=" as assignment operators.
1501         (c-assignment-operators): New language constant that only contains
1502         the assignment operators.
1504         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1506 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1508         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1509         Safeguard against unbalanced sexps.
1511 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
1513         * version.el (emacs-version): Check for gtk.  Include gtk version info.
1515 2003-08-25  John Paul Wallington  <jpw@gnu.org>
1517         * man.el (Man-default-man-entry): Don't whizz past the section
1518         number before looking for it.
1520 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
1522         * progmodes/gud.el (gud-display-line): Don't set window-point if
1523         source buffer is not visible. (Only happens with M-x gdba).
1525         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1526         documentation.
1527         (gdb-source, gdb-source-info): Update to assembler unnecessary
1528         as its done after each GDB command anyway.
1529         (gdb-pre-prompt): Use with-current-buffer.
1530         (gdb-insert-field): Add help-echo text.
1531         (gdb-invalidate-assembler): Re-display of assembler now done in
1532         gdb-info-breakpoints-custom.
1533         (gdb-info-breakpoints-custom): Force re-display of assembler to
1534         happen *after* update of breakpoints buffer.
1535         (gdb-display-source-buffer): Don't choke if gdb-source-window
1536         isn't visible.
1537         (gdb-put-string, gdb-put-arrow): Remove free variables.
1539 2003-08-24  John Paul Wallington  <jpw@gnu.org>
1541         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1543         * man.el (Man-default-man-entry): Strip text properties when
1544         snarfing parts of entry because `format' preserves properties.
1546 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1548         * files.el (file-newest-backup): Use `expand-file-name'.
1550         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1551         Allow the diary to pop up a new frame, if needed.
1553         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1554         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1555         (smtpmail-send-it): Make treatment of envelope-from consistent with
1556         sendmail.el.
1558         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1559         (sh-leading-keywords): Add the bash `time' reserved word.
1560         (sh-variables): Add some bash variables.
1561         (sh-add-completer): Fix nil branch of case statement.
1563 2003-08-24  Masatake YAMATO  <jet@gyve.org>
1565         * progmodes/ld-script.el: New file.
1567 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
1569         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1571 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
1573         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1574         Better explain obsolescence, and what to use instead.
1576 2003-08-23  Masatake YAMATO  <jet@gyve.org>
1578         * pcvs.el (cvs-do-removal): Show the deleted file name
1579         on the prompt.
1581 2003-08-20  Dave Love  <fx@gnu.org>
1583         * international/mule.el (make-coding-system)
1584         (set-buffer-file-coding-system): Doc fix.
1586         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1588         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1590         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1592         * international/utf-16.el: Add mime-text-unsuitable coding system
1593         properties.
1595         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1597         * cus-edit.el: Add some :links.
1598         (bib): Remove.
1600         * textmodes/bib-mode.el (bib): Add :group external.
1602 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
1604         * wid-edit.el (widget-echo-help): Make it handle expressions that
1605         evaluate to strings.
1607 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
1609         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
1611         Simplify selection of SQL products to define highlighting and
1612         interactive mode.  Includes detailed instructions on adding
1613         support for new products.
1615         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
1616         product for use in highlighting and interactive mode.
1617         (sql-interactive-product): New variable.  SQL product for
1618         sql-interactive-mode.
1619         (sql-product-support): New variable.  Specifies product-specific
1620         parameters to drive highlighting and interactive mode.
1621         (sql-imenu-generic-expression): Add more object types.
1622         (sql-sqlite-options): Correct comment.
1623         (sql-ms-program): Use "osql" rather than "isql".
1624         (sql-prompt-regexp, sql-prompt-length): Update comment.
1625         (sql-mode-menu): Add "Start SQLi session" entry.
1626         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
1627         (sql-mode-abbrev-table): Add abbreviations.  Support of
1628         SYSTEM-FLAG on define-abbrev.  Support was removed with last
1629         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
1630         (sql-mode-font-lock-object-name): Add font-lock pattern for object
1631         names.
1632         (sql-mode-ansi-font-lock-keywords): Set as default value.
1633         (sql-mode-oracle-font-lock-keywords): Set as default value.
1634         Support Oracle 9i keywords.
1635         (sql-mode-postgres-font-lock-keywords): Set as default value.
1636         (sql-mode-linter-font-lock-keywords): Set as default value.
1637         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
1638         SQLServer 2000.
1639         (sql-mode-sybase-font-lock-keywords)
1640         (sql-mode-interbase-font-lock-keywords)
1641         (sql-mode-sqlite-font-lock-keywords)
1642         (sql-mode-strong-font-lock-keywords)
1643         (sql-mode-mysql-font-lock-keywords)
1644         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
1645         keywords.
1646         (sql-mode-font-lock-defaults): Update comment.
1647         (sql-product-feature): New function.  Returns feature associated
1648         with a product from `sql-product-support' alist.
1649         (sql-product-font-lock): New function.  Set font-lock support
1650         based on `sql-product'.
1651         (sql-add-product-keywords): New function.  Add font-lock rules to
1652         product-specific keyword variables.
1653         (sql-set-product): New function.  Set `sql-product' and apply
1654         appropriate font-lock highlighting.
1655         (sql-highlight-product): New function.  Set font-lock support
1656         based on a product.  Also set mode name to include product name.
1657         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
1658         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
1659         Use `sql-set-product'.
1660         (sql-highlight-ms-keywords)
1661         (sql-highlight-sybase-keywords)
1662         (sql-highlight-interbase-keywords)
1663         (sql-highlight-strong-keywords)
1664         (sql-highlight-mysql-keywords)
1665         (sql-highlight-sqlite-keywords)
1666         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
1667         (sql-get-login): Prompt in the same order as the tokens.
1668         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
1669         (sql-product-interactive): New function.  Common portions of
1670         product-specific interactive mode wrappers.
1671         (sql-interactive-mode): Rewritten to use product features.
1672         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1673         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1674         (sql-db2, sql-linter): Use `sql-product-interactive'.
1675         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1676         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1677         (sql-connect-ingres, sql-connect-postgres)
1678         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1679         New functions.  Format command line parameters and invoke comint on
1680         the appropriate interpreter.  Code was in the corresponding
1681         `sql-xyz' function before.
1682         (sql-connect-ms): New function.  Support -E argument to use
1683         operating system credentials for authentication.
1685 2003-08-18  Kenichi Handa  <handa@m17n.org>
1687         * international/mule.el (encode-char): Fix for the ASCII case.
1689 2003-08-15  Kenichi Handa  <handa@m17n.org>
1691         * international/fontset.el (setup-default-fontset): Change "*" to
1692         nil in the specifications of font family.
1694 2003-08-18  Kim F. Storm  <storm@cua.dk>
1696         * kmacro.el (kmacro-keymap): Group related bindings in
1697         initialization for clarity.  Bind C-s to start macro.
1698         Remove C-r binding.
1699         (kmacro-initial-counter-value): New defvar to hold initial counter
1700         value in case we set the value before defining a macro.
1701         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1702         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1703         not defining or executing macro.  Doc fix.
1704         (kmacro-add-counter): Clear kmacro-initial-counter-value.
1705         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1706         temporarily view older elements on the macro ring without cycling
1707         the ring.
1708         (kmacro-display): Doc fix.
1709         (kmacro-exec-ring-item): New helper function.
1710         (kmacro-call-ring-2nd): Use it.
1711         (kmacro-call-ring-2nd-repeat): Doc fix.
1712         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1713         (kmacro-end-or-call-macro): Execute last viewed macro (using
1714         kmacro-exec-ring-item) from ring if this follows
1715         kmacro-view-macro.  This allows us to find a macro on the ring
1716         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1717         the ring to bring it to the head of the ring.
1718         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1719         Allow binding to reserved keys without specifying C-x C-k prefix.
1720         Ask for confirmation if entered key sequence is already bound to
1721         a non-macro command.
1722         (kmacro-view-macro): Repeating command will show older elements
1723         on the macro ring; C-k will execute the last viewed macro.
1724         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
1725         property from 'ring to 'head.
1727 2003-08-17  Alan Shutko  <ats@acm.org>
1729         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1730         keeping December out of the alist.
1732 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1734         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1735         * calendar/calendar.el (calendar-mode-map): Bind it to key.
1736         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1737         (calendar-flatten): New function.
1738         (calendar-mouse-view-other-diary-entries)
1739         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1740         in the menu title and to show multi-line diary entries correctly
1741         in the menu.
1743 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1745         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1746         defcustom, because the default was recently changed.
1748 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1750         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1752         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1753         New subroutine, broken out of eval-last-sexp-1.
1754         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1756         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1758         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1760         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1762 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1764         * progmodes/compile.el (compilation-error-regexp-alist):
1765         Add Java ANt error detection as described in document
1766         http://ant.apache.org/faq.html
1768 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1770         * simple.el (backward-word, forward-to-indentation)
1771         (backward-to-indentation):  Argument changed to optional.
1772         (next-line, previous-line): Use `or' instead of `unless'.
1774 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1776         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1777         instead of a constant.
1779 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1781         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1783 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1785         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1786         (vc-sccs-workfile-version): Search the entire delta table, rather
1787         than just the first entry, because that might be a deleted version.
1789 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1791         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1792         [save-place] binding in the Options menu.  Have it require
1793         'saveplace' and then toggle the variable manually, to avoid an an
1794         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1795         for the bug report.
1797 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1799         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1800         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1801         (gdb-info-threads-custom): Add help-echo text.
1802         (gdb-display-back): Don't use purecopy.
1803         (gdb-info-breakpoints-custom, gdb-reset)
1804         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1805         icons can be displayed.
1807 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1809         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1811 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1813         * bookmark.el (bookmark-completing-read):
1814         Return a string, instead of a list of one string.
1815         Use a popup menu if activated from the mouse.
1816         (bookmark-edit-annotation): Remove unused vars.
1817         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1818         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1819         to bookmark-completing-read.
1820         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1821         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1822         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1823         and erase-buffer.
1824         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1825         (bookmark-menu-jump, bookmark-menu-insert)
1826         (bookmark-popup-menu-and-apply-function)
1827         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1828         (bookmark-menu-build-paned-menu): Remove by folding it into
1829         bookmark-menu-popup-paned-menu.
1830         (menu-bar-bookmark-map): Move the define-key statements here.
1831         Use the "non-menu" commands since they now pop up a menu if needed.
1832         (bookmark-exit-hook-internal): Simplify.
1834 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1836         * reftex-toc.el (reftex-toc-rename-label): New function.
1837         (reftex-toc-check-docstruct): New function.
1839         * reftex.el (reftex-region-active-p): New function.
1841         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
1842         regexp to find the \bibliography macro.
1844         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
1845         which does not exist in LaTeX.
1846         (reftex-cite-format-builtin): Added amsrefs support.
1847         (reftex-toc-confirm-promotion): New option
1848         
1849         * reftex-toc.el
1850         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
1851         (reftex-toc-demote, reftex-toc-promote)
1852         (reftex-toc-do-promote, reftex-toc-promote-prepare)
1853         (reftex-toc-promote-action, reftex-toc-extract-section-number)
1854         (reftex-toc-newhead-from-alist)
1855         (reftex-toc-load-all-files-for-promotion): New functions.
1856         (reftex-toc-help): Added description of new keys.
1857         (reftex-toc-split-windows-fraction): New option.
1858         (reftex-recenter-toc-when-idle): Search *toc* window on all
1859         visible frames.
1860         (reftex-toc): Additional parameter REUSE
1861         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
1862         with REUSE argument.
1863         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
1864         the call of `reftex-toc'.
1865         (reftex-make-separate-toc-frame): New function .
1866         (reftex-toc-recenter): When called with triple prefix arg, call
1867         `reftex-make-separate-toc-frame' first.
1868         (reftex-toc-toggle-dedicated-frame): New command.
1869         (reftex-toc-quit): Adapted to delete frame when called in
1870         dedicated frame.
1872         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
1873         all enclosing macros.
1876 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1878         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1879         first use.
1881 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1883         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1885 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1887         * calendar/calendar.el (list-diary-entries-hook)
1888         (diary-display-hook, nongregorian-diary-listing-hook)
1889         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1890         Add some customize options for these hooks.
1891         (calendar-abbrev-construct): Don't try to take a substring longer
1892         than the original string.
1894 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1896         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1897         (testcover-reinstrument-clauses): Doc fix.
1899         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1900         (warning-type-format): Rename from warning-group-format.
1902         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1903         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1904         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1905         to prevent warnings about defvar for an obsolete variable.
1907         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1908         warning-group-format renamed to warning-type-format.
1910         * subr.el (read-passwd): Use clear-string instead of fillarray.
1912         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1913         Use vconcat instead of concat.
1914         (edmacro-sanitize-for-string): New function.
1916 2003-08-05  Dave Love  <fx@gnu.org>
1918         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1919         line-number-display-limit-width.
1921         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1923 2003-08-05  Kenichi Handa  <handa@m17n.org>
1925         * international/code-pages.el: Don't require mule-diag.
1927         * international/mule-diag.el (non-iso-charset-alist):
1928         Add autoload cookie.
1930         * language/devan-util.el (dev-glyph-order): Add an entry for the
1931         glyph code #xC4.
1933 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1935         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1936         (european-calendar-style, diary-date-forms)
1937         (calendar-day-name-array, calendar-month-name-array): Doc change.
1938         (generate-calendar-month): Adapt for new behaviour of
1939         `calendar-day-name' function.
1940         (calendar-abbrev-length, calendar-day-abbrev-array)
1941         (calendar-month-abbrev-array): New variables.
1942         (calendar-abbrev-construct): New function.
1943         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1944         rather than fixing abbrevs at some width.  Calling syntax change.
1945         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1946         (calendar-date-string): Adapt for new behaviours of
1947         `calendar-day-name' and `calendar-month-name' functions.
1949         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1950         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1951         (diary-name-pattern): Use abbrev arrays, rather than fixing
1952         abbrevs at three chars.  Calling syntax change.
1953         (mark-diary-entries):  Adapt for new behaviours of
1954         `diary-name-pattern' and `calendar-make-alist' functions.
1955         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1956         `diary-name-pattern' function.
1957         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1958         fixing abbrevs at three chars.  Calling syntax change.
1959         (cal-hebrew, cal-islam): Require when compiling.
1960         (diary-font-lock-keywords): Adapt for new behaviour of
1961         `font-lock-diary-date-forms' function.
1963         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1964         (calendar-hebrew-month-name-array-common-year)
1965         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1966         (list-hebrew-diary-entries): Adapt for new behaviours of
1967         `calendar-day-name' and `add-to-diary-list' functions.
1968         (mark-hebrew-diary-entries): Adapt for new behaviours of
1969         `diary-name-pattern' and `calendar-make-alist' functions.
1971         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1972         Add doc string.
1973         (list-islamic-diary-entries): Adapt for new behaviours of
1974         `calendar-day-name' and `add-to-diary-list' functions.
1975         (mark-islamic-diary-entries): Adapt for new behaviours of
1976         `diary-name-pattern' and `calendar-make-alist' functions.
1978         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1979         `calendar-month-name' function.
1981         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1983         * calendar/solar.el (solar-seasons-data): Move definition before use.
1985         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1986         (cal-tex-LaTeX-hourbox): Move definition before use.
1988         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1989         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1990         lunar.el, solar.el
1991         (displayed-month, displayed-year): Define for compiler.
1993 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1995         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1996         MODE.  Renamed from c-init-c-language-vars'.
1997         (c-initialize-cc-mode): Change accordingly.
1998         (c-common-init): Ditto.
1999         (c-mode): Ditto.
2000         (c++-mode): Use `c-init-language-vars-for'.
2001         (objc-mode): Ditto.
2002         (java-mode): Ditto.
2003         (idl-mode): Ditto.
2004         (pike-mode): Ditto.
2005         (awk-mode): Ditto.
2007 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2009         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
2010         or not the point moved.
2012         (c-search-decl-header-end): Don't trip up on operator identifiers
2013         in C++ and operators like == in all languages.
2015         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
2016         Detect leading labels correctly.
2018 2003-08-02  Andreas Schwab  <schwab@suse.de>
2020         * textmodes/ispell.el: Don't redo key bindings on loading, put
2021         them only in loaddefs.el.
2022         * bookmark.el: Likewise.
2023         * dabbrev.el: Likewise.
2024         * emerge.el: Likewise.
2026         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
2027         has more than one member.
2029         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
2031 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2033         * lpr.el (printify-region): It was ending conversion before the
2034         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
2036 2003-07-31  John Paul Wallington  <jpw@gnu.org>
2038         * net/browse-url.el (browse-url-epiphany): Doc fix.
2040 2003-07-30  Kenichi Handa  <handa@m17n.org>
2042         * international/fontset.el (setup-default-fontset):
2043         Change registry names of Akurti fonts.
2045 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2047         * comint.el (comint-read-noecho): Use `clear-string' instead of
2048         `fillarray'.
2050 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
2052         * outline.el (outline-mode-hook): Add defvar.
2054 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
2056         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
2057         Restore assembler in source window if that is what has been selected.
2058         (menu): Add gdb-restore-windows to menu.  Make gdba
2059         specific menus only visible from gdba.
2061 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
2063         * progmodes/compile.el (compilation-environment): New user variable.
2064         (compile-internal): Respect it.
2066 2003-07-23  Masatake YAMATO  <jet@gyve.org>
2068         * progmodes/gud.el (gdb-script-font-lock-keywords):
2069         Put `font-lock-function-name-face' on a symbol which includes
2070         `-' like `hook-run'.  Put font-lock-variable-name-face
2071         on a symbol starting with $.
2073 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
2075         * files.el (set-visited-file-name): Use truename for buffer-file-name.
2077 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2079         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
2081 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
2083         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
2084         Use with-no-warnings.
2085         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
2086         rather than to find-file-not-found-hook, which doesn't exist.
2088 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
2090         * international/quail.el (quail-translate-key): Fix previous change.
2092 2003-07-25  John Paul Wallington  <jpw@gnu.org>
2094         * server.el (server-start): Check `server-process' is non-nil
2095         before killing it to avoid killing current buffer's process.
2097         * simple.el (choose-completion-string): Use `minibufferp';
2098         test `completion-reference-buffer' if `buffer' arg is nil.
2099         (push-mark): Use `when' and `unless'.
2100         (pop-mark): Use `when'.
2102         * mouse-sel.el (mouse-sel-get-selection-function):
2103         Check `x-last-selected-text-primary'.  Don't barf if it or
2104         `x-last-selected-text' aren't bound.
2106 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2108         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
2110 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
2112         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
2114 2003-07-23  John Paul Wallington  <jpw@gnu.org>
2116         * tooltip.el (defface tooltip): Inherit from variable-pitch.
2118 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2120         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
2121         string.  Defvar the derived hook.
2123         * macros.el (insert-kbd-macro): Escape double quote character.
2124         From Thomas W Murphy <twm@andrew.cmu.edu>.
2126 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
2128         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
2129         to match the specific mark rather than reusing comment-start-skip.
2131 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
2133         * progmodes/hideshow.el (hs-special-modes-alist):
2134         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
2136 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
2138         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
2139         value using ?\s.
2141 2003-07-21  John Paul Wallington  <jpw@gnu.org>
2143         * subr.el (with-selected-window): Add closing paren.
2145 2003-07-21  Richard M. Stallman  <rms@gnu.org>
2147         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
2148         (lisp-mode): Likewise.
2150         * subr.el (with-selected-window): Copy code form save-selected-window
2151         so as to call select-window with norecord arg.
2152         (dynamic-completion-table): Doc fix.
2153         (lazy-completion-table): Doc fix.
2155         * international/mule-cmds.el (set-locale-environment):
2156         langinfo renamed to locale-info.
2158         * international/mule.el (auto-coding-functions): Doc fix.
2160 2003-07-21  Kenichi Handa  <handa@m17n.org>
2162         * international/quail.el (quail-translate-key):
2163         Update quail-current-str correctly.
2165 2003-07-21  Andreas Schwab  <schwab@suse.de>
2167         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
2168         ?, to "_".
2170 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2171         Version 2.0.36 of Tramp released.
2173         * net/tramp.el (tramp-default-password-end-of-line): Rename from
2174         tramp-password-end-of-line.
2175         (tramp-password-end-of-line): New method parameter.
2176         (tramp-get-password-end-of-line): Function to access method
2177         parameter `tramp-password-end-of-line', or variable
2178         `tramp-default-password-end-of-line' (default value).
2179         (tramp-methods): Add entries for new parameter
2180         tramp-password-end-of-line.
2181         (tramp-enter-password): Use new function
2182         `tramp-get-password-end-of-line'.
2183         (tramp-handle-insert-file-contents): Do not
2184         unconditionally inhibit the file operation file-local-copy, only
2185         do that when the inhibit-file-name-operation is currently
2186         insert-file-contents.  This fixes finding remote CVS-controlled
2187         files.  (It would barf on inserting the CVS/Entries file
2188         literally, because the file-local-copy handler wasn't called.)
2189         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
2190         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
2191         (tramp-initial-commands): New variable.
2192         (tramp-process-initial-commands): New function, using the variable.
2193         (tramp-open-connection-setup-interactive-shell): Call the new function.
2194         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
2195         method into the buffer name, never use nil.  Reported by Hanak
2196         David <dhanak@inf.bme.hu>.
2197         (tramp-open-connection-setup-interactive-shell): Erase buffer
2198         before sending "stty -onlcr".
2200         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2202 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
2204         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
2206 2003-07-19  John Paul Wallington  <jpw@gnu.org>
2208         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
2209         (artist-draw-rect, artist-draw-square): Doc fixes.
2211         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
2213         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
2215 2003-07-19  Kenichi Handa  <handa@m17n.org>
2217         * international/kkc.el (kkc-show-conversion-list-update):
2218         Highlight the correct candidate in the message.
2220 2003-07-18  John Paul Wallington  <jpw@gnu.org>
2222         * simple.el (current-word): Don't include punctuation char when
2223         `really-word' arg is non-nil.
2225 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
2227         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
2228         moved to the directory obsolete.
2230 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2232         * info.el (Info-menu-entry-name-re): Allow newlines in
2233         menu entry names.
2235         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
2236         syntax-ppss-after-change-function.
2237         (syntax-ppss-after-change-function): New alias.  Update uses.
2238         (syntax-ppss): Catch the case where the buffer is narrowed.
2240 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2242         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
2243         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
2245 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2247         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
2248         since it might be modified.
2250         * progmodes/cc-langs.el (c++-make-template-syntax-table)
2251         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
2252         names to these language constants.
2254 2003-07-15  Kim F. Storm  <storm@cua.dk>
2256         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
2257         All uses changed.
2259 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
2261         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
2262         Namespace support.
2264 2003-07-13  Juanma Barranquero  <lektu@terra.es>
2266         * frame.el (modify-all-frames-parameters): Reinstall (copyright
2267         papers received).
2269 2003-07-13  Karl Eichwalder  <ke@suse.de>
2271         * textmodes/po.el (po-find-charset): White space at the start of the
2272         Content-Type field body is non-mandatory.
2274 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2276         * textmodes/texinfo.el (texinfo-section-list):
2277         Append appendixsection; a synonym for appendixsec.
2279 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
2281         * man.el (Man-translate-cleanup): New.
2282         (Man-translate-references): Call `Man-translate-cleanup' to clean
2283         leading, trailing and middle spaces.
2285 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
2287         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
2288         Handle `dired-directory' being a list.
2290 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2292         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
2293         it doesn't exist.
2295 2003-07-12  Richard M. Stallman  <rms@gnu.org>
2297         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
2299         * progmodes/cc-defs.el (c-make-keywords-re):
2300         Don't use delete-duplicates.
2301         (c-lang-const): Don't use mapcan.
2303         * apropos.el (apropos-show-scores): Make it customizable.
2304         Document new meaning.
2305         (apropos): Compute scores from symbols.
2306         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
2308 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2310         * ps-bdf.el: Fix copyright line.
2311         (bdf-directory-list): Fix initialization code.
2313 2003-07-11  John Paul Wallington  <jpw@gnu.org>
2315         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
2316         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
2317         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2319 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
2321         * emacs-lisp/ring.el (ring-elements): Doc fix.
2323 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2325         * calendar/timeclock.el (timeclock-relative)
2326         (timeclock-ask-before-exiting, timeclock-use-display-time):
2327         Doc changes.
2328         (timeclock-modeline-display): Give a message if
2329         `timeclock-use-display-time' is non-nil but `display-time-mode'
2330         is not active.
2332 2003-07-11  Kenichi Handa  <handa@m17n.org>
2334         * international/mule-cmds.el (set-language-environment):
2335         Set current-language-environment to the correct string.
2337 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2339         * ps-print.el: Print line number correctly in a region.  Reported by
2340         Tim Allen <timallen@ls83.fsnet.co.uk>
2341         (ps-print-version): New version number (6.6.2).
2342         (ps-printing-region): Code fix.
2344 2003-07-10  John Paul Wallington  <jpw@gnu.org>
2346         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
2347         this function can be called from `add-completions-from-tags-table'.
2349 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
2351         * calendar/timeclock.el (timeclock-use-display-time)
2352         (timeclock-day-over-hook, timeclock-workday-remaining)
2353         (timeclock-status-string, timeclock-when-to-leave)
2354         (timeclock-when-to-leave-string, timeclock-log-data)
2355         (timeclock-find-discrep, timeclock-day-base)
2356         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
2357         (timeclock-modeline-display): Set the variable
2358         `timeclock-modeline-display'.
2359         (timeclock-update-modeline): Doc fix.  Respect value of
2360         `timeclock-relative'.
2362 2003-07-09  Richard M. Stallman  <rms@gnu.org>
2364         * textmodes/reftex-parse.el (reftex-all-document-files):
2365         Add autoload cookie.
2367         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
2368         (reftex-scanning-info-available-p): Add autoload cookie.
2370         * international/mule-cmds.el
2371         (set-display-table-and-terminal-coding-system): Delete duplicate
2372         aset on standard-display-table.
2374         * view.el (view-file): If existing buffer's major mode is special,
2375         don't go into view mode.
2377         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
2379 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2381         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
2382         buffer changes; there's third party code that calls this function
2383         directly.
2385 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2387         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
2388         (autodoc-font-lock-keywords): Don't byte compile on font lock
2389         initialization when running from byte compiled files.
2391 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2393         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
2394         statement ends with auto-increment "++".
2396 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2398         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2399         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2400         these are changed, so declare them as variables and not constants.
2402 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
2404         * subr.el (dolist, dotimes):  Doc fix.
2406 2003-07-08  Kim F. Storm  <storm@cua.dk>
2408         * international/mule-cmds.el
2409         (set-display-table-and-terminal-coding-system): Don't break
2410         bootstrap if standard-display-table isn't setup yet.
2412 2003-07-07  Richard M. Stallman  <rms@gnu.org>
2414         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
2415         Give it a doc string, and autoload it.
2417         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
2418         Use with-no-warnings.
2420         * info.el (Info-search): If find invisible text, search again.
2422         * isearch.el (search-whitespace-regexp): Add a shy group around it.
2424         * man.el (Man-name-regexp): Match + as part of name.
2426         * simple.el (visible-mode): Rename from vis-mode.
2427         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
2429         * simple.el (current-word): New arg REALLY-WORD specifies
2430         don't include punctuation chars.
2432         * emacs-lisp/debug.el (debug, debugger-env-macro):
2433         Use with-no-warnings while accessing and binding unread-command-char.
2435         * international/mule-cmds.el
2436         (set-display-table-and-terminal-coding-system): Use explicit loop
2437         instead of calling standard-display-default.
2439         * net/ange-ftp.el (ange-ftp-file-symlink-p):
2440         Use condition-case to catch error in ange-ftp-get-files.
2442         * net/browse-url.el (browse-url-browser-function):
2443         Add alternative for Epiphany.
2444         (browse-url-epiphany-program, browse-url-epiphany-arguments)
2445         (browse-url-epiphany-startup-arguments)
2446         (browse-url-epiphany-new-window-is-tab): New variables.
2447         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
2449         * progmodes/compile.el (compile-auto-highlight): Default now t.
2450         (compile): Doc fix.
2451         (compilation-next-error): Fix previous change.
2453         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
2455         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
2457 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
2459         * gdb-ui.el (gdb-source-info): Display current frame when
2460         attaching to an existing process.
2461         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
2462         while laying out windows when attaching to an existing process.
2464 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
2466         * info.el (Info-menu): Use Info-menu-entry-name-re.
2468 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
2470         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
2471         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
2473         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
2474         to match the same text.
2476 2003-07-06  John Paul Wallington  <jpw@gnu.org>
2478         * vc.el (vc-annotate-offset): Move defvar up.
2480 2003-07-06  Kim F. Storm  <storm@cua.dk>
2482         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2483         This should fix the infinite loop when extracting menu names.
2485 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2487         * files.el (auto-mode-alist, interpreter-mode-alist):
2488         Remove entries to CC Mode modes to avoid duplicates; they are now added
2489         with autoload directives in cc-mode.el.
2491 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2493         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2494         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2495         these are changed, so declare them as variables and not constants.
2497         * progmodes/cc-mode.el: Fix some autoload problems: Try to
2498         ensure that the entry for ".c" extension comes before the one for
2499         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2500         Fix incorrect entries that were added to `interpreter-mode-alist'.
2501         Move the autoload directives for AWK to the top level since they
2502         aren't recognized anywhere else.  Do not use the new AWK mode doc
2503         in the autoload form for the old AWK mode.
2505 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2507         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2508         (bibtex-sort-ignore-string-entries): Default value t.
2509         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2510         erroneously in previous version.
2511         (bibtex-string-files): Docstring reflects new parsing scheme.
2512         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2513         docstring, add # as one of the chars to crush
2514         (bibtex-autokey-prefix-string, bibtex-autokey-names)
2515         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2516         (bibtex-autokey-name-change-strings)
2517         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2518         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2519         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2520         (bibtex-autokey-title-terminators)
2521         (bibtex-autokey-titlewords-stretch)
2522         (bibtex-autokey-titleword-ignore)
2523         (bibtex-autokey-titleword-case-convert)
2524         (bibtex-autokey-titleword-abbrevs)
2525         (bibtex-autokey-titleword-abbrevs)
2526         (bibtex-autokey-titleword-change-strings)
2527         (bibtex-autokey-titleword-length)
2528         (bibtex-autokey-titleword-separator)
2529         (bibtex-autokey-name-year-separator)
2530         (bibtex-autokey-year-title-separator)
2531         (bibtex-autokey-before-presentation-function)
2532         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2533         Fix docstring.
2534         (bibtex-strings, bibtex-reference-keys):
2535         Use lazy-completion-table and make-variable-buffer-local.
2536         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
2537         (bibtex-braced-string-syntax-table)
2538         (bibtex-quoted-string-syntax-table): New variables.
2539         (bibtex-parse-nested-braces): Remove.
2540         (bibtex-parse-field-string): Use syntax table and forward-sexp.
2541         (bibtex-parse-association): Simplify.
2542         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
2543         (bibtex-parse-field-text): Simplify.
2544         (bibtex-search-forward-field, bibtex-search-backward-field):
2545         argument BOUND can take value t.
2546         (bibtex-start-of-field, bibtex-start-of-name-in-field)
2547         (bibtex-end-of-name-in-field, bibtex-end-of-field)
2548         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
2549         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
2550         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
2551         (bibtex-skip-to-valid-entry): Return buffer position of beginning
2552         and ending of entry.  Update for changes of bibtex-search-entry.
2553         Simplify.
2554         (bibtex-map-entries): FUN is called with three arguments.
2555         (bibtex-search-entry): Return a cons pair with buffer positions of
2556         beginning and end of entry.
2557         (bibtex-enclosing-field): Simplify.
2558         (bibtex-format-entry): Use booktitle to set a missing title.
2559         (bibtex-autokey-get-names): Fiddle with regexps.
2560         (bibtex-generate-autokey): Use identity.
2561         (bibtex-parse-keys): Use simplified parsing algorithm if
2562         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2563         arguments. Return alist of keys.
2564         (bibtex-parse-strings): Simplify. Return alist of strings.
2565         (bibtex-complete-string-cleanup): Fix docstring.
2566         (bibtex-read-key): New function.
2567         (bibtex-mode): Fix docstring. Do not parse for keys and
2568         strings when the mode is entered. Set fill-paragraph-function to
2569         bibtex-fill-field. Setup font-lock-mark-block-function the way
2570         font-lock intended.
2571         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2572         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2573         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2574         (bibtex-Preamble): Avoid hard coded constants.
2575         (bibtex-make-field): Fix docstring. Simplify.
2576         (bibtex-beginning-of-entry): Always return new position of point.
2577         (bibtex-end-of-entry): Rearrange cond clauses.
2578         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2579         Update for changes of bibtex-map-entries.
2580         (bibtex-ispell-abstract): Do not move point.
2581         (bibtex-entry-index): Use downcase. Simplify.
2582         (bibtex-lessp): Handle catch-all.
2583         (bibtex-find-crossref): Turn into a command.
2584         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2585         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2586         preamble entries.
2587         (bibtex-fill-field-bounds): New function.
2588         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2589         (bibtex-fill-entry): Use bibtex-fill-field-bounds
2590         (bibtex-String): Use bibtex-strings.  Always obey
2591         bibtex-sort-ignore-string-entries.
2593 2003-07-05  John Paul Wallington  <jpw@gnu.org>
2595         * cus-theme.el (customize-create-theme):
2596         Call `customize-create-theme' in Reset widget's notify function.
2598         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2599         (ibuffer-mark-interactive): Use `or' instead of `unless'.
2600         (define-ibuffer-column name): Add summarizer.
2601         (define-ibuffer-column size): Likewise.
2602         (define-ibuffer-column filename): Likewise.
2603         (define-ibuffer-column process): Likewise.  Change BODY's output too.
2604         (define-ibuffer-column filename-and-process): Likewise, likewise.
2605         (ibuffer): Remove local vars `already-in' and `need-update'.
2607         * ibuf-ext.el: Don't require `derived' at compile-time.
2609 2003-07-05  Kim F. Storm  <storm@cua.dk>
2611         * info.el: Disable paragraph refilling.
2612         (Info-refill-paragraphs): New defcustom.
2613         (Info-fontify-node): Use it.
2615 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
2617         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
2618         thingies from constructors created by defstruct.
2620         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
2621         the default value of the variable.
2622         (byte-code-meter): Move declaration to top level.
2624         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
2626         * info.el (Info-following-node-name-re): New fun.
2627         (Info-following-node-name): Remove.
2628         (Info-insert-dir): Use the new fun.
2629         (Info-extract-pointer): Don't save restriction; use new fun.
2630         (Info-menu-entry-name-re): New const.
2631         (Info-menu-entry-name-re): Use it along with new fun.
2632         (Info-node-spec-re): Use new fun.
2633         (Info-complete-menu-item, Info-fontify-node): Use new const.
2634         (Info-goto-node, Info-follow-reference, Info-menu-update):
2635         Use match-string.
2636         (Info-follow-reference): Use assoc-string.
2637         Use a list of strings for the completion table.
2638         (Info-fontify-node): Use match-string, line-end-position.
2639         Limit the search for `node:' to the first line.
2641         * newcomment.el (uncomment-region): Remove padding coming from
2642         comment-start rather than just from comment-padding.
2644         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
2645         (vc-cvs-stay-local-p): Use vc-stay-local-p.
2646         (vc-cvs-rename-file): Remove (use the default).
2647         (vc-cvs-register): Register parent dir if needed.
2648         (vc-cvs-could-register): Return non-nil if parent can be registered.
2649         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
2650         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
2652         * vc-svn.el (vc-svn-use-edit): Make it into a const.
2653         (vc-svn-update): Fix the arguments to `svn'.
2654         (vc-svn-diff-tree): Just use `vc-svn-diff'.
2655         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
2656         Simple implementations, assuming `name' is a URL.
2658         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
2659         set of chars allowed unquoted in a case pattern.
2661         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
2663         * font-lock.el (font-lock-extra-types-widget)
2664         (c-font-lock-extra-types, c++-font-lock-extra-types)
2665         (objc-font-lock-extra-types, java-font-lock-extra-types)
2666         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
2667         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
2668         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2669         (font-lock-match-c++-structor-declaration)
2670         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
2671         (c++-font-lock-keywords-3, c++-font-lock-keywords)
2672         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
2673         (objc-font-lock-keywords-3, objc-font-lock-keywords)
2674         (java-font-lock-keywords-1, java-font-lock-keywords-2)
2675         (java-font-lock-keywords-3, java-font-lock-keywords)
2676         (java-font-lock-syntactic-face-function): Remove obsolete code
2677         and constants.  It's all in cc-fonts.el now.
2679 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
2681         * mail/sendmail.el (mail-specify-envelope-from)
2682         (mail-envelope-from): Doc fix.
2684 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
2686         * generic-x.el: Do away with the dependency on `c-emacs-features'
2687         when populating `rul-generic-mode-syntax-table'; we already know
2688         this isn't XEmacs.
2690 See ChangeLog.10 for earlier changes.
2692 ;; Local Variables:
2693 ;; coding: iso-2022-7bit
2694 ;; End:
2696     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2697   Copying and distribution of this file, with or without modification,
2698   are permitted provided the copyright notice and this notice are preserved.
2700 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1