(diff-default-read-only): Change default.
[emacs.git] / lisp / ChangeLog
blob10a28d27c1d19f356a110315196692959c80c7db
1 2004-03-23  Juri Linkov  <juri@jurta.org>
3         * man.el (Man-width): New var.
4         (Man-getpage-in-background): Use it.
5         (Man-support-local-filenames): New var and fun.
6         (Man-build-man-command): Don't add a second %s.
7         (Man-fontify-manpage): Clean up message.
8         (Man-mode): Set outline-regexp, outline-level,
9         imenu-generic-expression.
11         * woman.el (woman-fill-frame): Doc fix.
12         (woman-decode-region): Use window-width instead of frame-width.
14         * abbrevlist.el (list-one-abbrev-table): Use window-width instead
15         of frame-width.
17         * descr-text.el (describe-char): Use window-width instead of
18         frame-width.
20         * international/mule-diag.el (describe-current-coding-system): Use
21         window-width instead of frame-width.
23         * international/quail.el (quail-insert-decode-map): Use
24         window-width instead of frame-width.
26         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
27         (jka-compr-mode-alist-additions): Add tbz.
28         (jka-compr-write-region): Add error message for undefined
29         compress-program.
30         (jka-compr-insert-file-contents): Add message for undefined
31         compress-program.
32         (jka-compr-write-region): Remove redundant var bindings.
34         * dired-x.el (dired-guess-shell-alist-default): Add choices for
35         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
36         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
37         (dired-man): Use dired-guess-shell-command.
38         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
39         Change default nil to t.
41         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
42         (dired-compare-directories): Add default value for empty input.
44         * help-at-pt.el: Move suggestions for key bindings to Commentary.
46         * time.el (display-time-string-forms): Fix help-echo date format.
48 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
50         * autorevert.el (global-auto-revert-non-file-buffers): Expand doc
51         string.
52         (buffer-stale-function): New variable.
53         (auto-revert-list-diff, auto-revert-dired-file-list)
54         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
55         (auto-revert-handler): Take over some functionality of deleted
56         functions.
57         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
59         * dired.el (dired-directory-changed-p, dired-buffer-stale-p): New
60         functions.
61         (dired-internal-noselect): Use dired-directory-changed-p.
62         Eliminate revert messages.
63         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
65 2004-03-23  Kenichi Handa  <handa@etlken2>
67         * international/characters.el: Setup syntaxes for more parentheses
68         Unicode characters.
70         * international/mule-cmds.el (select-safe-coding-system): Merge
71         coding-system and auto-cs before comparing them.
73 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
77         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
78         normal-auto-fill-function and comment-indent-function.
79         The default values now work just as well.
80         Don't set font-lock-beginning-of-syntax-function since we already set
81         syntax-begin-function.
82         (lisp-outline-level): Put ;;;###autoload at same level as (.
83         (prin1-char): Quote special chars.
85         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
86         than with-no-warnings.
88         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
89         if the source location can't be found.
90         (edebug-compute-previous-result): Use prin1-char.
92         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
93         (debug-ignored-errors): Add an entry.
95         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
96         (byte-compile-file): Output warning when deleting a file.
98         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
99         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
101         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
102         (byte-compile-inline-expand): Use backquote.
103         (byte-optimize-pure-func): Rename from byte-optimize-concat.
104         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
106         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
108         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
110 2004-03-22  Juri Linkov  <juri@jurta.org>
112         * finder.el (finder-known-keywords): Fix data, tex, unix.
114         * play/landmark.el: Fix keywords.
116         * language/ethio-util.el (ethio-find-file): Doc fix.
118         * emacs-lisp/warnings.el: Doc fix.
120         * textmodes/ispell.el (ispell-help): Doc fix.
122 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
124         * format.el (format-insert-file): Always return a list of two
125         elements, like insert-file-contents does.
127 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
129         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
130         and vc-BACKEND-diff.
131         (vc-print-log): If the print-log implementation supports it, use
132         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
133         (vc-version-diff, vc-diff-internal): Doc fixes.
135         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
136         implementation supports it, let diff output go to *vc*,
137         not *vc-diff*, since this is an internal call.
139         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
141         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
143         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
145 2004-03-21  Dave Love  <fx@gnu.org>
147         * progmodes/cfengine.el (cfengine-mode):
148         Set parse-sexp-ignore-comments.
150         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
152 2004-03-21  Juanma Barranquero  <lektu@terra.es>
154         * allout.el (allout-mode): Fix docstring.
156 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
158         * files.el (insert-directory): Fix bug if SWITCHES is a list.
160         * autorevert.el (auto-revert-interval): Make new value take
161         effect immediately when set through Custom.
162         (auto-revert-set-timer): Add interactive declaration.
164 2004-03-19  David Ponce  <david@dponce.com>
166         * ruler-mode.el (ruler-mode-header-line-format-old):
167         Don't `make-variable-buffer-local'.
168         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
169         (ruler-mode-header-line-format): Simply funcall the above.
170         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
171         to save/restore a previous header line format.
172         (ruler-mode-space): Don't depend on a numeric WIDTH value.
173         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
174         fringes and margins width.
175         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
177 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
179         * log-edit.el (log-edit-font-lock-keywords): Typo.
181         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
182         (tex-send-tex-command): Rather than here.
183         (tex-compilation-parse-errors): Simplify.
185         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
187         * time.el (display-time-string-forms): Add help-echo with date on time.
189         * composite.el (compose-region): Use restore-buffer-modified-p.
191         * disp-table.el (standard-display-8bit): Simplify.
193         * server.el (server-process-filter): Delete temp frame.
195         * add-log.el (add-change-log-entry): Simplify.
197 2004-03-19  Kim F. Storm  <storm@cua.dk>
199         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
200         (hexl-follow-line): Don't require 'fringe.
202         * progmodes/compile.el (compilation-start): Always set
203         compilation-last-buffer and return it.
205 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
207         * simple.el (clone-buffer): Doc fix.
209 2004-03-18  Juanma Barranquero  <lektu@terra.es>
211         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
213 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * log-edit.el (log-edit-font-lock-keywords): New var.
216         (log-edit-mode): Use it.
218 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
220         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
221         properly for watching in speedbar.
223 2004-03-17  Masatake YAMATO  <jet@gyve.org>
225         * smerge-mode.el (smerge-popup-context-menu):
226         Put `unwind-protect' around `overlay-put' and `popup-menu'.
228 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
231         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
232         Take sealed revisions into account.
233         (vc-arch-checkin): Extract a summary line from the message.
235 2004-03-16  Masatake YAMATO  <jet@gyve.org>
237         * register.el (register): Provide `register' feature.
239 2004-03-15  Masatake YAMATO  <jet@gyve.org>
241         Added context menu support in smerge mode.
242         Most of the part is written by Stefan Monnier.
244         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
245         New keymap and menu.
246         (smerge-text-properties): New function.
247         (smerge-remove-props): New function.
248         (smerge-popup-context-menu): New function.
249         (smerge-resolve): Call `smerge-remove-props'.
250         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
251         (smerge-keep-current): Ditto.
252         (smerge-kill-current): New function.
253         (smerge-match-conflict): Put text properties.
254         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
256 2004-03-15  David Ponce  <david@dponce.com>
258         * ruler-mode.el: (ruler-mode-left-fringe-cols)
259         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
260         (ruler-mode-right-scroll-bar-cols): Remove.
261         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
262         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
263         Use fringe-columns and scroll-bar-columns.
265 2004-03-15  Masatake YAMATO  <jet@gyve.org>
267         * hl-line.el (hl-line-range-function): New variable.
268         (hl-line-move): New function.
269         (global-hl-line-highlight): Use `hl-line-move'.
270         (hl-line-highlight): Ditto.
272         * scroll-bar.el (scroll-bar-columns):
273         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
275         * ruler-mode.el (top-level): Require scroll-bar and fringe.
276         (ruler-mode-left-fringe-cols)
277         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
278         (ruler-mode-right-scroll-bar-cols)
279         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
280         (ruler-mode-ruler-function): New variable.
281         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
282         if the value for `ruler-mode-ruler-function'is given.
284         * hexl.el (hexl-mode-hook): Make the hook customizable.
285         (hexl-address-area, hexl-ascii-area): New customize variables.
286         (hexlify-buffer): Put font-lock-faces on the address area and
287         the ascii area.
288         (hexl-activate-ruler): New function.
289         (hexl-follow-line): New function.
290         (hexl-highlight-line-range): New function.
291         (hexl-mode-ruler): New function.
293 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
296         (vc-default-find-file-hook): New fun.
297         (vc-find-file-hook): Call new find-file-hook operation.
299         * vc-arch.el: New file.
301 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
303         * info-look.el (info-lookup): Reuse an existing Info window.
305 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
307         * woman.el (woman-preserve-ascii): Default value changed to t and
308         doc string revised.
310 2004-03-12  Richard M. Stallman  <rms@gnu.org>
312         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
313         Fix minor bug.
315         * replace.el (occur-engine): Change message for count of matches.
317         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
318         For strings, do compare text properties.
320 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
322         * progmodes/compile.el (compile-auto-highlight)
323         (compilation-error-list, compilation-old-error-list)
324         (compilation-parse-errors-function, compilation-parsing-end)
325         (compilation-error-message, compilation-directory-stack)
326         (compilation-enter-directory-regexp-alist)
327         (compilation-leave-directory-regexp-alist)
328         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
329         (compilation-current-file, compilation-regexps): Remove vars.
331         (compile-error-at-point, compilation-error-filedata)
332         (compilation-error-filedata-file-name, compile-reinitialize-errors)
333         (compilation-next-error-locus, compilation-forget-errors)
334         (count-regexp-groupings, compilation-parse-errors)
335         (compile-collect-regexps, compile-buffer-substring): Remove funs.
337         (compile-internal): Make obsolete.
339         (compilation-first-column, compilation-error)
340         (compilation-directory-matcher, compilation-page-delimiter)
341         (compilation-mode-font-lock-keywords, compilation-debug)
342         (compilation-error-face, compilation-warning-face)
343         (compilation-info-face, compilation-line-face)
344         (compilation-column-face, compilation-enter-directory-face)
345         (compilation-leave-directory-face, compilation-skip-threshold)
346         (compilation-skip-visited, compilation-context-lines): New vars.
348         (compilation-warning-face, compilation-info-face)
349         (compilation-message-face): New faces.
351         (compilation-error-regexp-alist-alist): New constant.
353         (compilation-face, compilation-directory-properties)
354         (compilation-assq, compilation-error-properties, compilation-start)
355         (define-compilation-mode, compilation-loop)
356         (compilation-set-window): New functions.
358         (compile): Additional argument for interactive compiles like TeX.
360         * progmodes/grep.el (kill-grep): Move here from compile.el
361         (grep-error, grep-hit-face, grep-error-face)
362         (grep-mode-font-lock-keywords): New variables.
363         (grep-regexp-alist): Simplify regexp and add `binary' case.
364         (grep-mode): New mode.
365         (grep-process-setup): Simplify.
367 2004-03-11  Jason Rumney  <jasonr@gnu.org>
369         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
370         letters on DOS/Windows.
372 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * server.el (server-name): New var.
375         (server-socket-dir): New var to replace server-socket-name.
376         (server-start): Use them.
378 2004-03-11  Simon Josefsson  <jas@extundo.com>
380         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
381         died to avoid infloop.  Reported by Jonathan Glauner
382         <jglauner@sbum.org>.
384 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
386         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
387         (smerge-mode-menu): Use it to deactivate menu entries.
388         (smerge-keep-current): New fun.
389         (smerge-keep-current): Use it.
391 2004-03-10  John Paul Wallington  <jpw@gnu.org>
393         * foldout.el (foldout-fold-list, foldout-modeline-string):
394         Declare them as variables, not constants.
396 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
398         * ps-print.el: Modification to print *Messages* buffer.
399         (ps-print-version): New version 6.6.4.
400         (ps-message-log-max): New fun.
401         (ps-spool-without-faces, ps-spool-with-faces)
402         (ps-count-lines-preprint): Code fix.
404         * printing.el: New tips in Tips section.
406 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
408         * delim-col.el: Doc fix.
410         * printing.el: Doc fix.  New doc section (Tips).
412 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * type-break.el (type-break-emacs-variant): Remove.
415         (type-break-run-at-time, type-break-cancel-function-timers):
416         Use fboundp rather than version name and number.
418 2004-03-09  Masatake YAMATO  <jet@gyve.org>
420         * hexl.el (hexl-mode): Use `make-local-variable' instead of
421         `make-variable-buffer-local'.
423 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
425         * find-dired.el (find-dired): Call `shell-command' instead of
426         `start-process-shell-command'.  By this, Tramp takes over
427         handling of remote directories.
429 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
431         * newcomment.el (comment-use-global-state): New var.
432         (comment-search-forward): Use it.
434         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
436         * cus-edit.el (fill) <defgroup>: Move to fill.el.
438         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
439         (enable-kinsoku): Make it a defcustom.
440         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
441         paragraph to same-comment-start-marker.
443 2004-03-07  Dave Love  <fx@gnu.org>
445         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
446         (browse-url-mail): Use it.
448         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
449         (rfc2368-unhexify-string): Use replace-regexp-in-string.
451 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
453         * woman.el (woman-man.conf-path): Doc fix.
454         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
456 2004-03-07  Eli Zaretskii  <eliz@elta.co.il>
458         * sort.el (sort-columns): Remove ms-dos from the list of systems
459         where the external `sort' command is not used.
461 2004-03-07  Kim F. Storm  <storm@cua.dk>
463         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
464         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
465         from overlay-arrow-variable-list.
466         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
468 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
470         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
471         overlay arrow string properly for the assembler buffer.
473 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * mail/sendmail.el (mail-mode): Fix last change.
477 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
479         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
480         for the assembler buffer.
481         (gdb-assembler-custom): Position the overlay arrow.
482         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
484 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
486         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
488         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
489         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
491         * mail/sendmail.el (mail-mode): Set comment-start-skip.
493         * newcomment.el (uncomment-region): Allow non-terminated comment.
494         (comment-normalize-vars): Check the user-specified comstart marker.
496 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
498         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
499         Otherwise, do use it if the region only contains font-lock text
500         properties.
502 2004-03-04  Masatake YAMATO  <jet@gyve.org>
504         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
505         as the callback function for eldoc.
506         (hexl-print-current-point-info): New function.
507         (hexl-current-address): Print the address in both decimal
508         and hexadecimal format.
510 2004-03-04  Richard M. Stallman  <rms@gnu.org>
512         * mail/rmail.el (rmail-convert-to-babyl-format):
513         Specify t for UNIBYTE when calling mail-unquote-printable-region.
515         * mail/mail-utils.el (mail-unquote-printable-region):
516         New arg UNIBYTE.
518         * startup.el (command-switch-alist): Doc fix.
520         * simple.el (undo): Temporarily set this-command to `undo-start',
521         then set it to `undo' once undo-start returns without error.
523         * simple.el (minibuffer-history-sexp-flag): Doc fix.
525         * simple.el (kill-line): Don't disregard trailing whitespace
526         in eol condition, if show-trailing-whitespace is set.
528         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
529         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
530         When disabling, restore old values only if mouse-sel-has-been-enabled.
532         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
533         (isearch-{-char): New function.
534         (isearch-mode-map): Bind { to isearch-{-char.
536         * font-lock.el (lisp-font-lock-keywords-2):
537         Turn off the CL with-... and do-... general patterns.
538         Instead, recognize several specific with... and do... constructs.
540         * files.el (switch-to-buffer-other-window):
541         Bind same-window-buffer-names and same-window-regexps to nil.
542         (switch-to-buffer-other-frame): Likewise.
544 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
547         recognizing leading comment on code line.
549 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
551         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
552         hidden files/directories.
554 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
557         only comment-start (in case the mode hasn't set it).
559         * Makefile.in (AUTOGENEL): New var.
560         (bootstrap-prepare): Rename from bootstrap-clean.
561         Don't remove elc files.
562         (maintainer-clean): New target.
564         * xml.el (xml-get-attribute-or-nil): Simplify.
566 2004-03-02  Juri Linkov  <juri@jurta.org>
568         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
569         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
570         URL to prevent their substitution with the environment variable
571         values by browsers.
573 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
575         * ps-print.el: Doc fix.
576         (ps-print-version): New version number (6.6.3).
577         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
578         Docstring fix.
579         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
580         before printing.
581         (ps-time-stamp-yyyy-mm-dd): New fun.
582         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
584 2004-03-02  Kim F. Storm  <storm@cua.dk>
586         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
588 2004-03-01  Juanma Barranquero  <lektu@terra.es>
590         * allout.el (allout-rebullet-heading): Fix typo in docstring.
592         * desktop.el (desktop-file-version)
593         (desktop-after-read-hook): Fix typos.
594         (desktop-clear-preserve-buffers): Remove redundant info in
595         docstring already shown by the obsolescence message.
596         (desktop-truncate, desktop-internal-v2s)
597         (desktop-value-to-string): Change argument name to match docstring.
599         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
601         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
602         docstring.
604 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
606         * printing.el: Replace "As Is..." in PostScript file print/preview by
607         "No Preprocessing...".  Suggested by Colin Marquardt
608         <marquardt@zmd.de>.
609         (pr-insert-section-4): Adjust buffer interface.
611 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
613         Version 2.0.39 of Tramp released.
615         * net/tramp.el (tramp-handle-file-local-copy)
616         (tramp-handle-write-region, tramp-open-connection-rsh):
617         Variable name typo.  Small change.  From Patrick Tullmann
618         <tullmann@flux.utah.edu>.
619         (tramp-process-connection-type): New variable.
620         (tramp-maybe-open-connection): Use it.
621         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
622         (tramp-touch): Set last-modified time of a remote file.
623         (tramp-handle-write-region): Say which function is used when encoding.
625 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
627         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
628         case of non-existing filename, too.  Reported by Christoph Bauer
629         <c_bauer@informatik.uni-kl.de>.
630         (tramp-smb-get-file-entries): The directory in question should
631         have permissions "drwxrwxrwx".  Just virtual, because we don't
632         know the real permissions.  Don't we know?
633         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
634         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
635         (tramp-smb-wait-for-output): Optimize algorithm getting pending
636         output.  If it was received chunkwise, there have been problems.
637         Remove the "prompt not found" error message; it is obvious.
638         Simplify algorithm.
639         (tramp-smb-process-running): Remove.  Since we acknowledge the
640         virtual prompt for shares, there's no need for distinction of
641         reading shares (process ends afterwards) and interactive mode of
642         smblient.
643         (tramp-smb-open-connection): Setting process sentinel removed.
644         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
645         "NT_STATUS_NETWORK_ACCESS_DENIED".
646         (tramp-smb-maybe-open-connection): Set `process-connection-type'
647         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
648         (top-level): Setting default value in `tramp-default-method-alist'
649         corrected.  Order of USER and HOST have been wrong.
650         Nobody complained for months ...
651         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
652         (tramp-smb-open-connection): Clear password cache if login has failed.
654         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
655         `tramp-unified-filenames'.
656         (tramp-completion-mode): Make test for XEmacs explicitely.
657         `event-to-character' can exists in Emacs packages too.
658         Reported by Matt Swift <swift@alum.mit.edu>.
659         (tramp-buffer-name): Buffer name must contain the user if exists.
660         Reported by Adrian Phillips <a.phillips@met.no>.
661         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
662         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
663         (tramp-do-copy-or-rename-file-out-of-band): Rename from
664         `tramp-do-copy-or-rename-file-one-local', because it handles also
665         the case both files use the same out-of-band method.
666         Implementation added.
667         (tramp-handle-file-local-copy, tramp-handle-write-region):
668         Out-of-band handling removed.  `copy-file' called instead, which
669         calls `tramp-do-copy-or-rename-file-out-of-band'.
670         (tramp-action-password): Check for out-of-band method removed.
671         This function is used for 'login-program.
672         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
673         appropriate.
674         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
675         and `tramp-parse-sknownhosts'.
676         (tramp-completion-function-alist): It's a defvar now, because we
677         want to apply the optimized `tramp-set-completion-function'
678         instead of a static list.
679         (tramp-set-completion-function): Implementation tuned.
680         Avoid double entries, and entries where the function or the
681         file/directory doesn't exist.
682         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
683         for SSH2.
684         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
685         (tramp-handle-dired-compress-file): New function.
686         (tramp-async-proc): New variable.
687         (tramp-handle-shell-command): Adding asynchronous processes.
688         They are far from being perfect, but it works at least for
689         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
690         (top-level): Require password.el if visible.  Should be mandatory
691         once No Gnus has found its way into (X)Emacs.
692         (tramp-read-passwd): Invoke `password-read' if available,
693         `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
694         fallback any longer.
695         (tramp-clear-passwd): New function.
696         (tramp-process-actions, tramp-process-multi-actions):
697         Clear password cache if login has failed.
699         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
700         its own module.
701         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
702         `ange-ftp-ftp-name-res'.  There could be incorrect values from
703         previous calls in case the "ftp" method is used in the Tramp file
704         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
706 2004-02-28  Richard M. Stallman  <rms@gnu.org>
708         * term.el (term-mouse-paste): Call mouse-set-point.
710         * thumbs.el: New file.
712 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
714         * ebnf-abn.el: Doc fix.
716         * ebnf-bnf.el: Doc fix.
717         (ebnf-repeat): Code fix.
719         * ebnf2ps.el: Doc fix.
720         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
722 2004-02-28  Juri Linkov  <juri@jurta.org>
724         * ffap.el (dired-at-point): Additional writability test for
725         relative directory names.
726         (dired-at-point-prompter): Treat directories as a directory, get
727         the directory component from files.
728         (ffap-string-at-point): Return string from region if region is active.
729         (ffap-file-at-point): Remove redundant code.
731 2004-02-28  Kim F. Storm  <storm@cua.dk>
733         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
734         Initialize margin area images to nil.
735         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
736         (breakpoint-enabled-bitmap-face)
737         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
738         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
739         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
740         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
741         (gdb-reset): Use gdb-remove-breakpoint-icons.
742         (gdb-put-string): Add dprop arg to specify alternative display
743         property (for setting fringe bitmap).
744         (gdb-remove-strings): Doc fix.
745         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
746         icon in fringe (if available), or else as icon or text in display
747         margin.  Creates necessary icons in breakpoint-bitmap,
748         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
749         Also make left window margin if required.
750         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
751         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
752         no longer needed.
753         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
754         gdb-put-breakpoint-icon.
755         (gdb-assembler-mode): Don't set left-margin-width here.
757 2004-02-27  Kevin Ryde  <user42@zip.com.au>
759         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
760         comma, so that it DTRT in macros.
762 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
764         * progmodes/sh-script.el (sh-shell-arg)
765         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
766         (sh-leading-keywords, sh-other-keywords): Fix custom type.
768 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
770         * faces.el (face-spec-set-match-display): Add a new attribute,
771         `min-colors'.
772         (region, highlight, secondary-selection): Use `min-colors'.
774         * custom.el (defface): Add documentation for `min-colors'.
776         * font-lock.el (font-lock-comment-face, font-lock-string-face)
777         (font-lock-keyword-face, font-lock-function-name-face)
778         (font-lock-variable-name-face, font-lock-constant-face):
779         Use `min-colors'.
781         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
783 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
785         * ebnf2ps.el: Doc fix.  For compatibility with Emacs 20, define
786         assq-delete-all if it's not defined.
787         (ebnf-generate-region): Code fix.
789         * printing.el: Doc fix.
790         (pr-version): New version number (6.7.2).
791         (pr-command): Return empty string if command is an empty string.
793 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
795         * ebnf-abn.el: New file, implements an ABNF parser.
797         * ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New arrow shapes:
798         semi-up-hollow, semi-up-full, semi-down-hollow and semi-down-full.
799         Fix a bug on productions like test = {"test"}* | ( "tt" ["test"] ).
800         Reported by Markus Dreyer <mdreyer@ix.urz.uni-heidelberg.de>.
801         (ebnf-version): New version number (4.0).
802         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
803         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
804         (ebnf-delete-style): New commands.
805         (ebnf-directory, ebnf-file): New funs.
806         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
807         (ebnf-production-name-p, ebnf-stop-on-error): New options.
808         (ebnf-syntax-alist): New var.
809         (ebnf-element-width): New fun replacing ebnf-list-width.
810         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
811         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
812         (ebnf-prologue): Adjust vars.
813         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
814         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
815         (ebnf-check-style-values, ebnf-generate-production)
816         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
817         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
818         (ebnf-token-repeat): Code fix.
820         * ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc, %right, %left
821         and %prec.  Suggested by Matthew K. Junker <junker@alum.mit.edu>.
822         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
824         * ebnf-iso.el: Doc fix.
825         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
826         (ebnf-iso-lex): Code fix.
828         * ebnf-bnf.el: Doc fix.
829         (ebnf-bnf-lex): Code fix.
831         * ebnf-otz.el: Doc fix.
833 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
835         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
836         (abbrev-prefix-mark): Doc fix.
838 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
840         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
841         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
842         (gdb-var-delete): Make interactive (really).
843         (gdb-edit-value): Make non-interactive.
845         * progmodes/gud.el (gud-speedbar-menu-items):
846         Add gdb-var-delete and, indirectly, gdb-edit-value.
847         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
848         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
849         (gud-gdb-marker-filter): Add comment for annotations.
851 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
853         * calendar/calendar.el (generate-calendar)
854         (calendar-read-date): Prevent display of BC calendars once more -
855         reverts 2003-10-01 change.
856         (generate-calendar-month): Doc fix.
858 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
860         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
861         return value of increment-calendar-month.
863 2004-02-21  Stephen Compall  <s11@member.fsf.org>
865         * saveplace.el (save-place-forget-unreadable-files)
866         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
867         (save-place-forget-unreadable-files): New function.
868         (save-place-alist-to-file): Use it to filter out files that are
869         no longer readable.
871         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
872         current Texinfo environment, using the same method as in
873         `texinfo-insert-@end', and insert a space rather than a newline if
874         point in a @table environment.
876 2004-02-21  Juri Linkov  <juri@jurta.org>
878         * ffap.el (ffap-file-at-point): Try parent directories.
880 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
882         * vcursor.el (vcursor-modifiers): New defcustom.
883         (vcursor-cs-binding): Use vcursor-modifiers instead of a
884         hard-coded list.
886 2004-02-21  Masatake YAMATO  <jet@gyve.org>
888         * play/animate.el (animate-birthday-present): Accept names other
889         than `Sarah', too.
891 2004-02-21  Juri Linkov  <juri@jurta.org>
893         * startup.el: Remove table of command line arguments from the
894         Commentary section.
896 2004-02-20  John Wiegley  <johnw@newartisans.com>
898         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
899         again" modifier from 'e' to 'E', since 'e' is also used by the
900         "file extension" modifier.
902 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
904         * help-fns.el (describe-categories): Doc fix.
906 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
908         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
909         temporary file for buffer already visiting one.  This change makes
910         output likely to be directly usable by patch program.
911         Suggested by Adrian Aichner  <adrian@xemacs.org>
913 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
915         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
916         case of variables defined in compound statements.
917         (gdb-setup-windows, gdb-source-info, gdb-source-info):
918         Simplify constructions using switch-to-buffer.
920 2004-02-19  Simon Josefsson  <jas@extundo.com>
922         * play/morse.el: Fix typo.
923         (morse-code): Add @.
925 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
927         * calendar/appt.el (appt-display-format): Change default to
928         'ignore, for backwards compatibility.
929         (appt-display-message): If appt-display-format is 'ignore,
930         respect old vars appt-msg-window and appt-visible.
931         (appt-activate): Don't depend on return value of cancel-timer.
933         * calendar/calendar.el (calendar-holidays): Doc fix.
935         * calendar/cal-coptic.el (coptic-prompt-for-date):
936         Use assoc-string instead of assoc-ignore-case.
937         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
938         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
939         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
940         * calendar/cal-islam.el (calendar-goto-islamic-date)
941         (mark-islamic-diary-entries): Ditto.
942         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
943         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
944         (calendar-read-mayan-tzolkin-date): Ditto.
945         * calendar/calendar.el (calendar-read-date): Ditto.
946         * calendar/diary-lib.el (mark-diary-entries): Ditto.
948 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
950         * progmodes/executable.el (executable-command-find-posix-p):
951         Fix choice of the directory.
953 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
955         * simple.el (interprogram-cut-function)
956         (interprogram-paste-function, kill-new, kill-append):
957         Doc fixes.
958         (kill-region): Make it return nil.  Doc fix.
959         (yank-pop): Make its argument optional.
960         (yank): Make ARG `-' equivalent to `-1'.
962 2004-02-17  Eli Zaretskii  <eliz@elta.co.il>
964         * mail/rmail.el (rmail-get-new-mail): Don't reference
965         rmail-use-spam-filter if rmail-spam-filter is not loaded.
967 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
969         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
970         if one of global-auto-revert-non-file-buffers or autorevert-mode
971         is non-nil.
973 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
975         * subr.el (delete-dups): A better implementation from Karl Heuer
976         <kwzh@gnu.org>.
978 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
980         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
981         correct place.
982         * progmodes/icon.el (icon-indent-command): Ditto.
983         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
985 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
987         * progmodes/grep.el (grep-compute-defaults): Undo change from
988         2004-01-29: don't use executable-command-find-posix-p.
990 2004-02-16  Richard Sharman  <rsharman@pobox.com>
992         * hilit-chg.el: Use require instead of eval-and-compile.
993         (highlight-compare-buffers): New function.
995 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
997         * man.el (Man-fontify-manpage): Render section headings in
998         `Man-overstrike-face' even when overstrike was not used by man
999         formatter for section headings.
1001 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
1003         * rmail-spam-filter.el: (vm-use-spam-filter)
1004         (rsf-min-region-length-added-to-spam-list): New variables.
1005         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
1006         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
1007         spam testing.  Don't delete spam message if automatic deletion
1008         after output via variable rmail-delete-after-output is turned on.
1009         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
1010         rsf-bbdb-dont-create-entries-for-spam.
1011         (check-field): New function, extracted from code in
1012         rmail-spam-filter to ease addition of header fields like content-type.
1013         (message-content-type): New variable to check the content-type:
1014         field added, also in defcustom of rsf-definitions-alist.
1015         (rmail-spam-filter): Replace repeated test code for header fields
1016         by calls to check-field; change the call to
1017         rmail-output-to-rmail-file such that rmail-current-message stays
1018         the same to avoid wrong deletion of unseen flags.
1019         (rsf-add-contents-type): New function to convert old format
1020         of rmail-spam-definitions-alist into new one.
1021         Change prefixes of all variables and functions from
1022         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
1024 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
1026         * loadhist.el (unload-hook-features-list): New defvar.
1028 2004-02-16  Dave Love  <fx@gnu.org>
1030         * loadhist.el (unload-feature): Doc fix.  Rename flist to
1031         unload-hook-features-list.
1033 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
1035         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
1036         cookie.  Don't check if we are looking-at open-formula.
1038 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1040         * subr.el (match-string-no-properties): Use substring-no-properties.
1042 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
1044         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
1045         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
1046         Use lower-case "rx" in all error message.
1048 2004-02-16  Dave Love  <fx@gnu.org>
1050         * emacs-lisp/rx.el (rx-or): Put group around result.
1051         (rx-constituents): Add backref.
1052         (rx-syntax): Add string-delimiter, comment-delimiter.
1053         (rx-categories): Add combining-diacritic.
1054         (rx-check-not, rx-greedy, rx): Doc fix.
1055         (rx-backref, rx-check-backref): New.
1057 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
1059         * newcomment.el (uncomment-region): Allow eob as comment end.
1061 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
1063         * filecache.el: All message and error commands now use prefix
1064         "Filecache:" to make it easy to read *Messages* buffer.
1066 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
1068         * autorevert.el: Add support to detect changed dired and VC buffers.
1069         (auto-revert-active-p, auto-revert-list-diff)
1070         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
1071         (auto-revert-handler, auto-revert-active-p): New functions.
1072         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
1073         and `auto-revert-active-p'.
1074         (eval-when-compile): Defvar dired-directory and vc-mode.
1075         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1076         (auto-revert-handler-vc): New functions.
1078 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
1080         * progmodes/compile.el (compilation-directory): New defvar.
1081         (compile): Save current directory in compilation-directory.
1082         (recompile): Bind default-directory to compilation-directory if
1083         that is non-nil.
1085 2004-02-16  Dave Love  <fx@gnu.org>
1087         * newcomment.el (comment-insert-comment-function)
1088         (comment-region-function, uncomment-region-function): New.
1089         (comment-indent): Use comment-insert-comment-function.
1090         (uncomment-region): Use uncomment-region-function.
1091         (comment-region): Use comment-region-function.
1093         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
1095 2004-02-16  Richard Stallman  <rms@gnu.org>
1097         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
1098         loaddefs* and ldefs-boot*.
1100 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
1102         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
1103         and email address at the beginning and end of the address.
1105         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
1106         anchored at the beginning of the email address.
1108 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
1110         * international/ccl.el (ccl-compile-write): Pass `left' to
1111         ccl-embed-code to generate correct code of write-expr-register.
1113 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
1115         * progmodes/grep.el (grep-compute-defaults): Fix typos.
1117 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1119         * x-dnd.el: Mention support for Motif in commentary.
1120         (x-dnd-handle-drag-n-drop-event): Ditto.
1122 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
1124         * ses.el: Use "ses--" prefixes for buffer-local variables.
1125         Use (point-min) instead of 1, even when we know the buffer
1126         is unnarrowed.
1127         (ses-build-load-map): Delete.  Distribute its content to defconst's for
1128         the three maps.
1129         (ses-menu, ses-header-line-menu): New menus.
1130         (ses-mode-map): Use them.
1131         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
1133 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
1135         * Makefile.in: Fix the CC Mode recompile kludge so it works
1136         when building in a different directory.
1138 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
1140         * simple.el (kill-new): Put yank-handler property on the entire string.
1142 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * diff.el: Don't use compile any more, use diff-mode instead.
1145         (diff-regexp-alist, diff-old-file, diff-new-file)
1146         (diff-parse-differences, diff-process-setup): Remove.
1147         (diff-sentinel): New fun.
1148         (diff): Use it.  Run the process ourselves.
1149         Use diff-mode for the rest of the processing.
1151         * diff.el (diff): Simplify code handling `switch'.
1153 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * pcvs-defs.el (cvs-menu): Add `tag'.
1157 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
1159         * simple.el (kill-append): Doc fix.
1161         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1162         Adapt outline-regexp to the new conventions for commenting out code.
1164 2004-02-11  John Paul Wallington  <jpw@gnu.org>
1166         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
1168 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1170         * diff.el (diff-switches): New fun.
1171         (diff, diff-backup): Use it.
1172         (diff): Clean up the args construction.  Use backquote.
1173         Use listp instead of consp to avoid putting a nil arg.
1174         (diff): Add a revert-buffer function.
1176 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1178         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
1179         handled by x-dnd-handle-file-name.
1180         (x-dnd-known-types): Add COMPOUND_TEXT.
1181         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
1182         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
1183         x-dnd-empty-state.
1184         (x-dnd-forget-drop): Ditto.
1185         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
1186         (x-dnd-handle-one-url): Return private when inserting text.
1187         (x-dnd-insert-ctext): New function.
1188         (x-dnd-handle-file-name): New function for FILE_NAME.
1189         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
1190         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
1191         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
1193 2004-02-10  Kenichi Handa  <handa@m17n.org>
1195         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
1196         instead of while loop.
1198 2004-02-10  Miles Bader  <miles@gnu.org>
1200         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
1202 2004-02-09  Kenichi Handa  <handa@m17n.org>
1204         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
1205         have end-of-line.
1207 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
1209         * Makefile.in: Added extra dependencies in the recompile target
1210         needed to cope with the compile time macro expansions in CC Mode.
1212 2004-02-09  Kim F. Storm  <storm@cua.dk>
1214         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
1215         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
1216         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
1217         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
1218         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
1219         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
1220         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
1221         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
1222         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
1223         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
1224         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
1226 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
1229         Don't allow shrink if there's a window on our right.
1231         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
1232         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
1233         Bring together declaration and initialization.
1234         (prolog-mode-variables): Don't set the syntax table.
1235         Don't set paragraph-start and comment-indent-function.
1236         Add /*..*/ to the comment regexps.
1237         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
1238         (prolog-mode-map): Don't bind TAB.
1239         (prolog-mode): Set the syntax table.
1240         (prolog-comment-indent): Remove.
1241         (inferior-prolog-mode-map): Initialize in the declaration.
1242         (inferior-prolog-mode-syntax-table)
1243         (inferior-prolog-mode-abbrev-table): New vars.
1244         (inferior-prolog-mode): Derive from comint-mode.
1245         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
1246         minibuffer windows.
1248         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
1249         in file names, as long as it is unabmiguous.
1251 2004-02-08  Andreas Schwab  <schwab@suse.de>
1253         * textmodes/reftex-toc.el
1254         (reftex-toc-load-all-files-for-promotion): Remove useless use of
1255         format.  Doc fix.
1257         * textmodes/refer.el (refer-find-entry-internal): Remove extra
1258         format string arguments.
1260         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
1261         string argument.
1263         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
1265         * play/zone.el (zone-call): Fix format string.
1267         * net/webjump.el (webjump-builtin): Add missing format string argument.
1269         * midnight.el (midnight-delay-set): Remove extra format string argument.
1271         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
1273         * hexl.el (hexl-insert-char): Add missing format string argument.
1275         * format.el (format-decode): Fix format string.
1277         * emulation/vi.el (vi-mode): Remove extra format string argument.
1278         (vi-repeat-last-search): Likewise.
1279         (vi-reverse-last-search): Likewise.
1280         (vi-goto-mark): Likewise.
1281         (vi-reverse-last-find-char): Likewise.
1282         (vi-repeat-last-find-char): Likewise.
1283         (vi-locate-def): Likewise.
1285         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
1287         * ediff-util.el (ediff-toggle-read-only): Remove extra format
1288         string argument.
1289         (ediff-toggle-regexp-match): Likewise.
1291         * dired-aux.el (dired-do-query-replace-regexp): Add missing
1292         format string argument.
1294         * calc/calc-map.el (calc-get-operator): Remove extra format
1295         string argument.
1297         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
1299         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
1300         string argument.
1302         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
1304         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
1306         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
1308         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
1309         (cl-struct-setf-expander): Likewise.
1311         * vc.el (with-vc-file): Fix unsafe uses of error.
1312         (vc-cancel-version): Likewise.
1314 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
1316         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
1317         thousands separator; fixes <class>:<line-number> regexp for
1318         non-english locales.
1320 2004-02-08  Andreas Schwab  <schwab@suse.de>
1322         * view.el (view-mode-enable): Revert previous change.
1324 2004-02-07  Kim F. Storm  <storm@cua.dk>
1326         * simple.el (line-number-at-pos): Rename from line-at-pos.
1327         Uses changed (what-line and vc-annotate-warp-version).
1329 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1331         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
1332         (diff-mode): Remove aborted attempt at support for compile.el.
1333         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
1335 2004-02-06  Andreas Schwab  <schwab@suse.de>
1337         * view.el (view-mode-enable): Add view-mode-map to
1338         minor-mode-overriding-map-alist.
1340 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1342         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
1344 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
1347         with point inside rather than after the paragraph.
1349 2004-02-04  Sam Steingold  <sds@gnu.org>
1351         * mail/smtpmail.el (smtpmail-try-auth-methods):
1352         Do not try authentication when no mechanism is available.
1353         Pass port-name as defaultport to `netrc-machine'.
1355 2004-02-04  Stephen Eglen  <stephen@gnu.org>
1357         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
1358         to show how minibuffer height can be constrained.
1360 2004-02-04  John Paul Wallington  <jpw@gnu.org>
1362         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
1364 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1366         * x-dnd.el: New file for drag and drop.
1368         * term/x-win.el: require x-dnd, set after-make-frame-functions
1369         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
1370         drag-n-drop event.
1372         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
1373         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
1374         (dired-dnd-handle-file): New functions for drag and drop support.
1375         (dired-mode): Initialize drag and drop if x-dnd present.
1377 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1379         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
1380         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
1381         (cperl-mode): Set fill-paragraph-function.
1382         (cperl-fill-paragraph): Make it non-interactive.
1384 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
1386         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
1388 2004-02-02  David Kastrup  <dak@gnu.org>
1390         * replace.el (perform-replace): Allow 'literal argument in
1391         regexp-flag to indicate literal replacement.
1392         (query-replace-regexp-eval): Use it.
1394 2004-02-01  Andreas Schwab  <schwab@suse.de>
1396         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
1398 2004-02-01  Stephen Eglen  <stephen@gnu.org>
1400         * info-look.el: Add support for maxima-mode.  Update commentary
1401         because info-lookup-symbol is now bound to C-h S.
1403 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
1405         * simple.el (edit-and-eval-command): Bind print-level and
1406         minibuffer-history-sexp-flag around call to read-from-minibuffer.
1407         Correct initial position in command-history.
1409 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
1411         * files.el (read-directory-name): Adapt the docstring to recent
1412         change in Fread_file_name.
1414 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
1416         * ses.el (ses-print-cell): If print format too wide for column
1417         width, truncate decimal places if that helps to avoid "#####" fill.
1418         * ses.el (ses-initial-column-width): Revert previous change.
1420 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
1423         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
1424         Add edebug info.
1425         (jit-lock-mode): Setup/cancel the new timer.
1426         (jit-lock-context-fontify): New fun.  Extracted from
1427         context fontification code of jit-lock-stealth-fontify.
1428         (jit-lock-stealth-fontify): Don't do context fontification any more.
1430         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
1431         (jit-lock-fontify-now): Handle the `quit' case.
1432         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
1434 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
1436         * progmodes/executable.el (executable-command-find-posix-p):
1437         New.  Check if find handles arguments Posix-style.
1439         * progmodes/grep.el (grep-compute-defaults):
1440         Use executable-command-find-posix-p.
1441         (grep-find): Check `grep-find-command'.
1443         * filecache.el (file-cache-find-posix-p): Delete.
1444         (file-cache-add-directory-using-find):
1445         Use `executable-command-find-posix-p'.
1447 2004-01-29  Dave Love  <fx@gnu.org>
1449         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1450         Iterate the hook function if arg is given.
1451         (mark-defun, narrow-to-defun): Change order of finding the limits.
1453         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
1454         (byte-compile-format-warn): New.
1455         (byte-compile-callargs-warn): Use it.
1456         (Format, message, error): Add byte-compile-format-like property.
1457         (byte-compile-maybe-guarded): New.
1458         (byte-compile-if, byte-compile-cond): Use it.
1459         (byte-compile-lambda): Compile interactive forms,
1460         just to make warnings about them.
1462 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
1464         * ses.el (ses-initial-column-width): Increase to 14, so it will
1465         work well with the default printer of "%.7g" for extreme values
1466         like "-1.234567e+07".
1468 2004-01-29  Kenichi Handa  <handa@m17n.org>
1470         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
1472 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
1474         * dos-w32.el: Added support for the `default-printer-name' function.
1476 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * server.el (server-socket-name): Don't use the hostname in the
1479         socket name since /tmp is local to the host anyway.
1481         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
1482         robust check of widening and fix var-naming.
1484 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
1486         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
1487         or rmail-spam- to rsf- in all function and variable names.
1488         (rsf-min-region-to-spam-list): New variable.
1489         (rsf-bbdb-auto-delete-spam-entries): Rename from
1490         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
1491         scanned together with the recipients field for spam testing; Don't
1492         delete spam message if rmail-delete-after-output is non-nil;
1493         (rsf-check-field): New function, extracted from code in
1494         rmail-spam-filter to ease addition of header fields like
1495         content-type:;
1496         (message-content-type): New variable.  The content-type: field was
1497         added also in defcustom of rsf-definitions-alist;
1498         (rmail-spam-filter): Replace repeated test code for header fields
1499         by calls to check-field; change the call to
1500         rmail-output-to-rmail-file such that rmail-current-message stays
1501         the same to avoid wrong deletion of unseen flags.
1502         (rmail-use-spam-filter): Add autoload cookie.
1504 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
1506         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
1507         (file-cache-add-directory-using-find): Add Cygwin support.
1508         (file-cache-find-command-posix-flag): New user variable.
1510         * filecache.el (file-cache-add-directory): Check for
1511         directories an remove them from dir-files.
1513 2004-01-27  Richard M. Stallman  <rms@gnu.org>
1515         * man.el (Man-fontify-manpage): Clean up message.
1517 2004-01-27  Kenichi Handa  <handa@m17n.org>
1519         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
1520         (sentence-end): Define using sentence-end-without-space.
1522         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
1523         a sentence ends with one of a character in sentence-end-without-space.
1525 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * font-lock.el (font-lock): Add jit-lock as explicit group member.
1528         (jit-lock): Group declaration moved to jit-lock.el.
1529         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
1530         when necessary.
1532         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
1533         (jit-lock-context-unfontify-pos): Rename from
1534         jit-lock-first-unfontify-pos.
1535         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
1537 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
1539         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
1540         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
1541         (fortran-fill): When filling a string, adjust re-search-backward
1542         argument for special case of string just on fill-column.
1543         When filling non-string, allow one extra char if
1544         fortran-break-before-delimiters is non-nil.
1545         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
1546         Use fortran-break-delimiters-re and fortran-no-break-re to
1547         correctly handle cases such as "**".
1549         * progmodes/f90.el (f90-break-delimiters): Doc fix.
1550         (f90-no-break-re): Add some extra tokens.  Doc fix.
1552 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
1554         * mail/rmail-spam-filter.el:
1555         Use two semicolons as Commentary line prefix.
1556         Add ";;; Code:" stylized comment.
1557         Delete end-of-line whitespace.
1558         Wrap (require 'cl) with `eval-when-compile'.
1560 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
1562         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
1563         at the top level of vc.el.
1565 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
1567         * vc.el (vc-current-line): Function removed.  This is now done by
1568         the new function line-at-pos in simple.el.
1569         (vc-annotate-warp-version): Use line-at-pos instead of
1570         vc-current-line.
1572 2004-01-22  Kim F. Storm  <storm@cua.dk>
1574         * simple.el (line-at-pos): New defun.
1575         (what-line): Use it.  Optimize by only counting lines in narrowed
1576         region once.
1578 2004-01-22  Kenichi Handa  <handa@m17n.org>
1580         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
1581         point (register r1) only for charset mule-unicode-0100-24ff.
1583 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1585         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
1586         trailing white space and ensure a final newline.
1588         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
1589         Add autoload cookie.
1591 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
1593         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
1594         activate view-mode explicitly.
1596 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1598         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
1599         use clipboard first.
1601 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
1604         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
1605         (vc-mcvs-cvs): Remove.
1606         (vc-mcvs-command): Remove use of assert.
1608         * outline.el (outline-insert-heading): Tighten up match.
1609         (outline-demote, outline-move-subtree-down): Don't assume anything
1610         about outline-regexp.
1612         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
1613         (texinfo-show-structure): Explicitly add ^, and simplify.
1615 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
1617         * calendar/appt.el (appt-check): Restore usage of
1618         appt-issue-message deleted in previous change.
1619         (top-level): Activate package when loaded (needed for backwards
1620         compatibility).
1622 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
1624         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
1625         following previous change to smtpmail-send-data.
1627 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
1629         * vc.el (vc-default-previous-version): Doc enhancement.
1630         (vc-default-next-version): New function.
1631         (vc-print-log): New arg FOCUS-REV.
1632         (vc-annotate-mode): Derive from view-mode.
1633         (vc-annotate): New args REVISION, DISPLAY-MODE.
1634         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
1635         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
1636         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
1637         (vc-annotate-show-diff-revision-at-line, vc-current-line)
1638         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
1640         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
1642 2004-01-19  Karl Berry  <karl@gnu.org>
1644         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
1645         or "TexInfo".
1647 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
1649         * subr.el (delete-dups): New function.
1651 2004-01-19  Karl Berry  <karl@gnu.org>
1653         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
1654         with ^, since that's what texinfo-show-structure
1655         documentation says (plus it works much better in texinfo.txi).
1657 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
1659         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
1661 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
1663         * progmodes/which-func.el (which-function-mode): Don't cancel
1664         which-func-update-timer if not set.
1666 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
1668         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
1669         Remove spurious left square bracket in XX:XXam regexp.
1671 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
1673         * progmodes/cc-defs.el: Do not require cl at run time.
1675 2004-01-16  Richard M. Stallman  <rms@gnu.org>
1677         * emacs-lisp/cl.el (cl-cannot-unload): New function.
1678         (cl-unload-hook): Defvar this to run cl-cannot-unload.
1680         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
1681         Call rmail-spam-filter.  Delete and expunge spam.
1682         Print number of spam messages deleted.
1683         Save and restore the deletion status of old messages when reading
1684         new mail with spam filter, so that expunging spam does not expunge
1685         msgs deleted by the user.
1686         (rmail-only-expunge): Add an optional argument dont-show to
1687         prevent showing message after expunge.
1689 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
1691         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
1692         * subr.el (declare): New macro.
1694 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
1696         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
1698 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1700         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1701         Test window-system rather than system-type (for X11/Mac).
1703 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
1705         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
1707 2004-01-12  Richard M. Stallman  <rms@gnu.org>
1709         * mail/rmail.el (rmail-convert-to-babyl-format):
1710         Use mail-unquote-printable-region.
1711         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
1712         (rmail-hex-char-to-integer): Functions deleted.
1714         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
1715         (mail-unquote-printable-region): New arg NOERROR.
1716         For invalid encoding, either signal an error to just return nil.
1718 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1720         * calendar/appt.el: Update copyright and commentary.
1721         (appt-issue-message): Make obsolete.
1722         (appt-visible, appt-msg-window): Make obsolete, in favour of
1723         appt-display-format.
1724         (appt-display-mode-line, appt-display-duration)
1725         (appt-display-diary, appt-time-msg-list, appt-mode-string)
1726         (appt-prev-comp-time, appt-display-count, appt-timer)
1727         (appt-convert-time): Doc change.
1728         (appt-disp-window-function, appt-delete-window-function):
1729         Use defcustom rather than defvar.
1730         (appt-display-format): New variable.
1731         (appt-display-message): New function with display code from appt-check.
1732         (appt-check): Add optional FORCE argument.  Doc change.
1733         Add appt-make-list to diary-hook if displaying diary.
1734         Remove checking of view-diary-entries-initially.
1735         Message display section removed to new function appt-display-message.
1736         (appt-display-window): Doc change.  Remove unused internal var
1737         this-buffer.  Do not beep, since appt-display-message does that.
1738         (appt-make-list): Doc change.  Use caar.
1739         (appt-sort-list): Simplify by using builtin sort function.
1740         (appt-update-list): New function for updating appts when diary is
1741         saved.
1742         (appt-activate): New autoloaded function to toggle package
1743         functionality.
1745         * calendar/cal-x.el: (calendar-one-frame-setup)
1746         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
1748         * calendar/calendar.el: Update copyright.
1749         (view-diary-entries-initially, european-calendar-style): Doc change.
1750         (calendar-setup): Make defcustom rather than defvar.
1751         (mark-visible-calendar-date): Initialize temp-face and faceinfo
1752         in let binding so local to function.
1754         * calendar/diary-lib.el: Update copyright.
1755         (diary, diary-entry-time): Doc change.
1756         (list-diary-entries): Doc change.  Trivial logic change.
1757         (fancy-diary-display): Restore make-face command mistakenly
1758         deleted 2003-05-08.
1759         (show-all-diary-entries): Allow to pop-up frame if needed.
1761 2004-01-09  John Paul Wallington  <jpw@gnu.org>
1763         * bindings.el (mode-line-change-eol): Add EVENT parameter.
1764         Temporarily select EVENT's window for changing eol type.
1766 2004-01-09  Deepak Goel  <deego@gnufans.org>
1768         * calendar/diary-lib.el (diary-entry-time):
1769         Also accept time in the form XX[.XX][am/pm/AM/PM].
1770         (fancy-diary-font-lock-keywords): Likewise.
1771         (diary-font-lock-keywords): Likewise.
1772         * calendar/appt.el (appt-add): Likewise.
1773         (appt-make-list): Likewise.
1774         (appt-convert-time): Likewise.
1776 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
1778         * gdb-ui.el (gdb-ann3): Revert previous change.
1779         (gdb-source-info): Allow for case of where compilation directory
1780         is not recorded.
1782 2004-01-08  John Paul Wallington  <jpw@gnu.org>
1784         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
1786 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
1788         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
1790         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
1791         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
1792         problems.
1793         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
1795 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
1797         * files.el (write-file-functions, write-contents-functions):
1798         Clarify docstrings.
1800 2004-01-07  Kenichi Handa  <handa@m17n.org>
1802         * international/mule.el (set-auto-coding): Fix for the case that
1803         end-of-line is only CR.
1805 2004-01-07  Kim F. Storm  <storm@cua.dk>
1807         * subr.el (event-start, event-end): Doc fix.
1808         (posn-string, posn-image): New defuns.
1809         (posn-object): Return either image or string object.
1810         (posn-object-x-y): Return 8th element of position.
1811         (posn-object-width-height): New defun.
1813 2004-01-06  Andreas Schwab  <schwab@suse.de>
1815         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
1816         output.
1818 2004-01-05  Karl Berry  <karl@gnu.org>
1820         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
1821         / and *, too.
1823 2003-12-31  Simon Josefsson  <jas@extundo.com>
1825         * files.el (before-save-hook): Add.
1826         (basic-save-buffer): Use before-save-hook.
1828         * emacs-lisp/copyright.el: Fix comment to recommend
1829         before-save-hook instead of write-file-functions.
1831 2004-01-05  Richard M. Stallman  <rms@gnu.org>
1833         * finder.el (finder-commentary): Call delete-other-windows.
1835         * net/ange-ftp.el (ange-ftp-file-attributes):
1836         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
1838 2004-01-04  Karl Berry  <karl@gnu.org>
1840         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
1841         comment characters % and # in the copyright year notice,
1842         as well as ;.
1844 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
1846         * wid-edit.el (default): Define dummy :value-delete.
1847         Reported by Jesper Harder <harder@ifa.au.dk>.
1849 2004-01-03  Richard M. Stallman  <rms@gnu.org>
1851         * progmodes/compile.el (compile-internal): Use point, not point-min,
1852         for set-window-point.
1854         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
1856         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
1858         * progmodes/grep.el (grep-mode-map):
1859         Don't remap next-line, previous-line.
1861 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
1863         * speedbar.el (speedbar-edit-line): Change regexp to position
1864         the cursor on the first character of this line's button.
1866 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1868         * subr.el (functionp): Doc fix.
1870 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1872         * progmodes/idlwave.el (idlwave-make-tags):
1873         * textmodes/flyspell.el (flyspell-large-region):.
1874         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
1875         * emulation/viper-util.el (viper-glob-unix-files):
1876         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
1877         * man.el (Man-init-defvars):
1878         * jka-compr.el (jka-compr-call-process):
1879         * files.el (get-free-disk-space,insert-directory):
1880         * ediff-ptch.el (ediff-test-patch-utility):
1881         * ediff-diff.el (ediff-test-utility):
1882         * dired-aux.el (dired-check-process):
1883         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
1884         test the return value of call-process, because it can be a string.
1886 2003-12-31  John Paul Wallington  <jpw@gnu.org>
1888         * bindings.el (completion-ignored-extensions): Add .pfsl.
1890 2003-12-31  Kim F. Storm  <storm@cua.dk>
1892         * ido.el (ido-nonreadable-directory-p): New defun to check for
1893         nonreadable directory without activating tramp (to avoid problems
1894         with checking incomplete tramp paths).
1895         (ido-set-current-directory, ido-file-internal)
1896         (ido-file-name-all-completions1): Use it.
1898 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1900         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
1901         documentation if the anchor (or node) name is preceded by `info
1902         anchor' or `Info anchor' in addition to earlier `info node' and
1903         `Info node'.
1904         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
1906 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
1908         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
1909         error in arguments to base64-decode-region.  Remove ^M characters
1910         after decoding base64.
1912 2003-12-30  Simon Josefsson  <jas@extundo.com>
1914         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
1915         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
1916         have only been distributed with Emacs for some years.
1917         (texinfo-mode-hook): Customize.
1919 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
1921         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
1922         cleaner (suggested by Richard Stallman).
1924         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
1925         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
1926         file-name clashes on 8+3 DOS filesystems.
1928         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
1929         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
1930         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
1931         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
1932         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
1933         file-name clashes on 8+3 filesystems.
1935         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
1936         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
1937         file-name clashes on 8+3 DOS filesystems.
1939 2003-12-29  Richard M. Stallman  <rms@gnu.org>
1941         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
1942         Upcase the character.
1944         * textmodes/flyspell.el (mail-mode-flyspell-verify):
1945         Search for header separator alone on a line, literally,
1946         and search for it backward, not forward.
1947         (flyspell-abbrev-table): Always use global-abbrev-table
1948         if there is no local one.
1950         * progmodes/sh-script.el (sh-get-indent-info):
1951         Don't move point back if at bob.
1953         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
1955         * play/handwrite.el (handwrite): Make the handwrite credit message
1956         a comment rather than an output command.
1958         * obsolete/sc.el: Display message that this file is obsolete.
1960         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
1962         * mail/rfc822.el (rfc822-address-start): Declare variable.
1963         Renamed from address-start.  All uses changed.
1965         * term.el (term-exec): Set up sentinel.
1966         (term-sentinel): New function.
1967         (term-handle-exit): New function.
1969         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1970         Use assoc-string, and mark them obsolete.
1971         (delay-mode-hooks): Mark as permanent local.
1973         * simple.el (sendmail-user-agent-compose): Use assoc-string.
1975         * register.el (copy-rectangle-to-register): Doc fix.
1977         * info.el (Info-insert-dir): Use assoc-string.
1979         * info-look.el (info-lookup): Use assoc-string.
1981         * frame.el (pop-up-frame-function): Use quote, not `function'.
1982         (frame-notice-user-settings): Calculate ADJUSTED-TOP
1983         copying with lists as coordinate values.
1985         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
1987         * find-dired.el (kill-find): New command.
1988         (find-dired): Make buffer read-only.
1989         Set up a keymap with C-c C-k running kill-find.
1990         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
1992         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
1994         * filecache.el (file-cache-ignore-case): New variable.
1995         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
1997         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
1998         (comint-dynamic-complete-as-filename): Rename local vars.
1999         (comint-dynamic-list-filename-completions): Likewise.
2001         * comint.el (comint-dynamic-list-completions-config): New var.
2002         (comint-dynamic-list-completions): Handle both SPC and TAB right.
2004         * comint.el (comint-file-name-chars): Add [].
2005         (comint-word): Use skip-chars-backward, not search.
2007         * shell.el (shell-file-name-chars): Add [].
2009         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
2011         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
2013         * generic.el (define-generic-mode): Doc fix.
2015 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
2017         * files.el (kill-some-buffers): Doc fix.
2019 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
2021         * comint.el (comint-watch-for-password-prompt): Pass `string' as
2022         arg to send-invisible
2023         (send-invisible): Doc fix.  The argument is now a prompt, not the
2024         string to send.
2025         (comint-read-noecho): Doc fix.
2027 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
2029         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
2030         "@", as required by some ISP hosting service.  Fix defcustom
2031         argument syntax errors that prevented use of customization.
2033 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
2035         * xml.el (xml-get-attribute-or-nil): Doc fix.
2037 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
2039         * net/zone-mode.el (zone-mode): Use write-file-functions, not
2040         write-file-hooks.
2042 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2044         * autorevert.el (auto-revert-interval): Doc fix.
2046 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
2048         * xml.el (xml-get-attribute-or-nil): New function, like
2049         xml-get-attribute, but returns nil if the attribute was not found.
2050         (xml-get-attribute): Convert to defsubst, uses
2051         xml-get-attribute-or-nil.
2053 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
2055         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2057 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
2059         * custom.el (custom-declare-theme): Use `value' when putting
2060         properties on `theme'.
2062 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2064         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
2065         for each yank-handler segment.
2066         (insert-for-yank-1): New function, with the body of the previous
2067         insert-for-yank.
2069         * textmodes/table.el (table-yank-handler): New defcustom.
2070         (table--put-cell-indicator-property): Put yank-handler property
2071         that indicates the yank handler for the table cell.
2073 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2075         * generic-x.el (etc-modules-conf-generic-mode): A more complete
2076         set of keywords.
2078 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
2080         * international/mule-cmds.el (reset-language-environment)
2081         (set-language-environment): Don't invoke fontset-related functions
2082         if fontset-list is not fboundp.
2084 2003-12-29  Kenichi Handa  <handa@m17n.org>
2086         * international/mule-cmds.el (reset-language-environment):
2087         Call set-overriding-fontspec-internal with nil.
2088         (set-language-environment): Call set-overriding-fontspec-internal
2089         if the language environment specify `overriding-fontspec'.
2090         (language-info-alist): Doc added.
2092         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
2093         characters of mule-unicode-0100-24ff.
2094         (ccl-encode-windows-1251-font): New CCL program.
2095         ("Bulgarian"): Specify overriding-fontspec.
2096         ("Belarusian"): Likewise.
2098 2003-12-28  Sam Steingold  <sds@gnu.org>
2100         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
2101         parameter ID-FORMAT to conform with the 2003-11-30 patch.
2103 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
2105         * progmodes/gud.el (gud-gdb-command-name): Set default to
2106         "gdb --annotate=3".
2107         (gud-gdb-marker-filter): Look out for annotations.
2108         (gdb-first-pre-prompt): New variable.
2109         Remove trailing white space.
2111         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
2112         if necessary.
2113         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
2114         annotations are detected.
2115         (gud-gdba-marker-filter): Use global variable gud-marker-acc
2116         instead of a local one to allow transition from
2117         gud-gdb-marker-filter.
2118         Remove trailing white space.
2120 2003-12-27  Kim F. Storm  <storm@cua.dk>
2122         * ido.el: Handle non-readable directories.
2123         (ido-decorations): Add 9th element for non-readable directory.
2124         (ido-directory-nonreadable): New dynamic var.
2125         (ido-set-current-directory): Set it.
2126         (ido-read-buffer, ido-file-internal):
2127         (ido-read-file-name, ido-read-directory-name): Let-bind it.
2128         (ido-file-name-all-completions1): Return empty list for
2129         non-readable directory.
2130         (ido-exhibit): Print [Not readable] if directory is not readable.
2131         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
2132         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
2133         Use it.
2135 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
2137         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
2138         calls to directory-files-and-attributes and file-attributes.
2139         (ls-lisp-format): Remove system dependent handling of user and
2140         group id's.
2142 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
2144         * ffap.el (ffap-read-file-or-url): Revert previous change.
2146 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
2148         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
2149         new list of included files called `files-with-node-lines', that
2150         only have node lines.  This way @include commands can include any
2151         file, such as version and update files without node lines, not
2152         just files that are chapters.
2154 2003-12-25  Andreas Schwab  <schwab@suse.de>
2156         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
2157         file not found.
2159 2003-12-08  Miles Bader  <miles@gnu.org>
2161         * dired.el (dired-between-files): Always use dired-move-to-filename,
2162         which is more robust in non-english locales.
2164 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2166         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
2168 2003-12-24  Andreas Schwab  <schwab@suse.de>
2170         * shell.el (shell-file-name-quote-list): Add backslash.
2172         * comint.el (comint-quote-filename): Correctly handle backslash
2173         in comint-file-name-quote-list.
2175 2003-12-24  Kenichi Handa  <handa@m17n.org>
2177         * international/mule-cmds.el (set-default-coding-systems):
2178         Call ucs-set-table-for-input for all buffers that don't have local
2179         value of buffer-file-coding-system.
2181         * international/ucs-tables.el (ucs-set-table-for-input):
2182         If translation-table-for-encode is a symbol, get its
2183         translation-table property.
2185 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
2187         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
2188         to `completing-read' on a recently fixed bug.
2190         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
2191         instead of SPACE, to get the list of possible fringe modes.
2192         SPACE only works if both `partial-completion-mode' and
2193         `completion-auto-help' are nil.
2195         * complete.el (PC-is-complete-p): Delete.
2196         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
2197         calls to `test-completion'.
2199 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
2201         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
2202         to edit values when there are no children.
2204         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
2205         a mode called "Assembler" already exists.
2206         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
2207         (gud-watch): Use format option. Remove font properties from string.
2208         (gdb-var-create-handler, gdb-var-list-children-handler):
2209         Don't bother about properties as there are none.
2210         (gdb-var-create-handler, gdb-var-list-children-handler)
2211         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
2212         with two arguments.
2213         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
2214         Let speedbar show value changes with a different font.
2215         (gdb-edit-value): New defun.
2216         (gdb-clear-partial-output, gdb-clear-inferior-io)
2217         (def-gdb-auto-update-handler): Use erase-buffer.
2218         (gdb-frame-handler): Display watch expressions in
2219         FUNCTION::VARIABLE format if required.
2221 2003-12-23  John Paul Wallington  <jpw@gnu.org>
2223         * info.el (Info-unescape-quotes, Info-split-parameter-string)
2224         (Info-goto-emacs-command-node): Doc fixes.
2226 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
2228         * cus-edit.el (custom-add-parent-links): Define "many".
2230 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2232         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
2233         (widget-child-validate, widget-type-value-create)
2234         (widget-type-default-get, widget-type-match): New functions.
2235         (lazy): New widget.
2236         (menu-choice, checklist, radio-button-choice, editable-list)
2237         (group, documentation-string): Remove redundant (per 2003-10-25
2238         change) calls to `widget-children-value-delete'.
2239         (widget-choice-value-get, widget-choice-value-inline): Remove.
2240         (menu-choice): Update widget.
2242 2003-12-03  Kenichi Handa  <handa@m17n.org>
2244         * language/cyrillic.el: Register "microsoft-cp1251" in
2245         ctext-non-standard-encodings-alist.
2246         ("Bulgarian"): Add ctext-non-standard-encodings.
2247         ("Belarusian"): Likewise.
2249         * international/mule-conf.el (compound-text-with-extensions):
2250         Change the type to 2 (iso-2022 base).
2252         * international/mule.el (ctext-non-standard-encodings-alist):
2253         Change the format.
2254         (ctext-non-standard-encodings): New variable.
2255         (ctext-post-read-conversion): Fully re-written.
2256         (ctext-non-standard-designations-alist): Delete it.
2257         (ctext-non-standard-encodings-table): New function.
2258         (ctext-pre-write-conversion): Fully re-written.
2260 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
2262         * cus-edit.el (custom-add-parent-links): Add documentation links
2263         for parent, if the item has none of its own.
2265 2003-11-30  Richard M. Stallman  <rms@gnu.org>
2267         * dired-aux.el (dired-do-query-replace-regexp):
2268         Report files visited read-only.
2270 2003-11-30  Juri Linkov  <juri@jurta.org>
2272         * dired-aux.el (dired-compare-directories): New command.
2273         (dired-file-set-difference, dired-files-attributes): New functions.
2275 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
2276         Version 2.0.38 of Tramp released.
2278         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
2279         Charles Curley <charlescurley@charlescurley.com>.
2280         (tramp-multi-connection-function-alist): Add ssht entry which adds
2281         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
2282         Aichner.
2283         (tramp-get-method-parameter): New function to retrieve a method
2284         parameter.  This allows for omission of method parameters.
2285         Callers adjusted.
2287 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
2289         * net/tramp.el: Add new optional parameter ID-FORMAT to
2290         `file-attributes'.  Calls of `file-attributes' won't use this
2291         parameter for backward compatibility reasons.
2292         (tramp-perl-file-attributes): Add a new parameter to Perl script
2293         in order to handle uid/gid as strings, if desired.
2294         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
2295         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
2296         order to make the function more general.
2297         (tramp-handle-file-attributes): Replace proprietary optional
2298         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
2299         (tramp-handle-file-attributes-with-perl): Handle parameter
2300         NONNUMERIC if set. This wasn't done in the past.
2301         (tramp-post-connection): Apply second parameter "$2" if
2302         `tramp-remote-perl' is called.
2304         * net/tramp-smb.el (tramp-smb-handle-delete-file):
2305         Correct cut'n'waste error (`filename' instead of `directory').
2306         (tramp-smb-handle-directory-files-and-attributes)
2307         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
2308         introduced parameter ID-FORMAT.
2309         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
2310         error (`directory' instead of `ldir').
2312         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
2313         `file-attributes' has a second parameter.  If yes, apply it with
2314         value "'integer".  Otherwise, don't use that parameter (default is
2315         integer format).
2317 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
2319         * help.el (help-map): Bind `display-local-help' to `C-h .'.
2320         (help-for-help): Add `C-h .' to the listed Help options.
2321         Remove trailing whitespace.
2323         * help-at-pt.el: New file.
2325 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
2327         * subr.el (noreturn, 1value): New macros for test coverage.
2328         See `testcover.el'.
2330         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
2332         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
2333         for macro `1value'.
2334         (testcover-1value): New function.  Checks that a 1value form
2335         actually returns only one value.  Requested by RMS.
2337 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
2339         * gdb-ui.el (gud-watch, gdb-var-create-handler)
2340         (gdb-var-list-children, gdb-var-list-children-handler)
2341         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
2342         gdb commands that use mi to keep them out of the command history.
2344 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2346         * cus-start.el (all): Add use-file-dialog.
2348 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
2352 2003-11-27  Kim F. Storm  <storm@cua.dk>
2354         * subr.el (posn-object-x-y): New defun.
2356 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
2359         Don't use `space' for \\\n.
2360         Be more selective as to which # are comment-starters.
2362 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
2364         * subr.el (number-sequence): Improve handling of floating point
2365         arguments (suggested by Kim Storm).  Allow negative arguments.
2367 2003-11-26  Kenichi Handa  <handa@m17n.org>
2369         * international/mule-cmds.el (standard-display-european-internal):
2370         Cancel the standard-display-table setting for ` and '.
2372 2003-11-26  Kim F. Storm  <storm@cua.dk>
2374         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
2375         New defcustoms to add ffap-like functionality to ido.
2376         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
2377         (ido-no-final-slash): New defun.
2378         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
2379         (ido-read-file-name): ): Toggle VC checking via
2380         vc-handled-backends instead of vc-master-templates.
2381         (ido-file-internal): Handle ido-use-url-at-point and
2382         ido-use-filename-at-point via code borrowed from ffap-guesser.
2383         Handle new ido-exit code ffap.
2384         (ido-sort-list): Ignore final slash when sorting file names.
2386 2003-11-25  Kim F. Storm  <storm@cua.dk>
2388         * emulation/cua-base.el (cua--standard-movement-commands):
2389         Add forward-sentence and backward-sentence.
2391 2003-11-25  Stephen Eglen  <stephen@gnu.org>
2393         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
2394         iswitchb-exit is set to 'usefirst when user selects buffer at head
2395         of list using RET.  (Selecting buffers at the head of the list was
2396         broken if the substring was also a complete buffername.)
2398 2003-11-23  Kim F. Storm  <storm@cua.dk>
2400         * progmodes/compile.el (grep-command, grep-use-null-device)
2401         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
2402         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
2403         (grep-regexp-alist, grep-program, find-program)
2404         (grep-find-use-xargs, grep-history, grep-find-history)
2405         (grep-process-setup, grep-compute-defaults)
2406         (grep-default-command, grep, grep-tag-default, grep-find)
2407         (grep-expand-command-macros, grep-tree-last-regexp)
2408         (grep-tree-last-files, grep-tree): Move grep variables, functions
2409         and commands to new file grep.el.
2410         (compilation-mode-map): Remove grep commands from Compile sub-menu.
2411         (compilation-process-setup-function): Doc fix.
2412         (compilation-highlight-regexp, compilation-highlight-overlay): New
2413         defvars used for highlighting current compile error in source buffer.
2414         (compile-internal): New optional args HIGHLIGHT-REGEXP and
2415         LOCAL-MAP which overrides compilation-highlight-regexp and
2416         compilation-mode-map for this compilation.
2417         Delay calling compilation-set-window-height until after running
2418         compilation-process-setup-function so it can buffer-local override
2419         compilation-window-height.
2420         Check buffer-local value of compilation-scroll-output.
2421         (compilation-set-window-height): Use buffer-local value of
2422         compilation-window-height.
2423         (compilation-revert-buffer): Don't pass (undefined)
2424         preserve-modes arg to revert-buffer.
2425         (next-error-no-select, previous-error-no-select): New commands.
2426         (compilation-goto-locus): Temporarily highlight current match in
2427         source buffer using compilation-highlight-regexp.
2429         * progmodes/grep.el: New file with grep code from compile.el.
2430         (grep): New defcustom group.
2431         (grep-window-height): New defcustom, like compilation-window-height.
2432         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
2433         (grep-scroll-output): New defcustom, like compilation-scroll-output.
2434         (grep-command, grep-use-null-device, grep-find-command)
2435         (grep-tree-files-aliases, grep-tree-ignore-case)
2436         (grep-tree-ignore-CVS-directories): Move to grep custom group.
2437         (grep-setup-hook): New hook variable.
2438         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
2439         (grep-last-buffer): New defvar, override compilation-last-buffer.
2440         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
2441         Call compile-internal with args highlight-regexp and grep-mode-map.
2443 2003-11-23  Kim F. Storm  <storm@cua.dk>
2445         * subr.el (event-start, event-end): Doc fix.
2446         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
2447         (posn-area, posn-actual-col-row, posn-object): New defuns.
2448         (posn-col-row): Simplify doc.  Rewrite to use cond.
2449         (posn-point): Also return buffer position for events outside text
2450         area (that info is now present in the event position).
2452         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
2453         mouse-set-point so that hscroll still works now that clicks on
2454         fringes generate specific mouse events.
2455         (mouse-set-point): Note that it now works in fringes and margins
2456         too due to new semantics of posn-point in fringes and margins.
2458         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
2459         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
2461 2003-11-20  Kim F. Storm  <storm@cua.dk>
2463         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
2464         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
2465         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
2466         to 100 for icons to avoid increasing line height when shown.
2468 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2470         * newcomment.el (comment-normalize-vars): Initialize properly if
2471         comment-start was nil.
2473 2003-11-19  Andreas Schwab  <schwab@suse.de>
2475         * simple.el (set-variable): Fix indentation.
2477 2003-11-17  Kenichi Handa  <handa@m17n.org>
2479         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
2480         Fix docstring.
2482 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2484         * international/latin1-disp.el (latin1-display): Fix docstring.
2486 2003-11-16  John Wiegley  <johnw@newartisans.com>
2488         * eshell/em-ls.el (eshell-ls-file): There are times with
2489         size-width is nil and uncomputed (when directories are created in
2490         dired, for example); in this case, 4 is reasonable default value,
2491         although it may caused skewed new entries (which could be avoided
2492         by returning the original value of 8 in all cases, but 99% of the
2493         time this is a waste of whitespace).
2495 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2497         * cc-engine.el (c-guess-continued-construct)
2498         (c-guess-basic-syntax): Check a little more carefully if it's a
2499         function declaration when an unknown construct followed by a block
2500         is found inside a statement context.  This avoids macros followed
2501         by blocks to be taken as function declarations.
2503         (c-guess-continued-construct): Change the analysis of a statement
2504         continuation with a brace open to `substatement-block', for
2505         consistency with recognized statements.
2507         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
2508         start is in a position so that `c-beginning-of-statement-1' jumped
2509         to the beginning of the same statement.
2511         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
2512         Don't accept binary operators in the arglist if we're in a function
2513         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
2514         template recognition in cases like "if (a < b || c > d)".
2516         (c-restricted-<>-arglists): New more appropriate name for
2517         `c-disallow-comma-in-<>-arglists'.
2519         Accessing functions updated for the variable name change.
2521         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
2522         match data could get clobbered if NOT-INSIDE-TOKEN is used.
2524         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
2525         labels.
2527         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
2528         instead of duplicating parts of it.  This fixes bogus label
2529         recognition.
2531         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
2532         of checking the context in which to apply the minimum indentation,
2533         so that it isn't enforced in e.g. namespace blocks.
2535         * cc-vars.el (c-inside-block-syms): New constant used by
2536         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
2537         to somewhat reduce the risk of becoming stale.
2539         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
2540         cc-cmds to cc-engine to allow use from cc-align.
2542         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
2543         qualified identifiers containing "::".
2545         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
2546         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
2548         * cc-vars.el (c-emacs-features): Use a space in front of the name
2549         of the temporary buffer.  That also avoids dumping problems in
2550         XEmacs due to undo info being left around after the buffer is killed.
2552         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
2553         arglist to see if it's a K&R style declaration.
2555         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
2556         before returning `knr-argdecl-intro'.
2558 2003-11-16  John Wiegley  <johnw@newartisans.com>
2560         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
2561         field in a long-listing always 8 characters, use `size-width',
2562         which has already been computed.
2564 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
2566         * subr.el (minor-mode-list): Add `hs-minor-mode'.
2568 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
2570         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
2571         Support operation while narrowed, with `diff-restrict-view'.
2573 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
2575         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2576         Take additional optional arg NARROWFUN.  For the generated functions:
2577         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
2578         include frags that arrange to check for and save narrowing state before
2579         the move and then conditionally call NARROWFUN after the move.
2581 2003-11-14  John Wiegley  <johnw@newartisans.com>
2583         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
2584         that was optional, but obviously missing based on surrounding code.
2586         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
2587         string arguments to numbers unless the whole argument was seen as
2588         a number.
2590 2003-11-14  Kenichi Handa  <handa@m17n.org>
2592         * international/mule.el (ctext-non-standard-encodings-alist):
2593         Fix coding systems.
2595 2003-11-10  Kenichi Handa  <handa@m17n.org>
2597         * language/kannada.el ("Kannada"): Add sample-text.
2599         * language/knd-util.el (kannada-compose-region)
2600         (kannada-compose-string, kannada-post-read-conversion):
2601         Add autoload cookie.
2603         * international/quail.el (quail-completion): Change the message
2604         "corresponding translations" to "corresponding characters".
2606 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2608         * descr-text.el (describe-char): Fix typo.
2610 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
2612         These changes are to support Kannada language/script.
2614         * Makefile.in (DONTCOMPILE): Add kannada.el.
2616         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
2618         * loadup.el: Preload kannada.el.
2620         * language/ind-util.el (ucs-kannada-to-is13194-alist)
2621         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
2622         New variables.
2624         * language/kannada.el: New file.
2626         * language/knd-util.el: New file.
2628 2003-11-07  Andreas Schwab  <schwab@suse.de>
2630         * progmodes/autoconf.el (autoconf-font-lock-keywords):
2631         Also highlight AH_*.
2633         * xml.el (xml-parse-dtd): Fix misplaced paren.
2635 2003-11-07  Kenichi Handa  <handa@m17n.org>
2637         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
2639 2003-11-05  Juri Linkov  <juri@jurta.org>
2641         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
2642         (desktop-buffer-file): Use saved buffer-file-coding-system
2643         for file reading.  Set auto-insert to nil to prevent automatic
2644         insertion into restored empty files.
2646 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
2648         * files.el (risky-local-variable-p): Make second argument optional.
2650 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2652         * subr.el (add-hook): Fix last change.
2654 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
2656         * mail/rmail.el (rmail-convert-to-babyl-format):
2657         If base64-decode-region signals an error, catch it and silently
2658         ignore it.
2660 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
2662         * xml.el (xml-parse-region): Allow comments to appear after the
2663         topmost element has closed.
2664         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
2665         (xml-ns-expand-attr): New functions to do namespace handling.
2666         (xml-intern-attrlist): Back-compatible handling of attribute names.
2667         (xml-parse-tag): Move namespace handling to separate functions.
2668         Now produces elements in the form ((:ns . "element") (attr-list)
2669         children) instead of ('ns:element (attr-list) children).
2670         (xml-parse-attlist): Fix attribute parsing.
2671         (xml-parse-dtd): Change parsing so that it produces strings
2672         instead of interned symbols.
2674 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
2676         * dired.el (dired-ls-sorting-switches): Doc fix.
2678 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
2680         * emacs-lisp/rx.el (rx-or): Fix the case of
2681         "(rx (and ?a (or ?b ?c) ?d))".
2683 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
2685         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
2686         (texinfo-format-region): Use it.
2687         (texinfo-format-buffer-1): Ditto.
2689 2003-11-01  Alan Mackenzie  <acm@muc.de>
2691         Changes to allow scrolling whilst in isearch mode:
2692         * isearch.el (isearch-unread-key-sequence): New function,
2693         extracted from isearch-other-meta-char.
2694         (top level): (put 'foo 'isearch-scroll) on all Emacs's
2695         "scrollable" standard functions.
2696         (isearch-allow-scroll): New customizable variable.
2697         (isearch-string-out-of-window, isearch-back-into-window)
2698         (isearch-reread-key-sequence-naturally)
2699         (isearch-lookup-scroll-key): New functions.
2700         (isearch-other-meta-char): Doc string and functionality enhanced.
2701         Now accepts a prefix argument.
2702         (isearch-lazy-highlight-window-end): New variable.
2703         (isearch-lazy-highlight-new-loop): Pay attention to the window's
2704         end (thru isearch-lazy-highlight-window-end), not only its start.
2706         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
2707         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
2708         (universal-argument, universal-argument-more, negative-argument)
2709         (digit-argument, universal-argument-other-key): Minor changes.
2711 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
2713         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
2714         recursively if the last message is deleted, thus avoiding an
2715         infinite loop.
2717 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2719         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
2720         (tex-main-file): Don't add .tex if the extension is already present.
2721         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
2723 2003-10-29  Lute Kamstra  <lute@gnu.org>
2725         * progmodes/octave-inf.el (inferior-octave-prompt):
2726         Recognize version number in prompt.
2728 2003-10-28  Dave Love  <fx@gnu.org>
2730         * international/characters.el: Fix some Unicode ranges.
2732 2003-10-28  Kenichi Handa  <handa@m17n.org>
2734         * disp-table.el (standard-display-8bit)
2735         (standard-display-default, standard-display-ascii)
2736         (standard-display-g1, standard-display-graphic)
2737         (standard-display-underline): Assure that standard-display-table
2738         is a display table.
2740 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2742         * simple.el (reindent-then-newline-and-indent): Delete space *after*
2743         reindenting the first line.
2745 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
2747         * wid-edit.el (widget-default-delete): Always delete child widgets.
2749 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2751         * newcomment.el (comment-indent): Don't call indent-according-to-mode
2752         if the line has code.
2753         Don't try to line up with something that's too far left.
2755         * progmodes/octave-mod.el (octave-comment-start): Simplify.
2756         (octave-mode-syntax-table): Add % as a comment starter.
2757         (octave-point): Remove.
2758         (octave-in-comment-p, octave-in-string-p)
2759         (octave-not-in-string-or-comment-p, calculate-octave-indent)
2760         (octave-blink-matching-block-open, octave-auto-fill):
2761         Use line-(beginning|end)-position instead.
2763 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2765         * emacs-lisp/authors.el (authors-aliases): Add correct realname
2766         for Francesco Potort\e,Al\e(B.
2768 2003-10-23  Dave Love  <fx@gnu.org>
2770         * international/mule-cmds.el (locale-charset-to-coding-system):
2771         Don't rely on nil being a coding system.
2773         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
2774         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
2775         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
2777 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
2779         * gdb-ui.el (gdb-current-language): New variable.
2780         (gdb-update-flag): Remove variable.
2781         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
2782         (gdb-take-last-elt): Remove function.
2783         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
2784         (gdb-post-prompt): Check for variable object changes here.
2786         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
2787         object changes in gdb-ui.el.
2789 2003-10-21  Richard M. Stallman  <rms@gnu.org>
2791         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
2793         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
2794         Don't check for foo*/ wildcard form here.
2795         (insert-directory): Recognize foo*/ as a wildcard.
2796         Separate wildcard-regexp variable from the arg, wildcard.
2798         * subr.el (add-hook): Correctly detect when make-local-hook was used.
2799         (remove-hook): Correctly handle strange cases about local hooks.
2801 2003-10-21  David Ponce  <david@dponce.com>
2803         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
2804         argument REAL, to return a real number instead of a rounded
2805         integer value.  Define as inline function.
2806         (ruler-mode-right-fringe-cols): Likewise.
2807         (ruler-mode-scroll-bar-cols): New function.
2808         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
2809         (ruler-mode-right-scroll-bar-cols): Likewise.
2810         (ruler-mode-space): New function.
2811         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
2812         scroll bar mode and margins in a more robust way.
2814 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2816         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
2817         (antlr-c-init-language-vars): New function.
2818         (antlr-mode): Use it with cc-mode before v5.29.
2819         (antlr-c-common-init): Don't set some local vars here.
2820         (antlr-mode): Set them here.
2821         (antlr-c-forward-sws): New function alias.
2822         (antlr-mode): Redefine with cc-mode before v5.30.
2823         (antlr-skip-sexps): Use it.
2824         (antlr-skip-exception-part): Ditto.
2825         (antlr-skip-file-prelude): Ditto.
2826         (antlr-outside-rule-p): Ditto.
2827         (antlr-end-of-body): Ditto.
2828         (antlr-option-kind): Ditto.
2829         (antlr-insert-option-area): Ditto.
2830         (antlr-file-dependencies): Ditto.
2832 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2834         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
2835         Move backward only if point was not inside an entry.
2837 2003-10-21  Richard M. Stallman  <rms@gnu.org>
2839         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
2841 2003-10-21  Juri Linkov  <juri@jurta.org>
2843         * compare-w.el: Automatically skip non-matching text to resync.
2844         (compare-windows-whitespace): Doc fix.
2845         (compare-windows-sync, compare-windows-sync-string-size)
2846         (compare-windows-recenter, compare-ignore-whitespace)
2847         (compare-windows-highlight, compare-windows-face): New variables.
2848         (compare-windows): Use compare-windows-sync.
2849         (compare-windows-highlight, compare-windows-dehighlight)
2850         (compare-windows-sync-regexp)
2851         (compare-windows-sync-default-function): New functions.
2853 2003-10-21  Juri Linkov  <juri@jurta.org>
2855         * diff.el (diff-parse-differences): Don't visit the files now;
2856         instead, just record the error locus.
2858 2003-10-21  Dave Love  <fx@gnu.org>
2860         * progmodes/cfengine.el: New file.
2862 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2864         * complete.el (PC-do-completion): Do not forget to use `pred' as the
2865         default-directory when completing file names.
2867 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
2869         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
2870         followed by the word `face', it gets treated as a face, even if
2871         it is also defined as a variable or a function.
2873 2003-10-20  Dave Love  <fx@gnu.org>
2875         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2876         Avoid incf in macro expansion.
2878 2003-10-20  John Paul Wallington  <jpw@gnu.org>
2880         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
2881         `evenp' so we don't implicitly require cl library at runtime.
2883 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
2885         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
2886         (help-make-xrefs): Only make cross-references for faces if
2887         preceded or followed by the word `face'.  Do not make a
2888         cross-reference for variables without variable documentation,
2889         unless preceded by the word `variable' or `option'.  Update doc
2890         string accordingly.
2892 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
2894         * progmodes/hideshow.el: Rewrite one-armed `if'
2895         constructs using either `when' or `unless'.
2896         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
2898 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
2900         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
2901         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
2902         instead of 12x12.
2904 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
2906         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
2907         message while converting to Babyl.
2909 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
2911         * allout.el (allout-mode): Doc fix.
2913 2003-10-16  Lute Kamstra  <lute@gnu.org>
2915         * subr.el (force-mode-line-update): Fix docstring.
2917 2003-10-14  Dave Love  <fx@gnu.org>
2919         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
2920         (default-input-method): Add :link, improve :type.
2921         (locale-charset-language-names): Fix utf-8 pattern.
2922         (locale-charset-match-p, locale-charset-alist)
2923         (locale-charset-to-coding-system): New.
2924         (set-locale-environment): Deal with codeset part of locale specs.
2926 2003-10-14  Lute Kamstra  <lute@gnu.org>
2928         * fringe.el (fringe-mode): Use active voice in docstring.
2929         (set-fringe-style): Ditto.
2931 2003-10-13  Lute Kamstra  <lute@gnu.org>
2933         * fringe.el (fringe-mode): Fix docstring.
2934         (set-fringe-style): Ditto.
2936 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2938         * ediff-mult.el (ediff-filegroup-action):
2939         Use ediff-default-filtering-regexp.
2941         * ediff-util.el (ediff-recenter): Don't call
2942         ediff-restore-highlighting twice.
2943         (ediff-select-difference): Set current difference.
2944         (ediff-unselect-and-select-difference): Add comment.
2946         * ediff.el (ediff-directories,ediff-directory-revisions)
2947         (ediff-directories3,ediff-merge-directories)
2948         (ediff-merge-directories-with-ancestor)
2949         (ediff-merge-directory-revisions)
2950         (ediff-merge-directory-revisions-with-ancestor):
2951         Use ediff-default-filtering-regexp.
2953 2003-10-12  Andreas Schwab  <schwab@suse.de>
2955         * international/mule-cmds.el (locale-charset-language-names):
2956         Simplify regex by removing unused grouping.
2958 2003-10-10  Dave Love  <fx@gnu.org>
2960         * bindings.el: Don't bind stop.
2962 2003-10-08  Miles Bader  <miles@gnu.org>
2964         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
2965         face instead of attempting to emulate it.
2967 2003-10-07  Kenichi Handa  <handa@m17n.org>
2969         * international/mule-diag.el (list-coding-systems-1): List coding
2970         systems that are loaded automatically.
2972         * international/code-pages.el (iso-8859-11): Add autoload cookie.
2974         * international/mule.el (autoload-coding-system): New function.
2976 2003-10-07  Andreas Schwab  <schwab@suse.de>
2978         * log-edit.el (log-edit-changelog-entries): Prefer local value of
2979         change-log-default-name in the buffer visiting the file.
2981 2003-10-06  Dave Love  <fx@gnu.org>
2983         * files.el (find-file-hook): Customize.
2984         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
2986         * bindings.el (completion-ignored-extensions): Remove .log.
2987         (global-map): Add again, open, stop keys.
2989 2003-10-05  Richard M. Stallman  <rms@gnu.org>
2991         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
2992         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
2993         Use sh-modify directly.
2994         (sh-select): Use sh-append, not eval.
2996         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
2998         * info.el (Info-following-node-name): New function.
3000         * loadhist.el (unload-feature-special-hooks):
3001         Rename from loadhist-hook-functions.
3002         (loadhist-hook-functions): Now an alias.
3004 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
3006         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
3007         file-name clashes on 8+3 filesystems.
3009         * Makefile.in (DONTCOMPILE, bootstrap-clean):
3010         Rename loaddefs-boot.el to ldefs-boot.el
3012         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
3013         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
3015 2003-10-03  Lute Kamstra  <lute@gnu.org>
3017         * info.el (Info-mode): Revert previous change.
3018         (Info-escape-percent): New function.
3019         (Info-fontify-node): Use it.
3021 2003-10-02  Andreas Schwab  <schwab@suse.de>
3023         * loaddefs-boot.el: Regenerated.
3025 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
3027         * ffap.el: Remove defadvice related code from CVS since `complete'
3028         provides a `PC-completion-as-file-name-predicate' variable that
3029         ffap can override.
3031 2003-10-02  Kenichi Handa  <handa@m17n.org>
3033         * international/utf-8.el (ccl-decode-mule-utf-8):
3034         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
3036         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
3037         * international/subst-big5.el: Likewise.
3038         * international/subst-gb2312.el: Likewise.
3039         * international/subst-ksc.el: Likewise.
3041 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
3043         * calendar/calendar.el (increment-calendar-month)
3044         (calendar-leap-year-p, calendar-absolute-from-gregorian)
3045         (generate-calendar, calendar-read-date, calendar-interval)
3046         (calendar-day-of-week): Handle years BC.
3047         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
3049 2003-10-01  Dave Love  <fx@gnu.org>
3051         * language/cyrillic.el (cp1251): Alias for windows-1251.
3053         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
3054         bootstrap.
3056 2003-10-01  Lute Kamstra  <lute@gnu.org>
3058         * files.el: Fix typo.
3059         * imenu.el (imenu--generic-function): Docstring fix.
3061 2003-09-30  Richard M. Stallman  <rms@gnu.org>
3063         * dired.el (dired-mode): Handle dired-directory as a list.
3065 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
3067         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
3069         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
3071         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
3072         Replace gud-display with gud-watch.
3073         (gud-speedbar-buttons): Add stuff for watching expressions
3074         in the speedbar when using M-x gdba. Use dolist on old part
3075         of this function.
3077         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
3078         (gdb-update-flag): New variables.
3079         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
3080         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
3081         (gud-watch, gdb-var-create-handler) : New functions.
3082         (gdb-var-list-children, gdb-var-list-children-handler)
3083         (gdb-var-create-regexp, gdb-var-update-regexp)
3084         (gdb-var-list-children-regexp): New constants.
3085         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
3086         (gdb-annotation-rules): Reduce annotation set (level 3).
3087         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
3088         (gdb-post-prompt): Don't update GDB buffers every time speedbar
3089         updates.
3090         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
3091         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
3092         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
3093         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
3094         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
3095         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
3096         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
3097         (gud-display, gud-display1)
3098         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
3099         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
3100         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
3101         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
3102         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
3103         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
3104         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
3105         (gdb-display-display-buffer, gdb-toggle-display)
3106         (gdb-delete-display, gdb-expressions-popup-menu)
3107         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
3108         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
3109         to display buffer.
3111 2003-09-30  Richard M. Stallman  <rms@gnu.org>
3113         * progmodes/ada-mode.el (ada-mode): Don't use advice.
3114         Instead, set which-func-functions.
3116         * progmodes/which-func.el (which-func-modes): Add ada-mode.
3117         (which-func-functions): New variable.
3118         (which-function): Use that.
3120         * info.el (Info-mode): Double each `%' in header line.
3122         * emacs-lisp/lisp-mnt.el (lm-with-file):
3123         When FILE is nil, run BODY in current buffer.
3125         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
3127         * help.el (describe-mode): Start with a brief list of minor modes.
3128         Find them thru minor-mode-list so as to find them all.
3129         Show them in alphabetical order.
3131         * mail/sendmail.el (mail-aliases): Doc fix.
3133         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
3135 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
3137         * mail/rmailsum.el (rmail-make-summary-line-1):
3138         Change comma after last label to a space.
3139         (rmail-summary-font-lock-keywords): Adapt to that change.
3141 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
3143         * progmodes/scheme.el (scheme-mode-variables): When setting
3144         `font-lock-defaults', also specify that "#" should
3145         be interpreted with `word' syntax.
3146         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
3148 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
3150         * desktop.el: A lot of comments updated.
3151         (desktop-save-mode): Minor mode introduced.
3152         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
3153         (desktop-load-default): Function made obsolete.
3154         (desktop-locals-to-save): Variable made customizable.
3155         (desktop-read): Optional parameter `dirname' added.
3156         (desktop-change-dir, desktop-revert): Parameter `dirname' in
3157         `desktop-read' used.
3158         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
3160 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
3162         * whitespace.el (whitespace-clean-msg): Add user customizable message
3163         for displaying ``clean'' output.
3164         (whitespace-buffer): Use `whitespace-clean-msg'.
3165         (whitespace-global-mode): Fix typo.
3167 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
3169         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
3171 2003-09-29  Lute Kamstra  <lute@gnu.org>
3173         * bindings.el (mode-line-modes): Remove superfluous :propertize
3174         construct in initialization.
3175         (mode-line-position): Change cons cell into proper list in
3176         initialization.
3178 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
3180         * international/mule.el (decode-coding-inserted-region): Use car
3181         of the return value of find-operation-coding-system.
3183 2003-09-29  Kenichi Handa  <handa@m17n.org>
3185         * descr-text.el (describe-char): Fix previous change.
3187 2003-09-28  Kenichi Handa  <handa@m17n.org>
3189         * descr-text.el (describe-char-display): New function.
3190         (describe-char): Pay attention to display table on describing how
3191         a character is displayed.
3193         * international/mule-cmds.el (encoded-string-description):
3194         Prepend "0x" to each encoded byte.
3196 2003-09-28  Andreas Schwab  <schwab@suse.de>
3198         * find-file.el (ff-special-constructs): Add autoload cookie.
3200 2003-09-28  Kevin Ryde  <user42@zip.com.au>
3202         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
3203         makeinfo appends to duplicate index entries.
3205 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
3207         * dired-x.el (dired-clean-tex): Doc fix.
3209         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
3210         using a Chinese tutorial.
3212 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3214         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
3215         between "MAIL FROM:" and "RCPT TO:" and the following address.
3217 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3219         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
3221 2003-09-28  David Ponce  <david@dponce.com>
3223         * recentf.el (recentf-initialize-file-name-history): New defcustom.
3224         (recentf-load-list): When `recentf-initialize-file-name-history'
3225         is non-nil, initialize an empty `file-name-history' with the
3226         recent list.
3228 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
3230         * man.el (Man-default-man-entry): Remove the leading `*' from the
3231         word at point.
3233 2003-09-26  Lute Kamstra  <lute@gnu.org>
3235         * bindings.el (mode-line-position): Mention size indication in
3236         docstring.
3238 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
3240         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
3242         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
3243         because it's autoloaded now.
3245 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3247         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
3248         (sh-font-lock-keywords, sh-feature): Fix previous change of
3249         sh-feature to avoid infloop with sh-font-lock-keywords.
3251 2003-09-25  Kim F. Storm  <storm@cua.dk>
3253         * frame.el (frame-current-scroll-bars): New defun.
3255         * window.el (window-current-scroll-bars): New defun.
3257 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3259         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
3260         cause errors when the state cache contains info on parts that have
3261         been narrowed out.
3263 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3265         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
3266         `c-setup-paragraph-variables' has to be used when this variable is
3267         changed; it doesn't work to reinitialize the mode since that
3268         typically clobbers the variable.
3270         * progmodes/cc-styles.el (c-setup-paragraph-variables):
3271         Make it interactive.
3273 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3275         * progmodes/cc-fonts.el (c-font-lock-declarations):
3276         Fix recognition of constructors and destructors for classes whose
3277         names are matched by `*-font-lock-extra-types'.
3279         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
3280         followed by an identifier in C++ then it's a type.
3282 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3284         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
3285         problem that primarily affected XEmacs.  Don't use faces to find
3286         unterminated strings since Emacs and XEmacs fontify strings
3287         differently - this function should now work better in XEmacs.
3289 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3291         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
3292         `expand-abbrev' workaround which caused braces to misbehave inside
3293         macros.
3295         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
3296         handling.  This bug could cause interactive font locking to bail out.
3298 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3300         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
3301         Handle paren-style types in Pike.  Also fixed some cases of
3302         insufficient handling of unbalanced parens.
3304 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
3306         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
3307         common shell prompts that are not common filename or URL characters.
3308         (ffap-file-at-point): Use the new regexp to strip the prompts from
3309         the file names. This is an issue mostly for user prompts that
3310         don't have a trailing space and find-file-at-point is invoked from
3311         within a shell inside emacs.
3313 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
3315         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
3316         stamps numerically, rather than textually.
3318 2003-09-24  Kenichi Handa  <handa@m17n.org>
3320         * language/devan-util.el (devanagari-post-read-conversion):
3321         * language/mlm-util.el (malayalam-post-read-conversion):
3322         * language/tml-util.el (tamil-post-read-conversion):
3323         Add autoload cookie.
3325         * international/utf-8.el (utf-8-post-read-conversion):
3326         Call post-read-conversion functions for Devanagari, Malayalam,
3327         and Tamil.
3329 2003-09-23  Dave Love  <fx@gnu.org>
3331         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
3333 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
3335         * progmodes/gud.el (perldb): Add gud-until to list of commands.
3336         Update gud-remove.
3338 2003-09-22  Richard M. Stallman  <rms@gnu.org>
3340         * progmodes/sh-script.el (sh-mode-default-syntax-table):
3341         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
3342         (sh-mode-syntax-table-input): New variable.
3343         (sh-require-final-newline): Don't use eval.
3344         (sh-builtins, sh-leading-keywords, sh-other-keywords)
3345         (sh-variables, sh-font-lock-keywords): Don't use eval.
3346         (sh-set-shell): When setting require-final-newline,
3347         treat value = `require-final-newline' as don't change it.
3348         Set sh-mode-syntax-table locally based on
3349         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
3351         * progmodes/compile.el (compile-internal):
3352         Call compilation-set-window-height before setting window start.
3354 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
3356         * emacs-lisp/bytecomp.el (byte-compile-log-file):
3357         Clear out byte-compile-last-warned-form.
3359 2003-09-22  Richard M. Stallman  <rms@gnu.org>
3361         * woman.el (woman-file-name, woman-follow-word):
3362         If current-word returns nil, use "".
3364         * simple.el (eval-expression): Bind standard-output in to-buffer case.
3366 2003-09-22  Richard M. Stallman  <rms@gnu.org>
3368         * emacs-lisp/lisp-mnt.el (lm-with-file):
3369         Don't visit the file, just use insert-file-contents in temp buffer.
3371 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
3373         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
3374         Add surrounding \\( and \\) around the header, as in
3375         for lm-history-header 'Change Log\\|History'.
3377 2003-09-22  John Paul Wallington  <jpw@gnu.org>
3379         * progmodes/ld-script.el: Add Commentary section,
3380         minor cleanup of file header.
3381         (ld-script-font-lock-keywords): Doc fix.
3382         (toplevel): Provide `ld-script' feature.
3384 2003-09-21  Kim F. Storm  <storm@cua.dk>
3386         * scroll-bar.el (set-scroll-bar-mode): Initialize to
3387         new built-in variable default-frame-scroll-bars.
3388         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
3389         scroll-bar-mode; notably, use it instead of t when we toggle
3390         scroll-bars on.
3391         (toggle-scroll-bar): Use default-frame-scroll-bars.
3393 2003-09-19  Masatake YAMATO  <jet@gyve.org>
3395         * pcvs.el (cvs-do-removal): Change the prompt depending on
3396         `filter' value.
3398 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3400         * startup.el (command-line-1): Stop startup-echo-area-message
3401         being hidden by "Loading image..." message.
3402         (use-fancy-splash-screens-p, display-splash-screen):
3403         Move display-graphic-p test from latter to former.
3405         * progmodes/sh-script.el (sh-font-lock-keywords):
3406         Highlight escaped EOLs differently from other backslash constructs.
3408 2003-09-19  Richard M. Stallman  <rms@gnu.org>
3410         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
3411         New functions.
3412         (edebug-enter, edebug-outside-excursion): Use them.
3414         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3415         Fix the condition for whether to print "In WHERE".
3417 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
3419         * finder.el (finder-mode-hook): New variable.
3420         (finder-mode): Run hook finder-mode-hook
3422 2003-09-18  Masatake YAMATO  <jet@gyve.org>
3424         * progmodes/ebrowse.el: Fix broken magic autoload comments.
3426 2003-09-17  Mario Lang  <mlang@delysid.org>
3428         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
3429         "p %e" to actually print the value in the GUD buffer.
3431 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
3433         From David Ponce <david.ponce@wanadoo.fr>:
3434         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
3435         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
3436         from loaddefs-boot.el if necessary.
3438 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
3440         * progmodes/gud.el (gud-find-class): Make jdb work again since
3441         cc-mode changed the syntactic information.
3443 2003-09-15  David Ponce  <david@dponce.com>
3445         * recentf.el: (recentf-exclude): Accept predicates too.
3446         (recentf-file-readable-p): New function.
3447         (recentf-include-p): Handle predicates in recentf-exclude.
3448         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
3449         (recentf-cleanup): Likewise.
3450         (recentf-save-list): Use write-file to handle backup of
3451         recentf-save-file.
3453 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
3455         * loaddefs-boot.el: Renamed from `loaddefs.el'
3456         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
3457         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
3458         necessary.
3460 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
3462         * electric.el (Electric-pop-up-window): For the `one-window' case,
3463         no longer disconcertingly move point in the original buffer.
3465 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3467         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
3469 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3471         * dired.el (dired-mode-map): Fix typo.
3473 2003-09-11  Richard M. Stallman  <rms@gnu.org>
3475         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
3477 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
3479         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
3480         the function is less noisy.  Now only `kill-buffer' can ask questions.
3482 2003-09-10  Mario Lang  <mlang@delysid.org>
3484         * battery.el: Update Commentary and Copyright.
3485         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
3486         appear due to wrong ordering of the expressions in `or'.
3488 2003-09-09  Lute Kamstra  <lute@gnu.org>
3490         * misc.el (upcase-char): Fix docstring.
3491         (zap-up-to-char): New command.
3493 2003-09-08  David Ponce  <david@dponce.com>
3495         Ensure that recentf correctly updates the menu bar.
3496         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
3497         (recentf-menu-bar): New function.
3498         (recentf-clear-data): Use it
3499         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
3500         of easy-menu-change.
3502 2003-09-08  Lute Kamstra  <lute@gnu.org>
3504         * simple.el (size-indication-mode): New.
3505         * bindings.el (mode-line-position): Add buffer size indicator.
3507 2003-09-04  Mario Lang  <mlang@delysid.org>
3509         * battery.el (battery-linux-proc-acpi): New function.
3510         (battery-status-function): Modify default value calculation to also
3511         check for availability of ACPI.
3512         (battery-echo-area-format): Ditto.
3513         (battery-mode-line-format): Ditto.
3515 2003-09-06  Dave Love  <fx@gnu.org>
3517         * ielm.el (ielm-mode-hook): Add :options.
3519         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
3520         (eldoc-print-current-symbol-info): Use it.
3522 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
3524         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
3525         being displayed in GUD buffer.
3526         (gdb-idle-input-queue): Remove var. Use just one queue.
3527         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
3528         Remove functions.  Use just one queue.
3529         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
3530         (gdb-invalidate-assembler, gdb-get-current-frame):
3531         Modify functions.  Use just one queue.
3533 2003-09-04  Dave Love  <fx@gnu.org>
3535         * cus-start.el: Add blink-cursor-alist.
3537         * ruler-mode.el (ruler-mode-fill-column-char)
3538         (ruler-mode-current-column-char): Use char-displayable-p,
3539         not window-system.
3541         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
3543         * language/european.el (windows-1252): Move from code-pages.
3545         * language/cyrillic.el ("Windows-1251"): Delete.
3546         ("Bulgarian", "Belarusian"): Remove `features'.
3547         (windows-1251): Move from code-pages.
3549         * international/mule-diag.el (non-iso-charset-alist):
3550         Remove `codepage' stuff.
3551         (print-designation, list-coding-systems-1): Output fixes.
3553         * international/code-pages.el (cp-make-translation-table)
3554         (cp-valid-codes): Made defsubsts.
3555         (cp-fix-safe-chars): Delete.
3556         (mule-diag): Don't require.
3557         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
3558         (top-level): Check for defined coding system when defining
3559         cp... aliases.  Change w32-add-charset-info test to avoid warning.
3560         (non-iso-charset-alist): Defvar when compiling.
3561         (cp-make-coding-system): Doc fix.
3563 2003-09-02  Jason Rumney  <jasonr@gnu.org>
3565         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
3566         line-ends from CVS before doing conversion.
3568 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
3570         * calendar/diary-lib.el (diary-header-line-flag)
3571         (diary-header-line-format): New variables.
3572         (list-diary-entries): Use them to set header line in simple diary.
3574         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
3575         other than font-lock-string-face to highlight backslashes.
3577 2003-09-01  Jason Rumney  <jasonr@gnu.org>
3579         * international/titdic-cnv.el (tit-read-key-value): Include \r in
3580         regexp.
3582 2003-09-01  Dave Love  <fx@gnu.org>
3584         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
3586         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
3587         and :help; also line and column numbers labels.
3589         * international/mule-util.el (char-displayable-p): Move from
3590         latin1-disp, rename and autoload.
3592         * international/latin1-disp.el (latin1-char-displayable-p):
3593         Now obsolete alias.  Replace uses with char-displayable-p.
3594         (latin1-display-ucs-per-lynx): Fix last change.
3596         * international/mule-cmds.el (standard-display-european-internal):
3597         Don't use char code for Latin-1 NBSP.
3598         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
3599         U+2018, U+2019 for `'.
3600         (select-safe-coding-system): Message fix.
3602 2003-09-01  Kenichi Handa  <handa@m17n.org>
3604         * international/fontset.el (setup-default-fontset): For Thai
3605         font, specify "*" family.
3607 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3609         * progmodes/compile.el (previous-error): Accept a prefix
3610         argument, similarly to next-error.
3612 2003-08-31  Masatake YAMATO  <jet@gyve.org>
3614         * pcvs.el (cvs-do-removal): Use = instead of eq to check
3615         the number of files.  Bind the number of files to a local
3616         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
3618 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
3620         * vc-hooks.el (vc-make-version-backup): Fix the change made on
3621         2003-07-26: msdos-long-file-names is a function, not a variable.
3623 2003-08-29  Richard M. Stallman  <rms@gnu.org>
3625         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
3626         Do nothing with mail-personal-alias-file if it is nil.
3628         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
3629         Do nothing if mail-personal-alias-file is nil.
3631         * term.el (term-exec-1): Bind coding-system-for-read.
3633         * dired.el (dired-mouse-find-file-other-window):
3634         Use dired-view-command-alist here, as in dired-view-file.
3635         (dired-view-command-alist): Use %s to substitute file name.
3636         Handle .ps_pages, .eps, .jpg, .gif, .png.
3638 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
3640         * info.el (Info-mode-map): Bind S-tab and <backtab> to
3641         `Info-prev-reference', instead of M-tab.
3643 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
3645         * simple.el (blink-matching-open): Work correctly on chars that
3646         are designated as parens through the syntax-table text property.
3648 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
3650         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
3651         line break position in the middle of a non-kinsoku (e.g. latin)
3652         word, making it skip until either a space or a character with
3653         category "|".
3654         (kinsoku-longer): Test for end of buffer.
3656 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
3658         * mail/rmail.el (rmail-convert-to-babyl-format):
3659         Detect quoted-printable- and base64-encoded messages and decode them
3660         automatically.  Set the message's encoding from the charset=
3661         header, if any.  Decode base64-encoded messages in Mail format as well.
3663 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3665         * mail/smtpmail.el: Fix previous change.
3666         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
3667         calling smtpmail-via-smtp.
3668         (smtpmail-via-smtp): Add fall-back values for envelope-from.
3670 2003-08-26  John Paul Wallington  <jpw@gnu.org>
3672         * image.el (image-jpeg-p): Don't search beyond length of data.
3674 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
3676         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
3677         misfeature in `expand-abbrev' which caused electric keywords like
3678         "else" to disappear if an open brace was typed directly afterwards.
3680 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
3682         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
3683         mandatory in `define-widget'.
3685         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
3686         Don't align the operators "!=", "<=" and ">=" as assignment operators.
3688         (c-assignment-operators): New language constant that only contains
3689         the assignment operators.
3691         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
3693 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
3695         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
3696         Safeguard against unbalanced sexps.
3698 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
3700         * version.el (emacs-version): Check for gtk.  Include gtk version info.
3702 2003-08-25  John Paul Wallington  <jpw@gnu.org>
3704         * man.el (Man-default-man-entry): Don't whizz past the section
3705         number before looking for it.
3707 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
3709         * progmodes/gud.el (gud-display-line): Don't set window-point if
3710         source buffer is not visible. (Only happens with M-x gdba).
3712         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
3713         documentation.
3714         (gdb-source, gdb-source-info): Update to assembler unnecessary
3715         as its done after each GDB command anyway.
3716         (gdb-pre-prompt): Use with-current-buffer.
3717         (gdb-insert-field): Add help-echo text.
3718         (gdb-invalidate-assembler): Re-display of assembler now done in
3719         gdb-info-breakpoints-custom.
3720         (gdb-info-breakpoints-custom): Force re-display of assembler to
3721         happen *after* update of breakpoints buffer.
3722         (gdb-display-source-buffer): Don't choke if gdb-source-window
3723         isn't visible.
3724         (gdb-put-string, gdb-put-arrow): Remove free variables.
3726 2003-08-24  John Paul Wallington  <jpw@gnu.org>
3728         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
3730         * man.el (Man-default-man-entry): Strip text properties when
3731         snarfing parts of entry because `format' preserves properties.
3733 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3735         * files.el (file-newest-backup): Use `expand-file-name'.
3737         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
3738         Allow the diary to pop up a new frame, if needed.
3740         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
3741         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
3742         (smtpmail-send-it): Make treatment of envelope-from consistent with
3743         sendmail.el.
3745         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
3746         (sh-leading-keywords): Add the bash `time' reserved word.
3747         (sh-variables): Add some bash variables.
3748         (sh-add-completer): Fix nil branch of case statement.
3750 2003-08-24  Masatake YAMATO  <jet@gyve.org>
3752         * progmodes/ld-script.el: New file.
3754 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
3756         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
3758 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
3760         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
3761         Better explain obsolescence, and what to use instead.
3763 2003-08-23  Masatake YAMATO  <jet@gyve.org>
3765         * pcvs.el (cvs-do-removal): Show the deleted file name
3766         on the prompt.
3768 2003-08-20  Dave Love  <fx@gnu.org>
3770         * international/mule.el (make-coding-system)
3771         (set-buffer-file-coding-system): Doc fix.
3773         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
3775         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
3777         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
3779         * international/utf-16.el: Add mime-text-unsuitable coding system
3780         properties.
3782         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
3784         * cus-edit.el: Add some :links.
3785         (bib): Remove.
3787         * textmodes/bib-mode.el (bib): Add :group external.
3789 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
3791         * wid-edit.el (widget-echo-help): Make it handle expressions that
3792         evaluate to strings.
3794 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
3796         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
3798         Simplify selection of SQL products to define highlighting and
3799         interactive mode.  Includes detailed instructions on adding
3800         support for new products.
3802         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
3803         product for use in highlighting and interactive mode.
3804         (sql-interactive-product): New variable.  SQL product for
3805         sql-interactive-mode.
3806         (sql-product-support): New variable.  Specifies product-specific
3807         parameters to drive highlighting and interactive mode.
3808         (sql-imenu-generic-expression): Add more object types.
3809         (sql-sqlite-options): Correct comment.
3810         (sql-ms-program): Use "osql" rather than "isql".
3811         (sql-prompt-regexp, sql-prompt-length): Update comment.
3812         (sql-mode-menu): Add "Start SQLi session" entry.
3813         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
3814         (sql-mode-abbrev-table): Add abbreviations.  Support of
3815         SYSTEM-FLAG on define-abbrev.  Support was removed with last
3816         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
3817         (sql-mode-font-lock-object-name): Add font-lock pattern for object
3818         names.
3819         (sql-mode-ansi-font-lock-keywords): Set as default value.
3820         (sql-mode-oracle-font-lock-keywords): Set as default value.
3821         Support Oracle 9i keywords.
3822         (sql-mode-postgres-font-lock-keywords): Set as default value.
3823         (sql-mode-linter-font-lock-keywords): Set as default value.
3824         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
3825         SQLServer 2000.
3826         (sql-mode-sybase-font-lock-keywords)
3827         (sql-mode-interbase-font-lock-keywords)
3828         (sql-mode-sqlite-font-lock-keywords)
3829         (sql-mode-strong-font-lock-keywords)
3830         (sql-mode-mysql-font-lock-keywords)
3831         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
3832         keywords.
3833         (sql-mode-font-lock-defaults): Update comment.
3834         (sql-product-feature): New function.  Returns feature associated
3835         with a product from `sql-product-support' alist.
3836         (sql-product-font-lock): New function.  Set font-lock support
3837         based on `sql-product'.
3838         (sql-add-product-keywords): New function.  Add font-lock rules to
3839         product-specific keyword variables.
3840         (sql-set-product): New function.  Set `sql-product' and apply
3841         appropriate font-lock highlighting.
3842         (sql-highlight-product): New function.  Set font-lock support
3843         based on a product.  Also set mode name to include product name.
3844         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
3845         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
3846         Use `sql-set-product'.
3847         (sql-highlight-ms-keywords)
3848         (sql-highlight-sybase-keywords)
3849         (sql-highlight-interbase-keywords)
3850         (sql-highlight-strong-keywords)
3851         (sql-highlight-mysql-keywords)
3852         (sql-highlight-sqlite-keywords)
3853         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
3854         (sql-get-login): Prompt in the same order as the tokens.
3855         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
3856         (sql-product-interactive): New function.  Common portions of
3857         product-specific interactive mode wrappers.
3858         (sql-interactive-mode): Rewritten to use product features.
3859         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3860         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3861         (sql-db2, sql-linter): Use `sql-product-interactive'.
3862         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
3863         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
3864         (sql-connect-ingres, sql-connect-postgres)
3865         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
3866         New functions.  Format command line parameters and invoke comint on
3867         the appropriate interpreter.  Code was in the corresponding
3868         `sql-xyz' function before.
3869         (sql-connect-ms): New function.  Support -E argument to use
3870         operating system credentials for authentication.
3872 2003-08-18  Kenichi Handa  <handa@m17n.org>
3874         * international/mule.el (encode-char): Fix for the ASCII case.
3876 2003-08-15  Kenichi Handa  <handa@m17n.org>
3878         * international/fontset.el (setup-default-fontset): Change "*" to
3879         nil in the specifications of font family.
3881 2003-08-18  Kim F. Storm  <storm@cua.dk>
3883         * kmacro.el (kmacro-keymap): Group related bindings in
3884         initialization for clarity.  Bind C-s to start macro.
3885         Remove C-r binding.
3886         (kmacro-initial-counter-value): New defvar to hold initial counter
3887         value in case we set the value before defining a macro.
3888         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
3889         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
3890         not defining or executing macro.  Doc fix.
3891         (kmacro-add-counter): Clear kmacro-initial-counter-value.
3892         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
3893         temporarily view older elements on the macro ring without cycling
3894         the ring.
3895         (kmacro-display): Doc fix.
3896         (kmacro-exec-ring-item): New helper function.
3897         (kmacro-call-ring-2nd): Use it.
3898         (kmacro-call-ring-2nd-repeat): Doc fix.
3899         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
3900         (kmacro-end-or-call-macro): Execute last viewed macro (using
3901         kmacro-exec-ring-item) from ring if this follows
3902         kmacro-view-macro.  This allows us to find a macro on the ring
3903         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
3904         the ring to bring it to the head of the ring.
3905         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
3906         Allow binding to reserved keys without specifying C-x C-k prefix.
3907         Ask for confirmation if entered key sequence is already bound to
3908         a non-macro command.
3909         (kmacro-view-macro): Repeating command will show older elements
3910         on the macro ring; C-k will execute the last viewed macro.
3911         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
3912         property from 'ring to 'head.
3914 2003-08-17  Alan Shutko  <ats@acm.org>
3916         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
3917         keeping December out of the alist.
3919 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
3921         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
3922         * calendar/calendar.el (calendar-mode-map): Bind it to key.
3923         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
3924         (calendar-flatten): New function.
3925         (calendar-mouse-view-other-diary-entries)
3926         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
3927         in the menu title and to show multi-line diary entries correctly
3928         in the menu.
3930 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
3932         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
3933         defcustom, because the default was recently changed.
3935 2003-08-16  Richard M. Stallman  <rms@gnu.org>
3937         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
3939         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3940         New subroutine, broken out of eval-last-sexp-1.
3941         (eval-last-sexp-1): Use eval-last-sexp-print-value.
3943         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
3945         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
3947         * simple.el (eval-expression): Use eval-last-sexp-print-value.
3949 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
3951         * progmodes/compile.el (compilation-error-regexp-alist):
3952         Add Java ANt error detection as described in document
3953         http://ant.apache.org/faq.html
3955 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
3957         * simple.el (backward-word, forward-to-indentation)
3958         (backward-to-indentation):  Argument changed to optional.
3959         (next-line, previous-line): Use `or' instead of `unless'.
3961 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3963         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
3964         instead of a constant.
3966 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
3968         * shell.el (shell): With prefix-arg, suggest a new buffer name.
3970 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
3972         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
3973         (vc-sccs-workfile-version): Search the entire delta table, rather
3974         than just the first entry, because that might be a deleted version.
3976 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
3978         * menu-bar.el (menu-bar-options-menu): Supply a body for the
3979         [save-place] binding in the Options menu.  Have it require
3980         'saveplace' and then toggle the variable manually, to avoid an an
3981         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
3982         for the bug report.
3984 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
3986         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
3987         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
3988         (gdb-info-threads-custom): Add help-echo text.
3989         (gdb-display-back): Don't use purecopy.
3990         (gdb-info-breakpoints-custom, gdb-reset)
3991         (gdb-assembler-custom): Use display-images-p to test if breakpoint
3992         icons can be displayed.
3994 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
3996         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
3998 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
4000         * bookmark.el (bookmark-completing-read):
4001         Return a string, instead of a list of one string.
4002         Use a popup menu if activated from the mouse.
4003         (bookmark-edit-annotation): Remove unused vars.
4004         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
4005         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
4006         to bookmark-completing-read.
4007         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4008         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
4009         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
4010         and erase-buffer.
4011         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
4012         (bookmark-menu-jump, bookmark-menu-insert)
4013         (bookmark-popup-menu-and-apply-function)
4014         (bookmark-menu-popup-paned-bookmark-menu): Remove.
4015         (bookmark-menu-build-paned-menu): Remove by folding it into
4016         bookmark-menu-popup-paned-menu.
4017         (menu-bar-bookmark-map): Move the define-key statements here.
4018         Use the "non-menu" commands since they now pop up a menu if needed.
4019         (bookmark-exit-hook-internal): Simplify.
4021 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
4023         * reftex-toc.el (reftex-toc-rename-label): New function.
4024         (reftex-toc-check-docstruct): New function.
4026         * reftex.el (reftex-region-active-p): New function.
4028         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
4029         regexp to find the \bibliography macro.
4031         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
4032         which does not exist in LaTeX.
4033         (reftex-cite-format-builtin): Added amsrefs support.
4034         (reftex-toc-confirm-promotion): New option
4036         * reftex-toc.el
4037         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
4038         (reftex-toc-demote, reftex-toc-promote)
4039         (reftex-toc-do-promote, reftex-toc-promote-prepare)
4040         (reftex-toc-promote-action, reftex-toc-extract-section-number)
4041         (reftex-toc-newhead-from-alist)
4042         (reftex-toc-load-all-files-for-promotion): New functions.
4043         (reftex-toc-help): Added description of new keys.
4044         (reftex-toc-split-windows-fraction): New option.
4045         (reftex-recenter-toc-when-idle): Search *toc* window on all
4046         visible frames.
4047         (reftex-toc): Additional parameter REUSE
4048         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
4049         with REUSE argument.
4050         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
4051         the call of `reftex-toc'.
4052         (reftex-make-separate-toc-frame): New function .
4053         (reftex-toc-recenter): When called with triple prefix arg, call
4054         `reftex-make-separate-toc-frame' first.
4055         (reftex-toc-toggle-dedicated-frame): New command.
4056         (reftex-toc-quit): Adapted to delete frame when called in
4057         dedicated frame.
4059         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
4060         all enclosing macros.
4063 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4065         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
4066         first use.
4068 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4070         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
4072 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
4074         * calendar/calendar.el (list-diary-entries-hook)
4075         (diary-display-hook, nongregorian-diary-listing-hook)
4076         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
4077         Add some customize options for these hooks.
4078         (calendar-abbrev-construct): Don't try to take a substring longer
4079         than the original string.
4081 2003-08-05  Richard M. Stallman  <rms@gnu.org>
4083         * emacs-lisp/testcover.el (noreturn): Report error if does return.
4084         (testcover-reinstrument-clauses): Doc fix.
4086         * emacs-lisp/warnings.el: Doc fixes, args renamed.
4087         (warning-type-format): Rename from warning-group-format.
4089         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
4090         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
4091         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
4092         to prevent warnings about defvar for an obsolete variable.
4094         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
4095         warning-group-format renamed to warning-type-format.
4097         * subr.el (read-passwd): Use clear-string instead of fillarray.
4099         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
4100         Use vconcat instead of concat.
4101         (edmacro-sanitize-for-string): New function.
4103 2003-08-05  Dave Love  <fx@gnu.org>
4105         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
4106         line-number-display-limit-width.
4108         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
4110 2003-08-05  Kenichi Handa  <handa@m17n.org>
4112         * international/code-pages.el: Don't require mule-diag.
4114         * international/mule-diag.el (non-iso-charset-alist):
4115         Add autoload cookie.
4117         * language/devan-util.el (dev-glyph-order): Add an entry for the
4118         glyph code #xC4.
4120 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
4122         * calendar/calendar.el (diary-file, diary-file-name-prefix)
4123         (european-calendar-style, diary-date-forms)
4124         (calendar-day-name-array, calendar-month-name-array): Doc change.
4125         (generate-calendar-month): Adapt for new behaviour of
4126         `calendar-day-name' function.
4127         (calendar-abbrev-length, calendar-day-abbrev-array)
4128         (calendar-month-abbrev-array): New variables.
4129         (calendar-abbrev-construct): New function.
4130         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
4131         rather than fixing abbrevs at some width.  Calling syntax change.
4132         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
4133         (calendar-date-string): Adapt for new behaviours of
4134         `calendar-day-name' and `calendar-month-name' functions.
4136         * calendar/diary-lib.el (list-diary-entries): Adapt for new
4137         behaviour of `calendar-day-name' and `calendar-month-name' functions.
4138         (diary-name-pattern): Use abbrev arrays, rather than fixing
4139         abbrevs at three chars.  Calling syntax change.
4140         (mark-diary-entries):  Adapt for new behaviours of
4141         `diary-name-pattern' and `calendar-make-alist' functions.
4142         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
4143         `diary-name-pattern' function.
4144         (font-lock-diary-date-forms): Use abbrev arrays, rather than
4145         fixing abbrevs at three chars.  Calling syntax change.
4146         (cal-hebrew, cal-islam): Require when compiling.
4147         (diary-font-lock-keywords): Adapt for new behaviour of
4148         `font-lock-diary-date-forms' function.
4150         * calendar/cal-hebrew.el: Reposition some code so defined before used.
4151         (calendar-hebrew-month-name-array-common-year)
4152         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
4153         (list-hebrew-diary-entries): Adapt for new behaviours of
4154         `calendar-day-name' and `add-to-diary-list' functions.
4155         (mark-hebrew-diary-entries): Adapt for new behaviours of
4156         `diary-name-pattern' and `calendar-make-alist' functions.
4158         * calendar/cal-islam.el (calendar-islamic-month-name-array):
4159         Add doc string.
4160         (list-islamic-diary-entries): Adapt for new behaviours of
4161         `calendar-day-name' and `add-to-diary-list' functions.
4162         (mark-islamic-diary-entries): Adapt for new behaviours of
4163         `diary-name-pattern' and `calendar-make-alist' functions.
4165         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
4166         `calendar-month-name' function.
4168         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
4170         * calendar/solar.el (solar-seasons-data): Move definition before use.
4172         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
4173         (cal-tex-LaTeX-hourbox): Move definition before use.
4175         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
4176         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
4177         lunar.el, solar.el
4178         (displayed-month, displayed-year): Define for compiler.
4180 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4182         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
4183         MODE.  Renamed from c-init-c-language-vars'.
4184         (c-initialize-cc-mode): Change accordingly.
4185         (c-common-init): Ditto.
4186         (c-mode): Ditto.
4187         (c++-mode): Use `c-init-language-vars-for'.
4188         (objc-mode): Ditto.
4189         (java-mode): Ditto.
4190         (idl-mode): Ditto.
4191         (pike-mode): Ditto.
4192         (awk-mode): Ditto.
4194 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4196         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
4197         or not the point moved.
4199         (c-search-decl-header-end): Don't trip up on operator identifiers
4200         in C++ and operators like == in all languages.
4202         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
4203         Detect leading labels correctly.
4205 2003-08-02  Andreas Schwab  <schwab@suse.de>
4207         * textmodes/ispell.el: Don't redo key bindings on loading, put
4208         them only in loaddefs.el.
4209         * bookmark.el: Likewise.
4210         * dabbrev.el: Likewise.
4211         * emerge.el: Likewise.
4213         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
4214         has more than one member.
4216         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
4218 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4220         * lpr.el (printify-region): It was ending conversion before the
4221         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
4223 2003-07-31  John Paul Wallington  <jpw@gnu.org>
4225         * net/browse-url.el (browse-url-epiphany): Doc fix.
4227 2003-07-30  Kenichi Handa  <handa@m17n.org>
4229         * international/fontset.el (setup-default-fontset):
4230         Change registry names of Akurti fonts.
4232 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4234         * comint.el (comint-read-noecho): Use `clear-string' instead of
4235         `fillarray'.
4237 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
4239         * outline.el (outline-mode-hook): Add defvar.
4241 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
4243         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
4244         Restore assembler in source window if that is what has been selected.
4245         (menu): Add gdb-restore-windows to menu.  Make gdba
4246         specific menus only visible from gdba.
4248 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
4250         * progmodes/compile.el (compilation-environment): New user variable.
4251         (compile-internal): Respect it.
4253 2003-07-23  Masatake YAMATO  <jet@gyve.org>
4255         * progmodes/gud.el (gdb-script-font-lock-keywords):
4256         Put `font-lock-function-name-face' on a symbol which includes
4257         `-' like `hook-run'.  Put font-lock-variable-name-face
4258         on a symbol starting with $.
4260 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
4262         * files.el (set-visited-file-name): Use truename for buffer-file-name.
4264 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
4266         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
4268 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
4270         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
4271         Use with-no-warnings.
4272         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
4273         rather than to find-file-not-found-hook, which doesn't exist.
4275 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
4277         * international/quail.el (quail-translate-key): Fix previous change.
4279 2003-07-25  John Paul Wallington  <jpw@gnu.org>
4281         * server.el (server-start): Check `server-process' is non-nil
4282         before killing it to avoid killing current buffer's process.
4284         * simple.el (choose-completion-string): Use `minibufferp';
4285         test `completion-reference-buffer' if `buffer' arg is nil.
4286         (push-mark): Use `when' and `unless'.
4287         (pop-mark): Use `when'.
4289         * mouse-sel.el (mouse-sel-get-selection-function):
4290         Check `x-last-selected-text-primary'.  Don't barf if it or
4291         `x-last-selected-text' aren't bound.
4293 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4295         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
4297 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
4299         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
4301 2003-07-23  John Paul Wallington  <jpw@gnu.org>
4303         * tooltip.el (defface tooltip): Inherit from variable-pitch.
4305 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4307         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
4308         string.  Defvar the derived hook.
4310         * macros.el (insert-kbd-macro): Escape double quote character.
4311         From Thomas W Murphy <twm@andrew.cmu.edu>.
4313 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
4315         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
4316         to match the specific mark rather than reusing comment-start-skip.
4318 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
4320         * progmodes/hideshow.el (hs-special-modes-alist):
4321         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
4323 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
4325         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
4326         value using ?\s.
4328 2003-07-21  John Paul Wallington  <jpw@gnu.org>
4330         * subr.el (with-selected-window): Add closing paren.
4332 2003-07-21  Richard M. Stallman  <rms@gnu.org>
4334         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
4335         (lisp-mode): Likewise.
4337         * subr.el (with-selected-window): Copy code form save-selected-window
4338         so as to call select-window with norecord arg.
4339         (dynamic-completion-table): Doc fix.
4340         (lazy-completion-table): Doc fix.
4342         * international/mule-cmds.el (set-locale-environment):
4343         langinfo renamed to locale-info.
4345         * international/mule.el (auto-coding-functions): Doc fix.
4347 2003-07-21  Kenichi Handa  <handa@m17n.org>
4349         * international/quail.el (quail-translate-key):
4350         Update quail-current-str correctly.
4352 2003-07-21  Andreas Schwab  <schwab@suse.de>
4354         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
4355         ?, to "_".
4357 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4358         Version 2.0.36 of Tramp released.
4360         * net/tramp.el (tramp-default-password-end-of-line): Rename from
4361         tramp-password-end-of-line.
4362         (tramp-password-end-of-line): New method parameter.
4363         (tramp-get-password-end-of-line): Function to access method
4364         parameter `tramp-password-end-of-line', or variable
4365         `tramp-default-password-end-of-line' (default value).
4366         (tramp-methods): Add entries for new parameter
4367         tramp-password-end-of-line.
4368         (tramp-enter-password): Use new function
4369         `tramp-get-password-end-of-line'.
4370         (tramp-handle-insert-file-contents): Do not
4371         unconditionally inhibit the file operation file-local-copy, only
4372         do that when the inhibit-file-name-operation is currently
4373         insert-file-contents.  This fixes finding remote CVS-controlled
4374         files.  (It would barf on inserting the CVS/Entries file
4375         literally, because the file-local-copy handler wasn't called.)
4376         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
4377         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
4378         (tramp-initial-commands): New variable.
4379         (tramp-process-initial-commands): New function, using the variable.
4380         (tramp-open-connection-setup-interactive-shell): Call the new function.
4381         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
4382         method into the buffer name, never use nil.  Reported by Hanak
4383         David <dhanak@inf.bme.hu>.
4384         (tramp-open-connection-setup-interactive-shell): Erase buffer
4385         before sending "stty -onlcr".
4387         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
4389 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
4391         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
4393 2003-07-19  John Paul Wallington  <jpw@gnu.org>
4395         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
4396         (artist-draw-rect, artist-draw-square): Doc fixes.
4398         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
4400         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
4402 2003-07-19  Kenichi Handa  <handa@m17n.org>
4404         * international/kkc.el (kkc-show-conversion-list-update):
4405         Highlight the correct candidate in the message.
4407 2003-07-18  John Paul Wallington  <jpw@gnu.org>
4409         * simple.el (current-word): Don't include punctuation char when
4410         `really-word' arg is non-nil.
4412 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
4414         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
4415         moved to the directory obsolete.
4417 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
4419         * info.el (Info-menu-entry-name-re): Allow newlines in
4420         menu entry names.
4422         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
4423         syntax-ppss-after-change-function.
4424         (syntax-ppss-after-change-function): New alias.  Update uses.
4425         (syntax-ppss): Catch the case where the buffer is narrowed.
4427 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4429         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
4430         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
4432 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4434         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
4435         since it might be modified.
4437         * progmodes/cc-langs.el (c++-make-template-syntax-table)
4438         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
4439         names to these language constants.
4441 2003-07-15  Kim F. Storm  <storm@cua.dk>
4443         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
4444         All uses changed.
4446 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
4448         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
4449         Namespace support.
4451 2003-07-13  Juanma Barranquero  <lektu@terra.es>
4453         * frame.el (modify-all-frames-parameters): Reinstall (copyright
4454         papers received).
4456 2003-07-13  Karl Eichwalder  <ke@suse.de>
4458         * textmodes/po.el (po-find-charset): White space at the start of the
4459         Content-Type field body is non-mandatory.
4461 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
4463         * textmodes/texinfo.el (texinfo-section-list):
4464         Append appendixsection; a synonym for appendixsec.
4466 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
4468         * man.el (Man-translate-cleanup): New.
4469         (Man-translate-references): Call `Man-translate-cleanup' to clean
4470         leading, trailing and middle spaces.
4472 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
4474         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
4475         Handle `dired-directory' being a list.
4477 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4479         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
4480         it doesn't exist.
4482 2003-07-12  Richard M. Stallman  <rms@gnu.org>
4484         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
4486         * progmodes/cc-defs.el (c-make-keywords-re):
4487         Don't use delete-duplicates.
4488         (c-lang-const): Don't use mapcan.
4490         * apropos.el (apropos-show-scores): Make it customizable.
4491         Document new meaning.
4492         (apropos): Compute scores from symbols.
4493         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
4495 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4497         * ps-bdf.el: Fix copyright line.
4498         (bdf-directory-list): Fix initialization code.
4500 2003-07-11  John Paul Wallington  <jpw@gnu.org>
4502         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
4503         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
4504         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
4506 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
4508         * emacs-lisp/ring.el (ring-elements): Doc fix.
4510 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4512         * calendar/timeclock.el (timeclock-relative)
4513         (timeclock-ask-before-exiting, timeclock-use-display-time):
4514         Doc changes.
4515         (timeclock-modeline-display): Give a message if
4516         `timeclock-use-display-time' is non-nil but `display-time-mode'
4517         is not active.
4519 2003-07-11  Kenichi Handa  <handa@m17n.org>
4521         * international/mule-cmds.el (set-language-environment):
4522         Set current-language-environment to the correct string.
4524 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4526         * ps-print.el: Print line number correctly in a region.  Reported by
4527         Tim Allen <timallen@ls83.fsnet.co.uk>
4528         (ps-print-version): New version number (6.6.2).
4529         (ps-printing-region): Code fix.
4531 2003-07-10  John Paul Wallington  <jpw@gnu.org>
4533         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
4534         this function can be called from `add-completions-from-tags-table'.
4536 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
4538         * calendar/timeclock.el (timeclock-use-display-time)
4539         (timeclock-day-over-hook, timeclock-workday-remaining)
4540         (timeclock-status-string, timeclock-when-to-leave)
4541         (timeclock-when-to-leave-string, timeclock-log-data)
4542         (timeclock-find-discrep, timeclock-day-base)
4543         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
4544         (timeclock-modeline-display): Set the variable
4545         `timeclock-modeline-display'.
4546         (timeclock-update-modeline): Doc fix.  Respect value of
4547         `timeclock-relative'.
4549 2003-07-09  Richard M. Stallman  <rms@gnu.org>
4551         * textmodes/reftex-parse.el (reftex-all-document-files):
4552         Add autoload cookie.
4554         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
4555         (reftex-scanning-info-available-p): Add autoload cookie.
4557         * international/mule-cmds.el
4558         (set-display-table-and-terminal-coding-system): Delete duplicate
4559         aset on standard-display-table.
4561         * view.el (view-file): If existing buffer's major mode is special,
4562         don't go into view mode.
4564         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
4566 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4568         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
4569         buffer changes; there's third party code that calls this function
4570         directly.
4572 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4574         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
4575         (autodoc-font-lock-keywords): Don't byte compile on font lock
4576         initialization when running from byte compiled files.
4578 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4580         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
4581         statement ends with auto-increment "++".
4583 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4585         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
4586         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
4587         these are changed, so declare them as variables and not constants.
4589 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
4591         * subr.el (dolist, dotimes):  Doc fix.
4593 2003-07-08  Kim F. Storm  <storm@cua.dk>
4595         * international/mule-cmds.el
4596         (set-display-table-and-terminal-coding-system): Don't break
4597         bootstrap if standard-display-table isn't setup yet.
4599 2003-07-07  Richard M. Stallman  <rms@gnu.org>
4601         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
4602         Give it a doc string, and autoload it.
4604         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
4605         Use with-no-warnings.
4607         * info.el (Info-search): If find invisible text, search again.
4609         * isearch.el (search-whitespace-regexp): Add a shy group around it.
4611         * man.el (Man-name-regexp): Match + as part of name.
4613         * simple.el (visible-mode): Rename from vis-mode.
4614         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
4616         * simple.el (current-word): New arg REALLY-WORD specifies
4617         don't include punctuation chars.
4619         * emacs-lisp/debug.el (debug, debugger-env-macro):
4620         Use with-no-warnings while accessing and binding unread-command-char.
4622         * international/mule-cmds.el
4623         (set-display-table-and-terminal-coding-system): Use explicit loop
4624         instead of calling standard-display-default.
4626         * net/ange-ftp.el (ange-ftp-file-symlink-p):
4627         Use condition-case to catch error in ange-ftp-get-files.
4629         * net/browse-url.el (browse-url-browser-function):
4630         Add alternative for Epiphany.
4631         (browse-url-epiphany-program, browse-url-epiphany-arguments)
4632         (browse-url-epiphany-startup-arguments)
4633         (browse-url-epiphany-new-window-is-tab): New variables.
4634         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
4636         * progmodes/compile.el (compile-auto-highlight): Default now t.
4637         (compile): Doc fix.
4638         (compilation-next-error): Fix previous change.
4640         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
4642         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
4644 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
4646         * gdb-ui.el (gdb-source-info): Display current frame when
4647         attaching to an existing process.
4648         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
4649         while laying out windows when attaching to an existing process.
4651 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
4653         * info.el (Info-menu): Use Info-menu-entry-name-re.
4655 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
4657         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
4658         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
4660         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
4661         to match the same text.
4663 2003-07-06  John Paul Wallington  <jpw@gnu.org>
4665         * vc.el (vc-annotate-offset): Move defvar up.
4667 2003-07-06  Kim F. Storm  <storm@cua.dk>
4669         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
4670         This should fix the infinite loop when extracting menu names.
4672 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
4674         * files.el (auto-mode-alist, interpreter-mode-alist):
4675         Remove entries to CC Mode modes to avoid duplicates; they are now added
4676         with autoload directives in cc-mode.el.
4678 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
4680         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
4681         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
4682         these are changed, so declare them as variables and not constants.
4684         * progmodes/cc-mode.el: Fix some autoload problems: Try to
4685         ensure that the entry for ".c" extension comes before the one for
4686         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
4687         Fix incorrect entries that were added to `interpreter-mode-alist'.
4688         Move the autoload directives for AWK to the top level since they
4689         aren't recognized anywhere else.  Do not use the new AWK mode doc
4690         in the autoload form for the old AWK mode.
4692 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4694         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
4695         (bibtex-sort-ignore-string-entries): Default value t.
4696         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
4697         erroneously in previous version.
4698         (bibtex-string-files): Docstring reflects new parsing scheme.
4699         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
4700         docstring, add # as one of the chars to crush
4701         (bibtex-autokey-prefix-string, bibtex-autokey-names)
4702         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
4703         (bibtex-autokey-name-change-strings)
4704         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
4705         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
4706         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
4707         (bibtex-autokey-title-terminators)
4708         (bibtex-autokey-titlewords-stretch)
4709         (bibtex-autokey-titleword-ignore)
4710         (bibtex-autokey-titleword-case-convert)
4711         (bibtex-autokey-titleword-abbrevs)
4712         (bibtex-autokey-titleword-abbrevs)
4713         (bibtex-autokey-titleword-change-strings)
4714         (bibtex-autokey-titleword-length)
4715         (bibtex-autokey-titleword-separator)
4716         (bibtex-autokey-name-year-separator)
4717         (bibtex-autokey-year-title-separator)
4718         (bibtex-autokey-before-presentation-function)
4719         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
4720         Fix docstring.
4721         (bibtex-strings, bibtex-reference-keys):
4722         Use lazy-completion-table and make-variable-buffer-local.
4723         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
4724         (bibtex-braced-string-syntax-table)
4725         (bibtex-quoted-string-syntax-table): New variables.
4726         (bibtex-parse-nested-braces): Remove.
4727         (bibtex-parse-field-string): Use syntax table and forward-sexp.
4728         (bibtex-parse-association): Simplify.
4729         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
4730         (bibtex-parse-field-text): Simplify.
4731         (bibtex-search-forward-field, bibtex-search-backward-field):
4732         argument BOUND can take value t.
4733         (bibtex-start-of-field, bibtex-start-of-name-in-field)
4734         (bibtex-end-of-name-in-field, bibtex-end-of-field)
4735         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
4736         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
4737         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
4738         (bibtex-skip-to-valid-entry): Return buffer position of beginning
4739         and ending of entry.  Update for changes of bibtex-search-entry.
4740         Simplify.
4741         (bibtex-map-entries): FUN is called with three arguments.
4742         (bibtex-search-entry): Return a cons pair with buffer positions of
4743         beginning and end of entry.
4744         (bibtex-enclosing-field): Simplify.
4745         (bibtex-format-entry): Use booktitle to set a missing title.
4746         (bibtex-autokey-get-names): Fiddle with regexps.
4747         (bibtex-generate-autokey): Use identity.
4748         (bibtex-parse-keys): Use simplified parsing algorithm if
4749         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
4750         arguments. Return alist of keys.
4751         (bibtex-parse-strings): Simplify. Return alist of strings.
4752         (bibtex-complete-string-cleanup): Fix docstring.
4753         (bibtex-read-key): New function.
4754         (bibtex-mode): Fix docstring. Do not parse for keys and
4755         strings when the mode is entered. Set fill-paragraph-function to
4756         bibtex-fill-field. Setup font-lock-mark-block-function the way
4757         font-lock intended.
4758         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
4759         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
4760         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
4761         (bibtex-Preamble): Avoid hard coded constants.
4762         (bibtex-make-field): Fix docstring. Simplify.
4763         (bibtex-beginning-of-entry): Always return new position of point.
4764         (bibtex-end-of-entry): Rearrange cond clauses.
4765         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
4766         Update for changes of bibtex-map-entries.
4767         (bibtex-ispell-abstract): Do not move point.
4768         (bibtex-entry-index): Use downcase. Simplify.
4769         (bibtex-lessp): Handle catch-all.
4770         (bibtex-find-crossref): Turn into a command.
4771         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
4772         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
4773         preamble entries.
4774         (bibtex-fill-field-bounds): New function.
4775         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
4776         (bibtex-fill-entry): Use bibtex-fill-field-bounds
4777         (bibtex-String): Use bibtex-strings.  Always obey
4778         bibtex-sort-ignore-string-entries.
4780 2003-07-05  John Paul Wallington  <jpw@gnu.org>
4782         * cus-theme.el (customize-create-theme):
4783         Call `customize-create-theme' in Reset widget's notify function.
4785         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
4786         (ibuffer-mark-interactive): Use `or' instead of `unless'.
4787         (define-ibuffer-column name): Add summarizer.
4788         (define-ibuffer-column size): Likewise.
4789         (define-ibuffer-column filename): Likewise.
4790         (define-ibuffer-column process): Likewise.  Change BODY's output too.
4791         (define-ibuffer-column filename-and-process): Likewise, likewise.
4792         (ibuffer): Remove local vars `already-in' and `need-update'.
4794         * ibuf-ext.el: Don't require `derived' at compile-time.
4796 2003-07-05  Kim F. Storm  <storm@cua.dk>
4798         * info.el: Disable paragraph refilling.
4799         (Info-refill-paragraphs): New defcustom.
4800         (Info-fontify-node): Use it.
4802 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
4804         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
4805         thingies from constructors created by defstruct.
4807         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
4808         the default value of the variable.
4809         (byte-code-meter): Move declaration to top level.
4811         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
4813         * info.el (Info-following-node-name-re): New fun.
4814         (Info-following-node-name): Remove.
4815         (Info-insert-dir): Use the new fun.
4816         (Info-extract-pointer): Don't save restriction; use new fun.
4817         (Info-menu-entry-name-re): New const.
4818         (Info-menu-entry-name-re): Use it along with new fun.
4819         (Info-node-spec-re): Use new fun.
4820         (Info-complete-menu-item, Info-fontify-node): Use new const.
4821         (Info-goto-node, Info-follow-reference, Info-menu-update):
4822         Use match-string.
4823         (Info-follow-reference): Use assoc-string.
4824         Use a list of strings for the completion table.
4825         (Info-fontify-node): Use match-string, line-end-position.
4826         Limit the search for `node:' to the first line.
4828         * newcomment.el (uncomment-region): Remove padding coming from
4829         comment-start rather than just from comment-padding.
4831         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
4832         (vc-cvs-stay-local-p): Use vc-stay-local-p.
4833         (vc-cvs-rename-file): Remove (use the default).
4834         (vc-cvs-register): Register parent dir if needed.
4835         (vc-cvs-could-register): Return non-nil if parent can be registered.
4836         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
4837         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
4839         * vc-svn.el (vc-svn-use-edit): Make it into a const.
4840         (vc-svn-update): Fix the arguments to `svn'.
4841         (vc-svn-diff-tree): Just use `vc-svn-diff'.
4842         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
4843         Simple implementations, assuming `name' is a URL.
4845         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
4846         set of chars allowed unquoted in a case pattern.
4848         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
4850         * font-lock.el (font-lock-extra-types-widget)
4851         (c-font-lock-extra-types, c++-font-lock-extra-types)
4852         (objc-font-lock-extra-types, java-font-lock-extra-types)
4853         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
4854         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
4855         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4856         (font-lock-match-c++-structor-declaration)
4857         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
4858         (c++-font-lock-keywords-3, c++-font-lock-keywords)
4859         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
4860         (objc-font-lock-keywords-3, objc-font-lock-keywords)
4861         (java-font-lock-keywords-1, java-font-lock-keywords-2)
4862         (java-font-lock-keywords-3, java-font-lock-keywords)
4863         (java-font-lock-syntactic-face-function): Remove obsolete code
4864         and constants.  It's all in cc-fonts.el now.
4866 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
4868         * mail/sendmail.el (mail-specify-envelope-from)
4869         (mail-envelope-from): Doc fix.
4871 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
4873         * generic-x.el: Do away with the dependency on `c-emacs-features'
4874         when populating `rul-generic-mode-syntax-table'; we already know
4875         this isn't XEmacs.
4877 See ChangeLog.10 for earlier changes.
4879 ;; Local Variables:
4880 ;; coding: iso-2022-7bit
4881 ;; End:
4883     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
4884   Copying and distribution of this file, with or without modification,
4885   are permitted provided the copyright notice and this notice are preserved.
4887 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1