Code cleanup: make arguments constant whenever possible.
[emacs.git] / lisp / ChangeLog
bloba99f0af5647bc16c75fa54dc4c6b886782245482
1 2005-03-23  Lute Kamstra  <lute@gnu.org>
3         * generic-x.el: Code cleanup: make arguments constant whenever
4         possible.
5         (installshield-statement-keyword-list)
6         (installshield-system-functions-list)
7         (installshield-system-variables-list, installshield-types-list)
8         (installshield-funarg-constants-list): Make them constants.
10         * generic.el (generic-make-keywords-list): Add autoload cookie.
12         * calendar/time-date.el: Add comment on time value formats.  Don't
13         require parse-time.
14         (with-decoded-time-value): New macro.
15         (encode-time-value): New function.
16         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17         (days-to-time): Return a valid time value when arg is huge.
18         (time-since): Use time-subtract.
19         (time-to-number-of-days): Use time-to-seconds.
21 2005-03-23  David Ponce  <david@dponce.com>
23         * recentf.el: (recentf-keep): New option.
24         (recentf-menu-action): Default to `find-file'.
25         (recentf-keep-non-readable-files-flag)
26         (recentf-keep-non-readable-files-p)
27         (recentf-file-readable-p, recentf-find-file)
28         (recentf-cleanup-remote): Remove.
29         (recentf-include-p): More robust.
30         (recentf-keep-p): New function.
31         (recentf-remove-if-non-kept): Rename from
32         `recentf-remove-if-non-readable'. Use `recentf-keep-p'. All
33         callers updated.
34         (recentf-menu-items-for-commands): Fix help string.
35         (recentf-track-closed-file): Update. Doc fix.
36         (recentf-cleanup): Update. Count removed files. Doc fix.
38 2005-03-23  Kim F. Storm  <storm@cua.dk>
40         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
41         Don't inherit from fringe face (now happens automatically).
43 2005-03-22  Kim F. Storm  <storm@cua.dk>
45         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
46         position values.
48 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * menu-bar.el (showhide-date-time): Remove.
51         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
52         (menu-bar-make-mm-toggle): Simplify.
54 2005-03-22  JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
56         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
57         Accept qualified variable and function names.
59 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
61         * bindings.el (completion-ignored-extensions):
62         Remove ".lis" for `vax-vms'.
64 2005-03-22  Andreas Schwab  <schwab@suse.de>
66         * generic-x.el: Revert last change.
67         * ldefs-boot.el: Update.
69 2005-03-22  Jay Belanger  <belanger@truman.edu>
71         * calc/calc-embed (calc-embedded-original-modes): New variable.
72         (calc-embedded-save-original-modes)
73         (calc-embedded-restore-original-modes): New functions.
74         (calc-do-embedded): Save original modes when entering embedded mode
75         and restore when leaving embedded mode.
76         (calc-embedded-modes-change): Change the value of
77         calc-embedded-original-modes to reflect permanent changes.
79 2005-03-22  Lute Kamstra  <lute@gnu.org>
81         * generic-x.el: Require generic again.
83 2005-03-22  Miles Bader  <miles@gnu.org>
85         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
86         Tweak details to look good on both ttys and bitmap displays, light
87         or dark background, etc.
89 2005-03-21  Kim F. Storm  <storm@cua.dk>
91         * tooltip.el (tooltip-show-help-function): Check car and cdr of
92         mouse position.
94 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * icomplete.el: Don't forcibly turn on the mode upon load.
97         (icomplete-mode): Use define-minor-mode.
98         (icomplete-eoinput): Default to nil.
99         (icomplete-minibuffer-setup): Remove autoload.
100         (icomplete-tidy): Simplify.
101         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
102         in the initial state or if the user has modified the field.
103         Fix handling of icomplete-max-delay-chars.
104         Remove code that handles the oddball case where
105         minibuffer-completion-table is an integer.
106         Wrap icomplete-completions in while-no-input in case building
107         completions takes more time than expected.
108         (icomplete-completions): Simplify.
110 2005-03-21  Richard M. Stallman  <rms@gnu.org>
112         * jka-compr.el (jka-compr-really-do-compress):
113         Make variable buffer-local.
115         * image-mode.el: Handle .xpm files too.
116         (image-toggle-display): Preserve modification flag.
118         * help.el (where-is): Don't mention aliases with no key bindings.
120 2005-03-21  Lute Kamstra  <lute@gnu.org>
122         * generic.el: Fix commentary section.  Don't require cl for
123         compilation.
124         (generic-mode-list): Add autoload cookie.
125         (generic-use-find-file-hook, generic-lines-to-scan)
126         (generic-find-file-regexp, generic-ignore-files-regexp)
127         (generic-mode, generic-mode-find-file-hook)
128         (generic-mode-ini-file-find-file-hook): Fix docstrings.
129         (define-generic-mode): Make it a defmacro.  Fix docstring.
130         (generic-mode-internal): Code cleanup.  Add autoload cookie.
131         (generic-mode-set-comments): Code cleanup.
132         * generic-x.el: Don't prevent compilation.  Don't require generic.
133         Follow coding conventions.  Minor code cleanup.
134         (etc-fstab-generic-mode): Add some keywords.
135         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
136         define-generic-mode like a function declaration.
138 2005-03-21  Jay Belanger  <belanger@truman.edu>
140         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
141         changing modes.
143 2005-03-21  Sam Steingold  <sds@gnu.org>
145         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
147 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
149         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
150         Add underscore to "f$ lexicals" regexp.
152 2005-03-20  Juri Linkov  <juri@jurta.org>
154         * subr.el (progress-reporter-do-update): When `min-value' is equal
155         to `max-value', set `percentage' to 0 and prevent division by zero.
157 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
159         Sync with Tramp 2.0.48.
161         * tramp.el (all): Change all addresses to .gnu.org.
162         (tramp-append-tramp-buffers): New defun.
163         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
164         Catch `dont-send' signal.
165         (tramp-set-auto-save-file-modes): Set always permissions, because
166         there might be an old auto-saved file belonging to another
167         original file.  This could be a security threat.  Reported by
168         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
169         Check for Emacs 21.3.50 removed.
171         * tramp-smb.el (all): Remove debug construct for
172         `with-parsed-tramp-file-name'.
173         (tramp-smb-prompt): Prompt can contain spaces inside directory
174         names.
175         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
176         No error message if DIRECTORY or FILENAME doesn't exist.
177         (tramp-smb-open-connection): Check existence of
178         `tramp-smb-program'.
180 2005-03-20  Miles Bader  <miles@gnu.org>
182         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
183         in text-mode too.  Change to new face names.
184         (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'.
185         Add `:weight bold' attribute.
186         (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
188 2005-03-19  Juri Linkov  <juri@jurta.org>
190         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
192         * international/mule.el (auto-coding-alist): Sync with
193         `auto-mode-alist' by adding upper case archive file extensions
194         and adding ear/war to jar extension.
196 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
198         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
199         running, restart it.
201 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
203         * finder.el (finder-current-item): Throw an error on an empty
204         line.
206         * man.el (Man-follow-manual-reference): If current-word returns
207         nil, use "".
209 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
211         * simple.el (goto-line): Doc fix.
213 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
215         * files.el (save-buffer): Doc fix.
217 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
219         * recentf.el (recentf-cleanup-remote): New variable.
220         (recentf-cleanup): Use it to conditionally check availablity of
221         remote files.
223 2005-03-19  Joe Edmonds <joe-bugs-debian-org@elem.com>  (tiny change)
225         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
226         function names.
228 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
230         * language/thai-word.el: New file.
232 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
234         * files.el (backup-buffer): If the file's directory is not
235         writable, use copy instead of move to backup the file.
237 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
239         * obsolete/keyswap.el: Moved to obsolete/ from term/.
241 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
243         * ps-print.el (ps-generate-string-list, ps-generate-header-line): Use
244         functionp instead of symbolp and fboundp.  Reported by Drkm
245         <darkman_spam@yahoo.fr>.
246         (ps-print-version): New version 6.6.6.
248 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
250         * textmodes/table.el (table--line-column-position): New idiom.
251         (table--row-column-insertion-point-p): New function to test
252         validity of row and column insertion operation at a location.
253         (table-global-menu, table-cell-menu): Use above functions for
254         deterministic test operation.
255         (table--editable-cell-p): Behave in deterministic fashion.
257 2005-03-18  Juri Linkov  <juri@jurta.org>
259         * isearch.el (isearch-lazy-highlight-new-loop):
260         Make arguments beg and end optional.
261         (isearch-update): Remove optional arguments nil from
262         isearch-lazy-highlight-new-loop.
263         (isearch-lazy-highlight-search): Let-bind case-fold-search to
264         isearch-lazy-highlight-case-fold-search instead of
265         isearch-case-fold-search, and let-bind isearch-regexp to
266         isearch-lazy-highlight-regexp.
267         Use isearch-lazy-highlight-last-string instead of isearch-string.
269         * replace.el (perform-replace): Remove bindings of global
270         variables isearch-string, isearch-regexp, isearch-case-fold-search.
271         Add three new arguments to `replace-highlight'.
272         (replace-highlight): Add arguments string, regexp, case-fold.
273         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
274         to allow isearch-lazy-highlight-new-loop to use these values
275         to set corresponding isearch-lazy-highlight-* internal
276         variables whose values lazy highlighting will use regardless of
277         changes to global variables isearch-string, isearch-regexp,
278         isearch-case-fold-search during lazy highlighting loop.
279         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
280         to `lazy-highlight-cleanup'.
282         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
283         (ispell-highlight-face): Set default face to `isearch' when
284         lazy highlighting is enabled.
285         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
286         priority to 1.  Add lazy highlighting.
287         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
288         from `isearch-dehighlight'.
290 2005-03-18  David Ponce  <david@dponce.com>
292         * files.el (hack-local-variables): Do a case-insensitive search
293         for End.
295 2005-03-18  Juri Linkov  <juri@jurta.org>
297         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
298         `isearch-lazy-highlight-cleanup', add alias to old name and
299         declare obsolete.  Add release numbers to other obsolete vars.
300         (isearch-done, isearch-lazy-highlight-new-loop):
301         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
302         (lazy-highlight-cleanup) <variable>: Doc fix.
303         (isearch-lazy-highlight-update): Rename obsolete
304         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
306 2005-03-18  Kenichi Handa  <handa@m17n.org>
308         * language/thai-util.el: Fix categorization of Thai characters in
309         thai-category-table.
310         (thai-composition-pattern): Adjust it for the above change.
311         (thai-self-insert-command, thai-compose-syllable): New functions.
312         (thai-compose-region): Use thai-compose-syllable.
313         (thai-compose-string): Likewise.
314         (thai-composition-function): Likewise.
315         (thai-auto-composition): New function.
316         (thai-auto-composition-mode): New minor mode.
318         * language/thai.el: Fix patterns to be registered in
319         composition-function-table.
321         * international/quail.el (quail-input-method): Locally bind
322         inhibit-modification-hooks to t.
324 2005-03-17  Richard M. Stallman  <rms@gnu.org>
326         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
327         (perl-mode): Use run-mode-hooks.
329         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
330         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
331         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
333         * mail/sendmail.el (sendmail-send-it): Reenable the code
334         to compute resend-to-address and use it.
336         * tar-mode.el (tar-mode): Turn off undo unconditionally.
338         * image-mode.el: New file.
340         * image.el (insert-sliced-image): Add autoload cookie.
342         * font-lock.el (font-lock-lines-before): New user option.
343         (font-lock-after-change-function): Obey it.
345         * bindings.el (esc-map): Make M-g a prefix.
346         Bind M-g g and M-g M-g to goto-line.
348         * faces.el (face-id): Doc fix.
350 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
352         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
353         (rmail-show-message): Use rmail-unknown-mail-followup-to.
354         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
356         * mail/sendmail.el (mail-yank-ignored-headers)
357         (mail-font-lock-keywords, mail-mode-fill-paragraph):
358         Add Mail-Followup-To and Mail-Reply-To headers.
359         (mail-citation-hook): Add autoload cookie.
360         (mail-mode): Doc fix.
361         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
362         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
363         (mail-mode-fill-paragraph): Handle those headers.
364         (mail-mailing-lists): New variable.
365         (mail-mail-reply-to, mail-mail-followup-to): New functions.
367 2005-03-17  Juri Linkov  <juri@jurta.org>
369         * isearch.el (isearch-fallback): Check for `(car previous)'
370         before calling `isearch-other-end-state'.
372 2005-03-17  Kim F. Storm  <storm@cua.dk>
374         * simple.el (move-beginning-of-line): Move to beginning of buffer
375         line, as well as beginning of screen line.
377 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
379         * calendar/diary-lib.el (mark-diary-entries): Use new optional
380         argument REDRAW rather than calendar-redrawing variable.
381         * calendar/calendar.el (calendar-redrawing): Delete.
382         (redraw-calendar): Do not bind calendar-redrawing.
384 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
386         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
387         diary-file buffer.
389 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * help.el (describe-mode): Allow a :minor-mode-function property to
392         specify a different minor mode toggle function than the variable.
393         * simple.el (auto-fill-function):
394         * subr.el (add-minor-mode): Use it.
396 2005-03-16  Kenichi Handa  <handa@m17n.org>
398         * language/ethio-util.el (sera-being-called-by-w3): New variable.
399         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
400         (ethio-fidel-to-sera-buffer): Likewise.
402 2005-03-16  Juri Linkov  <juri@jurta.org>
404         * emacs-lisp/find-func.el (find-function-regexp):
405         Add defun-emitting macro `menu-bar-make-toggle'.
407         * isearch.el: Put `isearch-scroll' property to
408         `split-window-horizontally'.
410         * info.el: Update error messages for `debug-ignored-errors'.
411         (Info-isearch-search): Doc fix.
412         (Info-find-node): Move up code to go into info buffer before
413         recording the node to the history.
414         (Info-fontify-node): Fontify titles only if the next line
415         has two or more `*', `=', `-', `.'.
416         Display "go to this node" for empty (match-string 3).
418 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
420         * term/mac-win.el: Add mouse pointer shape constants.
422 2005-03-15  Kim F. Storm  <storm@cua.dk>
424         * simple.el (move-beginning-of-line): Use vertical-motion.
426 2005-03-15  Juri Linkov  <juri@jurta.org>
428         * isearch.el (isearch-error): New variable.
429         (isearch-invalid-regexp, isearch-within-brackets): Remove.
430         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
431         (isearch-within-brackets-state): Remove.
432         (isearch-case-fold-search-state, isearch-pop-fun-state):
433         Decrease frame index.
434         (isearch-mode, isearch-top-state, isearch-push-state)
435         (isearch-edit-string, isearch-abort, isearch-search-and-update)
436         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
437         (isearch-search, isearch-lazy-highlight-new-loop):
438         Replace `isearch-invalid-regexp' with `isearch-error'.
439         Remove `isearch-within-brackets'.
440         (isearch-search): Add `search-failed' handler to `condition-case'.
441         (isearch-lazy-highlight-search): Add `condition-case' to catch
442         errors and allow `isearch-lazy-highlight-update' to try
443         highlighting from the beginning of the window.
444         (isearch-repeat): Move up code to set isearch-wrapped to t
445         before calling isearch-wrap-function.
447         * info.el (Info-isearch-initial-node): New internal variable.
448         (Info-search): Signal an error in isearch mode when search leaves
449         the initial node.  Signal an error when `bound' is non-nil and
450         nothing was found in the current subfile.
451         (Info-isearch-search): Remove `condition-case'.
452         (Info-isearch-wrap): Don't wrap when search failed during leaving
453         the initial node.  If `Info-isearch-search' is nil, wrap around
454         the current node.
455         (Info-isearch-start): New fun.
456         (Info-mode): Add buffer-local hook `Info-isearch-start' to
457         `isearch-mode-hook'.
459 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
461         * simple.el (normal-erase-is-backspace): Set default to t if
462         running on Mac.
464         * term/mac-win.el (function-key-map): Sync with x-win.el.
466 2005-03-15  Kenichi Handa  <handa@m17n.org>
468         * international/mule-cmds.el (locale-language-names): Modify the
469         format of elements and add more entries.
470         (locale-preferred-coding-systems): Add more entries.
471         (set-locale-environment): Adjust for the change of
472         locale-language-names.
474 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
476         * pcvs.el (smerge-ediff): Remove bogus autoload.
478 2005-03-14  Lute Kamstra  <lute@gnu.org>
480         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
481         Ignore a `*' at the beginning of a line.
483         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
484         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
485         subr.el.
486         (dont-compile, eval-when-compile, eval-and-compile): Use declare
487         to specify indentation.
489         * generic.el (define-generic-mode): Let generic-mode-list be a
490         list of strings; test membership with equal.
492 2005-03-14  Kim F. Storm  <storm@cua.dk>
494         * simple.el (next-line, previous-line): Add optional try-vscroll
495         arg to recognize interactive use.  Pass it on to line-move.
496         (line-move): Don't perform auto-window-vscroll when defining or
497         executing keyboard macro to ensure consistent behaviour.
499 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
501         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
503 2005-03-13  Lute Kamstra  <lute@gnu.org>
505         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
506         debugger-setup-buffer so that backtrace marks the frames set to
507         debug-on-exit and we don't have to do it manually.  Set an extra
508         debug-on-exit for macro's.
509         (debugger-setup-buffer): Don't mark the top frame manually.
511 2005-03-12  Lute Kamstra  <lute@gnu.org>
513         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
514         lisp-indent-function throughout.
515         (with-no-warnings): Set lisp-indent-function property.
517 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
519         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
520         Add entry for backslash.
522 2005-03-12  Juri Linkov  <juri@jurta.org>
524         * info.el (Info-search): Four fixes for backward search.
526 2005-03-11  Jay Belanger  <belanger@truman.edu>
528         * calc/calc.el (calc-language-alist): New variable.
529         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
530         (calc-embedded-find-modes): Use calc-language-alist instead of
531         calc-embedded-language-alist.
533 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
535         * calendar/calendar.el (calendar-redrawing): New internal
536         variable.
537         (redraw-calendar): Remove bogus save-excursion from previous
538         change.  Bind calendar-redrawing to t for mark-diary-entries.
539         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
540         calendar if that is why we were called.
542 2005-03-11  Kenichi Handa  <handa@m17n.org>
544         * international/mule.el (make-coding-system): Set property
545         coding-system-define-form to nil.
546         (define-coding-system-alias): Likewise.
548 2005-03-11  Kenichi Handa  <handa@m17n.org>
550         These changes are suggested by Dave Love <fx@gnu.org>.
552         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
553         coding: tag.
554         (adaptive-fill-regexp): Add more bullets.
555         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
556         regexps.
558 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
560         * help.el (describe-mode): Properly handle non-trivial lighters.
561         Don't ignore minor modes that are not listed in minor-mode-list.
563         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
564         feature ON when the user requests to turn it OFF.
566 2005-03-10  Lute Kamstra  <lute@gnu.org>
568         * emacs-lisp/debug.el (debug-entry-code): Delete it.
569         (implement-debug-on-entry): New function to replace debug-entry-code.
570         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
571         second argument as the 2005-03-07 change makes it obsolete.
572         (debug-on-entry, cancel-debug-on-entry): Update call to
573         debug-on-entry-1.
574         (debug, debugger-setup-buffer): Comment update.
575         (debugger-frame-number): Update to work with implement-debug-on-entry.
577 2005-03-10  Jay Belanger  <belanger@truman.edu>
579         * calc/calc-embed.el (math-ms-args): Declare it.
580         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
581         math-ms-args.
582         (calc-embedded-subst): Use math-multi-subst-rec to substitute
583         variables.
585 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
587         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
588         Use message-box.
590         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
591         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
592         (tooltip-gud-tips): Simplify.
593         (tooltip-gud-tips-p): Remove superflouous :set.
594         (tooltip-gud-modes): Add fortran-mode.
595         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
597         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
599 2005-03-09  Kim F. Storm  <storm@cua.dk>
601         * play/animate.el (animate-place-char): Use forward-line instead
602         of next-line to improve performance.
604 2005-03-09  Simon Josefsson  <jas@extundo.com>
606         * net/browse-url.el (browse-url-default-browser): Doc fix.
608 2005-03-09  Miles Bader  <miles@gnu.org>
610         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
611         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
613 2005-03-09  Kenichi Handa  <handa@m17n.org>
615         * international/latin-1.el: Set case and syntax for 255 only if
616         set-case-syntax-set-multibyte is nil.
618         * textmodes/ispell.el (ispell-insert-word): New function.
619         (ispell-word): Use ispell-insert-word to insert a new word.
620         (ispell-process-line): Likewise.
621         (ispell-complete-word): Likewise.
623 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
625         * calendar/calendar.el (redraw-calendar): Preserve point.
626         Reported by Matt Hodges <MPHodges@member.fsf.org>.
627         (calendar-week-start-day): Move after definition of
628         redraw-calendar.  Delete buffer test, since redraw-calendar has
629         that now.
631         * calendar/diary-lib.el (mark-diary-entries): Only call
632         redraw-calendar in the first of any recursive calls.
633         Reported by Alan Shutko <ats@acm.org>.
635 2005-03-08  Juri Linkov  <juri@jurta.org>
637         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
638         (html-horizontal-rule, html-line, html-image, html-checkboxes)
639         (html-radio-buttons): Add a space before the trailing `/>' where
640         sgml-xml-mode is non-nil.
641         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
642         the subsequent tag of the empty XML tag.
643         (html-href-anchor): Don't set initial input to "http:".
644         (html-image): Ask for the image URL and set point inside alt="".
645         (html-name-anchor): Duplicate the name in the `id' attribute when
646         sgml-xml-mode is non-nil.
647         (html-paragraph): Remove \n before <p>.
648         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
649         instead of `checked' when sgml-xml-mode is non-nil.
651         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
652         Remove 1 space before #RRGGBB to not truncate it on terminal
653         windows w/o fringes.  Remove 1 space between bg and fg examples
654         to get more space.
655         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
656         avoid byte-compile warnings.
658         * image-file.el (image-file-handler): Put `safe-magic' property to
659         `image-file-handler'.
661         * info.el (Info-isearch-search): Emulate word search in
662         isearching through multiple Info nodes with Info-search.
663         (Info-isearch-wrap): Allow isearch-word.
665 2005-03-08  Lute Kamstra  <lute@gnu.org>
667         * emacs-lisp/debug.el (debugger-step-through): Make sure that
668         stepping into the debugger's code is not possible.
669         (debugger-jumping-flag): Docstring update.
671 2005-03-08  Jay Belanger  <belanger@truman.edu>
673         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
674         embedded mode begins.
675         (calc-embedded-language-alist): New variable.
676         (calc-embedded-find-modes): Use calc-embedded-language-alist to
677         set default language mode.
679 2005-03-08  Kenichi Handa  <handa@m17n.org>
681         * international/ccl.el (define-ccl-program): Fix docstring about
682         extra 256 bytes assured for the output buffer.
684         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
685         Fix BUFFER_MAGNIFICATION to 2.
686         (ccl-encode-mule-utf-16be-with-signature): Likewise.
688 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
690         * align.el (align-rules-list): Added an alignment rule for CSS
691         declarations (applies to css-mode and html-mode buffers).
693 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
697 2005-03-07  Kim F. Storm  <storm@cua.dk>
699         * simple.el (move-beginning-of-line): New command.
701         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
703         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
705         * emulation/cua-base.el: Put CUA move property on move-end-of-line
706         and move-beginning-of-line.
708         * apropos.el (apropos-print): Omit command from M-x ... RET.
710 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
712         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
713         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
715 2005-03-06  Richard M. Stallman  <rms@gnu.org>
717         * bindings.el (esc-map): Bind M-g to goto-line.
719         * facemenu.el (global-map): Bind M-o, not M-g.
721 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
723         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
724         "Open Directory" as for "Open File".
726 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
728         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
729         (push-mark-command): Run activate-mark-hook.
731 2005-03-06  Richard M. Stallman  <rms@gnu.org>
733         * help-mode.el (help-mode-finish): Don't alter the element
734         in view-return-to-alist if there already is one.
736         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
737         make sure the current buffer is the expected one.
739         * novice.el (disabled-command-function): Output in *Disabled Command*.
740         Explicitly ignore non-keyboard events, and explicitly handle C-g.
742         * textmodes/flyspell.el (flyspell-large-region):
743         Pass args differently for aspell.
745         * files.el (mode-require-final-newline): Doc fix.
747 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
749         * progmodes/which-func.el (which-function):
750         Specify NOERROR when calling imenu--make-index-alist.
752 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * simple.el (normal-erase-is-backspace): Define default value.
756         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
757         (custom-reevaluate-setting): Simple function to handle
758         variables that are defined before their default value can really
759         be computed.
761         * startup.el (command-line): Use it for temporary-file-directory,
762         small-emporary-file-directory, auto-save-file-name-transforms,
763         blink-cursor-mode, and normal-erase-is-backspace.
765         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
766         progress, even with buggy anchored keywords.
768 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
770         * simple.el (goto-line): Remove unbalanced final parenthesis.
772 2005-03-05  Richard M. Stallman  <rms@gnu.org>
774         * simple.el (goto-line): Use a number at point as the default.
775         With C-u as arg, switch buffers.
777 2005-03-05  Juri Linkov  <juri@jurta.org>
779         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
780         with `no-blinking-cursor'.
782         * startup.el (no-blinking-cursor): New defvar.
783         (command-line): Add `--no-blinking-cursor' to longopts.
784         Set `no-blinking-cursor' to t for command line arguments
785         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
786         with `no-blinking-cursor' in the condition for calling
787         `blink-cursor-mode'.
789 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
791         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
792         (menu-bar-options-save): Add blink-cursor-mode.
793         (menu-bar-options-menu): Add blink-cursor-mode.
795 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
797         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
798         (icalendar-export-file, icalendar-export-region)
799         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
800         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
802 2005-03-04  Lute Kamstra  <lute@gnu.org>
804         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
805         (debug-function-list): Ditto.
807 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
809         * textmodes/texinfmt.el (texinfo-append-refill):
810         Redefine the types of line to which @refill
811         is not appended by replacing a search for `@refill\\|@bye' with
812         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
813         itemize@refill' bug and the unfilled long lines bug.
814         (texinfmt-version): Update number and date.
816 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
818         * international/code-pages.el (windows-1250, windows-125[2-8])
819         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
821 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
823         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
824         bound yet.
826 2005-03-02  Romain Francoise  <romain@orebokech.com>
828         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
829         buffer after removing limits.
830         (ibuffer-pop-filter): Ditto.
831         Update copyright.
833 2005-03-02  Miles Bader  <miles@gnu.org>
835         * button.el (make-text-button): If the user doesn't specify a
836         type, use the default.  Rewrite to use `add-text-properties' and
837         plist functions.
839 2005-03-01  Lute Kamstra  <lute@gnu.org>
841         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
842         (debugger-jumping-flag): New var.
843         (debug-entry-code): Use it.
844         (debugger-jump): Use debugger-jumping-flag and add
845         debugger-reenable to post-command-hook.
846         (debugger-reenable): Use debugger-jumping-flag and remove itself
847         from post-command-hook.
848         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
849         debugger-reenable.
851 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
853         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
854         inclusion of "itemize\\|", which may be unnecessary, is certainly
855         inelegant, and stops refilling in itemize lists when formatting
856         Japanese Texinfo files to Info.
857         Update copyright to 2005.
859 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
861         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
862         of an error if GDB can't find the source file.
864 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
866         * calendar/calendar.el (redraw-calendar): Work from any buffer,
867         not just the calendar.
869         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
870         first.
871         (diary-redraw-calendar): New function.
872         (make-diary-entry): Add diary-redraw-calendar to local
873         write-contents-functions.  Turn off selective display before
874         inserting in diary.
876 2005-03-01  Kim F. Storm  <storm@cua.dk>
878         * emacs-lisp/copyright.el (copyright-fix-years): New command.
880 2005-03-01  Lute Kamstra  <lute@gnu.org>
882         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
883         that debug-entry-code can be safely removed from a function while
884         this code is being evaluated.  Revert the 2005-02-27 change as the
885         new implementation no longer requires it.  Make sure that a
886         function body containing just a string is not mistaken for a docstring.
887         (debug): Skip one more frame in case of debug on entry.
888         (debugger-setup-buffer): Delete one more frame line in case of
889         debug on entry.
890         (debugger-frame-number): Update to use the new text introduced by
891         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
893 2005-02-28  Kim F. Storm  <storm@cua.dk>
895         * double.el (double-translate-key): Call force-window-update after
896         read-event to avoid crash in redisplay.
898 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
900         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
901         (debug): Use it.  Move the inhibit-trace earlier.
902         (debug-entry-code): New const.
903         (debug-on-entry-1): Use it.
905 2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
907         * international/utf-16.el (ccl-encode-mule-utf-16le):
908         Fix BUFFER_MAGNIFICATION to 2.
909         (ccl-encode-mule-utf-16be): Likewise.
911 2005-02-28  Kenichi Handa  <handa@m17n.org>
913         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
914         Fix BUFFER_MAGNIFICATION to 4.
915         (ccl-encode-mule-utf-16be-with-signature): Likewise.
917 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
919         * speedbar.el (speedbar-update-flag): Doc fix.
920         (speedbar-show-info-under-mouse): Give set-mouse-position the right
921         argument.
923 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
925         * reveal.el (reveal-post-command): Don't try to reveal overlays which
926         have a non-nil `invisible' property but are actually visible.
928         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
929         for perldoc sections.
930         (perl-outline-regexp, perl-outline-level): New var and function.
931         (perl-mode): Use them.
933 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
935         * calendar/diary-lib.el (diary-remind): Discard any mark portion
936         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
938 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
940         * cus-edit.el: Comment change.
941         (custom-buffer-create-internal): Slightly reword text at top of
942         Custom buffers.  Mention there that saving an option edits the
943         init file.  Add link to Emacs manual node on `custom-file'.
944         (custom-magic-alist): Rewrite individual State messages to use
945         capitalized keywords.  Doc fix.
947 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
949         * calendar/calendar.el (calendar-buffer): Move above
950         calendar-week-start-day.
951         (calendar-week-start-day): Doc fix.  Add :set function.
952         (calendar-minimum-window-height): New variable.
953         (generate-calendar-window): Only resize window if selected-window
954         is displaying the calendar buffer.  Use new variable
955         calendar-minimum-window-height.
956         (generate-calendar): Reword error message.
957         (calendar-mode-map): Bind DEL to scroll-other-window-down.
959 2005-02-27  Andreas Schwab  <schwab@suse.de>
961         * vc.el (vc-do-command): Don't run command asynchronously when
962         operating in a remote directory.
964         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
965         change from sync with Tramp 2.0.47.
967 2005-02-27  Richard M. Stallman  <rms@gnu.org>
969         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
971         * textmodes/flyspell.el (flyspell-mode-on):
972         Call ispell-change-dictionary only if necessary.
974         * emacs-lisp/re-builder.el (regexp-builder): New function.
976         * register.el (describe-register-1): Explicitly handle
977         yank-excluded-properties = t.
979         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
980         (custom-magic-alist): Change the status descriptions again.
981         (face widget-type): Total rewrite based on `restricted-sexp'
982         to eliminate the confusing double hiding levels.
984         * emacs-lisp/debug.el (debug-on-entry-1):
985         If function body is empty, add nil as body form.
987 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
989         * emacs-lisp/trace.el (inhibit-trace): New var.
990         (trace-make-advice): Use it.
992         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
994 2005-02-26  Kim F. Storm  <storm@cua.dk>
996         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
997         (mouse-on-link-p, mouse-drag-region-1): Use it.
999 2005-02-25  Lute Kamstra  <lute@gnu.org>
1001         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
1003 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
1005         * frame.el (blink-cursor-mode): Add :group keyword.
1007 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
1009         * calendar/icalendar.el (icalendar--decode-isodatetime):
1010         New optional argument DAY-SHIFT.
1011         (icalendar-export-region): Fix coding-system-for-write.
1012         (icalendar--convert-ical-to-diary): Shift end-day of all-day
1013         events by one.
1015 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1017         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
1019 2005-02-24  Kim F. Storm  <storm@cua.dk>
1021         * international/iso-acc.el (iso-accents-compose): Fix crash
1022         during redisplay.  Call force-window-update after read-event
1023         and delete-region to signal that window is not accurate.
1025 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1027         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
1028         Remove unused and inexistent var `inhibit-trace'.
1029         (debugger-mode): Use run-mode-hooks.
1030         (debugger-list-functions): Add buttons; setup xref stack.
1032 2005-02-23  Richard M. Stallman  <rms@gnu.org>
1034         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
1035         appointment says it was explicitly made.
1036         (appt-add): Set the 3rd element.
1037         (appt-make-list): Preserve explicit appointments.
1039         * subr.el (find-tag-default): Catch errors in forward-sexp.
1041 2005-02-23  Juri Linkov  <juri@jurta.org>
1043         * info.el (Info-isearch-search): New defcustom.
1044         (Info-isearch-search): Call the default isearch function
1045         when Info-isearch-search is nil.
1046         (Info-isearch-wrap): Use variable Info-isearch-search.
1048 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
1050         * cus-edit.el: Comment change.
1052 2005-02-22  Kim F. Storm  <storm@cua.dk>
1054         * progmodes/hideif.el (hide-ifdef-use-define-alist):
1055         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
1057 2005-02-22  Simon Josefsson  <jas@extundo.com>
1059         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
1060         New variable.
1061         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
1062         Oskarsson" <myrkraverk@users.sourceforget.net>.
1064 2005-02-22  Kim F. Storm  <storm@cua.dk>
1066         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
1067         check that window of that event is the selected window.
1068         (mouse-drag-region-1): Compare mouse event window to selected
1069         window before setting point.
1071         * tooltip.el (tooltip-show-help-function): Pass event to
1072         mouse-on-link-p so it can check selected window.
1074 2005-02-22  Kenichi Handa  <handa@m17n.org>
1076         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
1077         (ps-mule-show-warning): New function.
1078         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
1079         characters are found.
1081         * ps-print.el (ps-header-footer-string): Return a list of header
1082         and footer strings.
1084 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1086         * pcvs.el (cvs-retrieve-revision): Fix thinko.
1088 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * frame.el (blink-cursor-mode): Use define-minor-mode.
1092         * term/mac-win.el (function-key-map): Use char-names more consistently.
1093         (file-name-coding-system): Only set it for MacOS-9.  The other case is
1094         already handled in mule-cmds.el (where it also works when mac-win.el
1095         is not used).
1097 2005-02-21  Kenichi Handa  <handa@m17n.org>
1099         * international/mule.el (ctext-pre-write-conversion): Always use
1100         " *code-converting-work*" buffer for work.
1102         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
1104 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
1106         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
1108 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
1110         * ses.el (undo-more): Restore defadvice, but only the part that
1111         allows changes outside the restricted area of the buffer.
1113 2005-02-20  Kim F. Storm  <storm@cua.dk>
1115         * simple.el (line-move): Add fourth optional arg try-vscroll which
1116         must be set to perform auto-window-vscroll.
1117         When moving backwards and doing auto-window-vscroll, automatically
1118         vscroll to the last part of lines which are taller than the window.
1119         (next-line, previous-line): Set try-vscroll arg on line-move.
1121 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1123         * replace.el (query-replace, query-replace-regexp)
1124         (replace-string, replace-regexp): When operating on region, make
1125         the minibuffer prompt say so.
1127         * isearch.el (isearch-forward): Document isearch-query-replace and
1128         isearch-query-replace-regexp keybindings.
1130 2005-02-19  Jay Belanger  <belanger@truman.edu>
1132         * calc/calc-aent.el (math-read-token): Add local variable.
1134         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
1135         (calc-edit-top): Move declaration to earlier in file.
1136         (calc-edit-macro-repeats): Add local variables.
1138         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
1139         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
1140         calcFunc-tanh.
1141         Adjust integration rule for calcFunc-tan.
1143 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1145         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
1146         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
1147         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
1148         (viper-skip-separators): Bug fix.
1149         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
1150         particular major mode.
1151         (viper-del-backward-char-in-replace): Don't put deleted char on the
1152         kill ring.
1154         * viper-ex.el (viper-color-display-p): New function.
1155         (viper-has-face-support-p): Use viper-color-display-p.
1157         * viper-keym.el (viper-gnus-modifier-map): New keymap.
1159         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
1161         * viper-util.el (viper-glob-unix-files): Fix shell status check.
1162         (viper-file-remote-p): Make equivalent to file-remote-p.
1164         * viper.el (viper-major-mode-modifier-list):
1165         Use viper-gnus-modifier-map.
1167 2005-02-19  David Kastrup  <dak@gnu.org>
1169         * subr.el (subregexp-context-p): Fix garbled doc string by adding
1170         quoting.
1172 2005-02-19  Jay Belanger  <belanger@truman.edu>
1174         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
1175         Remove extra definitions.
1176         (calc-coth): New function.
1177         (calcFunc-cot): Fix `let'.
1179 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
1181         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
1182         the reasons we use "type pc" in these faces.
1184         * button.el (button): Ditto.
1186 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
1188         * replace.el (query-replace-read-from): Set the value of
1189         query-replace-from-history-variable to handle the case of an empty
1190         string entered to accept the suggested default.
1192         * net/tramp.el (tramp-file-name-for-operation):
1193         Use dired-call-process instead of dired-call-process-command.
1195 2005-02-19  Jay Belanger  <belanger@truman.edu>
1197         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
1198         (math-div-non-trig): New variables.
1199         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
1200         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
1201         (math-combine-prod, math-div-symb-fancy): Add simplifications for
1202         trig expressions.
1204 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
1206         * progmodes/gdb-ui.el (gdb-var-update-handler)
1207         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
1208         for watch expressions,
1209         (gdb-var-create-handler): Don't set speedbar-update-flag.
1210         (gdb-post-prompt): Simplify test for speedbar.
1212 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1214         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
1215         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
1216         we use the syntax table of the correct buffer.
1217         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
1218         Felix Gatzemeier.
1220         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
1221         (ediff-file-remote-p): Make synonymous with file-remote-p.
1222         In all deffaces ediff-*-face-*, use min-colors.
1224         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
1225         ediff-recurse-to-subdirectories.
1226         (ediff-mark-if-equal): Check that the arguments are strings, use
1227         ediff-same-contents (after to Felix Gatzemeier).
1229         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
1230         nil.
1232 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * log-view.el (log-view-message-re): Fix up Subversion regexp.
1236 2005-02-18  David Kastrup  <dak@gnu.org>
1238         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
1239         use `mark-active' when defined.
1241 2005-02-18  Kenichi Handa  <handa@m17n.org>
1243         * ps-print.el (ps-font-info-database): New entry
1244         ZapfChancery-MediumItalic with correct font name.  Fix font name
1245         of the entry Zapf-Chancery-MediumItalic.
1247 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
1249         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
1251 2005-02-16  Kim F. Storm  <storm@cua.dk>
1253         * ido.el (ido-fallback-command): Pass user input to fallback command.
1255 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
1257         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1258         (gdb-find-file-hook): Add server prefix.
1260 2005-02-16  Richard M. Stallman  <rms@gnu.org>
1262         * replace.el (perform-replace): Pass new args to replace-highlight.
1263         (replace-highlight): Take region args,
1264         and pass them to isearch-lazy-highlight-new-loop.
1266         * novice.el (disabled-command-hook): Autoload the defalias
1267         and the make-obsolete-variable call.
1269         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
1271         * isearch.el (isearch-lazy-highlight-start-limit)
1272         (isearch-lazy-highlight-end-limit): New variables limit
1273         the region for highlighting.
1274         (isearch-lazy-highlight-new-loop): New args BEG and END.
1275         (isearch-lazy-highlight-search): Use the new vars.
1276         (isearch-lazy-highlight-update): Likewise.
1278         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
1280         * cus-start.el (all): Use default-boundp.
1282 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
1284         * menu-bar.el (menu-bar-select-frame): Handle current frame.
1286 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
1288         * autorevert.el (auto-revert-stop-on-user-input)
1289         (auto-revert-verbose): Doc fixes.
1291 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
1293         * international/mule-cmds.el (set-locale-environment): Remove call
1294         to set-selection-coding-system on Windows.
1296 2005-02-15  Jay Belanger  <belanger@truman.edu>
1298         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
1299         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
1300         calcFunc-coth.
1301         (math-simplify-sqrt): Add simplifications.
1303         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
1304         to list.
1306         * calc/calc-ext.el: Add functions to autoloads.
1308         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
1309         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
1310         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
1311         (math-csc-raw, math-cot-raw): New functions.
1313         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
1315         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
1316         the variable name in a message.
1318         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
1319         calcFunc-csc, calcFunc-cot.
1321         * calc/calcalg2.el: Add derivative and integration rules for
1322         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
1323         calcFunc-csch, calcFunc-coth.
1324         (math-do-integral-methods): Add to checks for when to use
1325         substitutions.
1327         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
1329 2005-02-15  Lute Kamstra  <lute@gnu.org>
1331         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1332         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
1333         <monnier@iro.umontreal.ca>
1334         (lisp-outline-level): Improve efficiency.  Suggested by David
1335         Kastrup <dak@gnu.org>.
1337 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
1339         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
1340         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
1341         (gdb-set-gud-minor-mode-existing-buffers): New functions.
1342         (gdb-find-file-hook): New hook. Add it to find-file-hook.
1343         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
1345 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
1347         * cus-start.el (all): Comment change.
1349 2005-02-14  Lute Kamstra  <lute@gnu.org>
1351         * cus-start.el (all): Check if symbol is void.
1353 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
1355         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
1356         optional argument to \cite.
1358 2005-02-14  Richard M. Stallman  <rms@gnu.org>
1360         * cus-edit.el (custom-buffer-create-internal): Update help message.
1361         (custom-magic-alist): Update help messages.
1363         * cus-start.el (all): Allow a var to specify a standard value.
1365 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
1367         * custom.el (custom-theme-set-variables): Handle variable aliases.
1369         * frame.el (blink-cursor-timer): Doc fix.
1370         (blink-cursor): Make it an alias for `blink-cursor-mode' and
1371         declare obsolete.
1372         (blink-cursor-mode): Define with defcustom and use correct
1373         standard expression in that defcustom.
1374         * startup.el (command-line): Adapt to above changes in frame.el.
1376 2005-02-11  Lute Kamstra  <lute@gnu.org>
1378         * apropos.el (apropos-score-doc): Prevent division by zero.
1380 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
1382         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
1383         (icalendar--get-event-property-attributes)
1384         (icalendar--get-event-properties)
1385         (icalendar--datetime-to-diary-date): New functions.
1386         (icalendar--split-value): Doc fix.
1387         (icalendar--datetime-to-noneuropean-date)
1388         (icalendar--datetime-to-european-date): New optional argument
1389         SEPARATOR.  Return result as a string instead of a list.
1390         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
1391         (icalendar--convert-string-for-export): Rename arg S to STRING.
1392         (icalendar-export-region): Doc fix.  Change name of error buffer.
1393         Save output buffer.
1394         (icalendar-import-file): Add blank at end of prompt.
1395         (icalendar-import-buffer): Doc fix.  Do not switch to error
1396         buffer.  Indicate status in return value.
1397         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
1398         buffer.  Save output buffer.  Handle exception from recurrence
1399         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
1400         events.  Fix problems with weekly all-day events.
1402 2005-02-10  Richard M. Stallman  <rms@gnu.org>
1404         * simple.el (eval-expression-print-format):
1405         Avoid warning about edebug-active.
1407         * help.el (help-for-help-internal): Rename from help-for-help.
1408         (help-for-help): Define with defalias.
1410         * font-core.el (font-lock-default-function): Use with-no-warnings.
1412         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
1414         * custom.el (defface): Doc fix.
1416 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
1418         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
1419         width 0" to prevent word wrapping problems.
1421 2005-02-09  Kim F. Storm  <storm@cua.dk>
1423         * ido.el (ido-file-extensions-order): New defcustom.
1424         (ido-file-extension-lessp, ido-file-extension-aux)
1425         (ido-file-extension-order): New advanced file ordering.
1426         (ido-file-lessp): New simple file ordering.
1427         (ido-sort-list): Remove.
1428         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
1429         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
1431 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
1433         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
1434         that some versions of grep produce.
1435         (grep-mode-font-lock-keywords): Likewise.
1437 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
1439         * progmodes/gdb-ui.el (gdb-location-list): New variable.
1440         (gdb-cdir): Delete.
1441         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
1442         (gdb-source-info): Treat case when source file is in another
1443         directory properly.
1444         (gdb-get-location): New function.
1446 2005-02-07  Jay Belanger  <belanger@truman.edu>
1448         * calc/calc-prog.el (calc-write-parse-table-part)
1449         (calc-fix-token-name): Fix a check for language type.
1451         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
1453 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
1455         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
1456         as directory not writable.
1458 2005-02-07  Kim F. Storm  <storm@cua.dk>
1460         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
1461         (cua--standard-movement-commands): Remove list.
1462         Instead, set CUA property value to move for movement commands.
1463         (cua-movement-commands): Remove.  Users must set CUA prop instead.
1464         (cua--pre-command-handler): Check CUA property.
1465         (cua--init-keymaps): Don't remap undo commands.
1466         (cua-mode): Don't call cua--rectangle-on-off.
1468         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
1469         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
1470         (cua--rect-undo-set-point): New var.
1471         (cua--rectangle-undo-boundary): Setup undo apply entry.
1472         (cua--rect-undo-handler): New function for rectangle undo.
1473         (cua--rect-start-position, cua--rect-end-position): Add.
1474         (cua--rectangle-post-command): Call cua--rectangle-set-corners
1475         for restored rectangle.  Set point if cua--rect-undo-set-point.
1477 2005-02-06  Jay Belanger  <belanger@truman.edu>
1479         * calc/calc-lang.el (calc-tex-language): Display more information
1480         in messages.
1482         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
1483         in TeX mode.
1485 2005-02-06  Richard M. Stallman  <rms@gnu.org>
1487         * emacs-lisp/lisp.el (buffer-end): Doc fix.
1489 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1491         * net/ldap.el (ldap-search-internal): Support attributes with
1492         optional descriptions separated by a semi-colon, as in
1493         "userCertificate;binary".
1495 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1497         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
1498         isn't a cons (i.e. the version is 0).
1500 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
1502         * help.el (help-for-help): Doc fix.
1504 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
1506         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
1507         GDB-Windows on the menu-bar as this works better.
1509 2005-02-04  Jay Belanger  <belanger@truman.edu>
1511         * calc/calc-embed.el (calc-embedded-update): Don't put in
1512         unnecessary newlines. Adjust the end of formula marker.
1514         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
1515         (math-latex-parse-two-args): New function.
1517 2005-02-03  Lute Kamstra  <lute@gnu.org>
1519         * help-fns.el (help-with-tutorial): Make sure that users cannot
1520         remove the entire text of the tutorial by means of `undo'.
1522 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
1525         in recent changes, where the ispell process was repeatedly
1526         killed & restarted.
1528         * international/mule-cmds.el (set-locale-environment): Set file-name
1529         coding system to utf-8 on Darwin systems.
1530         (set-default-coding-systems): Don't set default-file-name-coding-system
1531         on Darwin systems.
1533 2005-02-03  Richard M. Stallman  <rms@gnu.org>
1535         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
1537 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
1539         * faces.el (list-faces-display): Add optional argument.
1541 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1543         * font-core.el (font-lock-default-function): Handle the rare case where
1544         only font-lock-keywords is set.
1546 2005-02-02  Kenichi Handa  <handa@m17n.org>
1548         * international/characters.el: Cancel previous change for
1549         I-WITH-DOT-ABOVE and DOTLESS-i.
1551         * international/latin-5.el: Cancel previous change.
1553 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1555         * progmodes/gud.el: Correction to syntax in gud-menu-map.
1557 2005-02-02  Kenichi Handa  <handa@m17n.org>
1559         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
1560         DOTLESS-i.
1562         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
1563         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
1565         * case-table.el (get-upcase-table): New function.
1566         (copy-case-table): Copy upcaes table too if non-nil.
1567         (set-case-syntax-delims): Maintain upcase table too.
1568         (set-case-syntax-pair): Likewise.
1569         (set-upcase-syntax, set-downcase-syntax): New functions.
1570         (set-case-syntax): Maintain upcase table too.
1572 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1574         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
1576         * progmodes/gud.el (gud-goto-info): New function.
1577         (gud-tool-bar-map): Use correct icon.
1579 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1581         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
1582         When delegating, order args in the funcall correctly.
1584 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1586         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1588 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
1590         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
1591         buffer not visiting a file.
1593 2005-01-31  Jay Belanger  <belanger@truman.edu>
1595         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
1596         bound on the line with the formula.
1598 2005-01-31  Kim F. Storm  <storm@cua.dk>
1600         * ses.el (ses-create-cell-variable-range)
1601         (ses-destroy-cell-variable-range, ses-reset-header-string)
1602         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
1603         (ses-insert-row): Fix format of apply undo entries.
1605 2005-01-31  Jay Belanger  <belanger@truman.edu>
1607         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
1608         parts.
1610         * calc/calc-embed.el (calc-embedded-open-formula)
1611         (calc-embedded-close-formula): Ignore matrix environments.
1613         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
1614         TeX mode.
1616         * calc/calc-lang.el (math-function-table, math-oper-table)
1617         (math-variable-table): Adjust the LaTeX portions.
1619         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
1620         (math-latex-ignore-words): New constant.
1622 2005-01-31  Richard M. Stallman  <rms@gnu.org>
1624         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
1625         (ispell-local-dictionary): Doc fix.
1626         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
1627         Don't reinitialize at run time.  Don't defcustom.
1628         All uses changed to append ispell-local-dictionary-alist,
1629         or check it first.
1630         (ispell-current-dictionary): New variable for dictionary in use.
1631         (ispell-dictionary): Now used only for global default.
1632         (ispell-start-process): Set ispell-current-dictionary,
1633         not ispell-dictionary.
1634         (ispell-change-dictionary): Use this only for setting
1635         user preferences.
1636         (ispell-internal-change-dictionary): New function
1637         to change the current dictionary in use.
1638         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
1639         Use ispell-current-dictionary.
1640         Handle ispell-local-dictionary-overridden.
1641         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
1643 2005-01-31  Jay Belanger  <belanger@truman.edu>
1645         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
1647         * calc/calc-ext.el: Add calc-latex-language to autoloads.
1648         (calc-mode-map): Add calc-latex-language.
1650         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
1651         (math-latex-print-frac): New functions.
1652         (math-oper-table, math-function-table, math-variable-table)
1653         (math-complex-format, math-input-filter): Add latex properties.
1654         (calc-set-language): Set math-expr-special-function-mapping.
1656         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
1657         (calc-write-parse-table-part):  Add LaTeX support.
1659         * calc/calc.el (calc-language): Adjust docstring.
1660         (calc-set-mode-line): Add LaTeX support.
1661         (math-expr-special-function-mapping): New variable.
1662         (math-tex-ignore-words): Add to list.
1664         * calc/calccomp.el (math-compose-expr, math-compose-rows):
1665         Add LaTeX support.
1666         (math-compose-expr): Add support for special functions.
1668         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
1670 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
1672         * progmodes/gdb-ui.el (gdb-memory-address)
1673         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
1674         (gdb-memory-mode-map, gdb-memory-format-keymap)
1675         (gdb-memory-format-menu, gdb-memory-unit-keymap)
1676         (gdb-memory-unit-menu): New variables for a buffer
1677         that lets the user examine program memory.
1678         (gdb-memory-set-address, gdb-memory-set-repeat-count)
1679         (gdb-memory-format-binary, gdb-memory-format-octal)
1680         (gdb-memory-format-unsigned, gdb-memory-format-signed)
1681         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
1682         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
1683         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1684         (gdb-memory-unit-byte, gdb-memory-unit-menu)
1685         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
1686         (gdb-memory-mode, gdb-memory-buffer-name)
1687         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
1688         New functions for above buffer.
1690 2005-01-30  Richard M. Stallman  <rms@gnu.org>
1692         * cus-edit.el (custom-bury-buffer): Function deleted.
1693         (custom-buffer-done-function): Option deleted.
1694         (custom-buffer-done-kill): New (replacement option.
1695         (Custom-buffer-done): Call quit-window.
1696         (custom-buffer-create-internal): Update for above changes.
1698 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
1700         * simple.el (undo-ask-before-discard): New var.
1701         (undo-outer-limit-truncate): Implement it.
1702         (undo-extra-outer-limit): Doc update.
1704 2005-01-29  Richard M. Stallman  <rms@gnu.org>
1706         * ses.el (undo-more): Delete defadvice.
1707         (ses-begin-change): Doc fix.
1709         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
1710         instead of rebinding C-x u and C-_.
1712         * files.el (normal-backup-enable-predicate): Return nil for files
1713         in /tmp, regardless of temporary-file-directory.
1715         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
1717         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
1718         (open-rectangle, delete-whitespace-rectangle-line)
1719         (clear-rectangle-line): If FILL, pass t instead of FILL
1720         for move-to-column's 2nd arg.
1722         * simple.el (undo): Fix the test for continuing a series of undos.
1723         (undo-more): Set pending-undo-list to t when we reach end.
1724         (pending-undo-list): Move up defvar.
1726         * wid-edit.el (widget-button-click):
1727         Shorten the range of the track-mouse binding.
1729         * comint.el (comint-insert-input): Undo previous changes;
1730         use last-input-event in interactive spec.
1732 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
1734         * progmodes/compile.el (compilation-start): Bind buffer-read-only
1735         to nil before invoking call-process.  Reset buffer's modified flag
1736         after fontifying it in the no-async branch.
1738         * wid-edit.el (widget-specify-button): If mouse pointer shape
1739         cannot be changed, use mouse face instead.
1741 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
1743         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1744         (gdb-goto-breakpoint): Make breakpoint handling work on template
1745         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
1746         (gdb-assembler-custom): Update to recognise breakpoint information
1747         added on 2005-01-19.
1749 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
1752         (dsssl-mode): Use define-derived-mode.
1753         (scheme-mode-initialize): Remove.
1754         (scheme-mode): Use run-mode-hooks.
1756         * cus-edit.el (customize-group-other-window)
1757         (custom-buffer-create-other-window): Don't override special-display-*.
1758         (custom-mode-map): Make it dense.
1760         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
1761         sets the default value.
1763 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
1765         * descr-text.el: Add more keywords.
1767 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1769         * speedbar.el: Avoid unnecessary use of locate-library.
1771         * international/mule-cmds.el (standard-display-european-internal):
1772         Don't fiddle with latin-1 non-break space any more since it's now
1773         special cased in the C code.
1774         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1776 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
1778         * cus-start.el (all): Add `undo-outer-limit'.
1780 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1782         * textmodes/bibtex.el (bibtex-format-entry):
1783         Use `bibtex-empty-field-re' only on the text of fields, not on entire
1784         field lines.
1785         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1786         not on part of a buffer.
1788 2005-01-25  Lute Kamstra  <lute@gnu.org>
1790         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1791         nonempty field text strings like "{letters\\macro{}more letters}".
1792         Clarify docstring.
1793         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1794         (bibtex-entry-offset, bibtex-parse-association)
1795         (bibtex-parse-field-name): Fix typos in docstrings.
1796         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
1798 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
1800         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
1801         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
1802         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1803         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1805         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1806         isearch minor mode.
1808 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1810         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1812 2005-01-24  Lute Kamstra  <lute@gnu.org>
1814         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1815         CASECHARS and NOT-CASECHARS regular expressions of the
1816         "nederlands" and "nederlands8" dictionaries to prevent a "Range
1817         striding over charsets" error.
1819 2005-01-24  Jay Belanger  <belanger@truman.edu>
1821         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1822         display variable name.
1824 2005-01-24  Kenichi Handa  <handa@m17n.org>
1826         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1827         Fix setting of the element of encoded-kbd-iso2022-invocations.
1829 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
1831         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1832         (gdb-threads-select): Change to also accept mouse events.
1833         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1834         (gdb-threads-mouse-select): Delete.
1836 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
1838         * files.el (insert-directory): Take care of empty directory,
1839         listed without -a switch.
1841 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * textmodes/refill.el (refill-post-command-function):
1844         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1845         to the list of functions that we should be careful not to undo.
1846         (refill-late-fill-paragraph-function): Remove.
1847         (refill-saved-state): New var.
1848         (refill-mode): Use it to save fill-paragraph-function.
1849         Save also the value of auto-fill-function.
1851         * term/w32-win.el: Simplify code.
1853 2005-01-23  Kim F. Storm  <storm@cua.dk>
1855         * simple.el (line-move): Adapt to new return value from
1856         pos-visible-in-window-p.
1858         * simple.el (line-move): Fix last change.  Check partial
1859         visibility at point rather than at window-start.
1861 2005-01-22  Jason Rumney  <jasonr@gnu.org>
1863         * term/w32-win.el (xw-defined-colors): Remove debug-message.
1865 2005-01-22  David Kastrup  <dak@gnu.org>
1867         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1869 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
1871         * type-break.el (type-break-mode): Add a test for
1872         type-break-file-name being non-nil.
1874 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
1876         * net/eudc.el (top level): Call (message "") via progn, so that
1877         eudc-options-file is loaded.
1879 2005-01-22  Kim F. Storm  <storm@cua.dk>
1881         * simple.el (line-move-1): Rename from line-move.
1882         (line-move): New function that adjusts vscroll for partially
1883         visible rows, and calls line-move-1 otherwise.
1885 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
1887         * pcomplete.el: define pcomplete-read-event instead of read-event,
1888         since it's not a complete read-event implementation
1890 2005-01-20  Jay Belanger  <belanger@truman.edu>
1892         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1893         for called function.
1895 2005-01-20  Steven Tamm  <steventamm@mac.com>
1897         * term/mac-win.el (process-connection-type): Remove.
1898         Controlled now by s/darwin.h:PTY_ITERATION.
1900 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * window.el (handle-select-window): Don't switch window when we're
1903         in the minibuffer.
1905 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1907         * subr.el (dotimes-with-progress-reporter): New macro.
1909         * ses.el (ses-dotimes-msg): Remove macro.
1910         Use `dotimes-with-progress-reporter' instead.
1912 2005-01-19  Steven Tamm  <steventamm@mac.com>
1914         * term/mac-win.el (process-connection-type): Use new
1915         operating-system-release variable to use ptys on Darwin 7 (OSX
1916         10.3) when using carbon build.
1918 2005-01-19  Jay Belanger  <belanger@truman.edu>
1920         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1921         flags if the last command was a tab or M-tab.
1923         * calc/calc-prog.el (calc-user-define-edit): Put original formula
1924         in formula editing buffer.
1926 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1928         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1929         breakpoint image symbol in margin.
1931 2005-01-19  Jay Belanger  <belanger@truman.edu>
1933         * calc/calc-prog.el (calc-execute-kbd-macro):
1934         Ignore calc-keep-arg-flag.
1936 2005-01-19  Kenichi Handa  <handa@m17n.org>
1938         * textmodes/ispell.el (ispell-looking-at): New function.
1939         (ispell-process-line): Use ispell-looking-at to compare the ispell
1940         output and the buffer contents.
1942 2005-01-18  Jay Belanger  <belanger@truman.edu>
1944         * calc/calc.el (calc-display-raw): Fix docstring.
1946 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1948         * simple.el (blink-matching-open): Strip extra info from syntax.
1950         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1951         funny chars in the end-of-here-doc marker.
1953 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1955         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1956         that enable/disabled state of breakpoints is shown correctly in
1957         fringe and on ttys.
1958         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1959         Add breakpoint information as text properties.
1960         (gdb-mouse-toggle-breakpoint):
1961         Rename to gdb-mouse-set-clear-breakpoint.
1962         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
1963         breakpoints in the margin.
1964         (gdb-remove-strings): Simplify.
1966 2005-01-17  Jay Belanger  <belanger@truman.edu>
1968         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1969         erasing buffer.
1971 2005-01-17  Richard M. Stallman  <rms@gnu.org>
1973         * progmodes/grep.el (grep-find): Copy from `grep' the condition
1974         for calling grep-compute-defaults.
1976         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1977         if buffer is empty.
1979         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1981 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1983         * hilit-chg.el (highlight-changes-mode): Don't autoload.
1985         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1986         non-preloaded variables.
1988 2005-01-17  Steven Tamm  <steventamm@mac.com>
1990         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1991         tex-shell cause to force interactivity when using pipes.
1993 2005-01-17  Kim F. Storm  <storm@cua.dk>
1995         * simple.el (just-one-space): Make arg optional.
1997 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
1999         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
2000         posn-at-x-y to t to access left-margin.
2002 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
2004         Sync with Tramp 2.0.47.
2006         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
2007         catching keep-date problems in cp/scp operations.
2008         (tramp-handle-copy-file): Don't call `set-file-modes'
2009         unconditionally.  Specialized functions should know better what is
2010         necessary.  This improves performance a little bit, and the
2011         functions could catch errors with `cp -p' and `scp -p'.
2012         (tramp-do-copy-or-rename-file-via-buffer)
2013         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
2014         when appropriate.
2015         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
2016         Call `set-file-modes' when appropriate.
2017         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
2018         Johnsson <isak@hypergene.com>
2019         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
2020         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
2021         <joakim@verona.se>
2022         (tramp-file-name-for-operation): Mark `shell-command' as magic for
2023         Emacs only.
2025         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
2026         `find-file-hooks' and `dired-mode-hook'.
2027         (tramp-minor-mode-map): Respective map.  Add remapping for
2028         `compile' and `recompile'.
2029         (tramp-remap-command, tramp-recompile): New defuns.
2030         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
2031         in buffer "*Compilation*".  Call the commands asynchronously.
2033         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
2034         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
2035         `shell-command', because it isn't magic in XEmacs.  Reported by
2036         Adrian Aichner <adrian@xemacs.org>.
2038         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2039         `substitute-in-file-name.
2040         (tramp-smb-handle-substitute-in-file-name): New defun.
2041         (tramp-smb-advice-PC-do-completion): Delete advice.
2043 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
2045         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
2046         Fix error in deleting region.
2048 2005-01-15  Richard M. Stallman  <rms@gnu.org>
2050         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
2051         In non-temp buffer, switch syntax table temporarily.
2053         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
2055         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
2057         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
2059         * imenu.el (imenu--split-menu): Copy menulist before sorting.
2060         (imenu--generic-function): Use START, not BEG, as pos of definition.
2062         * simple.el (just-one-space): Argument specifies number of spaces.
2064         * simple.el (eval-expression-print-format): Avoid warning
2065         about edebug-active.
2067 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
2069         * progmodes/sh-script.el: Code copied from make-mode.el
2070         with small changes,
2071         (sh-mode-map): Bind C-c C-\.
2072         (sh-backslash-column, sh-backslash-align): New variables.
2073         (sh-backslash-region, sh-append-backslash): New functions.
2075 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2077         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
2078         (rmail-pop-password, rmail-pop-password-required): Move to
2079         rmail-obsolete group.
2080         (rmail-set-pop-password): Rename to rmail-set-remote-password.
2081         All callers updated.
2082         (rmail-get-pop-password): Rename to rmail-get-remote-password.
2083         Take an argument specifying whether it is POP or IMAP mailbox we
2084         are using.  All callers updated.
2085         (rmail-pop-password-error): Rename to
2086         rmail-remote-password-error.  Added mailutils-specific error message.
2087         (rmail-movemail-search-path)
2088         (rmail-movemail-variant-in-use): New variables.
2089         (rmail-remote-password, rmail-remote-password-required):
2090         New customization variables.
2091         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
2092         (rmail-parse-url): New function.
2093         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
2094         with GNU mailutils movemail.
2096 2005-01-15  Kevin Ryde  <user42@zip.com.au>
2098         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
2099         suffix to space, $ or '$, to correctly position point when going
2100         to @table style constants like DBL_MAX.
2102 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
2104         * type-break.el (type-break-mode, type-break-file-time)
2105         (type-break-file-keystroke-count, type-break-choose-file):
2106         Don't store data in or load data from the file if type-break-file-name
2107         is nil.
2108         (type-break-file-name): Doc update as per the above.
2110 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
2112         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
2113         lookup-key might return nil; handle that.
2115 2005-01-15  Alan Mackenzie  <acm@muc.de>
2117         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
2118         rather than the element found, thus enabling the tree to be setcar'd.
2120 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2122         * textmodes/org.el (org-show-following-heading): New option.
2123         (org-show-hierarchy-above): Use `org-show-following-heading'.
2124         (org-cycle): Documentation fix.
2126         * textmodes/org.el (orgtbl-optimized): New option
2127         (orgtbl-mode): New command, a minor mode.
2128         (orgtbl-mode-map): New variable.
2129         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
2130         (orgtbl-error, orgtbl-self-insert-command)
2131         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2133         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
2134         a local variable in each org-mode buffer.
2136         * textmodes/org.el (org-set-regexps-and-options): Rename from
2137         `org-set-regexps'.  Added checking for STARTUP keyword.
2138         (org-get-current-options): Add STARTUP options.
2139         (org-table-insert-row): Mode mode intelligent about when
2140         realignment is needed.
2141         (org-self-insert-command, org-delete-backward-char, org-delete-char):
2142         New commands.
2143         (org-enable-table-editor): New default value `optimized'.
2144         (org-table-blank-field): Support blanking regions if active.
2146 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2148         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
2149         if the year is not given.
2151         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
2152         Add new escapes %m and %M, fixed bug with %F by adding
2153         save-match-data.
2154         (reftex-reference): Remove ?. from list of spaces.
2155         (reftex-label-info): Add automatic label prefix recognition.
2157         * textmodes/reftex-index.el (reftex-index-next-phrase):
2158         Add slave parameter to call of `reftex-index-this-phrase'.
2159         (reftex-index-this-phrase): New optional argument.
2160         (reftex-index-region-phrases): Add slave parameter to call of
2161         `reftex-index-this-phrase'.
2162         (reftex-display-index): New argument redo.
2163         (reftex-index-rescan): Add 'redo to arguments of
2164         `reftex-display-index'.
2165         (reftex-index-Rescan, reftex-index-revert)
2166         (reftex-index-switch-index-tag): Add 'redo to arguments of
2167         `reftex-display-index'.
2168         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
2169         indexing.  Fix bug with matching is there is a quote before or
2170         after the word.
2172         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2173         Fix bug when collecting citation keys in lines with comments.
2174         (reftex-citation): Prefix argument no longer rescans the document,
2175         but forces prompting for optional arguments of cite macros.
2176         (reftex-do-citation): Prompting for optional arguments implemented.
2178         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2179         Add optional arguments to most cite commands.
2180         (reftex-cite-cleanup-optional-args): New option
2181         (reftex-cite-prompt-optional-args): New option.
2182         (reftex-trust-label-prefix): New option.
2184         * textmodes/reftex-toc.el (reftex-toc-find-section):
2185         Add push-mark before changing the position in the buffer.
2187         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
2188         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
2190 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
2192         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
2193         more carefully.
2195 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2197         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
2198         (sgml-mode): Use it.
2199         (sgml-get-context): Better keep track of implicitly closed tags.
2201 2005-01-13  Kenichi Handa  <handa@m17n.org>
2203         * textmodes/ispell.el: These changes are to fix misalignment error
2204         caused by equivalent characters of different Emacs charsets.
2205         (ispell-unified-chars-table): New variable.
2206         (ispell-get-decoded-string): New function.
2207         (ispell-get-casechars, ispell-get-not-casechars)
2208         (ispell-get-otherchars): Call ispell-get-decoded-string.
2210 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2212         * custom.el (custom-declare-variable): Just put symbol instead
2213         of (defvar . symbol) in `current-load-list'.
2215 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2217         * emacs-lisp/elint.el: Fixed typo in Commentary section.
2219 2005-01-12  Jay Belanger  <belanger@truman.edu>
2221         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
2222         to create a Calc summary.
2224 2005-01-12  Kim F. Storm  <storm@cua.dk>
2226         * mouse.el (mouse-on-link-p): Change functionality and doc
2227         string to comply with latest description in lisp ref.
2229 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
2231         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
2232         Enable mouse clicks on mode-line, header-line and margin.
2233         (event-type): Give mouse event symbols an 'event-kind property
2234         with value 'mouse-click.
2236 2005-01-12  Juri Linkov  <juri@jurta.org>
2238         * facemenu.el (list-colors-display): Add new arg buffer-name.
2239         Use it.  Fix docstring.  Replace code for identifying duplicate
2240         colors by the name with call to `list-colors-duplicates' which
2241         identifies duplicate colors by the value unless the color
2242         is one of special Windows colors.  Set truncate-lines to t.
2243         Print sorted duplicate color names on each line.  Indent to 22
2244         \(the longest color name in rgb.txt) instead of 20.  Optimize.
2245         (list-colors-duplicates): New function.
2246         (facemenu-color-name-equal): Delete function.
2248         * facemenu.el (list-colors-print): New function created from code
2249         in list-colors-display.  Print #RRGGBB at the window right edge.
2250         (list-colors-display): When temp-buffer-show-function is not
2251         defined, call list-colors-print from temp-buffer-show-hook
2252         to get the right value of window-width in list-colors-print
2253         after the buffer is displayed.
2255         * simple.el (pop-mark): Move deactivate-mark out of conditional
2256         part to deactivate the active mark regardless of the state of the
2257         mark ring.
2259         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
2260         variables line in desktop files.
2262 2005-01-12  Juri Linkov  <juri@jurta.org>
2264         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
2265         Bring together isearch highlight related options.
2266         (lazy-highlight): Replace group `replace' by `matching'.
2267         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2268         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2269         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
2270         and declare them obsolete.
2271         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
2272         (isearch-faces): Remove defgroup.
2273         (isearch-overlay, isearch-highlight, isearch-dehighlight):
2274         Move isearch highlighting code closer to lazy highlighting code.
2276         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
2277         (query-replace-highlight, query-replace-lazy-highlight)
2278         (query-replace): Move definitions to the beginning of the file.
2280 2005-01-11  Juri Linkov  <juri@jurta.org>
2282         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
2283         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
2284         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
2286         * info.el (Info-history-forward): New variable.
2287         (Info-select-node): Reset Info-history-forward to nil.
2288         (Info-last): Turn into defalias.
2289         (Info-history-back): Rename from Info-last.
2290         Add current node to Info-history-forward.
2291         (Info-history-forward): New fun.
2292         (Info-mode-map): Replace Info-last by Info-history-back.
2293         Bind Info-history-forward to "r".
2294         (Info-mode-menu): Replace Info-last by Info-history-back.
2295         Fix menu item text.  Add menu item for Info-history-forward.
2296         (info-tool-bar-map): Replace Info-last by Info-history-back.
2297         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
2298         for Info-history-forward.
2299         (Info-mode): Replace Info-last by Info-history-back in docstring.
2300         Add local variable Info-history-forward.
2301         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
2303 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2305         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
2306         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
2307         Ignore select-window events rather than fiddle with
2308         mouse-autoselect-window.
2310 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
2312         * type-break.el (type-break-mode): Fix previous change.
2314 2005-01-10  Jay Belanger  <belanger@truman.edu>
2316         * calc/calc-ext.el (calc-reset): Reset when inside embedded
2317         calculator; only reset when point is inside a calculator.
2318         Don't adjust the window height if the window takes up the whole height
2319         of the frame.
2321 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2323         * ebuff-menu.el (Electric-buffer-menu-mode):
2324         Preserve value of buffer-local var header-line-format.
2326 2005-01-09  Jay Belanger  <belanger@truman.edu>
2328         * calc/calc.el (calc-mode-var-list-restore-saved-values):
2329         Make sure settings file exists before accessing it.
2331         * calc/calc-embed.el (calc-embedded-subst):
2332         Replace math-multi-subst-rec, which is only supposed to be called
2333         by math-multi-subst, by math-multi-subst.
2335 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
2337         * vc.el (vc-allow-async-revert): New user option.
2338         (vc-disable-async-diff): New internal variable.
2339         (vc-revert-buffer): Use them to disable asynchronous diff.
2341         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
2342         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
2343         asynchronously if vc-disable-async-diff is t.
2345 2005-01-09  Jay Belanger  <belanger@truman.edu>
2347         * calc/calc.el (defcalcmodevar): New macro.
2348         (calc-mode-var-list-restore-default-values)
2349         (calc-mode-var-list-restore-saved-values): New functions.
2350         (calc-mode-var-list): Use defcalcmodevar to define it.
2351         (calc-always-load-extensions, calc-line-numbering)
2352         (calc-line-breaking, calc-display-just, calc-display-origin)
2353         (calc-number-radix, calc-leading-zeros, calc-group-digits)
2354         (calc-group-char, calc-point-char, calc-frac-format)
2355         (calc-prefer-frac, calc-hms-format, calc-date-format)
2356         (calc-float-format, calc-full-float-format, calc-complex-format)
2357         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2358         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2359         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2360         (calc-matrix-brackets, calc-language, calc-language-option)
2361         (calc-left-label, calc-right-label, calc-word-size)
2362         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2363         (calc-display-raw, calc-internal-prec, calc-angle-mode)
2364         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2365         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2366         (calc-window-height, calc-display-trail, calc-show-selections)
2367         (calc-use-selections, calc-assoc-selections)
2368         (calc-display-working-message, calc-auto-why, calc-timing)
2369         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
2370         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
2371         (calc-gnuplot-default-device, calc-gnuplot-default-output)
2372         (calc-gnuplot-print-device, calc-gnuplot-print-output)
2373         (calc-gnuplot-geometry, calc-graph-default-resolution)
2374         (calc-graph-default-resolution-3d, calc-invocation-macro)
2375         (calc-show-banner): Use defcalcmodevar to declare them and set
2376         their default values.
2378         * calc/calc-ext.el (calc-reset): Restore saved values of variables
2379         instead of default values (but restore default values if there is
2380         an argument of 0).
2382 2005-01-09  David Kastrup  <dak@gnu.org>
2384         * desktop.el (desktop-restore-eager): Fix typo in type.
2386 2005-01-08  Richard M. Stallman  <rms@gnu.org>
2388         * cus-edit.el (customize): Delete :link.
2390 2005-01-08  Jay Belanger  <belanger@truman.edu>
2392         * calc/calc.el (calc-mode): Remove the extension from the
2393         `calc-settings-file' file name when loading it.
2395 2005-01-08  Kim F. Storm  <storm@cua.dk>
2397         * info.el (Info-mode-map, Info-next-link-keymap)
2398         (Info-prev-link-keymap, Info-up-link-keymap):
2399         Map follow-link to mouse-face.
2400         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
2402 2005-01-08  Jay Belanger  <belanger@truman.edu>
2404         * calc/calc.el (calc-settings-file): Change default value.
2405         Suggested by cgw in a comment in calc-mode.el.
2407         * calc/calc-mode.el (calc-settings-file-name):
2408         Compare calc-settings-file to user-init-file instead of ~/.emacs.
2409         Replace ~/.emacs in a prompt by calc-settings-file.
2411 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
2413         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
2414         (desktop-lazy-idle-delay): New customizable variables.
2415         (desktop-buffer-args-list): New variable.
2416         (desktop-append-buffer-args): New function.
2417         (desktop-save): Call desktop-append-buffer-args for some buffers.
2418         (desktop-lazy-create-buffer): New function.
2419         (desktop-idle-create-buffers): New function.
2420         (desktop-read): Add message about buffers to restore lazily.
2421         (desktop-lazy-abort): New command.
2422         (desktop-clear): Call desktop-lazy-abort.
2423         (desktop-lazy-complete): New command.
2425 2005-01-06  Richard M. Stallman  <rms@gnu.org>
2427         * emacs-lisp/find-func.el (find-face-definition):
2428         Rename from find-face.
2430 2005-01-06  Kim F. Storm  <storm@cua.dk>
2432         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
2434         * man.el (Man-xref-man-page, Man-xref-header-file)
2435         (Man-xref-normal-file): Add follow-link property.
2437 2005-01-06  Jay Belanger  <belanger@truman.edu>
2439         * calc/calc-units.el: Make sure the proper macro definitions are
2440         available when compiling.
2442 2005-01-06  Juri Linkov  <juri@jurta.org>
2444         * isearch.el (isearch-lazy-highlight-update):
2445         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
2447 2005-01-06  Miles Bader  <miles@gnu.org>
2449         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
2450         (isearch-lazy-highlight-face): Use new name.
2452 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2454         * uniquify.el (uniquify-rationalize-file-buffer-names):
2455         Re-add an interactive spec.
2456         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
2457         to the same name.
2459         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
2460         (isearch-update, isearch-done): Adjust calls accordingly.
2462 2005-01-05  Richard M. Stallman  <rms@gnu.org>
2464         * custom.el (custom-set-variables, custom-theme-set-variables):
2465         Clarify documentation.
2467         * emacs-lisp/find-func.el (find-variable)
2468         (find-variable-other-window, find-variable-other-frame):
2469         Fix the TYPE args to find-function-read and find-function-do-it.
2470         (find-function): Doc fix.
2471         (find-function-at-point): Replace function-at-point alias.
2473 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2475         * cus-face.el (custom-declare-face):
2476         Record defface in current-load-list.
2478         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
2480         * emacs-lisp/find-func.el: Doc fixes.
2481         (find-face-regexp): New variable.
2482         (find-function-regexp-alist): New variable.
2483         (find-function-C-source): Third arg is now TYPE.
2484         (find-function-search-for-symbol): Handle general TYPE.
2485         (find-function-read, find-function-do-it): Handle general TYPE.
2486         (find-definition-noselect, find-face): New functions.
2487         (function-at-point): Alias deleted.
2489 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2491         * battery.el (display-battery-mode): Rename from display-battery.
2492         Handle the case where it gets turned off.
2494 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2496         * cus-edit.el (customize): Make :link point to user doc.
2498         * man.el (Man-fontify-manpage): Turn off undo generation.
2500         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
2502 2005-01-04  Andreas Schwab  <schwab@suse.de>
2504         * files.el (insert-directory): Only look for error lines in
2505         inserted text.  Don't move too far after processing --dired markers.
2507 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2509         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2510         Don't expand if the character is @, period, dash, etc.
2511         (define-mail-abbrev): Quote names that contain problem characters.
2513 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
2515         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
2517 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2519         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
2520         (query-replace-highlight, query-replace-lazy-highlight)
2521         (query-replace): Definitions moved up.  Doc fix.
2523 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2525         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
2526         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2527         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2528         (lazy-highlight-face): Rename from isearch-lazy-...
2529         Change all references to them.
2531 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2533         * cus-edit.el (custom-file): Doc fix for defcustom.
2534         (custom-file): The function no longer sets the variable
2535         `custom-file' to its return value.
2537         * startup.el (command-line): No longer load `custom-file'.
2539 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2541         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
2543         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
2544         Don't confuse module-prefixed identifiers for labels.
2545         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
2547 2005-01-02  Richard M. Stallman  <rms@gnu.org>
2549         * files.el (basic-save-buffer-1): Fix previous change.
2551         * loadhist.el (file-loadhist-lookup): New function.
2552         (file-provides, file-requires): Use it.
2554         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
2555         instead of calculating the right size.
2557 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2559         * vc-svn.el (vc-svn-diff): Stay local if possible.
2561 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
2563         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
2565         * files.el (hack-local-variables): Fix last change.
2567 2005-01-02  Jay Belanger  <belanger@truman.edu>
2569         * calc/calc-yank.el (calc-edit-top): New variable.
2570         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
2571         object.  Change header properties.
2572         (calc-edit-finish, calc-edit-finish-stack-object)
2573         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
2574         edited object.
2575         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
2576         for the beginning of the edited object.
2577         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
2578         for the beginning of the edited object.
2579         * calc/calc-prog.el (calc-edit-macro-finish-edit)
2580         (calc-finish-formula-edit, calc-macro-repeats)
2581         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
2582         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
2583         beginning of the edited object.
2584         (calc-user-define-edit): Change the header for editing macros.
2585         Remove unnecessary variable.
2587 2005-01-01  Jay Belanger  <belanger@truman.edu>
2589         * calc/calc-yank.el (calc-edit-mode): Change default header.
2590         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
2591         * calc/calc-store.el (calc-edit-variable): Change title to match new
2592         header.
2593         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
2594         mode to match new header.
2595         (calc-user-define-edit): Change titles to include names of commands.
2596         (calc-finish-formula-edit): Adjust to handle new header.
2597         (calc-finish-macro-edit): Remove.
2598         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
2599         (calc-edit-macro-command, calc-edit-macro-command-type)
2600         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
2601         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
2602         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
2603         (calc-edit-macro-finish-edit): New functions.
2604         (calc-user-define-edit): Use new functions to edit named calc macros.
2606 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
2608         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
2610         * ses.el (copy-region-as-kill): Deactivate mark.
2612 2005-01-01  Richard M. Stallman  <rms@gnu.org>
2614         * replace.el (occur-1): If the output buffer is also an input,
2615         don't kill it, rename it.
2617         * faces.el (set-face-background, set-face-foreground): Doc fix.
2619         * cus-face.el (custom-face-attributes): Fix :help-echo strings
2620         for :foreground and :background.
2622         * dired.el (dired-view-command-alist): Variable deleted.
2623         (dired-view-file, dired-mouse-find-file-other-window):
2624         Delete the code to use it.
2626 2005-01-01  Kim F. Storm  <storm@cua.dk>
2628         * image.el (insert-sliced-image): Use t for line-height property.
2630 2004-12-31  Jay Belanger  <belanger@truman.edu>
2632         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
2633         for "var-" at the beginning of the minibuffer.
2635 2004-12-31  Richard M. Stallman  <rms@gnu.org>
2637         * faces.el (read-face-name):
2638         Don't treat an attribute spec as a list of faces.
2640         * simple.el (undo): Use undo-equiv-table to detect
2641         unexpected changes since previous undo.
2642         (undo-list-saved): Variable deleted.
2643         (buffer-disable-undo): Don't alter undo-list-saved.
2645         * files.el (require-final-newline): Allow `visit' and `visit-save'.
2646         (mode-require-final-newline): New option.
2647         (after-find-file): Handle require-final-newline with new values.
2648         (basic-save-buffer): Handle new values of require-final-newline.
2650         * progmodes/sh-script.el (sh-require-final-newline):
2651         Alist value now controls whether to use mode-require-final-newline.
2652         (sh-set-shell): Implement that new meaning.
2654         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
2655         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
2656         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
2657         Delete old-Emacs compatibility code.
2658         (antlr-c-common-init): Function deleted.
2660         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
2661         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
2662         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
2663         * progmodes/python.el (python-mode): Use mode-require-final-newline.
2664         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
2665         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
2666         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
2667         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
2668         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
2669         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
2670         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
2671         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
2672         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
2673         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
2674         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
2675         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
2677 2004-12-31  Jay Belanger  <belanger@truman.edu>
2679         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
2680         way to return to Calc.
2682         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
2683         finish, C-xk as the way to cancel the edit.  Add cancel routine to
2684         kill-buffer-hook.
2686         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
2687         MacEdit code.
2689         * calc/calc-prog.el: Remove obsolete MacEdit code.
2690         (calc-macro-edit-algebraic, calc-macro-edit-variable)
2691         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
2693 2004-12-31  Kenichi Handa  <handa@m17n.org>
2695         * international/mule.el (buffer-file-coding-system-explicit):
2696         Rename for explicit-buffer-file-coding-system.
2697         (after-insert-file-set-coding): Adjust for the above change.
2699         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
2700         to buffer-file-coding-system-explicit.
2701         (basic-save-buffer-1): Likewise.
2703 2004-12-30  Richard M. Stallman  <rms@gnu.org>
2705         * textmodes/artist.el (artist-butlast-fn): Var deleted.
2706         (artist-butlast, artist-last): Functions deleted.
2707         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
2708         (artist-compute-key-compl-table): Call remq directly.
2709         (artist-remove-nulls): Function deleted.
2710         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
2711         (artist-push, artist-pop): Macro deleted.
2713 2004-12-30  Andreas Leue  <al@sphenon.de>
2715         * textmodes/artist.el (artist-version): 1.2.6
2716         (artist-prev-next-op-alist): New variable.
2717         (artist-select-next-op-in-list): New function.
2718         (artist-select-prev-op-in-list): New function.
2719         (artist-make-prev-next-op-alist): New function.
2720         (artist-is-in-op-list-p): New function.
2721         (artist-get-first-non-nil-op): New function.
2722         (artist-get-last-non-nil-op): New function.
2723         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
2724         artist-prev-next-op-alist.
2725         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
2726         change drawing operation.
2728 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2730         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
2732 2004-12-31  Masatake YAMATO  <jet@gyve.org>
2734         * server.el (server-process-filter): Suppress `error', too.
2736 2004-12-30  Jay Belanger  <belanger@truman.edu>
2738         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
2739         Change the way a variable is displayed in a message.
2741         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
2742         (calc-user-define-permanent, calc-execute-kbd-macro):
2743         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
2745 2004-12-30  Kenichi Handa  <handa@m17n.org>
2747         * files.el (basic-save-buffer-1):
2748         Set explicit-buffer-file-coding-system to last-coding-system-used.
2749         (revert-buffer): Pay attention to
2750         explicit-buffer-file-coding-system (not buffer-file-coding-system)
2751         on bind coding-system-for-read.
2753         * international/mule.el (explicit-buffer-file-coding-system):
2754         New buffer local variable.
2755         (after-insert-file-set-coding): Set it to coding-system-for-read.
2757 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2759         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
2761 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
2763         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
2764         that include line numbers.
2766 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
2768         * files.el (hack-local-variables): If no PREFIX, set it to "^".
2769         Redundant variable PREFIXLEN removed.
2771 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
2773         * eshell/em-hist.el (eshell-previous-matching-input):
2774         Start the deletion from the end of the output.
2776 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2778         * term/mac-win.el: Require x-dnd.
2779         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
2781 2004-12-29  David Kastrup  <dak@gnu.org>
2783         * international/mule.el (decode-coding-inserted-region):
2784         Don't barf if `buffer-undo-list' is already set to `t'.
2786 2004-12-29  Jay Belanger  <belanger@truman.edu>
2788         * calc/calc-prog.el (calc-user-define-formula): Put default values
2789         for function names in prompts.
2790         (calc-user-define-permanent, calc-user-define-composition)
2791         (calc-user-define-formula): Remove the need for "calcFunc-" in the
2792         default input for algebraic functions.
2794 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
2796         * vc-rcs.el (vc-rcs-annotate-command):
2797         Fix omission bug: Call `vc-setup-buffer'.
2799 2004-12-29  Kenichi Handa  <handa@m17n.org>
2801         * international/mule.el (recode-region): New function.
2803 2004-12-28  Richard M. Stallman  <rms@gnu.org>
2805         * simple.el (undo-extra-outer-limit): New variable.
2806         (undo-outer-limit-truncate): Test and set it.
2808         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2809         enables the feature to extend the existing region.
2811         * simple.el (mark-word): New arg ALLOW-EXTEND
2812         enables the feature to extend the existing region.
2814         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2815         enables the feature to extend the existing region.
2817         * startup.el (site-run-file): Don't allow setting it with Custom.
2819         * simple.el (buffer-disable-undo): Fix previous change.
2821 2004-12-27  Masatake YAMATO  <jet@gyve.org>
2823         * hexl.el (hexlify-buffer): Remove fontification here.
2824         Use font lock mechanism instead.
2825         (hexl-font-lock-keywords): New font lock kewords.
2826         (hexl-mode-old-font-lock-keywords): New variable.
2827         (hexl-mode): Store the old font lock keywords.
2828         (hexl-mode-exit): Restore the old font lock keywords.
2830 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2832         * simple.el (undo): Fix previous change.
2834 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2836         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
2837         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2838         Call x-open-connection on Mac OS X.
2840 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2842         * files.el (buffer-save-without-query): New var (buffer-local).
2843         (save-some-buffers): Save those buffers first, w/o asking.
2845         * files.el (insert-directory-ls-version): New variable.
2846         (insert-directory): When ls returns an error, test the version
2847         number to decide what the return code means.
2848         With --dired output format, detect and distinguish lines
2849         that are really error messages.
2850         (insert-directory-adj-pos): New function.
2852         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2854         * battery.el (battery-mode-line-format): Remove initial spaces.
2856         * uniquify.el (uniquify-rationalize-file-buffer-names):
2857         Delete interactive spec.
2859         * type-break.el (type-break-mode): Set buffer-save-without-query.
2860         Remove code that tried to set save-some-buffers-always.
2861         (type-break-file-keystroke-count): Bind deactivate-mark.
2863         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2865         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2866         Test that the buffer is live, and maybe reject current buffer too.
2867         Clarify.
2868         (next-error-find-buffer): Rewrite for clarity.
2870         * loadup.el: Don't use buffer-disable-undo; do it directly.
2872         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2873         (describe-variable): Call symbol-file with `defvar'.
2875         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2876         (symbol-file): Rewritten to handle new load-history format.
2877         Now takes an arg TYPE to specify looking for a particular
2878         type of definition only.
2880         * emacs-lisp/debug.el (debugger-make-xrefs):
2881         Call symbol-file with `defun'.
2883         * emacs-lisp/find-func.el (find-function-noselect):
2884         Call symbol-file with `defun'.
2885         (find-variable-noselect): Call symbol-file with `defvar'.
2887         * eshell/esh-cmd.el (eshell-find-alias-function):
2888         Call symbol-file with `defun'.
2890         * eshell/esh-test.el (eshell-test-goto-func):
2891         Call symbol-file with `defun'.
2893         * mail/rmail.el (rmail-resend):
2894         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2896         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2898         * progmodes/compile.el (compilation-find-buffer): Rename arg.
2900         * textmodes/texinfmt.el (texinfo-format-buffer-1):
2901         Call buffer-disable-undo.
2903         * simple.el (undo-list-saved): New variable (buffer-local).
2904         (undo): Set and test it.
2905         (buffer-disable-undo): Move here from buffer.c.
2906         Clear out undo-list-saved.
2908         * international/mule.el (decode-coding-inserted-region):
2909         Set buffer-undo-list in a correct and optimal way.
2911         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2912         (cperl-font-lock-unfontify-region-function): No need to save and
2913         restore info, since font-lock.el does it for us.
2915         * ansi-color.el (save-buffer-state): Definition deleted.
2916         (ansi-color-unfontify-region): Don't use save-buffer-state.
2918 2004-12-27  Dave Love  <fx@gnu.org>
2920         * wid-edit.el (function): Use restricted-sexp as parent.
2922 2004-12-27  Kevin Ryde  <user42@zip.com.au>
2924         * simple.el (next-matching-history-element): Use same
2925         `interactive' form as previous-matching-history-element.
2927         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2928         it can appear unencoded and has been seen from yahoo.
2930 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
2932         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2933         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
2935 2004-12-27  Kenichi Handa  <handa@m17n.org>
2937         * international/utf-8.el (utf-translate-cjk-load-tables):
2938         Bind coding-system-for-read to nil while loading subst-*.
2940 2004-12-26  Jay Belanger  <belanger@truman.edu>
2942         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2943         default input.
2945 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
2947         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2948         before reverting and disable undo recording while reverting.
2950 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
2952         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2953         (hs-make-overlay): New function.
2954         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2955         (hs-flag-region): Delete function.
2956         (hs-hide-comment-region): No longer use `hs-flag-region'.
2957         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2958         (hs-hide-block-at-point): Likewise.
2959         (hs-hide-level-recursive): Use `hs-discard-overlays'.
2960         (hs-hide-all, hs-show-all): Likewise.
2961         (hs-show-block): Likewise.
2962         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2964 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
2966         * progmodes/hideshow.el: Require `cl' when compiling.
2967         Remove XEmacs and Emacs 19 compatibility.
2968         Use `dolist' and `add-to-list' for load-time actions.
2969         (hs-discard-overlays): Use `dolist'.
2970         (hs-show-block): Likewise.
2972 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
2974         * faces.el (mode-line, mode-line-inactive): Use min-colors.
2976 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
2978         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2979         When extending backwards, move outside the current comment first.
2981 2004-12-22  Kenichi Handa  <handa@m17n.org>
2983         * international/quail.el (quail-start-translation): Fix prompt
2984         string for the case if input-method-use-echo-area being non-nil.
2985         (quail-start-conversion): Likewise.
2986         (quail-show-guidance): Don't show guidance if
2987         input-method-use-echo-area is non-nil.
2989 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2991         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2993 2004-12-21  Markus Rost  <rost@ias.edu>
2995         * calendar/diary-lib.el (mark-diary-entries):
2996         Set mark-diary-entries-in-calendar only after checking for diary-file.
2998 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3000         * faces.el (escape-glyph): Use blue against light foreground.
3002         * simple.el (undo-outer-limit-truncate): New function.
3003         (undo-outer-limit-function): Use undo-outer-limit-truncate.
3005 2004-12-21  Eli Barzilay  <eli@barzilay.org>
3007         * calculator.el: (calculator-radix-grouping-mode)
3008         (calculator-radix-grouping-digits)
3009         (calculator-radix-grouping-separator):
3010         New defcustoms for the new radix grouping mode functionality.
3011         (calculator-mode-hook): Now used in electric mode too,
3012         (calculator): Call it.
3013         (calculator-mode-map): Some new keys.
3014         (calculator-message): New function.  Some new calls.
3015         (calculator-op, calculator-set-register): Use it.
3016         (calculator-string-to-number): New function, mostly moved and
3017         updated code from calculator-curnum-value.
3018         (calculator-curnum-value): Use it.
3019         (calculator-paste): Use it, and update grabbing the current-kill.
3020         (calculator-rotate-displayer)
3021         (calculator-rotate-displayer-back): Toggle digit grouping when
3022         in radix mode, use calculator-message.
3023         (calculator-displayer-prev, calculator-displayer-next):
3024         Change digit group size when in radix mode.
3025         (calculator-number-to-string): Rename from
3026         calculator-num-to-string.  Now deals with digit grouping in
3027         radix mode.
3028         (calculator-update-display, calculator-put-value): Use the new name.
3029         (calculator-fact): Return a floating point number.
3030         (calculator-mode): Doc fix.
3032 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3034         * calendar/calendar.el (view-other-diary-entries): Add autoload.
3035         * calendar/diary-lib.el (view-other-diary-entries):
3036         Use current-prefix-arg in interactive spec.
3038 2004-12-19  Jay Belanger  <belanger@truman.edu>
3040         * calc/calc-aent.el (calcAlg-blank-matching-open):
3041         Temporarily adjust the syntax of both delimiters of half-open intervals.
3043 2004-12-19  Kim F. Storm  <storm@cua.dk>
3045         * mouse.el (mouse-1-click-follows-link): Doc fix.
3047 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3049         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
3050         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
3051         instead of centraleuropean as the name
3053 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
3055         Sync with Tramp 2.0.46.
3057         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
3058         parameters wrt Tramp convention.
3059         (tramp-handle-file-attributes-with-perl)
3060         (tramp-handle-directory-files-and-attributes): Apply it.
3061         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
3062         `copy-program'.  Reported by Zack Weinberg
3063         <zack@codesourcery.com>.
3064         (top): Set `edebug-form-spec' property directly rather than
3065         calling `def-edebug-spec'.
3067         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
3068         advice less fragile.  Surround temporary redefinition of
3069         `substitute-in-file-name' with `unwind-protect'.  Suggested by
3070         Matt Hodges <MPHodges@member.fsf.org>.
3072 2004-12-17  Juri Linkov  <juri@jurta.org>
3074         * replace.el (occur-accumulate-lines, occur-engine):
3075         Make forcing deferred font-lock fontification jit-specific.
3077 2004-12-17  Kim F. Storm  <storm@cua.dk>
3079         * mouse.el (mouse-1-click-follows-link): New defcustom.
3080         (mouse-on-link-p): New function.
3081         (mouse-drag-region-1): Implement mouse-1-click-follows-link
3082         functionality.  Map a mouse-1 click event into a mouse-2 (or
3083         other) event when position is inside a link.
3085         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
3086         prefix in tooltip text with "mouse-1" when this is a link
3087         recognized by mouse-1-click-follows-link functionality.
3089         * help.el (describe-key): Report effective and original binding
3090         for mouse-1 when clicked on a link.
3091         (describe-mode): Add follow-link property to "minor-mode" button.
3093         * help-fns.el (describe-variable): Add follow-link property to
3094         "below" button.
3096         * help-mode.el (help-xref): Add follow-link property.
3098         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
3099         (apropos-command, apropos-variable, apropos-face, apropos-group)
3100         (apropos-widget, apropos-plist): Add follow-link property.
3102         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
3103         checks if position is in a filename, rather than some other
3104         clickable item.  Function looks for cvs-filename-face at position.
3106         * wid-edit.el (widget-specify-field, widget-specify-button):
3107         Map a :follow-link keyword into a follow-link property.
3108         (link): Add :follow-link keyword, map to RET binding.
3110         * dired.el (dired-mode-map): Map follow-link to mouse-face.
3112         * progmodes/compile.el (compilation-minor-mode-map)
3113         (compilation-button-map, compilation-mode-map): Likewise.
3115 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
3117         * play/zone.el (zone): Init `line-spacing' from orig buffer.
3118         (zone-replace-char): Take `count' and `del-count'
3119         instead of `direction'.  Update callers.  When `del-count' is
3120         non-nil, delete that many characters, otherwise `count' characters
3121         backwards.  Insert the newly-replaced string `count' times.
3122         (zone-fret): Handle chars w/ width greater than one.
3123         (zone-fall-through-ws): No longer take window width `ww'.
3124         Update callers.  Add handling for `char-width' greater than one.
3125         (zone-pgm-drip): Update var holding window-end position every cycle.
3127 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
3129         * vc.el (vc-default-update-changelog): Use insert-file-contents,
3130         rather than insert-file.
3132 2004-12-16  Jay Belanger  <belanger@truman.edu>
3134         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
3135         (math-init-random-base, math-random-digit): Check to see if
3136         var-RandSeed is bound.
3137         (math-random-last): Declare it.
3138         (math-random-digit): Don't make math-random-last local.
3140 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
3142         * play/zone.el (zone): Fix omission bug: Use a self-disabling
3143         one-shot thunk for uniform (error, quit, normal) recovery.
3144         Reported by John Paul Wallington.
3145         (zone-pgm-random-life): Fix bug:
3146         Recognize empty initial field by lack of "@" chars.
3148 2004-12-16  Juri Linkov  <juri@jurta.org>
3150         * help.el (function-called-at-point):
3151         * help-fns.el (variable-at-point): As a last resort try stripping
3152         non-word prefixes and suffixes.
3154         * descr-text.el (describe-property-list): Don't treat syntax-table
3155         specially.  Use describe-text-sexp which inserts [show] button
3156         for large objects and handles printing errors.  Sort properties
3157         by names in alphabetical order instead of by value sizes.
3158         Add `mouse-face' to list of properties for `describe-face' widget.
3159         (describe-char): Mask out face-id from 19 bits of character.
3160         Print face-id separately.
3162         * replace.el (occur-accumulate-lines, occur-engine):
3163         Fontify unfontified matching lines in the source buffer
3164         before copying them.
3165         (occur-engine): Don't put mouse-face on context lines.
3166         (occur-next-error): Set point to line beginning/end
3167         before searching for prev/next property to skip multiple
3168         matches on a line (not supported by occur engine).
3169         Remove redundant prefix-numeric-value.
3171 2004-12-15  Juri Linkov  <juri@jurta.org>
3173         * replace.el (match): New face.
3174         (list-matching-lines-face): Change default from `bold' to `match'.
3176         * progmodes/grep.el (grep-match-face): New defvar.
3177         (grep-mode-font-lock-keywords): Use grep-match-face instead of
3178         compilation-column-face to highlight grep matches.
3180         * apropos.el (apropos-match-face): Change default from
3181         `secondary-selection' to `match'.
3183         * info-look.el (info-lookup-highlight-face): Change default from
3184         `highlight' to `match'.
3186 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
3188         * progmodes/executable.el (executable-interpret): Eliminate
3189         obsolete compile-internal, and switch to comint for interaction.
3191 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
3193         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
3194         `&&' when skipping multiple statements on a line.
3196 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
3198         * play/zone.el (zone): Set `truncate-lines'.
3199         Also, init `tab-width' with value from original buffer.
3200         (zone-shift-up): Rewrite for speed.
3201         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
3202         (zone-pgm-jitter): Remove redundant entries from ops vector.
3203         (zone-exploding-remove): Reduce iteration count.
3204         (zone-cpos): Convert to defsubst.
3205         (zone-replace-char): New defsubst.
3206         (zone-park/sit-for): Likewise.
3207         (zone-fret): Take window-start arg.
3208         Update callers. Use `zone-park/sit-for'.
3209         (zone-fill-out-screen): Rewrite.
3210         (zone-fall-through-ws): Likewise. Update callers.
3211         (zone-pgm-drip): Use `zone-replace-char'.
3212         Move var inits before while-loop. Use `zone-park/sit-for'.
3213         (zone-pgm-random-life): Handle empty initial field.
3214         Use `zone-replace-char' and `zone-park/sit-for'.
3216 2004-12-15  Juri Linkov  <juri@jurta.org>
3218         * isearch.el (isearch-update): Test isearch-lazy-highlight
3219         before calling isearch-lazy-highlight-new-loop.
3220         (isearch-lazy-highlight-new-loop):
3221         Don't test isearch-lazy-highlight.
3223         * replace.el (perform-replace): Add isearch-case-fold-search.
3224         Use delimited-flag for isearch-regexp.
3225         Reset isearch-lazy-highlight-last-string to force lazy
3226         highlighting when called from isearch mode.
3227         (query-replace-highlight): Revert defcustom type to boolean.
3228         (query-replace-lazy-highlight): New defcustom.
3229         (query-replace): New face.
3230         (perform-replace, replace-highlight, replace-dehighlight):
3231         Test query-replace-lazy-highlight instead of special value
3232         `isearch' of query-replace-highlight.
3233         (replace-dehighlight): Don't call isearch-dehighlight.
3234         (replace-highlight): Don't call isearch-highlight.
3235         Use face `query-replace' unconditionally.
3237 2004-12-14  Kim F. Storm  <storm@cua.dk>
3239         * simple.el (inhibit-mark-movement): Remove defvar.
3240         (beginning-of-buffer, end-of-buffer): Don't use it.
3242         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3243         Don't use inhibit-mark-movement.
3245         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
3246         (cua--undo-push-mark): Remove.
3247         (cua--pre-command-handler, cua--post-command-handler):
3248         Don't fiddle with inhibit-mark-movement.
3250 2004-12-14  Juri Linkov  <juri@jurta.org>
3252         * buff-menu.el (list-buffers-noselect): Collect internal info
3253         for every buffer in BUFFER-LIST arg too.
3254         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
3255         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
3256         Bind same-window-buffer-names and same-window-regexps to nil.
3258 2004-12-13  Juri Linkov  <juri@jurta.org>
3260         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
3262         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
3263         (sc-cite-region, sc-uncite-region, sc-recite-region):
3264         Fix previous change to handle not alist as a symbol, but
3265         a citation frame as a symbol that represents a variable name.
3267 2004-12-13  Richard M. Stallman  <rms@gnu.org>
3269         * filecache.el (file-cache-add-directory-using-find):
3270         Only set up file-cache-find-command-posix-flag if we will use it.
3272         * bindings.el (mode-line-buffer-identification-keymap):
3273         Don't cancel the mode-line's usual down-mouse-1 binding.
3275         * cus-edit.el (custom-face-selected): Handle `default' specs.
3276         (custom-face-edit): Increase extra-offset.
3277         (custom-display): Handle `default' specs.
3279         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
3281         * emacs-lisp/elint.el (elint-standard-variables)
3282         (elint-unknown-builtin-args): Move definitions up.
3284         * net/browse-url.el (browse-url-url-at-point): Add autoload.
3286         * info.el (info-xref-visited): Use `default' instead of t.
3287         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
3289         * faces.el (header-line, mode-line-inactive, tool-bar):
3290         Use `default' instead of t for setting the defaults.
3291         (face-spec-choose): Separate `t' from `default'.
3293         * subr.el (while-no-input): New macro.
3295 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
3297         * filecache.el (file-cache-add-directory-using-find):
3298         Only test file-cache-find-command-posix-flag on some systems.
3300 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3302         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
3303         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
3304         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
3305         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
3306         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
3308 2004-12-12  Juri Linkov  <juri@jurta.org>
3310         * files.el (find-file-other-window, find-file-other-frame):
3311         Add the first buffer to the returned value to return the complete
3312         list of all visited buffers.
3313         (find-file-read-only, find-file-read-only-other-window)
3314         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
3315         `find-file-read-args'.  Signal an error about non-existent file
3316         only if file name doesn't contain wildcards.  Toggle read-only in
3317         all visited buffers.
3318         (find-alternate-file, find-alternate-file-other-window):
3319         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
3320         called interactively.  Pass arg `wildcards' to other functions.
3321         (find-file-noselect): Doc fix.
3323         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
3324         Doc fix.
3325         (ffap-directory-finder): New variable.
3326         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
3327         (ffap-file-at-point): Add /* to immediately rejected names.
3328         Return absolute file names matching ffap-dired-wildcards.
3329         (ffap-read-file-or-url): Set default value for `completing-read'
3330         to `buffer-file-name'.
3331         (find-file-at-point): When filename matches ffap-dired-wildcards,
3332         call ffap-file-finder with t arg `wildcards', instead of dired.
3333         (ffap-other-window, ffap-other-frame): Return visited buffers.
3334         (ffap-read-only, ffap-read-only-other-window)
3335         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
3336         (dired-at-point): Call ffap-directory-finder instead of dired.
3337         (ffap-dired-other-window, ffap-dired-other-frame)
3338         (ffap-list-directory): New commands.
3339         (ffap-bindings): New keybindings for new commands.
3341 2004-12-12  Juri Linkov  <juri@jurta.org>
3343         * simple.el (beginning-of-buffer, end-of-buffer):
3344         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3345         Do not push mark when mark is active in transient-mark-mode.
3347         * simple.el (mark-word):
3348         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
3349         * textmodes/paragraphs.el (mark-paragraph):
3350         Extend the region when mark is active in transient-mark-mode,
3351         regardless of the last command.  Doc fix.
3353         * simple.el (mark-word): Preserve direction when repeating.
3354         Make arg optional.  Interactive "p" -> "P".
3355         (transient-mark-mode, inhibit-mark-movement): Doc fix.
3357         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
3358         preserving direction, to mark forward instead of backward when mark
3359         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
3361 2004-12-12  Juri Linkov  <juri@jurta.org>
3363         * isearch.el (isearch-edit-string): Set 7th arg of
3364         `read-from-minibuffer' to `t' to inherit the current input
3365         method (whose name is indicated by [IM] in the minibuffer prompt)
3366         from the current buffer to the minibuffer.
3367         (isearch-lazy-highlight-update): Put body to `with-local-quit'
3368         to allow C-g quitting for lazy highlighting looping inside the
3369         search with nested repetition operators.  Add overlay to the list
3370         before setting its face and other properties to avoid the case of
3371         code quitting after placing the new overlay but before it's
3372         recorded on the list.  Select the window where isearch was
3373         activated, to highlight matches in the right window when isearch
3374         switches the current window to the minibuffer.
3376         * international/isearch-x.el
3377         (isearch-process-search-multibyte-characters):
3378         Use `isearch-message' as initial input for `read-string' instead
3379         of adding it to the minibuffer prompt.  After reading a string
3380         remove the initial value of `isearch-message' from the string.
3382         * replace.el (replace-match-maybe-edit): Doc fix.
3383         (perform-replace): Don't call `replace-highlight' when automatic
3384         replacement is requested in literal mode, since it is intended
3385         only to highlight words during entering a new replacement string
3386         for \? in non-literal mode.
3388         * replace.el (query-replace-highlight): Add new value `isearch'
3389         that allows query replacement to use isearch highlighting.
3390         Change type from `boolean' to `choice'.  Doc fix.
3391         (replace-highlight, replace-dehighlight, perform-replace):
3392         Use isearch highlighting if query-replace-highlight eq `isearch'.
3394 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3396         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3397         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
3399         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
3400         case of \end{verbatim}.
3402 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
3404         * term.el (term-termcap-format): Synchronyze with terminfo.
3405         (term-emulate-terminal): Handle reset.
3406         (term-reset-terminal): New function.
3408 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
3410         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
3411         (zone-fill-out-screen): New func.
3412         (zone-pgm-drip): Use `zone-fill-out-screen'.
3413         Also, no longer go to point-min on every cycle.
3414         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
3415         (zone-pgm-random-life-wait): New user var.
3416         (zone-pgm-random-life): New func.
3418 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
3420         * files.el (auto-mode-alist): Map .com to DCL mode.
3422 2004-12-09  Richard M. Stallman  <rms@gnu.org>
3424         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
3426 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
3428         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
3429         buffer with a display margin.
3431 2004-12-08  Jay Belanger  <belanger@truman.edu>
3433         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
3434         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
3436 2004-12-08  Richard M. Stallman  <rms@gnu.org>
3438         * faces.el: Delete code to set display table.
3439         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
3441 2004-12-08  Jay Belanger  <belanger@truman.edu>
3443         * calc/calc.el: Add math-read-preprocess-string to autoloads.
3445         * calc/calc-ext.el (math-read-replacement-list)
3446         (math-read-superscripts, math-read-preprocess-string): Move to
3447         calc-aent.el.
3449         * calc/calc-aent.el (math-read-replacement-list)
3450         (math-read-superscripts, math-read-preprocess-string): Move from
3451         calc-ext.el.
3453 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3455         * isearch.el (isearch-quote-char): Fix up typo in last change.
3457 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
3459         * mouse.el (mouse-set-font): Handle the case where the command was
3460         not invoked using the mouse.
3462         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
3463         (edmacro-finish-edit): Further update for keyboard macros that are
3464         lambda forms.
3465         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
3467 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3469         * font-lock.el (font-lock-unfontify-region): Save buffer state.
3470         (font-lock-default-unfontify-region): Don't save buffer state any more.
3472 2004-12-07  Jay Belanger  <belanger@truman.edu>
3474         * calc/calc-help.el (calc-describe-key):
3475         Set calc-summary-indentation even when Calc Summary buffer exists.
3477 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
3479         * calendar/holidays.el (holiday-easter-etc): Make arguments
3480         optional for backwards compatibility.  Doc fix.
3481         Remove un-necessary local vars mandatory, output-list.
3482         (holiday-advent):  Make arguments optional for backwards
3483         compatibility.  Doc fix.
3485 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3487         * paren.el (show-paren-function): Fix last change (2004-12-02).
3489         * international/mule-util.el (char-displayable-p): Return nil for
3490         unibyte mode.
3492         * subr.el (subregexp-context-p): New function.
3494         * isearch.el (isearch-quote-char): Use it.
3496         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
3497         (regexp-opt-not-groupie*-re): Remove.
3498         (regexp-opt): Properly handle inputs with duplicate entries.
3500 2004-12-06  Richard M. Stallman  <rms@gnu.org>
3502         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
3504         * cus-edit.el (custom-file): Doc fix.
3506         * textmodes/org.el: New file.
3508 2004-12-06  Kenichi Handa  <handa@m17n.org>
3510         * ldefs-boot.el: Update international/mule-util.el section.
3512 2004-12-05  Sam Steingold  <sds@gnu.org>
3514         * net/tramp.el (tramp-handle-file-accessible-directory-p):
3515         Fix `tramp-time-diff' comparison logic.
3517 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
3519         * progmodes/which-func.el (which-function):
3520         Use `run-hook-with-args-until-success' instead of a custom loop.
3521         Fixes bug with local hooks.
3523 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3525         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
3526         Use delete-dups when calculating the initial value.
3527         (bibtex-autokey-get-title): Use <=.
3528         (bibtex-goto-line): New function.
3529         (bibtex-reposition-window): Use line numbers instead of point
3530         positions.  Use window-body-height.
3531         (bibtex-find-crossref): Use bibtex-reposition-window.
3532         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
3533         position of entry if key is found or nil if not found.
3535 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3537         * cus-edit.el (custom-file): Doc fix.
3539         * progmodes/sh-script.el (sh-indent-for-then): Change default.
3541 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3543         * simple.el (blink-matching-open):
3544         * textmodes/tex-mode.el (tex-validate-region):
3545         Obey syntax-table text properties.
3547 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3549         * wid-edit.el (widget-specify-field): Add `real-field' property to
3550         boundary.
3551         (widget-field-at): Use it.
3553 2004-12-02  Richard M. Stallman  <rms@gnu.org>
3555         * progmodes/cc-mode.el (awk-mode autoload):
3556         Supply t meaning interactive function.
3558         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
3559         (isearch-mode-map): No special definition for space.
3560         (isearch-whitespace-chars): Command deleted.
3561         (isearch-forward-regexp): Doc fix.
3562         (isearch-quote-char): When a space is not inside brackets,
3563         use `[ ]' instead of just space.
3564         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
3566         * imenu.el (imenu--generic-function): Delete code to exclude
3567         matches in comments.
3569         * man.el (Man-reverse-face): Change default to `highlight'.
3571         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
3572         (occur-engine): Use `face' prop rather than `font-lock-face'
3573         when specifying use of `match-face'.
3574         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
3576         * emacs-lisp/elint.el (elint-standard-variables): Update list.
3578         * add-log.el (add-log-current-defun): Handle the case where point
3579         is in the header part of a DEFUN construct.
3581 2004-12-02  Dave Love  <fx@gnu.org>
3583         * progmodes/python.el (python-font-lock-syntactic-keywords):
3584         Fix previous change.
3586 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
3588         * paren.el (show-paren-function): Check for matching chars
3589         specified by text props.
3591 2004-12-02  Jay Belanger  <belanger@truman.edu>
3593         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
3594         when reading a new key sequence.
3596 2004-12-02  Kim F. Storm  <storm@cua.dk>
3598         * faces.el (escape-glyph): Rename from glyph.
3599         (standard-display-table): Set it here.  Add escape-glyph face to
3600         extra slot characters.
3602         * disp-table.el: Undo 2004-12-01 change.  Display table is now
3603         setup in faces.el.
3605 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
3607         * xml.el (xml-parse-dtd): Don't show validity messages when
3608         xml-validating-parser is nil.
3609         (xml-substitute-special): Fix validity error messages to
3610         actually show the unexpandable entity.  Added validity error if &
3611         isn't followed by an entity.
3612         (xml-parse-tag): Concatenate any string following the a
3613         <![CDATA[]]> section to the parsed CDATA.
3614         (xml-parse-dtd): Skip parameter entity declarations and use of
3615         parameter entities.
3617 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3619         * kmacro.el (kmacro-default-counter-format): New var.
3620         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
3621         (kmacro-display): Remove `nil' from `and' form.  Delete call to
3622         `format' inside `message'.
3623         (kmacro-start-macro): Use `kmacro-default-counter-format'.
3625 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3627         * pcvs.el (cvs-header-msg): New function.
3628         (cvs-update-header): Use it.  Change calling convention.
3629         Correctly handle the case of having simultaneous active processes.
3630         (cvs-sentinel): Don't call cvs-update-header any more.
3631         (cvs-mode-run): Update call and add cvs-update-header to postproc.
3633 2004-12-01  Jay Belanger  <belanger@truman.edu>
3635         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
3636         Change message.
3638 2004-12-01  Juri Linkov  <juri@jurta.org>
3640         * progmodes/prolog.el (prolog-mode-variables):
3641         Fix imenu-generic-expression.
3643 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
3645         * faces.el (glyph): New face.
3647         * disp-table.el: Add an autoloaded table, that doesn't require
3648         this library, with glyph face.
3650         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
3651         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
3652         (conf-quote-normal): Allow normalizing only ' or ".
3653         (conf-mode): Regexp-quote constructed comment-start and don't
3654         match section {} where "name" contains braces.
3656         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
3657         files.
3659 2004-12-01  Kenichi Handa  <handa@m17n.org>
3661         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
3662         (x-select-text): Don't treat eight-bit-control/graphic chars
3663         specially.  Store the encoded text in the X cut buffer.
3664         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
3665         with x-last-selected-text-cut-encoded.
3667 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
3671 2004-11-30  Markus Rost  <rost@ias.edu>
3673         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
3674         AUCTeX.
3676 2004-11-30  Jay Belanger  <belanger@truman.edu>
3678         * calc/calc-arith.el (math-possible-signs): Made stronger checks
3679         on signs of intervals.
3680         (math-pow-of-zero): Strengthen checks for positive and negative
3681         exponents.
3683         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
3684         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
3685         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
3686         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
3687         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
3688         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
3689         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
3690         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
3691         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
3692         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
3693         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
3694         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
3695         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
3696         with provide statements.
3698         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
3700         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
3702         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
3703         (calc-load-everything, math-defsimplify): Replace dummy autoloading
3704         functions by require statements.
3705         (math-defsimplify): Move to calc-alg.el, add to autoloads.
3707         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3708         (calc-gnuplot-print): Give them values.
3710         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
3711         autoloads.
3712         Add calc-do-embedded-activate to autoloads.
3713         (calc-gnuplot-name, calc-gnuplot-plot-command)
3714         (calc-gnuplot-print-command): Move them to calc-graph.el.
3716 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3718         * term/mac-win.el (ccl-encode-mac-roman-font)
3719         (ccl-encode-mac-cyrillic-font)
3720         (ccl-encode-mac-centraleuropean-font, encoder-list)
3721         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
3722         Support Cyrillic, CentralEuropean, and Dingbat font display
3724 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
3726         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
3728         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
3729         still nil.
3731 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
3733         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
3734         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
3736 2004-11-29  Jay Belanger  <belanger@truman.edu>
3738         * calc/calc-arith.el (math-pow-of-zero): Take into account different
3739         cases of the base and exponent.
3741 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3743         * simple.el (next-error-buffer-p): Allow for inclusive and
3744         exclusive tests for finding a buffer.
3745         (next-error-find-buffer): Pass the exclusive and inclusive tests
3746         to next-error-buffer-p.
3748         * replace.el (occur-next-error): Switch to the Occur buffer when
3749         appropriate, use the exclusive filter to next-error-find-buffer to
3750         do it.  Use the absolute value of the motion amount.
3752 2004-11-29  Kenichi Handa  <handa@m17n.org>
3754         * startup.el (command-line): Decode all default-directory by
3755         locale-coding-system.
3757 2004-11-29  Jay Belanger  <belanger@truman.edu>
3759         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
3760         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
3761         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
3762         Replace calls to calc-extensions by appropriate require, replace
3763         calc-extensions-loaded by appropriate featurep.
3765         * calc/calc-ext.el: Move require to end of file.
3766         Remove redundant loading of calc.el.
3767         (calc-extensions-loaded): Remove unnecessary variable.
3768         (calc-extensions): Remove unnecessary function.
3769         (calc-load-everything): Replace calc-need-macros by appropriate require.
3771         * calc/calc-macs.el: Move provide to end of file.
3772         (calc-need-macros): Remove unnecessary function.
3774         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3775         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3776         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3777         Replace calc-extensions by appropriate require.
3778         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3780         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3781         Replace calc-need-macros by appropriate require.
3783         * calc/calc.el: Move require to end of file.
3784         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3785         Remove unnecessary variable.
3786         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3787         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3788         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3789         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3790         (math-stack-value-offset, math-format-value, math-format-flat-expr)
3791         (math-format-number, math-format-bignum, math-read-number)
3792         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3793         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3794         by appropriate require.
3795         (calc-check-defines): Replace calc-need-macros by appropriate require.
3797 2004-11-29  Kim F. Storm  <storm@cua.dk>
3799         * macros.el (insert-kbd-macro): Handle kmacro functions.
3801 2004-11-28  Juri Linkov  <juri@jurta.org>
3803         * compare-w.el (compare-windows-highlight): Attach each overlay
3804         to its window to properly highlight differences while comparing
3805         two windows of the same buffer.  Fix arguments.
3806         (compare-windows-sync-default-function): Fix arguments of
3807         `compare-windows-highlight'.
3809         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3810         Use `read-expression-history'.  Set initial contents only if
3811         `edebug-global-break-condition' is non-nil.  Set histpos to 1
3812         if initial contents is equal to the last history element.
3813         (edebug-set-conditional-breakpoint): Instead of temporarily
3814         prepending the current condition to the history, set initial
3815         contents to the current condition.  Set histpos to 1 if initial
3816         contents is equal to the last history element.
3818         * info.el (Info-search-whitespace-regexp): Remove shy group.
3819         (Info-search): Forward line if search is on the header line.
3820         Use search-whitespace-regexp in two other places.
3822 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3824         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3825         warning.  Delay real definition, which uses
3826         `set-fringe-indicators-1' till after the definition of that function.
3828 2004-11-28  Kim F. Storm  <storm@cua.dk>
3830         * fringe.el (fringe): New defgroup.
3831         (fringe-mode): Move to fringe group.
3832         (fringe-indicators): New defcustom.
3833         (set-fringe-indicators-1): New defun.
3835         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3836         (menu-bar-showhide-fringe-ind-menu): New keymap.
3837         (menu-bar-showhide-fringe-ind-empty)
3838         (menu-bar-showhide-fringe-ind-mixed)
3839         (menu-bar-showhide-fringe-ind-box)
3840         (menu-bar-showhide-fringe-ind-right)
3841         (menu-bar-showhide-fringe-ind-left)
3842         (menu-bar-showhide-fringe-ind-none): New defuns.
3843         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3845 2004-11-27  Richard M. Stallman  <rms@gnu.org>
3847         * comint.el (comint-read-noecho): Add trivial compatibility definition.
3849         * generic.el (define-generic-mode): Doc fix.
3851         * menu-bar.el (menu-bar-options-save): For the options
3852         that are toggled with menu-bar-make-mm-toggle, don't check
3853         for customized-value prop.
3855 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
3857         * mail/supercite.el (sc-cite-region): Handle the case where
3858         sc-cite-frame-alist is a symbol.
3859         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3860         a symbol.
3861         (sc-recite-region): Handle the case where sc-recite-frame-alist is
3862         a symbol.
3864 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3866         * wid-edit.el (widget-narrow-to-field): New function.
3867         (widget-complete): Use it.
3869 2004-11-27  Jay Belanger  <belanger@truman.edu>
3871         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3872         variable.
3873         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3874         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3875         (math-alg-inequalities): Move declaration to earlier in the file.
3877         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3878         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3879         Declare them.
3881         * calc/calc-lang.el (math-expr-data, math-expr-token)
3882         (math-exp-old-pos): Declare them.
3884         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3885         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3887 2004-11-27  Kim F. Storm  <storm@cua.dk>
3889         * progmodes/flymake.el: Use (featurep 'xemacs).
3890         (flymake-makehash): Change to defsubst.  Use fboundp.
3891         (flymake-time-to-float): Remove.
3892         (flymake-float-time): Merge code from flymake-time-to-float here.
3893         (flymake-replace-regexp-in-string): Change to defsubst.
3894         (flymake-split-string-remove-empty-edges):
3895         Rename to flymake-split-string.
3896         (flymake-split-string): Remove previous defalias.
3897         (flymake-get-temp-dir): Change to defsubst.
3898         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3899         Define for xemacs only.
3900         (flymake-master-file-count-limit): Change into compiler defvar only.
3901         (flymake-find-possible-master-files): Let-bind it dynamically while
3902         sorting files using flymake-master-file-compare.
3904 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3906         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3907         of defun-prompt-regexp matches inside a comment/string but the
3908         beginning is correctly outside everything.
3910         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3911         appears within a string or a comment.
3913         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3914         rather than make-symbol for symbols which are used in
3915         a symbol-macrolet or equivalent.
3917 2004-11-26  Jay Belanger  <belanger@truman.edu>
3919         * calc-misc.el (calc-last-why-command): Declare it.
3921         * calc-vec.el (math-grade-vec): New variable.
3922         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3923         Replace variable grade-vec by declared variable.
3924         (math-rb-close): New variable.
3925         (math-read-brackets, math-read-vector): Replace variable close by
3926         declared variable.
3928         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3929         (calc-one-window, calc-edit-handler, calc-restore-trail)
3930         (calc-allow-ret): Declare them.
3932         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3933         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3934         (math-radix-float-cache-tag, math-random-cache)
3935         (math-max-digits-cache, math-integral-cache, math-units-table)
3936         (math-format-date-cache, math-holidays-cache-tag): Declare them.
3937         (math-moc-func): New variable.
3938         (math-map-over-constants, math-map-over-constants-rec):
3939         Replace variable func by declared variable.
3941         * calc/calc-store.el (calc-given-value, calc-store-opers):
3942         Declare them.
3943         (calc-var-name-map): Move declaration to earlier in the file.
3944         (calc-pv-pos): New variable.
3945         (calc-permanent-variable, calc-insert-permanent-variable):
3946         Replace variable pos by declared variable.
3948         * calc/calc-mtx.el (calc-det-lu): New variable.
3949         (math-det-raw, math-det-step): Replace variable lu by declared variable.
3951         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3952         (math-multi-subst, math-multi-subst-rec): Replace variables temp
3953         and arg by declared variables.
3954         (calcFunc-reducer): Fix incorrect variable.
3955         (math-inner-mul-func, math-inner-add-func): New variables.
3956         (calcFunc-inner, math-inner-mats): Replace variables mul-func
3957         and add-func by declared variables.
3959         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3960         (calc-digit-value): Declare them.
3962         * calc/calc-help.el (Info-history): Declare it.
3963         (calc-describe-key): Make calc-summary-indentation a local variable.
3964         (calc-help-long-names): Move declaration to earlier in file.
3966         * calc/calc-embed.el (calc-original-buffer): Declare it.
3967         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3968         (calc-embed-bot): New variables.
3969         (calc-do-embedded, calc-embedded-mark-formula)
3970         (calc-embedded-find-bounds, calc-embedded-duplicate)
3971         (calc-embedded-new-formula, calc-embedded-make-info):
3972         Replace vars outer-top, outer-bot, bot and top by declared variables.
3973         (calc-embed-prev-modes): New variable.
3974         (calc-embedded-set-modes, calc-embedded-update): Replace variable
3975         prev-modes with declared variable.
3976         (calc-embed-vars-used): New variable.
3977         (calc-embedded-make-info, calc-embedded-evaluate-expr)
3978         (calc-embedded-update, calc-embedded-find-vars): Replace variable
3979         vars-used by declared variable.
3981         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3982         (math-format-radix-float): Remove unnecessary setq.
3983         (math-radix-float-cache): Declare it.
3985         * calc/calcsel2.el (calc-keep-selection): Declare it.
3987         * calc/calc-maint.el: Remove file.
3989 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3991         * textmodes/bibtex.el (bibtex-sort-entry-class)
3992         (bibtex-comment-start): Use defcustom.
3993         (bibtex-entry-field-alist): Use nil if initial content of the
3994         field is undefined.  Fix docstring.
3995         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3996         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3997         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3998         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3999         Fix docstring.
4000         (bibtex-autokey-title-terminators): Use only one regexp.
4001         (bibtex-string-maybe-empty-head): New variable.
4002         (bibtex-remove-delimiters-string): New function.
4003         (bibtex-text-in-field-bounds, bibtex-text-in-string):
4004         Use bibtex-remove-delimiters-string.
4005         (bibtex-progress-message, bibtex-field-left-delimiter)
4006         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
4007         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
4008         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
4009         Simplify.
4010         (bibtex-format-entry): Use save-excursion for inherited booktitle.
4011         Use eq and bibtex-remove-delimiters-string.  For end markers use
4012         insertion type so that marker stays after inserted text.
4013         (bibtex-autokey-get-names): Return empty string if name is missing.
4014         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
4015         calling bibtex-autokey-name-case-convert.
4016         (bibtex-autokey-demangle-title):
4017         Call bibtex-autokey-titleword-case-convert.  Remove call to
4018         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
4019         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
4020         (bibtex-read-key): New optional arg global.
4021         (bibtex-files-expand): New optional arg force.
4022         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
4023         (bibtex-complete-crossref-cleanup): Rename from
4024         bibtex-complete-key-cleanup.  Simplify code.
4025         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
4026         Operate on current entry.
4027         (bibtex-button): Add docstring.
4028         (bibtex-entry): Simplify.
4029         (bibtex-make-field): Replace optional arg called-by-yank with more
4030         specific args move and interactive.
4031         (bibtex-end-of-entry): Use forward-sexp.
4032         (bibtex-find-entry-globally): Remove.
4033         (bibtex-find-crossref): Allow for crossref key located in other buffer.
4034         Bound to C-c C-x.
4035         (bibtex-find-entry): New optional args global and display.
4036         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
4037         (bibtex-validate): Use arg force of bibtex-files-expand.
4038         (bibtex-clean-entry): Bugfix, clean string entries properly.
4039         Always keep point at beginning of entry.
4040         (bibtex-complete): Bugfix.  Handle string entries properly.
4041         Call cleanup functions only if needed.
4042         (bibtex-String): Use bibtex-read-string-key.
4043         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
4044         case of replacement text.
4046 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
4048         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
4049         (tramp-perl-directory-files-and-attributes): New constant.
4050         (tramp-file-name-handler-alist): Delete file-directory-files, add
4051         directory-files-and-attributes.
4052         (tramp-perl-file-attributes): Surround uid and gid by double
4053         quotes. Change parameter id-format from nonnumeric.
4054         (tramp-convert-file-attributes): New function.
4055         (tramp-handle-file-attributes): Use it.
4056         (tramp-maybe-send-perl-script): New function.
4057         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
4058         file mode. Change parameter id-format from nonnumeric.
4059         (tramp-handle-file-attributes-with-ls): Change parameter id-format
4060         from nonnumeric.
4061         (tramp-post-connection): Don't send tramp-perl-file-attributes
4062         script. Reset connection property "perl-scripts".
4063         (tramp-handle-insert-directory): Run real handler when ls-lisp is
4064         in use.
4066 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
4068         * desktop.el (desktop-read): Replace mapcar with mapc.
4069         (desktop-create-buffer): Replace mapcar with mapc.
4070         Remove redundant piece of code.
4072 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
4074         * progmodes/gud.el (gud-display-line): Use display-buffer
4075         for GDB-UI as for GUD.
4077         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
4078         Delete variables.
4079         (gdb-ann3): Don't make GUD buffer dedicated.
4080         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
4081         (gdb-display-source-buffer): Delete function.
4082         (gdb-view-source-function, gdb-view-assembler): Delete functions.
4083         (menu): Delete menu bindings for viewing source/assembler.
4084         (gdb-setup-windows, gdb-restore-windows):
4085         Don't dedicate GUD. No assembler now.
4086         (gdb-reset): No need to undedicate source buffers now.
4087         (gdb-source-info): No assembler now.
4089 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
4091         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
4092         width to those for special frames.
4093         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
4094         Use display-buffer.
4095         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
4096         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4097         (gdb-frame-assembler-buffer): Rework like
4098         gdb-frame-breakpoints-buffer.
4100 2004-11-25  Richard M. Stallman  <rms@gnu.org>
4102         * progmodes/flymake.el: Reindent.
4103         (flymake-split-string): Turn into defalias.
4104         (flymake-fix-file-name): Rename from flymake-fix-path-name.
4105         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
4106         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
4107         (flymake-build-relative-filename): Rename from ...path.
4108         Fix error message.
4110 2004-11-25  Cheng Gao  <chenggao@gmail.com>
4112         * progmodes/flymake.el: Much whitespace and capitalization change.
4113         Move `provide' to end.  Require `compile' only when compiling.
4115 2004-11-24  Jay Belanger  <belanger@truman.edu>
4117         * calc/calc-alg.el: Added comment.
4118         (math-polynomial-base): Replace variable mpb-top-expr by
4119         math-poly-base-top-expr.
4121         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
4122         (math-polynomial-p1): Replace variable mpb-top-expr by declared
4123         variable.
4124         (math-poly-base-total-base): New variable.
4125         (math-total-polynomial-base, math-polynomial-p1): Replace variable
4126         mpb-total-base by declared variable.
4127         (math-factored-vars, math-to-list): Declare it.
4128         (math-fact-expr): New variable.
4129         (calcFunc-factors, calcFunc-factor, math-factor-expr)
4130         (math-factor-expr-try, math-factor-expr-part): Replace variable
4131         expr by declared variable.
4132         (math-fet-x): New variable.
4133         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
4134         by declared variable.
4135         (math-factor-poly-coefs): Make temp a local variable.
4137         * calc/calc-units.el (calc-convert-units): Make units a local
4138         variable.
4139         (calc-num-units, calc-den-units): New variables.
4140         (calc-explain-units, calc-explain-units-rec): Replace variables
4141         num-units and den-units by declared variables.
4142         (math-cu-unit-list): New variable.
4143         (math-build-units-table, math-compare-unit-names)
4144         (math-convert-units, math-convert-units-rec): Replace variable
4145         unit-list by declared variable.
4146         (math-fbu-base, math-fbu-entry): New variables.
4147         (math-find-base-units, math-find-base-units-rec): Replace variables
4148         base and entry by declared variables.
4149         (math-which-standard): New variable.
4150         (math-to-standard-units, math-to-standard-rec): Replace variable
4151         which-standard by declared variable.
4152         (math-fcu-u): New variable.
4153         (math-find-compatible-unit, math-find-compatible-unit-rec):
4154         Replace variable u by declared variable.
4155         (math-cu-new-units, math-cu-pure): New variables.
4156         (math-convert-units, math-convert-units-rec): Replace variables
4157         new-units and pure by declared variables.
4158         (math-try-cancel-units): New variable.
4159         (math-simplify-units-quotient): Replace variable try-cancel-units by
4160         declared variable.
4162 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4164         * textmodes/ispell.el (ispell-check-version):
4165         If default-directory is nonexistent, use home dir.
4167         * progmodes/grep.el (grep-regexp-alist):
4168         Don't match parens around line numbers.
4170         * progmodes/cperl-mode.el (cperl-indent-region)
4171         (cperl-imenu--create-perl-index, cperl-xsub-scan):
4172         Don't print progress messages.
4174         * progmodes/compile.el (compilation-mode-map):
4175         Don't inherit from compilation-minor-mode-map;
4176         copy its bindings instead.  But the menu bar Compile
4177         entry now does inherit from compilation-menu-map.
4179         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4180         Use with-no-warnings around compiler-macroexpand.
4182         * imenu.el: Don't always require newcomment.
4183         (imenu--generic-function): Call comment-normalize-vars
4184         if we have a comment syntax.
4185         Exit the loop if REGEXP matches the null string.
4186         Test comment-start as well as comment-start-skip
4187         when deciding whether to check for comments.
4189         * tooltip.el (tooltip-mode): Doc fix.
4191         * term.el (term-escape-char, term-mode): Doc fixes.
4193 2004-11-24  Dave Love  <fx@gnu.org>
4195         * progmodes/python.el (python-font-lock-syntactic-keywords):
4196         Check for escapes in the regexp.
4197         (python-quote-syntax): Don't do it here.
4199 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4201         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4202         (gdb-frames-mode-map, gdb-threads-mode-map)
4203         (gdb-registers-mode-map, gdb-locals-mode-map)
4204         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
4205         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
4207         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
4208         (dedicated-switch-to-buffer): Rework.
4209         (gdb-var-evaluate-expression-handler, gdb-put-string):
4210         Remove unused variable bindings.
4211         (gdb-setup-windows, gdb-display-buffer):
4212         Simplify. Use pop-to-buffer.
4213         (gdb-view-source-function): Simplify.
4214         (gdb-frame-breakpoints-buffer):
4215         Use pop-to-buffer, special-display-regexps.
4217 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4219         * progmodes/f90.el (f90-smart-end)
4220         (f90-previous-statement, f90-beginning-of-block): Doc fix.
4221         (f90-calculate-indent): Handle un-named PROGRAM blocks.
4222         (f90-end-of-block): Doc fix.  Make check of outermost block
4223         conditional on value of `f90-smart-end'.
4224         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
4225         Handle case where END-BLOCK is nil.
4226         (f90-match-end): Handle un-named PROGRAM blocks.
4227         (f90-backslash-not-special): New function.
4229 2004-11-24  Jay Belanger  <belanger@truman.edu>
4231         * calc/calc.el (calc-embedded-active): Removed unnecessary
4232         declaration.
4233         (calc-show-banner): Removed redundant declaration.
4235         * calc/calc-graph.el (calc-gnuplot-default-device)
4236         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4237         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4238         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
4239         Remove redundant initial values.
4241         * calc/calc-arith.el (math-scalar-functions)
4242         (math-nonscalar-functions, math-scalar-if-args-functions)
4243         (math-real-functions, math-positive-functions)
4244         (math-nonnegative-functions, math-real-scalar-functions)
4245         (math-real-if-arg-functions, math-integer-functions)
4246         (math-num-integer-functions, math-rounding-functions)
4247         (math-float-rounding-functions, math-integer-if-args-functions)
4248         (math-super-types): Move declarations to earlier in file.
4249         (math-unit-prefixes): Declared it.
4250         (math-floor-prec, math-trunc-prec): New variables.
4251         (math-trunc-fancy): Replace variable prec by declared variable.
4252         (math-floor-fancy): Replace variable prec by declared variable.
4253         (math-com-bterms): New variable.
4254         (math-commutative-equal, math-commutative-collect):
4255         Replace variable bterms by declared variable.
4257         * calc/calc-misc.el (math-trunc): Replace variable prec by
4258         math-trunc-prec.
4259         (math-floor): Replace variable prec by math-floor-prec.
4261         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
4262         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
4263         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
4264         (math-format-date, math-format-date-part): Replace variables
4265         date, dt, year, month, day, weekday, hour, minute, second and
4266         bc-flag by declared variables.
4267         (math-pd-str): New variable.
4268         (math-parse-date, math-parse-date-word, math-parse-standard-date):
4269         Replace variable str by declared variable.
4270         (math-daylight-savings-hook, math-tzone-names): Move definitions
4271         to earlier in the file.
4272         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
4273         (math-sh-year): New variable.
4274         (math-setup-add-holidays, math-setup-holidays)
4275         (math-setup-year-holidays): Replace variable `year' by declared
4276         variable.
4278         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
4279         New variables.
4280         (math-nth-root-float, math-nth-root-float-iter): Replace variables
4281         n, nf and nfm1 by declared variables.
4282         (math-nri-n): New variable.
4283         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
4284         n by declared variable.
4285         (calcFunc-log): Removed misplaced condition.
4287 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4289         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
4291 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4293         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
4294         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
4295         Dedicate gdb-related windows.
4296         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
4297         other frames.
4298         (gdb-reset): Remove dedicated property after debugging.
4300 2004-11-24  Jay Belanger <belanger@truman.edu>
4302         * calc/calc-sel.el: Add comment.
4304         * calc/calc.el (math-stack-value-offset): Replace variables c,
4305         wid and off with math-svo-c, math-svo-wid and math-svo-off.
4307         * calc/calccomp.el (math-comp-sel-tag): Declare it.
4308         (math-svo-c, math-svo-wid, math-svo-off): New variables.
4309         (math-stack-value-offset-fancy): Replace variables c, wid and off
4310         by declared variables.
4311         (math-comp-just, math-comp-comma-spc): New variables.
4312         (math-compose-expr, math-compose-matrix): Replace variables `just'
4313         and comma-spc by declared variable.
4314         (math-comp-vector-prec): New variable.
4315         (math-compose-expr, math-compose-matrix, math-compose-rows):
4316         Replace variable vector-prec by declared variable.
4317         (math-comp-left-bracket, math-comp-right-bracket)
4318         (math-comp-comma): New variables.
4319         (math-compose-expr, math-compose-rows): Replace variables
4320         left-bracket, right-bracket and comma by declared variables.
4321         (math-comp-full-width): New variable.
4322         (math-comp-to-string-flat, math-comp-to-string-flat-term):
4323         Replace variable full-width by declared variable.
4324         (math-comp-highlight, math-comp-word, math-comp-level)
4325         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
4326         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
4327         New variables.
4328         (math-comp-to-string-flat, math-comp-to-string-flat-term)
4329         (math-comp-sel-flat-term): Replace variables comp-highlight,
4330         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
4331         declared variables.
4332         (math-comp-simplify, math-comp-simplify-term)
4333         (math-comp-add-string, math-comp-add-string-sel):
4334         Replace variables comp-highlight, comp-buf, comp-base,
4335         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
4337 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4339         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
4341         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
4342         and x-server-version may throw.
4344 2004-11-23  Kim F. Storm  <storm@cua.dk>
4346         * subr.el (substitute-key-definition-key): Optimize.
4347         Don't call indirect-function for nil defn (always signals error).
4349         * ido.el (ido-read-internal): Fix require-match check when
4350         ido-directory-too-big is set.
4352 2004-11-23  Jay Belanger  <belanger@truman.edu>
4354         * calc/calc-ext.el (math-read-replacement-list)
4355         (math-read-superscripts): New variables.
4356         (math-read-preprocess-string): New function.
4357         (math-read-expr): Filter input through math-read-preprocess-string.
4359         * calc/calc-aent.el (math-read-exprs): Filter input through
4360         math-read-preprocess-string.
4362 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
4364         * progmodes/compile.el (compilation-start): In cd command use
4365         substitute-env-vars -- not quite shell compatible but better than
4366         nothing.
4367         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
4368         handle the newer versions messages, which are more parseable.
4370 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * reveal.el (reveal-mode-map): New var.
4373         (reveal-mode): Use it.
4375 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
4377         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
4378         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
4380 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4382         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
4383         header-line when needed.
4384         Use fixed-pitch only in the header-line.
4385         Build the underline automatically.  Use emdash if available.
4387 2004-11-22  Richard M. Stallman  <rms@gnu.org>
4389         * dired.el (dired-recursive-copies): Move from dired-aux.el.
4390         * dired-aux.el (dired-recursive-copies): Move to dired.el.
4392 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
4394         * progmodes/gdb-ui.el (gdb-resync): New function.
4395         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
4396         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
4397         Use it to fail more gracefully.
4398         (gdb-variables): Delete variable.
4399         Re-order variables to reduce byte-compiler warnings.
4401 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4403         * descr-text.el (describe-char):
4404         * paren.el (show-paren-function):
4405         * subr.el (syntax-after): Undo last change.
4407         * progmodes/python.el (run-python): Don't hard code *Python*.
4408         Don't modify global process-environment.
4409         (python-send-region, python-load-file): Don't assume that
4410         python-buffer == (process-buffer (python-proc)).
4411         (python-switch-to-python): Simplify.
4413         * dired.el (dired-align-file): Don't assume line starts with spaces.
4415 2004-11-21  Jay Belanger  <belanger@truman.edu>
4417         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
4418         Replace variable `lines' by math-read-big-lines.
4419         (math-read-big-expr): Replace variables the-baseline, the-h2
4420         and err-msg by math-read-big-baseline, math-read-big-h2 and
4421         math-read-err-msg.
4422         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
4424         * calc/calc-lang.el (math-read-big-rec): Fix typo.
4425         (math-read-big-balance): Replace unbound variable by value.
4426         (math-read-big-lines): New variable.
4427         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4428         (math-read-big-error, math-read-big-balance): Replace variable
4429         `lines' by declared variable.
4430         (math-read-big-baseline, math-read-big-h2): New variables.
4431         (math-read-big-rec): Replace variables the-baseline and the-h2
4432         by declared variables.
4433         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
4434         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4435         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
4436         declared variables.
4437         (math-read-big-err-msg): New variable.
4438         (math-read-big-error): Replace variable err-msg by declared variable.
4440 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4442         * ses.el: Add coding cookie.
4443         Fix up docstrings, follow new commenting conventions.
4444         (ses-header-line-menu): Fix missing variable rename for header-row.
4445         (ses-cell-size): Remove.
4446         (ses-make-cell): New function.
4447         (ses-cell, ses-insert-row, ses-insert-column): Use it.
4448         (ses-calculate-cell): Remove unused var `symbol'.
4449         (ses-narrowed-p): New function.
4450         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
4451         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
4452         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
4453         (ses-setup): Use restore-buffer-modified-p.
4454         (ses-cleanup): Remove unused var `end'.
4455         (ses-header-string-left-offset): Remove.
4456         (ses-create-header-string): Adjust to new behavior of `align-to'.
4457         Truncate excessively large fields to preserve alignment.
4458         (ses-reconstruct-all): Remove unused var `refs'.
4459         (ses-read-cell-printer): Remove unused var `prompt'.
4460         (ses-delete-row): Remove unused var `pos'.
4461         (ses-delete-column): Remove unused var `new'.
4463 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4465         * ps-print.el: Insert :version tag into all defgroup and defcustom.
4466         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4467         Eliminate eval-and-compile usage.
4468         (ps-insert-file): Use insert-file-contents instead of insert-file.
4469         (ps-setup): Code fix.
4471         * printing.el (pr-setup, lpr-setup): Code fix.
4473 2004-11-21  Jay Belanger  <belanger@truman.edu>
4475         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
4476         (calc-original-buffer): Declare them.
4477         (calc-user-formula-alist): New variable.
4478         (calc-user-define-formula, calc-fix-user-formula)
4479         (calc-user-define-composition, calc-finish-formula-edit):
4480         Replace variable `alist' by declared variable.
4481         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
4482         (var-q7, var-q7, var-q8, var-q9): Declare them.
4483         (calc-kbd-push): Don't check to see if var-q0 through var-q9
4484         are bound.
4485         (calcFunc-typeof): Replace undeclared variable by expression.
4486         (math-exp-env): New variable.
4487         (math-define-body, math-define-exp): Replace exp-env by declared var.
4488         (math-define-exp): Replace misplaced variable by expression.
4490         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
4491         (calc-curve-model, calc-curve-coefnames): New variables.
4492         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
4493         varnames, model and coefnames by declared variables.
4494         (math-root-widen): New variable.
4495         (math-search-root, math-find-root): Replace variable root-widen by
4496         declared variable.
4497         (var-DUMMY): Declare it.
4498         (math-root-vars, math-min-vars): Move the declarations to earlier in
4499         the file.
4500         (math-brent-min): Make d a local variable.
4501         (math-find-minimum): Replace non-existent variable.
4502         (math-ninteg-romberg): Remove unnecessary variable.
4503         (math-ninteg-temp): New variable.
4504         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
4505         integ-temp by declared variable.
4506         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
4507         New variables.
4508         (math-general-fit): Replace variables first-var, first-coef and
4509         new-coefs by declared variables.
4510         (calcFunc-fitvar): Replace variable first-var by declared variable.
4511         (calcFunc-fitparam): Replace variable first-coef by declared variable.
4512         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
4513         (math-all-vars-vars, math-all-vars-found): New variables.
4514         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
4515         found by declared variable math-all-vars-vars.
4517 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4519         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
4520         of `defconst'.
4522 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4524         * isearch.el (isearch-mode-map): Don't bind SPC.
4525         (isearch-whitespace-chars): Function deleted.
4526         (isearch-search): Bind search-spaces-regexp.
4527         (isearch-lazy-highlight-search): Likewise.
4528         (search-whitespace-regexp): Doc fix.
4529         (isearch-forward-regexp): Doc fix.
4531         * emacs-lisp/bytecomp.el (byte-compile-form):
4532         Move the calls to byte-compile-set-symbol-position,
4533         to avoid having two for the same symbol occurrence.
4535         * comint.el (comint-input-ring-size): Increase to 150.
4537         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
4538         New variables.
4539         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
4540         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
4542         * imenu.el (imenu--generic-function):
4543         Ensure we keep moving backward even if BEG isn't further back.
4545         * replace.el (query-replace-read-to, query-replace-read-from):
4546         Specify t for KEEP-ALL in read-from-minibuffer.
4548         * progmodes/python.el (python-switch-to-python):
4549         If Python isn't running, start it.
4550         Don't alter debug-ignored-errors.
4552         * progmodes/cperl-mode.el (cperl-indent-region):
4553         Don't mind imenu-scanning-message.
4555         * bindings.el (global-map): Bind C-e to move-end-of-line.
4557         * simple.el (line-move-finish): New arg FORWARD.
4558         Ignore invisible newlines, not intangible ones.
4559         Conditions for acceptable stopping positions depend on FORWARD.
4560         (line-move): Pass FORWARD arg to line-move-finish.
4562         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4563         of HEADER.  Compensate for this change in the code to add display
4564         properties.  Don't make the first line intangible.
4566         * info.el (Info-search): Fix previous change.
4568 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4570         * Makefile.in (recompile): Revert 2004-11-19 change.
4571         (compile): Likewise.
4573 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
4575         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
4577 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4579         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
4580         defgroup and defcustom.  Eliminate eval-and-compile usage.
4582         * progmodes/ebnf-otz.el: Fix typos.
4584 2004-11-19  Jay Belanger  <belanger@truman.edu>
4586         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
4587         (calc-edit-finish, calc-finish-stack-edit): Replace variable
4588         disp-trail by declared variable.
4590         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
4591         (calc-finish-selection-edit):  Replace variable disp-trail by
4592         declared variable.
4593         (calc-selection-cache-entry): Move declaration to earlier in the file.
4594         (calc-selection-cache-num, calc-selection-cache-comp)
4595         (calc-selection-cache-offset, calc-selection-true-num)
4596         (calc-final-point-line, calc-final-point-column)
4597         (calc-original-buffer): Declare them.
4598         (calc-fnp-op, calc-fnp-num): New variables.
4599         (calc-find-nth-part, calc-find-nth-part-rec)
4600         (calc-select-previous): Replace op and num by declared variables.
4601         (calc-rsf-old, calc-rsf-new): New variables.
4602         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
4603         Replace variables old and new by declared variables.
4604         (calc-sel-reselect): New variable.
4605         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
4606         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
4607         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
4608         reselect with declared variable.
4610         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4611         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
4612         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
4613         (math-import-list, math-rewrite-phase): Declare them.
4614         (math-rewrite):  Use let* to declare variables.
4615         (calc-rewrite-selection): Make rules a local variable.
4616         (calc-rewr-sel): New variable.
4617         (calc-rewrite-selection, calc-locate-selection-marker)
4618         (calc-rewrite): Use the declared variable calc-rewr-sel instead
4619         of sel.
4620         (math-rewrite-whole-expr): New variable.
4621         (math-rewrite, math-rewrite-phase): Replace variable expr by
4622         declared variable.
4623         (math-rewrite-heads-heads, math-rewrite-heads-skips)
4624         (math-rewrite-heads-blanks ): New variables.
4625         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
4626         heads, skips and blanks by declared variables.
4627         (math-rwcomp-subst-old, math-rwcomp-subst-new)
4628         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
4629         New variables.
4630         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
4631         old, new, old-func and new-func by declared variables.
4632         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
4633         Remove unnecessary variable.
4634         (math-apply-rw-regs): New variable.
4635         (math-apply-rewrites, math-rwapply-replace-regs)
4636         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
4637         (math-apply-rw-ruleset): New variable.
4638         (math-apply-rewrites, math-rwapply-remember): Replace variable
4639         ruleset by declared variable.
4641 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4643         * info.el (Info-search): Use search-whitespace-regexp.
4645 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4647         * vc-rcs.el (vc-rcs-parse): New function.
4648         (vc-rcs-annotate-command): Likewise.
4649         (vc-rcs-annotate-current-time): Likewise.
4650         (vc-rcs-annotate-time): Likewise.
4651         (vc-rcs-annotate-extract-revision-at-line): Likewise.
4653 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4655         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4657 2004-11-18  Jay Belanger  <belanger@truman.edu>
4659         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
4661 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4663         * printing.el: Eliminate use of interactive-p and eval-and-compile.
4664         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4665         Use make-temp-file to generate PostScript files in any situation.
4666         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
4667         (pr-interactive-p): Eliminate var.
4668         (pr-save-interactive): Eliminate macro.
4669         (pr-interface, pr-ps-directory-preview)
4670         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4671         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4672         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4673         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4674         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4675         (pr-ps-region-ps-print, pr-ps-mode-preview)
4676         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4677         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4678         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
4679         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4680         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4681         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4682         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4683         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4684         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4685         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4686         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4687         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
4688         Eliminate pr-save-interactive usage.
4689         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
4690         Eliminate pr-interactive-p usage.
4691         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
4692         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
4693         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
4694         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
4695         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
4696         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
4697         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
4698         New funs.
4699         (pr-ps-file): Use make-temp-file to generate a temporary file.
4701 2004-11-17  Jay Belanger  <belanger@truman.edu>
4703         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
4704         a local variable.
4705         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
4706         (math-top-only): New variable.
4707         (math-simplify, math-simplify-step): Replace variable top-only by
4708         declared variable math-top-only.
4709         (math-simplify-expr): Declare it.
4710         Replace argument expr in all calls of math-defsimplify by
4711         math-simplify-expr.
4712         (math-simplify-plus, math-simplify-times, math-simplify-divide)
4713         (math-simplify-divisor, math-simplify-one-divisor)
4714         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
4715         (math-simplify-pow): Replace variable expr by declared variable
4716         math-simplify-expr.
4717         (math-simplify-divisor): Remove local variables temp and op.
4718         (math-simplify-one-divisor): Make temp and op local variables.
4719         (math-simplify-divisor-nover, math-simplify-divisor-dover):
4720         New variables.
4721         (math-simplify-divisor, math-simplify-one-divisor):
4722         Replace variables nover and dover by declared variables.
4723         (math-expr-subst-new, math-expr-subst-old): New variables.
4724         (math-expr-subst, math-expr-subst-rec): Replace variables new
4725         and old by declared variables.
4726         (math-is-poly-degree, math-is-poly-loose): New variables.
4727         (math-is-polynomial, math-is-poly-rec): Replace variables degree
4728         and loose by declared variables.
4729         (math-poly-base-const-ok, math-poly-base-pred): New variables.
4730         (math-polynomial-base, math-polynomial-base-rec):
4731         Replace variables const-ok and mpb-pred by declared variables.
4733         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
4735         * calc/calc-ext.el (math-defsimplify): Change the argument in
4736         the created function to math-simplify-expr.
4738         * calc/calc-units.el (math-simplify-expr): Declare it.
4739         Replace argument expr in all calls of math-defsimplify by
4740         math-simplify-expr.
4741         (math-simplify-units-prod): Replace variable expr by declared
4742         variable math-simplify-expr.
4744 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
4747         Replace mapcar->dolist, format->string.
4749 2004-11-17  Miles Bader  <miles@gnu.org>
4751         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
4752         * progmodes/idlwave.el: Remove RCS keywords.
4754 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
4756         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
4757         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
4758         Update to IDLWAVE version 5.5.  Too many changes to list them here.
4759         * progmodes/idlw-help.el: New file.
4761 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4763         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4764         Discard spaces after \i according to TeX rules.
4766         * international/mule.el (set-buffer-file-coding-system):
4767         New arg NOMODIFY.
4768         (after-insert-file-set-coding): Pass that new arg.
4769         Prevent set-buffer-multibyte from trying to lock the file.
4771         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
4773         * saveplace.el (save-place): Doc fix.
4775         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4776         temporarily widen before finding the following word to copy.
4778         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4779         (cl-map-keymap): Definition deleted.
4781         * subr.el (map-keymap-internal): New function.
4783 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4786         when pressing rather than when releasing mouse-2.  Simplify.
4788 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4791         (compilation-mode): Set it here instead.
4793         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4795         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4796         (loop, cl-parse-loop-clause, defsetf): Use backquote.
4798 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4800         * progmodes/compile.el (compilation-internal-error-properties):
4801         Fix up a transposition-typo.  Check end-col before using it.
4803 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
4805         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4806         Discard whitespace after macro \i when converting it.
4808 2004-11-16  Juri Linkov  <juri@jurta.org>
4810         * emacs-lisp/find-func.el (find-function-regexp):
4811         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
4812         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
4813         Remove invalid `\W' from [^cgv\W].  Doc fix.
4814         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4816 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4818         * play/life.el: Maintainer is now FSF.
4819         (life-patterns, life-neighbor-deltas, life-window-start)
4820         (life-current-generation, life-generation-string): Use defvar
4821         instead of defconst.
4823 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4825         * progmodes/compile.el (compilation-move-to-column): New fun.
4826         (compilation-internal-error-properties)
4827         (compilation-next-error-function): Use it to make sure we don't go past
4828         the end of line.
4830 2004-11-15  John Paul Wallington  <jpw@gnu.org>
4832         * autoinsert.el (auto-insert-alist): Insert the user's name in
4833         copyright notice, rather than Free Software Foundation, for the
4834         Emacs Lisp header case too.
4836 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4838         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4839         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4840         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
4841         return the list of string in a string.
4842         (pr-call-process): Message if calling process returns an error, that
4843         is, the exit status is different of zero.
4845 2004-11-15  Jay Belanger  <belanger@truman.edu>
4847         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
4848         variable var-thing.
4849         (math-integ-depth, math-integ-level, math-integral-limit)
4850         (math-enable-subst, math-any-substs, math-integ-msg)
4851         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4852         (math-int-threshold, math-int-factors, math-double-roots)
4853         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4854         (var-GenCount):  Declare these variables.
4855         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
4856         (math-integral-cache, math-integral-cache-state):
4857         Move declarations to earlier in the file.
4858         (math-deriv-var, math-deriv-total, math-deriv-symb)
4859         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4860         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4861         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4862         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4863         (math-solve-res):  New variables
4864         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4865         (math-integral, math-replace-integral-parts)
4866         (math-integrate-by-parts, calc-dump-integral-cache)
4867         (math-try-integral, math-do-integral, math-do-integral)
4868         (math-do-integral-methods, math-try-solve-for)
4869         (math-try-solve-prod, math-solve-poly-funny-powers)
4870         (math-solve-crunch-poly, math-decompose-poly)
4871         (math-solve-find-root-term, math-find-root-in-prod)
4872         (math-integ-try-linear-substitutions)
4873         (math-integ-try-substitutions, math-expr-rational-in)
4874         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4875         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4876         (math-solve-for, math-solve-system, math-solve-system-rec)
4877         (math-solve-get-sign, math-solve-get-int)
4878         (math-solve-system-subst): Replace undeclared variables with newly
4879         declared variables.
4881 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * winner.el (winner-active-region, winner-edges, winner-window-list):
4884         Define at toplevel.
4885         (winner-mode-map): Move init inside declaration.
4887 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4889         * files.el (convert-standard-filename): Doc fix.
4891 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
4893         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4894         passwd, group, shadow, default/* and pam.d/*.
4896 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4898         * printing.el (pr-menu-spec): Adjust menu specification.
4900 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4902         * printing.el: Doc fix.  Insert :version tag into all defcustom.
4903         Handle interactive-p as is recommended in Emacs Lisp Reference.
4904         Set the file permission bits for newly created files.
4905         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4906         The printing menu specification (in `pr-menu-spec') was merged.
4907         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4908         (pr-version): New version number (6.8.3).
4909         (pr-file-modes): New option.
4910         (pr-interactive-p): New var.
4911         (pr-save-interactive, pr-save-file-modes): New macros.
4912         (pr-setup): Code fix.
4913         (pr-menu-spec): Menu specification merged.
4914         (pr-call-process, pr-text2ps): Set file permission bits.
4915         (pr-despool-print): Set file permission bits.  Handle interactive-p as
4916         is recommended.
4917         (pr-interface, pr-ps-directory-preview)
4918         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4919         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4920         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4921         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4922         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4923         (pr-ps-region-ps-print, pr-ps-mode-preview)
4924         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4925         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4926         (pr-despool-using-ghostscript, pr-despool-ps-print)
4927         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4928         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4929         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4930         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4931         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4932         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4933         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4934         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4935         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4936         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4937         Handle interactive-p as is recommended.
4939 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4941         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4942         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4944         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4945         so it doesn't forget to highlight the beginning of the region either.
4947 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
4949         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4950         (c-font-lock-init): Eliminate obsolete make-local-hook.
4951         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4952         (awk-mode): Use run-mode-hooks.
4954         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4956 2004-11-13  Kim F. Storm  <storm@cua.dk>
4958         * mouse.el (mouse-drag-copy-region): Add :version.
4959         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4960         while dragging mode line, so mode line can be dragged downwards.
4961         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4962         while pressing mouse button so window doesn't scroll until we
4963         release the mouse if clicking on partially visible line.
4965 2004-11-12  Jay Belanger  <belanger@truman.edu>
4967         * calc/calc-graph.el (calc-dumb-map):  Declare it.
4968         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
4969         than unbound.
4970         (calc-graph-name):  Made `end' a local variable.
4971         (calc-graph-lookup):  Made `varname' a local variable.
4972         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4973         Declare them.
4974         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
4975         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
4976         the unused variable y3vec.
4977         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
4978         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
4979         calc-graph-prev-kill-hook.
4980         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4981         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4982         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4983         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4984         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4985         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4986         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4987         (calc-graph-y3value, calc-graph-y3name)
4988         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4989         (calc-graph-stepcount, calc-graph-is-splot)
4990         (calc-graph-surprise-splot, calc-graph-blank)
4991         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
4992         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4993         (calc-graph-recompute-2d, calc-graph-compute-3d)
4994         (calc-graph-format-data): Replace undeclared variables with the
4995         above newly declared variables.
4997 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
4999         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
5000         `rsf-beep' and `rsf-sleep-after-message'.
5002         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
5003         list if `message-sender' is non-nil.
5005 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5007         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
5008         consing by using mapc instead of mapcar.
5010 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
5012         * tooltip.el (require): Explain why CL is needed.
5014 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5016         * printing.el: Insert :version into defgroup (printing).  All reference
5017         to Files option in menubar were changed to File.
5018         (pr-version): New version number (6.8.2).
5019         (pr-get-symbol): Call easy-menu-intern.
5020         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
5021         compilation gripes.
5023 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
5026         new byte-compile-function-environment binding to t.
5028         * font-lock.el (font-lock-fontify-syntactically-region):
5029         Don't forget to highlight the last char when we hit `end'.
5031         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
5032         (mwheel-scroll): Adjust accordingly.
5034         * cvs-status.el: Reduce spurious warnings.
5035         (cvs-status-checkout): Remove.
5036         (cvs-status-mode-map): Use cvs-mode-checkout instead.
5038         * pcvs.el (cvs-mode-checkout): New command.
5040         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
5042         * tooltip.el: Require CL.
5044         * emacs-lisp/bytecomp.el: Use push.
5045         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
5046         (defalias): Remove the `byte-compile' property and add
5047         a `byte-hunk-handler'.
5049 2004-11-11  Juri Linkov  <juri@jurta.org>
5051         * info.el (Info-search): Save match data for isearch.
5052         Skip Tag Table node.
5054         * descr-text.el (describe-char): Replace syntax-after with code
5055         from its previous version.
5057         * files.el (magic-mode-alist): Use optimization for SGML mode too.
5058         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
5060         * international/mule.el (sgml-html-meta-auto-coding-function):
5061         Remove > after <html to allow HTML attributes.
5063 2004-11-11  Jay Belanger  <belanger@truman.edu>
5065         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
5066         a variable.
5067         (calcFunc-dfac):  Replace unbound max by n.
5068         (math-stirling-local-cache):  New variable.
5069         (math-stirling-number, math-stirling-1, math-stirling-2):
5070         Replace the variable `cache' by the declared variable
5071         math-stirling-local-cache.
5072         (var-RandSeed):  Declare it as a variable.
5073         (math-init-random-base, math-random-digit):  Don't check to see if
5074         var-RandSeed is bound.
5075         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
5076         Declare them instead of just setting them.
5077         (math-init-random-base):  Made i a local variable.
5078         (math-random-digit):  Made math-random-last a local variable.
5079         (math-prime-test-cache):  Move declaration to before it is used.
5080         (math-prime-test-cache-k, math-prime-test-cache-q)
5081         (math-prime-test-cache-nm1, math-prime-factors-finished):
5082         Declare them as variables.
5084 2004-11-11  Jay Belanger  <belanger@truman.edu>
5086         * calc/calc-ext.el (math-defcache):  Use defvar for the new
5087         variables it creates.
5089 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
5091         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
5092         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
5093         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
5094         (desktop-save): Add :version.
5096 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         * printing.el (pr-get-symbol): Don't downcase.
5100 2004-11-10  Jay Belanger  <belanger@truman.edu>
5102         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
5103         string to kill-ring.
5105         * calc/calc-aent.el (calc-alg-exp, math-toks)
5106         (math-exp-pos,math-exp-old-pos, math-exp-token)
5107         (math-exp-keep-spaces, math-exp-str):  New variables.
5108         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
5109         (calcAlg-enter):  Use declared variable calc-alg-exp.
5110         (math-build-parse-table, math-find-user-token):  Use declared
5111         variable math-toks.
5112         (math-read-exprs, math-read-token, calc-check-user-syntax)
5113         (calc-match-user-syntax, match-factor-after, math-read-factor):
5114         Use declared variables math-exp-pos math-exp-old-pos.
5115         (math-read-exprs, math-read-token, math-read-expr-level)
5116         (calc-check-user-syntax, calc-match-user-syntax)
5117         (match-factor-after, math-read-factor):  Use declared variable
5118         math-exp-token.
5119         (math-read-exprs, math-read-expr-list, math-read-token)
5120         (math-read-factor):  Use declared variable math-exp-keep-spaces.
5121         (math-read-exprs, math-read-token):  Use declared variable
5122         math-exp-str.
5123         (calc-match-user-syntax):  Make m a local variable.
5125         * calc/calc-ext.el (math-read-expr):  Use declared variables
5126         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
5127         math-exp-keep-spaces.
5129         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
5130         variables math-exp-pos, math-exp-str.
5132         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
5133         math-exp-old-pos.
5134         (math-parse-fortran-vector, math-parse-fortran-vector-end)
5135         (math-parse-eqn-prime):  Use declared variable math-exp-token.
5137         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
5138         Use declared variable math-exp-pos.
5139         (math-check-for-commas):  Use declared variable math-exp-str.
5140         (math-read-brackets):  Use declared variables math-exp-old-pos,
5141         math-exp-keep-spaces.
5142         (math-read-brackets, math-read-vector, math-read-matrix):
5143         Use declared variable math-exp-token.
5145 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5147         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
5148         where the keymap is a symbol.
5149         (easy-menu-add-item): Use keymap-prompt.  Simplify.
5151         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
5153         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
5154         (sgml-parse-tag-backward): Use it to skip spurious < or >.
5156 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
5158         * ebuff-menu.el: Doc fixes throughout.
5159         (electric-buffer-menu-mode-hook): New defvar.
5161 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
5163         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
5164         compilation. The resulting compiler warnings appear to be harmless.
5166 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
5168         * textmodes/conf-mode.el: New file.
5170         * files.el (auto-mode-alist, magic-mode-alist): Use it.
5172 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
5176 2004-11-09  Jay Belanger  <belanger@truman.edu>
5178         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
5180         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
5181         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
5182         (calc-z-prefix-help, calc-user-function-list):  Use declared
5183         variables calc-z-prefix-buf, calc-z-prefix-msgs.
5184         (math-map-tree, math-map-tree-rec):  Use declared variables
5185         math-mt-many, math-mt-func.
5186         (math-read-expression, math-read-string):  Use declared variable
5187         math-expr-data.
5189         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
5190         variable math-normalize-a.
5192         * calc/calc.el (math-normalize-a):  New variable.
5193         (math-normalize):  Use declared variable math-normalize-a.
5195         * calc/calc-poly.el (math-expand-form):  Use declared variable
5196         math-mt-many.
5198         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5199         Use declared variable math-mt-many.
5200         (math-rewrite):  Use declared variable math-mt-func.
5202         * calc/calc-vec.el (math-read-brackets, math-read-vector)
5203         (math-read-matrix):  Use declared variable math-expr-data.
5205         * calc/calc-lang.el (math-parse-fortran-vector)
5206         (math-parse-fortran-vector-end, math-parse-tex-sum)
5207         (math-parse-eqn-matrix, math-parse-eqn-prime)
5208         (math-read-math-subscr):  Use declared variable math-expr-data.
5210         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
5211         (math-read-expr-level, math-read-token, calc-check-user-syntax)
5212         (calc-match-user-syntax, math-read-if, math-factor-after)
5213         (math-read-factor):  Use declared variable math-expr-data.
5215 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
5217         * calendar/diary-lib.el (diary-from-outlook)
5218         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
5219         interactive-p; but rather new optional argument NOCONFIRM.
5221 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5223         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
5224         (easy-menu-name-match): Revert correspondingly.
5226 2004-11-09  Richard M. Stallman  <rms@gnu.org>
5228         * emacs-lisp/bytecomp.el (byte-compile-defalias):
5229         Turn off warnings for the new function even if definition not constant.
5230         If the definition isn't a quoted symbol, record (FUNCTION . t).
5231         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
5232         (byte-compile-callargs-warn): Handle (FUNCTION . t).
5233         (display-call-tree, byte-compile-arglist-warn):
5234         Handle t returned by byte-compile-fdefinition.
5236 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5238         * Makefile.in (maintainer-clean): Depend on distclean.
5240         * help-fns.el (help-C-file-name): File name must be in build-files
5241         to be returned.
5243 2004-11-09  Jay Belanger  <belanger@truman.edu>
5245         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
5246         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
5248         * calc/calc.el (calc, calc-trail-display, calc-mode):
5249         Remove obsolete sections.
5251         * calc/calc.el (calc-x-paste-text):  Remove.
5253         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
5254         mouse-2.
5256 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
5258         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
5259         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
5260         current frame (in case of recursive calls).
5261         (gdb-show-changed-values): Add :version keyword.
5263 2004-11-09  Kenichi Handa  <handa@m17n.org>
5265         * international/mule-cmds.el: Change coding: tag back to
5266         iso-2022-7bit.
5268 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5270         * international/mule-cmds.el: Change coding-system to utf-8.
5271         (select-safe-coding-system-interactively):
5272         New function extracted from select-safe-coding-system.
5273         (select-safe-coding-system): Use it.
5275 2004-11-08  Richard M. Stallman  <rms@gnu.org>
5277         * subr.el (syntax-after): Doc fix.
5279         * paren.el (show-paren-function): Change calls to syntax-after
5280         for new way of returning the value.
5282         * menu-bar.el (menu-bar-file-menu): Make this the real name
5283         and menu-bar-files-menu the alias.  Use the former.
5284         (global-map): Use `file', not `files', as the symbol.
5286         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
5288         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
5289         Don't use beginning-of-buffer.
5290         (filesets-cmd-show-result): Use with-no-warnings.
5292 2004-11-08  Juri Linkov  <juri@jurta.org>
5294         * progmodes/compile.el (compile): Don't overwrite last command in
5295         minibuffer history with default command if they are not equal.
5297 2004-11-08  Jay Belanger  <belanger@truman.edu>
5299         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
5300         non-linear substitutions.
5302 2004-11-08  Jay Belanger  <belanger@truman.edu>
5304         * calc/calcalg2.el (math-linear-subst-tried): New variable.
5305         (math-do-integral):  Set `math-linear-subst-tried' to nil.
5306         (math-do-integral-methods):  Use `math-linear-subst-tried' to
5307         determine what type of substitution to try.
5308         (math-integ-try-linear-substituion):
5309         Set `math-linear-subst-tried' to t.
5311 2004-11-08  Kim F. Storm  <storm@cua.dk>
5313         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
5315 2004-11-07  Juri Linkov  <juri@jurta.org>
5317         * info-look.el (info-lookup): Allow reusing in the current buffer
5318         not only *info* buffer, but all (even renamed) Info buffers
5319         by checking for major-mode instead of *info* buffer name.
5320         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
5321         (octave-mode, maxima-mode) <doc-spec>:
5322         Allow long dashes generated by Texinfo 4.7 before definitions.
5323         (texinfo-mode) <doc-spec>: Add space to suffix to find command
5324         definitions with argument separated by space.
5326 2004-11-06  Richard M. Stallman  <rms@gnu.org>
5328         * simple.el (next-error group, face): Move before first use.
5329         (next-error-highlight, next-error-highlight-no-select): Likewise.
5331         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
5332         (line-move): New args NOERROR and TO-END.
5333         Return t if if succeed in moving specified number of lines.
5334         (move-end-of-line): New function.
5336         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
5337         (end-of-buffer-other-window): Likewise.
5339         * simple.el (line-move-ignore-invisible): Default to t.
5341         * subr.el (syntax-after): Return the syntax letter, not the raw code.
5343         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
5345         * international/iso-cvt.el (iso-cvt-define-menu):
5346         Rename menu-bar-files-menu to menu-bar-file-menu.
5348         * net/browse-url.el (browse-url-gnome-moz-program)
5349         (browse-url-gnome-moz-arguments): Move up before first use.
5351         * net/tramp.el (tramp group): Add :version.
5353         * progmodes/ada-xref.el (ada-gdb-application):
5354         Use goto-char instead of beginning-of-buffer.
5356         * progmodes/cperl-mode.el (cperl-info-on-command):
5357         Use goto-char instead of beginning-of-buffer.
5359         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
5360         Move up before first use.
5361         (idlwave-shell-temp-pro-file): Likewise.
5362         (idlwave-shell-temp-rinfo-save-file): Likewise.
5363         (idlwave-shell-temp-file): Minor doc fix.
5365         * textmodes/flyspell.el (flyspell-external-point-words):
5366         Use goto-char instead of beginning-of-buffer.
5368 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
5370         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
5371         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
5372         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
5374 2004-11-06  David Ponce  <david@dponce.com>
5376         * recentf.el (recentf-menu-path): Use menu item name.
5378 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
5380         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
5381         display doesn't support images.
5383 2004-11-06  Andreas Schwab  <schwab@suse.de>
5385         * tempo.el (tempo-match-finder): Doc fix.
5387         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
5389 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5391         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
5392         (easy-menu-lookup-name): New fun to replace it.
5393         (easy-menu-get-map): Use it to obey menu item names (rather than just
5394         keys) when looking up `path'.
5395         (easy-menu-always-true-p): Rename from easy-menu-always-true.
5396         (easy-menu-convert-item-1): Adjust to new name.
5398 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
5400         * outline.el (hide-body): Don't hide lines at the top of the file
5401         that precede the first header line.
5403 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
5405         * align.el (align-areas): Delete whitespace before reindenting, so
5406         that tabs are never placed after spaces.
5408 2004-11-06  Alan Shutko  <ats@acm.org>
5410         * macros.el (insert-kbd-macro): Do completions based on macros,
5411         rather than all commands.
5413 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
5415         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
5416         to solve a bug whereby tags with 'b' don't match.
5418 2004-11-05  Juri Linkov  <juri@jurta.org>
5420         * info.el (Info-search): Don't search in node header lines
5421         and file headers.
5423         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
5424         symbol-constituent characters after dot, not only digits.
5426 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
5428         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5430 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5432         * dired.el (dired-read-dir-and-switches): Call read-directory-name
5433         if a dialog will be used, read-file-name otherwise.
5435 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5437         * textmodes/table.el (table group): Add :version.
5439         * textmodes/ispell.el (ispell-word):
5440         Don't alter args; set them only thru `interactive' spec.
5442         * textmodes/flyspell.el (flyspell-word):
5443         Don't alter FOLLOWING; set it only thru `interactive' spec.
5445         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
5447         * net/browse-url.el (browse-url-maybe-new-window):
5448         Use called-interactively-p.
5450         * mail/supercite.el (sc-cite-region):
5451         Don't use interactive-p.  Add arg INTERACTIVE.
5452         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
5454         * international/mule-cmds.el (set-input-method, toggle-input-method):
5455         Don't use interactive-p.  Add arg INTERACTIVE.
5457         * eshell/esh-mode.el (eshell-show-maximum-output):
5458         Don't use interactive-p.
5459         (eshell-truncate-buffer): Just message, no error, if buffer is short.
5461         * mouse.el (mouse-show-mark): Get positions to delete from mark
5462         and point, not from mouse-drag-overlay.
5464         * imenu.el (imenu-eager-completion-buffer): Add :version.
5466         * filesets.el (filesets group): Add :version.
5468 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
5470         * files.el (xml-based-modes): Delete var.
5471         (magic-mode-alist): New more general var.
5472         (set-auto-mode): Use it.
5474         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
5475         when clicking from another window.
5477 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
5479         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
5480         (vc-cvs-annotate-time): Incorporate value of deleted var.
5481         Remove special-case handling of beginning-of-buffer cruft.
5482         Cache ending position (point) and return value in text property
5483         `vc-cvs-annotate-time', and consult it on subsequent invocations.
5485         * vc-cvs.el (vc-cvs-annotate-command):
5486         Delete extraneous lines from beginning of buffer.
5487         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
5489         * progmodes/grep.el (grep-default-command): Take empty string
5490         for tag if all other methods yield nil.  Shell-quote the tag.
5492         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
5493         spec in `interactive' form, and mention it in the docstring.
5494         Also, make sure point is at bol after calling `annotate-time'.
5496 2004-11-02  Richard M. Stallman  <rms@gnu.org>
5498         * cus-edit.el (customize-group-other-window):
5499         Select the window that displays the custom buffer.
5500         (custom-buffer-create-other-window): Likewise.
5502         * comint.el (comint-insert-input): Fix previous change.
5504         * emacs-lisp/elp.el (elp-instrument-function):
5505         Use called-interactively-p.
5507         * emacs-lisp/easymenu.el (easy-menu-intern):
5508         Don't downcase; rather, case-flip the first letter of each word.
5510         * emacs-lisp/easy-mmode.el (define-minor-mode):
5511         Use called-interactively-p.
5513         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
5514         Add interactive-only.
5515         (byte-compile-warnings): Add interactive-only as option.
5516         (byte-compile-interactive-only-functions): New variable.
5517         (byte-compile-form): Warn about calls to functions
5518         in byte-compile-interactive-only-functions.
5520         * emacs-lisp/autoload.el (update-file-autoloads):
5521         Don't use interactive-p; take new arg SAVE-AFTER.
5523         * emacs-lisp/advice.el (ad-make-advised-definition):
5524         Use called-interactively-p.
5526 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5528         * files.el (find-file-existing): New function.
5530         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
5531         find-file-existing.  Add "New File..." that calls find-file.
5533         * diropen.pbm, diropen.xpm: New files.
5535         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
5536         icon diropen.  New tool bar item find-file-existing uses icon open.
5538         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
5539         instead of read-file-name.
5541 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
5543         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
5544         (icalendar--split-value): Change name of work buffer.
5545         (icalendar--get-weekday-abbrev): Return nil on error.
5546         (icalendar--date-to-isodate): New function.
5547         (icalendar-convert-diary-to-ical)
5548         (icalendar-extract-ical-from-buffer): Use only two args for
5549         make-obsolete (XEmacs compatibility).
5550         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
5551         (icalendar-export-region): Doc fix.
5552         If error, return non-nil and write errors to a buffer.
5553         Use correct weekday for weekly recurring events.
5554         Check whether date has been parsed for ordinary events.
5555         Make weekly events start in the year 2000.
5556         DTEND is non-inclusive, shift end date by one day if
5557         necessary (not for entries that have date and time).
5558         Rename local let variables: oops -> found-error, datestring ->
5559         startdatestring.
5561 2004-11-02  Kim F. Storm  <storm@cua.dk>
5563         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
5564         keep-mode-if-same variable.  Add it as optional arg instead.
5565         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
5567         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
5568         substitute-command-keys will select lower-case bindings like those
5569         used in the static help texts.
5571         * descr-text.el (describe-text-properties): Don't err if called in
5572         the *Help* buffer; output to *Help-2* buffer instead.
5574         * kmacro.el (group kmacro): Add :version.
5575         (kmacro-keyboard-quit): New function to cleanup on C-g.
5576         (kmacro-start-macro): Set defining-kbd-macro to append when
5577         appending to last macro.
5579         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
5581 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
5583         * progmodes/gdb-ui.el (gdb-enable-debug-log)
5584         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
5585         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
5586         Add :version keyword.
5588 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
5590         * progmodes/flymake.el (flymake-err-line-patterns):
5591         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
5592         `compilation-error-regexp-alist-alist' to internal Flymake format.
5594         * progmodes/flymake.el: Eliminate byte-compiler warnings.
5596 2004-11-01  Jay Belanger  <belanger@truman.edu>
5598         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
5599         with `interactive "s"'.
5601 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5603         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5604         Revert change from 2004-10-16.  '*' checks the current buffer, but the
5605         mouse click may be in another buffer.
5607 2004-11-01  John Paul Wallington  <jpw@gnu.org>
5609         * files.el (large-file-warning-threshold): Add :version keyword.
5610         (kill-some-buffers): Doc fix.
5612         * thumbs.el (group thumbs): Add :version keyword.
5614         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
5616 2004-11-01  Richard M. Stallman  <rms@gnu.org>
5618         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
5620         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
5622         * allout.el (allout group): Add :version.
5623         (allout-init): Don't use interactive-p.
5624         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
5625         (allout-forward-current-level, allout-backward-current-level):
5626         Don't use interactive-p.
5628         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
5629         (bibtex-find-text): Likewise.
5631         * progmodes/vhdl-mode.el (vhdl-fill-region)
5632         (vhdl-beginning-of-statement): Don't use interactive-p.
5634         * progmodes/idlwave.el (idlwave-update-routine-info):
5635         Don't use interactive-p.
5637         * progmodes/idlw-shell.el (idlwave-shell-send-char):
5638         Don't use interactive-p.
5640         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
5641         Don't use interactive-p.
5643         * progmodes/ada-xref.el (ada-make-body-gnatstub):
5644         Don't use interactive-p.
5646         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
5647         (fortune-in-buffer): Doc fix.
5649         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
5651         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
5652         don't select the temporary buffer.
5653         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
5654         (eudc-get-phone): Likewise.
5656 2004-11-01  Kim F. Storm  <storm@cua.dk>
5658         * man.el (Man-xref-normal-file): Fix help-echo.
5660 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5662         * reveal.el (reveal-last-tick): New var.
5663         (reveal-post-command): Use it to avoid closing overlays when we're
5664         appending text to them.
5666 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5668         * textmodes/bibtex.el: Require button.
5669         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
5670         (bibtex-reference-keys): Distinguish between header keys and
5671         crossref keys.
5672         (bibtex-beginning-of-field): New function.
5673         (bibtex-url-map): Remove.
5674         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
5675         (bibtex-font-lock-url-regexp): Assume that field names begin at
5676         the beginning of a line.
5677         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
5678         Remove field delimiters.  Use bibtex-beginning-of-field.
5679         Bugfix, point can be inside a field with a url.
5680         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
5681         New functions.
5682         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
5683         (bibtex-key-in-head): Simplify.
5684         (bibtex-current-line): Use bolp.
5685         (bibtex-parse-keys): Remove unused arg `add'.
5686         Use bibtex-type-in-head and bibtex-key-in-head.
5687         (bibtex-parse-entry, bibtex-autofill-entry):
5688         Use bibtex-type-in-head and bibtex-key-in-head.
5689         (bibtex-autokey-get-field): Do not alter case of replacement text.
5690         (bibtex-autokey-get-names): Do all processing of name list.
5691         (bibtex-autokey-get-year): New function.
5692         (bibtex-autokey-get-title): Do all processing of title words.
5693         (bibtex-generate-autokey): Simplify.
5694         (bibtex-string-files-init): Use default-directory.
5695         Allow for absolute file names in bibtex-string-files.
5696         (bibtex-files, bibtex-file-path): New variables.
5697         (bibtex-files-expand): New function.
5698         (bibtex-find-entry-globally): New command.
5699         (bibtex-summary-function): New variable.
5700         (bibtex-summary): Default value of bibtex-summary-function.
5701         (bibtex-find-crossref): New optional args pnt and split.
5702         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
5703         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
5704         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
5705         Fix handling of required and alternative fields.
5706         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
5707         Use cons and display-buffer.
5708         (bibtex-validate-globally): New command.
5709         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
5710         bibtex-parse-keys and bibtex-parse-strings for updating
5711         bibtex-reference-keys and bibtex-strings.
5712         (bibtex-realign): Remove blank lines past the last entry.
5713         (bibtex-reformat): Use bibtex-entry-format as default.
5714         (bibtex-choose-completion-string): Remove.
5715         (bibtex-complete): Do not use bibtex-choose-completion-string.
5716         (bibtex-url): Simplify.
5718 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5720         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
5721         (x-dnd-types-alist, x-dnd-open-file-other-window)
5722         (x-dnd-known-types): Add :version.
5724 2004-10-31  John Paul Wallington  <jpw@gnu.org>
5726         * ibuffer.el (group ibuffer): Add :version keyword.
5728 2004-10-31  Kim F. Storm  <storm@cua.dk>
5730         * ido.el (group ido): Add :version keyword.
5731         (ido-mode): Remove :version keyword.
5733         * emulation/cua-base.el (group cua): Add :version keyword.
5734         (cua-mode): Remove :version keyword.
5736 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5738         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
5740         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
5741         compiler warning.
5742         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
5743         function.
5744         (help-at-pt-display-when-idle): Remove autoload.
5746 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
5750 2004-10-30  Juri Linkov  <juri@jurta.org>
5752         * help.el (function-called-at-point):
5753         * help-fns.el (variable-at-point): Read -> intern.
5755 2004-10-30  Simon Josefsson  <jas@extundo.com>
5757         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5758         Recognize AS_* too.
5760 2004-10-29  Simon Josefsson  <jas@extundo.com>
5762         * subr.el (read-passwd): Move back from password.el.
5764         * password.el: Remove, not ready yet.
5766 2004-10-29  Andreas Schwab  <schwab@suse.de>
5768         * speedbar.el (speedbar-frame-parameters): Improve customize type.
5770 2004-10-29  Sam Steingold  <sds@gnu.org>
5772         * mouse.el (mouse-show-mark): Replace the last occurrence of
5773         x-lost-selection-hooks with x-lost-selection-functions.
5775 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5777         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5778         x-lost-selection-functions is bound.
5780         * mouse-sel.el (mouse-sel-mode):
5781         * emacs-lisp/lselect.el: Adjust to new names for
5782         x-(lost|sent)-selection-functions.
5784         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5785         New obsolete aliases of x-lost-selection-functions and
5786         x-sent-selection-functions.
5788 2004-10-28  Kim F. Storm  <storm@cua.dk>
5790         * imenu.el (imenu-scanning-message): Remove.
5791         (imenu-progress-message): Make it a no-op.
5793 2004-10-28  John Paul Wallington  <jpw@gnu.org>
5795         * files.el (set-auto-mode): Call `throw' correctly.
5797 2004-10-28  Juri Linkov  <juri@jurta.org>
5799         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5800         to search `Info-...' commands in `info' manual.
5801         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5802         Add 'info-file "emacs" property.
5803         (Info-find-emacs-command-nodes): Fix index line number regexp.
5804         Set real line number (instead of fake 0) in first element of the
5805         returned list.
5806         (Info-goto-emacs-command-node): Use line number of first element
5807         to set point in the first found Info node.
5809         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5810         code to `grep-mode-font-lock-keywords'.
5811         (grep-mode-font-lock-keywords): Delete grep markers instead
5812         of making them invisible.
5814 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5816         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5817         and x-server-version in bug report.
5819 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
5821         * files.el (set-auto-mode-0): New function.
5822         (set-auto-mode): Use it to handle aliased modes and to
5823         be consistent between C-x C-f and C-x C-w.
5825 2004-10-28  Kenichi Handa  <handa@m17n.org>
5827         * international/utf-8.el (utf-translate-cjk-charsets):
5828         Add katakana-jisx0201.
5830         * international/subst-jis.el: Add data for JISX0201.
5832 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5834         * obsolete/hilit19.el (hilit-mode): New function.
5835         Move all the toplevel side-effecting stuff into it, so that loading
5836         hilit19 doesn't mess everything up any more.
5838 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5840         * add-log.el (add-change-log-entry): Set up mailing address
5841         and full name later, and don't alter add-log-mailing-address
5842         or add-log-full-name.
5844         * elide-head.el (elide-head): Change error to message.
5845         (elide-head-show): Likewise.
5847         * apropos.el (apropos-macrop): Doc fix.
5849         * mouse.el (mouse-show-mark): Do most processing the same
5850         regardless of transient-mark-mode.
5852         * shadowfile.el (shadow-copy-files): Use interactive-p
5853         only to control whether to print a message.
5855         * tar-mode.el (tar-mode): Use write-contents-functions,
5856         not write-contents-hooks.
5858         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5859         directory-sep-char.
5861 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5863         * strokes.el (strokes-unload-hook): Fix previous change.
5865         * type-break.el (type-break-run-at-time): Always use run-at-time;
5866         forget the alternatives.
5867         (type-break-cancel-function-timers): Always use cancel-function-timers;
5868         forget the alternatives.
5870         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5872 2004-10-27  Kenichi Handa  <handa@m17n.org>
5874         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5876         * international/subst-gb2312.el: Likewise.
5878         * international/subst-big5.el: Likewise.
5880         * international/subst-ksc.el: Likewise.
5882         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5883         New variable.
5884         (utf-translate-cjk-set-unicode-range): New function.
5885         (utf-translate-cjk-unicode-range): Make it customizable.
5886         (utf-8-post-read-conversion):
5887         Use utf-translate-cjk-unicode-range-string.
5888         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5889         Unicode ranges.
5891 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
5893         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5894         trivial variants to shorten the list.
5895         (xml-based-modes): New var.
5896         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5897         declaration higher priority than auto-mode-alist.
5899         * find-file.el (cc-other-file-alist): Bring it in line with
5900         cc-mode's auto-mode-alist entries and use \' instead of $.
5902         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5903         and add "Id" and "Name" submenus to it.
5905         * imenu.el (imenu--generic-function): Skip matches in comments.
5907 2004-10-26  Jay Belanger  <belanger@truman.edu>
5909         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5910         (full-calc-keypad, calc-trail-display):  Use an extra argument
5911         instead of `interactive-p'.
5913         * calc/calc-misc.el (calc-other-window): Use an extra argument
5914         instead of `interactive-p'.
5916         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5917         `interactive-p'.
5919 2004-10-26  Kim F. Storm  <storm@cua.dk>
5921         * help.el (describe-key): Describe both down-event and up-event
5922         for a mouse click.
5924 2004-10-26  Richard M. Stallman  <rms@gnu.org>
5926         * woman.el (woman): Don't call interactive-p.
5928         * pcomplete.el (pcomplete): Instead of interactive-p,
5929         use an arg set non-nil by the interactive spec.
5931         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5932         use an arg set non-nil by the interactive spec.
5934         * man.el (Man-cleanup-manpage): Instead of interactive-p,
5935         use an arg set non-nil by the interactive spec.
5937 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
5939         * progmodes/flymake.el (flymake-split-string):
5940         Use `flymake-split-string-remove-empty-edges' in any case.
5942 2004-10-26  Masatake YAMATO  <jet@gyve.org>
5944         * progmodes/flymake.el (flymake-err-line-patterns):
5945         Use `compilation-error-regexp-alist-alist' instead of
5946         `compilation-error-regexp-alist'.
5948 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5950         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5951         verbatim face on the \ of \end{verbatim}.
5953 2004-10-25  Jay Belanger  <belanger@truman.edu>
5955         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
5956         erasing minibuffer.
5958 2004-10-25  Simon Josefsson  <jas@extundo.com>
5960         * subr.el (read-passwd): Move to net/password.el.
5962         * net/password.el (read-passwd): Add.  Autoload it.
5964 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
5966         * mouse-sel.el (mouse-sel-mode): Specify custom group.
5968         * simple.el (process-file): Fix logic.
5970 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5972         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5973         (increase-right-margin): Remove erroneous call to `interactive-p'.
5975 2004-10-24  Kim F. Storm  <storm@cua.dk>
5977         * help.el (describe-mode): Fix 2004-10-13 change.
5978         Copy pure "Auto Fill" string so it can be propertized later
5979         without causing a read-only error.
5981 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5983         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5984         style indexes.
5986 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
5988         * simple.el (process-file): Accept nil for INFILE.  Reported by
5989         Luc Teirlinck.
5991 2004-10-24  Masatake YAMATO  <jet@gyve.org>
5993         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5994         Handle periods and underscores in a function name.
5995         Remove the address fontification.
5997 2004-10-24 Masatake YAMATO <jet@gyve.org>
5999         * progmodes/asm-mode.el (asm-font-lock-keywords):
6000         Use font-lock-variable-name-face for registers.
6002 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
6004         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
6005         kill-all-local-variables.
6006         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6007         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
6008         Use kill-all-local-variables and provide mode-hooks.
6009         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
6010         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
6011         Suggested by Masatake YAMATO <jet@gyve.org>.
6013 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
6015         * simple.el (process-file): New function, similar to call-process
6016         but supports file handlers.
6017         * vc.el (vc-do-command): Use it, instead of call-process.
6018         * net/tramp-vc.el (vc-do-command): Do not advise it if
6019         process-file is fboundp.
6020         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
6021         process-file.
6022         (tramp-handle-process-file): New function.
6023         (tramp-file-name-for-operation): Support process-file.
6025 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
6027         * calendar/icalendar.el (icalendar--weekday-array): New constant.
6028         (icalendar-weekdayabbrev-table)
6029         (icalendar-monthnumber-table): Delete.
6030         (icalendar--get-month-number): Use calendar-month-name-array.
6031         (icalendar--get-weekday-number): New function.
6032         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
6033         (icalendar-export-region): Handle multi-line entries.
6034         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
6036 2004-10-23  John Paul Wallington  <jpw@gnu.org>
6038         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
6039         `wildcards' set to t in interactive spec.
6041         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
6042         interactive spec rather than use `interactive-p'.
6043         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
6044         rather than use function `interactive-p'.
6046 2004-10-22  Kenichi Handa  <handa@m17n.org>
6048         * international/mule.el (translate-region): Implement it in Lisp
6049         as a front end of translate-region-internal.
6051 2004-10-21  Jay Belanger  <belanger@truman.edu>
6053         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
6054         Declare these variables with defvar.
6056         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
6057         is bound, only check to see if it is bound.
6059 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6062         Don't output messages.
6064         * calc/calc-help.el (calc-describe-bindings): Fix last change.
6066 2004-10-21  John Paul Wallington  <jpw@gnu.org>
6068         * calc/calc-graph.el (calc-graph-init):
6069         Use `set-process-query-on-exit-flag'.
6071 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
6073         * progmodes/compile.el (compilation-start): Rely on `cd' to get
6074         dir right and also allow argumentless cd.
6076 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6078         * textmodes/flyspell.el (flyspell-mode): Doc fix.
6080         * eshell/em-unix.el (eshell-grep):
6081         Don't bind compilation-process-setup-function.
6083         * comint.el (comint-insert-input): Use @ in `interactive'.
6084         (comint-input-filter-functions): Doc fix.
6085         (comint-kill-whole-line, comint-get-source): Doc fix.
6087         * progmodes/compile.el (compilation-setup):
6088         Don't set buffer-read-only if MINOR is non-nil.
6090 2004-10-19  Jay Belanger  <belanger@truman.edu>
6092         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
6093         (calc-emacs-type-gnu19): Remove.
6094         (calc-digit-map, calc-read-key-sequence, calc-read-key):
6095         Remove check for old emacs versions.
6097         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
6098         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
6099         for current Emacs.
6101         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
6102         the end of the minibuffer.
6103         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
6104         copy `esc-map'.
6106         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
6108         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
6109         call that would be given when the current emacs was used.
6111 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
6113         * calendar/icalendar.el: Set coding to utf-8.
6114         (icalendar-version): Increase to 0.07.
6115         (icalendar-monthnumber-table): Change March pattern.
6116         (icalendar-get-all-event-properties)
6117         (icalendar-set-event-property): Delete.
6118         (icalendar-all-events): No longer interactive.
6119         (icalendar-convert-diary-to-ical)
6120         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
6121         their replacements.
6122         (icalendar-export-file, icalendar-export-region): New functions;
6123         essentially old `icalendar-convert-diary-to-ical' but appending to
6124         target rather than overwriting.
6125         (icalendar-import-file): Append to target file rather than
6126         overwriting.  Fourth arg deleted.
6127         (icalendar-import-buffer): New name for old
6128         `icalendar-extract-ical-from-buffer'.
6129         (icalendar--convert-string-for-import): New name for
6130         old `icalendar-convert-for-import'.
6131         (include-icalendar-files): Delete.
6132         Prefix for all internal functions changed from `icalendar-'
6133         to `icalendar--'.
6135 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6137         * paths.el (news-path): Fix previous change.
6139 2004-10-18 Jay Belanger  <belanger@truman.edu>
6141         * calc/calc-help.el (calc-describe-bindings):
6142         Set `buffer-read-only' to nil while working in the keybindings buffer;
6143         remove some extra information from the keybindings buffer.
6145 2004-10-18  David Ponce  <david@dponce.com>
6147         * mouse.el (mouse-drag-move-window-top): New function.
6148         (mouse-drag-mode-line-1): Use it.
6150 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6152         * info.el (Info-fontify-node): For multiline refs,
6153         arrange to unfontify newline and surrounding whitespace.
6155 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6157         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
6158         directory is missing.
6160 2004-10-17  John Paul Wallington  <jpw@gnu.org>
6162         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
6163         New customizable variable; whether to display buffers that match
6164         `ibuffer-maybe-show-predicates' by default.
6165         (ibuffer-maybe-show-predicates): Mention it in docstring.
6166         (ibuffer-display-maybe-show-predicates): New variable.
6167         (ibuffer-update): Prefix arg now toggles whether buffers that
6168         match `ibuffer-maybe-show-predicates' should be displayed.
6169         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
6170         locally to heed `ibuffer-default-display-maybe-show-predicates'.
6171         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
6173 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
6175         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
6176         work correctly.
6178 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
6180         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
6181         (Buffer-menu-beginning): New helper function.
6182         (Buffer-menu-execute): Use it.
6183         (Buffer-menu-select): Use it.
6184         (Buffer-menu-sort): Use it and also keep markers.
6186 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6188         * paths.el (news-directory): Rename from news-path.  Old name alias.
6189         (rmail-spool-directory): Use defvar.
6190         (sendmail-program): Use defcustom.
6191         (remote-shell-program): Use defcustom.
6192         (term-file-prefix): Use defvar.
6193         (abbrev-file-name): Use defvar.
6195         * term.el: Add maintainer.
6197         * subr.el (with-local-quit): Return nil if there's a quit.
6198         (read-passwd): Use with-local-quit.  Doc fix.
6200         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
6201         (strokes-unload-hook): Set as a variable with add-hook.
6203         * startup.el (fancy-splash-tail, normal-splash-screen):
6204         Update copyright year.
6206         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
6208         * server.el (server-unload-hook): Set as a variable with add-hook.
6210         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
6212         * frame.el (special-display-popup-frame):
6213         Make the buffer current as its frame is created.
6215         * delsel.el (delsel-unload-hook): Set as a variable.
6217         * comint.el (comint-output-filter-functions):
6218         Add comint-watch-for-password-prompt.
6219         (comint-read-noecho): Function deleted.
6220         (send-invisible): Use read-passwd.
6222         * fringe.el (fringe-mode-initialize): New function.
6223         (fringe-mode): Use fringe-mode-initialize as :initialize.
6225 2004-10-17  Kim F. Storm  <storm@cua.dk>
6227         * language/indian.el (indian-script-language-alist): Swap value and doc.
6228         (indian-font-char-index-table): Doc fix.
6230 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6232         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
6234 2004-10-16  Juri Linkov  <juri@jurta.org>
6236         * progmodes/compile.el (compilation-start): Move let-binding of
6237         `process-environment' into `with-current-buffer' body.
6238         Reported by Matt Hodges <MPHodges@member.fsf.org>.
6240 2004-10-16  Richard M. Stallman  <rms@gnu.org>
6242         * pcvs-util.el (cvs-bury-buffer):
6243         Don't call get-buffer-window for effect.
6245         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
6247         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
6249         * msb.el (msb-unload-hook): Set the variable.
6251         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6252         Use * to err if buffer is readonly.
6254         * subr.el (looking-back): Return only t or nil.
6256         * whitespace.el (whitespace-unload-hook): Set the variable.
6258         * view.el (view-mode-enable): Set view-page-size and
6259         view-half-page-size to nil.
6260         (view-set-half-page-size-default): view-half-page-size = nil
6261         means the default.
6262         (View-scroll-page-forward): Use view-page-size-default.
6263         (View-scroll-page-backward): Likewise.
6264         (view-page-size, view-half-page-size): Doc fixes.
6266         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
6268         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
6270         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
6271         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
6272         (byte-compile-log-1): Bind inhibit-read-only.
6273         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
6274         (byte-compile-log-warning): Likewise.
6275         (byte-compile-file-form-require): Detect "cl" from the arg value.
6277         * progmodes/compile.el (compilation-start): Assume compilation-mode
6278         will make the buffer read-only.
6279         (compilation-mode): Take arg name-of-mode.
6280         (compilation-setup): Make buffer read-only.
6281         (compilation-handle-exit): Bind inhibit-read-only.
6283         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
6284         (ispell-message): Likewise.
6285         (ispell-show-choices): Don't call get-buffer-window uselessly.
6286         (ispell-init-process): Use set-process-query-on-exit-flag.
6288 2004-10-16  Kim F. Storm  <storm@cua.dk>
6290         * fringe.el (fringe-bitmaps): Only initialize when defined.
6292         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
6293         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
6295         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
6297 2004-10-15  Simon Josefsson  <jas@extundo.com>
6299         * net/password.el: Add.
6301 2004-10-14  Masatake YAMATO  <jet@gyve.org>
6303         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
6304         (gdb-script-end-of-defun): New function.
6305         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
6306         `gdb-script-end-of-defun' as *-of-defun-function.
6308 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
6310         * button.el (button-activate): Allow a marker to display as an action.
6312         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
6314         * help.el (describe-mode): Use it to make minor mode list into
6315         hyperlinks.
6317 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6319         * vc.el (vc-annotate-display-select): Fix typo.
6321         * subr.el (substitute-key-definition-key): New function.
6322         (substitute-key-definition): Use it with map-keymap.
6323         (event-modifiers): Use push.
6324         (mouse-movement-p, with-temp-buffer): Simplify.
6326 2004-10-12  Jay Belanger  <belanger@truman.edu>
6328         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
6329         New variables.
6330         (calc-help-index-entries): New function.
6331         (calc-describe-function): Use `calc-help-function-list' instead of
6332         obarray for completion.
6333         (calc-describe-variable): Use `calc-help-variable-list' instead
6334         of obarray for completion.
6336 2004-10-12  Richard M. Stallman  <rms@gnu.org>
6338         * info-look.el (info-lookup-file): Add info-file property.
6339         (info-lookup-symbol): Likewise.
6341         * info.el (info-xref): Add underlining.
6342         (info): Add info-file property.
6343         (Info-find-emacs-command-nodes): Specify case-sensitive search.
6345 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
6347         Sync with Tramp 2.0.45.
6349         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
6350         defined.  This is not the case for XEmacs without package "edebug".
6351         (tramp-set-auto-save-file-modes): Set permissions of autosaved
6352         remote files to the permissions of the original file.  This is not
6353         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
6354         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
6355         (tramp-perl-decode): Fix an error in Perl implementation.
6356         $pending must be cleared every loop.  Reported by Benjamin Place
6357         <benjaminplace@sprintmail.com>
6359         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
6360         Don't activate advice during definition.  This is done later on,
6361         depending on test result of `substitute-in-file-name'.
6362         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6364 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6366         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
6368         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
6370 2004-10-12  David Ponce  <david@dponce.com>
6372         * recentf.el (recentf-edit-list): Update the menu when the recentf
6373         list has been modified.
6375 2004-10-12  Simon Josefsson  <jas@extundo.com>
6377         * net/tls.el (tls-certtool-program): New variable.
6378         (tls-certificate-information): New function, based on
6379         ssl-certificate-information.
6381 2004-10-12  Kenichi Handa  <handa@m17n.org>
6383         * international/mule.el (coding-system-equal): Move from mule-util.el.
6385         * international/mule-util.el (coding-system-equal): Move to mule.el.
6387 2004-10-12  Kim F. Storm  <storm@cua.dk>
6389         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
6390         reset kmacro-initial-counter-value if set.
6391         (kmacro-set-counter): Only set kmacro-counter if defining or executing
6392         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
6393         (kmacro-display): Show macro counter if non-zero.
6395         * subr.el (substitute-key-definition): Mention command remapping
6396         in doc string.
6398 2004-10-11  Jay Belanger  <belanger@truman.edu>
6400         * calc/calc-misc.el (calc-info-goto-node): New function.
6401         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
6402         node in one step.
6403         (calc-describe-copying, calc-describe-distribution)
6404         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
6405         Go to appropriate info node in one step.
6407 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6409         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
6411         * font-lock.el (font-lock-apply-highlight): Fix last change.
6413 2004-10-11  Simon Josefsson  <jas@extundo.com>
6415         * mail/smtpmail.el (smtpmail-open-stream): Look for
6416         starttls-gnutls-program instead of starttls-program iff
6417         starttls-use-gnutls is non-nil.
6418         (smtpmail-open-stream): Don't overwrite user settings of
6419         starttls-extra-arguments and starttls-extra-args.
6421 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * comint.el (comint-mouse-insert-input): Remove.
6424         (comint-insert-input): Make it work for mouse bindings.
6425         (comint-mode-map): Move defs into the declaration.
6426         (comint-output-filter): Typo.
6428         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
6430 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
6432         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
6433         (ange-ftp-call-chmod): Reference remote-shell-program instead of
6434         ange-ftp-remote-shell.
6436 2004-10-10  Andreas Schwab  <schwab@suse.de>
6438         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
6439         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
6440         Reported by <sri@asu.edu>.
6442 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
6444         * vc.el (vc-annotate-mode): Remove variable.
6445         (vc-annotate-display-select): Only call vc-annotate-mode
6446         if we're not in that mode already.
6448 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6450         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
6451         (imenu-choose-buffer-index): Check here for rescan instead.
6453         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
6454         where the face expression evals to nil.
6456         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
6457         (tex-font-lock-keywords-2): Use it.
6458         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
6460         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
6462 2004-10-09  Kim F. Storm  <storm@cua.dk>
6464         * subr.el (progress-reporter-update): Define before first usage.
6465         (make-progress-reporter): Doc fix.
6467 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6469         * textmodes/paragraphs.el (sentence-end-double-space)
6470         (sentence-end-without-period, sentence-end-without-space)
6471         (sentence-end): Doc fixes.
6473 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
6475         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6476         Change paragraph-start regexp so we don't fill code starting with #'(.
6478 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
6480         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
6481         New defcustom.
6482         (extract-address-components): Use it.
6484 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6486         * subr.el (make-progress-reporter, progress-reporter-update)
6487         (progress-reporter-force-update, progress-reporter-do-update)
6488         (progress-reporter-done): New functions.
6490         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
6492         * progmodes/etags.el (etags-tags-completion-table): Use progress
6493         reporter.
6494         (etags-tags-apropos): Likewise.
6496 2004-10-08  Alan Mackenzie  <acm@muc.de>
6498         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
6499         of current line.
6501 2004-10-08  Masatake YAMATO  <jet@gyve.org>
6503         * server.el (server-process-filter): Wrap `process-send-region'
6504         by `condition-case' to guard the case when the pipe to PROC is closed.
6506 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
6508         * xml.el (xml-substitute-special): Limit handling of external entities.
6510 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
6512         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
6514 2004-10-06  John Paul Wallington  <jpw@gnu.org>
6516         * xml.el (xml-parse-dtd): Fix `error' call.
6518 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
6520         * xml.el (xml-substitute-special): Return a single string instead
6521         of a list of strings if an entity substitution is made.
6523 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
6525         * calendar/icalendar.el: New file.
6527 2004-10-05  Juri Linkov  <juri@jurta.org>
6529         * isearch.el (isearch-done): Set mark after running hook.
6530         Reported by Drew Adams <drew.adams@oracle.com>.
6532         * info.el (Info-history, Info-toc): Fix Info headers.
6533         (Info-toc): Narrow buffer before Info-fontify-node.
6534         (Info-build-toc): Don't check for special Info file names.
6535         Set main-file to nil if Info-find-file returns a symbol.
6537 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
6539         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
6540         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
6541         * calendar/cal-menu.el (calendar-mode-map): Ditto.
6543 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6545         * calendar/cal-iso.el (calendar-iso-read-args): New function,
6546         for old interactive spec from calendar-goto-iso-date.
6547         (calendar-goto-iso-date): Use it.
6548         (calendar-goto-iso-week): New function.  Suggested by Emilio
6549         C. Lopes <eclig@gmx.net>.
6551 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
6553         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
6554         `set-right-margin' bindings that follow the minor mode conventions.
6556 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
6559         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
6560         (latex-block-args-alist): Add minipage and picture.
6561         (latex-block-body-alist): Use reftex-label if enabled.
6562         (latex-insert-block): Don't insert a \n if not necessary.
6563         (tex-compile-commands): Make sure dvips doesn't send to printer.
6564         (tex-compile-default): Handle the case where no executable is found.
6565         (latex-noindent-environments): New var.
6566         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
6567         If tex-indent-allhanging is non-nil, make sure we only align for macros
6568         at beginning of line.
6570 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
6572         * newcomment.el (comment-beginning): Doc fix and don't choke on
6573         unset `comment-end-skip' when at beginning of comment.
6575 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
6577         * term.el (term-adjust-current-row-cache): Don't allow the current
6578         row to become negative.
6579         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
6580         the end of the line. Fix scroll down. Add comments.
6581         (term-handle-ansi-escape): Don't exceed terminal width when moving
6582         right.
6583         (term-scroll-region): Move the cursor after setting the scroll region.
6585 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
6587         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
6588         to `width' for consistency with docstring.  Doc fix.
6590 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
6592         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
6593         This is necessary for derived modes.
6595 2004-09-30  Kim F. Storm  <storm@cua.dk>
6597         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
6598         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
6600         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
6601         kmacro-extract-lambda functions.
6602         (edit-kbd-macro): Handle kmacro lambda forms.
6603         Include counter and counter format in edit buffer.
6604         (edmacro-finish-edit): Get counter and format from edit buffer and
6605         update kmacro bindings when found.
6607 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
6609         * textmodes/paragraphs.el (forward-paragraph):
6610         Avoid args-out-of-range error when point winds up at the beginning of
6611         the buffer and hard newlines are enabled.
6613         * newcomment.el (comment-multi-line): Doc fix.
6615 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
6618         (diff-fixup-modifs): Catch unified-diff file-headers.
6620 2004-09-29  Kim F. Storm  <storm@cua.dk>
6622         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
6623         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
6624         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
6626         * fringe.el (fringe-bitmap-p): New macro.
6627         (fringe-bitmaps): Add standard fringe bitmaps on load.
6629 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * dired.el (dired-view-command-alist): Use more efficient regexps.
6632         Remove dubious arguments.
6633         (dired-align-file): New function.
6634         (dired-insert-directory): Use it.
6635         (dired-move-to-end-of-filename): Make the " -> " search more specific.
6636         (dired-buffers-for-dir): Remove unused var `pattern'.
6638 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
6640         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
6641         from diary display excursion.  Store diary buffer's point for
6642         `simple-diary-display'.
6643         (simple-diary-display): Set window point and start when
6644         displaying buffer, to preserve point.
6646 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
6648         * textmodes/enriched.el (enriched-translations): Replace defconst
6649         with defvar.
6651 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6653         * printing.el: Doc fix.
6654         (pr-version): New version number (6.8.1).
6655         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
6656         make-temp-name.
6657         (pr-delete-file): Check if file exists before deleting it.
6658         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6660 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6662         * term.el (term-display-table): New variable.
6663         (term-mode): Use it.
6664         (term-exec-1): Set the coding system to binary.
6665         (term-emulate-terminal): Decode the string before inserting it.
6667 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6669         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
6670         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
6671         (map): Bind S-prior, S-next and S-insert.
6672         (term-mode): Set `indent-tabs-mode' to nil.
6673         (term-paste): New function to be bound to S-insert.
6674         (term-send-del, term-send-backspace): Change the strings sent.
6675         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
6676         (term-handle-colors-array): Fix handling of underline and reverse.
6677         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
6678         (term-erase-in-line): Fix comparison.
6679         (term-emulate-terminal): Fix line wrap handling.
6680         (term-start-output-log): Rename from `term-set-output-log'.
6681         (term-stop-output-log): Rename from `term-stop-photo'.
6682         (term-switch-to-alternate-sub-buffer): Comment out, unused.
6684 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6686         * dired.el (dired-move-to-filename): Don't output a message if
6687         raise-error is non-nil.  Fix return position and value.
6689         * files.el (insert-directory): Obey --dired even with symlinks.
6691 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
6693         * ls-lisp.el (ls-lisp-format): Mark file names with property
6694         dired-filename.
6696 2004-09-25  Kim F. Storm  <storm@cua.dk>
6698         * ido.el (ido-max-directory-size): New defcustom.
6699         (ido-decorations): Add "too big" element.
6700         (ido-directory-too-big): New dynamic var.
6701         (ido-may-cache-directory): Don't cache big directories.
6702         (ido-directory-too-big-p): New defun.
6703         (ido-set-current-directory): Update ido-directory-too-big.
6704         (ido-read-internal): Make empty ido-cur-item if too-big.
6705         (ido-buffer-internal): Use ido-read-internal directly instead of
6706         ido-read-buffer.
6707         (ido-file-internal): Init ido-directory-too-big.
6708         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
6709         and redo completion with full list.
6710         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
6711         it, and show completions.
6712         (ido-all-completions): Let bind ido-directory-too-big to nil.
6713         (ido-exhibit): Handle ido-directory-too-big.
6714         (ido-read-buffer): Handle fallback to read-buffer.
6715         Init ido-directory-too-big.
6716         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
6717         Init ido-directory-too-big.
6719 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6721         * subr.el (delay-mode-hooks): Doc fix.
6723 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
6725         * textmodes/enriched.el
6726         (enriched-default-text-properties-local-flag): New variable.
6727         (enriched-mode): Make sure that enabling and disabling the mode is
6728         a no-op.  Doc fix.
6730 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
6732         * calendar/holidays.el (holiday-advent): Report on a specified day
6733         offset from advent, not just advent.
6734         (holiday-easter-etc): Report on one specified day offset from
6735         easter, not all easter holidays. Various Easter holidays moved to
6736         `christian-holidays' variable in calendar.el.
6737         * calendar/calendar.el (christian-holidays): Adapt for new
6738         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
6740 2004-09-23  Kim F. Storm  <storm@cua.dk>
6742         * image.el (insert-sliced-image): Add doc string.
6744         * ido.el (ido-choice-list): New dynamic var for `list' context.
6745         (ido-context-switch-command): New dynamic var.
6746         (ido-define-mode-map): Generalize switch between file/buffer contexts.
6747         (ido-read-internal): Handle new `list' context.
6748         Handle insert-buffer and insert-file ido-exit values.
6749         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
6750         ido-context-switch-command. Handle insert-file ido-exit value.
6751         (ido-read-buffer): Set ido-context-switch-command to 'ignore
6752         unless it is already bound by caller.
6753         (ido-file-internal): New arg switch-cmd.  Use it to setup
6754         ido-context-switch-command.  Handle insert-buffer ido-exit value.
6755         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
6756         used for context switching.
6757         (ido-all-completions): Handle new `list' context.
6758         (ido-make-choice-list): Return choices for `list' context.
6759         (ido-find-file-in-dir, ido-display-file, ido-write-file)
6760         (ido-display-buffer, ido-kill-buffer): Disable context switching.
6761         (ido-insert-buffer, ido-insert-file): Setup context switching.
6762         (ido-exhibit): Handle `list' context.
6763         (ido-read-file-name): Disable context switching.  Handle fallback.
6764         (ido-read-directory-name): Disable context switching.
6765         (ido-completing-read): New defun like completing-read.  Setup and
6766         use new `list' context.
6768 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
6770         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
6772 2004-09-21  Jay Belanger  <belanger@truman.edu>
6774         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
6775         `calc-graph-set-styles' so the gnuplot buffer will appear in a
6776         separate window.
6778 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
6780         * subr.el (after-change-major-mode-hook): Doc fix.
6782 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6784         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
6785         of ghostscript for monochrome PostScript file in Windows.
6787 2004-09-21  Kenichi Handa  <handa@m17n.org>
6789         * descr-text.el (describe-char): Checking of quail activation
6790         fixed.
6792 2004-09-21  Jay Belanger  <belanger@truman.edu>
6794         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
6796 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
6798         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6799         after the mode hooks instead of before.  Doc fix.
6801 2004-09-20  Jason Rumney  <jasonr@gnu.org>
6803         * startup.el (command-line) [windows-nt]: Try .emacs first, then
6804         _emacs, but revert to .emacs if neither exists in home directory.
6806 2004-09-20  John Paul Wallington  <jpw@gnu.org>
6808         * bindings.el (completion-ignored-extensions): Add .dfsl.
6810 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6812         * bindings.el (scroll-left): Make it disabled.
6814         * files.el (enable-local-eval): Doc fix.
6816         * indent.el (move-to-left-margin): Special case for minibuffer.
6818         * term.el (term-emulate-terminal): Turn off undo for output.
6819         Use with-current-buffer and save-selected-window.
6821         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6823         * progmodes/make-mode.el (makefile-fill-paragraph):
6824         Don't insist on spaces when looking for comments.  # is enough.
6826         * files.el (hack-local-variables): Copy the variables list
6827         to another buffer, strip prefixes and suffixes there, then read.
6828         (enable-local-eval): Doc fix.
6829         (ignored-local-variables): Initialize to nil.
6830         (risky-local-variable-p): Don't check ignored-local-variables here.
6831         (hack-one-local-variable): Ignore var if in ignored-local-variables.
6833 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6835         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6836         of = to "." (punctuation).
6838 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6840         * subr.el (event-basic-type): Fix mask (extend to 22bits).
6842 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
6844         * textmodes/enriched.el (enriched-rerun-flag): New variable.
6845         (enriched-before-change-major-mode): New function.
6846         Add it to `change-major-mode-hook'.
6847         (enriched-after-change-major-mode): New function.
6848         Add it to `after-change-major-mode-hook'.
6849         (enriched-mode): Make it work correctly if called from
6850         `after-change-major-mode-hook'.
6851         No longer set `indent-line-function'.
6853         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6855         * subr.el (after-change-major-mode-hook): New variable.
6856         (run-mode-hooks): Implement it.
6858 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6860         * battery.el (battery-linux-proc-apm): Use string-to-number.
6861         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6862         Use dolist (and less indentation).  Use erase-buffer.
6863         Pre-initialize `design-capacity', `warn', and `low'.
6864         (battery-format): Use replace-regexp-in-string.
6866 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
6868         * battery.el: Delete superfluous empty lines.
6869         (battery-linux-proc-acpi): Attempt to gather information from all
6870         battery subdirectories regardless of their file name.
6871         (battery-linux-proc-apm): Replace all occurrences of
6872         battery-hex-to-int-2 with string-to-int (base 16).
6873         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6874         (battery-hex-map): Delete variable.
6876 2004-09-18  John Paul Wallington  <jpw@gnu.org>
6878         * calc/calc-units.el (calc-quick-units): Fix overzealous
6879         s/or/unless/.
6881 2004-09-17  Jay Belanger  <belanger@truman.edu>
6883         * calc/calc.el (calc-mode-var-list): Fix the value of
6884         `calc-matrix-brackets'.
6886 2004-09-17  Romain Francoise  <romain@orebokech.com>
6888         * ibuf-ext.el (define-ibuffer-filter filename):
6889         Expand dired-directory since buffer-file-name is absolute.
6891 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6893         * ediff-init.el (ediff-current-diff-face-A)
6894         (ediff-current-diff-face-B, ediff-current-diff-face-C)
6895         (ediff-current-diff-face-Ancestor)
6896         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6897         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6898         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6899         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6900         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6901         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6902         Use min-colors.
6904         * term.el (term-down): Perform vertical motion if DOWN is negative.
6905         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6906         (term-termcap-format): Synchronyze with the eterm terminfo entry
6907         in etc/e/eterm.ti.
6908         (term-handle-colors-array): If the current foreground or
6909         background are zero (i.e. unspecified), use the foreground and
6910         background of the default face for reverse video.
6911         (term-ansi-at-eval-string, term-ansi-default-fg)
6912         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6913         (term-mem): Delete ununsed function.
6914         (term-protocol-version): Increment.
6915         (term-current-face): Set to default.
6917 2004-09-15  Jay Belanger  <belanger@truman.edu>
6919         * calc/calc.el (calc-mode-var-list): Define this variable.
6920         (calc-always-load-extensions, calc-line-numbering)
6921         (calc-line-breaking, calc-display-just, calc-display-origin)
6922         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6923         (calc-group-char, calc-point-char, calc-frac-format)
6924         (calc-prefer-frac, calc-hms-format, calc-date-format)
6925         (calc-float-format, calc-full-float-format, calc-complex-format)
6926         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6927         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6928         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6929         (calc-matrix-brackets, calc-language, calc-language-option)
6930         (calc-left-label, calc-right-label, calc-word-size)
6931         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6932         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6933         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6934         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6935         (calc-window-height, calc-display-trail, calc-show-selections)
6936         (calc-use-selections, calc-assoc-selections)
6937         (calc-display-working-message, calc-auto-why, calc-timing)
6938         (calc-mode-save-mode, calc-standard-date-formats)
6939         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6940         (calc-user-parse-tables, calc-gnuplot-default-device)
6941         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6942         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6943         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6944         (calc-invocation-macro, calc-show-banner): Give these values as
6945         part of `calc-mode-var-list's initialization after the variables
6946         are declared with defvar.
6947         (calc-bug-address):  Change email address to send bug reports to.
6948         Change the maintainer address at the top.
6949         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6950         than "\\.emacs" to determine if it is the user-init-file.
6952         * calc/calc-embed.el (calc-embedded-set-modes): Use
6953         `calc-mode-var-list' correctly.
6955 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
6957         * vc.el (annotate-time): Document point handling.
6958         (vc-annotate-display-autoscale): Doc fix.
6960 2004-09-15  Miles Bader  <miles@gnu.org>
6962         * generic.el (generic-make-keywords-list): Use symbol rather than
6963         word anchors in regexp.
6965 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6967         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6968         no file name consider `dired-directory'.
6970 2004-09-14  Kim F. Storm  <storm@cua.dk>
6972         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
6974 2004-09-14  Simon Josefsson  <jas@extundo.com>
6976         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6978         * textmodes/dns-mode.el: Add.
6980 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6982         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6983         (disabled-command-function): Make the ?\  char more obvious.
6985         * vc-arch.el (vc-arch-root, vc-arch-registered):
6986         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6988 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
6990         * windmove.el (windmove-frame-edges): Report coordinates of
6991         outside edges of frame, not inside edges.
6992         (windmove-coordinates-of-position): Convert into wrapper to new
6993         function `windmove-coordinates-of-window-position';
6994         `compute-motion' always applies to selected window.
6995         (windmove-coordinates-of-position): Update documentation to refer
6996         to Emacs 21 Lisp Reference Manual.
6997         (windmove-find-other-window): Fix off-by-one errors for max x,y.
6999 2004-09-13  Kim F. Storm  <storm@cua.dk>
7001         * isearch.el (isearch-resume-in-command-history): Rename from
7002         isearch-resume-enabled and change default to nil.
7004 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7006         * vc-hooks.el (vc-ignore-dir-regexp): New var.
7007         (vc-registered): Use it.
7008         (vc-find-root): New fun.
7010         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7011         Don't tell to use \\{...} when it's already done.
7013         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
7014         Provide a sample complex default.
7015         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
7016         (bibtex-entry): Use mapc.
7018 2004-09-12  Kim F. Storm  <storm@cua.dk>
7020         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
7022         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
7023         inhibit-field-text-motion to t so rectangles work in comint buffers.
7025         * simple.el (choose-completion-string): Set buffer before running
7026         choose-completion-string-functions hook so it can be buffer-local.
7028 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
7030         * progmodes/compile.el (compilation-start): Parse command to see
7031         if it starts with a cd, and if so perform it for the *compilation*
7032         buffer.  Change the header to reflect this.
7034 2004-09-11  Kim F. Storm  <storm@cua.dk>
7036         * ido.el (ido-enable-dot-prefix): Doc fix.
7037         (ido-enable-dot-prefix): New defcustom.
7038         (ido-set-matches1): Use it.
7040 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7042         * textmodes/bibtex.el (bibtex-mark-active)
7043         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
7045 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7047         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
7048         used in a case insensitive environment.
7049         (bibtex-mode-map): Rearrange order of menus.
7050         (bibtex-quoted-string-re): Obsolete.
7051         (bibtex-complete-key-cleanup): Variable replaced by new function.
7052         (bibtex-font-lock-keywords): Use backquotes.
7053         (bibtex-font-lock-url-regexp): New internal variable.
7054         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
7055         "OPT" and "ALT".
7056         (bibtex-insert-current-kill, bibtex-make-field)
7057         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
7058         (bibtex-parse-field-text): Simplify.
7059         (bibtex-string=): New helper function.
7060         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
7061         (bibtex-map-entries): Use bibtex-string=.
7062         (bibtex-search-entry): Use not.
7063         (bibtex-enclosing-field): Fix docstring.
7064         (bibtex-assoc-regexp): Obsolete.
7065         (bibtex-format-entry): Use assoc-string and bibtex-string=.
7066         (bibtex-autokey-get-names): Handle empty name field.
7067         (bibtex-parse-strings): Use assoc-string and unless.
7068         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
7069         Use assoc-string.
7070         (bibtex-pop): Simplify.
7071         (bibtex-mode): Set font-lock-extra-managed-props.
7072         (bibtex-entry-update): Use assoc-string.
7073         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
7074         (bibtex-autofill-entry): Use bibtex-string=.
7075         (bibtex-print-help-message): Simplify.
7076         (bibtex-find-entry): New optional arg START.
7077         (bibtex-validate): Use bibtex-string= and assoc-string.
7078         Do not call obsolete function compilation-parse-errors.
7079         (bibtex-remove-delimiters): Only remove delimiters if present.
7080         (bibtex-copy-entry-as-kill): Add docstring.
7081         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
7082         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
7083         (bibtex-complete): Use bibtex-predefined-month-strings,
7084         bibtex-string=, and new function bibtex-complete-key-cleanup.
7085         (bibtex-generate-url-list): New variable.
7086         (bibtex-url): New command bound to C-c C-l and mouse-2.
7087         (bibtex-url-map): New local keymap for bibtex-url-mouse.
7088         (bibtex-font-lock-url): New function.
7090 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7092         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
7094 2004-09-09  Kim F. Storm  <storm@cua.dk>
7096         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
7097         counter and format with binding.
7098         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
7099         the declared macro uses own macro counter and format.  Give symbol
7100         kmacro property.
7101         (kmacro-keymap): Bind kmacro-name-last-macro to n.
7102         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
7103         (kmacro-end-and-call-macro): Doc fix.
7105 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
7107         * desktop.el (desktop-clear-preserve-buffers):
7108         Remove make-obsolete-variable.
7110 2004-09-08  Richard M. Stallman  <rms@gnu.org>
7112         * buff-menu.el (list-buffers-noselect): Call format-mode-line
7113         with the buffer as argument.
7115 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
7119 2004-09-08  Juri Linkov  <juri@jurta.org>
7121         * replace.el (perform-replace): Use `query-replace-descr'.
7123         * cus-start.el (history-delete-duplicates): Specify customization.
7125         * diff-mode.el (diff-mode-map):
7126         * progmodes/compile.el (compilation-mode-map):
7127         * progmodes/grep.el (grep-mode-map):
7128         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
7129         to `next-error-follow-minor-mode'.
7131 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7133         * isearch.el (isearch-lazy-highlight-update): Take into account
7134         the case of zero-length match at the search bound.
7136 2004-09-08  Kim F. Storm  <storm@cua.dk>
7138         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
7139         change.  Use zero width overlays when necessary.
7141 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7143         * subr.el (split-string): Docfix.
7145 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7147         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
7148         (display-call-tree): Ensure newline after caller/calls blocks.
7150 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7152         * startup.el (command-line-1): Make option
7153         --directory/-L modify `load-path' straight away.
7155 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7157         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
7159 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7161         * emacs-lisp/autoload.el (make-autoload):
7162         Handle `define-compilation-mode'.
7164         * emacs-lisp/lisp-mode.el (define-compilation-mode):
7165         Specify `doc-string-elt' property.
7167 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7169         * bs.el (bs-mode): Doc fix.
7171 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7173         * info.el (Info-insert-dir): Fix temp buffer leak bug.
7175 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7177         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
7179 2004-09-08  Kenichi Handa  <handa@m17n.org>
7181         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
7182         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
7183         ps-mule-next-point -> 1+).
7185         * composite.el (encode-composition-rule): Add autoload cooky.
7187 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7189         * format.el (buffer-auto-save-file-format): Make it permanent local.
7191 2004-09-07  Kim F. Storm  <storm@cua.dk>
7193         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
7194         (authors-fixed-entries): Fix typo.
7195         (authors-canonical-author-name): Compact multiple spaces.
7196         Ignore trivial names (e.g. only first name).
7198         * term.el (term-window-width): Only use full window width on
7199         window system if overflow-newline-into-fringe is enabled.
7200         (term-mode): Don't disable overflow-newline-into-fringe.
7202 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7204         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
7205         motion as seen on my Mac OS X xterms.
7207         * newcomment.el (uncomment-region-default, comment-region-default):
7208         New functions extracted from uncomment-region and comment-region.
7209         (comment-region, comment-region-function, uncomment-region)
7210         (uncomment-region-function): Use them.
7212         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
7214         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
7215         It's not crucial but can make sense at times.
7217         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
7218         the first commit.
7220         * vc.el (vc-buffer-context, vc-restore-buffer-context):
7221         Disable obsolete code.
7223 2004-09-07  Juri Linkov  <juri@jurta.org>
7225         * progmodes/grep.el (grep-highlight-matches): Change default from
7226         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
7227         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
7228         if grep option `--color' is available, or to `nil' otherwise.
7229         (grep-process-setup): Call `grep-compute-defaults' if
7230         `grep-highlight-matches' is not computed.  Set env-vars only
7231         if `grep-highlight-matches' is `t'.
7232         (grep-use-null-device): Remove redundant type `boolean' (`choice'
7233         is already defined).
7235         * progmodes/compile.el (compilation-start): Use copy of
7236         `process-environment' created by `copy-sequence' to not
7237         modify env-vars in the global `process-environment'.
7239 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
7241         * simple.el (next-error-follow-minor-mode): Fix last change.
7243 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
7245         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
7246         permanent local.
7248 2004-09-04  Richard M. Stallman  <rms@gnu.org>
7250         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
7251         highlighting if the search string is empty.
7253 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
7255         * facemenu.el (facemenu-active-faces): Change condition of inner
7256         `while' loop to also check the first two elements of `face-atts'
7257         and `mask-atts'.
7259 2004-09-04  John Paul Wallington  <jpw@gnu.org>
7261         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
7262         (thumbs-view-image-mode): Make buffer read-only.
7264 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
7266         * textmodes/ispell.el (ispell-really-aspell): New defvar.
7267         (ispell-check-version): Set it.
7268         (ispell-send-replacement): New function.
7269         (ispell-process-line): Call ispell-send-replacement.
7271 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7273         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
7274         Support choosing seconds with "s".
7276 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
7278         * terminal.el (te-escape): Show `?' in prompt for help key.
7280 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
7282         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
7284 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7286         * simple.el (next-error-follow-minor-mode)
7287         (next-error-follow-mode-post-command-hook): New functions.
7288         (next-error-follow-last-line): New defvar.
7290         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
7291         * progmodes/compile.el (compilation-mode-map): Likewise.
7292         * progmodes/grep.el (grep-mode-map): Likewise.
7293         * replace.el (occur-mode-map): Likewise.
7295         * newcomment.el (uncomment-region): Bind comment-use-global-state
7296         to nil.
7298 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
7300         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
7301         locally around the call to `revert-buffer'.
7303 2004-09-03  Juri Linkov  <juri@jurta.org>
7305         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
7306         `isearch-adjusted' to `t'.
7307         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
7308         (isearch-message-prefix): Add "pending" for isearch-adjusted.
7309         (isearch-other-meta-char): Restore isearch-point unconditionally.
7310         (isearch-query-replace): Add new arg `regexp-flag' and use it.
7311         Set point to start of match if region is not active in transient
7312         mark mode (to include the current match to region boundaries).
7313         Push the search string to `query-replace-from-history-variable'.
7314         Add prompt "Query replace regexp" for isearch-regexp.
7315         Add region beginning/end as last arguments of `perform-replace.'
7316         (isearch-query-replace-regexp): Replace code by the call to
7317         `isearch-query-replace' with arg `t'.
7319 2004-09-03  Richard M. Stallman  <rms@gnu.org>
7321         * startup.el (normal-top-level): Undo previous TERM change.
7323 2004-09-03  Kim F. Storm  <storm@cua.dk>
7325         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
7326         highlight overlays; allow using RET when cursor is over a button.
7327         (cua--highlight-rectangle): Use it.
7328         (cua--rectangle-set-corners): Don't move backwards at eol.
7329         (cua--forward-line): Don't move into void after eob.
7331         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
7332         point is set (and displayed) inside rectangle.
7333         (cua--rectangle-operation): Fix for highlight of empty lines.
7334         (cua--highlight-rectangle): Fix highlight for tabs.
7335         Position cursor at left/right edge of rectangle using new `cursor'
7336         property on overlay strings.
7337         (cua--indent-rectangle): Don't tabify.
7338         (cua-rotate-rectangle): Ignore that point has moved.
7340 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7342         * term/mac-win.el: Add ASCII equivalents for some function keys.
7343         (mode-line-frame-identification): Sync with x-win.el.
7345 2004-09-02  Juri Linkov  <juri@jurta.org>
7347         * progmodes/compile.el (compilation-buffer-name): Compare major
7348         mode with second element of compilation-arguments instead of third
7349         to reflect latest changes in compilation-arguments structure.
7350         (recompile): Use global variable `compilation-directory' to get
7351         recent compilation directory only when `recompile' is invoked NOT
7352         in the compilation buffer.  Otherwise, use `default-directory' of
7353         the compilation buffer.
7354         (compilation-error-properties): Allow to funcall col and end-col.
7355         (compilation-mode-font-lock-keywords): Check col and end-col by
7356         `integerp'.
7357         (compilation-goto-locus): If end-mk is non-nil in transient mark
7358         mode don't activate the mark (and don't display message in
7359         push-mark), but highlight overlay between mk and end-mk.
7361         * progmodes/grep.el (grep-highlight-matches): New defcustom.
7362         (grep-regexp-alist): Add rule to highlight grep matches.
7363         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
7365         * info.el (Info-fontify-node): Don't compute other-tag
7366         if Info-hide-note-references=hide.
7368         * help.el (function-called-at-point):
7369         * help-fns.el (variable-at-point):
7370         Try `find-tag-default' when other methods failed.
7372         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7373         Do not push mark if inhibit-mark-movement is non-nil.
7375         * textmodes/ispell.el (ispell-html-skip-alists):
7376         Fix backslashes in docstring.
7378 2004-09-01  Juri Linkov  <juri@jurta.org>
7380         * isearch.el (isearch-wrap-function)
7381         (isearch-push-state-function): New defvars.
7382         (isearch-pop-fun-state): New defsubst.
7383         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
7384         (isearch-push-state): Set the result of calling
7385         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
7386         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
7387         restore the mode-specific starting point of terminated search.
7388         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
7389         (isearch-repeat): Call `isearch-wrap-function' if defined.
7390         (isearch-message-prefix): Don't add prefix "over" to the message
7391         for wrapped search if `isearch-wrap-function' is defined.
7392         (isearch-search): Call function saved in `isearch-pop-fun-state' to
7393         restore the mode-specific starting point of failed search.
7395         * info.el (Info-search-whitespace-regexp): Fix backslashes.
7396         (Info-search): Add new optional arguments for the sake of isearch.
7397         Replace whitespace in Info-search-whitespace-regexp literally.
7398         Add backward search.  Don't call `Info-select-node' if regexp is
7399         found in the same Info node.  Don't add node to Info-history for
7400         wrapped isearch.
7401         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
7402         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
7403         (Info-mode): Set local variables `isearch-search-fun-function',
7404         `isearch-wrap-function', `isearch-push-state-function',
7405         `search-whitespace-regexp'.
7407         * isearch.el: Remove ancient Change Log section.
7408         (isearch-string, isearch-message-string, isearch-point)
7409         (isearch-success, isearch-forward-flag, isearch-other-end)
7410         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7411         (isearch-barrier, isearch-within-brackets)
7412         (isearch-case-fold-search): Add suffix `-state' to state-related
7413         defsubsts to avoid name clashes with other function names.
7415         * simple.el (next-error): New defgroup and defface.
7416         (next-error-highlight, next-error-highlight-no-select):
7417         New defcustoms.
7418         (next-error-no-select): Let-bind next-error-highlight to the value
7419         of next-error-highlight-no-select before calling `next-error'.
7421         * progmodes/compile.el (compilation-goto-locus):
7422         Use `next-error' face instead of `region'.  Set 4-th argument of
7423         `move-overlay' to `current-buffer' to move overlay to different
7424         source buffers.  Use new variable `next-error-highlight'.
7426         * simple.el (next-error-find-buffer): Move the rule
7427         "if current buffer is a next-error capable buffer" after the
7428         rule "if next-error-last-buffer is set to a live buffer".
7429         Simplify to test all rules in one `or'.
7430         (next-error): Doc fix.
7431         (next-error, previous-error, first-error)
7432         (next-error-no-select, previous-error-no-select):
7433         Make arguments optional.
7435 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
7437         * macros.el (apply-macro-to-region-lines): Make it operate on all
7438         lines that begin in the region, rather than on all complete lines
7439         in the region.
7441 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7443         * x-dnd.el (x-dnd-protocol-alist): Document update.
7444         (x-dnd-known-types): Defcustom it.
7445         (x-dnd-handle-motif): Print message-atom in error message.
7447 2004-08-30  John Paul Wallington  <jpw@gnu.org>
7449         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
7450         strings rather than programatically constructing message.
7452 2004-08-30  Richard M. Stallman  <rms@gnu.org>
7454         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
7455         Don't return a string that would read as the wrong character code.
7457 2004-08-29  Kim F. Storm  <storm@cua.dk>
7459         * emulation/cua-base.el (cua-auto-expand-rectangles):
7460         Remove automatic rectangle padding feature; replace by non-destructive
7461         virtual rectangle edges feature.
7462         (cua-virtual-rectangle-edges): New defcustom.
7463         (cua-auto-tabify-rectangles): New defcustom.
7464         (cua-paste): If paste into a marked rectangle, insert rectangle at
7465         current column, even if virtual; also paste exactly as many lines
7466         as has been marked (ignore additional lines or add empty lines),
7467         but paste whole source if only one line is marked.
7468         (cua--update-indications): No longer use overwrite-cursor to
7469         indicate rectangle padding
7471         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
7472         (cua--rectangle-virtual-edges): New defun.
7473         (cua--rectangle-get-corners): Remove optional PAD arg.
7474         (cua--rectangle-set-corners): Never do padding.
7475         (cua--forward-line): Remove optional PAD arg.  Simplify.
7476         (cua-resize-rectangle-right, cua-resize-rectangle-left)
7477         (cua-resize-rectangle-down, cua-resize-rectangle-up):
7478         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
7479         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
7480         (cua--rectangle-move): Never do padding.  Simplify.
7481         (cua--tabify-start): New defun.
7482         (cua--rectangle-operation): Add tabify arg.  All callers changed.
7483         (cua--pad-rectangle): Remove.
7484         (cua--delete-rectangle): Handle delete with virtual edges.
7485         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
7486         (cua--insert-rectangle): Handle insert at virtual column.
7487         Perform auto-tabify if necessary.
7488         (cua--activate-rectangle): Remove optional FORCE arg.
7489         Never do padding.  Simplify.
7490         (cua--highlight-rectangle): Enhance for virtual edges.
7491         (cua-toggle-rectangle-padding): Remove command.
7492         (cua-toggle-rectangle-virtual-edges): New command.
7493         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
7494         (cua--rectangle-post-command): Don't force rectangle padding.
7495         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
7497 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
7499         * indent.el (edit-tab-stops-buffer): Doc fix.
7501 2004-08-28  Richard M. Stallman  <rms@gnu.org>
7503         * progmodes/grep.el (grep-default-command): Use find-tag-default.
7504         (grep-tag-default): Function deleted.
7506         * subr.el (find-tag-default): Move from etags.el.
7508         * progmodes/etags.el (find-tag-default): Move to subr.el.
7510         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
7511         into the basic character if it has an uppercase form.
7513 2004-08-27  Kenichi Handa  <handa@m17n.org>
7515         * international/utf-8.el (utf-8-post-read-conversion): If the
7516         buffer is unibyte, temporarily make it multibyte.
7518 2004-08-27  Masatake YAMATO  <jet@gyve.org>
7520         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
7522 2004-08-25  John Paul Wallington  <jpw@gnu.org>
7524         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
7525         0, 1, and many mismatches in message.
7526         (tex-start-shell): Use `set-process-query-on-exit-flag'.
7528         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
7529         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
7531 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7533         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
7534         vc-diff-switches differently.
7536 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
7538         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
7539         before and a real defvar after
7540         `speedbar-supported-extension-expressions'.  This is to silence
7541         the compiler without breaking bootstrapping.
7543 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7545         * textmodes/flyspell.el (flyspell-word):
7546         Use set-process-query-on-exit-flag.
7547         (flyspell-highlight-duplicate-region): Take POSS as arg.
7548         (flyspell-word): Pass POSS as arg.
7550         * progmodes/ada-xref.el: Many doc and style fixes.
7551         (ada-find-any-references): Use compilation-start.
7552         (ada-get-ali-file-name): Improve error msg.
7553         (ada-get-ada-file-name): Likewise.
7555         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
7556         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
7558         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7559         Add forward defvar.
7561         * whitespace.el (global-whitespace-mode): New alias
7562         for whitespace-global-mode.
7564         * speedbar.el (speedbar-file-regexp): Move definition up.
7565         (speedbar-mode, speedbar-set-mode-line-format):
7566         Use with-no-warnings.
7567         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
7569         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
7570         controls whether to display the error buffer.
7572         * ps-mule.el: Delete compatibility code for old Emacses.
7573         (ps-mule-find-wrappoint): Don't use chars-in-region.
7575         * frame.el (display-mouse-p, display-selections-p):
7576         Use with-no-warnings.
7578         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
7580 2004-08-22  David Kastrup  <dak@gnu.org>
7582         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
7583         information.
7585         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
7587 2004-08-22  Andreas Schwab  <schwab@suse.de>
7589         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
7591 2004-08-22  Masatake YAMATO  <jet@gyve.org>
7593         * cvs-status.el (cvs-status-checkout): New function.
7594         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
7596 2004-08-21  David Kastrup  <dak@gnu.org>
7598         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
7599         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
7600         has been converted to use hashtables, the relation `nil=none' is
7601         no longer valid, as `nil' is not a hashtable.  This patch tries to
7602         reduce the number of resulting errors.
7604 2004-08-21  John Paul Wallington  <jpw@gnu.org>
7606         * subr.el (process-kill-without-query): Made obsolete in
7607         version 21.4, not 21.5.
7609         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
7610         (vc-previous-comment, vc-next-comment)
7611         (vc-comment-search-reverse, vc-comment-search-forward)
7612         (vc-comment-to-change-log): Likewise.
7614         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
7616 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
7618         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7619         Correct indentation of DEFMETHODS with non-standard method
7620         combinations (e.g., PROGN, MIN, MAX).
7622 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7624         * startup.el (normal-top-level-add-subdirs-to-load-path):
7625         Avoid unnecessarily checking system-type.
7626         (normal-top-level): Set TERM to "dumb".  Simplify.
7628         * avoid.el (mouse-avoidance-ignore-p): New fun.
7629         Also ignore switch-frame, select-window, double, and triple clicks.
7630         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
7631         (mouse-avoidance-fancy-hook): Use it.
7633 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
7635         * avoid.el (mouse-avoidance-nudge-mouse)
7636         (mouse-avoidance-banish-destination): Stay within the current window
7637         to avoid problems with mouse-autoselect-window.
7639 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7641         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
7642         the newer format of some messages in cvs-1.12.1.
7644 2004-08-19  Masatake YAMATO  <jet@gyve.org>
7646         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
7647         (elp-results-jump-to-definition-by-mouse)
7648         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
7649         (elp-output-result): Use elp-output-insert-symname.
7651 2004-08-18  Kenichi Handa  <handa@m17n.org>
7653         * language/cyrillic.el: Register koi8-r in
7654         ctext-non-standard-encodings-alist.
7655         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
7657 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
7659         * emacs-lisp/copyright.el (copyright-update-year): Delete code
7660         that replaces 20xy with xy.
7662 2004-08-17  John Paul Wallington  <jpw@gnu.org>
7664         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
7665         (reb-force-update): Doc fix.
7667 2004-08-16  Richard M. Stallman  <rms@gnu.org>
7669         * progmodes/which-func.el (which-func-update-1): Doc fix.
7671         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
7672         (sh-mode-abbrev-table): New variable.
7674         * progmodes/compile.el (compilation-mode): Doc fix.
7676         * emacs-lisp/lisp-mode.el (eval-last-sexp):
7677         Don't cons a new symbol each time.
7678         (eval-last-sexp-fake-value): New variable.
7680         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
7681         (copyright-update-year): Detect continuation of list of years.
7683         * term.el (term-default-fg-color, term-default-bg-color)
7684         (ansi-term-color-vector): Use `unspecified', not nil, as default.
7686         * imenu.el: Several doc fixes: don't say variables are buffer-local.
7688 2004-08-16  Davis Herring <herring@lanl.gov>
7690         * isearch.el (isearch-string, isearch-message-string, isearch-point)
7691         (isearch-success, isearch-forward-flag, isearch-other-end)
7692         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7693         (isearch-barrier, isearch-within-brackets)
7694         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
7696 2004-08-16  Kenichi Handa  <handa@m17n.org>
7698         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
7700 2004-08-15  Kenichi Handa  <handa@m17n.org>
7702         * term/x-win.el (x-selection-value): If utf8 was successful but
7703         ctext was not, use utf8 string.
7705 2004-08-14  Davis Herring  <herring@lanl.gov>
7707         * isearch.el: Remove accidental changes of March 4.  Fix backing
7708         up when a regexp isearch is made more general.  Use symbolic
7709         accessor functions for isearch stack frames to make usage clearer.
7710         (search-whitespace-regexp): Made groups in documentation shy (as
7711         is the group in the default value).
7712         (isearch-fallback): New function, addresses problems with regexps
7713         liberalized by `\|', adds support for liberalization by `\}' (the
7714         general repetition construct), and incorporates behavior for
7715         `*'/`?'.
7716         (isearch-}-char): New command, calls `isearch-fallback' with
7717         arguments appropriate to a typed `}'.
7718         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
7719         appropriately.
7720         (isearch-mode-map): Bind `}' to `isearch-}-char'.
7721         (isearch-string, isearch-message,string, isearch-point)
7722         (isearch-success, isearch-forward-flag, isearch-other-end)
7723         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7724         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
7725         New inline functions to read fields of a stack frame.
7727 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
7729         * battery.el (battery-linux-proc-acpi): Look into battery
7730         directories matching the literal string "CMB", too (required for
7731         Linux kernel version 2.6.7).
7733 2004-08-14  John Paul Wallington  <jpw@gnu.org>
7735         * cus-start.el (read-file-name-completion-ignore-case): Add.
7736         (blink-cursor-alist): Change version to "21.4".
7738         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
7740 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
7742         * speedbar.el (speedbar-scan-subdirs): New option.
7743         (speedbar-file-lists): Don't ignore file-name case on Unix and use
7744         dolist.
7745         (speedbar-insert-files-at-point): Take an extra argument and use
7746         it to optionally find out if a subdir is empty.  Also unreadable
7747         files don't get expand buttons.
7748         (speedbar-directory): New image (unused pixmap already existed).
7749         (speedbar-expand-image-button-alist): Use it.
7751 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
7753         CC Mode update to 5.30.9:
7755         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
7756         Move from cc-vars to cc-defs for dependency reasons.  Fix the
7757         POSIX char class test to check that it works in
7758         `skip-chars-(forward|backward)' too.
7760         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7761         first argument starts with a special brace list.
7763         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
7764         when `c-opt-type-concat-key' is used (i.e. in Pike).
7766         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
7767         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
7768         >)".
7770         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
7771         whitespace safe.
7773         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
7774         position for `arglist-intro', `arglist-cont-nonempty' and
7775         `arglist-close' when there are two arglist open parens on the same
7776         line and there's nothing in front of the first.
7778         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
7779         locking of qualified names in Java, which previously could fontify
7780         common indexing expressions in many cases.  The standard Java
7781         naming conventions are used to tell them apart.
7783         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7784         Fix inconsistency wrt opening parens on the first line inside a paren
7785         block.
7787         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7788         compile time for the sake of `c-major-mode-is'.
7790         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7791         `c-major-mode-is' in the event that this is used inside a
7792         `c-lang-defconst'.
7794         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
7795         `c-lang-defconst' so that it works better with fallback languages.
7797         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
7798         it to fail to record the base mode.
7800         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7801         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
7802         is used.  Reorder the syntax checks to get more efficient
7803         skipping in some situations.
7805         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7806         continuation which might precede the newly inserted '{'.
7808         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7809         Fix cases where it could loop indefinitely.
7811         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7812         size specs correctly.  Only fontify identifiers in front of '('
7813         with as functions - don't accept any paren char.  Tighten up
7814         initializer skipping to stop before function and class blocks.
7816         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7817         the point could be left directly after an open paren when finding
7818         the beginning of the first decl in the block.
7820         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7821         table when filtering out legitimate open parens to be recorded.
7822         This could cause cache inconsistencies when e.g.
7823         `c++-template-syntax-table' was temporarily in use.
7825         * progmodes/cc-engine.el (c-on-identifier)
7826         (c-simple-skip-symbol-backward): Small fix for handling "-"
7827         correctly in `skip-chars-backward'.  Affected the operator lfun
7828         syntax in Pike.
7830         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7831         Fix bug that could cause an error from `after-change-functions' when
7832         the changed region is at bob.
7834 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
7836         CC Mode update to 5.30.9:
7838         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7839         to say that <TAB> doesn't insert WS into a CPP line.
7840         (c-indent-command, c-tab-always-indent): Amend doc strings.
7842         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7843         checks for user errors, thus eliminating cryptic and unhelpful
7844         Emacs error messages.  (1) Check the arg to `c-set-style' is a
7845         string.  (2) Check that settings to `c-offsets-alist' are not
7846         spuriously quoted.
7848         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7849         which precedes the newly inserted `{'.
7851 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
7853         Sync with Tramp 2.0.44.
7855         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7856         function "tramp_file_attributes".  Otherwise, file names
7857         containing spaces are misinterpreted.  Reported by Magnus Henoch
7858         <mange@freemail.hu>.
7859         (tramp-handle-file-truename): FILENAME must be expanded first.
7860         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7861         obscure results.  Reported by D. Goel <deego@gnufans.org>.
7862         (tramp-handle-verify-visited-file-modtime): If file does not
7863         exist, say it is not modified if and only if that agrees with the
7864         buffer's record.  Check whether a file is visiting the buffer, or
7865         the buffer has no recorded last modification time.  Return t in
7866         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
7867         <teirllm@auburn.edu>.
7868         (tramp-handle-write-region): Pass modtime explicitely to
7869         `set-visited-file-modtime', because filename can be different
7870         from (buffer-file-name) if `file-precious-flag' is set.
7871         `set-visited-file-modtime' must be called always when `visit' is t
7872         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7873         (tramp-handle-set-visited-file-modtime): If `time-list' is not
7874         nil, don't apply the whole body.  If the file doesn't exists, set
7875         modtime to '(-1 65535).  Suggested by Luc Teirlinck
7876         <teirllm@auburn.edu>.
7878 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7880         * help.el (describe-bindings): Doc fix.
7882         * subr.el (kbd): Doc fix.
7884 2004-08-08  John Paul Wallington  <jpw@gnu.org>
7886         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7887         instead of `string-to-int'.
7888         (define-ibuffer-column mode): Fix indentation.
7890 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
7892         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7894 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7896         * subr.el (global-unset-key, local-unset-key): Doc fixes.
7898         * novice.el (disabled-command-function): New variable renamed from
7899         `disabled-command-hook'.
7900         (disabled-command-hook): Keep the _variable_ as alias for
7901         `disabled-command-function' and make obsolete.
7902         (disabled-command-function): Function renamed from
7903         `disabled-command-hook'.  Adapt code to name change of the variable.
7905 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
7907         * simple.el (completion-root-regexp): New defvar.
7908         (completion-setup-function): Use it instead of a literal string.
7910 2004-08-07  John Paul Wallington  <jpw@gnu.org>
7912         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7913         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7914         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7915         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7917 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7919         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7920         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7922 2004-08-04  Kenichi Handa  <handa@m17n.org>
7924         * international/encoded-kb.el (encoded-kbd-setup-keymap):
7925         Fix previous change.
7927 2004-08-03  Kenichi Handa  <handa@m17n.org>
7929         * international/encoded-kb.el: The following changes are to
7930         utilize key-translation-map instead of minor mode map.
7931         (encoded-kbd-iso2022-non-ascii-map): Delete it.
7932         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7933         (encoded-kbd-last-key): New function.
7934         (encoded-kbd-iso2022-single-shift): New function.
7935         (encoded-kbd-iso2022-designation)
7936         (encoded-kbd-self-insert-iso2022-7bit)
7937         (encoded-kbd-self-insert-iso2022-8bit)
7938         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7939         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7940         key-translation-map.
7941         (encoded-kbd-setup-keymap): Setup key-translation-map.
7942         (saved-key-translation-map): New variable.
7943         (encoded-kbd-mode): Save/restore key-translation-map.
7944         Adjust for the change of encoded-kbd-setup-keymap.
7946 2004-08-02  Kim F. Storm  <storm@cua.dk>
7948         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7949         and call compute-motion with nil for topos and width to get proper
7950         usable width and height for both window and non-window systems.
7952         * windmove.el (windmove-coordinates-of-position): Let compute-motion
7953         calculate usable window width and height.
7955         * window.el (window-buffer-height): Call compute-motion with nil width.
7957 2004-08-01  David Kastrup  <dak@gnu.org>
7959         * replace.el (query-replace-read-from):
7960         Use `query-replace-compile-replacement'.
7961         (query-replace-compile-replacement): New function.
7962         (query-replace-read-to): Use `query-replace-compile-replacement'
7963         for repeating the last command.
7965 2004-08-01  John Paul Wallington  <jpw@gnu.org>
7967         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7968         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7969         (pr-switches): Remove period from end of error messages.
7971         * help-mode.el (help-go-back): Likewise.
7973         * abbrev.el (only-global-abbrevs): Doc fix.
7974         (edit-abbrevs-map): Define within defvar.
7975         (quietly-read-abbrev-file): Doc fix.
7977 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
7979         * novice.el (enable-command, disable-command): Doc fixes.
7981         * subr.el (event-modifiers, event-basic-type): Doc fixes.
7983 2004-07-30  Richard M. Stallman  <rms@gnu.org>
7985         * subr.el (with-local-quit): Doc fix.
7987 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
7989         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7991 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
7993         * custom.el (defcustom): Doc fix.
7995 2004-07-28  Masatake YAMATO  <jet@gyve.org>
7997         * progmodes/etags.el (etags-tags-apropos): Show building progress.
7999 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8001         * imenu.el (imenu-prev-index-position-function)
8002         (imenu-extract-index-name-function, imenu-name-lookup-function)
8003         (imenu--index-alist): Docstring redundancy fix.
8005 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
8007         * wdired.el (wdired-finish-edit): Require dired-aux before locally
8008         binding dired-backup-overwrite.
8010 2004-07-25  John Paul Wallington  <jpw@gnu.org>
8012         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
8014 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8016         * term/tty-colors.el (tty-color-approximate): Doc fix.
8018         * select.el (x-get-selection, x-set-selection): Doc fixes.
8020         * frame.el (make-frame): Doc fix.
8022 2004-07-24  Richard M. Stallman  <rms@gnu.org>
8024         * mail/rmail.el (rmail-mime-charset-pattern):
8025         Don't include semicolon in the charset value.
8027         * replace.el (occur-next-error): Call set-window-point.
8028         (occur-engine): Handle negative NLINES.
8030 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
8032         * frame.el (modify-all-frames-parameters): Minor doc fix.
8033         (set-frame-configuration): Doc fix.
8035 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8037         * simple.el (completion-setup-function): Compute the common parts
8038         and the first difference place correctly when
8039         partial-completion-mode is on.
8041 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8043         * ps-print.el: Doc fix.
8044         (ps-print-version): New version 6.6.5.
8045         (ps-printing-region): Doc fix.
8046         (ps-generate-string-list): Comment fix.
8047         (ps-message-log-max): Code fix.
8049 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8051         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
8052         generated PostScript.
8054 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
8056         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
8057         with Gnus v5_10 branch.)
8059 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8061         * calendar/time-date.el (time-to-number-of-days): New function.
8062         Imported from from Gnus.
8064 2004-07-22  Kim F. Storm  <storm@cua.dk>
8066         * progmodes/make-mode.el: Fix comments.
8068 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8070         * printing.el: Doc fix.
8072 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
8074         * frame.el (modify-all-frames-parameters): Minor doc fix.
8076 2004-07-20  Richard M. Stallman  <rms@gnu.org>
8078         * textmodes/fill.el (fill-nobreak-p): If this break point is
8079         at the end of the line, don't consider the newline which follows
8080         as a reason to return t.
8082 2004-07-19  John Paul Wallington  <jpw@gnu.org>
8084         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
8086 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
8088         * dired-aux.el (dired-do-kill-lines): Expand docstring.
8089         Delete irrelevant code.
8091 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8093         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8094         New docstring.  From Luc Teirlinck.
8096 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
8098         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
8099         section.
8100         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
8101         non-file buffers.  We know it is nil.
8103 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8105         Sync with Tramp 2.0.43.
8107         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8108         Remove outdated comment.
8109         (tramp-locked, tramp-locker): New variables for implementing a
8110         global lock.
8111         (tramp-sh-file-name-handler): Use them to implement the global lock.
8113 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
8115         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
8116         calls to respective `xxx` calls.
8117         (tramp-process-alive-regexp): Precise doc string.
8118         (tramp-multi-action-process-alive): New defun.
8119         (tramp-multi-actions): Use it.
8120         (tramp-handle-find-backup-file-name): `copy-tree' is available
8121         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
8122         in order to avoid this function.
8123         (tramp-handle-write-region): Set current buffer.  If connection
8124         wasn't open, `file-modes' has changed it accidently.  Reported by
8125         David Kastrup <dak@gnu.org>.
8126         (tramp-enter-password, tramp-read-passwd): New arguments USER and
8127         HOST.
8128         (tramp-action-password, tramp-multi-action-password): Apply it.
8129         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
8130         name must still contain the port number.  Otherwise, we have two
8131         Tramp buffers, with all the confusion.  Reported by Myron Selby
8132         <myron@xytech.com> and Rolf Dubitzky
8133         <Dubitzky@physi.uni-heidelberg.de>.
8135         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
8136         HOST to `tramp-enter-passwd'.
8138         * net/tramp-vc.el (all): Code cleanup.  Change all
8139         `tramp-handle-xxx' calls to respective `xxx` calls.
8141 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
8143         * emacs-lisp/testcover.el: New category "potentially-1valued" for
8144         functions that are not erroneous if either 1-valued or
8145         multi-valued.  Detect functions in this class.
8146         (testcover-1value-functions, testcover-compose-functions)
8147         (testcover-progn-functions) Add some additional functions to lists.
8148         (testcover-mark): Bugfix when marking up the definition for an
8149         empty function.
8151 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8153         * replace.el (occur-read-primary-args): Pass default to
8154         read-from-minibuffer.
8156         * mail/footnote.el (footnote-section-tag): Use defcustom.
8158         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
8159         Compile font-lock-keywords, not KEYWORDS.
8160         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
8161         Add warn, check-type.  Handle cerror like error.
8163 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8165         * progmodes/which-func.el (which-func-keymap): New var.
8166         (which-func-face): New face.
8167         (which-func-format): Use them.
8169 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8171         * buff-menu.el (list-buffers-noselect): Append the buffer's
8172         process status to its mode name.
8174 2004-07-16  Kim F. Storm  <storm@cua.dk>
8176         * simple.el (inhibit-mark-movement): New defvar.
8177         (beginning-of-buffer, end-of-buffer): Do not push mark if
8178         inhibit-mark-movement is non-nil or C-u prefix is given.
8180         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
8181         Init to beginning-of-buffer and end-of-buffer.
8182         (cua--undo-push-mark): New defvar.
8183         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
8184         already active and command is in cua--preserve-mark-commands.
8185         Also fix check for shift modifier on non-window systems.
8186         (cua--post-command-handler): Clear inhibit-mark-movement if set.
8188 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8190         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
8191         of two integers, instead of a cons.
8193         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8194         `visited-file-modtime' now returns a list of two integers, instead
8195         of a cons.
8197         * dired.el (dired-directory-changed-p): Ditto.
8199         * progmodes/grep.el (grep): Doc fix.
8201 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8203         * autorevert.el (auto-revert-tail-mode)
8204         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
8205         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
8206         in both at the same time.
8207         (auto-revert-tail-mode): New command.
8208         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
8209         (auto-revert-handler): Revert only either tail or whole file.
8211         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
8212         add auto-revert-tail-mode.
8214 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8216         * printing.el: Doc fix.  Change name of some funs.
8217         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
8218         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
8219         (pr-standard-file-name): New fun.  Replace pr-standard-path.
8220         (pr-call-process): Code fix.
8222 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
8224         * subr.el (with-selected-window): Doc fix.
8226 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
8228         * subr.el (get-buffer-window-list): Doc fix.
8230 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
8232         * files.el (switch-to-buffer-other-window): Doc fix.
8234         * window.el (save-selected-window, one-window-p)
8235         (split-window-keep-point, split-window-vertically)
8236         (split-window-horizontally): Doc fixes.
8238 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8240         * printing.el: Doc fix.  Now it uses call-process instead of
8241         shell-command for low command execution.
8242         (pr-version): New version number (6.8).
8243         (pr-shell-file-name): Option removed.
8244         (pr-shell-command): Fun removed.
8245         (pr-call-process): New fun.  Replace pr-shell-command.
8246         (pr-standard-path, pr-remove-nil-from-list): New funs.
8247         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
8248         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
8249         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
8250         (pr-ps-utility-process, pr-txt-print): Code fix.
8252 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8254         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
8255         boolean.
8257 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
8259         * wid-edit.el (widget-field-buffer): Doc fix.
8261 2004-07-09  John Paul Wallington  <jpw@gnu.org>
8263         * emacs-lisp/re-builder.el (reb-update-overlays):
8264         Distinguish between one and several matches in message.
8266 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8268         * mouse.el (mouse-set-region-1): If transient-mark-mode
8269         is `identity', change it to `only'.
8271         * simple.el (current-word): Doc fix.
8273 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
8275         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
8276         so that it is more understanding of whitespace.
8278         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
8279         (("ns" . "element") (attr-list) children) instead of
8280         ((:ns . "element") (attr-list) children) in order to reduce the
8281         number of symbols used.
8282         (xml-skip-dtd): Change to use xml-parse-dtd but set
8283         xml-validating-parsing to nil.
8284         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
8285         (xml-substitute-entity): Remove in favor of new entity substitution.
8286         (xml-substitute-special): Rewrite in to substitute complex
8287         entities from DOCTYPE declarations.
8288         (xml-parse-fragment): Parse fragments from entity deleclarations.
8289         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
8290         (xml-parse-dtd, xml-substitute-special): Make validity checks
8291         conditioned on xml-validating-parser.  Add "Not Well Formed" to
8292         error messages about well-formedness.
8294 2004-07-08  Steven Tamm  <steventamm@mac.com>
8296         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
8297         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
8298         Do not treat double clicks and triple clicks specially in the
8299         scroll bar (preventing strange repositioning problems)
8301 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8303         * replace.el (query-replace-regexp-eval): Fix last change.
8305 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8307         * replace.el (query-replace-descr): New fun.
8308         (query-replace-read-from, query-replace-read-args): Default to the
8309         previous from&to.
8310         (query-replace-read-to): Quote the `from' string when displaying it.
8311         (query-replace-regexp-eval): Immediately check read-only status.
8312         Use query-replace-read-from to get the \n checking.
8313         Quote the `from' string when displaying it.
8314         (map-query-replace-regexp, occur-read-primary-args):
8315         Quote the `from' string when displaying it.
8317         * isearch.el (isearch-query-replace): Pass the regexp-ness and
8318         delimited-ness of the search to query-replace.
8320         * replace.el (query-replace-read-from, query-replace-read-to):
8321         New funs extracted from query-replace-read-args.
8322         (query-replace-read-args): Use them.
8324         * replace.el (query-replace-interactive, query-replace-read-args):
8325         Remove the `initial' special value.
8326         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
8327         (occur-engine): Remove unused var `matchend'.
8329         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
8330         Use the search string without prompting.
8332 2004-07-05  Kenichi Handa  <handa@m17n.org>
8334         * international/mule.el (decode-coding-inserted-region):
8335         Set last-coding-system-used only when coding is nil.
8337 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
8339         * progmodes/grep.el (grep-compute-defaults, grep-command)
8340         (grep-program, find-program, grep-find-use-xargs, grep-history)
8341         (grep-find-history, grep-tag-default, grep-find-command)
8342         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
8343         Add autoload cookies, for unbundled packages that load `compile'
8344         and expect all grep-related symbols to become defined.
8346 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
8348         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
8349         (iimage-mode-image-search-path): New user option to search the
8350         image file.
8351         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
8352         have locate-file.
8353         (iimage-mode-buffer): Use it.
8355 2004-07-03  Nick Roberts  <nickrob@gnu.org>
8357         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
8358         carefully.
8359         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
8361 2004-07-03  Juri Linkov  <juri@jurta.org>
8363         * replace.el (query-replace-read-args): Swallow space after 'foo,
8364         not after (quote foo).  Match space only immediately after symbol,
8365         not anywhere in the whole string.
8367 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8369         * replace.el (query-replace-read-args): Swallow space after
8370         symbols, not after closeparens.  But avoid error if string ends there.
8372         * progmodes/python.el (python-beginning-of-statement):
8373         Exit the loop if backward-up-list gets error.
8375         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
8377 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
8379         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
8380         only if vc-consult-headers is non-nil.
8382 2004-07-02  Juri Linkov  <juri@jurta.org>
8384         * pcvs.el (cvs-mode-diff-repository): New command.
8386         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
8388 2004-07-01  Juri Linkov  <juri@jurta.org>
8390         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
8391         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
8392         C-M-% to isearch-query-replace-regexp.
8393         (minibuffer-local-isearch-map): Add arrow key bindings.
8394         Bind C-f to isearch-yank-char-in-minibuffer.
8395         (isearch-forward): Doc fix.
8396         (isearch-edit-string): Doc fix.
8397         (isearch-query-replace, isearch-query-replace-regexp): New funs.
8398         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
8399         (isearch-yank-char): Add optional arg.
8400         (isearch-yank-char-in-minibuffer): New fun.
8402         * replace.el (query-replace-interactive): Change type from boolean
8403         to choice.  Add value `initial'.
8404         (query-replace-read-args): Handle value `initial' of
8405         query-replace-interactive.
8407 2004-06-29  Kim F. Storm  <storm@cua.dk>
8409         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
8410         (breakpoint-disabled-bitmap-face): Add :group 'gud.
8412         * progmodes/ada-xref.el (ada-tight-gvd-integration):
8413         Add :group 'ada.
8415         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
8417 2004-06-29  Juri Linkov  <juri@jurta.org>
8419         * replace.el (query-replace-read-args): Swallow a space after
8420         everything except )]" which in most cases means after a symbol.
8422         * emacs-lisp/pp.el (pp-buffer): Add autoload.
8424 2004-06-28  Richard M. Stallman  <rms@gnu.org>
8426         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
8427         More changes to go with previous change in font-lock.el.
8429 2004-06-26  David Kastrup  <dak@gnu.org>
8431         * replace.el (perform-replace): Highlight the match even in
8432         non-query mode if there is potential replace string editing.
8434 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
8436         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
8437         agree with new return value of `file-remote-p'.
8438         This syncs with Tramp 2.0.42.
8440         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
8441         according to new documentation of `file-remote-p'.
8443         * files.el (file-remote-p): Fix doc to say that return value is
8444         identification of remote system, if not nil.
8445         (file-relative-name): Use new return value of `file-remote-p'.
8447 2004-06-26  Nick Roberts  <nickrob@gnu.org>
8449         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
8450         (gdb-goto-breakpoint): Fix breakage.
8452 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
8454         * man.el (Man-getpage-in-background): Add windows-nt to the list
8455         of systems where shell-file-name should be used instead of
8456         literal "sh".
8458 2004-06-25  Sam Steingold  <sds@gnu.org>
8460         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
8461         function names `(setf symbol)'.
8463 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8465         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
8467         * font-lock.el (font-lock-keywords): Change format of compiled values.
8468         Document it.
8469         (font-lock-add-keywords): If font-lock-keywords is compiled,
8470         extract the uncompiled version, modify, then recompile.
8471         (font-lock-remove-keywords): Likewise.
8472         (font-lock-fontify-keywords-region): Handle changed format.
8473         (font-lock-compile-keywords): Handle changed format.
8474         (font-lock-set-defaults): Compile the keywords explicitly here.
8476 2004-06-24  David Kastrup  <dak@gnu.org>
8478         * replace.el (query-replace-read-args): Implement `\,' and `\#'
8479         replacements here.
8480         (query-replace-regexp): Doc string explaining this and the new
8481         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
8482         is better placed in `query-replace-read-args'.
8483         (replace-regexp): Explain `\,', `\#' and `\?'.
8484         (replace-match-data): New function for thorough reuse/destruction
8485         of old match-data.
8486         (replace-match-maybe-edit): Function for implementing `\?' editing.
8487         (perform-replace): Fix maintaining of the match stack including
8488         already matched regions, implement `\?', fix various problems
8489         with regions while editing and other stuff.
8490         (replace-highlight): Simplify.
8492 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
8494         * progmodes/grep.el (grep-error-screen-columns): New variable.
8495         (grep-regexp-alist): Give it the full functionality of gnu style
8496         compilation messages with line and column ranges.  Ask me for the
8497         perl script I'm working on, that uses these.
8499 2004-06-23  Nick Roberts  <nickrob@gnu.org>
8501         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
8502         Remove.
8503         (comint-insert-input, comint-mouse-insert-input): New functions
8504         based on comint-insert-clicked-input for two bindings but just
8505         one functionality.
8507 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8509         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
8511 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8513         * files.el (write-contents-functions): Doc fix.
8515 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8517         * image.el (image-library-alist): Rewrite docstring in active voice.
8519 2004-06-20  Richard M. Stallman  <rms@gnu.org>
8521         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
8523         * isearch.el (isearch-repeat): Avoid testing old match data.
8524         (isearch-message): Display trailing space in special font
8525         when search is failing.
8526         (isearch-search-fun-function): Doc fix.
8528         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
8530 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
8532         * frame.el (show-trailing-whitespace): Doc fix.
8534         * cus-edit.el (custom-variable-documentation): New function.
8535         (custom-variable): Use it.
8537 2004-06-19  Nick Roberts  <nickrob@gnu.org>
8539         * man.el (Man-getpage-in-background): Revert previous change but
8540         make cygwin a special case.
8542 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
8544         * autorevert.el (global-auto-revert-non-file-buffers):
8545         Update docstring.
8547 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
8549         * progmodes/compile.el (compilation-error-properties): Store one
8550         more than end-col, if present, so that transient-mark-mode will
8551         highlight last char too.
8552         * progmodes/grep.el (grep-regexp-alist): Match columns and column
8553         ranges, if present.
8555 2004-06-18  Jason Rumney  <jasonr@gnu.org>
8557         * makefile.w32-in: Double percent signs in for loops.
8559 2004-06-17  David Kastrup  <dak@gnu.org>
8561         * replace.el (query-replace-read-args): Only warn about use of \n
8562         and \t when we are doing a regexp replacement and the actual
8563         escaped character is n or t.
8564         (query-replace-regexp): Add \, and \# interpretation to
8565         interactive call and document it.
8566         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
8567         as shortkey for replace-count.
8568         (replace-quote): New function for doubling backslashes.
8570 2004-06-17  Juanma Barranquero  <lektu@terra.es>
8572         * files.el (parse-colon-path, cd): Mention in docstring that the
8573         path separator is colon in GNU-like systems.
8575         * newcomment.el (comment-region-internal): Fix docstring.
8577         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
8578         (ewoc-invalidate, ewoc-collect): Doc fixes.
8579         (ewoc--create-node, ewoc--delete-node-internal):
8580         Fix typos in docstring.
8582 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8584         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
8585         manual to docstring.
8587 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8589         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
8591 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8593         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8594         Add hyperlink to emacs-xtra manual to docstring.
8596         * autorevert.el (global-auto-revert-non-file-buffers):
8597         Add hyperlink to emacs-xtra manual to docstring, as well as an
8598         info-link.
8600 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8602         * image.el (image-library-alist): New variable to map image types
8603         to external libraries.  Initialized to nil, unless system-specific
8604         configs change it.
8605         (image-type-available-p): Determine whether an image type is
8606         available by calling `init-image-library'.
8608         * term/w32-win.el (image-library-alist): Initialize to a known set
8609         of probable library names.
8611 2004-06-14  Kenichi Handa  <handa@m17n.org>
8613         * international/code-pages.el (windows-1256, cp1125): Fix tables
8614         for several characters.
8616         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
8618 2004-06-13  Richard M. Stallman  <rms@gnu.org>
8620         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
8622         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
8623         not "`pc-selection-mode'".
8625         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
8627         * simple.el (previous-matching-history-element): Specify a default.
8629         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
8631         * cus-face.el (custom-declare-face): Simplify code.
8633         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
8635 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8637         * files.el (before-save-hook): Add `time-stamp' to the options.
8639         * time-stamp.el (time-stamp): Recommend adding it to
8640         `before-save-hook', rather than `write-file-functions'.
8641         Make a similar change in `Commentary' section.
8643 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8645         * diff-mode.el (diff-current-defun): If at start of hunk, use
8646         position of first change.
8648 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8650         * dired-x.el (dired-mark-omitted): Bind to "*O".
8652 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
8654         * bookmark.el (bookmark-bmenu-relocate): New function, as
8655         suggested by David J. Biesack <David.Biesack@sas.com>.
8656         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
8657         (bookmark-bmenu-mode): Describe binding in doc string.
8658         (bookmark-set-filename): Save the bookmark list if it's time.
8660 2004-06-13  Kenichi Handa  <handa@m17n.org>
8662         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
8663         (ccl-untranslated-to-ucs): Fix typo.
8665 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8667         * progmodes/python.el (python-open-block-statement-p):
8668         Fix indentation after a block opening that contains a comment.
8670 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
8672         * bindings.el (completion-ignored-extensions): Add file extensions
8673         of Python byte-compiled files.
8675 2004-06-12  Juri Linkov  <juri@jurta.org>
8677         * info.el (Info-goto-node): Add autoload.
8678         (Info-toc): Add substring-no-properties on Info file name.
8679         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
8680         (Info-mode-map): Bind L to Info-history, T to Info-toc.
8682 2004-06-12  Kenichi Handa  <handa@m17n.org>
8684         * international/mule-cmds.el (set-language-environment):
8685         Load subst tables if necessary.
8687         * international/mule.el (decode-char): Load subst tables if necessary.
8688         (encode-char): Likewise.
8690         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
8691         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
8692         (utf-16le-decode-loop): Set r5 to -1 before loop.
8693         (utf-16be-decode-loop): Likewise.
8694         (ccl-decode-mule-utf-16le): Add EOF processing block.
8695         (ccl-decode-mule-utf-16be): Likewise.
8696         (ccl-decode-mule-utf-16le-with-signature): Likewise.
8697         (ccl-decode-mule-utf-16be-with-signature): Likewise.
8698         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
8699         (ccl-mule-utf-16-encode-untrans): New CCL.
8700         (utf-16-decode-to-ucs): Handle pre-read character.
8701         (utf-16le-encode-loop): Handle surrogate pair.
8702         (utf-16be-encode-loop): Likewise.
8703         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
8704         of utf-16le-encode-loop.
8705         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
8706         of utf-16be-encode-loop.
8707         (mule-utf-16-post-read-conversion):
8708         Call utf-8-post-read-conversion at first.
8709         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
8710         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
8711         Add post-read-conversion and pre-write-conversion.
8713         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
8714         (utf-translate-cjk-unicode-range): New variable.
8715         (utf-translate-cjk-load-tables): New function.
8716         (utf-lookup-subst-table-for-decode): New function.
8717         (utf-lookup-subst-table-for-encode): New function.
8718         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
8719         tables here.  Update safe-charsets of utf-* coding systems.
8720         (ccl-mule-utf-untrans): New CCL.
8721         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
8722         at end of each branch.
8723         (ccl-mule-utf-8-encode-untrans): New CCL.
8724         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
8725         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
8726         length of encoding.  Don't return r0.
8727         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
8728         (utf-8-post-read-conversion): Narrow to region properly.
8729         If utf-translate-cjk-mode is on, load tables if necessary.
8730         Call utf-8-compose with hash-table arg if necessary.
8731         Call XXX-compose-region instead of XXX-post-read-convesion.
8732         (utf-8-pre-write-conversion): New function.
8733         (mule-utf-8): Include CJK charsets in safe-charsets if
8734         utf-translate-cjk-mode is on.  Add pre-write-conversion.
8736         * international/characters.el: Temporarily set
8737         utf-translate-cjk-mode to nil.
8739         * language/devan-util.el (devanagari-compose-region):
8740         Add autoload cookie.
8742         * international/ccl.el (ccl-dump-call): Fix printing the
8743         subroutine name.
8745 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8747         * dired.el (dired-revert): If buffer is marked unmodified before
8748         reverting, keep it marked unmodified.
8749         Adapt to new conventions for commenting out code.
8750         (dired-make-relative): Adapt to new conventions for commenting out code.
8752 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
8754         * eshell/esh-module.el (eshell-load-defgroups):
8755         Bind `vc-handled-backends' to nil when opening files.
8757 2004-06-11  Juanma Barranquero  <lektu@terra.es>
8759         * files.el (parse-colon-path, cd): Doc fixes (refer to
8760         `path-separator', not colon).
8762 2004-06-10  Juanma Barranquero  <lektu@terra.es>
8764         * newcomment.el (comment-search-forward)
8765         (comment-search-backward): Fix typos in docstring.
8766         (comment-region): Doc fix.
8768 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8770         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
8771         switch is no longer stored in `dired-switches-alist'.
8773         * dired-aux.el (dired-insert-subdir): Do not store R switch in
8774         `dired-switches-alist'.
8776 2004-06-10  Kim F. Storm  <storm@cua.dk>
8778         * pcvs.el (cvs-mode-diff-yesterday): New command.
8780         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8782 2004-06-10  Juri Linkov  <juri@jurta.org>
8784         * emacs-lisp/edebug.el (edebug-eval-defun):
8785         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8786         Fix docstring.
8788         * simple.el (eval-expression-print-format): Don't print additional
8789         information on the first call to `eval-print-last-sexp'.
8790         (next-error-find-buffer): Fix punctuation.
8791         (killing) <defgroup>: Fix punctuation.
8792         (yank-excluded-properties): Change group from editing to killing.
8794         * replace.el (perform-replace): Use `limit' to terminate the
8795         while-loop explicitly.
8797 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8799         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8800         Use lc-*.xpm as prefix instead of *-locol.xpm.
8802         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8803         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8804         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8805         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8806         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8807         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8808         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8809         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8810         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8811         * toolbar/lc-up_arrow.xpm:
8812         Rename from *-locol.xpm.
8814 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
8816         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8817         include forms like &<str>; as valid url patterns.
8819 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
8821         * dired.el (dired-diff, dired-backup-diff)
8822         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8823         (dired-do-chown, dired-do-touch, dired-do-print)
8824         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8825         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8826         (dired-create-directory, dired-do-copy, dired-do-symlink)
8827         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8828         (dired-do-copy-regexp, dired-do-hardlink-regexp)
8829         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8830         (dired-maybe-insert-subdir, dired-next-subdir)
8831         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8832         (dired-kill-subdir, dired-tree-up, dired-tree-down)
8833         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8834         (dired-run-shell-command, dired-query): Remove redundant,
8835         or incorrect, autoloads.
8837         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8838         does not end in a slash.  Add optional argument KILL-ROOT.
8839         Update docstring.
8840         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8841         (dired-query): Add autoloads.
8843 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
8845         * progmodes/compile.el (compilation-set-window-height):
8846         Rearrange the save-* functions because a buffer can have several current
8847         point in different windows.
8848         (compilation-error-regexp-alist-alist): Recognize {standard input}
8849         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8851 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8853         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8854         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8855         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8856         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8857         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8858         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8859         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8860         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8861         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8862         * toolbar/up_arrow-locol.xpm:
8863         New versions of icons that uses fewer colors.
8865         * toolbar/tool-bar.el (tool-bar-local-item)
8866         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8867         if display-color-cells is 256 or less.
8869 2004-06-08  Kim F. Storm  <storm@cua.dk>
8871         * wid-edit.el (widget-specify-button): Use hand pointer rather
8872         than mouse-face as visible mouse-over effect.
8874 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
8876         * saveplace.el (save-place-alist-to-file): Bind `print-length'
8877         and `print-level' to nil when writing out `save-place-alist'.
8878         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8880 2004-06-07  Juanma Barranquero  <lektu@terra.es>
8882         * completion.el (completion-kill-region): Doc fix.
8884         * format.el (format-insert-annotations)
8885         (format-annotate-location): Doc fixes.
8886         (format-subtract-regions): Make arguments match their use in docstring.
8888         * simple.el (kill-region): Doc fix.
8890         * subr.el (insert-buffer-substring-no-properties)
8891         (insert-buffer-substring-as-yank): Doc fixes.
8893 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
8895         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8896         Update docstring.
8897         (dired-reset-subdir-switches): New function.
8899         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8900         Limit scope of `buffer-read-only' binding.
8902 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
8904         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8905         eshell-explicit-command-char.
8907 2004-06-06  Juanma Barranquero  <lektu@terra.es>
8909         * help-fns.el (help-argument-name): Inherit from italic face only
8910         if the frame supports it.
8912 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8914         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8915         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8916         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8917         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8918         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8919         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8920         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8921         New conversions from xpm files.
8923         * toolbar/README: New file.
8925 2004-06-06  Richard M. Stallman  <rms@gnu.org>
8927         * isearch.el (isearch-mode-map): Undo previous change.
8929 2004-06-05  Juri Linkov  <juri@jurta.org>
8931         * bindings.el (debug-ignored-errors): Add regexps for history
8932         related messages.  Remove $ from "No further undo information".
8933         Move Ediff's messages to ediff.el.
8935         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8937         * cus-edit.el (custom-display): Add `min-colors'.
8939         * custom.el (defface): Add `supports' to docstring.
8941         * help-fns.el (help-argument-name): Add :group 'help.
8943 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
8945         * find-dired.el (find-ls-subdir-switches): New user option.
8946         (find-dired): No longer call `abbreviate-file-name' on DIR.
8947         Set `dired-subdir-switches' buffer-locally.
8949         * locate.el: Merge the two `Commentary' sections.
8950         (locate-ls-subdir-switches): New user option.
8951         (locate): Update for other changes.
8952         (locate-mode-map): Restore Dired binding for mouse-2.
8953         Bind `locate-mouse-view-file' to M-mouse-2.
8954         Bind `l' to `locate-do-redisplay'.
8955         (locate-main-listing-line-p, locate-do-redisplay): New functions.
8956         (locate-mouse-view-file, locate-tags, locate-find-directory):
8957         Print message if used outside main listing.
8958         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
8959         Various changes to support inserted subdirectories.
8960         (locate-insert-header): Change header of *Locate* buffer.
8962         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8963         Change interactive default switches.
8964         (dired-rename-subdir-2): Update `dired-switches-alist'.
8965         (dired-insert-subdir, dired-kill-subdir):
8966         Handle `dired-switches-alist'.  Do not mark buffer modified.
8967         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8968         (dired-insert-subdir-doinsert): Omit messages.
8969         Handle `dired-subdir-switches'.
8970         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8972         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8973         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8974         subdirs if -R switch is used for a subdir.
8975         (dired-mode): Set `dired-switches-alist'.
8976         (dired-build-subdir-alist): Only print number of directories in
8977         echo area when invoked interactively.
8979 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8981         * dired-x.el (dired-omit-mode): Rename from
8982         dired-omit-files-p.  Use define-minor-mode to define it.
8983         (dired-omit-files-p): Add as alias for dired-omit-mode.
8984         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
8985         dired-mark-omitted.
8986         (dired-mark-omitted): Add.  Bind to M-O.
8988 2004-06-05  Kenichi Handa  <handa@m17n.org>
8990         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8992 2004-06-05  Juanma Barranquero  <lektu@terra.es>
8994         * help-fns.el (help-argument-name): Reintroduce face.
8995         (help-default-arg-highlight): Use it, now that
8996         `face-differs-from-default-p' can be trusted.
8998 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
9000         * textmodes/table.el: Sentence commands added to Point Motion
9001         group; kill and backward-kill commands added to Extraction group.
9003 2004-06-04  Mario Lang  <mlang@delysid.org>
9005         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9006         systems appear to use mW, make the code handle this.  Fix a
9007         division-by-zero bug while at it, and handle kernels with
9008         a slightly different layout in /proc/acpi.
9010 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
9012         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
9013         because the latter is a CL-ism.  This fixes the bug reported by
9014         Shawn Boyette <mdxi@collapsar.net> in
9015         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
9017 2004-06-04  Miles Bader  <miles@gnu.org>
9019         * faces.el (display-supports-face-attributes-p): Function moved to
9020         C code.  Previously only the tty-related portion of this function
9021         was done in C; however the previous attempt to do a halfway-proper
9022         job for non-tty displays in lisp didn't work properly because of
9023         funny conditions during Emacs startup.
9024         (face-differs-from-default-p): Simplify, now that
9025         display-supports-face-attributes-p works properly on all display
9026         types.  Remove :stipple from comparison; it doesn't really work
9027         in emacs anyway.
9029 2004-06-04  Miles Bader  <miles@gnu.org>
9031         * faces.el (face-differs-from-default-p): Use a different
9032         implementation, so we can really check whether FACE displays
9033         differently or not.
9035 2004-06-04  Miles Bader  <miles@gnu.org>
9037         * faces.el (display-supports-face-attributes-p): Implement a
9038         `different from default' check for non-tty displays.
9040 2004-06-03  David Kastrup  <dak@gnu.org>
9042         * woman.el (woman-mapcan): More concise code.
9043         (woman-topic-all-completions, woman-topic-all-completions-1)
9044         (woman-topic-all-completions-merge): Replace by a simpler and
9045         much faster implementation based on O(n log n) sort/merge instead
9046         of the old O(n^2) behavior.
9048 2004-06-03  Miles Bader  <miles@gnu.org>
9050         * subr.el (read-number): Use canonical format for default in prompt.
9052         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
9053         Add regexp for " [...]" style defaults.
9055 2004-06-02  Romain Francoise  <romain@orebokech.com>
9057         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
9058         groups: if the user asks for a hidden buffer, open the
9059         corresponding filter group to expose it.
9061         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
9062         `ibuffer-jump-to-buffer'.
9063         (ibuffer-jump-offer-only-visible-buffers): New user option.
9065 2004-06-02  Juanma Barranquero  <lektu@terra.es>
9067         * faces.el (frame-update-faces): Add empty docstring so the one
9068         for `ignore' doesn't show through.
9070         * subr.el (process-kill-without-query): Remove spurious "\n" on
9071         obsolescence string.
9072         (focus-frame, unfocus-frame): Add obsolescence declaration and
9073         empty docstring.
9075         * international/mule.el (register-char-codings): Make alias for
9076         `ignore'.  Move docstring to obsolescence info and remove redundancy.
9078 2004-06-02  Kim F. Storm  <storm@cua.dk>
9080         * frame.el (blink-cursor-start): Turn cursor off initially so blink
9081         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
9083 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9085         * comint.el (comint-replace-by-expanded-history-before-point):
9086         Obey `start' as the docstring says.
9087         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
9088         (comint-update-fence): Prevent font-lock from running unnecessarily.
9089         (comint-dynamic-list-completions): Use with-current-buffer.
9091 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9093         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
9094         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
9095         (bibtex-entry-update): Handle alternatives and optional fields.
9096         (bibtex-parse-entry): Bugfix, handle empty key.
9098 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * vc-arch.el (vc-arch-state): Don't assume the file exists.
9102 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
9104         * desktop.el (desktop-save): Don't save minor modes without a
9105         known mode initialization function.
9107 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
9109         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
9111         * autorevert.el: Update `Commentary' section.
9113 2004-05-30  Juanma Barranquero  <lektu@terra.es>
9115         * dos-fns.el (convert-standard-filename):
9116         * files.el (convert-standard-filename):
9117         * w32-fns.el (convert-standard-filename):
9118         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
9120 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9122         Sync with Tramp.
9124         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
9125         (tramp-let-maybe): Move to an earlier spot in the file.
9126         Patch by Andreas Schwab.
9128 2004-05-30  Andreas Schwab  <schwab@suse.de>
9130         * dired.el (dired-get-filename): Don't use dired-re-dot.
9132 2004-05-30  Richard M. Stallman  <rms@gnu.org>
9134         * files.el (find-file): Doc fix.
9136         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
9138 2004-05-30  Nick Roberts  <nickrob@gnu.org>
9140         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
9141         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
9142         modeline of the locals buffer.
9143         (gdb-goto-breakpoint): Handle gdbmi.
9144         (gdb-get-frame-number): Change for gdbmi.
9146 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
9148         * files.el (file-remote-p): Apply file name handler for operation
9149         `file-remote-p'.  It isn' a property any longer.
9150         (file-relative-name): `fh' and `fd' get the required value via
9151         `find-file-name-handler' already.
9153         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
9154         (top): Remove setting of `file-remote-p' property for
9155         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
9157 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
9159         Version 2.0.41 of Tramp released.
9161         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
9162         Throw away if process has died.
9163         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
9164         (tramp-out-of-band-prompt-regexp): Rename to
9165         `tramp-process-alive-regexp', because its usage is widen.
9166         (tramp-actions-copy-out-of-band): Apply it.
9167         (tramp-actions-before-shell, tramp-multi-actions):
9168         Add `tramp-action-process-alive' action.
9169         (tramp-action-process-alive): New defun.
9170         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9171         Add entry for `file-remote-p'.
9172         (tramp-handle-file-remote-p): New defun.
9173         (top): Remove setting of `file-remote-p'.  Don't set
9174         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
9176         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9177         `file-remote-p'.
9179         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
9180         counted for (last) line.  [They should or they shouldn't?  --Stef]
9181         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
9183 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
9185         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
9186         not really necessary but seems to keep the shell history smaller
9187         in some cases.  It is no substitute for setting HISTFILE and
9188         HISTSIZE from tramp-open-connection-setup-interactive-shell,
9189         though.  Suggested by Luc Teirlinck.
9190         (tramp-open-connection-setup-interactive-shell): Export variables
9191         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
9192         (tramp-set-process-query-on-exit-flag): New compat function.
9193         (tramp-open-connection-multi, tramp-open-connection-su)
9194         (tramp-open-connection-rsh, tramp-open-connection-telnet)
9195         (tramp-do-copy-or-rename-file-out-of-band): Use it.
9196         (tramp-let-maybe): New macro, let-binds a variable only if it
9197         isn't obsolete.
9198         (tramp-check-ls-commands, tramp-handle-expand-file-name)
9199         (tramp-handle-file-truename): Use it.
9200         (tramp-completion-file-name-regexp-unified): Avoid matching
9201         filenames starting with "/:" -- those are reserved for
9202         file-name-non-special.
9204         * tramp-smb.el (tramp-smb-open-connection):
9205         Use tramp-set-process-query-on-exit-flag compat function.
9207 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9209         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
9211         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
9212         (eval-last-sexp-print-value): Print char equivalent regardless
9213         of standard-output value.
9215         * thumbs.el (thumbs-subst-char-in-string): Delete.
9216         (thumbs-thumbname): Use subst-char-in-string.
9217         (thumbs-resize-image): Use condition-case, not ignore-errors.
9218         (thumbs-kill-buffer): Likewise.
9220         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
9221         (thumbs-mode): Make buffer read-only.
9222         (thumbs-make-thumb): Unconditionally accept an existing file.
9223         (thumbs-insert-thumb): Add thumb-image-file property to the image.
9224         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
9225         (thumbs-show-thumbs-list): Error if images not supported.
9226         (thumbs-save-current-image): Improve prompt string.
9227         (thumbs-mode-map): Define u, R, x.
9228         (thumbs-unmark): New command.
9229         (thumbs-emboss-image): Minor cleanup.
9230         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
9231         (thumbs-rename-images): New command.
9232         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
9234         * thumbs.el (thumbs-current-image): New function.
9235         (thumbs-file-list, thumbs-file-alist): New functions.
9236         (thumbs-find-image): Delete arg L.
9237         Don't set up thumbs-fileL as buffer-local global var.
9238         (thumbs-find-image-at-point): Use thumbs-current-image.
9239         (thumbs-set-image-at-point-to-root-window): Likewise.
9240         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
9241         Record and warn about errors.  Update thumbs-markedL for deletions.
9242         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
9243         (thumbs-redraw-buffer): Use thumbs-file-list.
9244         (thumbs-mark): Use thumbs-current-image.
9245         (thumbs-show-name): Use thumbs-current-image.
9247         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
9248         and imenu--last-menubar-index-alist.
9250         * subr.el (with-selected-window): Undo previous change.
9252 2004-05-29  John Paul Wallington  <jpw@gnu.org>
9254         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
9255         (thumbs-mouse-find-image): New command.
9256         (thumbs-mode-map): Bind it to mouse-2.
9257         (thumbs-mode): Make mode-class special.
9258         (thumbs-view-image-mode): Likewise.
9260 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
9262         * flymake.el: New file.
9264 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
9266         * files.el (find-file-noselect-1): Do not bind
9267         `inhibit-read-only' to t during execution of
9268         `find-file-not-found-functions'.
9270 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9272         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
9273         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
9275 2004-05-28  Juri Linkov  <juri@jurta.org>
9277         * simple.el (eval-expression-print-format): New fun.
9279         * simple.el (eval-expression):
9280         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9281         * emacs-lisp/edebug.el (edebug-compute-previous-result)
9282         (edebug-eval-expression): Print additionally the value returned by
9283         `eval-expression-print-format'.
9285         * emacs-lisp/lisp.el (insert-pair-alist): New var.
9286         (insert-pair): Make arguments optional.  Find character pair
9287         from `insert-pair-alist' according to the last input event.
9288         (insert-parentheses): Make arguments optional.
9289         (raise-sexp, delete-pair): New funs.
9291         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
9292         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9293         Bind C-M-q to `indent-pp-sexp'.
9295         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
9296         `pp-to-string' modified to be able to format text with newlines.
9297         (pp-to-string): Move the buffer-formatting part of the code to
9298         `pp-buffer'.  Call `pp-buffer'.
9300         * info.el (Info-desktop-buffer-misc-data): Don't save information
9301         about virtual files.
9302         (Info-restore-desktop-buffer): Restore Info buffers in prepared
9303         buffers with names obtained from the desktop file instead of the
9304         default *info* buffer.
9306 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9308         * subr.el (with-selected-window): Only save/restore the selected window.
9310         * progmodes/compile.el (compilation-error-regexp-alist):
9311         Use expand-file-name and data-directory.
9313         * progmodes/grep.el (grep-tree): Rework previous fix.
9315         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
9316         after the user marked text with the mouse.
9318         * startup.el (command-line): Keep the first regexp of
9319         auto-save-file-name-transforms intact.
9321 2004-05-28  Juanma Barranquero  <lektu@terra.es>
9323         * cus-edit.el (customize-face, customize-face-other-window)
9324         (custom-face-edit-delete): Make arguments match their use in
9325         docstring.
9326         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
9327         docstring.
9329         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
9330         not `cvs-butlast'.
9332         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
9333         `nbutlast' are in subr.el).
9335         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
9336         (set-w32-system-coding-system): Doc fixes.
9338         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
9339         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
9340         Make arguments match their use in docstring.
9341         (artist-draw-region-trim-line-endings)
9342         (artist-mouse-choose-operation): Fix typo in docstring.
9343         (artist-key-set-point-common): Doc fix.
9345 2004-05-28  Simon Josefsson  <jas@extundo.com>
9347         * mail/smtpmail.el (smtpmail-open-stream):
9348         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
9350 2004-05-26  Simon Josefsson  <jas@extundo.com>
9352         * starttls.el: Merge with my GNUTLS based starttls.el.
9353         (starttls-gnutls-program, starttls-use-gnutls)
9354         (starttls-extra-arguments, starttls-process-connection-type)
9355         (starttls-connect, starttls-failure, starttls-success): New variables.
9356         (starttls-program, starttls-extra-args): Doc fix.
9357         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
9358         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
9359         and pass on to corresponding *-gnutls function if it is set.
9361 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
9363         * autorevert.el (auto-revert-handler): Disable auto-reverting of
9364         remote files.
9366 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
9368         * files.el (file-name-non-special): There are more operations
9369         which need handling: `find-backup-file-name',
9370         `insert-file-contents', `verify-visited-file-modtime',
9371         `write-region'.  Rename t value of method to `add'.  Add new
9372         methods `quote' and `unquote-then-quote' to file-arg-indices.
9374 2004-05-25  Juri Linkov  <juri@jurta.org>
9376         * info.el (Info-toc): Call Info-mode on intermediate buffer.
9377         (Info-index-nodes): Enclose code in condition-case to catch errors.
9378         (Info-index-node): Don't search all index nodes if request is only
9379         for the current node and file is not in the cache of index nodes.
9380         (Info-mode-map): Bind Info-copy-current-node-name to `w'
9381         for consistency with dired-copy-filename-as-kill.
9382         Bind `S' to Info-search-case-sensitively.
9383         (Info-copy-current-node-name): New arg.  With zero prefix arg put
9384         the name inside a function call to `info'.  Display copied text in
9385         the echo area.
9387 2004-05-25  Sam Steingold  <sds@gnu.org>
9389         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
9390         strip the package prefix from the symbol name, if any.
9391         Make it the `find-tag-default-function' for `lisp-mode'.
9393 2004-05-25  John Paul Wallington  <jpw@gnu.org>
9395         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
9396         instead of obsolete `process-kill-without-query'.
9398         * textmodes/texinfmt.el (texinfo-indexvar-alist):
9399         Declare as variable, not constant.
9401 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9403         * files.el (find-file-noselect-1): Fix bug introduced by
9404         Revision 1.694.  As a side effect, `inhibit-read-only'
9405         is again, by default, t during execution of
9406         `find-file-not-found-functions'.
9407         (insert-directory): Check that lines were really inserted by
9408         the --dired switch, before erasing them.
9410 2004-05-24  Nick Roberts  <nickrob@gnu.org>
9412         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
9413         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
9414         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
9415         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
9416         gud-minor-mode (gdbmi).
9418 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9420         * net/browse-url.el (browse-url-interactive-arg): Enable user to
9421         explicitly select the text to be taken as URL.
9423 2004-05-23  Juri Linkov  <juri@jurta.org>
9425         * info.el (Info-index-nodes): New var and fun.
9426         (Info-goto-index, Info-index, info-apropos)
9427         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
9428         (Info-index): Fix docstring.  Store and restore Info-history-list.
9429         (Info-complete-nodes): New var.
9430         (Info-complete-menu-item): Use it.
9431         (Info-index-node): New fun.
9432         (Info-final-node, Info-forward-node, Info-backward-node)
9433         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
9434         Use Info-index-node.
9435         (Info-extract-menu-item, Info-extract-menu-counting): Set second
9436         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
9437         (Info-find-node-2): If a node with period in its name not found,
9438         try to find a node without the name part after period.
9439         (Info-select-node): Call Info-fontify-node only if
9440         Info-fontify-maximum-menu-size is not nil.
9441         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
9442         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
9443         Preserve Info-history-list.
9444         (Info-toc): Set Info-current-file.
9445         (Info-build-toc): Move point to the beginning of the buffer.
9446         Add main-file variable.
9447         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
9448         Use backslashed representation of the control character ^_.
9450         * textmodes/texinfmt.el (texinfo-print-index): Print index line
9451         numbers in the new Texinfo 4.7 format.
9453         * add-log.el (change-log-font-lock-keywords): Remove `:' from
9454         regexps for function and variable names.
9456         * descr-text.el (describe-property-list): Add [show] button for
9457         `syntax-table' property with action to pp to a separate buffer.
9458         (describe-char): Replace search-forward by re-search-forward with
9459         whitespace regexp after "character:" to not fail in too narrow windows.
9461         * simple.el (next-error-find-buffer): Add a rule to return
9462         next-error capable buffer if one window on the selected frame
9463         displays such buffer.
9465 2004-05-23  Nick Roberts  <nickrob@gnu.org>
9467         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
9468         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
9469         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
9470         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
9471         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
9472         Handle new value for gud-minor-mode (gdbmi).
9473         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
9474         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
9475         Change from local to global gdb variable set.
9476         (gdb-ann3): Initialise above gdb variable set.
9477         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
9478         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
9479         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
9480         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
9481         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
9482         (gdb-info-locals-handler, gdb-invalidate-assembler)
9483         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
9484         set as global variables.
9485         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
9486         Handle gdbmi.
9487         (gdb-info-breakpoints-custom): Fix regexp.
9488         (def-gdb-var): Delete.
9490         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
9491         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
9492         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
9493         a new mode.  The file (gdb-mi.el) for this mode will be included
9494         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
9495         primary interface.
9497 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
9499         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
9500         interpreted as a directory.
9502 2004-05-22  Richard M. Stallman  <rms@gnu.org>
9504         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
9505         as a close quote.
9507         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
9509         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9510         Use assoc-string, not assoc-ignore-case.
9512         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
9514         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
9515         If moving back then fwd gets a defun that ends before point,
9516         try again moving fwd then back.
9518         * files.el (file-name-non-special): Allow t in file-arg-indices
9519         to mean requote the return value.  Use `identity' as an element
9520         rather than as the whole value.
9522         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
9524 2004-05-22  Juanma Barranquero  <lektu@terra.es>
9526         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
9527         `help-make-usage'.
9528         (help-highlight-arguments): Skip function name before searching
9529         for arguments.
9531 2004-05-21  Juanma Barranquero  <lektu@terra.es>
9533         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
9534         Don't mention in the docstring these arguments meant for
9535         internal (recursive) use only.
9536         (allout-char-spec): Comment out (it's not implemented).
9537         (allout-old-expose-topic, allout-exposure): Fix docstring and add
9538         obsolescence declaration.
9539         (allout-flatten-exposed-to-buffer)
9540         (allout-indented-exposed-to-buffer): Fix typos in docstring.
9541         (my-mark-marker): Doc fix.
9542         (produce-allout-mode-map, allout-sibling-index)
9543         (allout-isearch-expose, allout-distinctive-bullet)
9544         (allout-open-topic, allout-reindent-body)
9545         (allout-rebullet-heading, allout-process-exposed)
9546         (allout-insert-listified, allout-latex-verb-quote)
9547         (allout-insert-latex-header, allout-insert-latex-trailer):
9548         Make arguments match their use in docstring.
9549         (allout-primary-bullet, allout-old-style-prefixes)
9550         (allout-inhibit-protection, allout-init, allout-mode)
9551         (allout-before-change-protect, allout-flag-region):
9552         Use "Emacs" instead of "emacs" in docstrings.
9554 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
9556         * international/characters.el: Modify syntax of more characters.
9558 2004-05-21  Masatake YAMATO  <jet@gyve.org>
9560         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
9561         (etags-tags-completion-table): Show parsing progress.
9563 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
9565         * locate.el (locate-prompt-for-command): Shorten first line of
9566         docstring.
9567         (locate-mode): Expand docstring and include keymap summary.
9569         * files.el (find-file-noselect-1): Limit the scope of the
9570         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
9571         is, by default, nil during the execution of
9572         `find-file-not-found-functions' and `find-file-hook'.
9574 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
9576         * facemenu.el (facemenu-color-name-equal): New function.
9577         (list-colors-display): Use it to compare colors instead of
9578         facemenu-color-equal.
9580 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
9582         * compare-w.el (compare-windows-face): Use min-colors instead of
9583         checking for tty or pc types.
9585 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
9588         (completion-setup-function): Use with-current-buffer.
9589         Properly save excursion.  Simplify.
9590         Don't assume there is necessarily a `mouse-face' property somewhere.
9592         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9594         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
9596         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
9597         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
9598         Use with-current-buffer.
9599         (byte-goto-log-buffer): Delete.
9600         (byte-compile-log-file): Call compilation-forget-errors.
9602 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9604         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
9605         output messages into the search result.
9607 2004-05-19  Masatake YAMATO  <jet@gyve.org>
9609         * wid-edit.el (widget-radio-button-notify): Revert my last
9610         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9612 2004-05-19  Kenichi Handa  <handa@m17n.org>
9614         * international/characters.el: Fix syntax (open/close) of CJK chars.
9616 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
9618         * help-mode.el (help-go-back): Don't depend on position of back button.
9620 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
9623         files files don't contain an accidental additional /.
9625         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
9626         in source buffer.
9628 2004-05-18  Masatake YAMATO  <jet@gyve.org>
9630         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
9631         to widget-apply.  :action method assumes 2 arguments, not 3.
9633 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
9635         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9636         New constants.
9637         (hs-special-modes-alist): Add an f90-mode entry.
9639 2004-05-17  Sam Steingold  <sds@gnu.org>
9641         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9642         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
9644 2004-05-16  Kim F. Storm  <storm@cua.dk>
9646         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
9648 2004-05-15  John Wiegley  <johnw@newartisans.com>
9650         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
9651         (eshell-output-object-to-target): Improve output speed 20% by not
9652         calling `eshell-stringify' if something is already known to be a string.
9654 2004-05-15  Alex Ott  <ott@jet.msk.su>
9656         * textmodes/ispell.el (ispell-local-dictionary-alist):
9657         Add windows-1251 to the choice of coding systems.
9658         (ispell-dictionary-alist-6): Add support for "russianw.aff",
9659         encoded in cp1251.
9661 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
9663         * progmodes/compile.el (compilation-warning-face)
9664         (compilation-info-face): Use min-colors.
9666 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9668         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
9669         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
9670         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
9671         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
9672         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
9673         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
9674         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
9675         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
9676         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
9677         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
9678         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
9679         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
9680         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
9681         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
9683 2004-05-15  Kim F. Storm  <storm@cua.dk>
9685         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
9686         Use it to set triggered-p element of timer.
9687         (timer-event-handler): Set triggered-p element non-nil while running
9688         the timer function.
9690 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9692         * descr-text.el (describe-char-unicode-data)
9693         (describe-char-unicodedata-file): Re-enable the unicode code now that
9694         the licensing issues have been cleared in the unicode-4 license.
9695         (describe-text-properties-1): Remove unused `overlay' var.
9696         (describe-char): Remove unused var `buffer'.
9698 2004-05-14  David Ponce  <david@dponce.com>
9700         * tree-widget.el: New file.
9702 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
9704         * language/european.el ("Brazilian Portuguese"): Add support for
9705         Brazilian Portuguese.
9707 2004-05-13  John Wiegley  <johnw@newartisans.com>
9709         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
9710         `recentf-mode' if this variable has been customized to t.
9712         * eshell/esh-test.el (eshell-test): Call the function
9713         `emacs-version' rather than trying to build a custom version string.
9715 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9717         * net/telnet.el (telnet-mode): Use define-derived-mode.
9718         Don't modify the global value of comint-prompt-regexp.
9720 2004-05-13  John Paul Wallington  <jpw@gnu.org>
9722         * version.el (emacs-version): Check for `gtk' feature before
9723         `x-toolkit' feature.
9725 2004-05-13  Juanma Barranquero  <lektu@terra.es>
9727         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
9728         arguments in the docstring, they're used only in recursive calls.
9730         * help-fns.el (help-arg-highlighting-function)
9731         (help-argument-name): Delete.
9732         (help-default-arg-highlight): New function.
9733         (help-do-arg-highlighting): Use it.
9735 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9737         * calendar/appt.el (appt-disp-window):
9738         Use `calendar-set-mode-line' for a centered mode-line.
9740 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9742         * calendar/appt.el (appt-disp-window): Do not split window
9743         excessively when `split-height-threshold' is low.
9745 2004-05-12  Nick Roberts  <nickrob@gnu.org>
9747         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
9748         kill-buffer-hook here and make it local.
9749         (gud-kill-buffer-hook): Use kill-process for a sure kill.
9751 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
9753         * progmodes/compile.el (compilation-set-window-height):
9754         Use save-excursion to protect against misplaced marker.
9756 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9758         * custom.el (defface): Document that type can have value gtk.
9760         * faces.el (face-spec-set-match-display): Handle type gtk in display.
9762 2004-05-12  Kenichi Handa  <handa@m17n.org>
9764         * descr-text.el: Require quail at comile time.
9765         (describe-char): If an input method is on and it supports the
9766         character, show how to input it.
9768         * international/quail.el (quail-install-decode-map): Accept a
9769         char-table whose subtype is `quail-decode-map'.
9770         (quail-store-decode-map-key, quail-gen-decode-map1)
9771         (quail-gen-decode-map, quail-find-key1, quail-find-key)
9772         (quail-show-key): New functions.
9774 2004-05-12  Juanma Barranquero  <lektu@terra.es>
9776         * generic.el (define-generic-mode): Remove redundant arglist info.
9778         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9779         Make arguments match their use in docstring.
9780         (help-arg-highlighting-function): New variable.
9781         (help-argument-name): Mention it in the docstring.
9782         (help-do-arg-highlight): Use it.  Expand regexp to accept also
9783         ARG-xxx and xxx-ARG references.
9785 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9787         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9788         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9789         and "mailto:addr1?to=addr2" equal.
9791 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9793         * man.el (Man-getpage-in-background): Use shell-file-name
9794         and shell-command-switch variables instead of hard-coded values.
9796 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
9798         * iimage.el: New file.
9800 2004-05-11  Juanma Barranquero  <lektu@terra.es>
9802         * custom.el (custom-initialize-default, defcustom):
9803         Fix typo in docstring.
9805         * files.el (set-visited-file-name, file-expand-wildcards):
9806         Fix docstring.
9808 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9810         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9812         * subr.el (eventp): Be more discriminating with integers.
9814 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
9816         * progmodes/compile.el (compile): Add universal prefix arg.
9817         (compilation-error-regexp-alist-alist): Add edg patterns.
9819 2004-05-10  Sam Steingold  <sds@gnu.org>
9821         * textmodes/ispell.el (ispell-message):
9822         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9824 2004-05-10  Dave Love  <fx@gnu.org>
9826         * progmodes/python.el (help-buffer): Autoload when compiling.
9827         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9828         (run-python): Prepend to any existing PYTHONPATH.
9830 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
9832         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9833         for pending breakpoints.
9835 2004-05-10  Richard M. Stallman  <rms@gnu.org>
9837         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
9838         directly without calling any functions in Rmail.
9839         (unrmail-unprune): Function deleted.
9841 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9843         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9844         C-c C-z binding.
9846 2004-05-10  Kenichi Handa  <handa@m17n.org>
9848         * descr-text.el (describe-char): Fix previous change.  Don't make
9849         a unibyte character to multibyte in the *Help* buffer.
9851 2004-05-10  Miles Bader  <miles@gnu.org>
9853         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9854         buffer an error if the debugger process is actually running.
9856 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9858         * help-fns.el (help-argument-name): Default to italic.
9859         (help-highlight-arguments): Return always (usage . doc), even when
9860         usage is nil.
9862         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9863         (define-ibuffer-filter): Add usage info.
9864         (define-ibuffer-op): Add usage info (but CL-style defaults for
9865         keyword args are not shown).
9867         * subr.el (remove-overlays, read-passwd): Fix docstring.
9868         (start-process-shell-command): Fix docstring.  Put usage info in a
9869         format usable by `describe-function'.
9870         (open-network-stream, open-network-stream-nowait)
9871         (open-network-stream-server): Fix docstring.
9873 2004-05-09  Jason Rumney  <jasonr@gnu.org>
9875         * international/code-pages (cp932, cp936, cp949, c950): Remove.
9876         Only define cp125* if windows-125* is already defined.
9878         * language/korean.el (cp949): Add alias.
9880         * language/chinese.el (cp936, cp950): Add aliases.
9882         * language/japanese.el (cp932): Add alias.
9884         * term/w32-win.el: Require code-pages.
9886         * international/mule-cmds.el (set-locale-environment):
9887         On MS-Windows use ansi code-page for default coding-systems.
9888         Set up paper sizes for Windows 3 letter languages.
9890         * international/code-pages.el (cp932, cp936, cp949, cp950):
9891         Add aliases.  Also add cp125* if not already defined.
9893 2004-05-09  Juanma Barranquero  <lektu@terra.es>
9895         * help-fns.el (help-highlight-arguments): Don't try to highlight
9896         missing or autoloaded arglists.  Accept structured arguments, like
9897         the first ones of `do' and `flet'.
9899         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9900         (cvs-get-marked): Remove redundant arglist info.
9902         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9903         Don't use CL-style default args.
9905 2004-05-08  Andreas Schwab  <schwab@suse.de>
9907         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9909         * international/subst-ksc.el: Fix references to utf-translate-cjk
9910         into utf-translate-cjk-mode.
9911         * international/subst-big5.el: Likewise.
9912         * international/subst-gb2312.el: Likewise.
9913         * international/subst-jis.el: Likewise.
9914         * international/utf-16.el: Likewise.
9915         * international/utf-8.el: Likewise.
9917 2004-05-08  John Wiegley  <johnw@newartisans.com>
9919         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9920         "virtual buffers" (off by default), which makes it possible to
9921         switch to the "virtual" buffers of recently visited files.  When a
9922         buffer name search fails, and this option is on, iswitchb will
9923         look at the list of recently visited files, and permit matching
9924         against those names.  When the user hits RET on a match, it will
9925         revisit that file.
9926         (iswitchb-read-buffer): Add two optional arguments, which makes
9927         isearchb.el possible.
9928         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9929         (iswitchb-next-match): Add support for virtual buffers.
9931         * isearchb.el: This module extends iswitchb to provide "as you
9932         type" buffer selection.
9934         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9935         Ignore the read-only property when flyspell highlighting is on.
9936         Not ignoring it leads to a series of confusing errors.
9937         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9938         but also make sure to call flyspell-incorrect-hook.
9939         (flyspell-maybe-correct-transposition): Perform transposition test
9940         by bit twiddling a string, rather than using a temp buffer.
9941         (flyspell-maybe-correct-doubling): Use a string rather than a temp
9942         buffer.  This is also the original version of the code, which
9943         could not be checked in before due to a previous lack of
9944         assignment papers.  This version has seen heavy usage on my system
9945         for several years now.
9947         * calendar/cal-bahai.el: New file, which adds support for the
9948         Baha'i calendar to Emacs.  This calendar is based on a solar year
9949         of 19 months of 19 days, with 4 intercalary days.  Each year
9950         begins on March 21, with the calendar starting in 1844.
9952         * calendar/cal-menu.el, calendar/calendar.el,
9953         calendar/diary-lib.el, calendar/holidays.el: Added support for
9954         using cal-bahai.el.
9956         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9957         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9958         function can be used outside of eshell buffers.
9959         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9961 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9963         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9964         word constituent so FOO-ARG is not recognized as an arg.
9965         (help-highlight-arguments): Don't skip lists in mandatory arguments.
9967         * simple.el (next-error): Fix typo in docstring.
9968         (open-line): Make argument names match their use in docstring.
9969         (split-line): Fix docstring.
9971         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9972         usable by `describe-function'.
9973         (gensym, gentemp, typep, ignore-errors): Make argument names match
9974         their use in docstring.
9976         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9977         argument to `help-setup-xref'.
9979 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
9981         Version 2.0.40 of Tramp released.
9983         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9984         Use symbol-function to invoke functions only known on some Emacs
9985         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
9986         Scaldeferri <kevin@scaldeferri.com>.
9987         (tramp-do-copy-or-rename-file-via-buffer): Rename from
9988         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9989         consistent with the other tramp-do-* functions.
9990         (tramp-do-copy-or-rename-file): Calls adjusted.
9991         (tramp-process-initial-commands): Avoid liveness check on shell --
9992         we know that it must be alive since we're opening a connection at
9993         this moment.
9994         (tramp-last-cmd): New internal variable.
9995         (tramp-process-echoes): New tunable.
9996         (tramp-send-command): Set tramp-last-cmd.
9997         (tramp-wait-for-output): Delete echo, if applicable.
9998         (tramp-read-passwd): Construct the key for the password cache in a
9999         way that works for multi methods, too.
10000         (tramp-bug): Add backup-directory-alist and
10001         bkup-backup-directory-info to bug reports, with Tramp counterparts.
10003 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
10005         * net/tramp*.el: Suppress byte-compiler warnings where possible.
10007         * net/tramp.el (tramp-out-of-band-prompt-regexp)
10008         (tramp-actions-copy-out-of-band): New defcustoms.
10009         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
10010         used instead of a synchronous one.  Allows password entering.
10011         (tramp-action-out-of-band): New defun.
10012         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
10013         Remove restriction with password from doc string.
10014         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
10015         `tramp-out-of-band-prompt-regexp',
10016         `tramp-actions-copy-out-of-band', `password-cache' and
10017         `password-cache-expiry'.
10018         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
10019         password caching.
10020         (tramp-touch): FILE can be a local file, too.
10021         (TODO): Remove items done.
10022         (tramp-handle-insert-directory): Properly quote file name also if
10023         not full-directory-p.  Handle wildcard case.  Reported by Andreas
10024         Schwab <schwab@suse.de>.
10025         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
10026         new file.
10027         (tramp-handle-file-local-copy, tramp-handle-write-region):
10028         The permissions of the temporary file are set if filename exists.
10029         Reported by Ted Stern <stern@cray.com>.
10030         (tramp-backup-directory-alist)
10031         (tramp-bkup-backup-directory-info): New defcustoms.
10032         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
10033         (tramp-handle-find-backup-file-name): New function.
10034         Implements Tramp's find-backup-file-name.
10036         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
10037         for `find-backup-file-name'.
10039         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
10040         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
10042 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
10044         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
10046 2004-05-07  Juanma Barranquero  <lektu@terra.es>
10048         * subr.el (lambda): Add arglist description to docstring.
10049         (declare): Fix typo in docstring.
10050         (open-network-stream): Fix docstring.
10051         (process-kill-without-query): Fix docstring and add obsolescence info.
10052         (last, butlast, nbutlast): Make arguments match their use in docstring.
10053         (insert-buffer-substring-no-properties): Likewise.
10054         (insert-buffer-substring-as-yank): Likewise.
10055         (split-string): Fix docstring.
10057         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10058         Make argument names match their use in docstring.
10060         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
10062 2004-05-06  Nick Roberts  <nickrob@gnu.org>
10064         * progmodes/gdb-ui.el: Improve/extend documentation strings.
10065         Fit first sentence on one line for apropos-command.
10067 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10069         Changes largely merged in from Dave Love's code.
10070         * progmodes/python.el: Doc fixes.
10071         (python-mode-map): Add python-complete-symbol.
10072         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
10073         (python-comment-indent, python-complete-symbol)
10074         (python-symbol-completions, python-partial-symbol)
10075         (python-try-complete): New.
10076         (python-indent-line): Remove optional arg.  Use python-block-end-p.
10077         (python-check): Bind compilation-error-regexp-alist.
10078         (inferior-python-mode): Use rx.  Move keybindings to top level.
10079         Set comint-input-filter.
10080         (python-preoutput-filter): Use rx.
10081         (python-input-filter): Re-introduce.
10082         (python-proc): Start new process if necessary.
10083         Check python-buffer non-nil.
10084         (view-return-to-alist): Defvar.
10085         (python-send-receive): New.
10086         (python-eldoc-function): Use it.
10087         (python-mode-running): Don't defvar.
10088         (python-mode): Set comment-indent-function.
10089         Maybe update hippie-expand-try-functions-list.
10090         (python-indentation-levels): Initialize differently.
10091         (python-block-end-p): New.
10092         (python-indent-line): Use it.
10093         (python-compilation-regexp-alist): Augment.
10094         (run-python): Import `emacs' module to Python rather than loading
10095         code directly.  Set python-buffer differently.
10096         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
10097         Use python-proc.
10098         (python-send-command): Go to end of comint buffer.
10099         (python-load-file): Use python-proc, emacs.eimport.
10100         (python-describe-symbol): Simplify interactive form.
10101         Use emacs.help.  Do use temp-buffer-show-hook.
10102         Call print-help-return-message.
10103         (hippie-exp): Require when compiling.
10104         (python-preoutput-continuation): Use rx.
10106         * diff-mode.el (diff-make-unified): Fix regexp.
10108 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
10110         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
10111         filter groups from the buffer when rebuilding the Ibuffer buffer
10112         and `ibuffer-show-empty-filter-groups' is nil.
10114 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10116         * ps-print.el (ps-print-quote): Call ps-value-string.
10117         (ps-setup): Call ps-comment-string.
10118         (ps-value-string, ps-comment-string): New funs.
10120 2004-05-06  Juanma Barranquero  <lektu@terra.es>
10122         * ehelp.el (electric-help-command-loop): Check whether the last
10123         character is visible, not (point-max).
10125         * help-fns.el (help-argument-name): Default to bold; don't inherit
10126         from font-lock-variable-name-face.
10127         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
10129 2004-05-05  Kenichi Handa  <handa@m17n.org>
10131         * descr-text.el (describe-char): Copy the character with text
10132         properties and overlays into the first line, and call
10133         describe-text-properties on it.
10135 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
10137         * iswitchb.el (iswitchb-global-map): Fix typo.
10138         Remove unwanted ###autoloads from source file.
10140 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
10142         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
10143         in run-hooks.  Use substitute-command-keys in message.
10144         (wdired-abort-changes): Add message.
10146 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
10148         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
10149         (sql-emacs20-p): Remove.
10150         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
10151         (sql-builtin-face, sql-doc-face): Remove.
10152         (sql-mode-ansi-font-lock-keywords)
10153         (sql-mode-oracle-font-lock-keywords)
10154         (sql-mode-postgres-font-lock-keywords)
10155         (sql-mode-linter-font-lock-keywords)
10156         (sql-mode-ms-font-lock-keywords)
10157         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
10158         (sql-product-font-lock): Fix font-lock reset when font rules change.
10159         (sql-highlight-product): Remove incorrect font-lock reset logic.
10161 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
10163         * ses.el (ses-set-parameter): Fix typo.
10165 2004-05-04  Kim F. Storm  <storm@cua.dk>
10167         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
10168         Must expand directory for completion to work; and don't mess with
10169         process-environment.
10170         (ido-read-file-name): If command has ido property, don't use ido
10171         if value is ignore, or read as directory if value is dir.
10172         Set ido ignore property for dired-do-rename command.
10174 2004-05-04  Juanma Barranquero  <lektu@terra.es>
10176         * ehelp.el (electric-help-command-loop, electric-help-undefined)
10177         (electric-help-help): Check against unmapped commands.
10179         * help-fns.el (help-argument-name): New face, inheriting from
10180         font-lock-variable-name-face, to highlight function arguments in
10181         `describe-function' and `describe-key'.
10182         (help-do-arg-highlight): Auxiliary function to highlight a given
10183         list of arguments in a string.
10184         (help-highlight-arguments): Highlight the function arguments and
10185         all uses of them in the docstring.
10186         (describe-function-1): Use it.  Do docstring output via `insert',
10187         not 'princ', so text attributes are preserved.
10189         * winner.el (winner-mode-map): Move `winner-undo' and
10190         `winner-redo' to C-c <left> and C-c <right>, respectively (the
10191         previous bindings conflict with `prev-buffer', `next-buffer').
10193 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10195         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
10196         (bibtex-entry-update): New command bound to C-c C-u.
10197         (bibtex-text-in-string): Fix regexp.
10198         (bibtex-assoc-of-regexp): Remove.
10199         (bibtex-progress-message): Fix docstring.
10200         (bibtex-inside-field): Use if.
10201         (bibtex-assoc-regexp): New function.
10202         (bibtex-format-entry): Make code more robust so that it formats
10203         also old entries.
10204         (bibtex-autokey-demangle-title): Merge with obsolete function
10205         bibtex-assoc-of-regexp.
10206         (bibtex-field-list): New function.
10207         (bibtex-entry): Use bibtex-field-list.
10208         (bibtex-parse-entry): Fix docstring.
10209         (bibtex-print-help-message): Use bibtex-field-list.
10210         (bibtex-make-field): Use bibtex-field-list.
10211         (bibtex-entry-index): Bugfix.  Return crossref key if required.
10212         (bibtex-lessp): Fix docstring.
10214 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
10216         * select.el (xselect-convert-to-string): Move comment to intended line.
10218 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10220         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
10221         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
10223 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10225         * term/x-win.el (x-clipboard-yank): Don't exit on error from
10226         x-get-selection.
10228 2004-05-03  Jason Rumney  <jasonr@gnu.org>
10230         * makefile.nt: Remove.
10232 2004-05-03  Kim F. Storm  <storm@cua.dk>
10234         * emulation/cua-base.el (cua--update-indications): Fix last change.
10235         (cua-mode): Deactivate mark when cua-mode is enabled.
10237 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
10239         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
10241 2004-05-03  Nick Roberts  <nickrob@gnu.org>
10243         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
10244         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
10245         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
10246         window over visible frames.
10247         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
10249 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10251         * progmodes/compile.el (compilation-gcpro): New var.
10252         (compilation-fake-loc): Use it.
10253         (compilation-forget-errors): Reset it.
10255 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
10257         * diff-mode.el (diff-header-face, diff-file-header-face):
10258         Use min-colors.
10260 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10262         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
10263         (bibtex-clean-entry): Disentangle code.
10264         (bibtex-realign): New function.
10265         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
10266         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
10267         Remove undocumented optional arg called-by-convert-alien.
10268         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
10269         for sorting instead of bibtex-sort-buffer.
10271 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
10273         * progmodes/compile.el (compilation-start): In the
10274         no-async-subprocesses branch, call sit-for to give redisplay a
10275         chance to show the updated process status in the mode line, and
10276         fontify the buffer explicitly after the process exits.
10278 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10280         * progmodes/python.el (python-compilation-line-number): Remove.
10281         (python-compilation-regexp-alist): Don't use it any more.
10282         (python-orig-start, python-input-filter): Remove.
10283         (inferior-python-mode): Don't set up comint-input-filter-functions.
10284         (python-send-region): Use compilation-fake-loc.
10286         * progmodes/compile.el (compilation-messages-start): New var.
10287         (compilation-mode): Don't setup next-error-function here.
10288         (compilation-setup): Set it up here instead (for minor modes as well).
10289         Make compilation-messages-start buffer local.
10290         (compilation-next-error-function): Use it.
10291         (compilation-forget-errors): Set compilation-messages-start.
10293 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10295         * ielm.el (ielm-prompt-read-only): Update docstring.
10297         * comint.el (comint-prompt-read-only): Update docstring.
10298         (comint-update-fence, comint-kill-whole-line)
10299         (comint-kill-region): New functions.
10301         * simple.el (kill-whole-line): Use "p" instead of "P" in
10302         interactive form.
10304 2004-05-01  Juanma Barranquero  <lektu@terra.es>
10306         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
10307         format arglist so default values in CL-style argument lists are
10308         correctly shown.
10310 2004-05-01  Jason Rumney  <jasonr@gnu.org>
10312         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
10314 2004-05-01  Kenichi Handa  <handa@m17n.org>
10316         * international/titdic-cnv.el (miscdic-convert): Don't generate a
10317         quail file if it is up to date.
10319 2004-04-30  Juri Linkov  <juri@jurta.org>
10321         * cus-edit.el (custom-mode-map):
10322         Add key binding `C-x C-s' to `Custom-save'.
10324         * outline.el (outline-blank-line): New var.
10325         (outline-next-preface, outline-show-heading)
10326         (outline-end-of-subtree): Use it.
10328         * dired-aux.el (dired-touch-initial): New fun.
10329         (dired-do-chxxx): Call it for op-symbol `touch'.
10330         (dired-diff): Use `dired-dwim-target-directory'
10331         if current dired buffer has no buffer mark.
10333         * bindings.el (propertized-buffer-identification):
10334         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
10335         Add C-M-arrow keys for consistency.
10337         * files.el (confirm-kill-emacs):
10338         Change group from top-level `emacs' to `convenience'.
10340         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10341         Push mark on the first call of successive command calls.
10342         (insert-pair): New fun created from `insert-parentheses' with
10343         `open' and `close' arguments added.  Enclose active regions
10344         in paired characters.  Compare adjacent characters syntax with
10345         inserted characters syntax before inserting a space.
10346         (insert-parentheses): Call `insert-pair' with ?\( ?\).
10348         * delsel.el: Don't put `delete-selection' property
10349         on `insert-parentheses' symbol to take advantage of
10350         region handling in `insert-pair' function.
10351         Suggested by Stephan Stahl <stahl@eos.franken.de>.
10353 2004-04-30  Kim F. Storm  <storm@cua.dk>
10355         * emulation/cua-base.el: Add support for changing cursor types;
10356         based on patch from Michael Mauger.
10357         (cua-normal-cursor-color, cua-read-only-cursor-color)
10358         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
10359         Customization cursor type and/or cursor color.
10360         (cua--update-indications): Handle cursor type changes.
10361         (cua-mode): Update cursor indications if enabled.
10363         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
10365         * mouse.el (mouse-drag-copy-region): New defcustom.
10366         (mouse-set-region, mouse-drag-region-1): Use it.
10368         * simple.el (kill-ring-save): If region face background color is
10369         unspecified (if no highlighting), show extent of fully visible
10370         region even if transient-mark-mode is enabled.
10372         * emulation/cua-base.el (cua--standard-movement-commands):
10373         Add cua-scroll-up and cua-scroll-down.
10374         (cua-scroll-up, cua-scroll-down): New commands.
10375         (cua--init-keymaps): Remap scroll-up and scroll-down.
10377         * emulation/cua-rect.el (cua--convert-rectangle-as):
10378         New defmacro.
10379         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
10380         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
10381         New commands (suggested by Jordan Breeding).
10383 2004-04-30  Juanma Barranquero  <lektu@terra.es>
10385         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
10387 2004-04-30  Mario Lang  <mlang@delysid.org>
10389         * diff.el (diff-switches): Fix typo in docstring.
10391 2004-04-30  Alex Schroeder  <alex@gnu.org>
10393         * xml.el (xml-debug-print-internal): Don't add newline and
10394         indentation to text nodes and write empty elements as empty tags
10395         instead of opening and closing tags.
10396         (xml-debug-print): Take optional indent-string argument.
10397         (xml-print): Alias for xml-debug-print.
10399 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10401         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
10402         than duplicate call to `line-beginning-position'.
10404         * progmodes/f90.el (f90-get-present-comment-type):
10405         Return whitespace, as well as comment chars, for consistent filling
10406         of comment blocks.  Use `match-string-no-properties'.
10407         (f90-break-line): Trim trailing whitespace when filling comments.
10409 2004-04-30  Dave Love  <fx@gnu.org>
10411         * calendar/diary-lib.el (diary-outlook-formats): New variable.
10412         (diary-from-outlook-internal, diary-from-outlook)
10413         (diary-from-outlook-gnus, diary-from-outlook-rmail):
10414         New functions to import diary entries from Outlook-format
10415         appointments in mail messages.
10417 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10419         * progmodes/python.el (python-send-command): New fun.
10420         (python-send-region, python-load-file): Use it.
10422         * progmodes/compile.el (compilation-last-buffer): Add var alias.
10424         * help-fns.el (help-C-file-name): Use new subr-name.
10425         Prepend `src/' to the file name.
10426         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
10427         (describe-function-1, describe-variable): Only find a C source file
10428         name if DOC is already loaded.
10430         * help-mode.el (help-function-def, help-variable-def):
10431         Use the new find-function-search-for-symbol functionality.
10432         Allow FILE to be `C-source'.
10434         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
10435         (find-function-C-source): New fun.
10436         (find-function-search-for-symbol): Use it.
10438 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
10440         * progmodes/sql.el (sql-product-alist): Rename variable
10441         `sql-product-support'.  Add Postgres login parameters.
10442         (sql-set-product, sql-product-feature): Update with renamed variable.
10443         (sql-connect-postgres): Add username prompt.
10444         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
10445         Make patterns less product specific.
10446         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
10447         (sql-mode-abbrev-table): Modify initialization.
10448         (sql-builtin-face): Add variable.
10449         (sql-keywords-re): Add macro.
10450         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
10451         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
10452         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
10453         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
10454         (sql-mode-linter-font-lock-keywords)
10455         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
10456         (sql-mode-sybase-font-lock-keywords)
10457         (sql-mode-informix-font-lock-keywords)
10458         (sql-mode-interbase-font-lock-keywords)
10459         (sql-mode-ingres-font-lock-keywords)
10460         (sql-mode-solid-font-lock-keywords)
10461         (sql-mode-sqlite-font-lock-keywords)
10462         (sql-mode-db2-font-lock-keywords): Default to nil.
10463         (sql-product-font-lock): Always highlight ANSI keywords.
10464         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
10465         (sql-send-string): Add function.
10467 2004-04-29  Dave Love  <fx@gnu.org>
10469         * progmodes/cfengine.el (cfengine-beginning-of-defun)
10470         (cfengine-end-of-defun): Ensure progress through buffer.
10472         * info-look.el (cfengine-mode): Accept a terminal ().
10474 2004-04-29  Juri Linkov  <juri@jurta.org>
10476         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
10477         instead of isearch-yank-word-or-char.  Add new key bindings for
10478         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
10479         (isearch-del-char): New fun.
10480         (isearch-forward, isearch-edit-string): Update docstring.
10481         (isearch-yank-char): Doc fix.
10482         (isearch-other-meta-char): Restore point after scrolling.
10484         * progmodes/compile.el (compilation-context-lines): Add nil option
10485         to disable compilation output window scrolling.
10486         (compilation-set-window): Use it.
10488         * outline.el (outline-next-preface, outline-show-heading):
10489         Don't leave unhidden blank line before heading.
10490         (outline-end-of-subtree): Include last newline into subtree.
10491         (hide-entry): Leave point at beginning of heading instead of end.
10492         (outline-up-heading): Push mark for the first call of successive
10493         command calls.
10495 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
10497         * comint.el (comint-prompt-read-only): New variable.
10498         (comint-output-filter): Implement it.
10500         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
10501         (ielm-prompt-internal): New variable.
10502         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
10503         (ielm-send-input): Delete unused variable `buf'.
10504         (ielm-eval-input): Use `ielm-prompt-internal'.
10505         (inferior-emacs-lisp-mode): Use new variables
10506         `comint-prompt-read-only' and `ielm-prompt-internal'.
10507         Get rid of obsolete variable `directory-sep-char'.
10508         (ielm): Use `zerop'.
10510 2004-04-29  John Paul Wallington  <jpw@gnu.org>
10512         * thumbs.el (toplevel): Require cl at compile time.
10513         Remove conditional definitions of `ignore-errors' and `caddar'
10514         because they occur at run time.
10516 2004-04-28  Nick Roberts  <nickrob@gnu.org>
10518         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
10519         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
10520         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10521         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
10523         * progmodes/gud.el (gud-common-init): Throw an error if program is
10524         already running under gdb.
10526 2004-04-28  John Paul Wallington  <jpw@gnu.org>
10528         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
10529         (thumbs-show-image-num): Move assignment of
10530         `thumbs-current-image-filename' within scope of `i'.
10531         (thumbs-emboss-image): Don't use `evenp'.
10533 2004-04-28  Richard M. Stallman  <rms@gnu.org>
10535         * progmodes/compile.el (compilation-context-lines): Default now 0.
10537 2004-04-28  Juanma Barranquero  <lektu@terra.es>
10539         Use `time-less-p' from calendar/time-date.el instead of defining
10540         custom versions of it.
10542         * pcomplete.el (pcomplete-time-less-p): Remove.
10544         * thumbs.el (time-less-p): Remove.
10546         * calendar/timeclock.el (timeclock-time-less-p): Remove.
10547         (timeclock-generate-report): Use `time-less-p'.
10549         * emacs-lisp/autoload.el (autoload-before-p): Remove.
10550         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
10552 2004-04-28  Masatake YAMATO  <jet@gyve.org>
10554         * subr.el (remove-overlays): Make arguments optional.
10556         * wid-edit.el (widget-specify-button): Put evaporate to the
10557         overlay for sample.
10558         (widget-specify-sample): Put evaporate to the overlay for sample.
10559         (widget-specify-doc): Put evaporate to the overlay for documentation.
10561 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
10563         * info.el (info-apropos): Make it an index node.  Align node names
10564         like makeinfo.
10566 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
10568         * net/browse-url.el (browse-url-netscape-sentinel)
10569         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
10570         (browse-url-epiphany-sentinel, browse-url-mosaic):
10571         Use browse-url-*-program instead of a literal program name.
10573 2004-04-27  Kevin Ryde  <user42@zip.com.au>
10575         * eshell/em-alias.el:
10576         * eshell/em-dirs.el:
10577         * eshell/em-hist.el:
10578         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
10579         features when M-x customize-group loads modules before the main
10580         eshell.el.
10582 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
10584         * subr.el (momentary-string-display): Support EXIT-CHAR that is
10585         either a character representation of an event or an event
10586         description list.
10588         * type-break.el: Capitalise Emacs and Lisp.
10589         (type-break-good-break-interval, type-break-demo-boring-stats)
10590         (type-break-terse-messages, type-break-file-name): New defcustoms.
10591         (type-break-post-command-hook)
10592         (type-break-warning-countdown-string): Quote variable names in doc.
10593         (type-break-interval-start, type-break-auto-save-file-name): New vars.
10594         (type-break-mode): Document type-break-good-break-interval and the
10595         "session" file.  Schedule break according to the session file.
10596         Kill session file buffer on exit.  Organise for save-some-buffers
10597         to always save the session file.
10598         (type-break-mode-line-message-mode, type-break-query-mode):
10599         Uppercase arguments.
10600         (type-break-file-time, type-break-file-keystroke-count, timep)
10601         (type-break-choose-file, type-break-get-previous-time)
10602         (type-break-get-previous-count): New defuns.
10603         (type-break): Avoid break querying after a completed break in the
10604         case where the query was initiated during user invocation of the
10605         break.  Optional terse messages.
10606         Use type-break-good-break-interval if type-break-good-rest-interval is
10607         nil.  File the break time.
10608         (type-break-schedule): New optional args for overriding the use of
10609         the current time.
10610         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
10611         after a break.
10612         (type-break-check): File the keystroke count.
10613         (type-break-do-query): Prevent a second query when the break is
10614         interrupted.  Optional terse message.
10615         (type-break-keystroke-reset): Record the start of a typing interval.
10616         (type-break-demo-boring): Optional terse messages.  Display word
10617         per minute and keystroke counts according to
10618         type-break-demo-boring-stats.
10620 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
10622         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
10623         directories, make sure they exist under archive-tmpdir.
10625 2004-04-27  Juri Linkov  <juri@jurta.org>
10627         * help.el (view-emacs-news): With argument, display info for the
10628         selected version by finding it among different NEWS files, and
10629         narrowing the buffer to the selected version.
10631         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
10632         same-window-buffer-names.
10633         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
10634         non-numeric prefix argument, append the number to the buffer name
10635         for numeric prefix argument.
10636         (info-other-window): Bind same-window-regexps to nil.
10637         (Info-reference-name): Rename to Info-point-loc.
10638         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
10639         and Info-find-index-name for stringy Info-point-loc.
10640         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
10641         without middle `.', but with final `.' and optional line number
10642         for it.  Set Info-point-loc for index nodes.
10643         (Info-index): Remove middle `.' from index entry regexp.
10644         Modify line number regexp.
10645         (Info-index-next): Decrement line number.
10646         (info-apropos): Remove middle `.' from index entry regexp.
10647         Add optional line number regexp at the end.  Add matched value
10648         for line number to the result list and insert it to the buffer.
10649         Replace match-string by match-string-no-properties.
10650         Reorder result list.
10651         (Info-fontify-node): Hide index line numbers.
10652         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
10653         empty matches.
10654         (Info-follow-reference): Use `str' instead of
10655         Info-following-node-name-re.
10656         (Info-toc): Use full file names.  Set Info-current-node to "Top".
10657         (Info-fontify-node): Compare file names without directory name.
10658         (Info-try-follow-nearest-node): Don't set Info-reference-name.
10659         Set second arg of Info-extract-menu-node-name for index nodes.
10660         (info-xref-visited): Use magenta3 instead of magenta4.
10661         (Info-mode): Add info-apropos to docstring.
10663         * log-view.el (log-view-diff): Replace interactive code "r"
10664         by a list to allow to call it even if region is not active.
10666         * paren.el (show-paren-highlight-openparen): New var.
10667         (show-paren-function): Turn on openparen highlighting when
10668         matching forward if show-paren-highlight-openparen is non-nil.
10670         * simple.el (kill-ring-save): Use blink-matching-delay instead of
10671         the constant value 1.
10672         (completions-common-part): Expand docstring.
10674         * textmodes/picture.el (picture-mode-map): Add arrow keys.
10676 2004-04-27  Kim F. Storm  <storm@cua.dk>
10678         * image.el (insert-sliced-image): Use line-height instead of
10679         line-spacing property on newline.
10681 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
10683         * desktop.el (desktop-buffer-misc-data-function): Rename to
10684         desktop-save-buffer and change docstring.
10685         (desktop-buffer-modes-to-save): Delete.
10686         (desktop-save-buffer-p): Use desktop-save-buffer instead of
10687         desktop-buffer-modes-to-save.
10688         (desktop-save): Rename desktop-buffer-misc-data-function to
10689         desktop-save-buffer and allow non-function value.
10690         (desktop-missing-file-warning): Correct docstring.
10692         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
10693         to desktop-save-buffer.
10695         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
10696         desktop-save-buffer.
10698         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
10700         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
10702 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
10704         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
10706 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
10708         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
10709         (ielm): Only go to the end of the buffer when starting a new process.
10711 2004-04-25  Juanma Barranquero  <lektu@terra.es>
10713         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
10714         mode line.  Bind `inhibit-read-only' to t before modifying
10715         properties of text in the buffer.
10716         (ielm): Force point to the end of buffer, even when running ielm
10717         from inside itself.
10719 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10721         * info.el (info-apropos): Reset Info-complete-cache.
10723 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
10725         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10726         Also recognize severe Irix et al. messages.
10727         (compilation-normalize-filename, compile-abbreviate-directory):
10728         Delete functions.
10729         (compilation-get-file-structure): New function inherits
10730         functionality of the two preceding ones.
10731         (compilation-internal-error-properties, compilation-fake-loc):
10732         Use it so that different paths to the same file share the same
10733         markers.  Also optimize finding adjacent marker slightly.
10735 2004-04-25  Kim F. Storm  <storm@cua.dk>
10737         * image.el (insert-sliced-image): Add line-spacing t property
10738         to newlines separating image lines.
10740 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
10742         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
10744         * ielm.el (ielm-prompt-read-only): New user option.
10745         (ielm-prompt): Expand docstring to describe new behavior.
10746         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
10747         mention it in the docstring.
10749 2004-04-24  Andreas Schwab  <schwab@suse.de>
10751         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
10753         * diff.el (diff): Set default-directory in diff buffer.
10755 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
10757         * mail/sendmail.el (mail-bury): Don't delete the frame where the
10758         mail was being composed if the terminal cannot display more than
10759         one frame; instead, switch to previous frame.
10761         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
10762         (rmail-start-mail): Support rmail-mail-new-frame even on
10763         terminals that can display only one frame at a time.
10765 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10767         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
10768         (checkdoc-output-font-lock-keywords): Remove error regexp.
10769         (checkdoc-output-mode-map): Remove.
10770         (checkdoc-output-mode): Derive from compilation-mode.
10771         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
10773         * dired.el (dired-mode-map): Add a menu entry for wdired.
10775         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10776         (rx-bracket, rx-check-any, rx-any): Clean up name space.
10778         * wdired.el: (wdired-mode-map): Move init into declaration.
10779         Fix `return' binding.
10780         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10781         Use force-mode-line-update.
10782         (wdired-get-filename): Use `unless'.
10783         (wdired-preprocess-files): Don't assume names have no \n and use / for
10784         dir separator.
10785         (wdired-normalize-filename): Use replace-regexp-in-string.
10786         (wdired-load-hooks): Remove.
10787         (wdired-mode-hooks): Rename to wdired-mode-hook.
10789         * info-look.el: Add support for cfengine-mode.
10790         (info-lookup-setup-mode): Use dolist.
10792 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
10794         * wdired.el: New file.
10796 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10798         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10800         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10801         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10802         (pcomplete--help, pcomplete--here): Doc fixes.
10804 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
10806         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10807         handles wrong-number-of-arguments in backend call.
10809         * vc.el (vc-print-log): Likewise.
10811 2004-04-20  Dave Love  <fx@gnu.org>
10813         * emacs-lisp/rx.el: Doc fixes.
10814         (rx-constituents): Add/extend many forms.
10815         (rx-check): Check form is a list.
10816         (bracket): Defvar.
10817         (rx-check-any, rx-any, rx-check-not): Modify.
10818         (rx-not): Simplify.
10819         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10820         (rx-kleene): Use rx-trans-forms.
10821         (rx-quote-for-set): Delete.
10822         (rx): Allow multiple args.
10824 2004-04-23  Kenichi Handa  <handa@m17n.org>
10826         * international/mule-util.el (char-displayable-p): Simplify by
10827         using internal-char-font.
10829 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10831         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10833 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10835         * diff-mode.el (diff-next-error): New fun.
10836         (diff-mode): Use it.
10838         * simple.el (next-error): Change arg name.
10839         Add support for the documented C-u C-x ` usage.
10841         * frame.el (special-display-popup-frame, next-multiframe-window)
10842         (previous-multiframe-window): Only consider frames on same display.
10844 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
10846         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10847         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10849 2004-04-22  Kim F. Storm  <storm@cua.dk>
10851         * net/telnet.el (telnet): Add optional port arg.
10853 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10855         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10856         Minor sanity check on the `hyperlink' slot.
10858         * Makefile.in (recompile): Compile new files.
10860         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10861         Add byte-recompile-directory's optional `arg'.
10863         * cvs-status.el (cvs-tree-use-charset): New var.
10864         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10865         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10866         (cvs-status-cvstrees): Use it.
10868         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10869         Make it a normal major mode.
10870         (checkdoc-buffer-label): Make sure the file name is meaningful.
10871         (checkdoc-output-to-error-buffer): Remove.
10872         (checkdoc-error, checkdoc-start-section): Rewrite.
10874         * info.el (info-node, info-menu-5, info-xref, info-header-node)
10875         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10876         (Info-title-4-face): Use new syntax.
10877         (info-xref-visited): Inherit from info-xref.
10879         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10881 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10883         * simple.el (next-error-last-buffer, next-error-function):
10884         New variables for the next-error framework.
10885         (next-error-buffer-p): New function.
10886         (next-error-find-buffer): Generalize compilation-find-buffer.
10887         (next-error, previous-error, first-error, next-error-no-select)
10888         (previous-error-no-select): Move from compile.el.
10890         * replace.el (occur-next-error, occur-1): Hook into the next-error
10891         framework.
10893         * progmodes/compile.el (compilation-start):
10894         Set next-error-last-buffer so next-error knows where to jump.
10895         (compilation-setup): Set the buffer-local variable
10896         next-error-function to 'compilation-next-error-function.
10897         (compilation-buffer-p, compilation-buffer-internal-p): Use an
10898         alternate way to find if a buffer is a compilation buffer, for
10899         next-error convenience.
10900         (next-error-no-select, previous-error-no-select, next-error)
10901         (previous-error, first-error): Move to simple.el.
10902         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10903         (compilation-last-buffer): Remove.
10904         (compilation-start, compilation-next-error, compilation-setup)
10905         (compilation-next-error-function, compilation-find-buffer):
10906         Remove compilation-last-buffer use.
10908 2004-04-21  Juanma Barranquero  <lektu@terra.es>
10910         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10911         (font-lock-warning-face): Fix spacing.
10913         * makefile.w32-in (WINS): Add url/ directory.
10915 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
10917         * desktop.el (desktop-buffer-mode-handlers): New variable.
10918         Alist of major mode specific functions to restore a desktop buffer.
10919         (desktop-buffer-handlers): Make variable obsolete.
10920         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10921         Catch errors signaled in handlers.  Update buffer count.
10922         Evaluate desktop-buffer-point.
10923         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10924         move to dired.el.
10925         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10926         move to info.el.
10927         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10928         move to mail/rmail.el.
10929         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10930         to mh-e/mh-e.el.
10931         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10932         On fail, print message (to message buffer) even if
10933         desktop-missing-file-warning is nil.
10934         (desktop-buffer-misc-data-function): New buffer local variable.
10935         Function returning major mode specific data.
10936         (desktop-buffer-misc-functions): Make variable obsolete.
10937         (desktop-save): Use desktop-buffer-misc-data-function.
10938         (desktop-buffer-dired-misc-data): Rename to
10939         dired-desktop-buffer-misc-data and move to dired.el.
10940         (desktop-buffer-info-misc-data): Rename to
10941         Info-desktop-buffer-misc-data and move to info.el.
10942         (desktop-read): Add message about number of buffers restored/failed.
10944         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10945         Add parameters.  Pause to display error only when
10946         desktop-missing-file-warning is non-nil.
10947         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10948         (dired-mode): Bind desktop-buffer-misc-data-function.
10950         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10951         Add Parameters.
10952         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10953         (Info-mode): Bind desktop-buffer-misc-data-function.
10955         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10956         Add Parameters.
10958         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10959         Add Parameters.
10961 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
10963         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10964         the case of letters in case-insensitive expansions when the
10965         abbrev is preceded by characters with letter syntax.
10967 2004-04-21  Richard M. Stallman  <rms@gnu.org>
10969         * progmodes/cperl-mode.el (cperl-putback-char):
10970         Delete Emacs 18 definition.
10972         * international/mule.el (ctext-post-read-conversion):
10973         Use assoc-string, not assoc-ignore-case.
10975         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10977         * emacs-lisp/easymenu.el (easy-menu-add):
10978         Do call x-popup-menu, but only if it's defined.
10980         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10982         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10983         Handle multiple args: compile like progn.
10985         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10986         take all args as &rest arg.
10988         * autoinsert.el (auto-insert-alist): Insert the user's name in
10989         copyright notice, rather than Free Software Foundation.
10991 2004-04-21  Kenichi Handa  <handa@m17n.org>
10993         * descr-text.el (describe-char): Make it work on *Help* buffer.
10995 2004-04-21  Kim F. Storm  <storm@cua.dk>
10997         * image.el (insert-image): Add optional SLICE arg.
10998         (insert-sliced-image): New defun.
11000 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
11002         * subr.el (read-number): Check whether `default' is nil.
11004 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11006         * progmodes/compile.el (compilation-error-properties):
11007         Split into two.
11008         (compilation-internal-error-properties): New one.
11009         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
11011 2004-04-20  Richard M. Stallman  <rms@gnu.org>
11013         * window.el (split-window-save-restore-data):
11014         Don't update the data if OLD-INFO is nil.
11016         * view.el (view-return-to-alist): Mark it permanent local.
11018         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
11020         * recentf.el (recentf-save-list): Catch and warn about errors.
11022         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
11023         so "Buffers" won't be pure.
11025         * help-mode.el (help-mode-finish): Set help-return-alist first
11026         thing, setting only the entry for the selected window.
11028         * help-fns.el (describe-function-1): If many non-control non-meta
11029         keys run the command, don't list all of them.
11031 2004-04-20  Juanma Barranquero  <lektu@terra.es>
11033         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
11034         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
11036         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
11038 2004-04-20  Kenichi Handa  <handa@m17n.org>
11040         * international/quail.el (quail-lookup-key): New optional arg
11041         NOT-RESET-INDICES.
11042         (quail-get-translations): Call quail-lookup-key with
11043         NOT-RESET-INDICES t.
11044         (quail-completion): Likewise.
11045         (quail-lookup-map-and-concat): Likewise.
11047 2004-04-20  Kenichi Handa  <handa@m17n.org>
11049         * international/quail.el (quail-update-translation): Don't insert
11050         such an unsupported multibyte char in a unibyte buffer.
11052 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
11054         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
11055         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
11056         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
11057         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
11058         (gdb-frame-assembler-buffer): Improve behaviour with
11059         multiple frames.
11060         (gdb-display-buffer): Extend search to all visible frames.
11062 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
11064         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
11065         characters left after base64 decoding.
11066         (rmail-decode-region): Use -dos variety of `coding', to remove any
11067         ^M characters left after qp or base64 decoding.
11069 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11071         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
11072         messages.
11074 2004-04-19  Stephen Eglen  <stephen@gnu.org>
11076         * add-log.el (add-change-log-entry): Update doc string to mention
11077         add-log-full-name and add-log-mailing-address.
11079 2004-04-18  Juri Linkov  <juri@jurta.org>
11081         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
11082         (Info-find-node-2): Simplify error message.
11083         (Info-insert-dir): Use Info-following-node-name.
11084         (Info-goto-node): Remove *info-history* and *info-toc*.
11085         (Info-history): Create a node of the virtual history file.
11086         (Info-toc): Create a node of the virtual toc file.
11087         (Info-insert-toc): New arg `curr-file' for reference file names.
11088         (info-apropos): Remove redundant var binding for temp-file.
11089         (Info-index, Info-index-next, Info-mode): Doc fix.
11090         (Info-goto-emacs-command-node): Don't jump to *info* from
11091         non-*info* Info buffers.
11092         (Info-fontify-node): Don't show the file name of external
11093         references if `Info-hide-note-references' is `hide'.  Don't hide
11094         newlines at the end of paragraphs.
11096         * international/mule-diag.el (list-input-methods):
11097         Fix args to help-xref-button.
11099         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
11100         to put into effect local variables from TUTORIAL files.
11102         * textmodes/paragraphs.el (sentence-end) <function>: New fun
11103         with default value taken from the variable `sentence-end'.
11104         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
11105         Add nil const to :type.
11106         (sentence-end-without-period, sentence-end-double-space)
11107         (sentence-end-without-space): Doc fix.
11109         * textmodes/paragraphs.el (forward-sentence):
11110         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
11111         (fill-delete-newlines):
11112         * progmodes/cc-cmds.el (c-beginning-of-statement):
11113         Use function `sentence-end' instead of variable `sentence-end'.
11115 2004-04-18  Andreas Schwab  <schwab@suse.de>
11117         * progmodes/compile.el (compilation-start): Set window start to
11118         point-min if compilation-scroll-output is nil.
11120 2004-04-18  John Wiegley  <johnw@newartisans.com>
11122         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
11124 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
11126         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
11127         (gdb-info-breakpoints-custom): Revert previous change.
11128         (gdb-view-assembler): Update assembler if necessary.
11129         (gdb-frame-handler): Parse correctly for gdb-current-frame.
11130         (gdb-display-source-buffer): Update properly when both source and
11131         assembler are visible.
11133 2004-04-17  John Wiegley  <johnw@newartisans.com>
11135         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
11136         which limits the number of names shown in the minibuffer.  Off by
11137         default.
11138         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
11139         up iswitchb for users with a multitude of open buffers by showing
11140         only the first and last N/2 buffers in the completion list (which
11141         is enough to aid C-s/C-r, and to know that more characters are
11142         needed to refine the completion list).
11144 2004-04-17  Richard M. Stallman  <rms@gnu.org>
11146         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
11147         (file-truename): Expand all ~ constructs directly.
11148         (insert-directory): Delete any error msg output by the
11149         `insert-directory-program'.
11151         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
11152         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
11153         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
11154         (allout-init): Use find-file-hook, not find-file-hooks.
11155         (allout-mode): Eliminate Emacs 18 support.
11156         Use write-contents-functions, not local-write-file-hooks.
11158 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
11160         * progmodes/compile.el (compilation-error-properties): Fix for
11161         adding messages when there are already markers for their file.
11162         (compilation-fake-loc): New function.
11164 2004-04-16  Dave Love  <fx@gnu.org>
11166         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
11167         (python-load-file): Fix python-orig-start setting.
11169         * progmodes/compile.el: Doc fixes.
11170         (compilation-error-regexp-alist-alist)
11171         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
11172         (compilation-assq): Wrap in eval-when-compile.
11173         (compilation-mode-font-lock-keywords): Don't use list*.
11174         (compilation-start): Avoid warning.
11175         (compilation-compat-error-properties)
11176         (compilation-directory-properties): Add keymap property.
11177         (compilation-parsing-end): Make it a marker for better compatibility.
11179         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
11181 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
11183         * xml.el: Doc fixes.
11184         (xml-get-children): Only looks at sub-tags and ignore strings.
11186         * xml.el (xml-parse-tag): Avoid overwriting node-name.
11188 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11190         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
11192 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
11194         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
11196         * vc.el (vc-print-log): Likewise.
11198 2004-04-16  Masatake YAMATO  <jet@gyve.org>
11200         * simple.el (completion-setup-function): Set an initial value
11201         to `element-common-end' before entering loop.  Set a value
11202         to `element-common-end' at the end of loop.
11203         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
11204         (completions-common-part): Rename from completion-de-emphasis.
11205         (completions-first-difference): Rename from completion-emphasis.
11206         Suggested by RMS.
11208 2004-04-16  Juanma Barranquero  <lektu@terra.es>
11210         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
11211         (bookmark-edit-annotation-mode): Add mode name.
11213 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11215         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
11216         for nested conflict markers.
11217         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
11219 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
11221         * progmodes/gdb-ui.el (gdb-goto-info): New function.
11223         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
11225 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11227         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
11228         Give a backtrace if requested.
11230         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
11232         * progmodes/python.el (python-mouse-2-command, python-RET-command):
11233         Remove unused functions.
11234         (python-orig-start-line, python-orig-file): Remove.
11235         (python-orig-start): New var.
11236         (python-input-filter, python-compilation-line-number)
11237         (python-send-region, python-load-file): Use it.
11239         * info.el (info): Always jump to *info*.
11241         * subr.el (posn-set-point): New function.
11243         * mouse.el (mouse-set-point): Use it.
11245         * progmodes/compile.el (compile-goto-error): Use it.
11246         (compilation-button-map): New keymap.
11247         (compilation-error-properties): Use it.
11248         (compilation-shell-minor-mode-map): Don't bind mouse-2.
11250         * smerge-mode.el (smerge-popup-context-menu): Use it.
11252         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
11253         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
11254         mouse and non-mouse case.
11256         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
11257         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
11259         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
11260         Make it work for non-mouse events.
11262         * pcvs-info.el (cvs-status-map): Update binding name.
11264 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
11266         * xml.el (xml-maybe-do-ns): New function to handle namespace
11267         parsing of both attribute and element names.
11268         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
11269         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
11270         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
11271         (xml-parse-attlist): Make it do its own namespace parsing.
11273 2004-04-14  Dave Love  <fx@gnu.org>
11275         * progmodes/python.el (run-python): Fix use of \n.
11276         (python-load-file): Remove `try' from Python fragment.
11277         (python-describe-symbol): Fix message.
11279         * comint.el: Doc fixes.
11280         (comint-last-input-start, comint-last-input-end)
11281         (comint-last-output-start): Give them values.
11282         (comint-arguments): Avoid warning.
11283         (comint-skip-prompt): Use line-end-position.
11284         (comint-backward-matching-input): Rename arg to agree with doc.
11285         (comint-extract-string): Use syntax-ppss.
11286         (comint-dynamic-simple-complete): Delete useless list construction.
11287         (comint-redirect-subvert-readonly): New.
11288         (comint-redirect-preoutput-filter): Use it.
11290         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11291         Correctly handle negative arguments when calling hook functions.
11293 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
11295         * info.el (info-apropos): Don't clobber Info-history-list.
11297 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
11299         * progmodes/compile.el (compilation-setup):
11300         Localize overlay-arrow-position.
11301         (compilation-sentinel): Restructure code equivalently.
11302         (compilation-next-error): Find message on same line after point if
11303         not found before point.
11304         (compile-mouse-goto-error): Restore function so that compilation
11305         buffer need not be current and use compile-goto-error.
11306         (compile-goto-error): Restore function.
11307         (next-error): Set overlay-arrow-position.
11308         (compilation-forget-errors): Don't localize already local
11309         compilation-locs and remove FIXME about refontifying.
11311 2004-04-14  Kim F. Storm  <storm@cua.dk>
11313         * startup.el (emacs-quick-startup): New defvar (set by -Q).
11314         (command-line): New option -Q.  Like -q --no-site-file, but
11315         in addition it also disables menu-bar, tool-bar, scroll-bars,
11316         tool-tips, and the blinking cursor.
11317         (command-line-1): Skip startup screen if -Q.
11318         (fancy-splash-head): Use ":align-to center" prop to center splash image.
11320         * emulation/cua-base.el (cua-read-only-cursor-color)
11321         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
11323 2004-04-13  Dave Love  <fx@gnu.org>
11325         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
11326         (syntax): Don't require.
11327         (python) <defgroup>: Add :version.
11328         (python-quote-syntax): Re-written.
11329         (inferior-python-mode): Move stuff here from run-python and add
11330         some more.
11331         (python-preoutput-continuation, python-preoutput-result)
11332         (python-dotty-syntax-table): New.
11333         (python-describe-symbol): Use them.
11334         (run-python): Move stuff to inferior-python-mode.  Modify code
11335         loaded into Python.
11336         (python-send-region): Use python-proc, python-send-string.
11337         (python-send-string): Send newlines too.  Callers changed.
11338         (python-load-file): Re-written.
11339         (python-eldoc-function): New.
11340         (info-look): Don't require.
11341         (python-after-info-look): New.  A modified version of former
11342         top-level code for use with eval-after-load.
11343         (python-maybe-jython, python-guess-indent): Use widened buffer.
11344         (python-fill-paragraph): Re-written.
11345         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
11346         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
11348 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11350         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
11351         Set compilation-error-regexp-alist earlier.
11353         * progmodes/compile.el (compilation-minor-mode-map)
11354         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
11355         (compile-goto-error): Re-merge the mouse and non-mouse commands.
11357 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11359         * progmodes/compile.el (compile-goto-error): Select the buffer/window
11360         corresponding to the event.
11362 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
11364         * loadup.el: Add cygwin to system-type list, for unexec() support.
11366 2004-04-12  John Paul Wallington  <jpw@gnu.org>
11368         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
11369         (ibuffer-restore-window-config-on-quit): New variable to replace
11370         `ibuffer-delete-window-on-quit'.  Update all references.
11371         (ibuffer-prev-window-config): New variable.
11372         (ibuffer-quit): Restore previous window configuration instead of
11373         deleting window.
11374         (ibuffer): Save window configuration before showing Ibuffer buffer.
11376         * help.el (describe-mode): Doc fix.
11378 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11380         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
11381         not to treat nil as a function.
11383         * vc-arch.el (vc-arch-root): Be a bit more careful.
11384         (vc-arch-register): Save the buffer if we modified it.
11385         (vc-arch-delete-rej-if-obsolete): Save excursion.
11386         (vc-arch-find-file-hook): Use the simpler after-save-hook.
11387         (vc-arch-responsible-p, vc-arch-init-version): New functions.
11389         * net/ldap.el (ldap-search): Use list*.
11391 2004-04-12  Juri Linkov  <juri@jurta.org>
11393         * info.el (Info-follow-reference): Allow multiline reference name.
11395 2004-04-11  Dave Love  <fx@gnu.org>
11397         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
11399         * progmodes/python.el: New file.
11401 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
11403         * vc-hooks.el (vc-arg-list): Function removed.
11404         (vc-default-workfile-unchanged-p): Use condition-case to check for
11405         backward compatibility.
11407         * vc.el (vc-print-log): Use condition-case to check for backward
11408         compatibility.
11410 2004-04-11  Juri Linkov  <juri@jurta.org>
11412         * dired.el (dired-faces): New defgroup.
11413         (dired-header, dired-mark, dired-marked, dired-flagged)
11414         (dired-warning, dired-directory, dired-symlink, dired-ignored):
11415         New faces.
11416         (dired-header-face, dired-mark-face, dired-marked-face)
11417         (dired-flagged-face, dired-warning-face, dired-directory-face)
11418         (dired-symlink-face, dired-ignored-face): New face variables.
11419         (dired-font-lock-keywords): Use them instead of font-lock faces.
11420         Split the rule for dired marks into 3 separate rules: for marks,
11421         marked file names and flagged file names.
11423         * help-mode.el (help-make-xrefs): Add a final newline to the
11424         *Help* buffer.
11426 2004-04-11  John Paul Wallington  <jpw@gnu.org>
11428         * replace.el (occur-engine): Distinguish between one and several
11429         matches in the matches per buffer heading.
11431 2004-04-11  Kim F. Storm  <storm@cua.dk>
11433         * ido.el (ido-confirm-unique-completion): New defcustom.
11434         (ido-complete): Use it.
11435         (ido-write-file): Set it to t unconditionally.
11437 2004-04-10  Miles Bader  <miles@gnu.org>
11439         RCS keyword removal (only non-comment changes are enumerated here):
11441         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
11442         (byte-compile-insert-header): Don't use `byte-compile-version'.
11443         * forms.el (forms-version): Variable removed.
11444         (forms-mode): Don't use `forms-version'.
11445         * recentf.el (recentf-version): Variable removed.
11446         * progmodes/delphi.el (delphi-version): Variable removed.
11447         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
11449 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11451         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
11453 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
11455         * info.el (info-apropos): Improve menu item regexp.
11457 2004-04-09  Simon Josefsson  <jas@extundo.com>
11459         * mail/smtpmail.el: Add comment, based on report by
11460         kdc@rcn.com (Kevin D. Clark).
11462 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11464         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11465         Redo one more thing that I didn't notice Daniel had undone.
11467 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
11469         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
11470         (gdb-goto-breakpoint, gdb-display-buffer)
11471         (gdb-display-source-buffer, gdb-view-source-function)
11472         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
11473         (gdb-source-info, gdb-frame-handler): Don't specify a window
11474         for display.
11475         (gdb-info-breakpoints-custom): Remove superfluous update of
11476         assembler buffer.
11477         (gdb-many-windows): Make settable outside gdb.
11479 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
11481         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
11482         Derive from fundamental-mode rather than text-mode.
11484 2004-04-08  Juri Linkov  <juri@jurta.org>
11486         * info.el (Info-history): Doc fix.
11487         (Info-history-list): New var.
11488         (info-xref): Change magenta4 to blue, remove bold for dark and
11489         light backgrounds, change bold to underline for non-color classes.
11490         (info-xref-visited): New face.
11491         (Info-fontify-visited-nodes): New custom.
11492         (Info-hide-note-references): Add new value `hide'.  Doc fix.
11493         (Info-reference-name): New var.
11494         (Info-selection-hook): New custom.
11495         (Info-edit-mode-hook): New var.
11496         (Info-find-file): New fun.
11497         (Info-find-node): Move part of code to Info-find-file.
11498         (Info-find-node-2): Add anchors to Info-history-list.  Move point
11499         to the place with the reference name if name is defined.
11500         (Info-select-node): Add current node to Info-history-list.
11501         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
11502         (Info-search-whitespace-regexp): New custom.
11503         (Info-search-case-fold): New var.
11504         (Info-search): Add "case-sensitively" to the prompt.
11505         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
11506         (Info-search-case-sensitively, Info-search-next): New fun.
11507         (Info-up): Move point to the menu item of the current node.
11508         (Info-history): New fun.  Add *info-history* to
11509         same-window-buffer-names.
11510         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
11511         (Info-insert-toc): New fun.
11512         (Info-build-toc): New fun.
11513         (Info-follow-reference): Add new arg `fork'.  Doc fix.
11514         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
11515         with the same name prefer the reference closest to point.
11516         (Info-next-reference): Replace * by + in the *Note regexp.
11517         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11518         (Info-prev-reference): Replace * by + in the *Note regexp.
11519         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11520         (Info-follow-nearest-node): Add new arg `fork'.
11521         (Info-try-follow-nearest-node): Add new arg `fork'.
11522         Call browse-url for http:// and ftp:// references.
11523         Set Info-reference-name for index entries.
11524         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
11525         Info-search-next, Info-history, Info-toc, clone-buffer.
11526         (Info-menu-update): Replace * by + in the *Note regexp.
11527         (Info-mode): Add documentation for Info-history, Info-toc,
11528         Info-search-case-sensitively, Info-search-next, clone-buffer.
11529         (Info-fontify-menu-headers): Remove fun.  Move code to
11530         Info-fontify-node.
11531         (Info-fontify-node): Add docstring.  Add local vars
11532         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
11533         then fontify header line, titles, menu headers, http and ftp
11534         references, refill paragraphs.  If not-fontified-p is t or
11535         fontify-visited-p is t then fontify cross references, menu items.
11536         Fontify menu headers.  Fontify http and ftp references.
11537         Change regexp for cross references to require whitespace after *Note,
11538         add matching groups for file and node names.  Remove hack for quote.
11539         Use display property for Info-hide-note-references=t.  Use fifth
11540         or fourth match for help-echo.  Display visited nodes in a
11541         different face.  Unhide file names of external references.
11542         Unhide newlines.  Display visited menu items in a different face.
11544 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11546         * progmodes/compile.el: Require CL.
11547         (compilation-mode-font-lock-keywords): Re-install the "line as
11548         function" patch.
11550         * help-fns.el (help-C-source-directory): New var.
11551         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
11552         (describe-function-1, describe-variable): Use them.
11554         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
11555         to C source files specially.
11557 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11559         * info.el (Info-hide-cookies-node): New function.
11560         (Info-select-node): Use it.
11561         (Info-display-images-node): Remove message with image file name.
11563 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
11565         * progmodes/compile.el (compilation-warning-face)
11566         (compilation-info-face, compilation-skip-threshold)
11567         (compilation-skip-visited, compilation-context-lines):
11568         Declare :version when added to Emacs.
11569         (compilation-error-regexp-alist-alist): Extend caml and irix.
11570         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
11571         (compilation-mode-font-lock-keywords): Temporarily undo line as
11572         function patch, which wasn't ready.
11574 2004-04-07  Kenichi Handa  <handa@m17n.org>
11576         * international/latin1-disp.el (latin1-display-setup): Check each
11577         character is displayable or not instead of calling
11578         latin1-display-check-font.
11580 2004-04-06  Kenichi Handa  <handa@m17n.org>
11582         * language/ethio-util.el (ethio-sera-being-called-by-w3):
11583         New variable.
11584         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
11585         instead of sera-being-called-by-w3.
11586         (ethio-fidel-to-sera-buffer): Likewise.
11587         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
11588         instead of sera-being-called-by-w3.
11589         (ethio-write-file): Likewise.
11591 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11593         * printing.el: Doc fix.
11595 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
11597         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
11598         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
11599         (gdb-setup-windows): Only use separate IO buffer if required.
11601 2004-04-06  Kim F. Storm  <storm@cua.dk>
11603         * term.el (term-is-xemacs): Remove.
11604         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
11605         (term-window-width): New function.
11606         (term-mode, term-check-size): Use it.
11607         (term-mode): Disable overflow-newline-into-fringe in term buffer.
11609 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11611         * cus-edit.el (custom-add-parent-links): Change unbound variable
11612         `symbol' to `name'.
11614 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
11615         * info.el (info-apropos): New function.
11616         (Info-mode-menu): Add it.
11617         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
11619         * help-mode.el (help-make-xrefs): Recognize aliased variable with
11620         inherited docstring.
11622         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
11624 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11626         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
11628         * progmodes/compile.el (font-lock): Don't require any more.
11629         (compilation-error-properties, compilation-start, compilation-sentinel)
11630         (compilation-filter, next-error): Use with-current-buffer.
11631         (compilation-skip-to-next-location, compilation-skip-threshold)
11632         (compilation-skip-visited): Move to silence the byte-compiler.
11633         (compilation-setup): Simplify.
11634         (compilation-next-error): Use line-(beginning|end)-position.
11635         Make sure `pt' is non-nil before using compilation-loop.
11636         (compile-goto-error): Add optional event arg.  Use it.
11637         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
11638         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
11639         Update the binding for mouse-2.
11640         (first-error): Set compilation-current-error to nil rather than bob.
11641         (compilation-parsing-end, compilation-parse-errors-function)
11642         (compilation-error-list, compilation-old-error-list):
11643         "New" compatibility variables.
11644         (compile-buffer-substring, compilation-compat-error-properties)
11645         (compilation-compat-parse-errors, compilation-forget-errors):
11646         New compatibility functions.
11647         (compilation-mode-font-lock-keywords): Use them.
11649 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11651         * autorevert.el (auto-revert-handler): If point (or a window
11652         point) is at the end of the buffer, keep it there after
11653         reverting.  This allows to tail a file.
11654         Mention this in the `Commentary'.
11656         * format.el (format-write-file): Add optional argument CONFIRM
11657         and make it behave like the analogous argument to `write-file'.
11659 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11661         * progmodes/ebnf2ps.el: Doc fix.
11662         (ebnf-version): New version number (4.2).
11663         (ebnf-syntax): Customization and docstring fix.
11664         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
11665         Put autoloaded funs before first use.
11666         (ebnf-style-database): Add dtd entry.
11667         (ebnf-syntax-alist): Add dtd initialization.
11668         (ebnf-token-sequence): New fun.
11669         (ebnf-comment-table): Add new comment action character.
11670         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
11672         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
11673         Type Definition for XML).
11675         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
11676         * progmodes/ebnf-bnf.el (ebnf-sequence):
11677         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
11678         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
11679         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
11680         Code simplification: call ebnf-token-sequence.
11682 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
11684         * calendar/timeclock.el (timeclock-relative)
11685         (timeclock-get-project-function, timeclock-get-workday-function)
11686         (timeclock-query-out, timeclock-when-to-leave)
11687         (timeclock-when-to-leave-string, timeclock-log-data)
11688         (timeclock-generate-report, timeclock-in): Doc fixes.
11690 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11692         * url/: New dir.  Import the URL package from its repository.
11694 2004-04-03  Andreas Schwab  <schwab@suse.de>
11696         * diff-mode.el (diff-mode): Fix missing quote.
11698 2004-04-03  Juri Linkov  <juri@jurta.org>
11700         * descr-text.el (describe-property-list): Add `font-lock-face'.
11702         * dired.el (dired-font-lock-keywords): Fix permission regexps.
11704 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11706         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
11707         Use utf-16le on little endian machines and utf-16be otherwise.
11709 2004-04-02  David Kastrup  <dak@gnu.org>
11711         * net/browse-url.el (browse-url-generic): Use call-process
11712         instead of start-process to allow browsers that fork and detach.
11714 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
11716         * compile.el (compilation-current-error): New var.
11717         (compilation-setup, compile-mouse-goto-error)
11718         (compile-goto-error, next-error): Use it.
11719         (compilation-skip-to-next-location): Default to t, which gives
11720         contiguous skipping like old compile (where this was redundant).
11721         (compilation-next-error): Prevent previous-* commands from moving
11722         back to message at or just before point.
11724 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
11726         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
11727         (gdb-source-info): Don't display source at startup, if required.
11728         (gdb-show-main): New option.
11729         (gdba): Update documentation.
11730         (gdb-source): Cover case of auto-display output.
11732 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
11734         * autorevert.el: Delete obsolete autoload's and defvar's.
11735         (auto-revert-check-vc-info): New user option.
11736         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11737         (auto-revert-handler-vc): Delete.
11738         (auto-revert-handler): Treat return value `fast' of
11739         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
11741         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
11742         return `fast'.
11744         * files.el (buffer-stale-function): Doc change.
11746 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11748         * printing.el: New tip on Tips section.
11749         (pr-version): New version number (6.7.4).
11750         (pr-shell-file-name): Initialization fix.
11752 2004-03-31  Juri Linkov  <juri@jurta.org>
11754         * dired.el: Add autoload for `dired-do-touch'.
11755         (dired-touch-program): New var.
11756         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
11757         (dired-no-confirm): Add `touch' to docstring.
11759         * dired-aux.el (dired-do-touch): New fun.
11760         (dired-do-chxxx): Add argument -t for touch operation.
11762         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
11763         `dired-move-to-filename-regexp'.
11765 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
11767         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
11769 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11771         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
11772         and only if the buffer was modified.
11774 2004-03-30  Kenichi Handa  <handa@m17n.org>
11776         * international/characters.el: Delete pairs for U+2308..U+230B.
11778 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
11780         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11781         to detect the beginning of a level 2 or 3 annotation.
11783 2004-03-29  Kenichi Handa  <handa@m17n.org>
11785         * international/ucs-tables.el (ucs-insert): Fix the error message.
11787 2004-03-29  Kenichi Handa  <handa@m17n.org>
11789         * international/mule-util.el (char-displayable-p): Fix generation
11790         of XLFD file name.
11792         * Makefile.in (setwins, setwins_almost): Change directory to $wd
11793         before finding directories by `find'.
11795 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11797         * subr.el (interactive-form): Delete.  Now implemented in C.
11799         * pcvs.el (cvs-parse-process): Workaround for Darwin.
11801         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11802         (vc-diff-label): New fun.
11803         (vc-diff-internal): Use it.
11805         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11807 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11809         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11811         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11812         specify XML (EBNFX).
11814         * progmodes/ebnf2ps.el: Doc fix.
11815         (ebnf-version): New version number (4.1).
11816         (ebnf-syntax): Adjust customization.
11817         (ebnf-style-database): Add ebnfx entry.
11818         (ebnf-syntax-alist): Add ebnfx initialization.
11819         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11821         * printing.el: Doc fix.
11822         (pr-version): New version number (6.7.3).
11823         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11824         returns nil for mouse position.  Reported by Drew Adams
11825         <drew.adams@oracle.com>.
11826         (pr-update-menus): Modify interactive declaration.  Reported by Drew
11827         Adams <drew.adams@oracle.com>.
11829 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
11831         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11832         (gud-gdba-marker-filter): Log the process input and output, if
11833         required.  From Stefan Monnier.
11834         (gdb-debug-log, gdb-enable-debug-log): New variables.
11835         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11837 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11839         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11840         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11842 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
11844         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11845         Call vc-find-file-hook here instead of in auto-revert-buffers.
11846         (auto-revert-buffers): Delete call to vc-find-file-hook.
11847         (auto-revert-verbose, global-auto-revert-non-file-buffers)
11848         (global-auto-revert-mode, auto-revert-set-timer)
11849         (auto-revert-handler, auto-revert-buffers): Doc fixes.
11851 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11853         * woman.el (woman-change-fonts): Rename local variable
11854         woman-font-alist to font-alist to avoid a compiler warning.
11856 2004-03-27  Dave Love  <fx@gnu.org>
11858         * emacs-lisp/rx.el (rx): Doc fix.
11859         Fix copyright years.
11861         * strokes.el (strokes-global-set-stroke-string): New function.
11862         (strokes-list-strokes): Cope with strings, not just commands.
11863         Set foreground colour of image.
11864         (strokes-global-set-stroke): Doc fix.
11866 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
11868         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11869         Auto Revert mode.
11870         (Buffer-menu-files-only): New variable.
11871         (Buffer-menu-toggle-files-only): New function.
11872         (Buffer-menu-mode-map): Bind it to `T'.
11873         (Buffer-menu-mode): Mention `T' in docstring.
11874         Set buffer-stale-function.
11875         (list-buffers-noselect): Mark buffer non-modified and set
11876         Buffer-menu-files-only.
11878         * dired.el (buffer-stale-function): Remove no longer needed defvar.
11880         * autorevert.el (auto-revert-handler): Print revert message
11881         before, rather than after, reverting.
11882         (buffer-stale-function): Move to files.el.
11884         * files.el (buffer-stale-function): Move here from autorevert.el.
11886 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11888         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11890         * calc/calc.el (calc-mode-map): Use mapc.
11892         * apropos.el (apropos-mode): Don't autoload.
11893         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
11894         (apropos): Use it.
11895         (apropos-print): Add optional `text' argument.
11896         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11897         Don't assume point-min == 1.
11899         * bs.el (bs-buffer-list): Use buffer-local-value.
11900         (bs--set-toggle-to-show): Use with-current-buffer.
11902         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11903         New funs.
11904         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
11906         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11908         * dabbrev.el (dabbrev-expand): Fix regexp construction.
11909         (dabbrev--find-expansion): Use pop.
11910         (dabbrev--search): Use match-string-no-properties.
11912         * dired.el (dired-mode): Use run-mode-hooks.
11913         (dired-move-to-end-of-filename): Use match-string.
11915         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11916         is bound before using it.
11917         (ediff-verbose-p): Make it into a var since it's not constant.
11919         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11921         * faces.el (read-face-font): Don't cons up unnecessarily.
11922         (header-line, tool-bar): Share common parts.
11924         * files.el (file-relative-name): Use compare-strings.
11926         * finder.el (finder-mode): Follow coding convention.
11928         * subr.el (read-number): New function.
11930         * ses.el (ses-read-number): Move to subr.el.
11931         (ses-set-header-row): Use read-number.
11933 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
11935         * vc-hooks.el (vc-arg-list): New function, which handles both
11936         compiled and uncompiled code.
11937         (vc-default-workfile-unchanged-p): Use it.
11939         * vc.el (vc-print-log): Undo prev change, use new function
11940         vc-arg-list from vc-hooks.el.
11942 2004-03-26  Masatake YAMATO  <jet@gyve.org>
11944         * simple.el (completion-setup-function): Emphasize the
11945         first uncommon characters in the completions; and de-emphasize
11946         the common prefix substrings.
11947         (completion-emphasis): New face.
11948         (completion-de-emphasis): New face.
11950 2004-03-25  Juanma Barranquero  <lektu@terra.es>
11952         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11953         Comment out (it's unused and unfinished code).
11955 2004-03-25  Sam Steingold  <sds@gnu.org>
11957         * vc.el (vc-print-log): Fix a bug in the last patch:
11958         backend-function may be a byte-compiled object, not a lambda.
11960 2004-03-25  Juri Linkov  <juri@jurta.org>
11962         * descr-text.el (describe-property-list): Add a button
11963         for `face' property that calls `describe-face'.
11964         Suggested by luis fernandes <elf@ee.ryerson.ca>
11966         * international/mule.el (keyboard-coding-system):
11967         * kmacro.el (kmacro-call-macro): Fix docstring.
11969         * dired.el: Fix comments.
11971         * textmodes/fill.el (fill): Fix Info link.
11973         * font-lock.el (fast-lock, lazy-lock):
11974         * jit-lock.el (jit-lock): Remove links to removed Support Modes
11975         Info node.
11977         * eshell/eshell.el (eshell): Fix broken info-link.
11979         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11980         * eshell/em-banner.el (eshell-banner):
11981         * eshell/em-smart.el (eshell-smart):
11982         * eshell/esh-cmd.el (eshell-cmd):
11983         Comment out broken info-links to incomplete Info manual.
11985         * info-xref.el: Fix commentary.
11987 2004-03-25  Kevin Ryde  <user42@zip.com.au>
11989         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11990         Remove spurious node duplicate suppression, doesn't work, not wanted.
11991         (info-xref-output): Take format style args, add "sit-for 0" to let
11992         user see the results as they progress.
11993         (info-xref-check-all-custom): New function.
11995 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
11997         * gdb-ui.el: Moved to progmodes.
11999 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
12003 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12005         * calendar/appt.el (appt-check): Remove superfluous progn.
12006         When finished with diary buffer: if it was not being displayed
12007         before, kill it; otherwise restore its original state.
12008         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
12010         * calendar/calendar.el (calendar-set-mode-line): Use total
12011         available mode-line width, rather than frame-width.
12013         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
12014         after mode change so effect not lost.
12016 2004-03-23  Dave Love  <fx@gnu.org>
12018         * dired.el (dired) <defgroup>: Add link to manual.
12019         (dired-font-lock-keywords): Add highlighting on unusual permissions.
12020         (dired-revert): Use dolist.
12021         (dired-mode-map): Add U binding.
12022         (dired-mode): Add font-lock-beginning-of-syntax-function.
12023         (dired-garbage-files-regexp): Make it a defcustom.
12025 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12027         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
12028         is equivalent to nil.
12029         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
12030         (vc-arch-mode-line-string): Accept `added' state.
12031         (vc-arch-state): Use inode-sigs if available.
12032         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
12033         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
12034         (vc-arch-tagline-re): New var.
12035         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
12036         New functions.
12037         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
12038         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
12040         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
12041         (vc-file-not-found-hook): Use it.
12043         * diff-mode.el (diff-default-read-only): Change default.
12044         (diff-mode-hook): Make it a defcustom.  Add some options.
12045         (diff-mode-map): Bind diff-refine-hook.
12046         (diff-yank-handler): New var.
12047         (diff-yank-function): New fun.
12048         (diff-font-lock-keywords): Use them.
12049         (diff-end-of-file): Handle case where file-header looks like diff text.
12050         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
12051         (diff-file-kill): Delete a subsequent empty line, if applicable.
12052         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
12053         (diff-find-file-name): Use it.
12054         (diff-tell-file-name): New command.
12055         (diff-mode): Be careful with view-mode.
12056         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
12057         New functions, for use in diff-mode-hook.
12058         (diff-find-source-location): Catch "regex too large" errors.
12059         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
12060         (diff-refine-hunk): New command.
12062         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
12063         (smerge-context-menu-map): Remove unused var.
12064         (smerge-keep-all): Preserve markers.
12065         (smerge-keep-n): New fun.
12066         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12067         (smerge-keep-current, smerge-ediff): Use it.
12068         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
12069         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
12070         (smerge-resolve): Resolve trivial 3-part conflicts.
12072 2004-03-23  Juri Linkov  <juri@jurta.org>
12074         * man.el (Man-width): New var.
12075         (Man-getpage-in-background): Use it.
12076         (Man-support-local-filenames): New var and fun.
12077         (Man-build-man-command): Don't add a second %s.
12078         (Man-fontify-manpage): Clean up message.
12079         (Man-mode): Set outline-regexp, outline-level,
12080         imenu-generic-expression.
12082         * woman.el (woman-fill-frame): Doc fix.
12083         (woman-decode-region): Use window-width instead of frame-width.
12085         * abbrevlist.el (list-one-abbrev-table):
12086         * descr-text.el (describe-char):
12087         * international/mule-diag.el (describe-current-coding-system):
12088         * international/quail.el (quail-insert-decode-map):
12089         Use window-width instead of frame-width.
12091         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
12092         (jka-compr-mode-alist-additions): Add tbz.
12093         (jka-compr-write-region, jka-compr-insert-file-contents):
12094         Add message for undefined compress-program.
12095         (jka-compr-write-region): Remove redundant var bindings.
12097         * dired-x.el (dired-guess-shell-alist-default): Add choices for
12098         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
12099         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
12100         (dired-man): Use dired-guess-shell-command.
12101         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
12102         Change default nil to t.
12104         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
12105         (dired-compare-directories): Add default value for empty input.
12107         * help-at-pt.el: Move suggestions for key bindings to Commentary.
12109         * time.el (display-time-string-forms): Fix help-echo date format.
12111 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
12113         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
12114         (buffer-stale-function): New variable.
12115         (auto-revert-list-diff, auto-revert-dired-file-list)
12116         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
12117         (auto-revert-handler): Take over some functionality of deleted
12118         functions.
12119         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
12121         * dired.el (dired-directory-changed-p): New fun, extracted from
12122         dired-internal-noselect.
12123         (dired-buffer-stale-p): New fun.
12124         (dired-internal-noselect): Use dired-directory-changed-p.
12125         Eliminate revert messages.
12126         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
12128 2004-03-23  Kenichi Handa  <handa@m17n.org>
12130         * international/characters.el: Setup syntaxes for more parentheses
12131         Unicode characters.
12133         * international/mule-cmds.el (select-safe-coding-system):
12134         Merge coding-system and auto-cs before comparing them.
12136 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12138         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
12140         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12141         normal-auto-fill-function and comment-indent-function.
12142         The default values now work just as well.
12143         Don't set font-lock-beginning-of-syntax-function since we already set
12144         syntax-begin-function.
12145         (lisp-outline-level): Put ;;;###autoload at same level as (.
12146         (prin1-char): Quote special chars.
12148         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
12149         than with-no-warnings.
12151         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
12152         if the source location can't be found.
12153         (edebug-compute-previous-result): Use prin1-char.
12155         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
12156         (debug-ignored-errors): Add an entry.
12158         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
12159         (byte-compile-file): Output warning when deleting a file.
12161         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
12162         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
12164         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
12165         (byte-compile-inline-expand): Use backquote.
12166         (byte-optimize-pure-func): Rename from byte-optimize-concat.
12167         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
12169         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
12171         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
12173 2004-03-22  Juri Linkov  <juri@jurta.org>
12175         * finder.el (finder-known-keywords): Fix data, tex, unix.
12177         * play/landmark.el: Fix keywords.
12179         * language/ethio-util.el (ethio-find-file): Doc fix.
12181         * emacs-lisp/warnings.el: Doc fix.
12183         * textmodes/ispell.el (ispell-help): Doc fix.
12185 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
12187         * format.el (format-insert-file): Always return a list of two
12188         elements, like insert-file-contents does.
12190 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
12192         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
12193         and vc-BACKEND-diff.
12194         (vc-print-log): If the print-log implementation supports it, use
12195         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
12196         (vc-version-diff, vc-diff-internal): Doc fixes.
12198         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
12199         implementation supports it, let diff output go to *vc*,
12200         not *vc-diff*, since this is an internal call.
12202         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
12204         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
12206         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
12208 2004-03-21  Dave Love  <fx@gnu.org>
12210         * progmodes/cfengine.el (cfengine-mode):
12211         Set parse-sexp-ignore-comments.
12213         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
12215 2004-03-21  Juanma Barranquero  <lektu@terra.es>
12217         * allout.el (allout-mode): Fix docstring.
12219 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
12221         * files.el (insert-directory): Fix bug if SWITCHES is a list.
12223         * autorevert.el (auto-revert-interval): Make new value take
12224         effect immediately when set through Custom.
12225         (auto-revert-set-timer): Add interactive declaration.
12227 2004-03-19  David Ponce  <david@dponce.com>
12229         * ruler-mode.el (ruler-mode-header-line-format-old):
12230         Don't `make-variable-buffer-local'.
12231         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
12232         (ruler-mode-header-line-format): Simply funcall the above.
12233         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
12234         to save/restore a previous header line format.
12235         (ruler-mode-space): Don't depend on a numeric WIDTH value.
12236         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
12237         fringes and margins width.
12238         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
12240 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12242         * log-edit.el (log-edit-font-lock-keywords): Typo.
12244         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
12245         (tex-send-tex-command): Rather than here.
12246         (tex-compilation-parse-errors): Simplify.
12248         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
12250         * time.el (display-time-string-forms): Add help-echo with date on time.
12252         * composite.el (compose-region): Use restore-buffer-modified-p.
12254         * disp-table.el (standard-display-8bit): Simplify.
12256         * server.el (server-process-filter): Delete temp frame.
12258         * add-log.el (add-change-log-entry): Simplify.
12260 2004-03-19  Kim F. Storm  <storm@cua.dk>
12262         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
12263         (hexl-follow-line): Don't require 'fringe.
12265         * progmodes/compile.el (compilation-start): Always set
12266         compilation-last-buffer and return it.
12268 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12270         * simple.el (clone-buffer): Doc fix.
12272 2004-03-18  Juanma Barranquero  <lektu@terra.es>
12274         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
12276 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12278         * log-edit.el (log-edit-font-lock-keywords): New var.
12279         (log-edit-mode): Use it.
12281 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
12283         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
12284         properly for watching in speedbar.
12286 2004-03-17  Masatake YAMATO  <jet@gyve.org>
12288         * smerge-mode.el (smerge-popup-context-menu):
12289         Put `unwind-protect' around `overlay-put' and `popup-menu'.
12291 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12293         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
12294         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
12295         Take sealed revisions into account.
12296         (vc-arch-checkin): Extract a summary line from the message.
12298 2004-03-16  Masatake YAMATO  <jet@gyve.org>
12300         * register.el (register): Provide `register' feature.
12302 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12304         Added context menu support in smerge mode.
12305         Most of the part is written by Stefan Monnier.
12307         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
12308         New keymap and menu.
12309         (smerge-text-properties): New function.
12310         (smerge-remove-props): New function.
12311         (smerge-popup-context-menu): New function.
12312         (smerge-resolve): Call `smerge-remove-props'.
12313         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
12314         (smerge-keep-current): Ditto.
12315         (smerge-kill-current): New function.
12316         (smerge-match-conflict): Put text properties.
12317         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
12319 2004-03-15  David Ponce  <david@dponce.com>
12321         * ruler-mode.el: (ruler-mode-left-fringe-cols)
12322         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
12323         (ruler-mode-right-scroll-bar-cols): Remove.
12324         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
12325         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
12326         Use fringe-columns and scroll-bar-columns.
12328 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12330         * hl-line.el (hl-line-range-function): New variable.
12331         (hl-line-move): New function.
12332         (global-hl-line-highlight): Use `hl-line-move'.
12333         (hl-line-highlight): Ditto.
12335         * scroll-bar.el (scroll-bar-columns):
12336         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
12338         * ruler-mode.el (top-level): Require scroll-bar and fringe.
12339         (ruler-mode-left-fringe-cols)
12340         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
12341         (ruler-mode-right-scroll-bar-cols)
12342         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
12343         (ruler-mode-ruler-function): New variable.
12344         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
12345         if the value for `ruler-mode-ruler-function'is given.
12347         * hexl.el (hexl-mode-hook): Make the hook customizable.
12348         (hexl-address-area, hexl-ascii-area): New customize variables.
12349         (hexlify-buffer): Put font-lock-faces on the address area and
12350         the ascii area.
12351         (hexl-activate-ruler): New function.
12352         (hexl-follow-line): New function.
12353         (hexl-highlight-line-range): New function.
12354         (hexl-mode-ruler): New function.
12356 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12358         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
12359         (vc-default-find-file-hook): New fun.
12360         (vc-find-file-hook): Call new find-file-hook operation.
12362         * vc-arch.el: New file.
12364 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
12366         * info-look.el (info-lookup): Reuse an existing Info window.
12368 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12370         * woman.el (woman-preserve-ascii): Default value changed to t and
12371         doc string revised.
12373 2004-03-12  Richard M. Stallman  <rms@gnu.org>
12375         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12376         Fix minor bug.
12378         * replace.el (occur-engine): Change message for count of matches.
12380         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
12381         For strings, do compare text properties.
12383 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
12385         * progmodes/compile.el (compile-auto-highlight)
12386         (compilation-error-list, compilation-old-error-list)
12387         (compilation-parse-errors-function, compilation-parsing-end)
12388         (compilation-error-message, compilation-directory-stack)
12389         (compilation-enter-directory-regexp-alist)
12390         (compilation-leave-directory-regexp-alist)
12391         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
12392         (compilation-current-file, compilation-regexps): Remove vars.
12394         (compile-error-at-point, compilation-error-filedata)
12395         (compilation-error-filedata-file-name, compile-reinitialize-errors)
12396         (compilation-next-error-locus, compilation-forget-errors)
12397         (count-regexp-groupings, compilation-parse-errors)
12398         (compile-collect-regexps, compile-buffer-substring): Remove funs.
12400         (compile-internal): Make obsolete.
12402         (compilation-first-column, compilation-error)
12403         (compilation-directory-matcher, compilation-page-delimiter)
12404         (compilation-mode-font-lock-keywords, compilation-debug)
12405         (compilation-error-face, compilation-warning-face)
12406         (compilation-info-face, compilation-line-face)
12407         (compilation-column-face, compilation-enter-directory-face)
12408         (compilation-leave-directory-face, compilation-skip-threshold)
12409         (compilation-skip-visited, compilation-context-lines): New vars.
12411         (compilation-warning-face, compilation-info-face)
12412         (compilation-message-face): New faces.
12414         (compilation-error-regexp-alist-alist): New constant.
12416         (compilation-face, compilation-directory-properties)
12417         (compilation-assq, compilation-error-properties, compilation-start)
12418         (define-compilation-mode, compilation-loop)
12419         (compilation-set-window): New functions.
12421         (compile): Additional argument for interactive compiles like TeX.
12423         * progmodes/grep.el (kill-grep): Move here from compile.el
12424         (grep-error, grep-hit-face, grep-error-face)
12425         (grep-mode-font-lock-keywords): New variables.
12426         (grep-regexp-alist): Simplify regexp and add `binary' case.
12427         (grep-mode): New mode.
12428         (grep-process-setup): Simplify.
12430 2004-03-11  Jason Rumney  <jasonr@gnu.org>
12432         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
12433         letters on DOS/Windows.
12435 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12437         * server.el (server-name): New var.
12438         (server-socket-dir): New var to replace server-socket-name.
12439         (server-start): Use them.
12441 2004-03-11  Simon Josefsson  <jas@extundo.com>
12443         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
12444         died to avoid infloop.  Reported by Jonathan Glauner
12445         <jglauner@sbum.org>.
12447 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
12450         (smerge-mode-menu): Use it to deactivate menu entries.
12451         (smerge-keep-current): New fun.
12452         (smerge-keep-current): Use it.
12454 2004-03-10  John Paul Wallington  <jpw@gnu.org>
12456         * foldout.el (foldout-fold-list, foldout-modeline-string):
12457         Declare them as variables, not constants.
12459 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12461         * ps-print.el: Modification to print *Messages* buffer.
12462         (ps-print-version): New version 6.6.4.
12463         (ps-message-log-max): New fun.
12464         (ps-spool-without-faces, ps-spool-with-faces)
12465         (ps-count-lines-preprint): Code fix.
12467         * printing.el: New tips in Tips section.
12469 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12471         * delim-col.el: Doc fix.
12473         * printing.el: Doc fix.  New doc section (Tips).
12475 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12477         * type-break.el (type-break-emacs-variant): Remove.
12478         (type-break-run-at-time, type-break-cancel-function-timers):
12479         Use fboundp rather than version name and number.
12481 2004-03-09  Masatake YAMATO  <jet@gyve.org>
12483         * hexl.el (hexl-mode): Use `make-local-variable' instead of
12484         `make-variable-buffer-local'.
12486 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
12488         * find-dired.el (find-dired): Call `shell-command' instead of
12489         `start-process-shell-command'.  By this, Tramp takes over
12490         handling of remote directories.
12492 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * newcomment.el (comment-use-global-state): New var.
12495         (comment-search-forward): Use it.
12497         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
12499         * cus-edit.el (fill) <defgroup>: Move to fill.el.
12501         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
12502         (enable-kinsoku): Make it a defcustom.
12503         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
12504         paragraph to same-comment-start-marker.
12506 2004-03-07  Dave Love  <fx@gnu.org>
12508         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
12509         (browse-url-mail): Use it.
12511         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
12512         (rfc2368-unhexify-string): Use replace-regexp-in-string.
12514 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12516         * woman.el (woman-man.conf-path): Doc fix.
12517         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
12519 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
12521         * sort.el (sort-columns): Remove ms-dos from the list of systems
12522         where the external `sort' command is not used.
12524 2004-03-07  Kim F. Storm  <storm@cua.dk>
12526         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
12527         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
12528         from overlay-arrow-variable-list.
12529         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
12531 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
12533         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
12534         overlay arrow string properly for the assembler buffer.
12536 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * mail/sendmail.el (mail-mode): Fix last change.
12540 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
12542         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
12543         for the assembler buffer.
12544         (gdb-assembler-custom): Position the overlay arrow.
12545         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
12547 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12549         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
12551         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
12552         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
12554         * mail/sendmail.el (mail-mode): Set comment-start-skip.
12556         * newcomment.el (uncomment-region): Allow non-terminated comment.
12557         (comment-normalize-vars): Check the user-specified comstart marker.
12559 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12561         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
12562         Otherwise, do use it if the region only contains font-lock text
12563         properties.
12565 2004-03-04  Masatake YAMATO  <jet@gyve.org>
12567         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
12568         as the callback function for eldoc.
12569         (hexl-print-current-point-info): New function.
12570         (hexl-current-address): Print the address in both decimal
12571         and hexadecimal format.
12573 2004-03-04  Richard M. Stallman  <rms@gnu.org>
12575         * mail/rmail.el (rmail-convert-to-babyl-format):
12576         Specify t for UNIBYTE when calling mail-unquote-printable-region.
12578         * mail/mail-utils.el (mail-unquote-printable-region):
12579         New arg UNIBYTE.
12581         * startup.el (command-switch-alist): Doc fix.
12583         * simple.el (undo): Temporarily set this-command to `undo-start',
12584         then set it to `undo' once undo-start returns without error.
12586         * simple.el (minibuffer-history-sexp-flag): Doc fix.
12588         * simple.el (kill-line): Don't disregard trailing whitespace
12589         in eol condition, if show-trailing-whitespace is set.
12591         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
12592         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
12593         When disabling, restore old values only if mouse-sel-has-been-enabled.
12595         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
12596         (isearch-{-char): New function.
12597         (isearch-mode-map): Bind { to isearch-{-char.
12599         * font-lock.el (lisp-font-lock-keywords-2):
12600         Turn off the CL with-... and do-... general patterns.
12601         Instead, recognize several specific with... and do... constructs.
12603         * files.el (switch-to-buffer-other-window):
12604         Bind same-window-buffer-names and same-window-regexps to nil.
12605         (switch-to-buffer-other-frame): Likewise.
12607 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
12610         recognizing leading comment on code line.
12612 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12614         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
12615         hidden files/directories.
12617 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12619         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
12620         only comment-start (in case the mode hasn't set it).
12622         * Makefile.in (AUTOGENEL): New var.
12623         (bootstrap-prepare): Rename from bootstrap-clean.
12624         Don't remove elc files.
12625         (maintainer-clean): New target.
12627         * xml.el (xml-get-attribute-or-nil): Simplify.
12629 2004-03-02  Juri Linkov  <juri@jurta.org>
12631         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
12632         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
12633         URL to prevent their substitution with the environment variable
12634         values by browsers.
12636 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12638         * ps-print.el: Doc fix.
12639         (ps-print-version): New version number (6.6.3).
12640         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
12641         Docstring fix.
12642         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
12643         before printing.
12644         (ps-time-stamp-yyyy-mm-dd): New fun.
12645         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
12647 2004-03-02  Kim F. Storm  <storm@cua.dk>
12649         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
12651 2004-03-01  Juanma Barranquero  <lektu@terra.es>
12653         * allout.el (allout-rebullet-heading): Fix typo in docstring.
12655         * desktop.el (desktop-file-version)
12656         (desktop-after-read-hook): Fix typos.
12657         (desktop-clear-preserve-buffers): Remove redundant info in
12658         docstring already shown by the obsolescence message.
12659         (desktop-truncate, desktop-internal-v2s)
12660         (desktop-value-to-string): Change argument name to match docstring.
12662         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
12664         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
12665         docstring.
12667 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12669         * printing.el: Replace "As Is..." in PostScript file print/preview by
12670         "No Preprocessing...".  Suggested by Colin Marquardt
12671         <_marquardt_@zmd.de>.
12672         (pr-insert-section-4): Adjust buffer interface.
12674 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
12676         Version 2.0.39 of Tramp released.
12678         * net/tramp.el (tramp-handle-file-local-copy)
12679         (tramp-handle-write-region, tramp-open-connection-rsh):
12680         Variable name typo.  Small change.  From Patrick Tullmann
12681         <tullmann@flux.utah.edu>.
12682         (tramp-process-connection-type): New variable.
12683         (tramp-maybe-open-connection): Use it.
12684         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
12685         (tramp-touch): Set last-modified time of a remote file.
12686         (tramp-handle-write-region): Say which function is used when encoding.
12688 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
12690         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
12691         case of non-existing filename, too.  Reported by Christoph Bauer
12692         <c_bauer@informatik.uni-kl.de>.
12693         (tramp-smb-get-file-entries): The directory in question should
12694         have permissions "drwxrwxrwx".  Just virtual, because we don't
12695         know the real permissions.  Don't we know?
12696         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
12697         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
12698         (tramp-smb-wait-for-output): Optimize algorithm getting pending
12699         output.  If it was received chunkwise, there have been problems.
12700         Remove the "prompt not found" error message; it is obvious.
12701         Simplify algorithm.
12702         (tramp-smb-process-running): Remove.  Since we acknowledge the
12703         virtual prompt for shares, there's no need for distinction of
12704         reading shares (process ends afterwards) and interactive mode of
12705         smblient.
12706         (tramp-smb-open-connection): Setting process sentinel removed.
12707         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
12708         "NT_STATUS_NETWORK_ACCESS_DENIED".
12709         (tramp-smb-maybe-open-connection): Set `process-connection-type'
12710         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
12711         (top-level): Setting default value in `tramp-default-method-alist'
12712         corrected.  Order of USER and HOST have been wrong.
12713         Nobody complained for months ...
12714         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
12715         (tramp-smb-open-connection): Clear password cache if login has failed.
12717         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
12718         `tramp-unified-filenames'.
12719         (tramp-completion-mode): Make test for XEmacs explicitely.
12720         `event-to-character' can exists in Emacs packages too.
12721         Reported by Matt Swift <swift@alum.mit.edu>.
12722         (tramp-buffer-name): Buffer name must contain the user if exists.
12723         Reported by Adrian Phillips <a.phillips@met.no>.
12724         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
12725         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
12726         (tramp-do-copy-or-rename-file-out-of-band): Rename from
12727         `tramp-do-copy-or-rename-file-one-local', because it handles also
12728         the case both files use the same out-of-band method.
12729         Implementation added.
12730         (tramp-handle-file-local-copy, tramp-handle-write-region):
12731         Out-of-band handling removed.  `copy-file' called instead, which
12732         calls `tramp-do-copy-or-rename-file-out-of-band'.
12733         (tramp-action-password): Check for out-of-band method removed.
12734         This function is used for 'login-program.
12735         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
12736         appropriate.
12737         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
12738         and `tramp-parse-sknownhosts'.
12739         (tramp-completion-function-alist): It's a defvar now, because we
12740         want to apply the optimized `tramp-set-completion-function'
12741         instead of a static list.
12742         (tramp-set-completion-function): Implementation tuned.
12743         Avoid double entries, and entries where the function or the
12744         file/directory doesn't exist.
12745         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
12746         for SSH2.
12747         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
12748         (tramp-handle-dired-compress-file): New function.
12749         (tramp-async-proc): New variable.
12750         (tramp-handle-shell-command): Adding asynchronous processes.
12751         They are far from being perfect, but it works at least for
12752         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
12753         (top-level): Require password.el if visible.  Should be mandatory
12754         once No Gnus has found its way into (X)Emacs.
12755         (tramp-read-passwd): Invoke `password-read' if available,
12756         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
12757         fallback any longer.
12758         (tramp-clear-passwd): New function.
12759         (tramp-process-actions, tramp-process-multi-actions):
12760         Clear password cache if login has failed.
12762         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
12763         its own module.
12764         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
12765         `ange-ftp-ftp-name-res'.  There could be incorrect values from
12766         previous calls in case the "ftp" method is used in the Tramp file
12767         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12769 2004-02-28  Richard M. Stallman  <rms@gnu.org>
12771         * term.el (term-mouse-paste): Call mouse-set-point.
12773         * thumbs.el: New file.
12775 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12777         * progmodes/ebnf-abn.el: Doc fix.
12779         * progmodes/ebnf-bnf.el: Doc fix.
12780         (ebnf-repeat): Code fix.
12782         * progmodes/ebnf2ps.el: Doc fix.
12783         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
12785 2004-02-28  Juri Linkov  <juri@jurta.org>
12787         * ffap.el (dired-at-point): Additional writability test for
12788         relative directory names.
12789         (dired-at-point-prompter): Treat directories as a directory, get
12790         the directory component from files.
12791         (ffap-string-at-point): Return string from region if region is active.
12792         (ffap-file-at-point): Remove redundant code.
12794 2004-02-28  Kim F. Storm  <storm@cua.dk>
12796         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
12797         Initialize margin area images to nil.
12798         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12799         (breakpoint-enabled-bitmap-face)
12800         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12801         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12802         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12803         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12804         (gdb-reset): Use gdb-remove-breakpoint-icons.
12805         (gdb-put-string): Add dprop arg to specify alternative display
12806         property (for setting fringe bitmap).
12807         (gdb-remove-strings): Doc fix.
12808         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12809         icon in fringe (if available), or else as icon or text in display
12810         margin.  Creates necessary icons in breakpoint-bitmap,
12811         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12812         Also make left window margin if required.
12813         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12814         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
12815         no longer needed.
12816         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12817         gdb-put-breakpoint-icon.
12818         (gdb-assembler-mode): Don't set left-margin-width here.
12820 2004-02-27  Kevin Ryde  <user42@zip.com.au>
12822         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12823         comma, so that it DTRT in macros.
12825 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12827         * progmodes/sh-script.el (sh-shell-arg)
12828         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12829         (sh-leading-keywords, sh-other-keywords): Fix custom type.
12831 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
12833         * faces.el (face-spec-set-match-display): Add a new attribute,
12834         `min-colors'.
12835         (region, highlight, secondary-selection): Use `min-colors'.
12837         * custom.el (defface): Add documentation for `min-colors'.
12839         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12840         (font-lock-keyword-face, font-lock-function-name-face)
12841         (font-lock-variable-name-face, font-lock-constant-face):
12842         Use `min-colors'.
12844         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12846 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12848         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
12849         define assq-delete-all if it's not defined.
12850         (ebnf-generate-region): Code fix.
12852         * printing.el: Doc fix.
12853         (pr-version): New version number (6.7.2).
12854         (pr-command): Return empty string if command is an empty string.
12856 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12858         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12860         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
12861         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12862         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
12863         "tt" ["test"] ).  Reported by Markus Dreyer
12864         <mdreyer@ix.urz.uni-heidelberg.de>.
12865         (ebnf-version): New version number (4.0).
12866         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12867         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12868         (ebnf-delete-style): New commands.
12869         (ebnf-directory, ebnf-file): New funs.
12870         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12871         (ebnf-production-name-p, ebnf-stop-on-error): New options.
12872         (ebnf-syntax-alist): New var.
12873         (ebnf-element-width): New fun replacing ebnf-list-width.
12874         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12875         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12876         (ebnf-prologue): Adjust vars.
12877         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12878         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12879         (ebnf-check-style-values, ebnf-generate-production)
12880         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12881         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12882         (ebnf-token-repeat): Code fix.
12884         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
12885         %right, %left and %prec.  Suggested by Matthew K. Junker
12886         <junker@alum.mit.edu>.
12887         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12889         * progmodes/ebnf-iso.el: Doc fix.
12890         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12891         (ebnf-iso-lex): Code fix.
12893         * progmodes/ebnf-bnf.el: Doc fix.
12894         (ebnf-bnf-lex): Code fix.
12896         * progmodes/ebnf-otz.el: Doc fix.
12898 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12900         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
12901         (abbrev-prefix-mark): Doc fix.
12903 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
12905         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12906         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12907         (gdb-var-delete): Make interactive (really).
12908         (gdb-edit-value): Make non-interactive.
12910         * progmodes/gud.el (gud-speedbar-menu-items):
12911         Add gdb-var-delete and, indirectly, gdb-edit-value.
12912         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12913         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12914         (gud-gdb-marker-filter): Add comment for annotations.
12916 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12918         * calendar/calendar.el (generate-calendar)
12919         (calendar-read-date): Prevent display of BC calendars once more -
12920         reverts 2003-10-01 change.
12921         (generate-calendar-month): Doc fix.
12923 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12925         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12926         return value of increment-calendar-month.
12928 2004-02-21  Stephen Compall  <s11@member.fsf.org>
12930         * saveplace.el (save-place-forget-unreadable-files)
12931         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12932         (save-place-forget-unreadable-files): New function.
12933         (save-place-alist-to-file): Use it to filter out files that are
12934         no longer readable.
12936         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12937         current Texinfo environment, using the same method as in
12938         `texinfo-insert-@end', and insert a space rather than a newline if
12939         point in a @table environment.
12941 2004-02-21  Juri Linkov  <juri@jurta.org>
12943         * ffap.el (ffap-file-at-point): Try parent directories.
12945 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
12947         * vcursor.el (vcursor-modifiers): New defcustom.
12948         (vcursor-cs-binding): Use vcursor-modifiers instead of a
12949         hard-coded list.
12951 2004-02-21  Masatake YAMATO  <jet@gyve.org>
12953         * play/animate.el (animate-birthday-present): Accept names other
12954         than `Sarah', too.
12956 2004-02-21  Juri Linkov  <juri@jurta.org>
12958         * startup.el: Remove table of command line arguments from the
12959         Commentary section.
12961 2004-02-20  John Wiegley  <johnw@newartisans.com>
12963         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12964         again" modifier from 'e' to 'E', since 'e' is also used by the
12965         "file extension" modifier.
12967 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12969         * help-fns.el (describe-categories): Doc fix.
12971 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12973         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12974         temporary file for buffer already visiting one.  This change makes
12975         output likely to be directly usable by patch program.
12976         Suggested by Adrian Aichner  <adrian@xemacs.org>
12978 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
12980         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12981         case of variables defined in compound statements.
12982         (gdb-setup-windows, gdb-source-info, gdb-source-info):
12983         Simplify constructions using switch-to-buffer.
12985 2004-02-19  Simon Josefsson  <jas@extundo.com>
12987         * play/morse.el: Fix typo.
12988         (morse-code): Add @.
12990 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12992         * calendar/appt.el (appt-display-format): Change default to
12993         'ignore, for backwards compatibility.
12994         (appt-display-message): If appt-display-format is 'ignore,
12995         respect old vars appt-msg-window and appt-visible.
12996         (appt-activate): Don't depend on return value of cancel-timer.
12998         * calendar/calendar.el (calendar-holidays): Doc fix.
13000         * calendar/cal-coptic.el (coptic-prompt-for-date):
13001         Use assoc-string instead of assoc-ignore-case.
13002         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
13003         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
13004         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
13005         * calendar/cal-islam.el (calendar-goto-islamic-date)
13006         (mark-islamic-diary-entries): Ditto.
13007         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
13008         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
13009         (calendar-read-mayan-tzolkin-date): Ditto.
13010         * calendar/calendar.el (calendar-read-date): Ditto.
13011         * calendar/diary-lib.el (mark-diary-entries): Ditto.
13013 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13015         * progmodes/executable.el (executable-command-find-posix-p):
13016         Fix choice of the directory.
13018 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
13020         * simple.el (interprogram-cut-function)
13021         (interprogram-paste-function, kill-new, kill-append):
13022         Doc fixes.
13023         (kill-region): Make it return nil.  Doc fix.
13024         (yank-pop): Make its argument optional.
13025         (yank): Make ARG `-' equivalent to `-1'.
13027 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
13029         * mail/rmail.el (rmail-get-new-mail): Don't reference
13030         rmail-use-spam-filter if rmail-spam-filter is not loaded.
13032 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
13034         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
13035         if one of global-auto-revert-non-file-buffers or autorevert-mode
13036         is non-nil.
13038 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13040         * subr.el (delete-dups): A better implementation from Karl Heuer
13041         <kwzh@gnu.org>.
13043 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13045         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
13046         correct place.
13047         * progmodes/icon.el (icon-indent-command): Ditto.
13048         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
13050 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13052         * progmodes/grep.el (grep-compute-defaults): Undo change from
13053         2004-01-29: don't use executable-command-find-posix-p.
13055 2004-02-16  Richard Sharman  <rsharman@pobox.com>
13057         * hilit-chg.el: Use require instead of eval-and-compile.
13058         (highlight-compare-buffers): New function.
13060 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
13062         * man.el (Man-fontify-manpage): Render section headings in
13063         `Man-overstrike-face' even when overstrike was not used by man
13064         formatter for section headings.
13066 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
13068         * rmail-spam-filter.el: (vm-use-spam-filter)
13069         (rsf-min-region-length-added-to-spam-list): New variables.
13070         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
13071         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
13072         spam testing.  Don't delete spam message if automatic deletion
13073         after output via variable rmail-delete-after-output is turned on.
13074         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
13075         rsf-bbdb-dont-create-entries-for-spam.
13076         (check-field): New function, extracted from code in
13077         rmail-spam-filter to ease addition of header fields like content-type.
13078         (message-content-type): New variable to check the content-type:
13079         field added, also in defcustom of rsf-definitions-alist.
13080         (rmail-spam-filter): Replace repeated test code for header fields
13081         by calls to check-field; change the call to
13082         rmail-output-to-rmail-file such that rmail-current-message stays
13083         the same to avoid wrong deletion of unseen flags.
13084         (rsf-add-contents-type): New function to convert old format
13085         of rmail-spam-definitions-alist into new one.
13086         Change prefixes of all variables and functions from
13087         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
13089 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13091         * loadhist.el (unload-hook-features-list): New defvar.
13093 2004-02-16  Dave Love  <fx@gnu.org>
13095         * loadhist.el (unload-feature): Doc fix.  Rename flist to
13096         unload-hook-features-list.
13098 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
13100         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
13101         cookie.  Don't check if we are looking-at open-formula.
13103 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13105         * subr.el (match-string-no-properties): Use substring-no-properties.
13107 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13109         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
13110         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
13111         Use lower-case "rx" in all error message.
13113 2004-02-16  Dave Love  <fx@gnu.org>
13115         * emacs-lisp/rx.el (rx-or): Put group around result.
13116         (rx-constituents): Add backref.
13117         (rx-syntax): Add string-delimiter, comment-delimiter.
13118         (rx-categories): Add combining-diacritic.
13119         (rx-check-not, rx-greedy, rx): Doc fix.
13120         (rx-backref, rx-check-backref): New.
13122 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
13124         * newcomment.el (uncomment-region): Allow eob as comment end.
13126 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13128         * filecache.el: All message and error commands now use prefix
13129         "Filecache:" to make it easy to read *Messages* buffer.
13131 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13133         * autorevert.el: Add support to detect changed dired and VC buffers.
13134         (auto-revert-active-p, auto-revert-list-diff)
13135         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
13136         (auto-revert-handler, auto-revert-active-p): New functions.
13137         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
13138         and `auto-revert-active-p'.
13139         (eval-when-compile): Defvar dired-directory and vc-mode.
13140         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13141         (auto-revert-handler-vc): New functions.
13143 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13145         * progmodes/compile.el (compilation-directory): New defvar.
13146         (compile): Save current directory in compilation-directory.
13147         (recompile): Bind default-directory to compilation-directory if
13148         that is non-nil.
13150 2004-02-16  Dave Love  <fx@gnu.org>
13152         * newcomment.el (comment-insert-comment-function)
13153         (comment-region-function, uncomment-region-function): New.
13154         (comment-indent): Use comment-insert-comment-function.
13155         (uncomment-region): Use uncomment-region-function.
13156         (comment-region): Use comment-region-function.
13158         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
13160 2004-02-16  Richard Stallman  <rms@gnu.org>
13162         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
13163         loaddefs* and ldefs-boot*.
13165 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13167         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
13168         and email address at the beginning and end of the address.
13170         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
13171         anchored at the beginning of the email address.
13173 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
13175         * international/ccl.el (ccl-compile-write): Pass `left' to
13176         ccl-embed-code to generate correct code of write-expr-register.
13178 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
13180         * progmodes/grep.el (grep-compute-defaults): Fix typos.
13182 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13184         * x-dnd.el: Mention support for Motif in commentary.
13185         (x-dnd-handle-drag-n-drop-event): Ditto.
13187 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
13189         * ses.el: Use "ses--" prefixes for buffer-local variables.
13190         Use (point-min) instead of 1, even when we know the buffer
13191         is unnarrowed.
13192         (ses-build-load-map): Delete.  Distribute its content to defconst's for
13193         the three maps.
13194         (ses-menu, ses-header-line-menu): New menus.
13195         (ses-mode-map): Use them.
13196         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
13198 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
13200         * Makefile.in: Fix the CC Mode recompile kludge so it works
13201         when building in a different directory.
13203 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
13205         * simple.el (kill-new): Put yank-handler property on the entire string.
13207 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13209         * diff.el: Don't use compile any more, use diff-mode instead.
13210         (diff-regexp-alist, diff-old-file, diff-new-file)
13211         (diff-parse-differences, diff-process-setup): Remove.
13212         (diff-sentinel): New fun.
13213         (diff): Use it.  Run the process ourselves.
13214         Use diff-mode for the rest of the processing.
13216         * diff.el (diff): Simplify code handling `switch'.
13218 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13220         * pcvs-defs.el (cvs-menu): Add `tag'.
13222 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
13224         * simple.el (kill-append): Doc fix.
13226         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13227         Adapt outline-regexp to the new conventions for commenting out code.
13229 2004-02-11  John Paul Wallington  <jpw@gnu.org>
13231         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
13233 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13235         * diff.el (diff-switches): New fun.
13236         (diff, diff-backup): Use it.
13237         (diff): Clean up the args construction.  Use backquote.
13238         Use listp instead of consp to avoid putting a nil arg.
13239         (diff): Add a revert-buffer function.
13241 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13243         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
13244         handled by x-dnd-handle-file-name.
13245         (x-dnd-known-types): Add COMPOUND_TEXT.
13246         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
13247         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
13248         x-dnd-empty-state.
13249         (x-dnd-forget-drop): Ditto.
13250         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
13251         (x-dnd-handle-one-url): Return private when inserting text.
13252         (x-dnd-insert-ctext): New function.
13253         (x-dnd-handle-file-name): New function for FILE_NAME.
13254         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
13255         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
13256         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
13258 2004-02-10  Kenichi Handa  <handa@m17n.org>
13260         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
13261         instead of while loop.
13263 2004-02-10  Miles Bader  <miles@gnu.org>
13265         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
13267 2004-02-09  Kenichi Handa  <handa@m17n.org>
13269         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
13270         have end-of-line.
13272 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
13274         * Makefile.in: Added extra dependencies in the recompile target
13275         needed to cope with the compile time macro expansions in CC Mode.
13277 2004-02-09  Kim F. Storm  <storm@cua.dk>
13279         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
13280         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
13281         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
13282         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
13283         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
13284         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
13285         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
13286         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
13287         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
13288         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
13289         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
13291 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13293         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
13294         Don't allow shrink if there's a window on our right.
13296         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
13297         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
13298         Bring together declaration and initialization.
13299         (prolog-mode-variables): Don't set the syntax table.
13300         Don't set paragraph-start and comment-indent-function.
13301         Add /*..*/ to the comment regexps.
13302         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
13303         (prolog-mode-map): Don't bind TAB.
13304         (prolog-mode): Set the syntax table.
13305         (prolog-comment-indent): Remove.
13306         (inferior-prolog-mode-map): Initialize in the declaration.
13307         (inferior-prolog-mode-syntax-table)
13308         (inferior-prolog-mode-abbrev-table): New vars.
13309         (inferior-prolog-mode): Derive from comint-mode.
13310         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
13311         minibuffer windows.
13313         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
13314         in file names, as long as it is unabmiguous.
13316 2004-02-08  Andreas Schwab  <schwab@suse.de>
13318         * textmodes/reftex-toc.el
13319         (reftex-toc-load-all-files-for-promotion): Remove useless use of
13320         format.  Doc fix.
13322         * textmodes/refer.el (refer-find-entry-internal): Remove extra
13323         format string arguments.
13325         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
13326         string argument.
13328         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
13330         * play/zone.el (zone-call): Fix format string.
13332         * net/webjump.el (webjump-builtin): Add missing format string argument.
13334         * midnight.el (midnight-delay-set): Remove extra format string argument.
13336         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
13338         * hexl.el (hexl-insert-char): Add missing format string argument.
13340         * format.el (format-decode): Fix format string.
13342         * emulation/vi.el (vi-mode): Remove extra format string argument.
13343         (vi-repeat-last-search): Likewise.
13344         (vi-reverse-last-search): Likewise.
13345         (vi-goto-mark): Likewise.
13346         (vi-reverse-last-find-char): Likewise.
13347         (vi-repeat-last-find-char): Likewise.
13348         (vi-locate-def): Likewise.
13350         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
13352         * ediff-util.el (ediff-toggle-read-only): Remove extra format
13353         string argument.
13354         (ediff-toggle-regexp-match): Likewise.
13356         * dired-aux.el (dired-do-query-replace-regexp): Add missing
13357         format string argument.
13359         * calc/calc-map.el (calc-get-operator): Remove extra format
13360         string argument.
13362         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
13364         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
13365         string argument.
13367         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
13369         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
13371         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
13373         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
13374         (cl-struct-setf-expander): Likewise.
13376         * vc.el (with-vc-file): Fix unsafe uses of error.
13377         (vc-cancel-version): Likewise.
13379 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
13381         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
13382         thousands separator; fixes <class>:<line-number> regexp for
13383         non-english locales.
13385 2004-02-08  Andreas Schwab  <schwab@suse.de>
13387         * view.el (view-mode-enable): Revert previous change.
13389 2004-02-07  Kim F. Storm  <storm@cua.dk>
13391         * simple.el (line-number-at-pos): Rename from line-at-pos.
13392         Uses changed (what-line and vc-annotate-warp-version).
13394 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13396         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
13397         (diff-mode): Remove aborted attempt at support for compile.el.
13398         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
13400 2004-02-06  Andreas Schwab  <schwab@suse.de>
13402         * view.el (view-mode-enable): Add view-mode-map to
13403         minor-mode-overriding-map-alist.
13405 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13407         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
13409 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13411         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
13412         with point inside rather than after the paragraph.
13414 2004-02-04  Sam Steingold  <sds@gnu.org>
13416         * mail/smtpmail.el (smtpmail-try-auth-methods):
13417         Do not try authentication when no mechanism is available.
13418         Pass port-name as defaultport to `netrc-machine'.
13420 2004-02-04  Stephen Eglen  <stephen@gnu.org>
13422         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
13423         to show how minibuffer height can be constrained.
13425 2004-02-04  John Paul Wallington  <jpw@gnu.org>
13427         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
13429 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13431         * x-dnd.el: New file for drag and drop.
13433         * term/x-win.el: require x-dnd, set after-make-frame-functions
13434         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
13435         drag-n-drop event.
13437         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
13438         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
13439         (dired-dnd-handle-file): New functions for drag and drop support.
13440         (dired-mode): Initialize drag and drop if x-dnd present.
13442 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13444         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
13445         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
13446         (cperl-mode): Set fill-paragraph-function.
13447         (cperl-fill-paragraph): Make it non-interactive.
13449 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
13451         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
13453 2004-02-02  David Kastrup  <dak@gnu.org>
13455         * replace.el (perform-replace): Allow 'literal argument in
13456         regexp-flag to indicate literal replacement.
13457         (query-replace-regexp-eval): Use it.
13459 2004-02-01  Andreas Schwab  <schwab@suse.de>
13461         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
13463 2004-02-01  Stephen Eglen  <stephen@gnu.org>
13465         * info-look.el: Add support for maxima-mode.  Update commentary
13466         because info-lookup-symbol is now bound to C-h S.
13468 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
13470         * simple.el (edit-and-eval-command): Bind print-level and
13471         minibuffer-history-sexp-flag around call to read-from-minibuffer.
13472         Correct initial position in command-history.
13474 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
13476         * files.el (read-directory-name): Adapt the docstring to recent
13477         change in Fread_file_name.
13479 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
13481         * ses.el (ses-print-cell): If print format too wide for column
13482         width, truncate decimal places if that helps to avoid "#####" fill.
13483         * ses.el (ses-initial-column-width): Revert previous change.
13485 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13487         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
13488         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
13489         Add edebug info.
13490         (jit-lock-mode): Setup/cancel the new timer.
13491         (jit-lock-context-fontify): New fun.  Extracted from
13492         context fontification code of jit-lock-stealth-fontify.
13493         (jit-lock-stealth-fontify): Don't do context fontification any more.
13495         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
13496         (jit-lock-fontify-now): Handle the `quit' case.
13497         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
13499 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
13501         * progmodes/executable.el (executable-command-find-posix-p):
13502         New.  Check if find handles arguments Posix-style.
13504         * progmodes/grep.el (grep-compute-defaults):
13505         Use executable-command-find-posix-p.
13506         (grep-find): Check `grep-find-command'.
13508         * filecache.el (file-cache-find-posix-p): Delete.
13509         (file-cache-add-directory-using-find):
13510         Use `executable-command-find-posix-p'.
13512 2004-01-29  Dave Love  <fx@gnu.org>
13514         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13515         Iterate the hook function if arg is given.
13516         (mark-defun, narrow-to-defun): Change order of finding the limits.
13518         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
13519         (byte-compile-format-warn): New.
13520         (byte-compile-callargs-warn): Use it.
13521         (Format, message, error): Add byte-compile-format-like property.
13522         (byte-compile-maybe-guarded): New.
13523         (byte-compile-if, byte-compile-cond): Use it.
13524         (byte-compile-lambda): Compile interactive forms,
13525         just to make warnings about them.
13527 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
13529         * ses.el (ses-initial-column-width): Increase to 14, so it will
13530         work well with the default printer of "%.7g" for extreme values
13531         like "-1.234567e+07".
13533 2004-01-29  Kenichi Handa  <handa@m17n.org>
13535         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
13537 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
13539         * dos-w32.el: Added support for the `default-printer-name' function.
13541 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13543         * server.el (server-socket-name): Don't use the hostname in the
13544         socket name since /tmp is local to the host anyway.
13546         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
13547         robust check of widening and fix var-naming.
13549 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
13551         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
13552         or rmail-spam- to rsf- in all function and variable names.
13553         (rsf-min-region-to-spam-list): New variable.
13554         (rsf-bbdb-auto-delete-spam-entries): Rename from
13555         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
13556         scanned together with the recipients field for spam testing; Don't
13557         delete spam message if rmail-delete-after-output is non-nil;
13558         (rsf-check-field): New function, extracted from code in
13559         rmail-spam-filter to ease addition of header fields like
13560         content-type:;
13561         (message-content-type): New variable.  The content-type: field was
13562         added also in defcustom of rsf-definitions-alist;
13563         (rmail-spam-filter): Replace repeated test code for header fields
13564         by calls to check-field; change the call to
13565         rmail-output-to-rmail-file such that rmail-current-message stays
13566         the same to avoid wrong deletion of unseen flags.
13567         (rmail-use-spam-filter): Add autoload cookie.
13569 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
13571         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
13572         (file-cache-add-directory-using-find): Add Cygwin support.
13573         (file-cache-find-command-posix-flag): New user variable.
13575         * filecache.el (file-cache-add-directory): Check for
13576         directories an remove them from dir-files.
13578 2004-01-27  Richard M. Stallman  <rms@gnu.org>
13580         * man.el (Man-fontify-manpage): Clean up message.
13582 2004-01-27  Kenichi Handa  <handa@m17n.org>
13584         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
13585         (sentence-end): Define using sentence-end-without-space.
13587         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
13588         a sentence ends with one of a character in sentence-end-without-space.
13590 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13592         * font-lock.el (font-lock): Add jit-lock as explicit group member.
13593         (jit-lock): Group declaration moved to jit-lock.el.
13594         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
13595         when necessary.
13597         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
13598         (jit-lock-context-unfontify-pos): Rename from
13599         jit-lock-first-unfontify-pos.
13600         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
13602 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13604         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
13605         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
13606         (fortran-fill): When filling a string, adjust re-search-backward
13607         argument for special case of string just on fill-column.
13608         When filling non-string, allow one extra char if
13609         fortran-break-before-delimiters is non-nil.
13610         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
13611         Use fortran-break-delimiters-re and fortran-no-break-re to
13612         correctly handle cases such as "**".
13614         * progmodes/f90.el (f90-break-delimiters): Doc fix.
13615         (f90-no-break-re): Add some extra tokens.  Doc fix.
13617 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
13619         * mail/rmail-spam-filter.el:
13620         Use two semicolons as Commentary line prefix.
13621         Add ";;; Code:" stylized comment.
13622         Delete end-of-line whitespace.
13623         Wrap (require 'cl) with `eval-when-compile'.
13625 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
13627         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
13628         at the top level of vc.el.
13630 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
13632         * vc.el (vc-current-line): Function removed.  This is now done by
13633         the new function line-at-pos in simple.el.
13634         (vc-annotate-warp-version): Use line-at-pos instead of
13635         vc-current-line.
13637 2004-01-22  Kim F. Storm  <storm@cua.dk>
13639         * simple.el (line-at-pos): New defun.
13640         (what-line): Use it.  Optimize by only counting lines in narrowed
13641         region once.
13643 2004-01-22  Kenichi Handa  <handa@m17n.org>
13645         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
13646         point (register r1) only for charset mule-unicode-0100-24ff.
13648 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13650         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
13651         trailing white space and ensure a final newline.
13653         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
13654         Add autoload cookie.
13656 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
13658         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
13659         activate view-mode explicitly.
13661 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13663         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
13664         use clipboard first.
13666 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13668         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
13669         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
13670         (vc-mcvs-cvs): Remove.
13671         (vc-mcvs-command): Remove use of assert.
13673         * outline.el (outline-insert-heading): Tighten up match.
13674         (outline-demote, outline-move-subtree-down): Don't assume anything
13675         about outline-regexp.
13677         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
13678         (texinfo-show-structure): Explicitly add ^, and simplify.
13680 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
13682         * calendar/appt.el (appt-check): Restore usage of
13683         appt-issue-message deleted in previous change.
13684         (top-level): Activate package when loaded (needed for backwards
13685         compatibility).
13687 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13689         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
13690         following previous change to smtpmail-send-data.
13692 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
13694         * vc.el (vc-default-previous-version): Doc enhancement.
13695         (vc-default-next-version): New function.
13696         (vc-print-log): New arg FOCUS-REV.
13697         (vc-annotate-mode): Derive from view-mode.
13698         (vc-annotate): New args REVISION, DISPLAY-MODE.
13699         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
13700         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
13701         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
13702         (vc-annotate-show-diff-revision-at-line, vc-current-line)
13703         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
13705         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
13707 2004-01-19  Karl Berry  <karl@gnu.org>
13709         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
13710         or "TexInfo".
13712 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13714         * subr.el (delete-dups): New function.
13716 2004-01-19  Karl Berry  <karl@gnu.org>
13718         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
13719         with ^, since that's what texinfo-show-structure
13720         documentation says (plus it works much better in texinfo.txi).
13722 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
13724         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
13726 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
13728         * progmodes/which-func.el (which-function-mode): Don't cancel
13729         which-func-update-timer if not set.
13731 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
13733         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
13734         Remove spurious left square bracket in XX:XXam regexp.
13736 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13738         * progmodes/cc-defs.el: Do not require cl at run time.
13740 2004-01-16  Richard M. Stallman  <rms@gnu.org>
13742         * emacs-lisp/cl.el (cl-cannot-unload): New function.
13743         (cl-unload-hook): Defvar this to run cl-cannot-unload.
13745         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
13746         Call rmail-spam-filter.  Delete and expunge spam.
13747         Print number of spam messages deleted.
13748         Save and restore the deletion status of old messages when reading
13749         new mail with spam filter, so that expunging spam does not expunge
13750         msgs deleted by the user.
13751         (rmail-only-expunge): Add an optional argument dont-show to
13752         prevent showing message after expunge.
13754 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
13756         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
13757         * subr.el (declare): New macro.
13759 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
13761         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
13763 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13765         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13766         Test window-system rather than system-type (for X11/Mac).
13768 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
13770         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
13772 2004-01-12  Richard M. Stallman  <rms@gnu.org>
13774         * mail/rmail.el (rmail-convert-to-babyl-format):
13775         Use mail-unquote-printable-region.
13776         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13777         (rmail-hex-char-to-integer): Functions deleted.
13779         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13780         (mail-unquote-printable-region): New arg NOERROR.
13781         For invalid encoding, either signal an error to just return nil.
13783 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13785         * calendar/appt.el: Update copyright and commentary.
13786         (appt-issue-message): Make obsolete.
13787         (appt-visible, appt-msg-window): Make obsolete, in favour of
13788         appt-display-format.
13789         (appt-display-mode-line, appt-display-duration)
13790         (appt-display-diary, appt-time-msg-list, appt-mode-string)
13791         (appt-prev-comp-time, appt-display-count, appt-timer)
13792         (appt-convert-time): Doc change.
13793         (appt-disp-window-function, appt-delete-window-function):
13794         Use defcustom rather than defvar.
13795         (appt-display-format): New variable.
13796         (appt-display-message): New function with display code from appt-check.
13797         (appt-check): Add optional FORCE argument.  Doc change.
13798         Add appt-make-list to diary-hook if displaying diary.
13799         Remove checking of view-diary-entries-initially.
13800         Message display section removed to new function appt-display-message.
13801         (appt-display-window): Doc change.  Remove unused internal var
13802         this-buffer.  Do not beep, since appt-display-message does that.
13803         (appt-make-list): Doc change.  Use caar.
13804         (appt-sort-list): Simplify by using builtin sort function.
13805         (appt-update-list): New function for updating appts when diary is
13806         saved.
13807         (appt-activate): New autoloaded function to toggle package
13808         functionality.
13810         * calendar/cal-x.el: (calendar-one-frame-setup)
13811         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
13813         * calendar/calendar.el: Update copyright.
13814         (view-diary-entries-initially, european-calendar-style): Doc change.
13815         (calendar-setup): Make defcustom rather than defvar.
13816         (mark-visible-calendar-date): Initialize temp-face and faceinfo
13817         in let binding so local to function.
13819         * calendar/diary-lib.el: Update copyright.
13820         (diary, diary-entry-time): Doc change.
13821         (list-diary-entries): Doc change.  Trivial logic change.
13822         (fancy-diary-display): Restore make-face command mistakenly
13823         deleted 2003-05-08.
13824         (show-all-diary-entries): Allow to pop-up frame if needed.
13826 2004-01-09  John Paul Wallington  <jpw@gnu.org>
13828         * bindings.el (mode-line-change-eol): Add EVENT parameter.
13829         Temporarily select EVENT's window for changing eol type.
13831 2004-01-09  Deepak Goel  <deego@gnufans.org>
13833         * calendar/diary-lib.el (diary-entry-time):
13834         Also accept time in the form XX[.XX][am/pm/AM/PM].
13835         (fancy-diary-font-lock-keywords): Likewise.
13836         (diary-font-lock-keywords): Likewise.
13837         * calendar/appt.el (appt-add): Likewise.
13838         (appt-make-list): Likewise.
13839         (appt-convert-time): Likewise.
13841 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
13843         * gdb-ui.el (gdb-ann3): Revert previous change.
13844         (gdb-source-info): Allow for case of where compilation directory
13845         is not recorded.
13847 2004-01-08  John Paul Wallington  <jpw@gnu.org>
13849         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13851 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
13853         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13855         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13856         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13857         problems.
13858         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13860 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
13862         * files.el (write-file-functions, write-contents-functions):
13863         Clarify docstrings.
13865 2004-01-07  Kenichi Handa  <handa@m17n.org>
13867         * international/mule.el (set-auto-coding): Fix for the case that
13868         end-of-line is only CR.
13870 2004-01-07  Kim F. Storm  <storm@cua.dk>
13872         * subr.el (event-start, event-end): Doc fix.
13873         (posn-string, posn-image): New defuns.
13874         (posn-object): Return either image or string object.
13875         (posn-object-x-y): Return 8th element of position.
13876         (posn-object-width-height): New defun.
13878 2004-01-06  Andreas Schwab  <schwab@suse.de>
13880         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13881         output.
13883 2004-01-05  Karl Berry  <karl@gnu.org>
13885         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13886         / and *, too.
13888 2003-12-31  Simon Josefsson  <jas@extundo.com>
13890         * files.el (before-save-hook): Add.
13891         (basic-save-buffer): Use before-save-hook.
13893         * emacs-lisp/copyright.el: Fix comment to recommend
13894         before-save-hook instead of write-file-functions.
13896 2004-01-05  Richard M. Stallman  <rms@gnu.org>
13898         * finder.el (finder-commentary): Call delete-other-windows.
13900         * net/ange-ftp.el (ange-ftp-file-attributes):
13901         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13903 2004-01-04  Karl Berry  <karl@gnu.org>
13905         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13906         comment characters % and # in the copyright year notice,
13907         as well as ;.
13909 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
13911         * wid-edit.el (default): Define dummy :value-delete.
13912         Reported by Jesper Harder <harder@ifa.au.dk>.
13914 2004-01-03  Richard M. Stallman  <rms@gnu.org>
13916         * progmodes/compile.el (compile-internal): Use point, not point-min,
13917         for set-window-point.
13919         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13921         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13923         * progmodes/grep.el (grep-mode-map):
13924         Don't remap next-line, previous-line.
13926 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
13928         * speedbar.el (speedbar-edit-line): Change regexp to position
13929         the cursor on the first character of this line's button.
13931 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13933         * subr.el (functionp): Doc fix.
13935 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13937         * progmodes/idlwave.el (idlwave-make-tags):
13938         * textmodes/flyspell.el (flyspell-large-region):.
13939         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13940         * emulation/viper-util.el (viper-glob-unix-files):
13941         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13942         * man.el (Man-init-defvars):
13943         * jka-compr.el (jka-compr-call-process):
13944         * files.el (get-free-disk-space,insert-directory):
13945         * ediff-ptch.el (ediff-test-patch-utility):
13946         * ediff-diff.el (ediff-test-utility):
13947         * dired-aux.el (dired-check-process):
13948         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13949         test the return value of call-process, because it can be a string.
13951 2003-12-31  John Paul Wallington  <jpw@gnu.org>
13953         * bindings.el (completion-ignored-extensions): Add .pfsl.
13955 2003-12-31  Kim F. Storm  <storm@cua.dk>
13957         * ido.el (ido-nonreadable-directory-p): New defun to check for
13958         nonreadable directory without activating tramp (to avoid problems
13959         with checking incomplete tramp paths).
13960         (ido-set-current-directory, ido-file-internal)
13961         (ido-file-name-all-completions1): Use it.
13963 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13965         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13966         documentation if the anchor (or node) name is preceded by `info
13967         anchor' or `Info anchor' in addition to earlier `info node' and
13968         `Info node'.
13969         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13971 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13973         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13974         error in arguments to base64-decode-region.  Remove ^M characters
13975         after decoding base64.
13977 2003-12-30  Simon Josefsson  <jas@extundo.com>
13979         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
13980         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13981         have only been distributed with Emacs for some years.
13982         (texinfo-mode-hook): Customize.
13984 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13986         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13987         cleaner (suggested by Richard Stallman).
13989         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13990         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13991         file-name clashes on 8+3 DOS filesystems.
13993         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13994         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13995         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13996         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13997         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13998         file-name clashes on 8+3 filesystems.
14000         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
14001         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
14002         file-name clashes on 8+3 DOS filesystems.
14004 2003-12-29  Richard M. Stallman  <rms@gnu.org>
14006         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
14007         Upcase the character.
14009         * textmodes/flyspell.el (mail-mode-flyspell-verify):
14010         Search for header separator alone on a line, literally,
14011         and search for it backward, not forward.
14012         (flyspell-abbrev-table): Always use global-abbrev-table
14013         if there is no local one.
14015         * progmodes/sh-script.el (sh-get-indent-info):
14016         Don't move point back if at bob.
14018         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
14020         * play/handwrite.el (handwrite): Make the handwrite credit message
14021         a comment rather than an output command.
14023         * obsolete/sc.el: Display message that this file is obsolete.
14025         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
14027         * mail/rfc822.el (rfc822-address-start): Declare variable.
14028         Renamed from address-start.  All uses changed.
14030         * term.el (term-exec): Set up sentinel.
14031         (term-sentinel): New function.
14032         (term-handle-exit): New function.
14034         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14035         Use assoc-string, and mark them obsolete.
14036         (delay-mode-hooks): Mark as permanent local.
14038         * simple.el (sendmail-user-agent-compose): Use assoc-string.
14040         * register.el (copy-rectangle-to-register): Doc fix.
14042         * info.el (Info-insert-dir): Use assoc-string.
14044         * info-look.el (info-lookup): Use assoc-string.
14046         * frame.el (pop-up-frame-function): Use quote, not `function'.
14047         (frame-notice-user-settings): Calculate ADJUSTED-TOP
14048         copying with lists as coordinate values.
14050         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
14052         * find-dired.el (kill-find): New command.
14053         (find-dired): Make buffer read-only.
14054         Set up a keymap with C-c C-k running kill-find.
14055         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
14057         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
14059         * filecache.el (file-cache-ignore-case): New variable.
14060         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
14062         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
14063         (comint-dynamic-complete-as-filename): Rename local vars.
14064         (comint-dynamic-list-filename-completions): Likewise.
14066         * comint.el (comint-dynamic-list-completions-config): New var.
14067         (comint-dynamic-list-completions): Handle both SPC and TAB right.
14069         * comint.el (comint-file-name-chars): Add [].
14070         (comint-word): Use skip-chars-backward, not search.
14072         * shell.el (shell-file-name-chars): Add [].
14074         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
14076         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
14078         * generic.el (define-generic-mode): Doc fix.
14080 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14082         * files.el (kill-some-buffers): Doc fix.
14084 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
14086         * comint.el (comint-watch-for-password-prompt): Pass `string' as
14087         arg to send-invisible
14088         (send-invisible): Doc fix.  The argument is now a prompt, not the
14089         string to send.
14090         (comint-read-noecho): Doc fix.
14092 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
14094         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
14095         "@", as required by some ISP hosting service.  Fix defcustom
14096         argument syntax errors that prevented use of customization.
14098 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14100         * xml.el (xml-get-attribute-or-nil): Doc fix.
14102 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
14104         * net/zone-mode.el (zone-mode): Use write-file-functions, not
14105         write-file-hooks.
14107 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14109         * autorevert.el (auto-revert-interval): Doc fix.
14111 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
14113         * xml.el (xml-get-attribute-or-nil): New function, like
14114         xml-get-attribute, but returns nil if the attribute was not found.
14115         (xml-get-attribute): Convert to defsubst, uses
14116         xml-get-attribute-or-nil.
14118 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14120         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14122 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
14124         * custom.el (custom-declare-theme): Use `value' when putting
14125         properties on `theme'.
14127 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14129         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
14130         for each yank-handler segment.
14131         (insert-for-yank-1): New function, with the body of the previous
14132         insert-for-yank.
14134         * textmodes/table.el (table-yank-handler): New defcustom.
14135         (table--put-cell-indicator-property): Put yank-handler property
14136         that indicates the yank handler for the table cell.
14138 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14140         * generic-x.el (etc-modules-conf-generic-mode): A more complete
14141         set of keywords.
14143 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14145         * international/mule-cmds.el (reset-language-environment)
14146         (set-language-environment): Don't invoke fontset-related functions
14147         if fontset-list is not fboundp.
14149 2003-12-29  Kenichi Handa  <handa@m17n.org>
14151         * international/mule-cmds.el (reset-language-environment):
14152         Call set-overriding-fontspec-internal with nil.
14153         (set-language-environment): Call set-overriding-fontspec-internal
14154         if the language environment specify `overriding-fontspec'.
14155         (language-info-alist): Doc added.
14157         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
14158         characters of mule-unicode-0100-24ff.
14159         (ccl-encode-windows-1251-font): New CCL program.
14160         ("Bulgarian"): Specify overriding-fontspec.
14161         ("Belarusian"): Likewise.
14163 2003-12-28  Sam Steingold  <sds@gnu.org>
14165         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
14166         parameter ID-FORMAT to conform with the 2003-11-30 patch.
14168 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
14170         * progmodes/gud.el (gud-gdb-command-name): Set default to
14171         "gdb --annotate=3".
14172         (gud-gdb-marker-filter): Look out for annotations.
14173         (gdb-first-pre-prompt): New variable.
14174         Remove trailing white space.
14176         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
14177         if necessary.
14178         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
14179         annotations are detected.
14180         (gud-gdba-marker-filter): Use global variable gud-marker-acc
14181         instead of a local one to allow transition from
14182         gud-gdb-marker-filter.
14183         Remove trailing white space.
14185 2003-12-27  Kim F. Storm  <storm@cua.dk>
14187         * ido.el: Handle non-readable directories.
14188         (ido-decorations): Add 9th element for non-readable directory.
14189         (ido-directory-nonreadable): New dynamic var.
14190         (ido-set-current-directory): Set it.
14191         (ido-read-buffer, ido-file-internal):
14192         (ido-read-file-name, ido-read-directory-name): Let-bind it.
14193         (ido-file-name-all-completions1): Return empty list for
14194         non-readable directory.
14195         (ido-exhibit): Print [Not readable] if directory is not readable.
14196         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
14197         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
14198         Use it.
14200 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
14202         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
14203         calls to directory-files-and-attributes and file-attributes.
14204         (ls-lisp-format): Remove system dependent handling of user and
14205         group id's.
14207 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
14209         * ffap.el (ffap-read-file-or-url): Revert previous change.
14211 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
14213         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
14214         new list of included files called `files-with-node-lines', that
14215         only have node lines.  This way @include commands can include any
14216         file, such as version and update files without node lines, not
14217         just files that are chapters.
14219 2003-12-25  Andreas Schwab  <schwab@suse.de>
14221         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
14222         file not found.
14224 2003-12-08  Miles Bader  <miles@gnu.org>
14226         * dired.el (dired-between-files): Always use dired-move-to-filename,
14227         which is more robust in non-english locales.
14229 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14231         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
14233 2003-12-24  Andreas Schwab  <schwab@suse.de>
14235         * shell.el (shell-file-name-quote-list): Add backslash.
14237         * comint.el (comint-quote-filename): Correctly handle backslash
14238         in comint-file-name-quote-list.
14240 2003-12-24  Kenichi Handa  <handa@m17n.org>
14242         * international/mule-cmds.el (set-default-coding-systems):
14243         Call ucs-set-table-for-input for all buffers that don't have local
14244         value of buffer-file-coding-system.
14246         * international/ucs-tables.el (ucs-set-table-for-input):
14247         If translation-table-for-encode is a symbol, get its
14248         translation-table property.
14250 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
14252         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
14253         to `completing-read' on a recently fixed bug.
14255         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
14256         instead of SPACE, to get the list of possible fringe modes.
14257         SPACE only works if both `partial-completion-mode' and
14258         `completion-auto-help' are nil.
14260         * complete.el (PC-is-complete-p): Delete.
14261         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
14262         calls to `test-completion'.
14264 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
14266         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
14267         to edit values when there are no children.
14269         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
14270         a mode called "Assembler" already exists.
14271         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
14272         (gud-watch): Use format option.  Remove font properties from string.
14273         (gdb-var-create-handler, gdb-var-list-children-handler):
14274         Don't bother about properties as there are none.
14275         (gdb-var-create-handler, gdb-var-list-children-handler)
14276         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
14277         with two arguments.
14278         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
14279         Let speedbar show value changes with a different font.
14280         (gdb-edit-value): New defun.
14281         (gdb-clear-partial-output, gdb-clear-inferior-io)
14282         (def-gdb-auto-update-handler): Use erase-buffer.
14283         (gdb-frame-handler): Display watch expressions in
14284         FUNCTION::VARIABLE format if required.
14286 2003-12-23  John Paul Wallington  <jpw@gnu.org>
14288         * info.el (Info-unescape-quotes, Info-split-parameter-string)
14289         (Info-goto-emacs-command-node): Doc fixes.
14291 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
14293         * cus-edit.el (custom-add-parent-links): Define "many".
14295 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
14297         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
14298         (widget-child-validate, widget-type-value-create)
14299         (widget-type-default-get, widget-type-match): New functions.
14300         (lazy): New widget.
14301         (menu-choice, checklist, radio-button-choice, editable-list)
14302         (group, documentation-string): Remove redundant (per 2003-10-25
14303         change) calls to `widget-children-value-delete'.
14304         (widget-choice-value-get, widget-choice-value-inline): Remove.
14305         (menu-choice): Update widget.
14307 2003-12-03  Kenichi Handa  <handa@m17n.org>
14309         * language/cyrillic.el: Register "microsoft-cp1251" in
14310         ctext-non-standard-encodings-alist.
14311         ("Bulgarian"): Add ctext-non-standard-encodings.
14312         ("Belarusian"): Likewise.
14314         * international/mule-conf.el (compound-text-with-extensions):
14315         Change the type to 2 (iso-2022 base).
14317         * international/mule.el (ctext-non-standard-encodings-alist):
14318         Change the format.
14319         (ctext-non-standard-encodings): New variable.
14320         (ctext-post-read-conversion): Fully re-written.
14321         (ctext-non-standard-designations-alist): Delete it.
14322         (ctext-non-standard-encodings-table): New function.
14323         (ctext-pre-write-conversion): Fully re-written.
14325 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
14327         * cus-edit.el (custom-add-parent-links): Add documentation links
14328         for parent, if the item has none of its own.
14330 2003-11-30  Richard M. Stallman  <rms@gnu.org>
14332         * dired-aux.el (dired-do-query-replace-regexp):
14333         Report files visited read-only.
14335 2003-11-30  Juri Linkov  <juri@jurta.org>
14337         * dired-aux.el (dired-compare-directories): New command.
14338         (dired-file-set-difference, dired-files-attributes): New functions.
14340 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
14341         Version 2.0.38 of Tramp released.
14343         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
14344         Charles Curley <charlescurley@charlescurley.com>.
14345         (tramp-multi-connection-function-alist): Add ssht entry which adds
14346         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
14347         Aichner.
14348         (tramp-get-method-parameter): New function to retrieve a method
14349         parameter.  This allows for omission of method parameters.
14350         Callers adjusted.
14352 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
14354         * net/tramp.el: Add new optional parameter ID-FORMAT to
14355         `file-attributes'.  Calls of `file-attributes' won't use this
14356         parameter for backward compatibility reasons.
14357         (tramp-perl-file-attributes): Add a new parameter to Perl script
14358         in order to handle uid/gid as strings, if desired.
14359         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
14360         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
14361         order to make the function more general.
14362         (tramp-handle-file-attributes): Replace proprietary optional
14363         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
14364         (tramp-handle-file-attributes-with-perl): Handle parameter
14365         NONNUMERIC if set.  This wasn't done in the past.
14366         (tramp-post-connection): Apply second parameter "$2" if
14367         `tramp-remote-perl' is called.
14369         * net/tramp-smb.el (tramp-smb-handle-delete-file):
14370         Correct cut'n'waste error (`filename' instead of `directory').
14371         (tramp-smb-handle-directory-files-and-attributes)
14372         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
14373         introduced parameter ID-FORMAT.
14374         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
14375         error (`directory' instead of `ldir').
14377         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
14378         `file-attributes' has a second parameter.  If yes, apply it with
14379         value "'integer".  Otherwise, don't use that parameter (default is
14380         integer format).
14382 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
14384         * help.el (help-map): Bind `display-local-help' to `C-h .'.
14385         (help-for-help): Add `C-h .' to the listed Help options.
14386         Remove trailing whitespace.
14388         * help-at-pt.el: New file.
14390 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
14392         * subr.el (noreturn, 1value): New macros for test coverage.
14393         See `testcover.el'.
14395         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
14397         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
14398         for macro `1value'.
14399         (testcover-1value): New function.  Checks that a 1value form
14400         actually returns only one value.  Requested by RMS.
14402 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
14404         * gdb-ui.el (gud-watch, gdb-var-create-handler)
14405         (gdb-var-list-children, gdb-var-list-children-handler)
14406         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
14407         gdb commands that use mi to keep them out of the command history.
14409 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14411         * cus-start.el (all): Add use-file-dialog.
14413 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14415         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
14417 2003-11-27  Kim F. Storm  <storm@cua.dk>
14419         * subr.el (posn-object-x-y): New defun.
14421 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14423         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
14424         Don't use `space' for \\\n.
14425         Be more selective as to which # are comment-starters.
14427 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
14429         * subr.el (number-sequence): Improve handling of floating point
14430         arguments (suggested by Kim Storm).  Allow negative arguments.
14432 2003-11-26  Kenichi Handa  <handa@m17n.org>
14434         * international/mule-cmds.el (standard-display-european-internal):
14435         Cancel the standard-display-table setting for ` and '.
14437 2003-11-26  Kim F. Storm  <storm@cua.dk>
14439         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
14440         New defcustoms to add ffap-like functionality to ido.
14441         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
14442         (ido-no-final-slash): New defun.
14443         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
14444         (ido-read-file-name): ): Toggle VC checking via
14445         vc-handled-backends instead of vc-master-templates.
14446         (ido-file-internal): Handle ido-use-url-at-point and
14447         ido-use-filename-at-point via code borrowed from ffap-guesser.
14448         Handle new ido-exit code ffap.
14449         (ido-sort-list): Ignore final slash when sorting file names.
14451 2003-11-25  Kim F. Storm  <storm@cua.dk>
14453         * emulation/cua-base.el (cua--standard-movement-commands):
14454         Add forward-sentence and backward-sentence.
14456 2003-11-25  Stephen Eglen  <stephen@gnu.org>
14458         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
14459         iswitchb-exit is set to 'usefirst when user selects buffer at head
14460         of list using RET.  (Selecting buffers at the head of the list was
14461         broken if the substring was also a complete buffername.)
14463 2003-11-23  Kim F. Storm  <storm@cua.dk>
14465         * progmodes/compile.el (grep-command, grep-use-null-device)
14466         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
14467         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
14468         (grep-regexp-alist, grep-program, find-program)
14469         (grep-find-use-xargs, grep-history, grep-find-history)
14470         (grep-process-setup, grep-compute-defaults)
14471         (grep-default-command, grep, grep-tag-default, grep-find)
14472         (grep-expand-command-macros, grep-tree-last-regexp)
14473         (grep-tree-last-files, grep-tree): Move grep variables, functions
14474         and commands to new file grep.el.
14475         (compilation-mode-map): Remove grep commands from Compile sub-menu.
14476         (compilation-process-setup-function): Doc fix.
14477         (compilation-highlight-regexp, compilation-highlight-overlay): New
14478         defvars used for highlighting current compile error in source buffer.
14479         (compile-internal): New optional args HIGHLIGHT-REGEXP and
14480         LOCAL-MAP which overrides compilation-highlight-regexp and
14481         compilation-mode-map for this compilation.
14482         Delay calling compilation-set-window-height until after running
14483         compilation-process-setup-function so it can buffer-local override
14484         compilation-window-height.
14485         Check buffer-local value of compilation-scroll-output.
14486         (compilation-set-window-height): Use buffer-local value of
14487         compilation-window-height.
14488         (compilation-revert-buffer): Don't pass (undefined)
14489         preserve-modes arg to revert-buffer.
14490         (next-error-no-select, previous-error-no-select): New commands.
14491         (compilation-goto-locus): Temporarily highlight current match in
14492         source buffer using compilation-highlight-regexp.
14494         * progmodes/grep.el: New file with grep code from compile.el.
14495         (grep): New defcustom group.
14496         (grep-window-height): New defcustom, like compilation-window-height.
14497         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
14498         (grep-scroll-output): New defcustom, like compilation-scroll-output.
14499         (grep-command, grep-use-null-device, grep-find-command)
14500         (grep-tree-files-aliases, grep-tree-ignore-case)
14501         (grep-tree-ignore-CVS-directories): Move to grep custom group.
14502         (grep-setup-hook): New hook variable.
14503         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
14504         (grep-last-buffer): New defvar, override compilation-last-buffer.
14505         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
14506         Call compile-internal with args highlight-regexp and grep-mode-map.
14508 2003-11-23  Kim F. Storm  <storm@cua.dk>
14510         * subr.el (event-start, event-end): Doc fix.
14511         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
14512         (posn-area, posn-actual-col-row, posn-object): New defuns.
14513         (posn-col-row): Simplify doc.  Rewrite to use cond.
14514         (posn-point): Also return buffer position for events outside text
14515         area (that info is now present in the event position).
14517         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
14518         mouse-set-point so that hscroll still works now that clicks on
14519         fringes generate specific mouse events.
14520         (mouse-set-point): Note that it now works in fringes and margins
14521         too due to new semantics of posn-point in fringes and margins.
14523         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
14524         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
14526 2003-11-20  Kim F. Storm  <storm@cua.dk>
14528         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
14529         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
14530         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
14531         to 100 for icons to avoid increasing line height when shown.
14533 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14535         * newcomment.el (comment-normalize-vars): Initialize properly if
14536         comment-start was nil.
14538 2003-11-19  Andreas Schwab  <schwab@suse.de>
14540         * simple.el (set-variable): Fix indentation.
14542 2003-11-17  Kenichi Handa  <handa@m17n.org>
14544         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
14545         Fix docstring.
14547 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14549         * international/latin1-disp.el (latin1-display): Fix docstring.
14551 2003-11-16  John Wiegley  <johnw@newartisans.com>
14553         * eshell/em-ls.el (eshell-ls-file): There are times with
14554         size-width is nil and uncomputed (when directories are created in
14555         dired, for example); in this case, 4 is reasonable default value,
14556         although it may caused skewed new entries (which could be avoided
14557         by returning the original value of 8 in all cases, but 99% of the
14558         time this is a waste of whitespace).
14560 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14562         * cc-engine.el (c-guess-continued-construct)
14563         (c-guess-basic-syntax): Check a little more carefully if it's a
14564         function declaration when an unknown construct followed by a block
14565         is found inside a statement context.  This avoids macros followed
14566         by blocks to be taken as function declarations.
14568         (c-guess-continued-construct): Change the analysis of a statement
14569         continuation with a brace open to `substatement-block', for
14570         consistency with recognized statements.
14572         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
14573         start is in a position so that `c-beginning-of-statement-1' jumped
14574         to the beginning of the same statement.
14576         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
14577         Don't accept binary operators in the arglist if we're in a function
14578         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
14579         template recognition in cases like "if (a < b || c > d)".
14581         (c-restricted-<>-arglists): New more appropriate name for
14582         `c-disallow-comma-in-<>-arglists'.
14584         Accessing functions updated for the variable name change.
14586         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
14587         match data could get clobbered if NOT-INSIDE-TOKEN is used.
14589         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
14590         labels.
14592         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
14593         instead of duplicating parts of it.  This fixes bogus label
14594         recognition.
14596         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
14597         of checking the context in which to apply the minimum indentation,
14598         so that it isn't enforced in e.g. namespace blocks.
14600         * cc-vars.el (c-inside-block-syms): New constant used by
14601         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
14602         to somewhat reduce the risk of becoming stale.
14604         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
14605         cc-cmds to cc-engine to allow use from cc-align.
14607         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
14608         qualified identifiers containing "::".
14610         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
14611         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
14613         * cc-vars.el (c-emacs-features): Use a space in front of the name
14614         of the temporary buffer.  That also avoids dumping problems in
14615         XEmacs due to undo info being left around after the buffer is killed.
14617         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
14618         arglist to see if it's a K&R style declaration.
14620         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
14621         before returning `knr-argdecl-intro'.
14623 2003-11-16  John Wiegley  <johnw@newartisans.com>
14625         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
14626         field in a long-listing always 8 characters, use `size-width',
14627         which has already been computed.
14629 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
14631         * subr.el (minor-mode-list): Add `hs-minor-mode'.
14633 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14635         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
14636         Support operation while narrowed, with `diff-restrict-view'.
14638 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14640         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14641         Take additional optional arg NARROWFUN.  For the generated functions:
14642         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
14643         include frags that arrange to check for and save narrowing state before
14644         the move and then conditionally call NARROWFUN after the move.
14646 2003-11-14  John Wiegley  <johnw@newartisans.com>
14648         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
14649         that was optional, but obviously missing based on surrounding code.
14651         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
14652         string arguments to numbers unless the whole argument was seen as
14653         a number.
14655 2003-11-14  Kenichi Handa  <handa@m17n.org>
14657         * international/mule.el (ctext-non-standard-encodings-alist):
14658         Fix coding systems.
14660 2003-11-10  Kenichi Handa  <handa@m17n.org>
14662         * language/kannada.el ("Kannada"): Add sample-text.
14664         * language/knd-util.el (kannada-compose-region)
14665         (kannada-compose-string, kannada-post-read-conversion):
14666         Add autoload cookie.
14668         * international/quail.el (quail-completion): Change the message
14669         "corresponding translations" to "corresponding characters".
14671 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14673         * descr-text.el (describe-char): Fix typo.
14675 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
14677         These changes are to support Kannada language/script.
14679         * Makefile.in (DONTCOMPILE): Add kannada.el.
14681         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
14683         * loadup.el: Preload kannada.el.
14685         * language/ind-util.el (ucs-kannada-to-is13194-alist)
14686         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
14687         New variables.
14689         * language/kannada.el: New file.
14691         * language/knd-util.el: New file.
14693 2003-11-07  Andreas Schwab  <schwab@suse.de>
14695         * progmodes/autoconf.el (autoconf-font-lock-keywords):
14696         Also highlight AH_*.
14698         * xml.el (xml-parse-dtd): Fix misplaced paren.
14700 2003-11-07  Kenichi Handa  <handa@m17n.org>
14702         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
14704 2003-11-05  Juri Linkov  <juri@jurta.org>
14706         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
14707         (desktop-buffer-file): Use saved buffer-file-coding-system
14708         for file reading.  Set auto-insert to nil to prevent automatic
14709         insertion into restored empty files.
14711 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
14713         * files.el (risky-local-variable-p): Make second argument optional.
14715 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14717         * subr.el (add-hook): Fix last change.
14719 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
14721         * mail/rmail.el (rmail-convert-to-babyl-format):
14722         If base64-decode-region signals an error, catch it and silently
14723         ignore it.
14725 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
14727         * xml.el (xml-parse-region): Allow comments to appear after the
14728         topmost element has closed.
14729         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
14730         (xml-ns-expand-attr): New functions to do namespace handling.
14731         (xml-intern-attrlist): Back-compatible handling of attribute names.
14732         (xml-parse-tag): Move namespace handling to separate functions.
14733         Now produces elements in the form ((:ns . "element") (attr-list)
14734         children) instead of ('ns:element (attr-list) children).
14735         (xml-parse-attlist): Fix attribute parsing.
14736         (xml-parse-dtd): Change parsing so that it produces strings
14737         instead of interned symbols.
14739 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
14741         * dired.el (dired-ls-sorting-switches): Doc fix.
14743 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
14745         * emacs-lisp/rx.el (rx-or): Fix the case of
14746         "(rx (and ?a (or ?b ?c) ?d))".
14748 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
14750         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
14751         (texinfo-format-region): Use it.
14752         (texinfo-format-buffer-1): Ditto.
14754 2003-11-01  Alan Mackenzie  <acm@muc.de>
14756         Changes to allow scrolling whilst in isearch mode:
14757         * isearch.el (isearch-unread-key-sequence): New function,
14758         extracted from isearch-other-meta-char.
14759         (top level): (put 'foo 'isearch-scroll) on all Emacs's
14760         "scrollable" standard functions.
14761         (isearch-allow-scroll): New customizable variable.
14762         (isearch-string-out-of-window, isearch-back-into-window)
14763         (isearch-reread-key-sequence-naturally)
14764         (isearch-lookup-scroll-key): New functions.
14765         (isearch-other-meta-char): Doc string and functionality enhanced.
14766         Now accepts a prefix argument.
14767         (isearch-lazy-highlight-window-end): New variable.
14768         (isearch-lazy-highlight-new-loop): Pay attention to the window's
14769         end (thru isearch-lazy-highlight-window-end), not only its start.
14771         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
14772         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
14773         (universal-argument, universal-argument-more, negative-argument)
14774         (digit-argument, universal-argument-other-key): Minor changes.
14776 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14778         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14779         recursively if the last message is deleted, thus avoiding an
14780         infinite loop.
14782 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14784         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14785         (tex-main-file): Don't add .tex if the extension is already present.
14786         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14788 2003-10-29  Lute Kamstra  <lute@gnu.org>
14790         * progmodes/octave-inf.el (inferior-octave-prompt):
14791         Recognize version number in prompt.
14793 2003-10-28  Dave Love  <fx@gnu.org>
14795         * international/characters.el: Fix some Unicode ranges.
14797 2003-10-28  Kenichi Handa  <handa@m17n.org>
14799         * disp-table.el (standard-display-8bit)
14800         (standard-display-default, standard-display-ascii)
14801         (standard-display-g1, standard-display-graphic)
14802         (standard-display-underline): Assure that standard-display-table
14803         is a display table.
14805 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14807         * simple.el (reindent-then-newline-and-indent): Delete space *after*
14808         reindenting the first line.
14810 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14812         * wid-edit.el (widget-default-delete): Always delete child widgets.
14814 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14816         * newcomment.el (comment-indent): Don't call indent-according-to-mode
14817         if the line has code.
14818         Don't try to line up with something that's too far left.
14820         * progmodes/octave-mod.el (octave-comment-start): Simplify.
14821         (octave-mode-syntax-table): Add % as a comment starter.
14822         (octave-point): Remove.
14823         (octave-in-comment-p, octave-in-string-p)
14824         (octave-not-in-string-or-comment-p, calculate-octave-indent)
14825         (octave-blink-matching-block-open, octave-auto-fill):
14826         Use line-(beginning|end)-position instead.
14828 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14830         * emacs-lisp/authors.el (authors-aliases): Add correct realname
14831         for Francesco Potort\e,Al\e(B.
14833 2003-10-23  Dave Love  <fx@gnu.org>
14835         * international/mule-cmds.el (locale-charset-to-coding-system):
14836         Don't rely on nil being a coding system.
14838         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14839         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14840         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14842 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
14844         * gdb-ui.el (gdb-current-language): New variable.
14845         (gdb-update-flag): Remove variable.
14846         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14847         (gdb-take-last-elt): Remove function.
14848         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14849         (gdb-post-prompt): Check for variable object changes here.
14851         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14852         object changes in gdb-ui.el.
14854 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14856         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14858         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14859         Don't check for foo*/ wildcard form here.
14860         (insert-directory): Recognize foo*/ as a wildcard.
14861         Separate wildcard-regexp variable from the arg, wildcard.
14863         * subr.el (add-hook): Correctly detect when make-local-hook was used.
14864         (remove-hook): Correctly handle strange cases about local hooks.
14866 2003-10-21  David Ponce  <david@dponce.com>
14868         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14869         argument REAL, to return a real number instead of a rounded
14870         integer value.  Define as inline function.
14871         (ruler-mode-right-fringe-cols): Likewise.
14872         (ruler-mode-scroll-bar-cols): New function.
14873         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
14874         (ruler-mode-right-scroll-bar-cols): Likewise.
14875         (ruler-mode-space): New function.
14876         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
14877         scroll bar mode and margins in a more robust way.
14879 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
14881         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14882         (antlr-c-init-language-vars): New function.
14883         (antlr-mode): Use it with cc-mode before v5.29.
14884         (antlr-c-common-init): Don't set some local vars here.
14885         (antlr-mode): Set them here.
14886         (antlr-c-forward-sws): New function alias.
14887         (antlr-mode): Redefine with cc-mode before v5.30.
14888         (antlr-skip-sexps): Use it.
14889         (antlr-skip-exception-part): Ditto.
14890         (antlr-skip-file-prelude): Ditto.
14891         (antlr-outside-rule-p): Ditto.
14892         (antlr-end-of-body): Ditto.
14893         (antlr-option-kind): Ditto.
14894         (antlr-insert-option-area): Ditto.
14895         (antlr-file-dependencies): Ditto.
14897 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14899         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14900         Move backward only if point was not inside an entry.
14902 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14904         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14906 2003-10-21  Juri Linkov  <juri@jurta.org>
14908         * compare-w.el: Automatically skip non-matching text to resync.
14909         (compare-windows-whitespace): Doc fix.
14910         (compare-windows-sync, compare-windows-sync-string-size)
14911         (compare-windows-recenter, compare-ignore-whitespace)
14912         (compare-windows-highlight, compare-windows-face): New variables.
14913         (compare-windows): Use compare-windows-sync.
14914         (compare-windows-highlight, compare-windows-dehighlight)
14915         (compare-windows-sync-regexp)
14916         (compare-windows-sync-default-function): New functions.
14918 2003-10-21  Juri Linkov  <juri@jurta.org>
14920         * diff.el (diff-parse-differences): Don't visit the files now;
14921         instead, just record the error locus.
14923 2003-10-21  Dave Love  <fx@gnu.org>
14925         * progmodes/cfengine.el: New file.
14927 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14929         * complete.el (PC-do-completion): Do not forget to use `pred' as the
14930         default-directory when completing file names.
14932 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
14934         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14935         followed by the word `face', it gets treated as a face, even if
14936         it is also defined as a variable or a function.
14938 2003-10-20  Dave Love  <fx@gnu.org>
14940         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14941         Avoid incf in macro expansion.
14943 2003-10-20  John Paul Wallington  <jpw@gnu.org>
14945         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14946         `evenp' so we don't implicitly require cl library at runtime.
14948 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
14950         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14951         (help-make-xrefs): Only make cross-references for faces if
14952         preceded or followed by the word `face'.  Do not make a
14953         cross-reference for variables without variable documentation,
14954         unless preceded by the word `variable' or `option'.  Update doc
14955         string accordingly.
14957 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14959         * progmodes/hideshow.el: Rewrite one-armed `if'
14960         constructs using either `when' or `unless'.
14961         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14963 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
14965         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14966         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14967         instead of 12x12.
14969 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
14971         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14972         message while converting to Babyl.
14974 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
14976         * allout.el (allout-mode): Doc fix.
14978 2003-10-16  Lute Kamstra  <lute@gnu.org>
14980         * subr.el (force-mode-line-update): Fix docstring.
14982 2003-10-14  Dave Love  <fx@gnu.org>
14984         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14985         (default-input-method): Add :link, improve :type.
14986         (locale-charset-language-names): Fix utf-8 pattern.
14987         (locale-charset-match-p, locale-charset-alist)
14988         (locale-charset-to-coding-system): New.
14989         (set-locale-environment): Deal with codeset part of locale specs.
14991 2003-10-14  Lute Kamstra  <lute@gnu.org>
14993         * fringe.el (fringe-mode): Use active voice in docstring.
14994         (set-fringe-style): Ditto.
14996 2003-10-13  Lute Kamstra  <lute@gnu.org>
14998         * fringe.el (fringe-mode): Fix docstring.
14999         (set-fringe-style): Ditto.
15001 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
15003         * ediff-mult.el (ediff-filegroup-action):
15004         Use ediff-default-filtering-regexp.
15006         * ediff-util.el (ediff-recenter): Don't call
15007         ediff-restore-highlighting twice.
15008         (ediff-select-difference): Set current difference.
15009         (ediff-unselect-and-select-difference): Add comment.
15011         * ediff.el (ediff-directories,ediff-directory-revisions)
15012         (ediff-directories3,ediff-merge-directories)
15013         (ediff-merge-directories-with-ancestor)
15014         (ediff-merge-directory-revisions)
15015         (ediff-merge-directory-revisions-with-ancestor):
15016         Use ediff-default-filtering-regexp.
15018 2003-10-12  Andreas Schwab  <schwab@suse.de>
15020         * international/mule-cmds.el (locale-charset-language-names):
15021         Simplify regex by removing unused grouping.
15023 2003-10-10  Dave Love  <fx@gnu.org>
15025         * bindings.el: Don't bind stop.
15027 2003-10-08  Miles Bader  <miles@gnu.org>
15029         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
15030         face instead of attempting to emulate it.
15032 2003-10-07  Kenichi Handa  <handa@m17n.org>
15034         * international/mule-diag.el (list-coding-systems-1): List coding
15035         systems that are loaded automatically.
15037         * international/code-pages.el (iso-8859-11): Add autoload cookie.
15039         * international/mule.el (autoload-coding-system): New function.
15041 2003-10-07  Andreas Schwab  <schwab@suse.de>
15043         * log-edit.el (log-edit-changelog-entries): Prefer local value of
15044         change-log-default-name in the buffer visiting the file.
15046 2003-10-06  Dave Love  <fx@gnu.org>
15048         * files.el (find-file-hook): Customize.
15049         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
15051         * bindings.el (completion-ignored-extensions): Remove .log.
15052         (global-map): Add again, open, stop keys.
15054 2003-10-05  Richard M. Stallman  <rms@gnu.org>
15056         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
15057         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
15058         Use sh-modify directly.
15059         (sh-select): Use sh-append, not eval.
15061         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
15063         * info.el (Info-following-node-name): New function.
15065         * loadhist.el (unload-feature-special-hooks):
15066         Rename from loadhist-hook-functions.
15067         (loadhist-hook-functions): Now an alias.
15069 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
15071         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
15072         file-name clashes on 8+3 filesystems.
15074         * Makefile.in (DONTCOMPILE, bootstrap-clean):
15075         Rename loaddefs-boot.el to ldefs-boot.el
15077         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
15078         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
15080 2003-10-03  Lute Kamstra  <lute@gnu.org>
15082         * info.el (Info-mode): Revert previous change.
15083         (Info-escape-percent): New function.
15084         (Info-fontify-node): Use it.
15086 2003-10-02  Andreas Schwab  <schwab@suse.de>
15088         * loaddefs-boot.el: Regenerated.
15090 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
15092         * ffap.el: Remove defadvice related code from CVS since `complete'
15093         provides a `PC-completion-as-file-name-predicate' variable that
15094         ffap can override.
15096 2003-10-02  Kenichi Handa  <handa@m17n.org>
15098         * international/utf-8.el (ccl-decode-mule-utf-8):
15099         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
15101         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
15102         * international/subst-big5.el: Likewise.
15103         * international/subst-gb2312.el: Likewise.
15104         * international/subst-ksc.el: Likewise.
15106 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
15108         * calendar/calendar.el (increment-calendar-month)
15109         (calendar-leap-year-p, calendar-absolute-from-gregorian)
15110         (generate-calendar, calendar-read-date, calendar-interval)
15111         (calendar-day-of-week): Handle years BC.
15112         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
15114 2003-10-01  Dave Love  <fx@gnu.org>
15116         * language/cyrillic.el (cp1251): Alias for windows-1251.
15118         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
15119         bootstrap.
15121 2003-10-01  Lute Kamstra  <lute@gnu.org>
15123         * files.el: Fix typo.
15124         * imenu.el (imenu--generic-function): Docstring fix.
15126 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15128         * dired.el (dired-mode): Handle dired-directory as a list.
15130 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
15132         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
15134         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
15136         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
15137         Replace gud-display with gud-watch.
15138         (gud-speedbar-buttons): Add stuff for watching expressions
15139         in the speedbar when using M-x gdba.  Use dolist on old part
15140         of this function.
15142         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
15143         (gdb-update-flag): New variables.
15144         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
15145         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
15146         (gud-watch, gdb-var-create-handler) : New functions.
15147         (gdb-var-list-children, gdb-var-list-children-handler)
15148         (gdb-var-create-regexp, gdb-var-update-regexp)
15149         (gdb-var-list-children-regexp): New constants.
15150         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
15151         (gdb-annotation-rules): Reduce annotation set (level 3).
15152         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
15153         (gdb-post-prompt): Don't update GDB buffers every time speedbar
15154         updates.
15155         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
15156         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
15157         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
15158         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
15159         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
15160         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
15161         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
15162         (gud-display, gud-display1)
15163         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
15164         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
15165         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
15166         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
15167         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
15168         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
15169         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
15170         (gdb-display-display-buffer, gdb-toggle-display)
15171         (gdb-delete-display, gdb-expressions-popup-menu)
15172         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
15173         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
15174         to display buffer.
15176 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15178         * progmodes/ada-mode.el (ada-mode): Don't use advice.
15179         Instead, set which-func-functions.
15181         * progmodes/which-func.el (which-func-modes): Add ada-mode.
15182         (which-func-functions): New variable.
15183         (which-function): Use that.
15185         * info.el (Info-mode): Double each `%' in header line.
15187         * emacs-lisp/lisp-mnt.el (lm-with-file):
15188         When FILE is nil, run BODY in current buffer.
15190         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
15192         * help.el (describe-mode): Start with a brief list of minor modes.
15193         Find them thru minor-mode-list so as to find them all.
15194         Show them in alphabetical order.
15196         * mail/sendmail.el (mail-aliases): Doc fix.
15198         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
15200 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15202         * mail/rmailsum.el (rmail-make-summary-line-1):
15203         Change comma after last label to a space.
15204         (rmail-summary-font-lock-keywords): Adapt to that change.
15206 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
15208         * progmodes/scheme.el (scheme-mode-variables): When setting
15209         `font-lock-defaults', also specify that "#" should
15210         be interpreted with `word' syntax.
15211         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
15213 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
15215         * desktop.el: A lot of comments updated.
15216         (desktop-save-mode): Minor mode introduced.
15217         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
15218         (desktop-load-default): Function made obsolete.
15219         (desktop-locals-to-save): Variable made customizable.
15220         (desktop-read): Optional parameter `dirname' added.
15221         (desktop-change-dir, desktop-revert): Parameter `dirname' in
15222         `desktop-read' used.
15223         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
15225 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
15227         * whitespace.el (whitespace-clean-msg): Add user customizable message
15228         for displaying ``clean'' output.
15229         (whitespace-buffer): Use `whitespace-clean-msg'.
15230         (whitespace-global-mode): Fix typo.
15232 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
15234         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
15236 2003-09-29  Lute Kamstra  <lute@gnu.org>
15238         * bindings.el (mode-line-modes): Remove superfluous :propertize
15239         construct in initialization.
15240         (mode-line-position): Change cons cell into proper list in
15241         initialization.
15243 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15245         * international/mule.el (decode-coding-inserted-region): Use car
15246         of the return value of find-operation-coding-system.
15248 2003-09-29  Kenichi Handa  <handa@m17n.org>
15250         * descr-text.el (describe-char): Fix previous change.
15252 2003-09-28  Kenichi Handa  <handa@m17n.org>
15254         * descr-text.el (describe-char-display): New function.
15255         (describe-char): Pay attention to display table on describing how
15256         a character is displayed.
15258         * international/mule-cmds.el (encoded-string-description):
15259         Prepend "0x" to each encoded byte.
15261 2003-09-28  Andreas Schwab  <schwab@suse.de>
15263         * find-file.el (ff-special-constructs): Add autoload cookie.
15265 2003-09-28  Kevin Ryde  <user42@zip.com.au>
15267         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
15268         makeinfo appends to duplicate index entries.
15270 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
15272         * dired-x.el (dired-clean-tex): Doc fix.
15274         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
15275         using a Chinese tutorial.
15277 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15279         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
15280         between "MAIL FROM:" and "RCPT TO:" and the following address.
15282 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15284         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
15286 2003-09-28  David Ponce  <david@dponce.com>
15288         * recentf.el (recentf-initialize-file-name-history): New defcustom.
15289         (recentf-load-list): When `recentf-initialize-file-name-history'
15290         is non-nil, initialize an empty `file-name-history' with the
15291         recent list.
15293 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
15295         * man.el (Man-default-man-entry): Remove the leading `*' from the
15296         word at point.
15298 2003-09-26  Lute Kamstra  <lute@gnu.org>
15300         * bindings.el (mode-line-position): Mention size indication in
15301         docstring.
15303 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
15305         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
15307         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
15308         because it's autoloaded now.
15310 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
15312         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
15313         (sh-font-lock-keywords, sh-feature): Fix previous change of
15314         sh-feature to avoid infloop with sh-font-lock-keywords.
15316 2003-09-25  Kim F. Storm  <storm@cua.dk>
15318         * frame.el (frame-current-scroll-bars): New defun.
15320         * window.el (window-current-scroll-bars): New defun.
15322 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15324         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
15325         cause errors when the state cache contains info on parts that have
15326         been narrowed out.
15328 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15330         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
15331         `c-setup-paragraph-variables' has to be used when this variable is
15332         changed; it doesn't work to reinitialize the mode since that
15333         typically clobbers the variable.
15335         * progmodes/cc-styles.el (c-setup-paragraph-variables):
15336         Make it interactive.
15338 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15340         * progmodes/cc-fonts.el (c-font-lock-declarations):
15341         Fix recognition of constructors and destructors for classes whose
15342         names are matched by `*-font-lock-extra-types'.
15344         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
15345         followed by an identifier in C++ then it's a type.
15347 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15349         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
15350         problem that primarily affected XEmacs.  Don't use faces to find
15351         unterminated strings since Emacs and XEmacs fontify strings
15352         differently - this function should now work better in XEmacs.
15354 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15356         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
15357         `expand-abbrev' workaround which caused braces to misbehave inside
15358         macros.
15360         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
15361         handling.  This bug could cause interactive font locking to bail out.
15363 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15365         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15366         Handle paren-style types in Pike.  Also fixed some cases of
15367         insufficient handling of unbalanced parens.
15369 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
15371         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
15372         common shell prompts that are not common filename or URL characters.
15373         (ffap-file-at-point): Use the new regexp to strip the prompts from
15374         the file names.  This is an issue mostly for user prompts that
15375         don't have a trailing space and find-file-at-point is invoked from
15376         within a shell inside Emacs.
15378 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
15380         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
15381         stamps numerically, rather than textually.
15383 2003-09-24  Kenichi Handa  <handa@m17n.org>
15385         * language/devan-util.el (devanagari-post-read-conversion):
15386         * language/mlm-util.el (malayalam-post-read-conversion):
15387         * language/tml-util.el (tamil-post-read-conversion):
15388         Add autoload cookie.
15390         * international/utf-8.el (utf-8-post-read-conversion):
15391         Call post-read-conversion functions for Devanagari, Malayalam,
15392         and Tamil.
15394 2003-09-23  Dave Love  <fx@gnu.org>
15396         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
15398 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
15400         * progmodes/gud.el (perldb): Add gud-until to list of commands.
15401         Update gud-remove.
15403 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15405         * progmodes/sh-script.el (sh-mode-default-syntax-table):
15406         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
15407         (sh-mode-syntax-table-input): New variable.
15408         (sh-require-final-newline): Don't use eval.
15409         (sh-builtins, sh-leading-keywords, sh-other-keywords)
15410         (sh-variables, sh-font-lock-keywords): Don't use eval.
15411         (sh-set-shell): When setting require-final-newline,
15412         treat value = `require-final-newline' as don't change it.
15413         Set sh-mode-syntax-table locally based on
15414         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
15416         * progmodes/compile.el (compile-internal):
15417         Call compilation-set-window-height before setting window start.
15419 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
15421         * emacs-lisp/bytecomp.el (byte-compile-log-file):
15422         Clear out byte-compile-last-warned-form.
15424 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15426         * woman.el (woman-file-name, woman-follow-word):
15427         If current-word returns nil, use "".
15429         * simple.el (eval-expression): Bind standard-output in to-buffer case.
15431 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15433         * emacs-lisp/lisp-mnt.el (lm-with-file):
15434         Don't visit the file, just use insert-file-contents in temp buffer.
15436 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
15438         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
15439         Add surrounding \\( and \\) around the header, as in
15440         for lm-history-header 'Change Log\\|History'.
15442 2003-09-22  John Paul Wallington  <jpw@gnu.org>
15444         * progmodes/ld-script.el: Add Commentary section,
15445         minor cleanup of file header.
15446         (ld-script-font-lock-keywords): Doc fix.
15447         (toplevel): Provide `ld-script' feature.
15449 2003-09-21  Kim F. Storm  <storm@cua.dk>
15451         * scroll-bar.el (set-scroll-bar-mode): Initialize to
15452         new built-in variable default-frame-scroll-bars.
15453         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
15454         scroll-bar-mode; notably, use it instead of t when we toggle
15455         scroll-bars on.
15456         (toggle-scroll-bar): Use default-frame-scroll-bars.
15458 2003-09-19  Masatake YAMATO  <jet@gyve.org>
15460         * pcvs.el (cvs-do-removal): Change the prompt depending on
15461         `filter' value.
15463 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
15465         * startup.el (command-line-1): Stop startup-echo-area-message
15466         being hidden by "Loading image..." message.
15467         (use-fancy-splash-screens-p, display-splash-screen):
15468         Move display-graphic-p test from latter to former.
15470         * progmodes/sh-script.el (sh-font-lock-keywords):
15471         Highlight escaped EOLs differently from other backslash constructs.
15473 2003-09-19  Richard M. Stallman  <rms@gnu.org>
15475         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
15476         New functions.
15477         (edebug-enter, edebug-outside-excursion): Use them.
15479         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
15480         Fix the condition for whether to print "In WHERE".
15482 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
15484         * finder.el (finder-mode-hook): New variable.
15485         (finder-mode): Run hook finder-mode-hook
15487 2003-09-18  Masatake YAMATO  <jet@gyve.org>
15489         * progmodes/ebrowse.el: Fix broken magic autoload comments.
15491 2003-09-17  Mario Lang  <mlang@delysid.org>
15493         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
15494         "p %e" to actually print the value in the GUD buffer.
15496 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
15498         From David Ponce <david.ponce@wanadoo.fr>:
15499         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
15500         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
15501         from loaddefs-boot.el if necessary.
15503 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
15505         * progmodes/gud.el (gud-find-class): Make jdb work again since
15506         cc-mode changed the syntactic information.
15508 2003-09-15  David Ponce  <david@dponce.com>
15510         * recentf.el: (recentf-exclude): Accept predicates too.
15511         (recentf-file-readable-p): New function.
15512         (recentf-include-p): Handle predicates in recentf-exclude.
15513         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
15514         (recentf-cleanup): Likewise.
15515         (recentf-save-list): Use write-file to handle backup of
15516         recentf-save-file.
15518 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
15520         * loaddefs-boot.el: Renamed from `loaddefs.el'
15521         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
15522         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
15523         necessary.
15525 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
15527         * electric.el (Electric-pop-up-window): For the `one-window' case,
15528         no longer disconcertingly move point in the original buffer.
15530 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15532         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
15534 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15536         * dired.el (dired-mode-map): Fix typo.
15538 2003-09-11  Richard M. Stallman  <rms@gnu.org>
15540         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
15542 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15544         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
15545         the function is less noisy.  Now only `kill-buffer' can ask questions.
15547 2003-09-10  Mario Lang  <mlang@delysid.org>
15549         * battery.el: Update Commentary and Copyright.
15550         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
15551         appear due to wrong ordering of the expressions in `or'.
15553 2003-09-09  Lute Kamstra  <lute@gnu.org>
15555         * misc.el (upcase-char): Fix docstring.
15556         (zap-up-to-char): New command.
15558 2003-09-08  David Ponce  <david@dponce.com>
15560         Ensure that recentf correctly updates the menu bar.
15561         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
15562         (recentf-menu-bar): New function.
15563         (recentf-clear-data): Use it
15564         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
15565         of easy-menu-change.
15567 2003-09-08  Lute Kamstra  <lute@gnu.org>
15569         * simple.el (size-indication-mode): New.
15570         * bindings.el (mode-line-position): Add buffer size indicator.
15572 2003-09-04  Mario Lang  <mlang@delysid.org>
15574         * battery.el (battery-linux-proc-acpi): New function.
15575         (battery-status-function): Modify default value calculation to also
15576         check for availability of ACPI.
15577         (battery-echo-area-format): Ditto.
15578         (battery-mode-line-format): Ditto.
15580 2003-09-06  Dave Love  <fx@gnu.org>
15582         * ielm.el (ielm-mode-hook): Add :options.
15584         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
15585         (eldoc-print-current-symbol-info): Use it.
15587 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
15589         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
15590         being displayed in GUD buffer.
15591         (gdb-idle-input-queue): Remove var.  Use just one queue.
15592         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
15593         Remove functions.  Use just one queue.
15594         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
15595         (gdb-invalidate-assembler, gdb-get-current-frame):
15596         Modify functions.  Use just one queue.
15598 2003-09-04  Dave Love  <fx@gnu.org>
15600         * cus-start.el: Add blink-cursor-alist.
15602         * ruler-mode.el (ruler-mode-fill-column-char)
15603         (ruler-mode-current-column-char): Use char-displayable-p,
15604         not window-system.
15606         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
15608         * language/european.el (windows-1252): Move from code-pages.
15610         * language/cyrillic.el ("Windows-1251"): Delete.
15611         ("Bulgarian", "Belarusian"): Remove `features'.
15612         (windows-1251): Move from code-pages.
15614         * international/mule-diag.el (non-iso-charset-alist):
15615         Remove `codepage' stuff.
15616         (print-designation, list-coding-systems-1): Output fixes.
15618         * international/code-pages.el (cp-make-translation-table)
15619         (cp-valid-codes): Made defsubsts.
15620         (cp-fix-safe-chars): Delete.
15621         (mule-diag): Don't require.
15622         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
15623         (top-level): Check for defined coding system when defining
15624         cp... aliases.  Change w32-add-charset-info test to avoid warning.
15625         (non-iso-charset-alist): Defvar when compiling.
15626         (cp-make-coding-system): Doc fix.
15628 2003-09-02  Jason Rumney  <jasonr@gnu.org>
15630         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
15631         line-ends from CVS before doing conversion.
15633 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
15635         * calendar/diary-lib.el (diary-header-line-flag)
15636         (diary-header-line-format): New variables.
15637         (list-diary-entries): Use them to set header line in simple diary.
15639         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
15640         other than font-lock-string-face to highlight backslashes.
15642 2003-09-01  Jason Rumney  <jasonr@gnu.org>
15644         * international/titdic-cnv.el (tit-read-key-value): Include \r in
15645         regexp.
15647 2003-09-01  Dave Love  <fx@gnu.org>
15649         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
15651         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
15652         and :help; also line and column numbers labels.
15654         * international/mule-util.el (char-displayable-p): Move from
15655         latin1-disp, rename and autoload.
15657         * international/latin1-disp.el (latin1-char-displayable-p):
15658         Now obsolete alias.  Replace uses with char-displayable-p.
15659         (latin1-display-ucs-per-lynx): Fix last change.
15661         * international/mule-cmds.el (standard-display-european-internal):
15662         Don't use char code for Latin-1 NBSP.
15663         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
15664         U+2018, U+2019 for `'.
15665         (select-safe-coding-system): Message fix.
15667 2003-09-01  Kenichi Handa  <handa@m17n.org>
15669         * international/fontset.el (setup-default-fontset): For Thai
15670         font, specify "*" family.
15672 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15674         * progmodes/compile.el (previous-error): Accept a prefix
15675         argument, similarly to next-error.
15677 2003-08-31  Masatake YAMATO  <jet@gyve.org>
15679         * pcvs.el (cvs-do-removal): Use = instead of eq to check
15680         the number of files.  Bind the number of files to a local
15681         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
15683 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
15685         * vc-hooks.el (vc-make-version-backup): Fix the change made on
15686         2003-07-26: msdos-long-file-names is a function, not a variable.
15688 2003-08-29  Richard M. Stallman  <rms@gnu.org>
15690         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
15691         Do nothing with mail-personal-alias-file if it is nil.
15693         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
15694         Do nothing if mail-personal-alias-file is nil.
15696         * term.el (term-exec-1): Bind coding-system-for-read.
15698         * dired.el (dired-mouse-find-file-other-window):
15699         Use dired-view-command-alist here, as in dired-view-file.
15700         (dired-view-command-alist): Use %s to substitute file name.
15701         Handle .ps_pages, .eps, .jpg, .gif, .png.
15703 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15705         * info.el (Info-mode-map): Bind S-tab and <backtab> to
15706         `Info-prev-reference', instead of M-tab.
15708 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
15710         * simple.el (blink-matching-open): Work correctly on chars that
15711         are designated as parens through the syntax-table text property.
15713 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
15715         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
15716         line break position in the middle of a non-kinsoku (e.g. latin)
15717         word, making it skip until either a space or a character with
15718         category "|".
15719         (kinsoku-longer): Test for end of buffer.
15721 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
15723         * mail/rmail.el (rmail-convert-to-babyl-format):
15724         Detect quoted-printable- and base64-encoded messages and decode them
15725         automatically.  Set the message's encoding from the charset=
15726         header, if any.  Decode base64-encoded messages in Mail format as well.
15728 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15730         * mail/smtpmail.el: Fix previous change.
15731         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
15732         calling smtpmail-via-smtp.
15733         (smtpmail-via-smtp): Add fall-back values for envelope-from.
15735 2003-08-26  John Paul Wallington  <jpw@gnu.org>
15737         * image.el (image-jpeg-p): Don't search beyond length of data.
15739 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15741         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
15742         misfeature in `expand-abbrev' which caused electric keywords like
15743         "else" to disappear if an open brace was typed directly afterwards.
15745 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15747         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
15748         mandatory in `define-widget'.
15750         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
15751         Don't align the operators "!=", "<=" and ">=" as assignment operators.
15753         (c-assignment-operators): New language constant that only contains
15754         the assignment operators.
15756         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
15758 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15760         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15761         Safeguard against unbalanced sexps.
15763 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
15765         * version.el (emacs-version): Check for gtk.  Include gtk version info.
15767 2003-08-25  John Paul Wallington  <jpw@gnu.org>
15769         * man.el (Man-default-man-entry): Don't whizz past the section
15770         number before looking for it.
15772 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
15774         * progmodes/gud.el (gud-display-line): Don't set window-point if
15775         source buffer is not visible.  (Only happens with M-x gdba.)
15777         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15778         documentation.
15779         (gdb-source, gdb-source-info): Update to assembler unnecessary
15780         as its done after each GDB command anyway.
15781         (gdb-pre-prompt): Use with-current-buffer.
15782         (gdb-insert-field): Add help-echo text.
15783         (gdb-invalidate-assembler): Re-display of assembler now done in
15784         gdb-info-breakpoints-custom.
15785         (gdb-info-breakpoints-custom): Force re-display of assembler to
15786         happen *after* update of breakpoints buffer.
15787         (gdb-display-source-buffer): Don't choke if gdb-source-window
15788         isn't visible.
15789         (gdb-put-string, gdb-put-arrow): Remove free variables.
15791 2003-08-24  John Paul Wallington  <jpw@gnu.org>
15793         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15795         * man.el (Man-default-man-entry): Strip text properties when
15796         snarfing parts of entry because `format' preserves properties.
15798 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15800         * files.el (file-newest-backup): Use `expand-file-name'.
15802         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15803         Allow the diary to pop up a new frame, if needed.
15805         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15806         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15807         (smtpmail-send-it): Make treatment of envelope-from consistent with
15808         sendmail.el.
15810         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15811         (sh-leading-keywords): Add the bash `time' reserved word.
15812         (sh-variables): Add some bash variables.
15813         (sh-add-completer): Fix nil branch of case statement.
15815 2003-08-24  Masatake YAMATO  <jet@gyve.org>
15817         * progmodes/ld-script.el: New file.
15819 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
15821         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15823 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
15825         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15826         Better explain obsolescence, and what to use instead.
15828 2003-08-23  Masatake YAMATO  <jet@gyve.org>
15830         * pcvs.el (cvs-do-removal): Show the deleted file name
15831         on the prompt.
15833 2003-08-20  Dave Love  <fx@gnu.org>
15835         * international/mule.el (make-coding-system)
15836         (set-buffer-file-coding-system): Doc fix.
15838         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15840         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15842         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15844         * international/utf-16.el: Add mime-text-unsuitable coding system
15845         properties.
15847         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15849         * cus-edit.el: Add some :links.
15850         (bib): Remove.
15852         * textmodes/bib-mode.el (bib): Add :group external.
15854 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
15856         * wid-edit.el (widget-echo-help): Make it handle expressions that
15857         evaluate to strings.
15859 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
15861         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
15863         Simplify selection of SQL products to define highlighting and
15864         interactive mode.  Includes detailed instructions on adding
15865         support for new products.
15867         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
15868         product for use in highlighting and interactive mode.
15869         (sql-interactive-product): New variable.  SQL product for
15870         sql-interactive-mode.
15871         (sql-product-support): New variable.  Specifies product-specific
15872         parameters to drive highlighting and interactive mode.
15873         (sql-imenu-generic-expression): Add more object types.
15874         (sql-sqlite-options): Correct comment.
15875         (sql-ms-program): Use "osql" rather than "isql".
15876         (sql-prompt-regexp, sql-prompt-length): Update comment.
15877         (sql-mode-menu): Add "Start SQLi session" entry.
15878         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
15879         (sql-mode-abbrev-table): Add abbreviations.  Support of
15880         SYSTEM-FLAG on define-abbrev.  Support was removed with last
15881         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15882         (sql-mode-font-lock-object-name): Add font-lock pattern for object
15883         names.
15884         (sql-mode-ansi-font-lock-keywords): Set as default value.
15885         (sql-mode-oracle-font-lock-keywords): Set as default value.
15886         Support Oracle 9i keywords.
15887         (sql-mode-postgres-font-lock-keywords): Set as default value.
15888         (sql-mode-linter-font-lock-keywords): Set as default value.
15889         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
15890         SQLServer 2000.
15891         (sql-mode-sybase-font-lock-keywords)
15892         (sql-mode-interbase-font-lock-keywords)
15893         (sql-mode-sqlite-font-lock-keywords)
15894         (sql-mode-strong-font-lock-keywords)
15895         (sql-mode-mysql-font-lock-keywords)
15896         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
15897         keywords.
15898         (sql-mode-font-lock-defaults): Update comment.
15899         (sql-product-feature): New function.  Returns feature associated
15900         with a product from `sql-product-support' alist.
15901         (sql-product-font-lock): New function.  Set font-lock support
15902         based on `sql-product'.
15903         (sql-add-product-keywords): New function.  Add font-lock rules to
15904         product-specific keyword variables.
15905         (sql-set-product): New function.  Set `sql-product' and apply
15906         appropriate font-lock highlighting.
15907         (sql-highlight-product): New function.  Set font-lock support
15908         based on a product.  Also set mode name to include product name.
15909         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15910         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15911         Use `sql-set-product'.
15912         (sql-highlight-ms-keywords)
15913         (sql-highlight-sybase-keywords)
15914         (sql-highlight-interbase-keywords)
15915         (sql-highlight-strong-keywords)
15916         (sql-highlight-mysql-keywords)
15917         (sql-highlight-sqlite-keywords)
15918         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
15919         (sql-get-login): Prompt in the same order as the tokens.
15920         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15921         (sql-product-interactive): New function.  Common portions of
15922         product-specific interactive mode wrappers.
15923         (sql-interactive-mode): Rewritten to use product features.
15924         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15925         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15926         (sql-db2, sql-linter): Use `sql-product-interactive'.
15927         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15928         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15929         (sql-connect-ingres, sql-connect-postgres)
15930         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15931         New functions.  Format command line parameters and invoke comint on
15932         the appropriate interpreter.  Code was in the corresponding
15933         `sql-xyz' function before.
15934         (sql-connect-ms): New function.  Support -E argument to use
15935         operating system credentials for authentication.
15937 2003-08-18  Kenichi Handa  <handa@m17n.org>
15939         * international/mule.el (encode-char): Fix for the ASCII case.
15941 2003-08-15  Kenichi Handa  <handa@m17n.org>
15943         * international/fontset.el (setup-default-fontset): Change "*" to
15944         nil in the specifications of font family.
15946 2003-08-18  Kim F. Storm  <storm@cua.dk>
15948         * kmacro.el (kmacro-keymap): Group related bindings in
15949         initialization for clarity.  Bind C-s to start macro.
15950         Remove C-r binding.
15951         (kmacro-initial-counter-value): New defvar to hold initial counter
15952         value in case we set the value before defining a macro.
15953         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15954         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15955         not defining or executing macro.  Doc fix.
15956         (kmacro-add-counter): Clear kmacro-initial-counter-value.
15957         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15958         temporarily view older elements on the macro ring without cycling
15959         the ring.
15960         (kmacro-display): Doc fix.
15961         (kmacro-exec-ring-item): New helper function.
15962         (kmacro-call-ring-2nd): Use it.
15963         (kmacro-call-ring-2nd-repeat): Doc fix.
15964         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15965         (kmacro-end-or-call-macro): Execute last viewed macro (using
15966         kmacro-exec-ring-item) from ring if this follows
15967         kmacro-view-macro.  This allows us to find a macro on the ring
15968         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15969         the ring to bring it to the head of the ring.
15970         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15971         Allow binding to reserved keys without specifying C-x C-k prefix.
15972         Ask for confirmation if entered key sequence is already bound to
15973         a non-macro command.
15974         (kmacro-view-macro): Repeating command will show older elements
15975         on the macro ring; C-k will execute the last viewed macro.
15976         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
15977         property from 'ring to 'head.
15979 2003-08-17  Alan Shutko  <ats@acm.org>
15981         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15982         keeping December out of the alist.
15984 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
15986         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15987         * calendar/calendar.el (calendar-mode-map): Bind it to key.
15988         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15989         (calendar-flatten): New function.
15990         (calendar-mouse-view-other-diary-entries)
15991         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15992         in the menu title and to show multi-line diary entries correctly
15993         in the menu.
15995 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
15997         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15998         defcustom, because the default was recently changed.
16000 2003-08-16  Richard M. Stallman  <rms@gnu.org>
16002         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
16004         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16005         New subroutine, broken out of eval-last-sexp-1.
16006         (eval-last-sexp-1): Use eval-last-sexp-print-value.
16008         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
16010         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
16012         * simple.el (eval-expression): Use eval-last-sexp-print-value.
16014 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
16016         * progmodes/compile.el (compilation-error-regexp-alist):
16017         Add Java ANt error detection as described in document
16018         http://ant.apache.org/faq.html
16020 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
16022         * simple.el (backward-word, forward-to-indentation)
16023         (backward-to-indentation): Argument changed to optional.
16024         (next-line, previous-line): Use `or' instead of `unless'.
16026 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16028         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
16029         instead of a constant.
16031 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
16033         * shell.el (shell): With prefix-arg, suggest a new buffer name.
16035 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
16037         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
16038         (vc-sccs-workfile-version): Search the entire delta table, rather
16039         than just the first entry, because that might be a deleted version.
16041 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
16043         * menu-bar.el (menu-bar-options-menu): Supply a body for the
16044         [save-place] binding in the Options menu.  Have it require
16045         'saveplace' and then toggle the variable manually, to avoid an an
16046         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
16047         for the bug report.
16049 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
16051         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
16052         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
16053         (gdb-info-threads-custom): Add help-echo text.
16054         (gdb-display-back): Don't use purecopy.
16055         (gdb-info-breakpoints-custom, gdb-reset)
16056         (gdb-assembler-custom): Use display-images-p to test if breakpoint
16057         icons can be displayed.
16059 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
16061         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
16063 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
16065         * bookmark.el (bookmark-completing-read):
16066         Return a string, instead of a list of one string.
16067         Use a popup menu if activated from the mouse.
16068         (bookmark-edit-annotation): Remove unused vars.
16069         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
16070         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
16071         to bookmark-completing-read.
16072         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16073         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
16074         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
16075         and erase-buffer.
16076         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
16077         (bookmark-menu-jump, bookmark-menu-insert)
16078         (bookmark-popup-menu-and-apply-function)
16079         (bookmark-menu-popup-paned-bookmark-menu): Remove.
16080         (bookmark-menu-build-paned-menu): Remove by folding it into
16081         bookmark-menu-popup-paned-menu.
16082         (menu-bar-bookmark-map): Move the define-key statements here.
16083         Use the "non-menu" commands since they now pop up a menu if needed.
16084         (bookmark-exit-hook-internal): Simplify.
16086 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
16088         * reftex-toc.el (reftex-toc-rename-label): New function.
16089         (reftex-toc-check-docstruct): New function.
16091         * reftex.el (reftex-region-active-p): New function.
16093         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
16094         regexp to find the \bibliography macro.
16096         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
16097         which does not exist in LaTeX.
16098         (reftex-cite-format-builtin): Added amsrefs support.
16099         (reftex-toc-confirm-promotion): New option
16101         * reftex-toc.el
16102         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
16103         (reftex-toc-demote, reftex-toc-promote)
16104         (reftex-toc-do-promote, reftex-toc-promote-prepare)
16105         (reftex-toc-promote-action, reftex-toc-extract-section-number)
16106         (reftex-toc-newhead-from-alist)
16107         (reftex-toc-load-all-files-for-promotion): New functions.
16108         (reftex-toc-help): Added description of new keys.
16109         (reftex-toc-split-windows-fraction): New option.
16110         (reftex-recenter-toc-when-idle): Search *toc* window on all
16111         visible frames.
16112         (reftex-toc): Additional parameter REUSE
16113         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
16114         with REUSE argument.
16115         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
16116         the call of `reftex-toc'.
16117         (reftex-make-separate-toc-frame): New function .
16118         (reftex-toc-recenter): When called with triple prefix arg, call
16119         `reftex-make-separate-toc-frame' first.
16120         (reftex-toc-toggle-dedicated-frame): New command.
16121         (reftex-toc-quit): Adapted to delete frame when called in
16122         dedicated frame.
16124         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
16125         all enclosing macros.
16128 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16130         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
16131         first use.
16133 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16135         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
16137 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16139         * calendar/calendar.el (list-diary-entries-hook)
16140         (diary-display-hook, nongregorian-diary-listing-hook)
16141         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
16142         Add some customize options for these hooks.
16143         (calendar-abbrev-construct): Don't try to take a substring longer
16144         than the original string.
16146 2003-08-05  Richard M. Stallman  <rms@gnu.org>
16148         * emacs-lisp/testcover.el (noreturn): Report error if does return.
16149         (testcover-reinstrument-clauses): Doc fix.
16151         * emacs-lisp/warnings.el: Doc fixes, args renamed.
16152         (warning-type-format): Rename from warning-group-format.
16154         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
16155         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
16156         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
16157         to prevent warnings about defvar for an obsolete variable.
16159         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
16160         warning-group-format renamed to warning-type-format.
16162         * subr.el (read-passwd): Use clear-string instead of fillarray.
16164         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
16165         Use vconcat instead of concat.
16166         (edmacro-sanitize-for-string): New function.
16168 2003-08-05  Dave Love  <fx@gnu.org>
16170         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
16171         line-number-display-limit-width.
16173         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
16175 2003-08-05  Kenichi Handa  <handa@m17n.org>
16177         * international/code-pages.el: Don't require mule-diag.
16179         * international/mule-diag.el (non-iso-charset-alist):
16180         Add autoload cookie.
16182         * language/devan-util.el (dev-glyph-order): Add an entry for the
16183         glyph code #xC4.
16185 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16187         * calendar/calendar.el (diary-file, diary-file-name-prefix)
16188         (european-calendar-style, diary-date-forms)
16189         (calendar-day-name-array, calendar-month-name-array): Doc change.
16190         (generate-calendar-month): Adapt for new behaviour of
16191         `calendar-day-name' function.
16192         (calendar-abbrev-length, calendar-day-abbrev-array)
16193         (calendar-month-abbrev-array): New variables.
16194         (calendar-abbrev-construct): New function.
16195         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
16196         rather than fixing abbrevs at some width.  Calling syntax change.
16197         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
16198         (calendar-date-string): Adapt for new behaviours of
16199         `calendar-day-name' and `calendar-month-name' functions.
16201         * calendar/diary-lib.el (list-diary-entries): Adapt for new
16202         behaviour of `calendar-day-name' and `calendar-month-name' functions.
16203         (diary-name-pattern): Use abbrev arrays, rather than fixing
16204         abbrevs at three chars.  Calling syntax change.
16205         (mark-diary-entries): Adapt for new behaviours of
16206         `diary-name-pattern' and `calendar-make-alist' functions.
16207         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
16208         `diary-name-pattern' function.
16209         (font-lock-diary-date-forms): Use abbrev arrays, rather than
16210         fixing abbrevs at three chars.  Calling syntax change.
16211         (cal-hebrew, cal-islam): Require when compiling.
16212         (diary-font-lock-keywords): Adapt for new behaviour of
16213         `font-lock-diary-date-forms' function.
16215         * calendar/cal-hebrew.el: Reposition some code so defined before used.
16216         (calendar-hebrew-month-name-array-common-year)
16217         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
16218         (list-hebrew-diary-entries): Adapt for new behaviours of
16219         `calendar-day-name' and `add-to-diary-list' functions.
16220         (mark-hebrew-diary-entries): Adapt for new behaviours of
16221         `diary-name-pattern' and `calendar-make-alist' functions.
16223         * calendar/cal-islam.el (calendar-islamic-month-name-array):
16224         Add doc string.
16225         (list-islamic-diary-entries): Adapt for new behaviours of
16226         `calendar-day-name' and `add-to-diary-list' functions.
16227         (mark-islamic-diary-entries): Adapt for new behaviours of
16228         `diary-name-pattern' and `calendar-make-alist' functions.
16230         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
16231         `calendar-month-name' function.
16233         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
16235         * calendar/solar.el (solar-seasons-data): Move definition before use.
16237         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
16238         (cal-tex-LaTeX-hourbox): Move definition before use.
16240         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
16241         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
16242         lunar.el, solar.el
16243         (displayed-month, displayed-year): Define for compiler.
16245 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16247         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
16248         MODE.  Renamed from c-init-c-language-vars'.
16249         (c-initialize-cc-mode): Change accordingly.
16250         (c-common-init): Ditto.
16251         (c-mode): Ditto.
16252         (c++-mode): Use `c-init-language-vars-for'.
16253         (objc-mode): Ditto.
16254         (java-mode): Ditto.
16255         (idl-mode): Ditto.
16256         (pike-mode): Ditto.
16257         (awk-mode): Ditto.
16259 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16261         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
16262         or not the point moved.
16264         (c-search-decl-header-end): Don't trip up on operator identifiers
16265         in C++ and operators like == in all languages.
16267         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16268         Detect leading labels correctly.
16270 2003-08-02  Andreas Schwab  <schwab@suse.de>
16272         * textmodes/ispell.el: Don't redo key bindings on loading, put
16273         them only in loaddefs.el.
16274         * bookmark.el: Likewise.
16275         * dabbrev.el: Likewise.
16276         * emerge.el: Likewise.
16278         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
16279         has more than one member.
16281         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
16283 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16285         * lpr.el (printify-region): It was ending conversion before the
16286         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
16288 2003-07-31  John Paul Wallington  <jpw@gnu.org>
16290         * net/browse-url.el (browse-url-epiphany): Doc fix.
16292 2003-07-30  Kenichi Handa  <handa@m17n.org>
16294         * international/fontset.el (setup-default-fontset):
16295         Change registry names of Akurti fonts.
16297 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16299         * comint.el (comint-read-noecho): Use `clear-string' instead of
16300         `fillarray'.
16302 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
16304         * outline.el (outline-mode-hook): Add defvar.
16306 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
16308         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
16309         Restore assembler in source window if that is what has been selected.
16310         (menu): Add gdb-restore-windows to menu.  Make gdba
16311         specific menus only visible from gdba.
16313 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16315         * progmodes/compile.el (compilation-environment): New user variable.
16316         (compile-internal): Respect it.
16318 2003-07-23  Masatake YAMATO  <jet@gyve.org>
16320         * progmodes/gud.el (gdb-script-font-lock-keywords):
16321         Put `font-lock-function-name-face' on a symbol which includes
16322         `-' like `hook-run'.  Put font-lock-variable-name-face
16323         on a symbol starting with $.
16325 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
16327         * files.el (set-visited-file-name): Use truename for buffer-file-name.
16329 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16331         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
16333 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
16335         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
16336         Use with-no-warnings.
16337         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
16338         rather than to find-file-not-found-hook, which doesn't exist.
16340 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16342         * international/quail.el (quail-translate-key): Fix previous change.
16344 2003-07-25  John Paul Wallington  <jpw@gnu.org>
16346         * server.el (server-start): Check `server-process' is non-nil
16347         before killing it to avoid killing current buffer's process.
16349         * simple.el (choose-completion-string): Use `minibufferp';
16350         test `completion-reference-buffer' if `buffer' arg is nil.
16351         (push-mark): Use `when' and `unless'.
16352         (pop-mark): Use `when'.
16354         * mouse-sel.el (mouse-sel-get-selection-function):
16355         Check `x-last-selected-text-primary'.  Don't barf if it or
16356         `x-last-selected-text' aren't bound.
16358 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16360         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
16362 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
16364         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
16366 2003-07-23  John Paul Wallington  <jpw@gnu.org>
16368         * tooltip.el (defface tooltip): Inherit from variable-pitch.
16370 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16372         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
16373         string.  Defvar the derived hook.
16375         * macros.el (insert-kbd-macro): Escape double quote character.
16376         From Thomas W Murphy <twm@andrew.cmu.edu>.
16378 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
16380         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
16381         to match the specific mark rather than reusing comment-start-skip.
16383 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
16385         * progmodes/hideshow.el (hs-special-modes-alist):
16386         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
16388 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
16390         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
16391         value using ?\s.
16393 2003-07-21  John Paul Wallington  <jpw@gnu.org>
16395         * subr.el (with-selected-window): Add closing paren.
16397 2003-07-21  Richard M. Stallman  <rms@gnu.org>
16399         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
16400         (lisp-mode): Likewise.
16402         * subr.el (with-selected-window): Copy code form save-selected-window
16403         so as to call select-window with norecord arg.
16404         (dynamic-completion-table): Doc fix.
16405         (lazy-completion-table): Doc fix.
16407         * international/mule-cmds.el (set-locale-environment):
16408         langinfo renamed to locale-info.
16410         * international/mule.el (auto-coding-functions): Doc fix.
16412 2003-07-21  Kenichi Handa  <handa@m17n.org>
16414         * international/quail.el (quail-translate-key):
16415         Update quail-current-str correctly.
16417 2003-07-21  Andreas Schwab  <schwab@suse.de>
16419         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
16420         ?, to "_".
16422 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
16423         Version 2.0.36 of Tramp released.
16425         * net/tramp.el (tramp-default-password-end-of-line): Rename from
16426         tramp-password-end-of-line.
16427         (tramp-password-end-of-line): New method parameter.
16428         (tramp-get-password-end-of-line): Function to access method
16429         parameter `tramp-password-end-of-line', or variable
16430         `tramp-default-password-end-of-line' (default value).
16431         (tramp-methods): Add entries for new parameter
16432         tramp-password-end-of-line.
16433         (tramp-enter-password): Use new function
16434         `tramp-get-password-end-of-line'.
16435         (tramp-handle-insert-file-contents): Do not
16436         unconditionally inhibit the file operation file-local-copy, only
16437         do that when the inhibit-file-name-operation is currently
16438         insert-file-contents.  This fixes finding remote CVS-controlled
16439         files.  (It would barf on inserting the CVS/Entries file
16440         literally, because the file-local-copy handler wasn't called.)
16441         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
16442         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
16443         (tramp-initial-commands): New variable.
16444         (tramp-process-initial-commands): New function, using the variable.
16445         (tramp-open-connection-setup-interactive-shell): Call the new function.
16446         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
16447         method into the buffer name, never use nil.  Reported by Hanak
16448         David <dhanak@inf.bme.hu>.
16449         (tramp-open-connection-setup-interactive-shell): Erase buffer
16450         before sending "stty -onlcr".
16452         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
16454 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
16456         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
16458 2003-07-19  John Paul Wallington  <jpw@gnu.org>
16460         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
16461         (artist-draw-rect, artist-draw-square): Doc fixes.
16463         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
16465         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
16467 2003-07-19  Kenichi Handa  <handa@m17n.org>
16469         * international/kkc.el (kkc-show-conversion-list-update):
16470         Highlight the correct candidate in the message.
16472 2003-07-18  John Paul Wallington  <jpw@gnu.org>
16474         * simple.el (current-word): Don't include punctuation char when
16475         `really-word' arg is non-nil.
16477 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
16479         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
16480         moved to the directory obsolete.
16482 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
16484         * info.el (Info-menu-entry-name-re): Allow newlines in
16485         menu entry names.
16487         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
16488         syntax-ppss-after-change-function.
16489         (syntax-ppss-after-change-function): New alias.  Update uses.
16490         (syntax-ppss): Catch the case where the buffer is narrowed.
16492 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16494         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
16495         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
16497 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16499         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
16500         since it might be modified.
16502         * progmodes/cc-langs.el (c++-make-template-syntax-table)
16503         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
16504         names to these language constants.
16506 2003-07-15  Kim F. Storm  <storm@cua.dk>
16508         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
16509         All uses changed.
16511 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
16513         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
16514         Namespace support.
16516 2003-07-13  Juanma Barranquero  <lektu@terra.es>
16518         * frame.el (modify-all-frames-parameters): Reinstall (copyright
16519         papers received).
16521 2003-07-13  Karl Eichwalder  <ke@suse.de>
16523         * textmodes/po.el (po-find-charset): White space at the start of the
16524         Content-Type field body is non-mandatory.
16526 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16528         * textmodes/texinfo.el (texinfo-section-list):
16529         Append appendixsection; a synonym for appendixsec.
16531 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
16533         * man.el (Man-translate-cleanup): New.
16534         (Man-translate-references): Call `Man-translate-cleanup' to clean
16535         leading, trailing and middle spaces.
16537 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
16539         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
16540         Handle `dired-directory' being a list.
16542 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16544         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
16545         it doesn't exist.
16547 2003-07-12  Richard M. Stallman  <rms@gnu.org>
16549         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
16551         * progmodes/cc-defs.el (c-make-keywords-re):
16552         Don't use delete-duplicates.
16553         (c-lang-const): Don't use mapcan.
16555         * apropos.el (apropos-show-scores): Make it customizable.
16556         Document new meaning.
16557         (apropos): Compute scores from symbols.
16558         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
16560 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16562         * ps-bdf.el: Fix copyright line.
16563         (bdf-directory-list): Fix initialization code.
16565 2003-07-11  John Paul Wallington  <jpw@gnu.org>
16567         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
16568         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
16569         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
16571 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
16573         * emacs-lisp/ring.el (ring-elements): Doc fix.
16575 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16577         * calendar/timeclock.el (timeclock-relative)
16578         (timeclock-ask-before-exiting, timeclock-use-display-time):
16579         Doc changes.
16580         (timeclock-modeline-display): Give a message if
16581         `timeclock-use-display-time' is non-nil but `display-time-mode'
16582         is not active.
16584 2003-07-11  Kenichi Handa  <handa@m17n.org>
16586         * international/mule-cmds.el (set-language-environment):
16587         Set current-language-environment to the correct string.
16589 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16591         * ps-print.el: Print line number correctly in a region.  Reported by
16592         Tim Allen <timallen@ls83.fsnet.co.uk>.
16593         (ps-print-version): New version number (6.6.2).
16594         (ps-printing-region): Code fix.
16596 2003-07-10  John Paul Wallington  <jpw@gnu.org>
16598         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
16599         this function can be called from `add-completions-from-tags-table'.
16601 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
16603         * calendar/timeclock.el (timeclock-use-display-time)
16604         (timeclock-day-over-hook, timeclock-workday-remaining)
16605         (timeclock-status-string, timeclock-when-to-leave)
16606         (timeclock-when-to-leave-string, timeclock-log-data)
16607         (timeclock-find-discrep, timeclock-day-base)
16608         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
16609         (timeclock-modeline-display): Set the variable
16610         `timeclock-modeline-display'.
16611         (timeclock-update-modeline): Doc fix.  Respect value of
16612         `timeclock-relative'.
16614 2003-07-09  Richard M. Stallman  <rms@gnu.org>
16616         * textmodes/reftex-parse.el (reftex-all-document-files):
16617         Add autoload cookie.
16619         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
16620         (reftex-scanning-info-available-p): Add autoload cookie.
16622         * international/mule-cmds.el
16623         (set-display-table-and-terminal-coding-system): Delete duplicate
16624         aset on standard-display-table.
16626         * view.el (view-file): If existing buffer's major mode is special,
16627         don't go into view mode.
16629         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
16631 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16633         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
16634         buffer changes; there's third party code that calls this function
16635         directly.
16637 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16639         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
16640         (autodoc-font-lock-keywords): Don't byte compile on font lock
16641         initialization when running from byte compiled files.
16643 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16645         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16646         statement ends with auto-increment "++".
16648 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16650         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16651         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16652         these are changed, so declare them as variables and not constants.
16654 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
16656         * subr.el (dolist, dotimes): Doc fix.
16658 2003-07-08  Kim F. Storm  <storm@cua.dk>
16660         * international/mule-cmds.el
16661         (set-display-table-and-terminal-coding-system): Don't break
16662         bootstrap if standard-display-table isn't setup yet.
16664 2003-07-07  Richard M. Stallman  <rms@gnu.org>
16666         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
16667         Give it a doc string, and autoload it.
16669         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
16670         Use with-no-warnings.
16672         * info.el (Info-search): If find invisible text, search again.
16674         * isearch.el (search-whitespace-regexp): Add a shy group around it.
16676         * man.el (Man-name-regexp): Match + as part of name.
16678         * simple.el (visible-mode): Rename from vis-mode.
16679         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
16681         * simple.el (current-word): New arg REALLY-WORD specifies
16682         don't include punctuation chars.
16684         * emacs-lisp/debug.el (debug, debugger-env-macro):
16685         Use with-no-warnings while accessing and binding unread-command-char.
16687         * international/mule-cmds.el
16688         (set-display-table-and-terminal-coding-system): Use explicit loop
16689         instead of calling standard-display-default.
16691         * net/ange-ftp.el (ange-ftp-file-symlink-p):
16692         Use condition-case to catch error in ange-ftp-get-files.
16694         * net/browse-url.el (browse-url-browser-function):
16695         Add alternative for Epiphany.
16696         (browse-url-epiphany-program, browse-url-epiphany-arguments)
16697         (browse-url-epiphany-startup-arguments)
16698         (browse-url-epiphany-new-window-is-tab): New variables.
16699         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
16701         * progmodes/compile.el (compile-auto-highlight): Default now t.
16702         (compile): Doc fix.
16703         (compilation-next-error): Fix previous change.
16705         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
16707         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
16709 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
16711         * gdb-ui.el (gdb-source-info): Display current frame when
16712         attaching to an existing process.
16713         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
16714         while laying out windows when attaching to an existing process.
16716 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
16718         * info.el (Info-menu): Use Info-menu-entry-name-re.
16720 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
16722         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
16723         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
16725         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
16726         to match the same text.
16728 2003-07-06  John Paul Wallington  <jpw@gnu.org>
16730         * vc.el (vc-annotate-offset): Move defvar up.
16732 2003-07-06  Kim F. Storm  <storm@cua.dk>
16734         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
16735         This should fix the infinite loop when extracting menu names.
16737 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16739         * files.el (auto-mode-alist, interpreter-mode-alist):
16740         Remove entries to CC Mode modes to avoid duplicates; they are now added
16741         with autoload directives in cc-mode.el.
16743 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16745         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16746         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16747         these are changed, so declare them as variables and not constants.
16749         * progmodes/cc-mode.el: Fix some autoload problems: Try to
16750         ensure that the entry for ".c" extension comes before the one for
16751         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
16752         Fix incorrect entries that were added to `interpreter-mode-alist'.
16753         Move the autoload directives for AWK to the top level since they
16754         aren't recognized anywhere else.  Do not use the new AWK mode doc
16755         in the autoload form for the old AWK mode.
16757 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16759         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
16760         (bibtex-sort-ignore-string-entries): Default value t.
16761         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
16762         erroneously in previous version.
16763         (bibtex-string-files): Docstring reflects new parsing scheme.
16764         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
16765         docstring, add # as one of the chars to crush
16766         (bibtex-autokey-prefix-string, bibtex-autokey-names)
16767         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
16768         (bibtex-autokey-name-change-strings)
16769         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
16770         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
16771         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
16772         (bibtex-autokey-title-terminators)
16773         (bibtex-autokey-titlewords-stretch)
16774         (bibtex-autokey-titleword-ignore)
16775         (bibtex-autokey-titleword-case-convert)
16776         (bibtex-autokey-titleword-abbrevs)
16777         (bibtex-autokey-titleword-abbrevs)
16778         (bibtex-autokey-titleword-change-strings)
16779         (bibtex-autokey-titleword-length)
16780         (bibtex-autokey-titleword-separator)
16781         (bibtex-autokey-name-year-separator)
16782         (bibtex-autokey-year-title-separator)
16783         (bibtex-autokey-before-presentation-function)
16784         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16785         Fix docstring.
16786         (bibtex-strings, bibtex-reference-keys):
16787         Use lazy-completion-table and make-variable-buffer-local.
16788         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16789         (bibtex-braced-string-syntax-table)
16790         (bibtex-quoted-string-syntax-table): New variables.
16791         (bibtex-parse-nested-braces): Remove.
16792         (bibtex-parse-field-string): Use syntax table and forward-sexp.
16793         (bibtex-parse-association): Simplify.
16794         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16795         (bibtex-parse-field-text): Simplify.
16796         (bibtex-search-forward-field, bibtex-search-backward-field):
16797         argument BOUND can take value t.
16798         (bibtex-start-of-field, bibtex-start-of-name-in-field)
16799         (bibtex-end-of-name-in-field, bibtex-end-of-field)
16800         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16801         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16802         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16803         (bibtex-skip-to-valid-entry): Return buffer position of beginning
16804         and ending of entry.  Update for changes of bibtex-search-entry.
16805         Simplify.
16806         (bibtex-map-entries): FUN is called with three arguments.
16807         (bibtex-search-entry): Return a cons pair with buffer positions of
16808         beginning and end of entry.
16809         (bibtex-enclosing-field): Simplify.
16810         (bibtex-format-entry): Use booktitle to set a missing title.
16811         (bibtex-autokey-get-names): Fiddle with regexps.
16812         (bibtex-generate-autokey): Use identity.
16813         (bibtex-parse-keys): Use simplified parsing algorithm if
16814         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
16815         arguments.  Return alist of keys.
16816         (bibtex-parse-strings): Simplify.  Return alist of strings.
16817         (bibtex-complete-string-cleanup): Fix docstring.
16818         (bibtex-read-key): New function.
16819         (bibtex-mode): Fix docstring.  Do not parse for keys and
16820         strings when the mode is entered.  Set fill-paragraph-function to
16821         bibtex-fill-field.  Setup font-lock-mark-block-function the way
16822         font-lock intended.
16823         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
16824         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16825         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16826         (bibtex-Preamble): Avoid hard coded constants.
16827         (bibtex-make-field): Fix docstring.  Simplify.
16828         (bibtex-beginning-of-entry): Always return new position of point.
16829         (bibtex-end-of-entry): Rearrange cond clauses.
16830         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16831         Update for changes of bibtex-map-entries.
16832         (bibtex-ispell-abstract): Do not move point.
16833         (bibtex-entry-index): Use downcase.  Simplify.
16834         (bibtex-lessp): Handle catch-all.
16835         (bibtex-find-crossref): Turn into a command.
16836         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
16837         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
16838         preamble entries.
16839         (bibtex-fill-field-bounds): New function.
16840         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
16841         (bibtex-fill-entry): Use bibtex-fill-field-bounds
16842         (bibtex-String): Use bibtex-strings.  Always obey
16843         bibtex-sort-ignore-string-entries.
16845 2003-07-05  John Paul Wallington  <jpw@gnu.org>
16847         * cus-theme.el (customize-create-theme):
16848         Call `customize-create-theme' in Reset widget's notify function.
16850         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16851         (ibuffer-mark-interactive): Use `or' instead of `unless'.
16852         (define-ibuffer-column name): Add summarizer.
16853         (define-ibuffer-column size): Likewise.
16854         (define-ibuffer-column filename): Likewise.
16855         (define-ibuffer-column process): Likewise.  Change BODY's output too.
16856         (define-ibuffer-column filename-and-process): Likewise, likewise.
16857         (ibuffer): Remove local vars `already-in' and `need-update'.
16859         * ibuf-ext.el: Don't require `derived' at compile-time.
16861 2003-07-05  Kim F. Storm  <storm@cua.dk>
16863         * info.el: Disable paragraph refilling.
16864         (Info-refill-paragraphs): New defcustom.
16865         (Info-fontify-node): Use it.
16867 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
16869         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16870         thingies from constructors created by defstruct.
16872         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16873         the default value of the variable.
16874         (byte-code-meter): Move declaration to top level.
16876         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16878         * info.el (Info-following-node-name-re): New fun.
16879         (Info-following-node-name): Remove.
16880         (Info-insert-dir): Use the new fun.
16881         (Info-extract-pointer): Don't save restriction; use new fun.
16882         (Info-menu-entry-name-re): New const.
16883         (Info-menu-entry-name-re): Use it along with new fun.
16884         (Info-node-spec-re): Use new fun.
16885         (Info-complete-menu-item, Info-fontify-node): Use new const.
16886         (Info-goto-node, Info-follow-reference, Info-menu-update):
16887         Use match-string.
16888         (Info-follow-reference): Use assoc-string.
16889         Use a list of strings for the completion table.
16890         (Info-fontify-node): Use match-string, line-end-position.
16891         Limit the search for `node:' to the first line.
16893         * newcomment.el (uncomment-region): Remove padding coming from
16894         comment-start rather than just from comment-padding.
16896         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16897         (vc-cvs-stay-local-p): Use vc-stay-local-p.
16898         (vc-cvs-rename-file): Remove (use the default).
16899         (vc-cvs-register): Register parent dir if needed.
16900         (vc-cvs-could-register): Return non-nil if parent can be registered.
16901         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16902         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16904         * vc-svn.el (vc-svn-use-edit): Make it into a const.
16905         (vc-svn-update): Fix the arguments to `svn'.
16906         (vc-svn-diff-tree): Just use `vc-svn-diff'.
16907         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16908         Simple implementations, assuming `name' is a URL.
16910         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16911         set of chars allowed unquoted in a case pattern.
16913         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16915         * font-lock.el (font-lock-extra-types-widget)
16916         (c-font-lock-extra-types, c++-font-lock-extra-types)
16917         (objc-font-lock-extra-types, java-font-lock-extra-types)
16918         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16919         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16920         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16921         (font-lock-match-c++-structor-declaration)
16922         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16923         (c++-font-lock-keywords-3, c++-font-lock-keywords)
16924         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16925         (objc-font-lock-keywords-3, objc-font-lock-keywords)
16926         (java-font-lock-keywords-1, java-font-lock-keywords-2)
16927         (java-font-lock-keywords-3, java-font-lock-keywords)
16928         (java-font-lock-syntactic-face-function): Remove obsolete code
16929         and constants.  It's all in cc-fonts.el now.
16931 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
16933         * mail/sendmail.el (mail-specify-envelope-from)
16934         (mail-envelope-from): Doc fix.
16936 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
16938         * generic-x.el: Do away with the dependency on `c-emacs-features'
16939         when populating `rul-generic-mode-syntax-table'; we already know
16940         this isn't XEmacs.
16942 See ChangeLog.10 for earlier changes.
16944 ;; Local Variables:
16945 ;; coding: iso-2022-7bit
16946 ;; End:
16948     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
16949   Copying and distribution of this file, with or without modification,
16950   are permitted provided the copyright notice and this notice are preserved.
16952 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1