*** empty log message ***
[emacs/old-mirror.git] / lisp / ChangeLog
blob6e8827b96939e740581abf190e4085cea5a4f2f3
1 2004-03-01  Juanma Barranquero  <lektu@terra.es>
3         * allout.el (allout-rebullet-heading): Fix typo in docstring.
5         * desktop.el (desktop-file-version)
6         (desktop-after-read-hook): Fix typos.
7         (desktop-clear-preserve-buffers): Remove redundant info in
8         docstring already shown by the obsolescence message.
9         (desktop-truncate, desktop-internal-v2s)
10         (desktop-value-to-string): Change argument name to match
11         docstring.
13         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
15         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16         docstring.
18 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20         * printing.el: Replace "As Is..." in PostScript file print/preview by
21         "No Preprocessing...".  Suggested by Colin Marquardt
22         <marquardt@zmd.de>.
23         (pr-insert-section-4): Adjust buffer interface.
25 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
27         Version 2.0.39 of Tramp released.
29         * net/tramp.el (tramp-handle-file-local-copy)
30         (tramp-handle-write-region, tramp-open-connection-rsh): Variable
31         name typo.  Small change.  From Patrick Tullmann
32         <tullmann@flux.utah.edu>.
33         (tramp-process-connection-type): New variable.
34         (tramp-maybe-open-connection): Use it.
35         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg, if
36         possible.
37         (tramp-touch): Set last-modified time of a remote file.
38         (tramp-handle-write-region): Say which function is used when
39         encoding.
41 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
43         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
44         case of non-existing filename, too.  Reported by Christoph Bauer
45         <c_bauer@informatik.uni-kl.de>.
46         (tramp-smb-get-file-entries): The directory in question should
47         have permissions "drwxrwxrwx".  Just virtual, because we don't
48         know the real permissions.  Don't we know?
49         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
50         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
51         (tramp-smb-wait-for-output): Optimize algorithm getting pending
52         output.  If it was received chunkwise, there have been problems.
53         Remove the "prompt not found" error message; it is obvious.
54         Simplify algorithm.
55         (tramp-smb-process-running): Removed.  Since we acknowledge the
56         virtual prompt for shares, there's no need for distinction of
57         reading shares (process ends afterwards) and interactive mode of
58         smblient.
59         (tramp-smb-open-connection): Setting process sentinel removed.
60         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
61         "NT_STATUS_NETWORK_ACCESS_DENIED".
62         (tramp-smb-maybe-open-connection): Set `process-connection-type'
63         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
64         (top-level): Setting default value in `tramp-default-method-alist'
65         corrected.  Order of USER and HOST have been wrong.  Nobody
66         claimed for months ...
67         (tramp-smb-maybe-open-connection): Use
68         `tramp-process-connection-type'.
69         (tramp-smb-open-connection): Clear password cache if login has
70         failed.
72         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs but
73         `tramp-unified-filenames'.
74         (tramp-completion-mode): Make test for XEmacs explicitely.
75         `event-to-character' can exists in Emacs packages too.  Reported
76         by Matt Swift <swift@alum.mit.edu>.
77         (tramp-buffer-name): Buffer name must contain the user if exists.
78         Reported by Adrian Phillips <a.phillips@met.no>.
79         (tramp-do-copy-or-rename-file): Handle out-of-band methods.  Call
80         `tramp-do-copy-or-rename-file-out-of-band' this case.
81         (tramp-do-copy-or-rename-file-out-of-band): Renamed from
82         `tramp-do-copy-or-rename-file-one-local', because it handles also
83         the case both files use the same out-of-band method.
84         Implementation added.
85         (tramp-handle-file-local-copy, tramp-handle-write-region):
86         Out-of-band handling removed.  `copy-file' called instead, which
87         calls `tramp-do-copy-or-rename-file-out-of-band'.
88         (tramp-action-password): Check for out-of-band method removed.
89         This function is used for 'login-program.
90         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
91         appropriate.
92         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
93         and `tramp-parse-sknownhosts'.
94         (tramp-completion-function-alist): It's a defvar now, because we
95         want to apply the optimized `tramp-set-completion-function'
96         instead of a static list.
97         (tramp-set-completion-function): Implementation tuned.  Avoid
98         double entries, and entries where the function or the
99         file/directory doesn't exist.
100         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
101         for SSH2.
102         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
103         (tramp-handle-dired-compress-file): New function.
104         (tramp-async-proc): New variable.
105         (tramp-handle-shell-command): Adding asynchronous processes.  They
106         are far from being perfect, but it works at least for
107         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
108         (top-level): Require password.el if visible.  Should be mandatory
109         once No Gnus has found its way into (X)Emacs.
110         (tramp-read-passwd): Invoke `password-read' if available,
111         `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
112         fallback any longer.
113         (tramp-clear-passwd): New function.
114         (tramp-process-actions, tramp-process-multi-actions): Clear
115         password cache if login has failed.
117         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
118         its own module.
119         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
120         `ange-ftp-ftp-name-res'.  There could be incorrect values from
121         previous calls in case the "ftp" method is used in the Tramp file
122         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
124 2004-02-28  Richard M. Stallman  <rms@gnu.org>
126         * term.el (term-mouse-paste): Call mouse-set-point.
128         * thumbs.el: New file.
130 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
132         * ebnf-abn.el: Doc fix.
134         * ebnf-bnf.el: Doc fix.
135         (ebnf-repeat): Code fix.
137         * ebnf2ps.el: Doc fix.
138         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
140 2004-02-28  Juri Linkov  <juri@jurta.org>
142         * ffap.el (dired-at-point): Additional writability test for
143         relative directory names.
144         (dired-at-point-prompter): Treat directories as a directory, get
145         the directory component from files.
146         (ffap-string-at-point): Return string from region if region is
147         active.
148         (ffap-file-at-point): Remove redundant code.
150 2004-02-28  Kim F. Storm  <storm@cua.dk>
152         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
153         Initialize margin area images to nil.
154         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
155         (breakpoint-enabled-bitmap-face)
156         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
157         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
158         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
159         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
160         (gdb-reset): Use gdb-remove-breakpoint-icons.
161         (gdb-put-string): Add dprop arg to specify alternative display
162         property (for setting fringe bitmap).
163         (gdb-remove-strings): Doc fix.
164         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
165         icon in fringe (if available), or else as icon or text in display
166         margin.  Creates necessary icons in breakpoint-bitmap,
167         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.  Also
168         make left window margin if required.
169         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
170         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
171         no longer needed.
172         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
173         gdb-put-breakpoint-icon.
174         (gdb-assembler-mode): Don't set left-margin-width here.
176 2004-02-27  Kevin Ryde  <user42@zip.com.au>
178         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
179         comma, so that it DTRT in macros.
181 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
183         * progmodes/sh-script.el (sh-shell-arg)
184         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
185         (sh-leading-keywords, sh-other-keywords): Fix custom type.
187 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
189         * faces.el (face-spec-set-match-display): Add a new attribute,
190         `min-colors'.
191         (region, highlight, secondary-selection): Use `min-colors'.
193         * custom.el (defface): Add documentation for `min-colors'.
195         * font-lock.el (font-lock-comment-face, font-lock-string-face)
196         (font-lock-keyword-face, font-lock-function-name-face)
197         (font-lock-variable-name-face, font-lock-constant-face): Use
198         `min-colors'.
200         * isearch.el (isearch, isearch-lazy-highlight-face): Use
201         `min-colors'.
203 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
205         * ebnf2ps.el: Doc fix.  For compatibility with Emacs 20, define
206         assq-delete-all if it's not defined.
207         (ebnf-generate-region): Code fix.
209         * printing.el: Doc fix.
210         (pr-version): New version number (6.7.2).
211         (pr-command): Return empty string if command is an empty string.
213 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
215         * ebnf-abn.el: New file, implements an ABNF parser.
217         * ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New arrow shapes:
218         semi-up-hollow, semi-up-full, semi-down-hollow and semi-down-full.  Fix
219         a bug on productions like test = {"test"}* | ( "tt" ["test"] ).
220         Reported by Markus Dreyer <mdreyer@ix.urz.uni-heidelberg.de>.
221         (ebnf-version): New version number (4.0).
222         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
223         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
224         (ebnf-delete-style): New commands.
225         (ebnf-directory, ebnf-file): New funs.
226         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
227         (ebnf-production-name-p, ebnf-stop-on-error): New options.
228         (ebnf-syntax-alist): New var.
229         (ebnf-element-width): New fun replacing ebnf-list-width.
230         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
231         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
232         (ebnf-prologue): Adjust vars.
233         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
234         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
235         (ebnf-check-style-values, ebnf-generate-production)
236         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
237         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
238         (ebnf-token-repeat): Code fix.
240         * ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc, %right, %left
241         and %prec.  Suggested by Matthew K. Junker <junker@alum.mit.edu>.
242         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
244         * ebnf-iso.el: Doc fix.
245         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
246         (ebnf-iso-lex): Code fix.
248         * ebnf-bnf.el: Doc fix.
249         (ebnf-bnf-lex): Code fix.
251         * ebnf-otz.el: Doc fix.
253 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
255         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
256         (abbrev-prefix-mark): Doc fix.
258 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
260         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
261         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
262         (gdb-var-delete): Make interactive (really).
263         (gdb-edit-value): Make non-interactive.
265         * progmodes/gud.el (gud-install-speedbar-variables): Bind
266         gdb-var-delete to "D".
267         (gud-speedbar-menu-items): Add gdb-var-delete and, indirectly,
268         gdb-edit-value.
269         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
270         (gud-gdb-marker-filter): Add comment for annotations.
272 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
274         * calendar/calendar.el (generate-calendar)
275         (calendar-read-date): Prevent display of BC calendars once more -
276         reverts 2003-10-01 change.
277         (generate-calendar-month): Doc fix.
279 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
281         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
282         return value of increment-calendar-month.
284 2004-02-21  Stephen Compall  <s11@member.fsf.org>
286         * saveplace.el (save-place-forget-unreadable-files)
287         (save-place-save-skipped, save-place-skip-check-regexp): New
288         defcustoms.
289         (save-place-forget-unreadable-files): New function.
290         (save-place-alist-to-file): Use it to filter out files that are
291         no longer readable.
293         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
294         current Texinfo environment, using the same method as in
295         `texinfo-insert-@end', and insert a space rather than a newline if
296         point in a @table environment.
298 2004-02-21  Juri Linkov  <juri@jurta.org>
300         * ffap.el (ffap-file-at-point): Try parent directories.
302 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
304         * vcursor.el (vcursor-modifiers): New defcustom.
305         (vcursor-cs-binding): Use vcursor-modifiers instead of a
306         hard-coded list.
308 2004-02-21  Masatake YAMATO  <jet@gyve.org>
310         * play/animate.el (animate-birthday-present): Accept names other
311         than `Sarah', too.
313 2004-02-21  Juri Linkov  <juri@jurta.org>
315         * startup.el: Remove table of command line arguments from the
316         Commentary section.
318 2004-02-20  John Wiegley  <johnw@newartisans.com>
320         * eshell/em-pred.el (eshell-modifier-alist): Changed the "eval
321         again" modifier from 'e' to 'E', since 'e' is also used by the
322         "file extension" modifier.
324 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
326         * help-fns.el (describe-categories): Doc fix.
328 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
330         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
331         temporary file for buffer already visiting one.  This change makes
332         output likely to be directly usable by patch program.
333         Suggested by Adrian Aichner  <adrian@xemacs.org>
335 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
337         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
338         case of variables defined in compound statements.
339         (gdb-setup-windows, gdb-source-info, gdb-source-info): Simplify
340         constructions using switch-to-buffer.
342 2004-02-19  Simon Josefsson  <jas@extundo.com>
344         * play/morse.el: Fix typo.
345         (morse-code): Add @.
347 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
349         * calendar/appt.el (appt-display-format): Change default to
350         'ignore, for backwards compatibility.
351         (appt-display-message): If appt-display-format is 'ignore,
352         respect old vars appt-msg-window and appt-visible.
353         (appt-activate): Don't depend on return value of cancel-timer.
355         * calendar/calendar.el (calendar-holidays): Doc fix.
357         * calendar/cal-coptic.el (coptic-prompt-for-date):
358         Use assoc-string instead of assoc-ignore-case.
359         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
360         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
361         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
362         * calendar/cal-islam.el (calendar-goto-islamic-date)
363         (mark-islamic-diary-entries): Ditto.
364         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
365         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
366         (calendar-read-mayan-tzolkin-date): Ditto.
367         * calendar/calendar.el (calendar-read-date): Ditto.
368         * calendar/diary-lib.el (mark-diary-entries): Ditto.
370 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
372         * progmodes/executable.el (executable-command-find-posix-p):
373         Fix choice of the directory.
375 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
377         * simple.el (interprogram-cut-function)
378         (interprogram-paste-function, kill-new, kill-append):
379         Doc fixes.
380         (kill-region): Make it return nil.  Doc fix.
381         (yank-pop): Make its argument optional.
382         (yank): Make ARG `-' equivalent to `-1'.
384 2004-02-17  Eli Zaretskii  <eliz@elta.co.il>
386         * mail/rmail.el (rmail-get-new-mail): Don't reference
387         rmail-use-spam-filter if rmail-spam-filter is not loaded.
389 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
391         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
392         if one of global-auto-revert-non-file-buffers or autorevert-mode
393         is non-nil.
395 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
397         * subr.el (delete-dups): A better implementation from Karl Heuer
398         <kwzh@gnu.org>.
400 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
402         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
403         correct place.
404         * progmodes/icon.el (icon-indent-command): Ditto.
405         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
407 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
409         * progmodes/grep.el (grep-compute-defaults): Undo change from
410         2004-01-29: don't use executable-command-find-posix-p.
412 2004-02-16  Richard Sharman  <rsharman@pobox.com>
414         * hilit-chg.el: Use require instead of eval-and-compile.
415         (highlight-compare-buffers): New function.
417 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
419         * man.el (Man-fontify-manpage): Render section headings in
420         `Man-overstrike-face' even when overstrike was not used by man
421         formatter for section headings.
423 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
425         * rmail-spam-filter.el: (vm-use-spam-filter)
426         (rsf-min-region-length-added-to-spam-list): New variables.
427         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
428         rmail-bbdb-auto-delete-spam-entries.  Added cc: to recipients for
429         spam testing.  Don't delete spam message if automatic deletion
430         after output via variable rmail-delete-after-output is turned on.
431         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
432         rsf-bbdb-dont-create-entries-for-spam.
433         (check-field): New function, extracted from code in
434         rmail-spam-filter to ease addition of header fields like
435         content-type.
436         (message-content-type): New variable to check the content-type:
437         field added, also in defcustom of rsf-definitions-alist.
438         (rmail-spam-filter): Replace repeated test code for header fields
439         by calls to check-field; change the call to
440         rmail-output-to-rmail-file such that rmail-current-message stays
441         the same to avoid wrong deletion of unseen flags.
442         (rsf-add-contents-type): New function to convert old format
443         of rmail-spam-definitions-alist into new one.
444         Change prefixes of all variables and functions from
445         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
447 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
449         * loadhist.el (unload-hook-features-list): New defvar.
451 2004-02-16  Dave Love  <fx@gnu.org>
453         * loadhist.el (unload-feature): Doc fix.  Rename flist to
454         unload-hook-features-list.
456 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
458         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
459         cookie.  Don't check if we are looking-at open-formula.
461 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
463         * subr.el (match-string-no-properties): Use substring-no-properties.
465 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
467         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
468         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
469         Use lower-case "rx" in all error message.
471 2004-02-16  Dave Love  <fx@gnu.org>
473         * emacs-lisp/rx.el (rx-or): Put group around result.
474         (rx-constituents): Add backref.
475         (rx-syntax): Add string-delimiter, comment-delimiter.
476         (rx-categories): Add combining-diacritic.
477         (rx-check-not, rx-greedy, rx): Doc fix.
478         (rx-backref, rx-check-backref): New.
480 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
482         * newcomment.el (uncomment-region): Allow eob as comment end.
484 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
486         * filecache.el: All message and error commands now use prefix
487         "Filecache:" to make it easy to read *Messages* buffer.
489 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
491         Autorevert: Add support to detect changed dired buffers and for
492         VC controlled files.
493         * autorevert.el (auto-revert-active-p, auto-revert-list-diff)
494         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
495         (auto-revert-handler, auto-revert-active-p): New functions.
496         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
497         and `auto-revert-active-p'.
498         (eval-when-compile): Defvar dired-directory and vc-mode.
499         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
500         (auto-revert-handler-vc): New functions.
502 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
504         * progmodes/compile.el (compilation-directory): New defvar.
505         (compile): Save current directory in compilation-directory.
506         (recompile): Bind default-directory to compilation-directory if
507         that is non-nil.
509 2004-02-16  Dave Love  <fx@gnu.org>
511         * newcomment.el (comment-insert-comment-function)
512         (comment-region-function, uncomment-region-function): New.
513         (comment-indent): Use comment-insert-comment-function.
514         (uncomment-region): Use uncomment-region-function.
515         (comment-region): Use comment-region-function.
517         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
519 2004-02-16  Richard Stallman  <rms@gnu.org>
521         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
522         loaddefs* and ldefs-boot*.
524 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
526         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
527         and email address at the beginning and end of the address.
529         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
530         anchored at the beginning of the email address.
532 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
534         * international/ccl.el (ccl-compile-write): Pass `left' to
535         ccl-embed-code to generate correct code of write-expr-register.
537 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
539         * progmodes/grep.el (grep-compute-defaults): Fix typos.
541 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
543         * x-dnd.el: Mention support for Motif in commentary.
544         (x-dnd-handle-drag-n-drop-event): Ditto.
546 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
548         * ses.el: Use "ses--" prefixes for buffer-local variables.
549         Use (point-min) instead of 1, even when we know the buffer
550         is unnarrowed.
551         (ses-build-load-map): Delete.  Distribute its content to defconst's for
552         the three maps.
553         (ses-menu, ses-header-line-menu): New menus.
554         (ses-mode-map): Use them.
555         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
557 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
559         * Makefile.in: Fix the CC Mode recompile kludge so it works
560         when building in a different directory.
562 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
564         * simple.el (kill-new): Put yank-handler property on the entire string.
566 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
568         * diff.el: Don't use compile any more, use diff-mode instead.
569         (diff-regexp-alist, diff-old-file, diff-new-file)
570         (diff-parse-differences, diff-process-setup): Remove.
571         (diff-sentinel): New fun.
572         (diff): Use it.  Run the process ourselves.
573         Use diff-mode for the rest of the processing.
575         * diff.el (diff): Simplify code handling `switch'.
577 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
579         * pcvs-defs.el (cvs-menu): Add `tag'.
581 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
583         * simple.el (kill-append): Doc fix.
585         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
586         Adapt outline-regexp to the new conventions for commenting out code.
588 2004-02-11  John Paul Wallington  <jpw@gnu.org>
590         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
592 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
594         * diff.el (diff-switches): New fun.
595         (diff, diff-backup): Use it.
596         (diff): Clean up the args construction.  Use backquote.
597         Use listp instead of consp to avoid putting a nil arg.
599 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
601         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
602         handeled by x-dnd-handle-file-name.
603         (x-dnd-known-types): Add COMPOUND_TEXT.
604         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
605         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
606         x-dnd-empty-state.
607         (x-dnd-forget-drop): Ditto.
608         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
609         (x-dnd-handle-one-url): Return private when inserting text.
610         (x-dnd-insert-ctext): New function.
611         (x-dnd-handle-file-name): New function for FILE_NAME.
612         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
613         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
614         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
616 2004-02-10  Kenichi Handa  <handa@m17n.org>
618         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
619         instead of while loop.
621 2004-02-10  Miles Bader  <miles@gnu.org>
623         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
625 2004-02-09  Kenichi Handa  <handa@m17n.org>
627         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
628         have end-of-line.
630 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
632         * Makefile.in: Added extra dependencies in the recompile target
633         needed to cope with the compile time macro expansions in CC Mode.
635 2004-02-09  Kim F. Storm  <storm@cua.dk>
637         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
638         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
639         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
640         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
641         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
642         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
643         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
644         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
645         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
646         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
647         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
649 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
651         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
652         Don't allow shrink if there's a window on our right.
654         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
655         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
656         Bring together declaration and initialization.
657         (prolog-mode-variables): Don't set the syntax table.
658         Don't set paragraph-start and comment-indent-function.
659         Add /*..*/ to the comment regexps.
660         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
661         (prolog-mode-map): Don't bind TAB.
662         (prolog-mode): Set the syntax table.
663         (prolog-comment-indent): Remove.
664         (inferior-prolog-mode-map): Initialize in the declaration.
665         (inferior-prolog-mode-syntax-table)
666         (inferior-prolog-mode-abbrev-table): New vars.
667         (inferior-prolog-mode): Derive from comint-mode.
668         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
669         minibuffer windows.
671         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
672         in file names, as long as it is unabmiguous.
674 2004-02-08  Andreas Schwab  <schwab@suse.de>
676         * textmodes/reftex-toc.el
677         (reftex-toc-load-all-files-for-promotion): Remove useless use of
678         format.  Doc fix.
680         * textmodes/refer.el (refer-find-entry-internal): Remove extra
681         format string arguments.
683         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
684         string argument.
686         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
688         * play/zone.el (zone-call): Fix format string.
690         * net/webjump.el (webjump-builtin): Add missing format string argument.
692         * midnight.el (midnight-delay-set): Remove extra format string argument.
694         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
696         * hexl.el (hexl-insert-char): Add missing format string argument.
698         * format.el (format-decode): Fix format string.
700         * emulation/vi.el (vi-mode): Remove extra format string argument.
701         (vi-repeat-last-search): Likewise.
702         (vi-reverse-last-search): Likewise.
703         (vi-goto-mark): Likewise.
704         (vi-reverse-last-find-char): Likewise.
705         (vi-repeat-last-find-char): Likewise.
706         (vi-locate-def): Likewise.
708         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
710         * ediff-util.el (ediff-toggle-read-only): Remove extra format
711         string argument.
712         (ediff-toggle-regexp-match): Likewise.
714         * dired-aux.el (dired-do-query-replace-regexp): Add missing
715         format string argument.
717         * calc/calc-map.el (calc-get-operator): Remove extra format
718         string argument.
720         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
722         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
723         string argument.
725         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
727         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
729         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
731         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
732         (cl-struct-setf-expander): Likewise.
734         * vc.el (with-vc-file): Fix unsafe uses of error.
735         (vc-cancel-version): Likewise.
737 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
739         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
740         thousands separator; fixes <class>:<line-number> regexp for
741         non-english locales.
743 2004-02-08  Andreas Schwab  <schwab@suse.de>
745         * view.el (view-mode-enable): Revert previous change.
747 2004-02-07  Kim F. Storm  <storm@cua.dk>
749         * simple.el (line-number-at-pos): Rename from line-at-pos.
750         Uses changed (what-line and vc-annotate-warp-version).
752 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
755         (diff-mode): Remove aborted attempt at support for compile.el.
756         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
758 2004-02-06  Andreas Schwab  <schwab@suse.de>
760         * view.el (view-mode-enable): Add view-mode-map to
761         minor-mode-overriding-map-alist.
763 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
765         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
767 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
769         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
770         with point inside rather than after the paragraph.
772 2004-02-04  Sam Steingold  <sds@gnu.org>
774         * mail/smtpmail.el (smtpmail-try-auth-methods):
775         Do not try authentication when no mechanism is available.
776         Pass port-name as defaultport to `netrc-machine'.
778 2004-02-04  Stephen Eglen  <stephen@gnu.org>
780         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
781         to show how minibuffer height can be constrained.
783 2004-02-04  John Paul Wallington  <jpw@gnu.org>
785         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
787 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
789         * x-dnd.el: New file for drag and drop.
791         * term/x-win.el: require x-dnd, set after-make-frame-functions
792         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
793         drag-n-drop event.
795         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
796         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
797         (dired-dnd-handle-file): New functions for drag and drop support.
798         (dired-mode): Initialize drag and drop if x-dnd present.
800 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
803         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
804         (cperl-mode): Set fill-paragraph-function.
805         (cperl-fill-paragraph): Make it non-interactive.
807 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
809         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
811 2004-02-02  David Kastrup  <dak@gnu.org>
813         * replace.el (perform-replace): Allow 'literal argument in
814         regexp-flag to indicate literal replacement.
815         (query-replace-regexp-eval): Use it.
817 2004-02-01  Andreas Schwab  <schwab@suse.de>
819         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
821 2004-02-01  Stephen Eglen  <stephen@gnu.org>
823         * info-look.el: Add support for maxima-mode.  Update commentary
824         because info-lookup-symbol is now bound to C-h S.
826 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
828         * simple.el (edit-and-eval-command): Bind print-level and
829         minibuffer-history-sexp-flag around call to read-from-minibuffer.
830         Correct initial position in command-history.
832 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
834         * files.el (read-directory-name): Adapt the docstring to recent
835         change in Fread_file_name.
837 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
839         * ses.el (ses-print-cell): If print format too wide for column
840         width, truncate decimal places if that helps to avoid "#####" fill.
841         * ses.el (ses-initial-column-width): Revert previous change.
843 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
845         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
846         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
847         Add edebug info.
848         (jit-lock-mode): Setup/cancel the new timer.
849         (jit-lock-context-fontify): New fun.  Extracted from
850         context fontification code of jit-lock-stealth-fontify.
851         (jit-lock-stealth-fontify): Don't do context fontification any more.
853         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
854         (jit-lock-fontify-now): Handle the `quit' case.
855         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
857 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
859         * progmodes/executable.el (executable-command-find-posix-p):
860         New.  Check if find handles arguments Posix-style.
862         * progmodes/grep.el (grep-compute-defaults):
863         Use executable-command-find-posix-p.
864         (grep-find): Check `grep-find-command'.
866         * filecache.el (file-cache-find-posix-p): Delete.
867         (file-cache-add-directory-using-find):
868         Use `executable-command-find-posix-p'.
870 2004-01-29  Dave Love  <fx@gnu.org>
872         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
873         Iterate the hook function if arg is given.
874         (mark-defun, narrow-to-defun): Change order of finding the limits.
876         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
877         (byte-compile-format-warn): New.
878         (byte-compile-callargs-warn): Use it.
879         (Format, message, error): Add byte-compile-format-like property.
880         (byte-compile-maybe-guarded): New.
881         (byte-compile-if, byte-compile-cond): Use it.
882         (byte-compile-lambda): Compile interactive forms,
883         just to make warnings about them.
885 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
887         * ses.el (ses-initial-column-width): Increase to 14, so it will
888         work well with the default printer of "%.7g" for extreme values
889         like "-1.234567e+07".
891 2004-01-29  Kenichi Handa  <handa@m17n.org>
893         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
895 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
897         * dos-w32.el: Added support for the `default-printer-name' function.
899 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * server.el (server-socket-name): Don't use the hostname in the
902         socket name since /tmp is local to the host anyway.
904         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
905         robust check of widening and fix var-naming.
907 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
909         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
910         or rmail-spam- to rsf- in all function and variable names.
911         (rsf-min-region-to-spam-list): New variable.
912         (rsf-bbdb-auto-delete-spam-entries): Rename from
913         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
914         scanned together with the recipients field for spam testing; Don't
915         delete spam message if rmail-delete-after-output is non-nil;
916         (rsf-check-field): New function, extracted from code in
917         rmail-spam-filter to ease addition of header fields like
918         content-type:;
919         (message-content-type): New variable.  The content-type: field was
920         added also in defcustom of rsf-definitions-alist;
921         (rmail-spam-filter): Replace repeated test code for header fields
922         by calls to check-field; change the call to
923         rmail-output-to-rmail-file such that rmail-current-message stays
924         the same to avoid wrong deletion of unseen flags.
925         (rmail-use-spam-filter): Add autoload cookie.
927 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
929         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
930         (file-cache-add-directory-using-find): Add Cygwin support.
931         (file-cache-find-command-posix-flag): New user variable.
933         * filecache.el (file-cache-add-directory): Check for
934         directories an remove them from dir-files.
936 2004-01-27  Richard M. Stallman  <rms@gnu.org>
938         * man.el (Man-fontify-manpage): Clean up message.
940 2004-01-27  Kenichi Handa  <handa@m17n.org>
942         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
943         (sentence-end): Define using sentence-end-without-space.
945         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
946         a sentence ends with one of a character in sentence-end-without-space.
948 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * font-lock.el (font-lock): Add jit-lock as explicit group member.
951         (jit-lock): Group declaration moved to jit-lock.el.
952         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
953         when necessary.
955         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
956         (jit-lock-context-unfontify-pos): Rename from
957         jit-lock-first-unfontify-pos.
958         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
960 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
962         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
963         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
964         (fortran-fill): When filling a string, adjust re-search-backward
965         argument for special case of string just on fill-column.
966         When filling non-string, allow one extra char if
967         fortran-break-before-delimiters is non-nil.
968         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
969         Use fortran-break-delimiters-re and fortran-no-break-re to
970         correctly handle cases such as "**".
972         * progmodes/f90.el (f90-break-delimiters): Doc fix.
973         (f90-no-break-re): Add some extra tokens.  Doc fix.
975 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
977         * mail/rmail-spam-filter.el:
978         Use two semicolons as Commentary line prefix.
979         Add ";;; Code:" stylized comment.
980         Delete end-of-line whitespace.
981         Wrap (require 'cl) with `eval-when-compile'.
983 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
985         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
986         at the top level of vc.el.
988 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
990         * vc.el (vc-current-line): Function removed.  This is now done by
991         the new function line-at-pos in simple.el.
992         (vc-annotate-warp-version): Use line-at-pos instead of
993         vc-current-line.
995 2004-01-22  Kim F. Storm  <storm@cua.dk>
997         * simple.el (line-at-pos): New defun.
998         (what-line): Use it.  Optimize by only counting lines in narrowed
999         region once.
1001 2004-01-22  Kenichi Handa  <handa@m17n.org>
1003         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
1004         point (register r1) only for charset mule-unicode-0100-24ff.
1006 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1008         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
1009         trailing white space and ensure a final newline.
1011         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
1012         Add autoload cookie.
1014 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
1016         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
1017         activate view-mode explicitly.
1019 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1021         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
1022         use clipboard first.
1024 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1026         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
1027         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
1028         (vc-mcvs-cvs): Remove.
1029         (vc-mcvs-command): Remove use of assert.
1031         * outline.el (outline-insert-heading): Tighten up match.
1032         (outline-demote, outline-move-subtree-down): Don't assume anything
1033         about outline-regexp.
1035         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
1036         (texinfo-show-structure): Explicitly add ^, and simplify.
1038 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
1040         * calendar/appt.el (appt-check): Restore usage of
1041         appt-issue-message deleted in previous change.
1042         (top-level): Activate package when loaded (needed for backwards
1043         compatibility).
1045 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
1047         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
1048         following previous change to smtpmail-send-data.
1050 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
1052         * vc.el (vc-default-previous-version): Doc enhancement.
1053         (vc-default-next-version): New function.
1054         (vc-print-log): New arg FOCUS-REV.
1055         (vc-annotate-mode): Derive from view-mode.
1056         (vc-annotate): New args REVISION, DISPLAY-MODE.
1057         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
1058         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
1059         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
1060         (vc-annotate-show-diff-revision-at-line, vc-current-line)
1061         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
1063         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
1065 2004-01-19  Karl Berry  <karl@gnu.org>
1067         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
1068         or "TexInfo".
1070 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
1072         * subr.el (delete-dups): New function.
1074 2004-01-19  Karl Berry  <karl@gnu.org>
1076         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
1077         with ^, since that's what texinfo-show-structure
1078         documentation says (plus it works much better in texinfo.txi).
1080 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
1082         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
1084 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
1086         * progmodes/which-func.el (which-function-mode): Don't cancel
1087         which-func-update-timer if not set.
1089 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
1091         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
1092         Remove spurious left square bracket in XX:XXam regexp.
1094 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
1096         * progmodes/cc-defs.el: Do not require cl at run time.
1098 2004-01-16  Richard M. Stallman  <rms@gnu.org>
1100         * emacs-lisp/cl.el (cl-cannot-unload): New function.
1101         (cl-unload-hook): Defvar this to run cl-cannot-unload.
1103         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
1104         Call rmail-spam-filter.  Delete and expunge spam.
1105         Print number of spam messages deleted.
1106         Save and restore the deletion status of old messages when reading
1107         new mail with spam filter, so that expunging spam does not expunge
1108         msgs deleted by the user.
1109         (rmail-only-expunge): Add an optional argument dont-show to
1110         prevent showing message after expunge.
1112 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
1114         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
1115         * subr.el (declare): New macro.
1117 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
1119         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
1121 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1123         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1124         Test window-system rather than system-type (for X11/Mac).
1126 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
1128         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
1130 2004-01-12  Richard M. Stallman  <rms@gnu.org>
1132         * mail/rmail.el (rmail-convert-to-babyl-format):
1133         Use mail-unquote-printable-region.
1134         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
1135         (rmail-hex-char-to-integer): Functions deleted.
1137         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
1138         (mail-unquote-printable-region): New arg NOERROR.
1139         For invalid encoding, either signal an error to just return nil.
1141 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1143         * calendar/appt.el: Update copyright and commentary.
1144         (appt-issue-message): Make obsolete.
1145         (appt-visible, appt-msg-window): Make obsolete, in favour of
1146         appt-display-format.
1147         (appt-display-mode-line, appt-display-duration)
1148         (appt-display-diary, appt-time-msg-list, appt-mode-string)
1149         (appt-prev-comp-time, appt-display-count, appt-timer)
1150         (appt-convert-time): Doc change.
1151         (appt-disp-window-function, appt-delete-window-function):
1152         Use defcustom rather than defvar.
1153         (appt-display-format): New variable.
1154         (appt-display-message): New function with display code from appt-check.
1155         (appt-check): Add optional FORCE argument.  Doc change.
1156         Add appt-make-list to diary-hook if displaying diary.
1157         Remove checking of view-diary-entries-initially.
1158         Message display section removed to new function appt-display-message.
1159         (appt-display-window): Doc change.  Remove unused internal var
1160         this-buffer.  Do not beep, since appt-display-message does that.
1161         (appt-make-list): Doc change.  Use caar.
1162         (appt-sort-list): Simplify by using builtin sort function.
1163         (appt-update-list): New function for updating appts when diary is
1164         saved.
1165         (appt-activate): New autoloaded function to toggle package
1166         functionality.
1168         * calendar/cal-x.el: (calendar-one-frame-setup)
1169         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
1171         * calendar/calendar.el: Update copyright.
1172         (view-diary-entries-initially, european-calendar-style): Doc change.
1173         (calendar-setup): Make defcustom rather than defvar.
1174         (mark-visible-calendar-date): Initialize temp-face and faceinfo
1175         in let binding so local to function.
1177         * calendar/diary-lib.el: Update copyright.
1178         (diary, diary-entry-time): Doc change.
1179         (list-diary-entries): Doc change.  Trivial logic change.
1180         (fancy-diary-display): Restore make-face command mistakenly
1181         deleted 2003-05-08.
1182         (show-all-diary-entries): Allow to pop-up frame if needed.
1184 2004-01-09  John Paul Wallington  <jpw@gnu.org>
1186         * bindings.el (mode-line-change-eol): Add EVENT parameter.
1187         Temporarily select EVENT's window for changing eol type.
1189 2004-01-09  Deepak Goel  <deego@gnufans.org>
1191         * calendar/diary-lib.el (diary-entry-time):
1192         Also accept time in the form XX[.XX][am/pm/AM/PM].
1193         (fancy-diary-font-lock-keywords): Likewise.
1194         (diary-font-lock-keywords): Likewise.
1195         * calendar/appt.el (appt-add): Likewise.
1196         (appt-make-list): Likewise.
1197         (appt-convert-time): Likewise.
1199 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
1201         * gdb-ui.el (gdb-ann3): Revert previous change.
1202         (gdb-source-info): Allow for case of where compilation directory
1203         is not recorded.
1205 2004-01-08  John Paul Wallington  <jpw@gnu.org>
1207         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
1209 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
1211         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
1213         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
1214         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
1215         problems.
1216         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
1218 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
1220         * files.el (write-file-functions, write-contents-functions):
1221         Clarify docstrings.
1223 2004-01-07  Kenichi Handa  <handa@m17n.org>
1225         * international/mule.el (set-auto-coding): Fix for the case that
1226         end-of-line is only CR.
1228 2004-01-07  Kim F. Storm  <storm@cua.dk>
1230         * subr.el (event-start, event-end): Doc fix.
1231         (posn-string, posn-image): New defuns.
1232         (posn-object): Return either image or string object.
1233         (posn-object-x-y): Return 8th element of position.
1234         (posn-object-width-height): New defun.
1236 2004-01-06  Andreas Schwab  <schwab@suse.de>
1238         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
1239         output.
1241 2004-01-05  Karl Berry  <karl@gnu.org>
1243         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
1244         / and *, too.
1246 2003-12-31  Simon Josefsson  <jas@extundo.com>
1248         * files.el (before-save-hook): Add.
1249         (basic-save-buffer): Use before-save-hook.
1251         * emacs-lisp/copyright.el: Fix comment to recommend
1252         before-save-hook instead of write-file-functions.
1254 2004-01-05  Richard M. Stallman  <rms@gnu.org>
1256         * finder.el (finder-commentary): Call delete-other-windows.
1258         * net/ange-ftp.el (ange-ftp-file-attributes):
1259         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
1261 2004-01-04  Karl Berry  <karl@gnu.org>
1263         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
1264         comment characters % and # in the copyright year notice,
1265         as well as ;.
1267 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
1269         * wid-edit.el (default): Define dummy :value-delete.
1270         Reported by Jesper Harder <harder@ifa.au.dk>.
1272 2004-01-03  Richard M. Stallman  <rms@gnu.org>
1274         * progmodes/compile.el (compile-internal): Use point, not point-min,
1275         for set-window-point.
1277         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
1279         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
1281         * progmodes/grep.el (grep-mode-map):
1282         Don't remap next-line, previous-line.
1284 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
1286         * speedbar.el (speedbar-edit-line): Change regexp to position
1287         the cursor on the first character of this line's button.
1289 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1291         * subr.el (functionp): Doc fix.
1293 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1295         * progmodes/idlwave.el (idlwave-make-tags):
1296         * textmodes/flyspell.el (flyspell-large-region):.
1297         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
1298         * emulation/viper-util.el (viper-glob-unix-files):
1299         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
1300         * man.el (Man-init-defvars):
1301         * jka-compr.el (jka-compr-call-process):
1302         * files.el (get-free-disk-space,insert-directory):
1303         * ediff-ptch.el (ediff-test-patch-utility):
1304         * ediff-diff.el (ediff-test-utility):
1305         * dired-aux.el (dired-check-process):
1306         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
1307         test the return value of call-process, because it can be a string.
1309 2003-12-31  John Paul Wallington  <jpw@gnu.org>
1311         * bindings.el (completion-ignored-extensions): Add .pfsl.
1313 2003-12-31  Kim F. Storm  <storm@cua.dk>
1315         * ido.el (ido-nonreadable-directory-p): New defun to check for
1316         nonreadable directory without activating tramp (to avoid problems
1317         with checking incomplete tramp paths).
1318         (ido-set-current-directory, ido-file-internal)
1319         (ido-file-name-all-completions1): Use it.
1321 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1323         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
1324         documentation if the anchor (or node) name is preceded by `info
1325         anchor' or `Info anchor' in addition to earlier `info node' and
1326         `Info node'.
1327         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
1329 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
1331         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
1332         error in arguments to base64-decode-region.  Remove ^M characters
1333         after decoding base64.
1335 2003-12-30  Simon Josefsson  <jas@extundo.com>
1337         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
1338         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
1339         have only been distributed with Emacs for some years.
1340         (texinfo-mode-hook): Customize.
1342 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
1344         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
1345         cleaner (suggested by Richard Stallman).
1347         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
1348         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
1349         file-name clashes on 8+3 DOS filesystems.
1351         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
1352         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
1353         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
1354         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
1355         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
1356         file-name clashes on 8+3 filesystems.
1358         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
1359         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
1360         file-name clashes on 8+3 DOS filesystems.
1362 2003-12-29  Richard M. Stallman  <rms@gnu.org>
1364         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
1365         Upcase the character.
1367         * textmodes/flyspell.el (mail-mode-flyspell-verify):
1368         Search for header separator alone on a line, literally,
1369         and search for it backward, not forward.
1370         (flyspell-abbrev-table): Always use global-abbrev-table
1371         if there is no local one.
1373         * progmodes/sh-script.el (sh-get-indent-info):
1374         Don't move point back if at bob.
1376         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
1378         * play/handwrite.el (handwrite): Make the handwrite credit message
1379         a comment rather than an output command.
1381         * obsolete/sc.el: Display message that this file is obsolete.
1383         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
1385         * mail/rfc822.el (rfc822-address-start): Declare variable.
1386         Renamed from address-start.  All uses changed.
1388         * term.el (term-exec): Set up sentinel.
1389         (term-sentinel): New function.
1390         (term-handle-exit): New function.
1392         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1393         Use assoc-string, and mark them obsolete.
1394         (delay-mode-hooks): Mark as permanent local.
1396         * simple.el (sendmail-user-agent-compose): Use assoc-string.
1398         * register.el (copy-rectangle-to-register): Doc fix.
1400         * info.el (Info-insert-dir): Use assoc-string.
1402         * info-look.el (info-lookup): Use assoc-string.
1404         * frame.el (pop-up-frame-function): Use quote, not `function'.
1405         (frame-notice-user-settings): Calculate ADJUSTED-TOP
1406         copying with lists as coordinate values.
1408         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
1410         * find-dired.el (kill-find): New command.
1411         (find-dired): Make buffer read-only.
1412         Set up a keymap with C-c C-k running kill-find.
1413         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
1415         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
1417         * filecache.el (file-cache-ignore-case): New variable.
1418         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
1420         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
1421         (comint-dynamic-complete-as-filename): Rename local vars.
1422         (comint-dynamic-list-filename-completions): Likewise.
1424         * comint.el (comint-dynamic-list-completions-config): New var.
1425         (comint-dynamic-list-completions): Handle both SPC and TAB right.
1427         * comint.el (comint-file-name-chars): Add [].
1428         (comint-word): Use skip-chars-backward, not search.
1430         * shell.el (shell-file-name-chars): Add [].
1432         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
1434         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
1436         * generic.el (define-generic-mode): Doc fix.
1438 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1440         * files.el (kill-some-buffers): Doc fix.
1442 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
1444         * comint.el (comint-watch-for-password-prompt): Pass `string' as
1445         arg to send-invisible
1446         (send-invisible): Doc fix.  The argument is now a prompt, not the
1447         string to send.
1448         (comint-read-noecho): Doc fix.
1450 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
1452         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
1453         "@", as required by some ISP hosting service.  Fix defcustom
1454         argument syntax errors that prevented use of customization.
1456 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1458         * xml.el (xml-get-attribute-or-nil): Doc fix.
1460 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
1462         * net/zone-mode.el (zone-mode): Use write-file-functions, not
1463         write-file-hooks.
1465 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1467         * autorevert.el (auto-revert-interval): Doc fix.
1469 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
1471         * xml.el (xml-get-attribute-or-nil): New function, like
1472         xml-get-attribute, but returns nil if the attribute was not found.
1473         (xml-get-attribute): Convert to defsubst, uses
1474         xml-get-attribute-or-nil.
1476 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1478         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1480 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
1482         * custom.el (custom-declare-theme): Use `value' when putting
1483         properties on `theme'.
1485 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1487         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
1488         for each yank-handler segment.
1489         (insert-for-yank-1): New function, with the body of the previous
1490         insert-for-yank.
1492         * textmodes/table.el (table-yank-handler): New defcustom.
1493         (table--put-cell-indicator-property): Put yank-handler property
1494         that indicates the yank handler for the table cell.
1496 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1498         * generic-x.el (etc-modules-conf-generic-mode): A more complete
1499         set of keywords.
1501 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1503         * international/mule-cmds.el (reset-language-environment)
1504         (set-language-environment): Don't invoke fontset-related functions
1505         if fontset-list is not fboundp.
1507 2003-12-29  Kenichi Handa  <handa@m17n.org>
1509         * international/mule-cmds.el (reset-language-environment):
1510         Call set-overriding-fontspec-internal with nil.
1511         (set-language-environment): Call set-overriding-fontspec-internal
1512         if the language environment specify `overriding-fontspec'.
1513         (language-info-alist): Doc added.
1515         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
1516         characters of mule-unicode-0100-24ff.
1517         (ccl-encode-windows-1251-font): New CCL program.
1518         ("Bulgarian"): Specify overriding-fontspec.
1519         ("Belarusian"): Likewise.
1521 2003-12-28  Sam Steingold  <sds@gnu.org>
1523         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
1524         parameter ID-FORMAT to conform with the 2003-11-30 patch.
1526 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
1528         * progmodes/gud.el (gud-gdb-command-name): Set default to
1529         "gdb --annotate=3".
1530         (gud-gdb-marker-filter): Look out for annotations.
1531         (gdb-first-pre-prompt): New variable.
1532         Remove trailing white space.
1534         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
1535         if necessary.
1536         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
1537         annotations are detected.
1538         (gud-gdba-marker-filter): Use global variable gud-marker-acc
1539         instead of a local one to allow transition from
1540         gud-gdb-marker-filter.
1541         Remove trailing white space.
1543 2003-12-27  Kim F. Storm  <storm@cua.dk>
1545         * ido.el: Handle non-readable directories.
1546         (ido-decorations): Add 9th element for non-readable directory.
1547         (ido-directory-nonreadable): New dynamic var.
1548         (ido-set-current-directory): Set it.
1549         (ido-read-buffer, ido-file-internal):
1550         (ido-read-file-name, ido-read-directory-name): Let-bind it.
1551         (ido-file-name-all-completions1): Return empty list for
1552         non-readable directory.
1553         (ido-exhibit): Print [Not readable] if directory is not readable.
1554         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
1555         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
1556         Use it.
1558 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
1560         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
1561         calls to directory-files-and-attributes and file-attributes.
1562         (ls-lisp-format): Remove system dependent handling of user and
1563         group id's.
1565 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
1567         * ffap.el (ffap-read-file-or-url): Revert previous change.
1569 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
1571         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
1572         new list of included files called `files-with-node-lines', that
1573         only have node lines.  This way @include commands can include any
1574         file, such as version and update files without node lines, not
1575         just files that are chapters.
1577 2003-12-25  Andreas Schwab  <schwab@suse.de>
1579         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
1580         file not found.
1582 2003-12-08  Miles Bader  <miles@gnu.org>
1584         * dired.el (dired-between-files): Always use dired-move-to-filename,
1585         which is more robust in non-english locales.
1587 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1589         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
1591 2003-12-24  Andreas Schwab  <schwab@suse.de>
1593         * shell.el (shell-file-name-quote-list): Add backslash.
1595         * comint.el (comint-quote-filename): Correctly handle backslash
1596         in comint-file-name-quote-list.
1598 2003-12-24  Kenichi Handa  <handa@m17n.org>
1600         * international/mule-cmds.el (set-default-coding-systems):
1601         Call ucs-set-table-for-input for all buffers that don't have local
1602         value of buffer-file-coding-system.
1604         * international/ucs-tables.el (ucs-set-table-for-input):
1605         If translation-table-for-encode is a symbol, get its
1606         translation-table property.
1608 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
1610         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
1611         to `completing-read' on a recently fixed bug.
1613         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
1614         instead of SPACE, to get the list of possible fringe modes.
1615         SPACE only works if both `partial-completion-mode' and
1616         `completion-auto-help' are nil.
1618         * complete.el (PC-is-complete-p): Delete.
1619         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
1620         calls to `test-completion'.
1622 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
1624         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
1625         to edit values when there are no children.
1627         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
1628         a mode called "Assembler" already exists.
1629         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
1630         (gud-watch): Use format option. Remove font properties from string.
1631         (gdb-var-create-handler, gdb-var-list-children-handler):
1632         Don't bother about properties as there are none.
1633         (gdb-var-create-handler, gdb-var-list-children-handler)
1634         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
1635         with two arguments.
1636         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
1637         Let speedbar show value changes with a different font.
1638         (gdb-edit-value): New defun.
1639         (gdb-clear-partial-output, gdb-clear-inferior-io)
1640         (def-gdb-auto-update-handler): Use erase-buffer.
1641         (gdb-frame-handler): Display watch expressions in
1642         FUNCTION::VARIABLE format if required.
1644 2003-12-23  John Paul Wallington  <jpw@gnu.org>
1646         * info.el (Info-unescape-quotes, Info-split-parameter-string)
1647         (Info-goto-emacs-command-node): Doc fixes.
1649 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
1651         * cus-edit.el (custom-add-parent-links): Define "many".
1653 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
1655         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
1656         (widget-child-validate, widget-type-value-create)
1657         (widget-type-default-get, widget-type-match): New functions.
1658         (lazy): New widget.
1659         (menu-choice, checklist, radio-button-choice, editable-list)
1660         (group, documentation-string): Remove redundant (per 2003-10-25
1661         change) calls to `widget-children-value-delete'.
1662         (widget-choice-value-get, widget-choice-value-inline): Remove.
1663         (menu-choice): Update widget.
1665 2003-12-03  Kenichi Handa  <handa@m17n.org>
1667         * language/cyrillic.el: Register "microsoft-cp1251" in
1668         ctext-non-standard-encodings-alist.
1669         ("Bulgarian"): Add ctext-non-standard-encodings.
1670         ("Belarusian"): Likewise.
1672         * international/mule-conf.el (compound-text-with-extensions):
1673         Change the type to 2 (iso-2022 base).
1675         * international/mule.el (ctext-non-standard-encodings-alist):
1676         Change the format.
1677         (ctext-non-standard-encodings): New variable.
1678         (ctext-post-read-conversion): Fully re-written.
1679         (ctext-non-standard-designations-alist): Delete it.
1680         (ctext-non-standard-encodings-table): New function.
1681         (ctext-pre-write-conversion): Fully re-written.
1683 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1685         * cus-edit.el (custom-add-parent-links): Add documentation links
1686         for parent, if the item has none of its own.
1688 2003-11-30  Richard M. Stallman  <rms@gnu.org>
1690         * dired-aux.el (dired-do-query-replace-regexp):
1691         Report files visited read-only.
1693 2003-11-30  Juri Linkov  <juri@jurta.org>
1695         * dired-aux.el (dired-compare-directories): New command.
1696         (dired-file-set-difference, dired-files-attributes): New functions.
1698 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
1699         Version 2.0.38 of Tramp released.
1701         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
1702         Charles Curley <charlescurley@charlescurley.com>.
1703         (tramp-multi-connection-function-alist): Add ssht entry which adds
1704         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
1705         Aichner.
1706         (tramp-get-method-parameter): New function to retrieve a method
1707         parameter.  This allows for omission of method parameters.
1708         Callers adjusted.
1710 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
1712         * net/tramp.el: Add new optional parameter ID-FORMAT to
1713         `file-attributes'.  Calls of `file-attributes' won't use this
1714         parameter for backward compatibility reasons.
1715         (tramp-perl-file-attributes): Add a new parameter to Perl script
1716         in order to handle uid/gid as strings, if desired.
1717         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
1718         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
1719         order to make the function more general.
1720         (tramp-handle-file-attributes): Replace proprietary optional
1721         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
1722         (tramp-handle-file-attributes-with-perl): Handle parameter
1723         NONNUMERIC if set. This wasn't done in the past.
1724         (tramp-post-connection): Apply second parameter "$2" if
1725         `tramp-remote-perl' is called.
1727         * net/tramp-smb.el (tramp-smb-handle-delete-file):
1728         Correct cut'n'waste error (`filename' instead of `directory').
1729         (tramp-smb-handle-directory-files-and-attributes)
1730         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
1731         introduced parameter ID-FORMAT.
1732         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
1733         error (`directory' instead of `ldir').
1735         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
1736         `file-attributes' has a second parameter.  If yes, apply it with
1737         value "'integer".  Otherwise, don't use that parameter (default is
1738         integer format).
1740 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
1742         * help.el (help-map): Bind `display-local-help' to `C-h .'.
1743         (help-for-help): Add `C-h .' to the listed Help options.
1744         Remove trailing whitespace.
1746         * help-at-pt.el: New file.
1748 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
1750         * subr.el (noreturn, 1value): New macros for test coverage.
1751         See `testcover.el'.
1753         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
1755         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
1756         for macro `1value'.
1757         (testcover-1value): New function.  Checks that a 1value form
1758         actually returns only one value.  Requested by RMS.
1760 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
1762         * gdb-ui.el (gud-watch, gdb-var-create-handler)
1763         (gdb-var-list-children, gdb-var-list-children-handler)
1764         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
1765         gdb commands that use mi to keep them out of the command history.
1767 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1769         * cus-start.el (all): Add use-file-dialog.
1771 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
1775 2003-11-27  Kim F. Storm  <storm@cua.dk>
1777         * subr.el (posn-object-x-y): New defun.
1779 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
1782         Don't use `space' for \\\n.
1783         Be more selective as to which # are comment-starters.
1785 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
1787         * subr.el (number-sequence): Improve handling of floating point
1788         arguments (suggested by Kim Storm).  Allow negative arguments.
1790 2003-11-26  Kenichi Handa  <handa@m17n.org>
1792         * international/mule-cmds.el (standard-display-european-internal):
1793         Cancel the standard-display-table setting for ` and '.
1795 2003-11-26  Kim F. Storm  <storm@cua.dk>
1797         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
1798         New defcustoms to add ffap-like functionality to ido.
1799         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
1800         (ido-no-final-slash): New defun.
1801         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
1802         (ido-read-file-name): ): Toggle VC checking via
1803         vc-handled-backends instead of vc-master-templates.
1804         (ido-file-internal): Handle ido-use-url-at-point and
1805         ido-use-filename-at-point via code borrowed from ffap-guesser.
1806         Handle new ido-exit code ffap.
1807         (ido-sort-list): Ignore final slash when sorting file names.
1809 2003-11-25  Kim F. Storm  <storm@cua.dk>
1811         * emulation/cua-base.el (cua--standard-movement-commands):
1812         Add forward-sentence and backward-sentence.
1814 2003-11-25  Stephen Eglen  <stephen@gnu.org>
1816         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
1817         iswitchb-exit is set to 'usefirst when user selects buffer at head
1818         of list using RET.  (Selecting buffers at the head of the list was
1819         broken if the substring was also a complete buffername.)
1821 2003-11-23  Kim F. Storm  <storm@cua.dk>
1823         * progmodes/compile.el (grep-command, grep-use-null-device)
1824         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
1825         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
1826         (grep-regexp-alist, grep-program, find-program)
1827         (grep-find-use-xargs, grep-history, grep-find-history)
1828         (grep-process-setup, grep-compute-defaults)
1829         (grep-default-command, grep, grep-tag-default, grep-find)
1830         (grep-expand-command-macros, grep-tree-last-regexp)
1831         (grep-tree-last-files, grep-tree): Move grep variables, functions
1832         and commands to new file grep.el.
1833         (compilation-mode-map): Remove grep commands from Compile sub-menu.
1834         (compilation-process-setup-function): Doc fix.
1835         (compilation-highlight-regexp, compilation-highlight-overlay): New
1836         defvars used for highlighting current compile error in source buffer.
1837         (compile-internal): New optional args HIGHLIGHT-REGEXP and
1838         LOCAL-MAP which overrides compilation-highlight-regexp and
1839         compilation-mode-map for this compilation.
1840         Delay calling compilation-set-window-height until after running
1841         compilation-process-setup-function so it can buffer-local override
1842         compilation-window-height.
1843         Check buffer-local value of compilation-scroll-output.
1844         (compilation-set-window-height): Use buffer-local value of
1845         compilation-window-height.
1846         (compilation-revert-buffer): Don't pass (undefined)
1847         preserve-modes arg to revert-buffer.
1848         (next-error-no-select, previous-error-no-select): New commands.
1849         (compilation-goto-locus): Temporarily highlight current match in
1850         source buffer using compilation-highlight-regexp.
1852         * progmodes/grep.el: New file with grep code from compile.el.
1853         (grep): New defcustom group.
1854         (grep-window-height): New defcustom, like compilation-window-height.
1855         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
1856         (grep-scroll-output): New defcustom, like compilation-scroll-output.
1857         (grep-command, grep-use-null-device, grep-find-command)
1858         (grep-tree-files-aliases, grep-tree-ignore-case)
1859         (grep-tree-ignore-CVS-directories): Move to grep custom group.
1860         (grep-setup-hook): New hook variable.
1861         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
1862         (grep-last-buffer): New defvar, override compilation-last-buffer.
1863         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
1864         Call compile-internal with args highlight-regexp and grep-mode-map.
1866 2003-11-23  Kim F. Storm  <storm@cua.dk>
1868         * subr.el (event-start, event-end): Doc fix.
1869         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
1870         (posn-area, posn-actual-col-row, posn-object): New defuns.
1871         (posn-col-row): Simplify doc.  Rewrite to use cond.
1872         (posn-point): Also return buffer position for events outside text
1873         area (that info is now present in the event position).
1875         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
1876         mouse-set-point so that hscroll still works now that clicks on
1877         fringes generate specific mouse events.
1878         (mouse-set-point): Note that it now works in fringes and margins
1879         too due to new semantics of posn-point in fringes and margins.
1881         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
1882         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
1884 2003-11-20  Kim F. Storm  <storm@cua.dk>
1886         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
1887         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
1888         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
1889         to 100 for icons to avoid increasing line height when shown.
1891 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1893         * newcomment.el (comment-normalize-vars): Initialize properly if
1894         comment-start was nil.
1896 2003-11-19  Andreas Schwab  <schwab@suse.de>
1898         * simple.el (set-variable): Fix indentation.
1900 2003-11-17  Kenichi Handa  <handa@m17n.org>
1902         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
1903         Fix docstring.
1905 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1907         * international/latin1-disp.el (latin1-display): Fix docstring.
1909 2003-11-16  John Wiegley  <johnw@newartisans.com>
1911         * eshell/em-ls.el (eshell-ls-file): There are times with
1912         size-width is nil and uncomputed (when directories are created in
1913         dired, for example); in this case, 4 is reasonable default value,
1914         although it may caused skewed new entries (which could be avoided
1915         by returning the original value of 8 in all cases, but 99% of the
1916         time this is a waste of whitespace).
1918 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1920         * cc-engine.el (c-guess-continued-construct)
1921         (c-guess-basic-syntax): Check a little more carefully if it's a
1922         function declaration when an unknown construct followed by a block
1923         is found inside a statement context.  This avoids macros followed
1924         by blocks to be taken as function declarations.
1926         (c-guess-continued-construct): Change the analysis of a statement
1927         continuation with a brace open to `substatement-block', for
1928         consistency with recognized statements.
1930         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
1931         start is in a position so that `c-beginning-of-statement-1' jumped
1932         to the beginning of the same statement.
1934         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
1935         Don't accept binary operators in the arglist if we're in a function
1936         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
1937         template recognition in cases like "if (a < b || c > d)".
1939         (c-restricted-<>-arglists): New more appropriate name for
1940         `c-disallow-comma-in-<>-arglists'.
1942         Accessing functions updated for the variable name change.
1944         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
1945         match data could get clobbered if NOT-INSIDE-TOKEN is used.
1947         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
1948         labels.
1950         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
1951         instead of duplicating parts of it.  This fixes bogus label
1952         recognition.
1954         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
1955         of checking the context in which to apply the minimum indentation,
1956         so that it isn't enforced in e.g. namespace blocks.
1958         * cc-vars.el (c-inside-block-syms): New constant used by
1959         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
1960         to somewhat reduce the risk of becoming stale.
1962         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
1963         cc-cmds to cc-engine to allow use from cc-align.
1965         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
1966         qualified identifiers containing "::".
1968         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
1969         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
1971         * cc-vars.el (c-emacs-features): Use a space in front of the name
1972         of the temporary buffer.  That also avoids dumping problems in
1973         XEmacs due to undo info being left around after the buffer is killed.
1975         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
1976         arglist to see if it's a K&R style declaration.
1978         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
1979         before returning `knr-argdecl-intro'.
1981 2003-11-16  John Wiegley  <johnw@newartisans.com>
1983         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
1984         field in a long-listing always 8 characters, use `size-width',
1985         which has already been computed.
1987 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
1989         * subr.el (minor-mode-list): Add `hs-minor-mode'.
1991 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
1993         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
1994         Support operation while narrowed, with `diff-restrict-view'.
1996 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
1998         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1999         Take additional optional arg NARROWFUN.  For the generated functions:
2000         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
2001         include frags that arrange to check for and save narrowing state before
2002         the move and then conditionally call NARROWFUN after the move.
2004 2003-11-14  John Wiegley  <johnw@newartisans.com>
2006         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
2007         that was optional, but obviously missing based on surrounding code.
2009         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
2010         string arguments to numbers unless the whole argument was seen as
2011         a number.
2013 2003-11-14  Kenichi Handa  <handa@m17n.org>
2015         * international/mule.el (ctext-non-standard-encodings-alist):
2016         Fix coding systems.
2018 2003-11-10  Kenichi Handa  <handa@m17n.org>
2020         * language/kannada.el ("Kannada"): Add sample-text.
2022         * language/knd-util.el (kannada-compose-region)
2023         (kannada-compose-string, kannada-post-read-conversion):
2024         Add autoload cookie.
2026         * international/quail.el (quail-completion): Change the message
2027         "corresponding translations" to "corresponding characters".
2029 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2031         * descr-text.el (describe-char): Fix typo.
2033 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
2035         These changes are to support Kannada language/script.
2037         * Makefile.in (DONTCOMPILE): Add kannada.el.
2039         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
2041         * loadup.el: Preload kannada.el.
2043         * language/ind-util.el (ucs-kannada-to-is13194-alist)
2044         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
2045         New variables.
2047         * language/kannada.el: New file.
2049         * language/knd-util.el: New file.
2051 2003-11-07  Andreas Schwab  <schwab@suse.de>
2053         * progmodes/autoconf.el (autoconf-font-lock-keywords):
2054         Also highlight AH_*.
2056         * xml.el (xml-parse-dtd): Fix misplaced paren.
2058 2003-11-07  Kenichi Handa  <handa@m17n.org>
2060         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
2062 2003-11-05  Juri Linkov  <juri@jurta.org>
2064         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
2065         (desktop-buffer-file): Use saved buffer-file-coding-system
2066         for file reading.  Set auto-insert to nil to prevent automatic
2067         insertion into restored empty files.
2069 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
2071         * files.el (risky-local-variable-p): Make second argument optional.
2073 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2075         * subr.el (add-hook): Fix last change.
2077 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
2079         * mail/rmail.el (rmail-convert-to-babyl-format):
2080         If base64-decode-region signals an error, catch it and silently
2081         ignore it.
2083 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
2085         * xml.el (xml-parse-region): Allow comments to appear after the
2086         topmost element has closed.
2087         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
2088         (xml-ns-expand-attr): New functions to do namespace handling.
2089         (xml-intern-attrlist): Back-compatible handling of attribute names.
2090         (xml-parse-tag): Move namespace handling to separate functions.
2091         Now produces elements in the form ((:ns . "element") (attr-list)
2092         children) instead of ('ns:element (attr-list) children).
2093         (xml-parse-attlist): Fix attribute parsing.
2094         (xml-parse-dtd): Change parsing so that it produces strings
2095         instead of interned symbols.
2097 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
2099         * dired.el (dired-ls-sorting-switches): Doc fix.
2101 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
2103         * emacs-lisp/rx.el (rx-or): Fix the case of
2104         "(rx (and ?a (or ?b ?c) ?d))".
2106 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
2108         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
2109         (texinfo-format-region): Use it.
2110         (texinfo-format-buffer-1): Ditto.
2112 2003-11-01  Alan Mackenzie  <acm@muc.de>
2114         Changes to allow scrolling whilst in isearch mode:
2115         * isearch.el (isearch-unread-key-sequence): New function,
2116         extracted from isearch-other-meta-char.
2117         (top level): (put 'foo 'isearch-scroll) on all Emacs's
2118         "scrollable" standard functions.
2119         (isearch-allow-scroll): New customizable variable.
2120         (isearch-string-out-of-window, isearch-back-into-window)
2121         (isearch-reread-key-sequence-naturally)
2122         (isearch-lookup-scroll-key): New functions.
2123         (isearch-other-meta-char): Doc string and functionality enhanced.
2124         Now accepts a prefix argument.
2125         (isearch-lazy-highlight-window-end): New variable.
2126         (isearch-lazy-highlight-new-loop): Pay attention to the window's
2127         end (thru isearch-lazy-highlight-window-end), not only its start.
2129         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
2130         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
2131         (universal-argument, universal-argument-more, negative-argument)
2132         (digit-argument, universal-argument-other-key): Minor changes.
2134 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
2136         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
2137         recursively if the last message is deleted, thus avoiding an
2138         infinite loop.
2140 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2142         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
2143         (tex-main-file): Don't add .tex if the extension is already present.
2144         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
2146 2003-10-29  Lute Kamstra  <lute@gnu.org>
2148         * progmodes/octave-inf.el (inferior-octave-prompt):
2149         Recognize version number in prompt.
2151 2003-10-28  Dave Love  <fx@gnu.org>
2153         * international/characters.el: Fix some Unicode ranges.
2155 2003-10-28  Kenichi Handa  <handa@m17n.org>
2157         * disp-table.el (standard-display-8bit)
2158         (standard-display-default, standard-display-ascii)
2159         (standard-display-g1, standard-display-graphic)
2160         (standard-display-underline): Assure that standard-display-table
2161         is a display table.
2163 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * simple.el (reindent-then-newline-and-indent): Delete space *after*
2166         reindenting the first line.
2168 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
2170         * wid-edit.el (widget-default-delete): Always delete child widgets.
2172 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2174         * newcomment.el (comment-indent): Don't call indent-according-to-mode
2175         if the line has code.
2176         Don't try to line up with something that's too far left.
2178         * progmodes/octave-mod.el (octave-comment-start): Simplify.
2179         (octave-mode-syntax-table): Add % as a comment starter.
2180         (octave-point): Remove.
2181         (octave-in-comment-p, octave-in-string-p)
2182         (octave-not-in-string-or-comment-p, calculate-octave-indent)
2183         (octave-blink-matching-block-open, octave-auto-fill):
2184         Use line-(beginning|end)-position instead.
2186 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2188         * emacs-lisp/authors.el (authors-aliases): Add correct realname
2189         for Francesco Potort\e,Al\e(B.
2191 2003-10-23  Dave Love  <fx@gnu.org>
2193         * international/mule-cmds.el (locale-charset-to-coding-system):
2194         Don't rely on nil being a coding system.
2196         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
2197         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
2198         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
2200 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
2202         * gdb-ui.el (gdb-current-language): New variable.
2203         (gdb-update-flag): Remove variable.
2204         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
2205         (gdb-take-last-elt): Remove function.
2206         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
2207         (gdb-post-prompt): Check for variable object changes here.
2209         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
2210         object changes in gdb-ui.el.
2212 2003-10-21  Richard M. Stallman  <rms@gnu.org>
2214         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
2216         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
2217         Don't check for foo*/ wildcard form here.
2218         (insert-directory): Recognize foo*/ as a wildcard.
2219         Separate wildcard-regexp variable from the arg, wildcard.
2221         * subr.el (add-hook): Correctly detect when make-local-hook was used.
2222         (remove-hook): Correctly handle strange cases about local hooks.
2224 2003-10-21  David Ponce  <david@dponce.com>
2226         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
2227         argument REAL, to return a real number instead of a rounded
2228         integer value.  Define as inline function.
2229         (ruler-mode-right-fringe-cols): Likewise.
2230         (ruler-mode-scroll-bar-cols): New function.
2231         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
2232         (ruler-mode-right-scroll-bar-cols): Likewise.
2233         (ruler-mode-space): New function.
2234         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
2235         scroll bar mode and margins in a more robust way.
2237 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2239         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
2240         (antlr-c-init-language-vars): New function.
2241         (antlr-mode): Use it with cc-mode before v5.29.
2242         (antlr-c-common-init): Don't set some local vars here.
2243         (antlr-mode): Set them here.
2244         (antlr-c-forward-sws): New function alias.
2245         (antlr-mode): Redefine with cc-mode before v5.30.
2246         (antlr-skip-sexps): Use it.
2247         (antlr-skip-exception-part): Ditto.
2248         (antlr-skip-file-prelude): Ditto.
2249         (antlr-outside-rule-p): Ditto.
2250         (antlr-end-of-body): Ditto.
2251         (antlr-option-kind): Ditto.
2252         (antlr-insert-option-area): Ditto.
2253         (antlr-file-dependencies): Ditto.
2255 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2257         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
2258         Move backward only if point was not inside an entry.
2260 2003-10-21  Richard M. Stallman  <rms@gnu.org>
2262         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
2264 2003-10-21  Juri Linkov  <juri@jurta.org>
2266         * compare-w.el: Automatically skip non-matching text to resync.
2267         (compare-windows-whitespace): Doc fix.
2268         (compare-windows-sync, compare-windows-sync-string-size)
2269         (compare-windows-recenter, compare-ignore-whitespace)
2270         (compare-windows-highlight, compare-windows-face): New variables.
2271         (compare-windows): Use compare-windows-sync.
2272         (compare-windows-highlight, compare-windows-dehighlight)
2273         (compare-windows-sync-regexp)
2274         (compare-windows-sync-default-function): New functions.
2276 2003-10-21  Juri Linkov  <juri@jurta.org>
2278         * diff.el (diff-parse-differences): Don't visit the files now;
2279         instead, just record the error locus.
2281 2003-10-21  Dave Love  <fx@gnu.org>
2283         * progmodes/cfengine.el: New file.
2285 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * complete.el (PC-do-completion): Do not forget to use `pred' as the
2288         default-directory when completing file names.
2290 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
2292         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
2293         followed by the word `face', it gets treated as a face, even if
2294         it is also defined as a variable or a function.
2296 2003-10-20  Dave Love  <fx@gnu.org>
2298         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2299         Avoid incf in macro expansion.
2301 2003-10-20  John Paul Wallington  <jpw@gnu.org>
2303         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
2304         `evenp' so we don't implicitly require cl library at runtime.
2306 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
2308         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
2309         (help-make-xrefs): Only make cross-references for faces if
2310         preceded or followed by the word `face'.  Do not make a
2311         cross-reference for variables without variable documentation,
2312         unless preceded by the word `variable' or `option'.  Update doc
2313         string accordingly.
2315 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
2317         * progmodes/hideshow.el: Rewrite one-armed `if'
2318         constructs using either `when' or `unless'.
2319         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
2321 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
2323         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
2324         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
2325         instead of 12x12.
2327 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
2329         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
2330         message while converting to Babyl.
2332 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
2334         * allout.el (allout-mode): Doc fix.
2336 2003-10-16  Lute Kamstra  <lute@gnu.org>
2338         * subr.el (force-mode-line-update): Fix docstring.
2340 2003-10-14  Dave Love  <fx@gnu.org>
2342         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
2343         (default-input-method): Add :link, improve :type.
2344         (locale-charset-language-names): Fix utf-8 pattern.
2345         (locale-charset-match-p, locale-charset-alist)
2346         (locale-charset-to-coding-system): New.
2347         (set-locale-environment): Deal with codeset part of locale specs.
2349 2003-10-14  Lute Kamstra  <lute@gnu.org>
2351         * fringe.el (fringe-mode): Use active voice in docstring.
2352         (set-fringe-style): Ditto.
2354 2003-10-13  Lute Kamstra  <lute@gnu.org>
2356         * fringe.el (fringe-mode): Fix docstring.
2357         (set-fringe-style): Ditto.
2359 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2361         * ediff-mult.el (ediff-filegroup-action):
2362         Use ediff-default-filtering-regexp.
2364         * ediff-util.el (ediff-recenter): Don't call
2365         ediff-restore-highlighting twice.
2366         (ediff-select-difference): Set current difference.
2367         (ediff-unselect-and-select-difference): Add comment.
2369         * ediff.el (ediff-directories,ediff-directory-revisions)
2370         (ediff-directories3,ediff-merge-directories)
2371         (ediff-merge-directories-with-ancestor)
2372         (ediff-merge-directory-revisions)
2373         (ediff-merge-directory-revisions-with-ancestor):
2374         Use ediff-default-filtering-regexp.
2376 2003-10-12  Andreas Schwab  <schwab@suse.de>
2378         * international/mule-cmds.el (locale-charset-language-names):
2379         Simplify regex by removing unused grouping.
2381 2003-10-10  Dave Love  <fx@gnu.org>
2383         * bindings.el: Don't bind stop.
2385 2003-10-08  Miles Bader  <miles@gnu.org>
2387         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
2388         face instead of attempting to emulate it.
2390 2003-10-07  Kenichi Handa  <handa@m17n.org>
2392         * international/mule-diag.el (list-coding-systems-1): List coding
2393         systems that are loaded automatically.
2395         * international/code-pages.el (iso-8859-11): Add autoload cookie.
2397         * international/mule.el (autoload-coding-system): New function.
2399 2003-10-07  Andreas Schwab  <schwab@suse.de>
2401         * log-edit.el (log-edit-changelog-entries): Prefer local value of
2402         change-log-default-name in the buffer visiting the file.
2404 2003-10-06  Dave Love  <fx@gnu.org>
2406         * files.el (find-file-hook): Customize.
2407         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
2409         * bindings.el (completion-ignored-extensions): Remove .log.
2410         (global-map): Add again, open, stop keys.
2412 2003-10-05  Richard M. Stallman  <rms@gnu.org>
2414         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
2415         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
2416         Use sh-modify directly.
2417         (sh-select): Use sh-append, not eval.
2419         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
2421         * info.el (Info-following-node-name): New function.
2423         * loadhist.el (unload-feature-special-hooks):
2424         Rename from loadhist-hook-functions.
2425         (loadhist-hook-functions): Now an alias.
2427 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
2429         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
2430         file-name clashes on 8+3 filesystems.
2432         * Makefile.in (DONTCOMPILE, bootstrap-clean):
2433         Rename loaddefs-boot.el to ldefs-boot.el
2435         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
2436         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
2438 2003-10-03  Lute Kamstra  <lute@gnu.org>
2440         * info.el (Info-mode): Revert previous change.
2441         (Info-escape-percent): New function.
2442         (Info-fontify-node): Use it.
2444 2003-10-02  Andreas Schwab  <schwab@suse.de>
2446         * loaddefs-boot.el: Regenerated.
2448 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
2450         * ffap.el: Remove defadvice related code from CVS since `complete'
2451         provides a `PC-completion-as-file-name-predicate' variable that
2452         ffap can override.
2454 2003-10-02  Kenichi Handa  <handa@m17n.org>
2456         * international/utf-8.el (ccl-decode-mule-utf-8):
2457         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
2459         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
2460         * international/subst-big5.el: Likewise.
2461         * international/subst-gb2312.el: Likewise.
2462         * international/subst-ksc.el: Likewise.
2464 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
2466         * calendar/calendar.el (increment-calendar-month)
2467         (calendar-leap-year-p, calendar-absolute-from-gregorian)
2468         (generate-calendar, calendar-read-date, calendar-interval)
2469         (calendar-day-of-week): Handle years BC.
2470         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
2472 2003-10-01  Dave Love  <fx@gnu.org>
2474         * language/cyrillic.el (cp1251): Alias for windows-1251.
2476         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
2477         bootstrap.
2479 2003-10-01  Lute Kamstra  <lute@gnu.org>
2481         * files.el: Fix typo.
2482         * imenu.el (imenu--generic-function): Docstring fix.
2484 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2486         * dired.el (dired-mode): Handle dired-directory as a list.
2488 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
2490         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
2492         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
2494         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
2495         Replace gud-display with gud-watch.
2496         (gud-speedbar-buttons): Add stuff for watching expressions
2497         in the speedbar when using M-x gdba. Use dolist on old part
2498         of this function.
2500         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
2501         (gdb-update-flag): New variables.
2502         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
2503         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
2504         (gud-watch, gdb-var-create-handler) : New functions.
2505         (gdb-var-list-children, gdb-var-list-children-handler)
2506         (gdb-var-create-regexp, gdb-var-update-regexp)
2507         (gdb-var-list-children-regexp): New constants.
2508         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
2509         (gdb-annotation-rules): Reduce annotation set (level 3).
2510         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
2511         (gdb-post-prompt): Don't update GDB buffers every time speedbar
2512         updates.
2513         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
2514         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
2515         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
2516         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
2517         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
2518         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
2519         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
2520         (gud-display, gud-display1)
2521         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
2522         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
2523         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
2524         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
2525         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
2526         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
2527         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
2528         (gdb-display-display-buffer, gdb-toggle-display)
2529         (gdb-delete-display, gdb-expressions-popup-menu)
2530         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
2531         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
2532         to display buffer.
2534 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2536         * progmodes/ada-mode.el (ada-mode): Don't use advice.
2537         Instead, set which-func-functions.
2539         * progmodes/which-func.el (which-func-modes): Add ada-mode.
2540         (which-func-functions): New variable.
2541         (which-function): Use that.
2543         * info.el (Info-mode): Double each `%' in header line.
2545         * emacs-lisp/lisp-mnt.el (lm-with-file):
2546         When FILE is nil, run BODY in current buffer.
2548         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
2550         * help.el (describe-mode): Start with a brief list of minor modes.
2551         Find them thru minor-mode-list so as to find them all.
2552         Show them in alphabetical order.
2554         * mail/sendmail.el (mail-aliases): Doc fix.
2556         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
2558 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
2560         * mail/rmailsum.el (rmail-make-summary-line-1):
2561         Change comma after last label to a space.
2562         (rmail-summary-font-lock-keywords): Adapt to that change.
2564 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
2566         * progmodes/scheme.el (scheme-mode-variables): When setting
2567         `font-lock-defaults', also specify that "#" should
2568         be interpreted with `word' syntax.
2569         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
2571 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
2573         * desktop.el: A lot of comments updated.
2574         (desktop-save-mode): Minor mode introduced.
2575         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
2576         (desktop-load-default): Function made obsolete.
2577         (desktop-locals-to-save): Variable made customizable.
2578         (desktop-read): Optional parameter `dirname' added.
2579         (desktop-change-dir, desktop-revert): Parameter `dirname' in
2580         `desktop-read' used.
2581         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
2583 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
2585         * whitespace.el (whitespace-clean-msg): Add user customizable message
2586         for displaying ``clean'' output.
2587         (whitespace-buffer): Use `whitespace-clean-msg'.
2588         (whitespace-global-mode): Fix typo.
2590 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
2592         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
2594 2003-09-29  Lute Kamstra  <lute@gnu.org>
2596         * bindings.el (mode-line-modes): Remove superfluous :propertize
2597         construct in initialization.
2598         (mode-line-position): Change cons cell into proper list in
2599         initialization.
2601 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
2603         * international/mule.el (decode-coding-inserted-region): Use car
2604         of the return value of find-operation-coding-system.
2606 2003-09-29  Kenichi Handa  <handa@m17n.org>
2608         * descr-text.el (describe-char): Fix previous change.
2610 2003-09-28  Kenichi Handa  <handa@m17n.org>
2612         * descr-text.el (describe-char-display): New function.
2613         (describe-char): Pay attention to display table on describing how
2614         a character is displayed.
2616         * international/mule-cmds.el (encoded-string-description):
2617         Prepend "0x" to each encoded byte.
2619 2003-09-28  Andreas Schwab  <schwab@suse.de>
2621         * find-file.el (ff-special-constructs): Add autoload cookie.
2623 2003-09-28  Kevin Ryde  <user42@zip.com.au>
2625         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
2626         makeinfo appends to duplicate index entries.
2628 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
2630         * dired-x.el (dired-clean-tex): Doc fix.
2632         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
2633         using a Chinese tutorial.
2635 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2637         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
2638         between "MAIL FROM:" and "RCPT TO:" and the following address.
2640 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2642         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
2644 2003-09-28  David Ponce  <david@dponce.com>
2646         * recentf.el (recentf-initialize-file-name-history): New defcustom.
2647         (recentf-load-list): When `recentf-initialize-file-name-history'
2648         is non-nil, initialize an empty `file-name-history' with the
2649         recent list.
2651 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
2653         * man.el (Man-default-man-entry): Remove the leading `*' from the
2654         word at point.
2656 2003-09-26  Lute Kamstra  <lute@gnu.org>
2658         * bindings.el (mode-line-position): Mention size indication in
2659         docstring.
2661 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
2663         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
2665         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
2666         because it's autoloaded now.
2668 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
2670         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
2671         (sh-font-lock-keywords, sh-feature): Fix previous change of
2672         sh-feature to avoid infloop with sh-font-lock-keywords.
2674 2003-09-25  Kim F. Storm  <storm@cua.dk>
2676         * frame.el (frame-current-scroll-bars): New defun.
2678         * window.el (window-current-scroll-bars): New defun.
2680 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2682         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
2683         cause errors when the state cache contains info on parts that have
2684         been narrowed out.
2686 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2688         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
2689         `c-setup-paragraph-variables' has to be used when this variable is
2690         changed; it doesn't work to reinitialize the mode since that
2691         typically clobbers the variable.
2693         * progmodes/cc-styles.el (c-setup-paragraph-variables):
2694         Make it interactive.
2696 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2698         * progmodes/cc-fonts.el (c-font-lock-declarations):
2699         Fix recognition of constructors and destructors for classes whose
2700         names are matched by `*-font-lock-extra-types'.
2702         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
2703         followed by an identifier in C++ then it's a type.
2705 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2707         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
2708         problem that primarily affected XEmacs.  Don't use faces to find
2709         unterminated strings since Emacs and XEmacs fontify strings
2710         differently - this function should now work better in XEmacs.
2712 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2714         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
2715         `expand-abbrev' workaround which caused braces to misbehave inside
2716         macros.
2718         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
2719         handling.  This bug could cause interactive font locking to bail out.
2721 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2723         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2724         Handle paren-style types in Pike.  Also fixed some cases of
2725         insufficient handling of unbalanced parens.
2727 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
2729         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
2730         common shell prompts that are not common filename or URL characters.
2731         (ffap-file-at-point): Use the new regexp to strip the prompts from
2732         the file names. This is an issue mostly for user prompts that
2733         don't have a trailing space and find-file-at-point is invoked from
2734         within a shell inside emacs.
2736 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
2738         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
2739         stamps numerically, rather than textually.
2741 2003-09-24  Kenichi Handa  <handa@m17n.org>
2743         * language/devan-util.el (devanagari-post-read-conversion):
2744         * language/mlm-util.el (malayalam-post-read-conversion):
2745         * language/tml-util.el (tamil-post-read-conversion):
2746         Add autoload cookie.
2748         * international/utf-8.el (utf-8-post-read-conversion):
2749         Call post-read-conversion functions for Devanagari, Malayalam,
2750         and Tamil.
2752 2003-09-23  Dave Love  <fx@gnu.org>
2754         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
2756 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
2758         * progmodes/gud.el (perldb): Add gud-until to list of commands.
2759         Update gud-remove.
2761 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2763         * progmodes/sh-script.el (sh-mode-default-syntax-table):
2764         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
2765         (sh-mode-syntax-table-input): New variable.
2766         (sh-require-final-newline): Don't use eval.
2767         (sh-builtins, sh-leading-keywords, sh-other-keywords)
2768         (sh-variables, sh-font-lock-keywords): Don't use eval.
2769         (sh-set-shell): When setting require-final-newline,
2770         treat value = `require-final-newline' as don't change it.
2771         Set sh-mode-syntax-table locally based on
2772         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
2774         * progmodes/compile.el (compile-internal):
2775         Call compilation-set-window-height before setting window start.
2777 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
2779         * emacs-lisp/bytecomp.el (byte-compile-log-file):
2780         Clear out byte-compile-last-warned-form.
2782 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2784         * woman.el (woman-file-name, woman-follow-word):
2785         If current-word returns nil, use "".
2787         * simple.el (eval-expression): Bind standard-output in to-buffer case.
2789 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2791         * emacs-lisp/lisp-mnt.el (lm-with-file):
2792         Don't visit the file, just use insert-file-contents in temp buffer.
2794 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
2796         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
2797         Add surrounding \\( and \\) around the header, as in
2798         for lm-history-header 'Change Log\\|History'.
2800 2003-09-22  John Paul Wallington  <jpw@gnu.org>
2802         * progmodes/ld-script.el: Add Commentary section,
2803         minor cleanup of file header.
2804         (ld-script-font-lock-keywords): Doc fix.
2805         (toplevel): Provide `ld-script' feature.
2807 2003-09-21  Kim F. Storm  <storm@cua.dk>
2809         * scroll-bar.el (set-scroll-bar-mode): Initialize to
2810         new built-in variable default-frame-scroll-bars.
2811         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
2812         scroll-bar-mode; notably, use it instead of t when we toggle
2813         scroll-bars on.
2814         (toggle-scroll-bar): Use default-frame-scroll-bars.
2816 2003-09-19  Masatake YAMATO  <jet@gyve.org>
2818         * pcvs.el (cvs-do-removal): Change the prompt depending on
2819         `filter' value.
2821 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
2823         * startup.el (command-line-1): Stop startup-echo-area-message
2824         being hidden by "Loading image..." message.
2825         (use-fancy-splash-screens-p, display-splash-screen):
2826         Move display-graphic-p test from latter to former.
2828         * progmodes/sh-script.el (sh-font-lock-keywords):
2829         Highlight escaped EOLs differently from other backslash constructs.
2831 2003-09-19  Richard M. Stallman  <rms@gnu.org>
2833         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
2834         New functions.
2835         (edebug-enter, edebug-outside-excursion): Use them.
2837         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2838         Fix the condition for whether to print "In WHERE".
2840 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
2842         * finder.el (finder-mode-hook): New variable.
2843         (finder-mode): Run hook finder-mode-hook
2845 2003-09-18  Masatake YAMATO  <jet@gyve.org>
2847         * progmodes/ebrowse.el: Fix broken magic autoload comments.
2849 2003-09-17  Mario Lang  <mlang@delysid.org>
2851         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
2852         "p %e" to actually print the value in the GUD buffer.
2854 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
2856         From David Ponce <david.ponce@wanadoo.fr>:
2857         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
2858         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
2859         from loaddefs-boot.el if necessary.
2861 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
2863         * progmodes/gud.el (gud-find-class): Make jdb work again since
2864         cc-mode changed the syntactic information.
2866 2003-09-15  David Ponce  <david@dponce.com>
2868         * recentf.el: (recentf-exclude): Accept predicates too.
2869         (recentf-file-readable-p): New function.
2870         (recentf-include-p): Handle predicates in recentf-exclude.
2871         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
2872         (recentf-cleanup): Likewise.
2873         (recentf-save-list): Use write-file to handle backup of
2874         recentf-save-file.
2876 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
2878         * loaddefs-boot.el: Renamed from `loaddefs.el'
2879         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
2880         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
2881         necessary.
2883 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
2885         * electric.el (Electric-pop-up-window): For the `one-window' case,
2886         no longer disconcertingly move point in the original buffer.
2888 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
2892 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2894         * dired.el (dired-mode-map): Fix typo.
2896 2003-09-11  Richard M. Stallman  <rms@gnu.org>
2898         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
2900 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
2902         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
2903         the function is less noisy.  Now only `kill-buffer' can ask questions.
2905 2003-09-10  Mario Lang  <mlang@delysid.org>
2907         * battery.el: Update Commentary and Copyright.
2908         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
2909         appear due to wrong ordering of the expressions in `or'.
2911 2003-09-09  Lute Kamstra  <lute@gnu.org>
2913         * misc.el (upcase-char): Fix docstring.
2914         (zap-up-to-char): New command.
2916 2003-09-08  David Ponce  <david@dponce.com>
2918         Ensure that recentf correctly updates the menu bar.
2919         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
2920         (recentf-menu-bar): New function.
2921         (recentf-clear-data): Use it
2922         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
2923         of easy-menu-change.
2925 2003-09-08  Lute Kamstra  <lute@gnu.org>
2927         * simple.el (size-indication-mode): New.
2928         * bindings.el (mode-line-position): Add buffer size indicator.
2930 2003-09-04  Mario Lang  <mlang@delysid.org>
2932         * battery.el (battery-linux-proc-acpi): New function.
2933         (battery-status-function): Modify default value calculation to also
2934         check for availability of ACPI.
2935         (battery-echo-area-format): Ditto.
2936         (battery-mode-line-format): Ditto.
2938 2003-09-06  Dave Love  <fx@gnu.org>
2940         * ielm.el (ielm-mode-hook): Add :options.
2942         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
2943         (eldoc-print-current-symbol-info): Use it.
2945 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
2947         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
2948         being displayed in GUD buffer.
2949         (gdb-idle-input-queue): Remove var. Use just one queue.
2950         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
2951         Remove functions.  Use just one queue.
2952         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
2953         (gdb-invalidate-assembler, gdb-get-current-frame):
2954         Modify functions.  Use just one queue.
2956 2003-09-04  Dave Love  <fx@gnu.org>
2958         * cus-start.el: Add blink-cursor-alist.
2960         * ruler-mode.el (ruler-mode-fill-column-char)
2961         (ruler-mode-current-column-char): Use char-displayable-p,
2962         not window-system.
2964         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
2966         * language/european.el (windows-1252): Move from code-pages.
2968         * language/cyrillic.el ("Windows-1251"): Delete.
2969         ("Bulgarian", "Belarusian"): Remove `features'.
2970         (windows-1251): Move from code-pages.
2972         * international/mule-diag.el (non-iso-charset-alist):
2973         Remove `codepage' stuff.
2974         (print-designation, list-coding-systems-1): Output fixes.
2976         * international/code-pages.el (cp-make-translation-table)
2977         (cp-valid-codes): Made defsubsts.
2978         (cp-fix-safe-chars): Delete.
2979         (mule-diag): Don't require.
2980         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
2981         (top-level): Check for defined coding system when defining
2982         cp... aliases.  Change w32-add-charset-info test to avoid warning.
2983         (non-iso-charset-alist): Defvar when compiling.
2984         (cp-make-coding-system): Doc fix.
2986 2003-09-02  Jason Rumney  <jasonr@gnu.org>
2988         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
2989         line-ends from CVS before doing conversion.
2991 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
2993         * calendar/diary-lib.el (diary-header-line-flag)
2994         (diary-header-line-format): New variables.
2995         (list-diary-entries): Use them to set header line in simple diary.
2997         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
2998         other than font-lock-string-face to highlight backslashes.
3000 2003-09-01  Jason Rumney  <jasonr@gnu.org>
3002         * international/titdic-cnv.el (tit-read-key-value): Include \r in
3003         regexp.
3005 2003-09-01  Dave Love  <fx@gnu.org>
3007         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
3009         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
3010         and :help; also line and column numbers labels.
3012         * international/mule-util.el (char-displayable-p): Move from
3013         latin1-disp, rename and autoload.
3015         * international/latin1-disp.el (latin1-char-displayable-p):
3016         Now obsolete alias.  Replace uses with char-displayable-p.
3017         (latin1-display-ucs-per-lynx): Fix last change.
3019         * international/mule-cmds.el (standard-display-european-internal):
3020         Don't use char code for Latin-1 NBSP.
3021         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
3022         U+2018, U+2019 for `'.
3023         (select-safe-coding-system): Message fix.
3025 2003-09-01  Kenichi Handa  <handa@m17n.org>
3027         * international/fontset.el (setup-default-fontset): For Thai
3028         font, specify "*" family.
3030 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3032         * progmodes/compile.el (previous-error): Accept a prefix
3033         argument, similarly to next-error.
3035 2003-08-31  Masatake YAMATO  <jet@gyve.org>
3037         * pcvs.el (cvs-do-removal): Use = instead of eq to check
3038         the number of files.  Bind the number of files to a local
3039         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
3041 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
3043         * vc-hooks.el (vc-make-version-backup): Fix the change made on
3044         2003-07-26: msdos-long-file-names is a function, not a variable.
3046 2003-08-29  Richard M. Stallman  <rms@gnu.org>
3048         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
3049         Do nothing with mail-personal-alias-file if it is nil.
3051         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
3052         Do nothing if mail-personal-alias-file is nil.
3054         * term.el (term-exec-1): Bind coding-system-for-read.
3056         * dired.el (dired-mouse-find-file-other-window):
3057         Use dired-view-command-alist here, as in dired-view-file.
3058         (dired-view-command-alist): Use %s to substitute file name.
3059         Handle .ps_pages, .eps, .jpg, .gif, .png.
3061 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
3063         * info.el (Info-mode-map): Bind S-tab and <backtab> to
3064         `Info-prev-reference', instead of M-tab.
3066 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
3068         * simple.el (blink-matching-open): Work correctly on chars that
3069         are designated as parens through the syntax-table text property.
3071 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
3073         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
3074         line break position in the middle of a non-kinsoku (e.g. latin)
3075         word, making it skip until either a space or a character with
3076         category "|".
3077         (kinsoku-longer): Test for end of buffer.
3079 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
3081         * mail/rmail.el (rmail-convert-to-babyl-format):
3082         Detect quoted-printable- and base64-encoded messages and decode them
3083         automatically.  Set the message's encoding from the charset=
3084         header, if any.  Decode base64-encoded messages in Mail format as well.
3086 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3088         * mail/smtpmail.el Fix previous change:
3089         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
3090         calling smtpmail-via-smtp.
3091         (smtpmail-via-smtp): Add fall-back values for envelope-from.
3093 2003-08-26  John Paul Wallington  <jpw@gnu.org>
3095         * image.el (image-jpeg-p): Don't search beyond length of data.
3097 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
3099         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
3100         misfeature in `expand-abbrev' which caused electric keywords like
3101         "else" to disappear if an open brace was typed directly afterwards.
3103 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
3105         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
3106         mandatory in `define-widget'.
3108         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
3109         Don't align the operators "!=", "<=" and ">=" as assignment operators.
3111         (c-assignment-operators): New language constant that only contains
3112         the assignment operators.
3114         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
3116 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
3118         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
3119         Safeguard against unbalanced sexps.
3121 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
3123         * version.el (emacs-version): Check for gtk.  Include gtk version info.
3125 2003-08-25  John Paul Wallington  <jpw@gnu.org>
3127         * man.el (Man-default-man-entry): Don't whizz past the section
3128         number before looking for it.
3130 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
3132         * progmodes/gud.el (gud-display-line): Don't set window-point if
3133         source buffer is not visible. (Only happens with M-x gdba).
3135         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
3136         documentation.
3137         (gdb-source, gdb-source-info): Update to assembler unnecessary
3138         as its done after each GDB command anyway.
3139         (gdb-pre-prompt): Use with-current-buffer.
3140         (gdb-insert-field): Add help-echo text.
3141         (gdb-invalidate-assembler): Re-display of assembler now done in
3142         gdb-info-breakpoints-custom.
3143         (gdb-info-breakpoints-custom): Force re-display of assembler to
3144         happen *after* update of breakpoints buffer.
3145         (gdb-display-source-buffer): Don't choke if gdb-source-window
3146         isn't visible.
3147         (gdb-put-string, gdb-put-arrow): Remove free variables.
3149 2003-08-24  John Paul Wallington  <jpw@gnu.org>
3151         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
3153         * man.el (Man-default-man-entry): Strip text properties when
3154         snarfing parts of entry because `format' preserves properties.
3156 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3158         * files.el (file-newest-backup): Use `expand-file-name'.
3160         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
3161         Allow the diary to pop up a new frame, if needed.
3163         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
3164         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
3165         (smtpmail-send-it): Make treatment of envelope-from consistent with
3166         sendmail.el.
3168         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
3169         (sh-leading-keywords): Add the bash `time' reserved word.
3170         (sh-variables): Add some bash variables.
3171         (sh-add-completer): Fix nil branch of case statement.
3173 2003-08-24  Masatake YAMATO  <jet@gyve.org>
3175         * progmodes/ld-script.el: New file.
3177 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
3179         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
3181 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
3183         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
3184         Better explain obsolescence, and what to use instead.
3186 2003-08-23  Masatake YAMATO  <jet@gyve.org>
3188         * pcvs.el (cvs-do-removal): Show the deleted file name
3189         on the prompt.
3191 2003-08-20  Dave Love  <fx@gnu.org>
3193         * international/mule.el (make-coding-system)
3194         (set-buffer-file-coding-system): Doc fix.
3196         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
3198         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
3200         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
3202         * international/utf-16.el: Add mime-text-unsuitable coding system
3203         properties.
3205         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
3207         * cus-edit.el: Add some :links.
3208         (bib): Remove.
3210         * textmodes/bib-mode.el (bib): Add :group external.
3212 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
3214         * wid-edit.el (widget-echo-help): Make it handle expressions that
3215         evaluate to strings.
3217 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
3219         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
3221         Simplify selection of SQL products to define highlighting and
3222         interactive mode.  Includes detailed instructions on adding
3223         support for new products.
3225         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
3226         product for use in highlighting and interactive mode.
3227         (sql-interactive-product): New variable.  SQL product for
3228         sql-interactive-mode.
3229         (sql-product-support): New variable.  Specifies product-specific
3230         parameters to drive highlighting and interactive mode.
3231         (sql-imenu-generic-expression): Add more object types.
3232         (sql-sqlite-options): Correct comment.
3233         (sql-ms-program): Use "osql" rather than "isql".
3234         (sql-prompt-regexp, sql-prompt-length): Update comment.
3235         (sql-mode-menu): Add "Start SQLi session" entry.
3236         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
3237         (sql-mode-abbrev-table): Add abbreviations.  Support of
3238         SYSTEM-FLAG on define-abbrev.  Support was removed with last
3239         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
3240         (sql-mode-font-lock-object-name): Add font-lock pattern for object
3241         names.
3242         (sql-mode-ansi-font-lock-keywords): Set as default value.
3243         (sql-mode-oracle-font-lock-keywords): Set as default value.
3244         Support Oracle 9i keywords.
3245         (sql-mode-postgres-font-lock-keywords): Set as default value.
3246         (sql-mode-linter-font-lock-keywords): Set as default value.
3247         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
3248         SQLServer 2000.
3249         (sql-mode-sybase-font-lock-keywords)
3250         (sql-mode-interbase-font-lock-keywords)
3251         (sql-mode-sqlite-font-lock-keywords)
3252         (sql-mode-strong-font-lock-keywords)
3253         (sql-mode-mysql-font-lock-keywords)
3254         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
3255         keywords.
3256         (sql-mode-font-lock-defaults): Update comment.
3257         (sql-product-feature): New function.  Returns feature associated
3258         with a product from `sql-product-support' alist.
3259         (sql-product-font-lock): New function.  Set font-lock support
3260         based on `sql-product'.
3261         (sql-add-product-keywords): New function.  Add font-lock rules to
3262         product-specific keyword variables.
3263         (sql-set-product): New function.  Set `sql-product' and apply
3264         appropriate font-lock highlighting.
3265         (sql-highlight-product): New function.  Set font-lock support
3266         based on a product.  Also set mode name to include product name.
3267         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
3268         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
3269         Use `sql-set-product'.
3270         (sql-highlight-ms-keywords)
3271         (sql-highlight-sybase-keywords)
3272         (sql-highlight-interbase-keywords)
3273         (sql-highlight-strong-keywords)
3274         (sql-highlight-mysql-keywords)
3275         (sql-highlight-sqlite-keywords)
3276         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
3277         (sql-get-login): Prompt in the same order as the tokens.
3278         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
3279         (sql-product-interactive): New function.  Common portions of
3280         product-specific interactive mode wrappers.
3281         (sql-interactive-mode): Rewritten to use product features.
3282         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3283         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3284         (sql-db2, sql-linter): Use `sql-product-interactive'.
3285         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
3286         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
3287         (sql-connect-ingres, sql-connect-postgres)
3288         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
3289         New functions.  Format command line parameters and invoke comint on
3290         the appropriate interpreter.  Code was in the corresponding
3291         `sql-xyz' function before.
3292         (sql-connect-ms): New function.  Support -E argument to use
3293         operating system credentials for authentication.
3295 2003-08-18  Kenichi Handa  <handa@m17n.org>
3297         * international/mule.el (encode-char): Fix for the ASCII case.
3299 2003-08-15  Kenichi Handa  <handa@m17n.org>
3301         * international/fontset.el (setup-default-fontset): Change "*" to
3302         nil in the specifications of font family.
3304 2003-08-18  Kim F. Storm  <storm@cua.dk>
3306         * kmacro.el (kmacro-keymap): Group related bindings in
3307         initialization for clarity.  Bind C-s to start macro.
3308         Remove C-r binding.
3309         (kmacro-initial-counter-value): New defvar to hold initial counter
3310         value in case we set the value before defining a macro.
3311         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
3312         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
3313         not defining or executing macro.  Doc fix.
3314         (kmacro-add-counter): Clear kmacro-initial-counter-value.
3315         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
3316         temporarily view older elements on the macro ring without cycling
3317         the ring.
3318         (kmacro-display): Doc fix.
3319         (kmacro-exec-ring-item): New helper function.
3320         (kmacro-call-ring-2nd): Use it.
3321         (kmacro-call-ring-2nd-repeat): Doc fix.
3322         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
3323         (kmacro-end-or-call-macro): Execute last viewed macro (using
3324         kmacro-exec-ring-item) from ring if this follows
3325         kmacro-view-macro.  This allows us to find a macro on the ring
3326         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
3327         the ring to bring it to the head of the ring.
3328         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
3329         Allow binding to reserved keys without specifying C-x C-k prefix.
3330         Ask for confirmation if entered key sequence is already bound to
3331         a non-macro command.
3332         (kmacro-view-macro): Repeating command will show older elements
3333         on the macro ring; C-k will execute the last viewed macro.
3334         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
3335         property from 'ring to 'head.
3337 2003-08-17  Alan Shutko  <ats@acm.org>
3339         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
3340         keeping December out of the alist.
3342 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
3344         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
3345         * calendar/calendar.el (calendar-mode-map): Bind it to key.
3346         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
3347         (calendar-flatten): New function.
3348         (calendar-mouse-view-other-diary-entries)
3349         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
3350         in the menu title and to show multi-line diary entries correctly
3351         in the menu.
3353 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
3355         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
3356         defcustom, because the default was recently changed.
3358 2003-08-16  Richard M. Stallman  <rms@gnu.org>
3360         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
3362         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3363         New subroutine, broken out of eval-last-sexp-1.
3364         (eval-last-sexp-1): Use eval-last-sexp-print-value.
3366         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
3368         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
3370         * simple.el (eval-expression): Use eval-last-sexp-print-value.
3372 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
3374         * progmodes/compile.el (compilation-error-regexp-alist):
3375         Add Java ANt error detection as described in document
3376         http://ant.apache.org/faq.html
3378 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
3380         * simple.el (backward-word, forward-to-indentation)
3381         (backward-to-indentation):  Argument changed to optional.
3382         (next-line, previous-line): Use `or' instead of `unless'.
3384 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3386         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
3387         instead of a constant.
3389 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
3391         * shell.el (shell): With prefix-arg, suggest a new buffer name.
3393 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
3395         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
3396         (vc-sccs-workfile-version): Search the entire delta table, rather
3397         than just the first entry, because that might be a deleted version.
3399 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
3401         * menu-bar.el (menu-bar-options-menu): Supply a body for the
3402         [save-place] binding in the Options menu.  Have it require
3403         'saveplace' and then toggle the variable manually, to avoid an an
3404         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
3405         for the bug report.
3407 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
3409         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
3410         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
3411         (gdb-info-threads-custom): Add help-echo text.
3412         (gdb-display-back): Don't use purecopy.
3413         (gdb-info-breakpoints-custom, gdb-reset)
3414         (gdb-assembler-custom): Use display-images-p to test if breakpoint
3415         icons can be displayed.
3417 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
3419         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
3421 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
3423         * bookmark.el (bookmark-completing-read):
3424         Return a string, instead of a list of one string.
3425         Use a popup menu if activated from the mouse.
3426         (bookmark-edit-annotation): Remove unused vars.
3427         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
3428         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
3429         to bookmark-completing-read.
3430         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3431         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
3432         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
3433         and erase-buffer.
3434         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
3435         (bookmark-menu-jump, bookmark-menu-insert)
3436         (bookmark-popup-menu-and-apply-function)
3437         (bookmark-menu-popup-paned-bookmark-menu): Remove.
3438         (bookmark-menu-build-paned-menu): Remove by folding it into
3439         bookmark-menu-popup-paned-menu.
3440         (menu-bar-bookmark-map): Move the define-key statements here.
3441         Use the "non-menu" commands since they now pop up a menu if needed.
3442         (bookmark-exit-hook-internal): Simplify.
3444 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
3446         * reftex-toc.el (reftex-toc-rename-label): New function.
3447         (reftex-toc-check-docstruct): New function.
3449         * reftex.el (reftex-region-active-p): New function.
3451         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
3452         regexp to find the \bibliography macro.
3454         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
3455         which does not exist in LaTeX.
3456         (reftex-cite-format-builtin): Added amsrefs support.
3457         (reftex-toc-confirm-promotion): New option
3459         * reftex-toc.el
3460         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
3461         (reftex-toc-demote, reftex-toc-promote)
3462         (reftex-toc-do-promote, reftex-toc-promote-prepare)
3463         (reftex-toc-promote-action, reftex-toc-extract-section-number)
3464         (reftex-toc-newhead-from-alist)
3465         (reftex-toc-load-all-files-for-promotion): New functions.
3466         (reftex-toc-help): Added description of new keys.
3467         (reftex-toc-split-windows-fraction): New option.
3468         (reftex-recenter-toc-when-idle): Search *toc* window on all
3469         visible frames.
3470         (reftex-toc): Additional parameter REUSE
3471         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
3472         with REUSE argument.
3473         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
3474         the call of `reftex-toc'.
3475         (reftex-make-separate-toc-frame): New function .
3476         (reftex-toc-recenter): When called with triple prefix arg, call
3477         `reftex-make-separate-toc-frame' first.
3478         (reftex-toc-toggle-dedicated-frame): New command.
3479         (reftex-toc-quit): Adapted to delete frame when called in
3480         dedicated frame.
3482         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
3483         all enclosing macros.
3486 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3488         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
3489         first use.
3491 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3493         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
3495 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
3497         * calendar/calendar.el (list-diary-entries-hook)
3498         (diary-display-hook, nongregorian-diary-listing-hook)
3499         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
3500         Add some customize options for these hooks.
3501         (calendar-abbrev-construct): Don't try to take a substring longer
3502         than the original string.
3504 2003-08-05  Richard M. Stallman  <rms@gnu.org>
3506         * emacs-lisp/testcover.el (noreturn): Report error if does return.
3507         (testcover-reinstrument-clauses): Doc fix.
3509         * emacs-lisp/warnings.el: Doc fixes, args renamed.
3510         (warning-type-format): Rename from warning-group-format.
3512         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
3513         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
3514         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
3515         to prevent warnings about defvar for an obsolete variable.
3517         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
3518         warning-group-format renamed to warning-type-format.
3520         * subr.el (read-passwd): Use clear-string instead of fillarray.
3522         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
3523         Use vconcat instead of concat.
3524         (edmacro-sanitize-for-string): New function.
3526 2003-08-05  Dave Love  <fx@gnu.org>
3528         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
3529         line-number-display-limit-width.
3531         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
3533 2003-08-05  Kenichi Handa  <handa@m17n.org>
3535         * international/code-pages.el: Don't require mule-diag.
3537         * international/mule-diag.el (non-iso-charset-alist):
3538         Add autoload cookie.
3540         * language/devan-util.el (dev-glyph-order): Add an entry for the
3541         glyph code #xC4.
3543 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3545         * calendar/calendar.el (diary-file, diary-file-name-prefix)
3546         (european-calendar-style, diary-date-forms)
3547         (calendar-day-name-array, calendar-month-name-array): Doc change.
3548         (generate-calendar-month): Adapt for new behaviour of
3549         `calendar-day-name' function.
3550         (calendar-abbrev-length, calendar-day-abbrev-array)
3551         (calendar-month-abbrev-array): New variables.
3552         (calendar-abbrev-construct): New function.
3553         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
3554         rather than fixing abbrevs at some width.  Calling syntax change.
3555         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
3556         (calendar-date-string): Adapt for new behaviours of
3557         `calendar-day-name' and `calendar-month-name' functions.
3559         * calendar/diary-lib.el (list-diary-entries): Adapt for new
3560         behaviour of `calendar-day-name' and `calendar-month-name' functions.
3561         (diary-name-pattern): Use abbrev arrays, rather than fixing
3562         abbrevs at three chars.  Calling syntax change.
3563         (mark-diary-entries):  Adapt for new behaviours of
3564         `diary-name-pattern' and `calendar-make-alist' functions.
3565         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
3566         `diary-name-pattern' function.
3567         (font-lock-diary-date-forms): Use abbrev arrays, rather than
3568         fixing abbrevs at three chars.  Calling syntax change.
3569         (cal-hebrew, cal-islam): Require when compiling.
3570         (diary-font-lock-keywords): Adapt for new behaviour of
3571         `font-lock-diary-date-forms' function.
3573         * calendar/cal-hebrew.el: Reposition some code so defined before used.
3574         (calendar-hebrew-month-name-array-common-year)
3575         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
3576         (list-hebrew-diary-entries): Adapt for new behaviours of
3577         `calendar-day-name' and `add-to-diary-list' functions.
3578         (mark-hebrew-diary-entries): Adapt for new behaviours of
3579         `diary-name-pattern' and `calendar-make-alist' functions.
3581         * calendar/cal-islam.el (calendar-islamic-month-name-array):
3582         Add doc string.
3583         (list-islamic-diary-entries): Adapt for new behaviours of
3584         `calendar-day-name' and `add-to-diary-list' functions.
3585         (mark-islamic-diary-entries): Adapt for new behaviours of
3586         `diary-name-pattern' and `calendar-make-alist' functions.
3588         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
3589         `calendar-month-name' function.
3591         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
3593         * calendar/solar.el (solar-seasons-data): Move definition before use.
3595         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
3596         (cal-tex-LaTeX-hourbox): Move definition before use.
3598         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
3599         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
3600         lunar.el, solar.el
3601         (displayed-month, displayed-year): Define for compiler.
3603 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3605         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
3606         MODE.  Renamed from c-init-c-language-vars'.
3607         (c-initialize-cc-mode): Change accordingly.
3608         (c-common-init): Ditto.
3609         (c-mode): Ditto.
3610         (c++-mode): Use `c-init-language-vars-for'.
3611         (objc-mode): Ditto.
3612         (java-mode): Ditto.
3613         (idl-mode): Ditto.
3614         (pike-mode): Ditto.
3615         (awk-mode): Ditto.
3617 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3619         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
3620         or not the point moved.
3622         (c-search-decl-header-end): Don't trip up on operator identifiers
3623         in C++ and operators like == in all languages.
3625         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
3626         Detect leading labels correctly.
3628 2003-08-02  Andreas Schwab  <schwab@suse.de>
3630         * textmodes/ispell.el: Don't redo key bindings on loading, put
3631         them only in loaddefs.el.
3632         * bookmark.el: Likewise.
3633         * dabbrev.el: Likewise.
3634         * emerge.el: Likewise.
3636         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
3637         has more than one member.
3639         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
3641 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3643         * lpr.el (printify-region): It was ending conversion before the
3644         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
3646 2003-07-31  John Paul Wallington  <jpw@gnu.org>
3648         * net/browse-url.el (browse-url-epiphany): Doc fix.
3650 2003-07-30  Kenichi Handa  <handa@m17n.org>
3652         * international/fontset.el (setup-default-fontset):
3653         Change registry names of Akurti fonts.
3655 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3657         * comint.el (comint-read-noecho): Use `clear-string' instead of
3658         `fillarray'.
3660 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
3662         * outline.el (outline-mode-hook): Add defvar.
3664 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
3666         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
3667         Restore assembler in source window if that is what has been selected.
3668         (menu): Add gdb-restore-windows to menu.  Make gdba
3669         specific menus only visible from gdba.
3671 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
3673         * progmodes/compile.el (compilation-environment): New user variable.
3674         (compile-internal): Respect it.
3676 2003-07-23  Masatake YAMATO  <jet@gyve.org>
3678         * progmodes/gud.el (gdb-script-font-lock-keywords):
3679         Put `font-lock-function-name-face' on a symbol which includes
3680         `-' like `hook-run'.  Put font-lock-variable-name-face
3681         on a symbol starting with $.
3683 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
3685         * files.el (set-visited-file-name): Use truename for buffer-file-name.
3687 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
3689         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
3691 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
3693         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
3694         Use with-no-warnings.
3695         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
3696         rather than to find-file-not-found-hook, which doesn't exist.
3698 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
3700         * international/quail.el (quail-translate-key): Fix previous change.
3702 2003-07-25  John Paul Wallington  <jpw@gnu.org>
3704         * server.el (server-start): Check `server-process' is non-nil
3705         before killing it to avoid killing current buffer's process.
3707         * simple.el (choose-completion-string): Use `minibufferp';
3708         test `completion-reference-buffer' if `buffer' arg is nil.
3709         (push-mark): Use `when' and `unless'.
3710         (pop-mark): Use `when'.
3712         * mouse-sel.el (mouse-sel-get-selection-function):
3713         Check `x-last-selected-text-primary'.  Don't barf if it or
3714         `x-last-selected-text' aren't bound.
3716 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3718         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
3720 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
3722         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
3724 2003-07-23  John Paul Wallington  <jpw@gnu.org>
3726         * tooltip.el (defface tooltip): Inherit from variable-pitch.
3728 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3730         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
3731         string.  Defvar the derived hook.
3733         * macros.el (insert-kbd-macro): Escape double quote character.
3734         From Thomas W Murphy <twm@andrew.cmu.edu>.
3736 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
3738         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
3739         to match the specific mark rather than reusing comment-start-skip.
3741 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
3743         * progmodes/hideshow.el (hs-special-modes-alist):
3744         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
3746 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
3748         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
3749         value using ?\s.
3751 2003-07-21  John Paul Wallington  <jpw@gnu.org>
3753         * subr.el (with-selected-window): Add closing paren.
3755 2003-07-21  Richard M. Stallman  <rms@gnu.org>
3757         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
3758         (lisp-mode): Likewise.
3760         * subr.el (with-selected-window): Copy code form save-selected-window
3761         so as to call select-window with norecord arg.
3762         (dynamic-completion-table): Doc fix.
3763         (lazy-completion-table): Doc fix.
3765         * international/mule-cmds.el (set-locale-environment):
3766         langinfo renamed to locale-info.
3768         * international/mule.el (auto-coding-functions): Doc fix.
3770 2003-07-21  Kenichi Handa  <handa@m17n.org>
3772         * international/quail.el (quail-translate-key):
3773         Update quail-current-str correctly.
3775 2003-07-21  Andreas Schwab  <schwab@suse.de>
3777         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
3778         ?, to "_".
3780 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3781         Version 2.0.36 of Tramp released.
3783         * net/tramp.el (tramp-default-password-end-of-line): Rename from
3784         tramp-password-end-of-line.
3785         (tramp-password-end-of-line): New method parameter.
3786         (tramp-get-password-end-of-line): Function to access method
3787         parameter `tramp-password-end-of-line', or variable
3788         `tramp-default-password-end-of-line' (default value).
3789         (tramp-methods): Add entries for new parameter
3790         tramp-password-end-of-line.
3791         (tramp-enter-password): Use new function
3792         `tramp-get-password-end-of-line'.
3793         (tramp-handle-insert-file-contents): Do not
3794         unconditionally inhibit the file operation file-local-copy, only
3795         do that when the inhibit-file-name-operation is currently
3796         insert-file-contents.  This fixes finding remote CVS-controlled
3797         files.  (It would barf on inserting the CVS/Entries file
3798         literally, because the file-local-copy handler wasn't called.)
3799         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
3800         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
3801         (tramp-initial-commands): New variable.
3802         (tramp-process-initial-commands): New function, using the variable.
3803         (tramp-open-connection-setup-interactive-shell): Call the new function.
3804         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
3805         method into the buffer name, never use nil.  Reported by Hanak
3806         David <dhanak@inf.bme.hu>.
3807         (tramp-open-connection-setup-interactive-shell): Erase buffer
3808         before sending "stty -onlcr".
3810         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
3812 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
3814         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
3816 2003-07-19  John Paul Wallington  <jpw@gnu.org>
3818         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
3819         (artist-draw-rect, artist-draw-square): Doc fixes.
3821         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
3823         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
3825 2003-07-19  Kenichi Handa  <handa@m17n.org>
3827         * international/kkc.el (kkc-show-conversion-list-update):
3828         Highlight the correct candidate in the message.
3830 2003-07-18  John Paul Wallington  <jpw@gnu.org>
3832         * simple.el (current-word): Don't include punctuation char when
3833         `really-word' arg is non-nil.
3835 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
3837         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
3838         moved to the directory obsolete.
3840 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
3842         * info.el (Info-menu-entry-name-re): Allow newlines in
3843         menu entry names.
3845         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
3846         syntax-ppss-after-change-function.
3847         (syntax-ppss-after-change-function): New alias.  Update uses.
3848         (syntax-ppss): Catch the case where the buffer is narrowed.
3850 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3852         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
3853         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
3855 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3857         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
3858         since it might be modified.
3860         * progmodes/cc-langs.el (c++-make-template-syntax-table)
3861         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
3862         names to these language constants.
3864 2003-07-15  Kim F. Storm  <storm@cua.dk>
3866         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
3867         All uses changed.
3869 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
3871         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
3872         Namespace support.
3874 2003-07-13  Juanma Barranquero  <lektu@terra.es>
3876         * frame.el (modify-all-frames-parameters): Reinstall (copyright
3877         papers received).
3879 2003-07-13  Karl Eichwalder  <ke@suse.de>
3881         * textmodes/po.el (po-find-charset): White space at the start of the
3882         Content-Type field body is non-mandatory.
3884 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
3886         * textmodes/texinfo.el (texinfo-section-list):
3887         Append appendixsection; a synonym for appendixsec.
3889 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
3891         * man.el (Man-translate-cleanup): New.
3892         (Man-translate-references): Call `Man-translate-cleanup' to clean
3893         leading, trailing and middle spaces.
3895 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
3897         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
3898         Handle `dired-directory' being a list.
3900 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3902         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
3903         it doesn't exist.
3905 2003-07-12  Richard M. Stallman  <rms@gnu.org>
3907         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
3909         * progmodes/cc-defs.el (c-make-keywords-re):
3910         Don't use delete-duplicates.
3911         (c-lang-const): Don't use mapcan.
3913         * apropos.el (apropos-show-scores): Make it customizable.
3914         Document new meaning.
3915         (apropos): Compute scores from symbols.
3916         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
3918 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3920         * ps-bdf.el: Fix copyright line.
3921         (bdf-directory-list): Fix initialization code.
3923 2003-07-11  John Paul Wallington  <jpw@gnu.org>
3925         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
3926         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
3927         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
3929 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
3931         * emacs-lisp/ring.el (ring-elements): Doc fix.
3933 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3935         * calendar/timeclock.el (timeclock-relative)
3936         (timeclock-ask-before-exiting, timeclock-use-display-time):
3937         Doc changes.
3938         (timeclock-modeline-display): Give a message if
3939         `timeclock-use-display-time' is non-nil but `display-time-mode'
3940         is not active.
3942 2003-07-11  Kenichi Handa  <handa@m17n.org>
3944         * international/mule-cmds.el (set-language-environment):
3945         Set current-language-environment to the correct string.
3947 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3949         * ps-print.el: Print line number correctly in a region.  Reported by
3950         Tim Allen <timallen@ls83.fsnet.co.uk>
3951         (ps-print-version): New version number (6.6.2).
3952         (ps-printing-region): Code fix.
3954 2003-07-10  John Paul Wallington  <jpw@gnu.org>
3956         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
3957         this function can be called from `add-completions-from-tags-table'.
3959 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
3961         * calendar/timeclock.el (timeclock-use-display-time)
3962         (timeclock-day-over-hook, timeclock-workday-remaining)
3963         (timeclock-status-string, timeclock-when-to-leave)
3964         (timeclock-when-to-leave-string, timeclock-log-data)
3965         (timeclock-find-discrep, timeclock-day-base)
3966         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
3967         (timeclock-modeline-display): Set the variable
3968         `timeclock-modeline-display'.
3969         (timeclock-update-modeline): Doc fix.  Respect value of
3970         `timeclock-relative'.
3972 2003-07-09  Richard M. Stallman  <rms@gnu.org>
3974         * textmodes/reftex-parse.el (reftex-all-document-files):
3975         Add autoload cookie.
3977         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
3978         (reftex-scanning-info-available-p): Add autoload cookie.
3980         * international/mule-cmds.el
3981         (set-display-table-and-terminal-coding-system): Delete duplicate
3982         aset on standard-display-table.
3984         * view.el (view-file): If existing buffer's major mode is special,
3985         don't go into view mode.
3987         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
3989 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3991         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
3992         buffer changes; there's third party code that calls this function
3993         directly.
3995 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3997         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
3998         (autodoc-font-lock-keywords): Don't byte compile on font lock
3999         initialization when running from byte compiled files.
4001 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4003         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
4004         statement ends with auto-increment "++".
4006 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4008         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
4009         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
4010         these are changed, so declare them as variables and not constants.
4012 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
4014         * subr.el (dolist, dotimes):  Doc fix.
4016 2003-07-08  Kim F. Storm  <storm@cua.dk>
4018         * international/mule-cmds.el
4019         (set-display-table-and-terminal-coding-system): Don't break
4020         bootstrap if standard-display-table isn't setup yet.
4022 2003-07-07  Richard M. Stallman  <rms@gnu.org>
4024         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
4025         Give it a doc string, and autoload it.
4027         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
4028         Use with-no-warnings.
4030         * info.el (Info-search): If find invisible text, search again.
4032         * isearch.el (search-whitespace-regexp): Add a shy group around it.
4034         * man.el (Man-name-regexp): Match + as part of name.
4036         * simple.el (visible-mode): Rename from vis-mode.
4037         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
4039         * simple.el (current-word): New arg REALLY-WORD specifies
4040         don't include punctuation chars.
4042         * emacs-lisp/debug.el (debug, debugger-env-macro):
4043         Use with-no-warnings while accessing and binding unread-command-char.
4045         * international/mule-cmds.el
4046         (set-display-table-and-terminal-coding-system): Use explicit loop
4047         instead of calling standard-display-default.
4049         * net/ange-ftp.el (ange-ftp-file-symlink-p):
4050         Use condition-case to catch error in ange-ftp-get-files.
4052         * net/browse-url.el (browse-url-browser-function):
4053         Add alternative for Epiphany.
4054         (browse-url-epiphany-program, browse-url-epiphany-arguments)
4055         (browse-url-epiphany-startup-arguments)
4056         (browse-url-epiphany-new-window-is-tab): New variables.
4057         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
4059         * progmodes/compile.el (compile-auto-highlight): Default now t.
4060         (compile): Doc fix.
4061         (compilation-next-error): Fix previous change.
4063         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
4065         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
4067 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
4069         * gdb-ui.el (gdb-source-info): Display current frame when
4070         attaching to an existing process.
4071         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
4072         while laying out windows when attaching to an existing process.
4074 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
4076         * info.el (Info-menu): Use Info-menu-entry-name-re.
4078 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
4080         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
4081         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
4083         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
4084         to match the same text.
4086 2003-07-06  John Paul Wallington  <jpw@gnu.org>
4088         * vc.el (vc-annotate-offset): Move defvar up.
4090 2003-07-06  Kim F. Storm  <storm@cua.dk>
4092         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
4093         This should fix the infinite loop when extracting menu names.
4095 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
4097         * files.el (auto-mode-alist, interpreter-mode-alist):
4098         Remove entries to CC Mode modes to avoid duplicates; they are now added
4099         with autoload directives in cc-mode.el.
4101 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
4103         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
4104         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
4105         these are changed, so declare them as variables and not constants.
4107         * progmodes/cc-mode.el: Fix some autoload problems: Try to
4108         ensure that the entry for ".c" extension comes before the one for
4109         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
4110         Fix incorrect entries that were added to `interpreter-mode-alist'.
4111         Move the autoload directives for AWK to the top level since they
4112         aren't recognized anywhere else.  Do not use the new AWK mode doc
4113         in the autoload form for the old AWK mode.
4115 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4117         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
4118         (bibtex-sort-ignore-string-entries): Default value t.
4119         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
4120         erroneously in previous version.
4121         (bibtex-string-files): Docstring reflects new parsing scheme.
4122         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
4123         docstring, add # as one of the chars to crush
4124         (bibtex-autokey-prefix-string, bibtex-autokey-names)
4125         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
4126         (bibtex-autokey-name-change-strings)
4127         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
4128         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
4129         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
4130         (bibtex-autokey-title-terminators)
4131         (bibtex-autokey-titlewords-stretch)
4132         (bibtex-autokey-titleword-ignore)
4133         (bibtex-autokey-titleword-case-convert)
4134         (bibtex-autokey-titleword-abbrevs)
4135         (bibtex-autokey-titleword-abbrevs)
4136         (bibtex-autokey-titleword-change-strings)
4137         (bibtex-autokey-titleword-length)
4138         (bibtex-autokey-titleword-separator)
4139         (bibtex-autokey-name-year-separator)
4140         (bibtex-autokey-year-title-separator)
4141         (bibtex-autokey-before-presentation-function)
4142         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
4143         Fix docstring.
4144         (bibtex-strings, bibtex-reference-keys):
4145         Use lazy-completion-table and make-variable-buffer-local.
4146         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
4147         (bibtex-braced-string-syntax-table)
4148         (bibtex-quoted-string-syntax-table): New variables.
4149         (bibtex-parse-nested-braces): Remove.
4150         (bibtex-parse-field-string): Use syntax table and forward-sexp.
4151         (bibtex-parse-association): Simplify.
4152         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
4153         (bibtex-parse-field-text): Simplify.
4154         (bibtex-search-forward-field, bibtex-search-backward-field):
4155         argument BOUND can take value t.
4156         (bibtex-start-of-field, bibtex-start-of-name-in-field)
4157         (bibtex-end-of-name-in-field, bibtex-end-of-field)
4158         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
4159         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
4160         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
4161         (bibtex-skip-to-valid-entry): Return buffer position of beginning
4162         and ending of entry.  Update for changes of bibtex-search-entry.
4163         Simplify.
4164         (bibtex-map-entries): FUN is called with three arguments.
4165         (bibtex-search-entry): Return a cons pair with buffer positions of
4166         beginning and end of entry.
4167         (bibtex-enclosing-field): Simplify.
4168         (bibtex-format-entry): Use booktitle to set a missing title.
4169         (bibtex-autokey-get-names): Fiddle with regexps.
4170         (bibtex-generate-autokey): Use identity.
4171         (bibtex-parse-keys): Use simplified parsing algorithm if
4172         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
4173         arguments. Return alist of keys.
4174         (bibtex-parse-strings): Simplify. Return alist of strings.
4175         (bibtex-complete-string-cleanup): Fix docstring.
4176         (bibtex-read-key): New function.
4177         (bibtex-mode): Fix docstring. Do not parse for keys and
4178         strings when the mode is entered. Set fill-paragraph-function to
4179         bibtex-fill-field. Setup font-lock-mark-block-function the way
4180         font-lock intended.
4181         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
4182         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
4183         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
4184         (bibtex-Preamble): Avoid hard coded constants.
4185         (bibtex-make-field): Fix docstring. Simplify.
4186         (bibtex-beginning-of-entry): Always return new position of point.
4187         (bibtex-end-of-entry): Rearrange cond clauses.
4188         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
4189         Update for changes of bibtex-map-entries.
4190         (bibtex-ispell-abstract): Do not move point.
4191         (bibtex-entry-index): Use downcase. Simplify.
4192         (bibtex-lessp): Handle catch-all.
4193         (bibtex-find-crossref): Turn into a command.
4194         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
4195         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
4196         preamble entries.
4197         (bibtex-fill-field-bounds): New function.
4198         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
4199         (bibtex-fill-entry): Use bibtex-fill-field-bounds
4200         (bibtex-String): Use bibtex-strings.  Always obey
4201         bibtex-sort-ignore-string-entries.
4203 2003-07-05  John Paul Wallington  <jpw@gnu.org>
4205         * cus-theme.el (customize-create-theme):
4206         Call `customize-create-theme' in Reset widget's notify function.
4208         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
4209         (ibuffer-mark-interactive): Use `or' instead of `unless'.
4210         (define-ibuffer-column name): Add summarizer.
4211         (define-ibuffer-column size): Likewise.
4212         (define-ibuffer-column filename): Likewise.
4213         (define-ibuffer-column process): Likewise.  Change BODY's output too.
4214         (define-ibuffer-column filename-and-process): Likewise, likewise.
4215         (ibuffer): Remove local vars `already-in' and `need-update'.
4217         * ibuf-ext.el: Don't require `derived' at compile-time.
4219 2003-07-05  Kim F. Storm  <storm@cua.dk>
4221         * info.el: Disable paragraph refilling.
4222         (Info-refill-paragraphs): New defcustom.
4223         (Info-fontify-node): Use it.
4225 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
4227         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
4228         thingies from constructors created by defstruct.
4230         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
4231         the default value of the variable.
4232         (byte-code-meter): Move declaration to top level.
4234         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
4236         * info.el (Info-following-node-name-re): New fun.
4237         (Info-following-node-name): Remove.
4238         (Info-insert-dir): Use the new fun.
4239         (Info-extract-pointer): Don't save restriction; use new fun.
4240         (Info-menu-entry-name-re): New const.
4241         (Info-menu-entry-name-re): Use it along with new fun.
4242         (Info-node-spec-re): Use new fun.
4243         (Info-complete-menu-item, Info-fontify-node): Use new const.
4244         (Info-goto-node, Info-follow-reference, Info-menu-update):
4245         Use match-string.
4246         (Info-follow-reference): Use assoc-string.
4247         Use a list of strings for the completion table.
4248         (Info-fontify-node): Use match-string, line-end-position.
4249         Limit the search for `node:' to the first line.
4251         * newcomment.el (uncomment-region): Remove padding coming from
4252         comment-start rather than just from comment-padding.
4254         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
4255         (vc-cvs-stay-local-p): Use vc-stay-local-p.
4256         (vc-cvs-rename-file): Remove (use the default).
4257         (vc-cvs-register): Register parent dir if needed.
4258         (vc-cvs-could-register): Return non-nil if parent can be registered.
4259         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
4260         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
4262         * vc-svn.el (vc-svn-use-edit): Make it into a const.
4263         (vc-svn-update): Fix the arguments to `svn'.
4264         (vc-svn-diff-tree): Just use `vc-svn-diff'.
4265         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
4266         Simple implementations, assuming `name' is a URL.
4268         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
4269         set of chars allowed unquoted in a case pattern.
4271         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
4273         * font-lock.el (font-lock-extra-types-widget)
4274         (c-font-lock-extra-types, c++-font-lock-extra-types)
4275         (objc-font-lock-extra-types, java-font-lock-extra-types)
4276         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
4277         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
4278         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4279         (font-lock-match-c++-structor-declaration)
4280         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
4281         (c++-font-lock-keywords-3, c++-font-lock-keywords)
4282         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
4283         (objc-font-lock-keywords-3, objc-font-lock-keywords)
4284         (java-font-lock-keywords-1, java-font-lock-keywords-2)
4285         (java-font-lock-keywords-3, java-font-lock-keywords)
4286         (java-font-lock-syntactic-face-function): Remove obsolete code
4287         and constants.  It's all in cc-fonts.el now.
4289 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
4291         * mail/sendmail.el (mail-specify-envelope-from)
4292         (mail-envelope-from): Doc fix.
4294 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
4296         * generic-x.el: Do away with the dependency on `c-emacs-features'
4297         when populating `rul-generic-mode-syntax-table'; we already know
4298         this isn't XEmacs.
4300 See ChangeLog.10 for earlier changes.
4302 ;; Local Variables:
4303 ;; coding: iso-2022-7bit
4304 ;; End:
4306     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
4307   Copying and distribution of this file, with or without modification,
4308   are permitted provided the copyright notice and this notice are preserved.
4310 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1