Rename generic-font-lock-defaults to generic-font-lock-keywords
[emacs.git] / lisp / ChangeLog
blob0097131e0a5601f94e7ff5c40d504ffac9bf34fb
1 2005-03-24  Lute Kamstra  <lute@gnu.org>
3         * generic.el (generic-font-lock-defaults): Make it obsolete.
4         (generic-font-lock-keywords): New variable to replace
5         generic-font-lock-defaults.
6         (generic-mode-set-font-lock): Delete it.
7         (generic-mode-internal): Don't call generic-mode-set-font-lock.
8         (generic-bracket-support): Add docstring.
10         * generic-x.el: Rename generic-font-lock-defaults to
11         generic-font-lock-keywords throughout.
12         (mailagent-rules-setup-function): Delete it.
13         (mailagent-rules-generic-mode): Use anonymous function instead.
14         (show-tabs-generic-mode-font-lock-defaults-1)
15         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16         Quote faces.
17         (show-tabs-tab-face, show-tabs-space-face): Specify background,
18         not foreground.
20 2005-03-23  Miles Bader  <miles@gnu.org>
22         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23         Remove tty-specific variants, as they're no longer needed.
25 2005-03-23  Lute Kamstra  <lute@gnu.org>
27         * generic-x.el: Code cleanup: make arguments constant whenever
28         possible.
29         (installshield-statement-keyword-list)
30         (installshield-system-functions-list)
31         (installshield-system-variables-list, installshield-types-list)
32         (installshield-funarg-constants-list): Make them constants.
34         * generic.el (generic-make-keywords-list): Add autoload cookie.
36         * calendar/time-date.el: Add comment on time value formats.  Don't
37         require parse-time.
38         (with-decoded-time-value): New macro.
39         (encode-time-value): New function.
40         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
41         (days-to-time): Return a valid time value when arg is huge.
42         (time-since): Use time-subtract.
43         (time-to-number-of-days): Use time-to-seconds.
45 2005-03-23  David Ponce  <david@dponce.com>
47         * recentf.el: (recentf-keep): New option.
48         (recentf-menu-action): Default to `find-file'.
49         (recentf-keep-non-readable-files-flag)
50         (recentf-keep-non-readable-files-p)
51         (recentf-file-readable-p, recentf-find-file)
52         (recentf-cleanup-remote): Remove.
53         (recentf-include-p): More robust.
54         (recentf-keep-p): New function.
55         (recentf-remove-if-non-kept): Rename from
56         `recentf-remove-if-non-readable'. Use `recentf-keep-p'. All
57         callers updated.
58         (recentf-menu-items-for-commands): Fix help string.
59         (recentf-track-closed-file): Update. Doc fix.
60         (recentf-cleanup): Update. Count removed files. Doc fix.
62 2005-03-23  Kim F. Storm  <storm@cua.dk>
64         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
65         Don't inherit from fringe face (now happens automatically).
67 2005-03-22  Kim F. Storm  <storm@cua.dk>
69         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
70         position values.
72 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
74         * menu-bar.el (showhide-date-time): Remove.
75         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
76         (menu-bar-make-mm-toggle): Simplify.
78 2005-03-22  JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
80         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
81         Accept qualified variable and function names.
83 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
85         * bindings.el (completion-ignored-extensions):
86         Remove ".lis" for `vax-vms'.
88 2005-03-22  Andreas Schwab  <schwab@suse.de>
90         * generic-x.el: Revert last change.
91         * ldefs-boot.el: Update.
93 2005-03-22  Jay Belanger  <belanger@truman.edu>
95         * calc/calc-embed (calc-embedded-original-modes): New variable.
96         (calc-embedded-save-original-modes)
97         (calc-embedded-restore-original-modes): New functions.
98         (calc-do-embedded): Save original modes when entering embedded mode
99         and restore when leaving embedded mode.
100         (calc-embedded-modes-change): Change the value of
101         calc-embedded-original-modes to reflect permanent changes.
103 2005-03-22  Lute Kamstra  <lute@gnu.org>
105         * generic-x.el: Require generic again.
107 2005-03-22  Miles Bader  <miles@gnu.org>
109         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
110         Tweak details to look good on both ttys and bitmap displays, light
111         or dark background, etc.
113 2005-03-21  Kim F. Storm  <storm@cua.dk>
115         * tooltip.el (tooltip-show-help-function): Check car and cdr of
116         mouse position.
118 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * icomplete.el: Don't forcibly turn on the mode upon load.
121         (icomplete-mode): Use define-minor-mode.
122         (icomplete-eoinput): Default to nil.
123         (icomplete-minibuffer-setup): Remove autoload.
124         (icomplete-tidy): Simplify.
125         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
126         in the initial state or if the user has modified the field.
127         Fix handling of icomplete-max-delay-chars.
128         Remove code that handles the oddball case where
129         minibuffer-completion-table is an integer.
130         Wrap icomplete-completions in while-no-input in case building
131         completions takes more time than expected.
132         (icomplete-completions): Simplify.
134 2005-03-21  Richard M. Stallman  <rms@gnu.org>
136         * jka-compr.el (jka-compr-really-do-compress):
137         Make variable buffer-local.
139         * image-mode.el: Handle .xpm files too.
140         (image-toggle-display): Preserve modification flag.
142         * help.el (where-is): Don't mention aliases with no key bindings.
144 2005-03-21  Lute Kamstra  <lute@gnu.org>
146         * generic.el: Fix commentary section.  Don't require cl for
147         compilation.
148         (generic-mode-list): Add autoload cookie.
149         (generic-use-find-file-hook, generic-lines-to-scan)
150         (generic-find-file-regexp, generic-ignore-files-regexp)
151         (generic-mode, generic-mode-find-file-hook)
152         (generic-mode-ini-file-find-file-hook): Fix docstrings.
153         (define-generic-mode): Make it a defmacro.  Fix docstring.
154         (generic-mode-internal): Code cleanup.  Add autoload cookie.
155         (generic-mode-set-comments): Code cleanup.
156         * generic-x.el: Don't prevent compilation.  Don't require generic.
157         Follow coding conventions.  Minor code cleanup.
158         (etc-fstab-generic-mode): Add some keywords.
159         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
160         define-generic-mode like a function declaration.
162 2005-03-21  Jay Belanger  <belanger@truman.edu>
164         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
165         changing modes.
167 2005-03-21  Sam Steingold  <sds@gnu.org>
169         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
171 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
173         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
174         Add underscore to "f$ lexicals" regexp.
176 2005-03-20  Juri Linkov  <juri@jurta.org>
178         * subr.el (progress-reporter-do-update): When `min-value' is equal
179         to `max-value', set `percentage' to 0 and prevent division by zero.
181 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
183         Sync with Tramp 2.0.48.
185         * tramp.el (all): Change all addresses to .gnu.org.
186         (tramp-append-tramp-buffers): New defun.
187         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
188         Catch `dont-send' signal.
189         (tramp-set-auto-save-file-modes): Set always permissions, because
190         there might be an old auto-saved file belonging to another
191         original file.  This could be a security threat.  Reported by
192         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
193         Check for Emacs 21.3.50 removed.
195         * tramp-smb.el (all): Remove debug construct for
196         `with-parsed-tramp-file-name'.
197         (tramp-smb-prompt): Prompt can contain spaces inside directory
198         names.
199         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
200         No error message if DIRECTORY or FILENAME doesn't exist.
201         (tramp-smb-open-connection): Check existence of
202         `tramp-smb-program'.
204 2005-03-20  Miles Bader  <miles@gnu.org>
206         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
207         in text-mode too.  Change to new face names.
208         (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'.
209         Add `:weight bold' attribute.
210         (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
212 2005-03-19  Juri Linkov  <juri@jurta.org>
214         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
216         * international/mule.el (auto-coding-alist): Sync with
217         `auto-mode-alist' by adding upper case archive file extensions
218         and adding ear/war to jar extension.
220 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
222         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
223         running, restart it.
225 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
227         * finder.el (finder-current-item): Throw an error on an empty
228         line.
230         * man.el (Man-follow-manual-reference): If current-word returns
231         nil, use "".
233 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
235         * simple.el (goto-line): Doc fix.
237 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
239         * files.el (save-buffer): Doc fix.
241 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
243         * recentf.el (recentf-cleanup-remote): New variable.
244         (recentf-cleanup): Use it to conditionally check availablity of
245         remote files.
247 2005-03-19  Joe Edmonds <joe-bugs-debian-org@elem.com>  (tiny change)
249         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
250         function names.
252 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
254         * language/thai-word.el: New file.
256 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
258         * files.el (backup-buffer): If the file's directory is not
259         writable, use copy instead of move to backup the file.
261 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
263         * obsolete/keyswap.el: Moved to obsolete/ from term/.
265 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
267         * ps-print.el (ps-generate-string-list, ps-generate-header-line): Use
268         functionp instead of symbolp and fboundp.  Reported by Drkm
269         <darkman_spam@yahoo.fr>.
270         (ps-print-version): New version 6.6.6.
272 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
274         * textmodes/table.el (table--line-column-position): New idiom.
275         (table--row-column-insertion-point-p): New function to test
276         validity of row and column insertion operation at a location.
277         (table-global-menu, table-cell-menu): Use above functions for
278         deterministic test operation.
279         (table--editable-cell-p): Behave in deterministic fashion.
281 2005-03-18  Juri Linkov  <juri@jurta.org>
283         * isearch.el (isearch-lazy-highlight-new-loop):
284         Make arguments beg and end optional.
285         (isearch-update): Remove optional arguments nil from
286         isearch-lazy-highlight-new-loop.
287         (isearch-lazy-highlight-search): Let-bind case-fold-search to
288         isearch-lazy-highlight-case-fold-search instead of
289         isearch-case-fold-search, and let-bind isearch-regexp to
290         isearch-lazy-highlight-regexp.
291         Use isearch-lazy-highlight-last-string instead of isearch-string.
293         * replace.el (perform-replace): Remove bindings of global
294         variables isearch-string, isearch-regexp, isearch-case-fold-search.
295         Add three new arguments to `replace-highlight'.
296         (replace-highlight): Add arguments string, regexp, case-fold.
297         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
298         to allow isearch-lazy-highlight-new-loop to use these values
299         to set corresponding isearch-lazy-highlight-* internal
300         variables whose values lazy highlighting will use regardless of
301         changes to global variables isearch-string, isearch-regexp,
302         isearch-case-fold-search during lazy highlighting loop.
303         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
304         to `lazy-highlight-cleanup'.
306         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
307         (ispell-highlight-face): Set default face to `isearch' when
308         lazy highlighting is enabled.
309         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
310         priority to 1.  Add lazy highlighting.
311         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
312         from `isearch-dehighlight'.
314 2005-03-18  David Ponce  <david@dponce.com>
316         * files.el (hack-local-variables): Do a case-insensitive search
317         for End.
319 2005-03-18  Juri Linkov  <juri@jurta.org>
321         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
322         `isearch-lazy-highlight-cleanup', add alias to old name and
323         declare obsolete.  Add release numbers to other obsolete vars.
324         (isearch-done, isearch-lazy-highlight-new-loop):
325         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
326         (lazy-highlight-cleanup) <variable>: Doc fix.
327         (isearch-lazy-highlight-update): Rename obsolete
328         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
330 2005-03-18  Kenichi Handa  <handa@m17n.org>
332         * language/thai-util.el: Fix categorization of Thai characters in
333         thai-category-table.
334         (thai-composition-pattern): Adjust it for the above change.
335         (thai-self-insert-command, thai-compose-syllable): New functions.
336         (thai-compose-region): Use thai-compose-syllable.
337         (thai-compose-string): Likewise.
338         (thai-composition-function): Likewise.
339         (thai-auto-composition): New function.
340         (thai-auto-composition-mode): New minor mode.
342         * language/thai.el: Fix patterns to be registered in
343         composition-function-table.
345         * international/quail.el (quail-input-method): Locally bind
346         inhibit-modification-hooks to t.
348 2005-03-17  Richard M. Stallman  <rms@gnu.org>
350         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
351         (perl-mode): Use run-mode-hooks.
353         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
354         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
355         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
357         * mail/sendmail.el (sendmail-send-it): Reenable the code
358         to compute resend-to-address and use it.
360         * tar-mode.el (tar-mode): Turn off undo unconditionally.
362         * image-mode.el: New file.
364         * image.el (insert-sliced-image): Add autoload cookie.
366         * font-lock.el (font-lock-lines-before): New user option.
367         (font-lock-after-change-function): Obey it.
369         * bindings.el (esc-map): Make M-g a prefix.
370         Bind M-g g and M-g M-g to goto-line.
372         * faces.el (face-id): Doc fix.
374 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
376         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
377         (rmail-show-message): Use rmail-unknown-mail-followup-to.
378         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
380         * mail/sendmail.el (mail-yank-ignored-headers)
381         (mail-font-lock-keywords, mail-mode-fill-paragraph):
382         Add Mail-Followup-To and Mail-Reply-To headers.
383         (mail-citation-hook): Add autoload cookie.
384         (mail-mode): Doc fix.
385         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
386         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
387         (mail-mode-fill-paragraph): Handle those headers.
388         (mail-mailing-lists): New variable.
389         (mail-mail-reply-to, mail-mail-followup-to): New functions.
391 2005-03-17  Juri Linkov  <juri@jurta.org>
393         * isearch.el (isearch-fallback): Check for `(car previous)'
394         before calling `isearch-other-end-state'.
396 2005-03-17  Kim F. Storm  <storm@cua.dk>
398         * simple.el (move-beginning-of-line): Move to beginning of buffer
399         line, as well as beginning of screen line.
401 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
403         * calendar/diary-lib.el (mark-diary-entries): Use new optional
404         argument REDRAW rather than calendar-redrawing variable.
405         * calendar/calendar.el (calendar-redrawing): Delete.
406         (redraw-calendar): Do not bind calendar-redrawing.
408 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
410         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
411         diary-file buffer.
413 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * help.el (describe-mode): Allow a :minor-mode-function property to
416         specify a different minor mode toggle function than the variable.
417         * simple.el (auto-fill-function):
418         * subr.el (add-minor-mode): Use it.
420 2005-03-16  Kenichi Handa  <handa@m17n.org>
422         * language/ethio-util.el (sera-being-called-by-w3): New variable.
423         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
424         (ethio-fidel-to-sera-buffer): Likewise.
426 2005-03-16  Juri Linkov  <juri@jurta.org>
428         * emacs-lisp/find-func.el (find-function-regexp):
429         Add defun-emitting macro `menu-bar-make-toggle'.
431         * isearch.el: Put `isearch-scroll' property to
432         `split-window-horizontally'.
434         * info.el: Update error messages for `debug-ignored-errors'.
435         (Info-isearch-search): Doc fix.
436         (Info-find-node): Move up code to go into info buffer before
437         recording the node to the history.
438         (Info-fontify-node): Fontify titles only if the next line
439         has two or more `*', `=', `-', `.'.
440         Display "go to this node" for empty (match-string 3).
442 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
444         * term/mac-win.el: Add mouse pointer shape constants.
446 2005-03-15  Kim F. Storm  <storm@cua.dk>
448         * simple.el (move-beginning-of-line): Use vertical-motion.
450 2005-03-15  Juri Linkov  <juri@jurta.org>
452         * isearch.el (isearch-error): New variable.
453         (isearch-invalid-regexp, isearch-within-brackets): Remove.
454         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
455         (isearch-within-brackets-state): Remove.
456         (isearch-case-fold-search-state, isearch-pop-fun-state):
457         Decrease frame index.
458         (isearch-mode, isearch-top-state, isearch-push-state)
459         (isearch-edit-string, isearch-abort, isearch-search-and-update)
460         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
461         (isearch-search, isearch-lazy-highlight-new-loop):
462         Replace `isearch-invalid-regexp' with `isearch-error'.
463         Remove `isearch-within-brackets'.
464         (isearch-search): Add `search-failed' handler to `condition-case'.
465         (isearch-lazy-highlight-search): Add `condition-case' to catch
466         errors and allow `isearch-lazy-highlight-update' to try
467         highlighting from the beginning of the window.
468         (isearch-repeat): Move up code to set isearch-wrapped to t
469         before calling isearch-wrap-function.
471         * info.el (Info-isearch-initial-node): New internal variable.
472         (Info-search): Signal an error in isearch mode when search leaves
473         the initial node.  Signal an error when `bound' is non-nil and
474         nothing was found in the current subfile.
475         (Info-isearch-search): Remove `condition-case'.
476         (Info-isearch-wrap): Don't wrap when search failed during leaving
477         the initial node.  If `Info-isearch-search' is nil, wrap around
478         the current node.
479         (Info-isearch-start): New fun.
480         (Info-mode): Add buffer-local hook `Info-isearch-start' to
481         `isearch-mode-hook'.
483 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
485         * simple.el (normal-erase-is-backspace): Set default to t if
486         running on Mac.
488         * term/mac-win.el (function-key-map): Sync with x-win.el.
490 2005-03-15  Kenichi Handa  <handa@m17n.org>
492         * international/mule-cmds.el (locale-language-names): Modify the
493         format of elements and add more entries.
494         (locale-preferred-coding-systems): Add more entries.
495         (set-locale-environment): Adjust for the change of
496         locale-language-names.
498 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * pcvs.el (smerge-ediff): Remove bogus autoload.
502 2005-03-14  Lute Kamstra  <lute@gnu.org>
504         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
505         Ignore a `*' at the beginning of a line.
507         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
508         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
509         subr.el.
510         (dont-compile, eval-when-compile, eval-and-compile): Use declare
511         to specify indentation.
513         * generic.el (define-generic-mode): Let generic-mode-list be a
514         list of strings; test membership with equal.
516 2005-03-14  Kim F. Storm  <storm@cua.dk>
518         * simple.el (next-line, previous-line): Add optional try-vscroll
519         arg to recognize interactive use.  Pass it on to line-move.
520         (line-move): Don't perform auto-window-vscroll when defining or
521         executing keyboard macro to ensure consistent behaviour.
523 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
527 2005-03-13  Lute Kamstra  <lute@gnu.org>
529         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
530         debugger-setup-buffer so that backtrace marks the frames set to
531         debug-on-exit and we don't have to do it manually.  Set an extra
532         debug-on-exit for macro's.
533         (debugger-setup-buffer): Don't mark the top frame manually.
535 2005-03-12  Lute Kamstra  <lute@gnu.org>
537         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
538         lisp-indent-function throughout.
539         (with-no-warnings): Set lisp-indent-function property.
541 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
543         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
544         Add entry for backslash.
546 2005-03-12  Juri Linkov  <juri@jurta.org>
548         * info.el (Info-search): Four fixes for backward search.
550 2005-03-11  Jay Belanger  <belanger@truman.edu>
552         * calc/calc.el (calc-language-alist): New variable.
553         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
554         (calc-embedded-find-modes): Use calc-language-alist instead of
555         calc-embedded-language-alist.
557 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
559         * calendar/calendar.el (calendar-redrawing): New internal
560         variable.
561         (redraw-calendar): Remove bogus save-excursion from previous
562         change.  Bind calendar-redrawing to t for mark-diary-entries.
563         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
564         calendar if that is why we were called.
566 2005-03-11  Kenichi Handa  <handa@m17n.org>
568         * international/mule.el (make-coding-system): Set property
569         coding-system-define-form to nil.
570         (define-coding-system-alias): Likewise.
572 2005-03-11  Kenichi Handa  <handa@m17n.org>
574         These changes are suggested by Dave Love <fx@gnu.org>.
576         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
577         coding: tag.
578         (adaptive-fill-regexp): Add more bullets.
579         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
580         regexps.
582 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * help.el (describe-mode): Properly handle non-trivial lighters.
585         Don't ignore minor modes that are not listed in minor-mode-list.
587         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
588         feature ON when the user requests to turn it OFF.
590 2005-03-10  Lute Kamstra  <lute@gnu.org>
592         * emacs-lisp/debug.el (debug-entry-code): Delete it.
593         (implement-debug-on-entry): New function to replace debug-entry-code.
594         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
595         second argument as the 2005-03-07 change makes it obsolete.
596         (debug-on-entry, cancel-debug-on-entry): Update call to
597         debug-on-entry-1.
598         (debug, debugger-setup-buffer): Comment update.
599         (debugger-frame-number): Update to work with implement-debug-on-entry.
601 2005-03-10  Jay Belanger  <belanger@truman.edu>
603         * calc/calc-embed.el (math-ms-args): Declare it.
604         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
605         math-ms-args.
606         (calc-embedded-subst): Use math-multi-subst-rec to substitute
607         variables.
609 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
611         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
612         Use message-box.
614         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
615         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
616         (tooltip-gud-tips): Simplify.
617         (tooltip-gud-tips-p): Remove superflouous :set.
618         (tooltip-gud-modes): Add fortran-mode.
619         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
621         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
623 2005-03-09  Kim F. Storm  <storm@cua.dk>
625         * play/animate.el (animate-place-char): Use forward-line instead
626         of next-line to improve performance.
628 2005-03-09  Simon Josefsson  <jas@extundo.com>
630         * net/browse-url.el (browse-url-default-browser): Doc fix.
632 2005-03-09  Miles Bader  <miles@gnu.org>
634         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
635         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
637 2005-03-09  Kenichi Handa  <handa@m17n.org>
639         * international/latin-1.el: Set case and syntax for 255 only if
640         set-case-syntax-set-multibyte is nil.
642         * textmodes/ispell.el (ispell-insert-word): New function.
643         (ispell-word): Use ispell-insert-word to insert a new word.
644         (ispell-process-line): Likewise.
645         (ispell-complete-word): Likewise.
647 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
649         * calendar/calendar.el (redraw-calendar): Preserve point.
650         Reported by Matt Hodges <MPHodges@member.fsf.org>.
651         (calendar-week-start-day): Move after definition of
652         redraw-calendar.  Delete buffer test, since redraw-calendar has
653         that now.
655         * calendar/diary-lib.el (mark-diary-entries): Only call
656         redraw-calendar in the first of any recursive calls.
657         Reported by Alan Shutko <ats@acm.org>.
659 2005-03-08  Juri Linkov  <juri@jurta.org>
661         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
662         (html-horizontal-rule, html-line, html-image, html-checkboxes)
663         (html-radio-buttons): Add a space before the trailing `/>' where
664         sgml-xml-mode is non-nil.
665         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
666         the subsequent tag of the empty XML tag.
667         (html-href-anchor): Don't set initial input to "http:".
668         (html-image): Ask for the image URL and set point inside alt="".
669         (html-name-anchor): Duplicate the name in the `id' attribute when
670         sgml-xml-mode is non-nil.
671         (html-paragraph): Remove \n before <p>.
672         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
673         instead of `checked' when sgml-xml-mode is non-nil.
675         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
676         Remove 1 space before #RRGGBB to not truncate it on terminal
677         windows w/o fringes.  Remove 1 space between bg and fg examples
678         to get more space.
679         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
680         avoid byte-compile warnings.
682         * image-file.el (image-file-handler): Put `safe-magic' property to
683         `image-file-handler'.
685         * info.el (Info-isearch-search): Emulate word search in
686         isearching through multiple Info nodes with Info-search.
687         (Info-isearch-wrap): Allow isearch-word.
689 2005-03-08  Lute Kamstra  <lute@gnu.org>
691         * emacs-lisp/debug.el (debugger-step-through): Make sure that
692         stepping into the debugger's code is not possible.
693         (debugger-jumping-flag): Docstring update.
695 2005-03-08  Jay Belanger  <belanger@truman.edu>
697         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
698         embedded mode begins.
699         (calc-embedded-language-alist): New variable.
700         (calc-embedded-find-modes): Use calc-embedded-language-alist to
701         set default language mode.
703 2005-03-08  Kenichi Handa  <handa@m17n.org>
705         * international/ccl.el (define-ccl-program): Fix docstring about
706         extra 256 bytes assured for the output buffer.
708         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
709         Fix BUFFER_MAGNIFICATION to 2.
710         (ccl-encode-mule-utf-16be-with-signature): Likewise.
712 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
714         * align.el (align-rules-list): Added an alignment rule for CSS
715         declarations (applies to css-mode and html-mode buffers).
717 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
721 2005-03-07  Kim F. Storm  <storm@cua.dk>
723         * simple.el (move-beginning-of-line): New command.
725         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
727         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
729         * emulation/cua-base.el: Put CUA move property on move-end-of-line
730         and move-beginning-of-line.
732         * apropos.el (apropos-print): Omit command from M-x ... RET.
734 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
736         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
737         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
739 2005-03-06  Richard M. Stallman  <rms@gnu.org>
741         * bindings.el (esc-map): Bind M-g to goto-line.
743         * facemenu.el (global-map): Bind M-o, not M-g.
745 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
747         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
748         "Open Directory" as for "Open File".
750 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
752         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
753         (push-mark-command): Run activate-mark-hook.
755 2005-03-06  Richard M. Stallman  <rms@gnu.org>
757         * help-mode.el (help-mode-finish): Don't alter the element
758         in view-return-to-alist if there already is one.
760         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
761         make sure the current buffer is the expected one.
763         * novice.el (disabled-command-function): Output in *Disabled Command*.
764         Explicitly ignore non-keyboard events, and explicitly handle C-g.
766         * textmodes/flyspell.el (flyspell-large-region):
767         Pass args differently for aspell.
769         * files.el (mode-require-final-newline): Doc fix.
771 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
773         * progmodes/which-func.el (which-function):
774         Specify NOERROR when calling imenu--make-index-alist.
776 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * simple.el (normal-erase-is-backspace): Define default value.
780         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
781         (custom-reevaluate-setting): Simple function to handle
782         variables that are defined before their default value can really
783         be computed.
785         * startup.el (command-line): Use it for temporary-file-directory,
786         small-emporary-file-directory, auto-save-file-name-transforms,
787         blink-cursor-mode, and normal-erase-is-backspace.
789         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
790         progress, even with buggy anchored keywords.
792 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
794         * simple.el (goto-line): Remove unbalanced final parenthesis.
796 2005-03-05  Richard M. Stallman  <rms@gnu.org>
798         * simple.el (goto-line): Use a number at point as the default.
799         With C-u as arg, switch buffers.
801 2005-03-05  Juri Linkov  <juri@jurta.org>
803         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
804         with `no-blinking-cursor'.
806         * startup.el (no-blinking-cursor): New defvar.
807         (command-line): Add `--no-blinking-cursor' to longopts.
808         Set `no-blinking-cursor' to t for command line arguments
809         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
810         with `no-blinking-cursor' in the condition for calling
811         `blink-cursor-mode'.
813 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
815         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
816         (menu-bar-options-save): Add blink-cursor-mode.
817         (menu-bar-options-menu): Add blink-cursor-mode.
819 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
821         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
822         (icalendar-export-file, icalendar-export-region)
823         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
824         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
826 2005-03-04  Lute Kamstra  <lute@gnu.org>
828         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
829         (debug-function-list): Ditto.
831 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
833         * textmodes/texinfmt.el (texinfo-append-refill):
834         Redefine the types of line to which @refill
835         is not appended by replacing a search for `@refill\\|@bye' with
836         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
837         itemize@refill' bug and the unfilled long lines bug.
838         (texinfmt-version): Update number and date.
840 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
842         * international/code-pages.el (windows-1250, windows-125[2-8])
843         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
845 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
847         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
848         bound yet.
850 2005-03-02  Romain Francoise  <romain@orebokech.com>
852         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
853         buffer after removing limits.
854         (ibuffer-pop-filter): Ditto.
855         Update copyright.
857 2005-03-02  Miles Bader  <miles@gnu.org>
859         * button.el (make-text-button): If the user doesn't specify a
860         type, use the default.  Rewrite to use `add-text-properties' and
861         plist functions.
863 2005-03-01  Lute Kamstra  <lute@gnu.org>
865         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
866         (debugger-jumping-flag): New var.
867         (debug-entry-code): Use it.
868         (debugger-jump): Use debugger-jumping-flag and add
869         debugger-reenable to post-command-hook.
870         (debugger-reenable): Use debugger-jumping-flag and remove itself
871         from post-command-hook.
872         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
873         debugger-reenable.
875 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
877         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
878         inclusion of "itemize\\|", which may be unnecessary, is certainly
879         inelegant, and stops refilling in itemize lists when formatting
880         Japanese Texinfo files to Info.
881         Update copyright to 2005.
883 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
885         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
886         of an error if GDB can't find the source file.
888 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
890         * calendar/calendar.el (redraw-calendar): Work from any buffer,
891         not just the calendar.
893         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
894         first.
895         (diary-redraw-calendar): New function.
896         (make-diary-entry): Add diary-redraw-calendar to local
897         write-contents-functions.  Turn off selective display before
898         inserting in diary.
900 2005-03-01  Kim F. Storm  <storm@cua.dk>
902         * emacs-lisp/copyright.el (copyright-fix-years): New command.
904 2005-03-01  Lute Kamstra  <lute@gnu.org>
906         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
907         that debug-entry-code can be safely removed from a function while
908         this code is being evaluated.  Revert the 2005-02-27 change as the
909         new implementation no longer requires it.  Make sure that a
910         function body containing just a string is not mistaken for a docstring.
911         (debug): Skip one more frame in case of debug on entry.
912         (debugger-setup-buffer): Delete one more frame line in case of
913         debug on entry.
914         (debugger-frame-number): Update to use the new text introduced by
915         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
917 2005-02-28  Kim F. Storm  <storm@cua.dk>
919         * double.el (double-translate-key): Call force-window-update after
920         read-event to avoid crash in redisplay.
922 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
925         (debug): Use it.  Move the inhibit-trace earlier.
926         (debug-entry-code): New const.
927         (debug-on-entry-1): Use it.
929 2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
931         * international/utf-16.el (ccl-encode-mule-utf-16le):
932         Fix BUFFER_MAGNIFICATION to 2.
933         (ccl-encode-mule-utf-16be): Likewise.
935 2005-02-28  Kenichi Handa  <handa@m17n.org>
937         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
938         Fix BUFFER_MAGNIFICATION to 4.
939         (ccl-encode-mule-utf-16be-with-signature): Likewise.
941 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
943         * speedbar.el (speedbar-update-flag): Doc fix.
944         (speedbar-show-info-under-mouse): Give set-mouse-position the right
945         argument.
947 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
949         * reveal.el (reveal-post-command): Don't try to reveal overlays which
950         have a non-nil `invisible' property but are actually visible.
952         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
953         for perldoc sections.
954         (perl-outline-regexp, perl-outline-level): New var and function.
955         (perl-mode): Use them.
957 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
959         * calendar/diary-lib.el (diary-remind): Discard any mark portion
960         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
962 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
964         * cus-edit.el: Comment change.
965         (custom-buffer-create-internal): Slightly reword text at top of
966         Custom buffers.  Mention there that saving an option edits the
967         init file.  Add link to Emacs manual node on `custom-file'.
968         (custom-magic-alist): Rewrite individual State messages to use
969         capitalized keywords.  Doc fix.
971 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
973         * calendar/calendar.el (calendar-buffer): Move above
974         calendar-week-start-day.
975         (calendar-week-start-day): Doc fix.  Add :set function.
976         (calendar-minimum-window-height): New variable.
977         (generate-calendar-window): Only resize window if selected-window
978         is displaying the calendar buffer.  Use new variable
979         calendar-minimum-window-height.
980         (generate-calendar): Reword error message.
981         (calendar-mode-map): Bind DEL to scroll-other-window-down.
983 2005-02-27  Andreas Schwab  <schwab@suse.de>
985         * vc.el (vc-do-command): Don't run command asynchronously when
986         operating in a remote directory.
988         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
989         change from sync with Tramp 2.0.47.
991 2005-02-27  Richard M. Stallman  <rms@gnu.org>
993         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
995         * textmodes/flyspell.el (flyspell-mode-on):
996         Call ispell-change-dictionary only if necessary.
998         * emacs-lisp/re-builder.el (regexp-builder): New function.
1000         * register.el (describe-register-1): Explicitly handle
1001         yank-excluded-properties = t.
1003         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
1004         (custom-magic-alist): Change the status descriptions again.
1005         (face widget-type): Total rewrite based on `restricted-sexp'
1006         to eliminate the confusing double hiding levels.
1008         * emacs-lisp/debug.el (debug-on-entry-1):
1009         If function body is empty, add nil as body form.
1011 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1013         * emacs-lisp/trace.el (inhibit-trace): New var.
1014         (trace-make-advice): Use it.
1016         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
1018 2005-02-26  Kim F. Storm  <storm@cua.dk>
1020         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
1021         (mouse-on-link-p, mouse-drag-region-1): Use it.
1023 2005-02-25  Lute Kamstra  <lute@gnu.org>
1025         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
1027 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
1029         * frame.el (blink-cursor-mode): Add :group keyword.
1031 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
1033         * calendar/icalendar.el (icalendar--decode-isodatetime):
1034         New optional argument DAY-SHIFT.
1035         (icalendar-export-region): Fix coding-system-for-write.
1036         (icalendar--convert-ical-to-diary): Shift end-day of all-day
1037         events by one.
1039 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
1043 2005-02-24  Kim F. Storm  <storm@cua.dk>
1045         * international/iso-acc.el (iso-accents-compose): Fix crash
1046         during redisplay.  Call force-window-update after read-event
1047         and delete-region to signal that window is not accurate.
1049 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
1052         Remove unused and inexistent var `inhibit-trace'.
1053         (debugger-mode): Use run-mode-hooks.
1054         (debugger-list-functions): Add buttons; setup xref stack.
1056 2005-02-23  Richard M. Stallman  <rms@gnu.org>
1058         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
1059         appointment says it was explicitly made.
1060         (appt-add): Set the 3rd element.
1061         (appt-make-list): Preserve explicit appointments.
1063         * subr.el (find-tag-default): Catch errors in forward-sexp.
1065 2005-02-23  Juri Linkov  <juri@jurta.org>
1067         * info.el (Info-isearch-search): New defcustom.
1068         (Info-isearch-search): Call the default isearch function
1069         when Info-isearch-search is nil.
1070         (Info-isearch-wrap): Use variable Info-isearch-search.
1072 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
1074         * cus-edit.el: Comment change.
1076 2005-02-22  Kim F. Storm  <storm@cua.dk>
1078         * progmodes/hideif.el (hide-ifdef-use-define-alist):
1079         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
1081 2005-02-22  Simon Josefsson  <jas@extundo.com>
1083         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
1084         New variable.
1085         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
1086         Oskarsson" <myrkraverk@users.sourceforget.net>.
1088 2005-02-22  Kim F. Storm  <storm@cua.dk>
1090         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
1091         check that window of that event is the selected window.
1092         (mouse-drag-region-1): Compare mouse event window to selected
1093         window before setting point.
1095         * tooltip.el (tooltip-show-help-function): Pass event to
1096         mouse-on-link-p so it can check selected window.
1098 2005-02-22  Kenichi Handa  <handa@m17n.org>
1100         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
1101         (ps-mule-show-warning): New function.
1102         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
1103         characters are found.
1105         * ps-print.el (ps-header-footer-string): Return a list of header
1106         and footer strings.
1108 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1110         * pcvs.el (cvs-retrieve-revision): Fix thinko.
1112 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * frame.el (blink-cursor-mode): Use define-minor-mode.
1116         * term/mac-win.el (function-key-map): Use char-names more consistently.
1117         (file-name-coding-system): Only set it for MacOS-9.  The other case is
1118         already handled in mule-cmds.el (where it also works when mac-win.el
1119         is not used).
1121 2005-02-21  Kenichi Handa  <handa@m17n.org>
1123         * international/mule.el (ctext-pre-write-conversion): Always use
1124         " *code-converting-work*" buffer for work.
1126         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
1128 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
1130         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
1132 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
1134         * ses.el (undo-more): Restore defadvice, but only the part that
1135         allows changes outside the restricted area of the buffer.
1137 2005-02-20  Kim F. Storm  <storm@cua.dk>
1139         * simple.el (line-move): Add fourth optional arg try-vscroll which
1140         must be set to perform auto-window-vscroll.
1141         When moving backwards and doing auto-window-vscroll, automatically
1142         vscroll to the last part of lines which are taller than the window.
1143         (next-line, previous-line): Set try-vscroll arg on line-move.
1145 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1147         * replace.el (query-replace, query-replace-regexp)
1148         (replace-string, replace-regexp): When operating on region, make
1149         the minibuffer prompt say so.
1151         * isearch.el (isearch-forward): Document isearch-query-replace and
1152         isearch-query-replace-regexp keybindings.
1154 2005-02-19  Jay Belanger  <belanger@truman.edu>
1156         * calc/calc-aent.el (math-read-token): Add local variable.
1158         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
1159         (calc-edit-top): Move declaration to earlier in file.
1160         (calc-edit-macro-repeats): Add local variables.
1162         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
1163         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
1164         calcFunc-tanh.
1165         Adjust integration rule for calcFunc-tan.
1167 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1169         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
1170         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
1171         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
1172         (viper-skip-separators): Bug fix.
1173         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
1174         particular major mode.
1175         (viper-del-backward-char-in-replace): Don't put deleted char on the
1176         kill ring.
1178         * viper-ex.el (viper-color-display-p): New function.
1179         (viper-has-face-support-p): Use viper-color-display-p.
1181         * viper-keym.el (viper-gnus-modifier-map): New keymap.
1183         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
1185         * viper-util.el (viper-glob-unix-files): Fix shell status check.
1186         (viper-file-remote-p): Make equivalent to file-remote-p.
1188         * viper.el (viper-major-mode-modifier-list):
1189         Use viper-gnus-modifier-map.
1191 2005-02-19  David Kastrup  <dak@gnu.org>
1193         * subr.el (subregexp-context-p): Fix garbled doc string by adding
1194         quoting.
1196 2005-02-19  Jay Belanger  <belanger@truman.edu>
1198         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
1199         Remove extra definitions.
1200         (calc-coth): New function.
1201         (calcFunc-cot): Fix `let'.
1203 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
1205         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
1206         the reasons we use "type pc" in these faces.
1208         * button.el (button): Ditto.
1210 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
1212         * replace.el (query-replace-read-from): Set the value of
1213         query-replace-from-history-variable to handle the case of an empty
1214         string entered to accept the suggested default.
1216         * net/tramp.el (tramp-file-name-for-operation):
1217         Use dired-call-process instead of dired-call-process-command.
1219 2005-02-19  Jay Belanger  <belanger@truman.edu>
1221         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
1222         (math-div-non-trig): New variables.
1223         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
1224         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
1225         (math-combine-prod, math-div-symb-fancy): Add simplifications for
1226         trig expressions.
1228 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
1230         * progmodes/gdb-ui.el (gdb-var-update-handler)
1231         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
1232         for watch expressions,
1233         (gdb-var-create-handler): Don't set speedbar-update-flag.
1234         (gdb-post-prompt): Simplify test for speedbar.
1236 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1238         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
1239         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
1240         we use the syntax table of the correct buffer.
1241         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
1242         Felix Gatzemeier.
1244         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
1245         (ediff-file-remote-p): Make synonymous with file-remote-p.
1246         In all deffaces ediff-*-face-*, use min-colors.
1248         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
1249         ediff-recurse-to-subdirectories.
1250         (ediff-mark-if-equal): Check that the arguments are strings, use
1251         ediff-same-contents (after to Felix Gatzemeier).
1253         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
1254         nil.
1256 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * log-view.el (log-view-message-re): Fix up Subversion regexp.
1260 2005-02-18  David Kastrup  <dak@gnu.org>
1262         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
1263         use `mark-active' when defined.
1265 2005-02-18  Kenichi Handa  <handa@m17n.org>
1267         * ps-print.el (ps-font-info-database): New entry
1268         ZapfChancery-MediumItalic with correct font name.  Fix font name
1269         of the entry Zapf-Chancery-MediumItalic.
1271 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
1273         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
1275 2005-02-16  Kim F. Storm  <storm@cua.dk>
1277         * ido.el (ido-fallback-command): Pass user input to fallback command.
1279 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
1281         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1282         (gdb-find-file-hook): Add server prefix.
1284 2005-02-16  Richard M. Stallman  <rms@gnu.org>
1286         * replace.el (perform-replace): Pass new args to replace-highlight.
1287         (replace-highlight): Take region args,
1288         and pass them to isearch-lazy-highlight-new-loop.
1290         * novice.el (disabled-command-hook): Autoload the defalias
1291         and the make-obsolete-variable call.
1293         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
1295         * isearch.el (isearch-lazy-highlight-start-limit)
1296         (isearch-lazy-highlight-end-limit): New variables limit
1297         the region for highlighting.
1298         (isearch-lazy-highlight-new-loop): New args BEG and END.
1299         (isearch-lazy-highlight-search): Use the new vars.
1300         (isearch-lazy-highlight-update): Likewise.
1302         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
1304         * cus-start.el (all): Use default-boundp.
1306 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
1308         * menu-bar.el (menu-bar-select-frame): Handle current frame.
1310 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
1312         * autorevert.el (auto-revert-stop-on-user-input)
1313         (auto-revert-verbose): Doc fixes.
1315 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
1317         * international/mule-cmds.el (set-locale-environment): Remove call
1318         to set-selection-coding-system on Windows.
1320 2005-02-15  Jay Belanger  <belanger@truman.edu>
1322         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
1323         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
1324         calcFunc-coth.
1325         (math-simplify-sqrt): Add simplifications.
1327         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
1328         to list.
1330         * calc/calc-ext.el: Add functions to autoloads.
1332         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
1333         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
1334         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
1335         (math-csc-raw, math-cot-raw): New functions.
1337         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
1339         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
1340         the variable name in a message.
1342         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
1343         calcFunc-csc, calcFunc-cot.
1345         * calc/calcalg2.el: Add derivative and integration rules for
1346         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
1347         calcFunc-csch, calcFunc-coth.
1348         (math-do-integral-methods): Add to checks for when to use
1349         substitutions.
1351         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
1353 2005-02-15  Lute Kamstra  <lute@gnu.org>
1355         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1356         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
1357         <monnier@iro.umontreal.ca>
1358         (lisp-outline-level): Improve efficiency.  Suggested by David
1359         Kastrup <dak@gnu.org>.
1361 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
1363         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
1364         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
1365         (gdb-set-gud-minor-mode-existing-buffers): New functions.
1366         (gdb-find-file-hook): New hook. Add it to find-file-hook.
1367         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
1369 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
1371         * cus-start.el (all): Comment change.
1373 2005-02-14  Lute Kamstra  <lute@gnu.org>
1375         * cus-start.el (all): Check if symbol is void.
1377 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
1379         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
1380         optional argument to \cite.
1382 2005-02-14  Richard M. Stallman  <rms@gnu.org>
1384         * cus-edit.el (custom-buffer-create-internal): Update help message.
1385         (custom-magic-alist): Update help messages.
1387         * cus-start.el (all): Allow a var to specify a standard value.
1389 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
1391         * custom.el (custom-theme-set-variables): Handle variable aliases.
1393         * frame.el (blink-cursor-timer): Doc fix.
1394         (blink-cursor): Make it an alias for `blink-cursor-mode' and
1395         declare obsolete.
1396         (blink-cursor-mode): Define with defcustom and use correct
1397         standard expression in that defcustom.
1398         * startup.el (command-line): Adapt to above changes in frame.el.
1400 2005-02-11  Lute Kamstra  <lute@gnu.org>
1402         * apropos.el (apropos-score-doc): Prevent division by zero.
1404 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
1406         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
1407         (icalendar--get-event-property-attributes)
1408         (icalendar--get-event-properties)
1409         (icalendar--datetime-to-diary-date): New functions.
1410         (icalendar--split-value): Doc fix.
1411         (icalendar--datetime-to-noneuropean-date)
1412         (icalendar--datetime-to-european-date): New optional argument
1413         SEPARATOR.  Return result as a string instead of a list.
1414         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
1415         (icalendar--convert-string-for-export): Rename arg S to STRING.
1416         (icalendar-export-region): Doc fix.  Change name of error buffer.
1417         Save output buffer.
1418         (icalendar-import-file): Add blank at end of prompt.
1419         (icalendar-import-buffer): Doc fix.  Do not switch to error
1420         buffer.  Indicate status in return value.
1421         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
1422         buffer.  Save output buffer.  Handle exception from recurrence
1423         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
1424         events.  Fix problems with weekly all-day events.
1426 2005-02-10  Richard M. Stallman  <rms@gnu.org>
1428         * simple.el (eval-expression-print-format):
1429         Avoid warning about edebug-active.
1431         * help.el (help-for-help-internal): Rename from help-for-help.
1432         (help-for-help): Define with defalias.
1434         * font-core.el (font-lock-default-function): Use with-no-warnings.
1436         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
1438         * custom.el (defface): Doc fix.
1440 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
1442         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
1443         width 0" to prevent word wrapping problems.
1445 2005-02-09  Kim F. Storm  <storm@cua.dk>
1447         * ido.el (ido-file-extensions-order): New defcustom.
1448         (ido-file-extension-lessp, ido-file-extension-aux)
1449         (ido-file-extension-order): New advanced file ordering.
1450         (ido-file-lessp): New simple file ordering.
1451         (ido-sort-list): Remove.
1452         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
1453         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
1455 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
1457         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
1458         that some versions of grep produce.
1459         (grep-mode-font-lock-keywords): Likewise.
1461 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
1463         * progmodes/gdb-ui.el (gdb-location-list): New variable.
1464         (gdb-cdir): Delete.
1465         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
1466         (gdb-source-info): Treat case when source file is in another
1467         directory properly.
1468         (gdb-get-location): New function.
1470 2005-02-07  Jay Belanger  <belanger@truman.edu>
1472         * calc/calc-prog.el (calc-write-parse-table-part)
1473         (calc-fix-token-name): Fix a check for language type.
1475         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
1477 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
1479         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
1480         as directory not writable.
1482 2005-02-07  Kim F. Storm  <storm@cua.dk>
1484         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
1485         (cua--standard-movement-commands): Remove list.
1486         Instead, set CUA property value to move for movement commands.
1487         (cua-movement-commands): Remove.  Users must set CUA prop instead.
1488         (cua--pre-command-handler): Check CUA property.
1489         (cua--init-keymaps): Don't remap undo commands.
1490         (cua-mode): Don't call cua--rectangle-on-off.
1492         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
1493         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
1494         (cua--rect-undo-set-point): New var.
1495         (cua--rectangle-undo-boundary): Setup undo apply entry.
1496         (cua--rect-undo-handler): New function for rectangle undo.
1497         (cua--rect-start-position, cua--rect-end-position): Add.
1498         (cua--rectangle-post-command): Call cua--rectangle-set-corners
1499         for restored rectangle.  Set point if cua--rect-undo-set-point.
1501 2005-02-06  Jay Belanger  <belanger@truman.edu>
1503         * calc/calc-lang.el (calc-tex-language): Display more information
1504         in messages.
1506         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
1507         in TeX mode.
1509 2005-02-06  Richard M. Stallman  <rms@gnu.org>
1511         * emacs-lisp/lisp.el (buffer-end): Doc fix.
1513 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1515         * net/ldap.el (ldap-search-internal): Support attributes with
1516         optional descriptions separated by a semi-colon, as in
1517         "userCertificate;binary".
1519 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1521         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
1522         isn't a cons (i.e. the version is 0).
1524 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
1526         * help.el (help-for-help): Doc fix.
1528 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
1530         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
1531         GDB-Windows on the menu-bar as this works better.
1533 2005-02-04  Jay Belanger  <belanger@truman.edu>
1535         * calc/calc-embed.el (calc-embedded-update): Don't put in
1536         unnecessary newlines. Adjust the end of formula marker.
1538         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
1539         (math-latex-parse-two-args): New function.
1541 2005-02-03  Lute Kamstra  <lute@gnu.org>
1543         * help-fns.el (help-with-tutorial): Make sure that users cannot
1544         remove the entire text of the tutorial by means of `undo'.
1546 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
1549         in recent changes, where the ispell process was repeatedly
1550         killed & restarted.
1552         * international/mule-cmds.el (set-locale-environment): Set file-name
1553         coding system to utf-8 on Darwin systems.
1554         (set-default-coding-systems): Don't set default-file-name-coding-system
1555         on Darwin systems.
1557 2005-02-03  Richard M. Stallman  <rms@gnu.org>
1559         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
1561 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
1563         * faces.el (list-faces-display): Add optional argument.
1565 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * font-core.el (font-lock-default-function): Handle the rare case where
1568         only font-lock-keywords is set.
1570 2005-02-02  Kenichi Handa  <handa@m17n.org>
1572         * international/characters.el: Cancel previous change for
1573         I-WITH-DOT-ABOVE and DOTLESS-i.
1575         * international/latin-5.el: Cancel previous change.
1577 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1579         * progmodes/gud.el: Correction to syntax in gud-menu-map.
1581 2005-02-02  Kenichi Handa  <handa@m17n.org>
1583         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
1584         DOTLESS-i.
1586         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
1587         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
1589         * case-table.el (get-upcase-table): New function.
1590         (copy-case-table): Copy upcaes table too if non-nil.
1591         (set-case-syntax-delims): Maintain upcase table too.
1592         (set-case-syntax-pair): Likewise.
1593         (set-upcase-syntax, set-downcase-syntax): New functions.
1594         (set-case-syntax): Maintain upcase table too.
1596 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1598         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
1600         * progmodes/gud.el (gud-goto-info): New function.
1601         (gud-tool-bar-map): Use correct icon.
1603 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1605         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
1606         When delegating, order args in the funcall correctly.
1608 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1610         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1612 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
1614         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
1615         buffer not visiting a file.
1617 2005-01-31  Jay Belanger  <belanger@truman.edu>
1619         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
1620         bound on the line with the formula.
1622 2005-01-31  Kim F. Storm  <storm@cua.dk>
1624         * ses.el (ses-create-cell-variable-range)
1625         (ses-destroy-cell-variable-range, ses-reset-header-string)
1626         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
1627         (ses-insert-row): Fix format of apply undo entries.
1629 2005-01-31  Jay Belanger  <belanger@truman.edu>
1631         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
1632         parts.
1634         * calc/calc-embed.el (calc-embedded-open-formula)
1635         (calc-embedded-close-formula): Ignore matrix environments.
1637         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
1638         TeX mode.
1640         * calc/calc-lang.el (math-function-table, math-oper-table)
1641         (math-variable-table): Adjust the LaTeX portions.
1643         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
1644         (math-latex-ignore-words): New constant.
1646 2005-01-31  Richard M. Stallman  <rms@gnu.org>
1648         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
1649         (ispell-local-dictionary): Doc fix.
1650         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
1651         Don't reinitialize at run time.  Don't defcustom.
1652         All uses changed to append ispell-local-dictionary-alist,
1653         or check it first.
1654         (ispell-current-dictionary): New variable for dictionary in use.
1655         (ispell-dictionary): Now used only for global default.
1656         (ispell-start-process): Set ispell-current-dictionary,
1657         not ispell-dictionary.
1658         (ispell-change-dictionary): Use this only for setting
1659         user preferences.
1660         (ispell-internal-change-dictionary): New function
1661         to change the current dictionary in use.
1662         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
1663         Use ispell-current-dictionary.
1664         Handle ispell-local-dictionary-overridden.
1665         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
1667 2005-01-31  Jay Belanger  <belanger@truman.edu>
1669         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
1671         * calc/calc-ext.el: Add calc-latex-language to autoloads.
1672         (calc-mode-map): Add calc-latex-language.
1674         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
1675         (math-latex-print-frac): New functions.
1676         (math-oper-table, math-function-table, math-variable-table)
1677         (math-complex-format, math-input-filter): Add latex properties.
1678         (calc-set-language): Set math-expr-special-function-mapping.
1680         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
1681         (calc-write-parse-table-part):  Add LaTeX support.
1683         * calc/calc.el (calc-language): Adjust docstring.
1684         (calc-set-mode-line): Add LaTeX support.
1685         (math-expr-special-function-mapping): New variable.
1686         (math-tex-ignore-words): Add to list.
1688         * calc/calccomp.el (math-compose-expr, math-compose-rows):
1689         Add LaTeX support.
1690         (math-compose-expr): Add support for special functions.
1692         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
1694 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
1696         * progmodes/gdb-ui.el (gdb-memory-address)
1697         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
1698         (gdb-memory-mode-map, gdb-memory-format-keymap)
1699         (gdb-memory-format-menu, gdb-memory-unit-keymap)
1700         (gdb-memory-unit-menu): New variables for a buffer
1701         that lets the user examine program memory.
1702         (gdb-memory-set-address, gdb-memory-set-repeat-count)
1703         (gdb-memory-format-binary, gdb-memory-format-octal)
1704         (gdb-memory-format-unsigned, gdb-memory-format-signed)
1705         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
1706         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
1707         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1708         (gdb-memory-unit-byte, gdb-memory-unit-menu)
1709         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
1710         (gdb-memory-mode, gdb-memory-buffer-name)
1711         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
1712         New functions for above buffer.
1714 2005-01-30  Richard M. Stallman  <rms@gnu.org>
1716         * cus-edit.el (custom-bury-buffer): Function deleted.
1717         (custom-buffer-done-function): Option deleted.
1718         (custom-buffer-done-kill): New (replacement option.
1719         (Custom-buffer-done): Call quit-window.
1720         (custom-buffer-create-internal): Update for above changes.
1722 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
1724         * simple.el (undo-ask-before-discard): New var.
1725         (undo-outer-limit-truncate): Implement it.
1726         (undo-extra-outer-limit): Doc update.
1728 2005-01-29  Richard M. Stallman  <rms@gnu.org>
1730         * ses.el (undo-more): Delete defadvice.
1731         (ses-begin-change): Doc fix.
1733         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
1734         instead of rebinding C-x u and C-_.
1736         * files.el (normal-backup-enable-predicate): Return nil for files
1737         in /tmp, regardless of temporary-file-directory.
1739         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
1741         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
1742         (open-rectangle, delete-whitespace-rectangle-line)
1743         (clear-rectangle-line): If FILL, pass t instead of FILL
1744         for move-to-column's 2nd arg.
1746         * simple.el (undo): Fix the test for continuing a series of undos.
1747         (undo-more): Set pending-undo-list to t when we reach end.
1748         (pending-undo-list): Move up defvar.
1750         * wid-edit.el (widget-button-click):
1751         Shorten the range of the track-mouse binding.
1753         * comint.el (comint-insert-input): Undo previous changes;
1754         use last-input-event in interactive spec.
1756 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
1758         * progmodes/compile.el (compilation-start): Bind buffer-read-only
1759         to nil before invoking call-process.  Reset buffer's modified flag
1760         after fontifying it in the no-async branch.
1762         * wid-edit.el (widget-specify-button): If mouse pointer shape
1763         cannot be changed, use mouse face instead.
1765 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
1767         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1768         (gdb-goto-breakpoint): Make breakpoint handling work on template
1769         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
1770         (gdb-assembler-custom): Update to recognise breakpoint information
1771         added on 2005-01-19.
1773 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1775         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
1776         (dsssl-mode): Use define-derived-mode.
1777         (scheme-mode-initialize): Remove.
1778         (scheme-mode): Use run-mode-hooks.
1780         * cus-edit.el (customize-group-other-window)
1781         (custom-buffer-create-other-window): Don't override special-display-*.
1782         (custom-mode-map): Make it dense.
1784         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
1785         sets the default value.
1787 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
1789         * descr-text.el: Add more keywords.
1791 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1793         * speedbar.el: Avoid unnecessary use of locate-library.
1795         * international/mule-cmds.el (standard-display-european-internal):
1796         Don't fiddle with latin-1 non-break space any more since it's now
1797         special cased in the C code.
1798         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1800 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
1802         * cus-start.el (all): Add `undo-outer-limit'.
1804 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1806         * textmodes/bibtex.el (bibtex-format-entry):
1807         Use `bibtex-empty-field-re' only on the text of fields, not on entire
1808         field lines.
1809         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1810         not on part of a buffer.
1812 2005-01-25  Lute Kamstra  <lute@gnu.org>
1814         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1815         nonempty field text strings like "{letters\\macro{}more letters}".
1816         Clarify docstring.
1817         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1818         (bibtex-entry-offset, bibtex-parse-association)
1819         (bibtex-parse-field-name): Fix typos in docstrings.
1820         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
1822 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
1824         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
1825         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
1826         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1827         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1829         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1830         isearch minor mode.
1832 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1834         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1836 2005-01-24  Lute Kamstra  <lute@gnu.org>
1838         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1839         CASECHARS and NOT-CASECHARS regular expressions of the
1840         "nederlands" and "nederlands8" dictionaries to prevent a "Range
1841         striding over charsets" error.
1843 2005-01-24  Jay Belanger  <belanger@truman.edu>
1845         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1846         display variable name.
1848 2005-01-24  Kenichi Handa  <handa@m17n.org>
1850         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1851         Fix setting of the element of encoded-kbd-iso2022-invocations.
1853 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
1855         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1856         (gdb-threads-select): Change to also accept mouse events.
1857         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1858         (gdb-threads-mouse-select): Delete.
1860 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
1862         * files.el (insert-directory): Take care of empty directory,
1863         listed without -a switch.
1865 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         * textmodes/refill.el (refill-post-command-function):
1868         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1869         to the list of functions that we should be careful not to undo.
1870         (refill-late-fill-paragraph-function): Remove.
1871         (refill-saved-state): New var.
1872         (refill-mode): Use it to save fill-paragraph-function.
1873         Save also the value of auto-fill-function.
1875         * term/w32-win.el: Simplify code.
1877 2005-01-23  Kim F. Storm  <storm@cua.dk>
1879         * simple.el (line-move): Adapt to new return value from
1880         pos-visible-in-window-p.
1882         * simple.el (line-move): Fix last change.  Check partial
1883         visibility at point rather than at window-start.
1885 2005-01-22  Jason Rumney  <jasonr@gnu.org>
1887         * term/w32-win.el (xw-defined-colors): Remove debug-message.
1889 2005-01-22  David Kastrup  <dak@gnu.org>
1891         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1893 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
1895         * type-break.el (type-break-mode): Add a test for
1896         type-break-file-name being non-nil.
1898 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
1900         * net/eudc.el (top level): Call (message "") via progn, so that
1901         eudc-options-file is loaded.
1903 2005-01-22  Kim F. Storm  <storm@cua.dk>
1905         * simple.el (line-move-1): Rename from line-move.
1906         (line-move): New function that adjusts vscroll for partially
1907         visible rows, and calls line-move-1 otherwise.
1909 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
1911         * pcomplete.el: define pcomplete-read-event instead of read-event,
1912         since it's not a complete read-event implementation
1914 2005-01-20  Jay Belanger  <belanger@truman.edu>
1916         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1917         for called function.
1919 2005-01-20  Steven Tamm  <steventamm@mac.com>
1921         * term/mac-win.el (process-connection-type): Remove.
1922         Controlled now by s/darwin.h:PTY_ITERATION.
1924 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * window.el (handle-select-window): Don't switch window when we're
1927         in the minibuffer.
1929 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1931         * subr.el (dotimes-with-progress-reporter): New macro.
1933         * ses.el (ses-dotimes-msg): Remove macro.
1934         Use `dotimes-with-progress-reporter' instead.
1936 2005-01-19  Steven Tamm  <steventamm@mac.com>
1938         * term/mac-win.el (process-connection-type): Use new
1939         operating-system-release variable to use ptys on Darwin 7 (OSX
1940         10.3) when using carbon build.
1942 2005-01-19  Jay Belanger  <belanger@truman.edu>
1944         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1945         flags if the last command was a tab or M-tab.
1947         * calc/calc-prog.el (calc-user-define-edit): Put original formula
1948         in formula editing buffer.
1950 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1952         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1953         breakpoint image symbol in margin.
1955 2005-01-19  Jay Belanger  <belanger@truman.edu>
1957         * calc/calc-prog.el (calc-execute-kbd-macro):
1958         Ignore calc-keep-arg-flag.
1960 2005-01-19  Kenichi Handa  <handa@m17n.org>
1962         * textmodes/ispell.el (ispell-looking-at): New function.
1963         (ispell-process-line): Use ispell-looking-at to compare the ispell
1964         output and the buffer contents.
1966 2005-01-18  Jay Belanger  <belanger@truman.edu>
1968         * calc/calc.el (calc-display-raw): Fix docstring.
1970 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1972         * simple.el (blink-matching-open): Strip extra info from syntax.
1974         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1975         funny chars in the end-of-here-doc marker.
1977 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1979         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1980         that enable/disabled state of breakpoints is shown correctly in
1981         fringe and on ttys.
1982         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1983         Add breakpoint information as text properties.
1984         (gdb-mouse-toggle-breakpoint):
1985         Rename to gdb-mouse-set-clear-breakpoint.
1986         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
1987         breakpoints in the margin.
1988         (gdb-remove-strings): Simplify.
1990 2005-01-17  Jay Belanger  <belanger@truman.edu>
1992         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1993         erasing buffer.
1995 2005-01-17  Richard M. Stallman  <rms@gnu.org>
1997         * progmodes/grep.el (grep-find): Copy from `grep' the condition
1998         for calling grep-compute-defaults.
2000         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
2001         if buffer is empty.
2003         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
2005 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2007         * hilit-chg.el (highlight-changes-mode): Don't autoload.
2009         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
2010         non-preloaded variables.
2012 2005-01-17  Steven Tamm  <steventamm@mac.com>
2014         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
2015         tex-shell cause to force interactivity when using pipes.
2017 2005-01-17  Kim F. Storm  <storm@cua.dk>
2019         * simple.el (just-one-space): Make arg optional.
2021 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
2023         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
2024         posn-at-x-y to t to access left-margin.
2026 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
2028         Sync with Tramp 2.0.47.
2030         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
2031         catching keep-date problems in cp/scp operations.
2032         (tramp-handle-copy-file): Don't call `set-file-modes'
2033         unconditionally.  Specialized functions should know better what is
2034         necessary.  This improves performance a little bit, and the
2035         functions could catch errors with `cp -p' and `scp -p'.
2036         (tramp-do-copy-or-rename-file-via-buffer)
2037         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
2038         when appropriate.
2039         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
2040         Call `set-file-modes' when appropriate.
2041         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
2042         Johnsson <isak@hypergene.com>
2043         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
2044         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
2045         <joakim@verona.se>
2046         (tramp-file-name-for-operation): Mark `shell-command' as magic for
2047         Emacs only.
2049         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
2050         `find-file-hooks' and `dired-mode-hook'.
2051         (tramp-minor-mode-map): Respective map.  Add remapping for
2052         `compile' and `recompile'.
2053         (tramp-remap-command, tramp-recompile): New defuns.
2054         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
2055         in buffer "*Compilation*".  Call the commands asynchronously.
2057         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
2058         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
2059         `shell-command', because it isn't magic in XEmacs.  Reported by
2060         Adrian Aichner <adrian@xemacs.org>.
2062         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2063         `substitute-in-file-name.
2064         (tramp-smb-handle-substitute-in-file-name): New defun.
2065         (tramp-smb-advice-PC-do-completion): Delete advice.
2067 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
2069         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
2070         Fix error in deleting region.
2072 2005-01-15  Richard M. Stallman  <rms@gnu.org>
2074         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
2075         In non-temp buffer, switch syntax table temporarily.
2077         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
2079         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
2081         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
2083         * imenu.el (imenu--split-menu): Copy menulist before sorting.
2084         (imenu--generic-function): Use START, not BEG, as pos of definition.
2086         * simple.el (just-one-space): Argument specifies number of spaces.
2088         * simple.el (eval-expression-print-format): Avoid warning
2089         about edebug-active.
2091 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
2093         * progmodes/sh-script.el: Code copied from make-mode.el
2094         with small changes,
2095         (sh-mode-map): Bind C-c C-\.
2096         (sh-backslash-column, sh-backslash-align): New variables.
2097         (sh-backslash-region, sh-append-backslash): New functions.
2099 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2101         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
2102         (rmail-pop-password, rmail-pop-password-required): Move to
2103         rmail-obsolete group.
2104         (rmail-set-pop-password): Rename to rmail-set-remote-password.
2105         All callers updated.
2106         (rmail-get-pop-password): Rename to rmail-get-remote-password.
2107         Take an argument specifying whether it is POP or IMAP mailbox we
2108         are using.  All callers updated.
2109         (rmail-pop-password-error): Rename to
2110         rmail-remote-password-error.  Added mailutils-specific error message.
2111         (rmail-movemail-search-path)
2112         (rmail-movemail-variant-in-use): New variables.
2113         (rmail-remote-password, rmail-remote-password-required):
2114         New customization variables.
2115         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
2116         (rmail-parse-url): New function.
2117         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
2118         with GNU mailutils movemail.
2120 2005-01-15  Kevin Ryde  <user42@zip.com.au>
2122         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
2123         suffix to space, $ or '$, to correctly position point when going
2124         to @table style constants like DBL_MAX.
2126 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
2128         * type-break.el (type-break-mode, type-break-file-time)
2129         (type-break-file-keystroke-count, type-break-choose-file):
2130         Don't store data in or load data from the file if type-break-file-name
2131         is nil.
2132         (type-break-file-name): Doc update as per the above.
2134 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
2136         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
2137         lookup-key might return nil; handle that.
2139 2005-01-15  Alan Mackenzie  <acm@muc.de>
2141         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
2142         rather than the element found, thus enabling the tree to be setcar'd.
2144 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2146         * textmodes/org.el (org-show-following-heading): New option.
2147         (org-show-hierarchy-above): Use `org-show-following-heading'.
2148         (org-cycle): Documentation fix.
2150         * textmodes/org.el (orgtbl-optimized): New option
2151         (orgtbl-mode): New command, a minor mode.
2152         (orgtbl-mode-map): New variable.
2153         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
2154         (orgtbl-error, orgtbl-self-insert-command)
2155         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2157         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
2158         a local variable in each org-mode buffer.
2160         * textmodes/org.el (org-set-regexps-and-options): Rename from
2161         `org-set-regexps'.  Added checking for STARTUP keyword.
2162         (org-get-current-options): Add STARTUP options.
2163         (org-table-insert-row): Mode mode intelligent about when
2164         realignment is needed.
2165         (org-self-insert-command, org-delete-backward-char, org-delete-char):
2166         New commands.
2167         (org-enable-table-editor): New default value `optimized'.
2168         (org-table-blank-field): Support blanking regions if active.
2170 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2172         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
2173         if the year is not given.
2175         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
2176         Add new escapes %m and %M, fixed bug with %F by adding
2177         save-match-data.
2178         (reftex-reference): Remove ?. from list of spaces.
2179         (reftex-label-info): Add automatic label prefix recognition.
2181         * textmodes/reftex-index.el (reftex-index-next-phrase):
2182         Add slave parameter to call of `reftex-index-this-phrase'.
2183         (reftex-index-this-phrase): New optional argument.
2184         (reftex-index-region-phrases): Add slave parameter to call of
2185         `reftex-index-this-phrase'.
2186         (reftex-display-index): New argument redo.
2187         (reftex-index-rescan): Add 'redo to arguments of
2188         `reftex-display-index'.
2189         (reftex-index-Rescan, reftex-index-revert)
2190         (reftex-index-switch-index-tag): Add 'redo to arguments of
2191         `reftex-display-index'.
2192         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
2193         indexing.  Fix bug with matching is there is a quote before or
2194         after the word.
2196         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2197         Fix bug when collecting citation keys in lines with comments.
2198         (reftex-citation): Prefix argument no longer rescans the document,
2199         but forces prompting for optional arguments of cite macros.
2200         (reftex-do-citation): Prompting for optional arguments implemented.
2202         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2203         Add optional arguments to most cite commands.
2204         (reftex-cite-cleanup-optional-args): New option
2205         (reftex-cite-prompt-optional-args): New option.
2206         (reftex-trust-label-prefix): New option.
2208         * textmodes/reftex-toc.el (reftex-toc-find-section):
2209         Add push-mark before changing the position in the buffer.
2211         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
2212         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
2214 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
2216         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
2217         more carefully.
2219 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
2222         (sgml-mode): Use it.
2223         (sgml-get-context): Better keep track of implicitly closed tags.
2225 2005-01-13  Kenichi Handa  <handa@m17n.org>
2227         * textmodes/ispell.el: These changes are to fix misalignment error
2228         caused by equivalent characters of different Emacs charsets.
2229         (ispell-unified-chars-table): New variable.
2230         (ispell-get-decoded-string): New function.
2231         (ispell-get-casechars, ispell-get-not-casechars)
2232         (ispell-get-otherchars): Call ispell-get-decoded-string.
2234 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2236         * custom.el (custom-declare-variable): Just put symbol instead
2237         of (defvar . symbol) in `current-load-list'.
2239 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2241         * emacs-lisp/elint.el: Fixed typo in Commentary section.
2243 2005-01-12  Jay Belanger  <belanger@truman.edu>
2245         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
2246         to create a Calc summary.
2248 2005-01-12  Kim F. Storm  <storm@cua.dk>
2250         * mouse.el (mouse-on-link-p): Change functionality and doc
2251         string to comply with latest description in lisp ref.
2253 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
2255         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
2256         Enable mouse clicks on mode-line, header-line and margin.
2257         (event-type): Give mouse event symbols an 'event-kind property
2258         with value 'mouse-click.
2260 2005-01-12  Juri Linkov  <juri@jurta.org>
2262         * facemenu.el (list-colors-display): Add new arg buffer-name.
2263         Use it.  Fix docstring.  Replace code for identifying duplicate
2264         colors by the name with call to `list-colors-duplicates' which
2265         identifies duplicate colors by the value unless the color
2266         is one of special Windows colors.  Set truncate-lines to t.
2267         Print sorted duplicate color names on each line.  Indent to 22
2268         \(the longest color name in rgb.txt) instead of 20.  Optimize.
2269         (list-colors-duplicates): New function.
2270         (facemenu-color-name-equal): Delete function.
2272         * facemenu.el (list-colors-print): New function created from code
2273         in list-colors-display.  Print #RRGGBB at the window right edge.
2274         (list-colors-display): When temp-buffer-show-function is not
2275         defined, call list-colors-print from temp-buffer-show-hook
2276         to get the right value of window-width in list-colors-print
2277         after the buffer is displayed.
2279         * simple.el (pop-mark): Move deactivate-mark out of conditional
2280         part to deactivate the active mark regardless of the state of the
2281         mark ring.
2283         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
2284         variables line in desktop files.
2286 2005-01-12  Juri Linkov  <juri@jurta.org>
2288         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
2289         Bring together isearch highlight related options.
2290         (lazy-highlight): Replace group `replace' by `matching'.
2291         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2292         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2293         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
2294         and declare them obsolete.
2295         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
2296         (isearch-faces): Remove defgroup.
2297         (isearch-overlay, isearch-highlight, isearch-dehighlight):
2298         Move isearch highlighting code closer to lazy highlighting code.
2300         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
2301         (query-replace-highlight, query-replace-lazy-highlight)
2302         (query-replace): Move definitions to the beginning of the file.
2304 2005-01-11  Juri Linkov  <juri@jurta.org>
2306         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
2307         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
2308         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
2310         * info.el (Info-history-forward): New variable.
2311         (Info-select-node): Reset Info-history-forward to nil.
2312         (Info-last): Turn into defalias.
2313         (Info-history-back): Rename from Info-last.
2314         Add current node to Info-history-forward.
2315         (Info-history-forward): New fun.
2316         (Info-mode-map): Replace Info-last by Info-history-back.
2317         Bind Info-history-forward to "r".
2318         (Info-mode-menu): Replace Info-last by Info-history-back.
2319         Fix menu item text.  Add menu item for Info-history-forward.
2320         (info-tool-bar-map): Replace Info-last by Info-history-back.
2321         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
2322         for Info-history-forward.
2323         (Info-mode): Replace Info-last by Info-history-back in docstring.
2324         Add local variable Info-history-forward.
2325         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
2327 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2329         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
2330         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
2331         Ignore select-window events rather than fiddle with
2332         mouse-autoselect-window.
2334 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
2336         * type-break.el (type-break-mode): Fix previous change.
2338 2005-01-10  Jay Belanger  <belanger@truman.edu>
2340         * calc/calc-ext.el (calc-reset): Reset when inside embedded
2341         calculator; only reset when point is inside a calculator.
2342         Don't adjust the window height if the window takes up the whole height
2343         of the frame.
2345 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2347         * ebuff-menu.el (Electric-buffer-menu-mode):
2348         Preserve value of buffer-local var header-line-format.
2350 2005-01-09  Jay Belanger  <belanger@truman.edu>
2352         * calc/calc.el (calc-mode-var-list-restore-saved-values):
2353         Make sure settings file exists before accessing it.
2355         * calc/calc-embed.el (calc-embedded-subst):
2356         Replace math-multi-subst-rec, which is only supposed to be called
2357         by math-multi-subst, by math-multi-subst.
2359 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
2361         * vc.el (vc-allow-async-revert): New user option.
2362         (vc-disable-async-diff): New internal variable.
2363         (vc-revert-buffer): Use them to disable asynchronous diff.
2365         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
2366         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
2367         asynchronously if vc-disable-async-diff is t.
2369 2005-01-09  Jay Belanger  <belanger@truman.edu>
2371         * calc/calc.el (defcalcmodevar): New macro.
2372         (calc-mode-var-list-restore-default-values)
2373         (calc-mode-var-list-restore-saved-values): New functions.
2374         (calc-mode-var-list): Use defcalcmodevar to define it.
2375         (calc-always-load-extensions, calc-line-numbering)
2376         (calc-line-breaking, calc-display-just, calc-display-origin)
2377         (calc-number-radix, calc-leading-zeros, calc-group-digits)
2378         (calc-group-char, calc-point-char, calc-frac-format)
2379         (calc-prefer-frac, calc-hms-format, calc-date-format)
2380         (calc-float-format, calc-full-float-format, calc-complex-format)
2381         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2382         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2383         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2384         (calc-matrix-brackets, calc-language, calc-language-option)
2385         (calc-left-label, calc-right-label, calc-word-size)
2386         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2387         (calc-display-raw, calc-internal-prec, calc-angle-mode)
2388         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2389         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2390         (calc-window-height, calc-display-trail, calc-show-selections)
2391         (calc-use-selections, calc-assoc-selections)
2392         (calc-display-working-message, calc-auto-why, calc-timing)
2393         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
2394         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
2395         (calc-gnuplot-default-device, calc-gnuplot-default-output)
2396         (calc-gnuplot-print-device, calc-gnuplot-print-output)
2397         (calc-gnuplot-geometry, calc-graph-default-resolution)
2398         (calc-graph-default-resolution-3d, calc-invocation-macro)
2399         (calc-show-banner): Use defcalcmodevar to declare them and set
2400         their default values.
2402         * calc/calc-ext.el (calc-reset): Restore saved values of variables
2403         instead of default values (but restore default values if there is
2404         an argument of 0).
2406 2005-01-09  David Kastrup  <dak@gnu.org>
2408         * desktop.el (desktop-restore-eager): Fix typo in type.
2410 2005-01-08  Richard M. Stallman  <rms@gnu.org>
2412         * cus-edit.el (customize): Delete :link.
2414 2005-01-08  Jay Belanger  <belanger@truman.edu>
2416         * calc/calc.el (calc-mode): Remove the extension from the
2417         `calc-settings-file' file name when loading it.
2419 2005-01-08  Kim F. Storm  <storm@cua.dk>
2421         * info.el (Info-mode-map, Info-next-link-keymap)
2422         (Info-prev-link-keymap, Info-up-link-keymap):
2423         Map follow-link to mouse-face.
2424         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
2426 2005-01-08  Jay Belanger  <belanger@truman.edu>
2428         * calc/calc.el (calc-settings-file): Change default value.
2429         Suggested by cgw in a comment in calc-mode.el.
2431         * calc/calc-mode.el (calc-settings-file-name):
2432         Compare calc-settings-file to user-init-file instead of ~/.emacs.
2433         Replace ~/.emacs in a prompt by calc-settings-file.
2435 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
2437         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
2438         (desktop-lazy-idle-delay): New customizable variables.
2439         (desktop-buffer-args-list): New variable.
2440         (desktop-append-buffer-args): New function.
2441         (desktop-save): Call desktop-append-buffer-args for some buffers.
2442         (desktop-lazy-create-buffer): New function.
2443         (desktop-idle-create-buffers): New function.
2444         (desktop-read): Add message about buffers to restore lazily.
2445         (desktop-lazy-abort): New command.
2446         (desktop-clear): Call desktop-lazy-abort.
2447         (desktop-lazy-complete): New command.
2449 2005-01-06  Richard M. Stallman  <rms@gnu.org>
2451         * emacs-lisp/find-func.el (find-face-definition):
2452         Rename from find-face.
2454 2005-01-06  Kim F. Storm  <storm@cua.dk>
2456         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
2458         * man.el (Man-xref-man-page, Man-xref-header-file)
2459         (Man-xref-normal-file): Add follow-link property.
2461 2005-01-06  Jay Belanger  <belanger@truman.edu>
2463         * calc/calc-units.el: Make sure the proper macro definitions are
2464         available when compiling.
2466 2005-01-06  Juri Linkov  <juri@jurta.org>
2468         * isearch.el (isearch-lazy-highlight-update):
2469         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
2471 2005-01-06  Miles Bader  <miles@gnu.org>
2473         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
2474         (isearch-lazy-highlight-face): Use new name.
2476 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * uniquify.el (uniquify-rationalize-file-buffer-names):
2479         Re-add an interactive spec.
2480         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
2481         to the same name.
2483         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
2484         (isearch-update, isearch-done): Adjust calls accordingly.
2486 2005-01-05  Richard M. Stallman  <rms@gnu.org>
2488         * custom.el (custom-set-variables, custom-theme-set-variables):
2489         Clarify documentation.
2491         * emacs-lisp/find-func.el (find-variable)
2492         (find-variable-other-window, find-variable-other-frame):
2493         Fix the TYPE args to find-function-read and find-function-do-it.
2494         (find-function): Doc fix.
2495         (find-function-at-point): Replace function-at-point alias.
2497 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2499         * cus-face.el (custom-declare-face):
2500         Record defface in current-load-list.
2502         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
2504         * emacs-lisp/find-func.el: Doc fixes.
2505         (find-face-regexp): New variable.
2506         (find-function-regexp-alist): New variable.
2507         (find-function-C-source): Third arg is now TYPE.
2508         (find-function-search-for-symbol): Handle general TYPE.
2509         (find-function-read, find-function-do-it): Handle general TYPE.
2510         (find-definition-noselect, find-face): New functions.
2511         (function-at-point): Alias deleted.
2513 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2515         * battery.el (display-battery-mode): Rename from display-battery.
2516         Handle the case where it gets turned off.
2518 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2520         * cus-edit.el (customize): Make :link point to user doc.
2522         * man.el (Man-fontify-manpage): Turn off undo generation.
2524         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
2526 2005-01-04  Andreas Schwab  <schwab@suse.de>
2528         * files.el (insert-directory): Only look for error lines in
2529         inserted text.  Don't move too far after processing --dired markers.
2531 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2533         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2534         Don't expand if the character is @, period, dash, etc.
2535         (define-mail-abbrev): Quote names that contain problem characters.
2537 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
2539         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
2541 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2543         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
2544         (query-replace-highlight, query-replace-lazy-highlight)
2545         (query-replace): Definitions moved up.  Doc fix.
2547 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2549         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
2550         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2551         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2552         (lazy-highlight-face): Rename from isearch-lazy-...
2553         Change all references to them.
2555 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2557         * cus-edit.el (custom-file): Doc fix for defcustom.
2558         (custom-file): The function no longer sets the variable
2559         `custom-file' to its return value.
2561         * startup.el (command-line): No longer load `custom-file'.
2563 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2565         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
2567         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
2568         Don't confuse module-prefixed identifiers for labels.
2569         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
2571 2005-01-02  Richard M. Stallman  <rms@gnu.org>
2573         * files.el (basic-save-buffer-1): Fix previous change.
2575         * loadhist.el (file-loadhist-lookup): New function.
2576         (file-provides, file-requires): Use it.
2578         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
2579         instead of calculating the right size.
2581 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2583         * vc-svn.el (vc-svn-diff): Stay local if possible.
2585 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
2587         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
2589         * files.el (hack-local-variables): Fix last change.
2591 2005-01-02  Jay Belanger  <belanger@truman.edu>
2593         * calc/calc-yank.el (calc-edit-top): New variable.
2594         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
2595         object.  Change header properties.
2596         (calc-edit-finish, calc-edit-finish-stack-object)
2597         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
2598         edited object.
2599         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
2600         for the beginning of the edited object.
2601         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
2602         for the beginning of the edited object.
2603         * calc/calc-prog.el (calc-edit-macro-finish-edit)
2604         (calc-finish-formula-edit, calc-macro-repeats)
2605         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
2606         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
2607         beginning of the edited object.
2608         (calc-user-define-edit): Change the header for editing macros.
2609         Remove unnecessary variable.
2611 2005-01-01  Jay Belanger  <belanger@truman.edu>
2613         * calc/calc-yank.el (calc-edit-mode): Change default header.
2614         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
2615         * calc/calc-store.el (calc-edit-variable): Change title to match new
2616         header.
2617         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
2618         mode to match new header.
2619         (calc-user-define-edit): Change titles to include names of commands.
2620         (calc-finish-formula-edit): Adjust to handle new header.
2621         (calc-finish-macro-edit): Remove.
2622         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
2623         (calc-edit-macro-command, calc-edit-macro-command-type)
2624         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
2625         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
2626         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
2627         (calc-edit-macro-finish-edit): New functions.
2628         (calc-user-define-edit): Use new functions to edit named calc macros.
2630 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
2632         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
2634         * ses.el (copy-region-as-kill): Deactivate mark.
2636 2005-01-01  Richard M. Stallman  <rms@gnu.org>
2638         * replace.el (occur-1): If the output buffer is also an input,
2639         don't kill it, rename it.
2641         * faces.el (set-face-background, set-face-foreground): Doc fix.
2643         * cus-face.el (custom-face-attributes): Fix :help-echo strings
2644         for :foreground and :background.
2646         * dired.el (dired-view-command-alist): Variable deleted.
2647         (dired-view-file, dired-mouse-find-file-other-window):
2648         Delete the code to use it.
2650 2005-01-01  Kim F. Storm  <storm@cua.dk>
2652         * image.el (insert-sliced-image): Use t for line-height property.
2654 2004-12-31  Jay Belanger  <belanger@truman.edu>
2656         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
2657         for "var-" at the beginning of the minibuffer.
2659 2004-12-31  Richard M. Stallman  <rms@gnu.org>
2661         * faces.el (read-face-name):
2662         Don't treat an attribute spec as a list of faces.
2664         * simple.el (undo): Use undo-equiv-table to detect
2665         unexpected changes since previous undo.
2666         (undo-list-saved): Variable deleted.
2667         (buffer-disable-undo): Don't alter undo-list-saved.
2669         * files.el (require-final-newline): Allow `visit' and `visit-save'.
2670         (mode-require-final-newline): New option.
2671         (after-find-file): Handle require-final-newline with new values.
2672         (basic-save-buffer): Handle new values of require-final-newline.
2674         * progmodes/sh-script.el (sh-require-final-newline):
2675         Alist value now controls whether to use mode-require-final-newline.
2676         (sh-set-shell): Implement that new meaning.
2678         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
2679         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
2680         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
2681         Delete old-Emacs compatibility code.
2682         (antlr-c-common-init): Function deleted.
2684         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
2685         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
2686         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
2687         * progmodes/python.el (python-mode): Use mode-require-final-newline.
2688         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
2689         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
2690         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
2691         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
2692         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
2693         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
2694         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
2695         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
2696         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
2697         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
2698         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
2699         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
2701 2004-12-31  Jay Belanger  <belanger@truman.edu>
2703         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
2704         way to return to Calc.
2706         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
2707         finish, C-xk as the way to cancel the edit.  Add cancel routine to
2708         kill-buffer-hook.
2710         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
2711         MacEdit code.
2713         * calc/calc-prog.el: Remove obsolete MacEdit code.
2714         (calc-macro-edit-algebraic, calc-macro-edit-variable)
2715         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
2717 2004-12-31  Kenichi Handa  <handa@m17n.org>
2719         * international/mule.el (buffer-file-coding-system-explicit):
2720         Rename for explicit-buffer-file-coding-system.
2721         (after-insert-file-set-coding): Adjust for the above change.
2723         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
2724         to buffer-file-coding-system-explicit.
2725         (basic-save-buffer-1): Likewise.
2727 2004-12-30  Richard M. Stallman  <rms@gnu.org>
2729         * textmodes/artist.el (artist-butlast-fn): Var deleted.
2730         (artist-butlast, artist-last): Functions deleted.
2731         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
2732         (artist-compute-key-compl-table): Call remq directly.
2733         (artist-remove-nulls): Function deleted.
2734         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
2735         (artist-push, artist-pop): Macro deleted.
2737 2004-12-30  Andreas Leue  <al@sphenon.de>
2739         * textmodes/artist.el (artist-version): 1.2.6
2740         (artist-prev-next-op-alist): New variable.
2741         (artist-select-next-op-in-list): New function.
2742         (artist-select-prev-op-in-list): New function.
2743         (artist-make-prev-next-op-alist): New function.
2744         (artist-is-in-op-list-p): New function.
2745         (artist-get-first-non-nil-op): New function.
2746         (artist-get-last-non-nil-op): New function.
2747         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
2748         artist-prev-next-op-alist.
2749         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
2750         change drawing operation.
2752 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2754         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
2756 2004-12-31  Masatake YAMATO  <jet@gyve.org>
2758         * server.el (server-process-filter): Suppress `error', too.
2760 2004-12-30  Jay Belanger  <belanger@truman.edu>
2762         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
2763         Change the way a variable is displayed in a message.
2765         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
2766         (calc-user-define-permanent, calc-execute-kbd-macro):
2767         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
2769 2004-12-30  Kenichi Handa  <handa@m17n.org>
2771         * files.el (basic-save-buffer-1):
2772         Set explicit-buffer-file-coding-system to last-coding-system-used.
2773         (revert-buffer): Pay attention to
2774         explicit-buffer-file-coding-system (not buffer-file-coding-system)
2775         on bind coding-system-for-read.
2777         * international/mule.el (explicit-buffer-file-coding-system):
2778         New buffer local variable.
2779         (after-insert-file-set-coding): Set it to coding-system-for-read.
2781 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2783         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
2785 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
2787         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
2788         that include line numbers.
2790 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
2792         * files.el (hack-local-variables): If no PREFIX, set it to "^".
2793         Redundant variable PREFIXLEN removed.
2795 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
2797         * eshell/em-hist.el (eshell-previous-matching-input):
2798         Start the deletion from the end of the output.
2800 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2802         * term/mac-win.el: Require x-dnd.
2803         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
2805 2004-12-29  David Kastrup  <dak@gnu.org>
2807         * international/mule.el (decode-coding-inserted-region):
2808         Don't barf if `buffer-undo-list' is already set to `t'.
2810 2004-12-29  Jay Belanger  <belanger@truman.edu>
2812         * calc/calc-prog.el (calc-user-define-formula): Put default values
2813         for function names in prompts.
2814         (calc-user-define-permanent, calc-user-define-composition)
2815         (calc-user-define-formula): Remove the need for "calcFunc-" in the
2816         default input for algebraic functions.
2818 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
2820         * vc-rcs.el (vc-rcs-annotate-command):
2821         Fix omission bug: Call `vc-setup-buffer'.
2823 2004-12-29  Kenichi Handa  <handa@m17n.org>
2825         * international/mule.el (recode-region): New function.
2827 2004-12-28  Richard M. Stallman  <rms@gnu.org>
2829         * simple.el (undo-extra-outer-limit): New variable.
2830         (undo-outer-limit-truncate): Test and set it.
2832         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2833         enables the feature to extend the existing region.
2835         * simple.el (mark-word): New arg ALLOW-EXTEND
2836         enables the feature to extend the existing region.
2838         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2839         enables the feature to extend the existing region.
2841         * startup.el (site-run-file): Don't allow setting it with Custom.
2843         * simple.el (buffer-disable-undo): Fix previous change.
2845 2004-12-27  Masatake YAMATO  <jet@gyve.org>
2847         * hexl.el (hexlify-buffer): Remove fontification here.
2848         Use font lock mechanism instead.
2849         (hexl-font-lock-keywords): New font lock kewords.
2850         (hexl-mode-old-font-lock-keywords): New variable.
2851         (hexl-mode): Store the old font lock keywords.
2852         (hexl-mode-exit): Restore the old font lock keywords.
2854 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2856         * simple.el (undo): Fix previous change.
2858 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2860         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
2861         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2862         Call x-open-connection on Mac OS X.
2864 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2866         * files.el (buffer-save-without-query): New var (buffer-local).
2867         (save-some-buffers): Save those buffers first, w/o asking.
2869         * files.el (insert-directory-ls-version): New variable.
2870         (insert-directory): When ls returns an error, test the version
2871         number to decide what the return code means.
2872         With --dired output format, detect and distinguish lines
2873         that are really error messages.
2874         (insert-directory-adj-pos): New function.
2876         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2878         * battery.el (battery-mode-line-format): Remove initial spaces.
2880         * uniquify.el (uniquify-rationalize-file-buffer-names):
2881         Delete interactive spec.
2883         * type-break.el (type-break-mode): Set buffer-save-without-query.
2884         Remove code that tried to set save-some-buffers-always.
2885         (type-break-file-keystroke-count): Bind deactivate-mark.
2887         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2889         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2890         Test that the buffer is live, and maybe reject current buffer too.
2891         Clarify.
2892         (next-error-find-buffer): Rewrite for clarity.
2894         * loadup.el: Don't use buffer-disable-undo; do it directly.
2896         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2897         (describe-variable): Call symbol-file with `defvar'.
2899         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2900         (symbol-file): Rewritten to handle new load-history format.
2901         Now takes an arg TYPE to specify looking for a particular
2902         type of definition only.
2904         * emacs-lisp/debug.el (debugger-make-xrefs):
2905         Call symbol-file with `defun'.
2907         * emacs-lisp/find-func.el (find-function-noselect):
2908         Call symbol-file with `defun'.
2909         (find-variable-noselect): Call symbol-file with `defvar'.
2911         * eshell/esh-cmd.el (eshell-find-alias-function):
2912         Call symbol-file with `defun'.
2914         * eshell/esh-test.el (eshell-test-goto-func):
2915         Call symbol-file with `defun'.
2917         * mail/rmail.el (rmail-resend):
2918         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2920         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2922         * progmodes/compile.el (compilation-find-buffer): Rename arg.
2924         * textmodes/texinfmt.el (texinfo-format-buffer-1):
2925         Call buffer-disable-undo.
2927         * simple.el (undo-list-saved): New variable (buffer-local).
2928         (undo): Set and test it.
2929         (buffer-disable-undo): Move here from buffer.c.
2930         Clear out undo-list-saved.
2932         * international/mule.el (decode-coding-inserted-region):
2933         Set buffer-undo-list in a correct and optimal way.
2935         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2936         (cperl-font-lock-unfontify-region-function): No need to save and
2937         restore info, since font-lock.el does it for us.
2939         * ansi-color.el (save-buffer-state): Definition deleted.
2940         (ansi-color-unfontify-region): Don't use save-buffer-state.
2942 2004-12-27  Dave Love  <fx@gnu.org>
2944         * wid-edit.el (function): Use restricted-sexp as parent.
2946 2004-12-27  Kevin Ryde  <user42@zip.com.au>
2948         * simple.el (next-matching-history-element): Use same
2949         `interactive' form as previous-matching-history-element.
2951         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2952         it can appear unencoded and has been seen from yahoo.
2954 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
2956         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2957         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
2959 2004-12-27  Kenichi Handa  <handa@m17n.org>
2961         * international/utf-8.el (utf-translate-cjk-load-tables):
2962         Bind coding-system-for-read to nil while loading subst-*.
2964 2004-12-26  Jay Belanger  <belanger@truman.edu>
2966         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2967         default input.
2969 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
2971         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2972         before reverting and disable undo recording while reverting.
2974 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
2976         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2977         (hs-make-overlay): New function.
2978         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2979         (hs-flag-region): Delete function.
2980         (hs-hide-comment-region): No longer use `hs-flag-region'.
2981         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2982         (hs-hide-block-at-point): Likewise.
2983         (hs-hide-level-recursive): Use `hs-discard-overlays'.
2984         (hs-hide-all, hs-show-all): Likewise.
2985         (hs-show-block): Likewise.
2986         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2988 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
2990         * progmodes/hideshow.el: Require `cl' when compiling.
2991         Remove XEmacs and Emacs 19 compatibility.
2992         Use `dolist' and `add-to-list' for load-time actions.
2993         (hs-discard-overlays): Use `dolist'.
2994         (hs-show-block): Likewise.
2996 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
2998         * faces.el (mode-line, mode-line-inactive): Use min-colors.
3000 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
3002         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
3003         When extending backwards, move outside the current comment first.
3005 2004-12-22  Kenichi Handa  <handa@m17n.org>
3007         * international/quail.el (quail-start-translation): Fix prompt
3008         string for the case if input-method-use-echo-area being non-nil.
3009         (quail-start-conversion): Likewise.
3010         (quail-show-guidance): Don't show guidance if
3011         input-method-use-echo-area is non-nil.
3013 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3015         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
3017 2004-12-21  Markus Rost  <rost@ias.edu>
3019         * calendar/diary-lib.el (mark-diary-entries):
3020         Set mark-diary-entries-in-calendar only after checking for diary-file.
3022 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3024         * faces.el (escape-glyph): Use blue against light foreground.
3026         * simple.el (undo-outer-limit-truncate): New function.
3027         (undo-outer-limit-function): Use undo-outer-limit-truncate.
3029 2004-12-21  Eli Barzilay  <eli@barzilay.org>
3031         * calculator.el: (calculator-radix-grouping-mode)
3032         (calculator-radix-grouping-digits)
3033         (calculator-radix-grouping-separator):
3034         New defcustoms for the new radix grouping mode functionality.
3035         (calculator-mode-hook): Now used in electric mode too,
3036         (calculator): Call it.
3037         (calculator-mode-map): Some new keys.
3038         (calculator-message): New function.  Some new calls.
3039         (calculator-op, calculator-set-register): Use it.
3040         (calculator-string-to-number): New function, mostly moved and
3041         updated code from calculator-curnum-value.
3042         (calculator-curnum-value): Use it.
3043         (calculator-paste): Use it, and update grabbing the current-kill.
3044         (calculator-rotate-displayer)
3045         (calculator-rotate-displayer-back): Toggle digit grouping when
3046         in radix mode, use calculator-message.
3047         (calculator-displayer-prev, calculator-displayer-next):
3048         Change digit group size when in radix mode.
3049         (calculator-number-to-string): Rename from
3050         calculator-num-to-string.  Now deals with digit grouping in
3051         radix mode.
3052         (calculator-update-display, calculator-put-value): Use the new name.
3053         (calculator-fact): Return a floating point number.
3054         (calculator-mode): Doc fix.
3056 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3058         * calendar/calendar.el (view-other-diary-entries): Add autoload.
3059         * calendar/diary-lib.el (view-other-diary-entries):
3060         Use current-prefix-arg in interactive spec.
3062 2004-12-19  Jay Belanger  <belanger@truman.edu>
3064         * calc/calc-aent.el (calcAlg-blank-matching-open):
3065         Temporarily adjust the syntax of both delimiters of half-open intervals.
3067 2004-12-19  Kim F. Storm  <storm@cua.dk>
3069         * mouse.el (mouse-1-click-follows-link): Doc fix.
3071 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3073         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
3074         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
3075         instead of centraleuropean as the name
3077 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
3079         Sync with Tramp 2.0.46.
3081         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
3082         parameters wrt Tramp convention.
3083         (tramp-handle-file-attributes-with-perl)
3084         (tramp-handle-directory-files-and-attributes): Apply it.
3085         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
3086         `copy-program'.  Reported by Zack Weinberg
3087         <zack@codesourcery.com>.
3088         (top): Set `edebug-form-spec' property directly rather than
3089         calling `def-edebug-spec'.
3091         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
3092         advice less fragile.  Surround temporary redefinition of
3093         `substitute-in-file-name' with `unwind-protect'.  Suggested by
3094         Matt Hodges <MPHodges@member.fsf.org>.
3096 2004-12-17  Juri Linkov  <juri@jurta.org>
3098         * replace.el (occur-accumulate-lines, occur-engine):
3099         Make forcing deferred font-lock fontification jit-specific.
3101 2004-12-17  Kim F. Storm  <storm@cua.dk>
3103         * mouse.el (mouse-1-click-follows-link): New defcustom.
3104         (mouse-on-link-p): New function.
3105         (mouse-drag-region-1): Implement mouse-1-click-follows-link
3106         functionality.  Map a mouse-1 click event into a mouse-2 (or
3107         other) event when position is inside a link.
3109         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
3110         prefix in tooltip text with "mouse-1" when this is a link
3111         recognized by mouse-1-click-follows-link functionality.
3113         * help.el (describe-key): Report effective and original binding
3114         for mouse-1 when clicked on a link.
3115         (describe-mode): Add follow-link property to "minor-mode" button.
3117         * help-fns.el (describe-variable): Add follow-link property to
3118         "below" button.
3120         * help-mode.el (help-xref): Add follow-link property.
3122         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
3123         (apropos-command, apropos-variable, apropos-face, apropos-group)
3124         (apropos-widget, apropos-plist): Add follow-link property.
3126         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
3127         checks if position is in a filename, rather than some other
3128         clickable item.  Function looks for cvs-filename-face at position.
3130         * wid-edit.el (widget-specify-field, widget-specify-button):
3131         Map a :follow-link keyword into a follow-link property.
3132         (link): Add :follow-link keyword, map to RET binding.
3134         * dired.el (dired-mode-map): Map follow-link to mouse-face.
3136         * progmodes/compile.el (compilation-minor-mode-map)
3137         (compilation-button-map, compilation-mode-map): Likewise.
3139 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
3141         * play/zone.el (zone): Init `line-spacing' from orig buffer.
3142         (zone-replace-char): Take `count' and `del-count'
3143         instead of `direction'.  Update callers.  When `del-count' is
3144         non-nil, delete that many characters, otherwise `count' characters
3145         backwards.  Insert the newly-replaced string `count' times.
3146         (zone-fret): Handle chars w/ width greater than one.
3147         (zone-fall-through-ws): No longer take window width `ww'.
3148         Update callers.  Add handling for `char-width' greater than one.
3149         (zone-pgm-drip): Update var holding window-end position every cycle.
3151 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
3153         * vc.el (vc-default-update-changelog): Use insert-file-contents,
3154         rather than insert-file.
3156 2004-12-16  Jay Belanger  <belanger@truman.edu>
3158         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
3159         (math-init-random-base, math-random-digit): Check to see if
3160         var-RandSeed is bound.
3161         (math-random-last): Declare it.
3162         (math-random-digit): Don't make math-random-last local.
3164 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
3166         * play/zone.el (zone): Fix omission bug: Use a self-disabling
3167         one-shot thunk for uniform (error, quit, normal) recovery.
3168         Reported by John Paul Wallington.
3169         (zone-pgm-random-life): Fix bug:
3170         Recognize empty initial field by lack of "@" chars.
3172 2004-12-16  Juri Linkov  <juri@jurta.org>
3174         * help.el (function-called-at-point):
3175         * help-fns.el (variable-at-point): As a last resort try stripping
3176         non-word prefixes and suffixes.
3178         * descr-text.el (describe-property-list): Don't treat syntax-table
3179         specially.  Use describe-text-sexp which inserts [show] button
3180         for large objects and handles printing errors.  Sort properties
3181         by names in alphabetical order instead of by value sizes.
3182         Add `mouse-face' to list of properties for `describe-face' widget.
3183         (describe-char): Mask out face-id from 19 bits of character.
3184         Print face-id separately.
3186         * replace.el (occur-accumulate-lines, occur-engine):
3187         Fontify unfontified matching lines in the source buffer
3188         before copying them.
3189         (occur-engine): Don't put mouse-face on context lines.
3190         (occur-next-error): Set point to line beginning/end
3191         before searching for prev/next property to skip multiple
3192         matches on a line (not supported by occur engine).
3193         Remove redundant prefix-numeric-value.
3195 2004-12-15  Juri Linkov  <juri@jurta.org>
3197         * replace.el (match): New face.
3198         (list-matching-lines-face): Change default from `bold' to `match'.
3200         * progmodes/grep.el (grep-match-face): New defvar.
3201         (grep-mode-font-lock-keywords): Use grep-match-face instead of
3202         compilation-column-face to highlight grep matches.
3204         * apropos.el (apropos-match-face): Change default from
3205         `secondary-selection' to `match'.
3207         * info-look.el (info-lookup-highlight-face): Change default from
3208         `highlight' to `match'.
3210 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
3212         * progmodes/executable.el (executable-interpret): Eliminate
3213         obsolete compile-internal, and switch to comint for interaction.
3215 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
3217         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
3218         `&&' when skipping multiple statements on a line.
3220 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
3222         * play/zone.el (zone): Set `truncate-lines'.
3223         Also, init `tab-width' with value from original buffer.
3224         (zone-shift-up): Rewrite for speed.
3225         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
3226         (zone-pgm-jitter): Remove redundant entries from ops vector.
3227         (zone-exploding-remove): Reduce iteration count.
3228         (zone-cpos): Convert to defsubst.
3229         (zone-replace-char): New defsubst.
3230         (zone-park/sit-for): Likewise.
3231         (zone-fret): Take window-start arg.
3232         Update callers. Use `zone-park/sit-for'.
3233         (zone-fill-out-screen): Rewrite.
3234         (zone-fall-through-ws): Likewise. Update callers.
3235         (zone-pgm-drip): Use `zone-replace-char'.
3236         Move var inits before while-loop. Use `zone-park/sit-for'.
3237         (zone-pgm-random-life): Handle empty initial field.
3238         Use `zone-replace-char' and `zone-park/sit-for'.
3240 2004-12-15  Juri Linkov  <juri@jurta.org>
3242         * isearch.el (isearch-update): Test isearch-lazy-highlight
3243         before calling isearch-lazy-highlight-new-loop.
3244         (isearch-lazy-highlight-new-loop):
3245         Don't test isearch-lazy-highlight.
3247         * replace.el (perform-replace): Add isearch-case-fold-search.
3248         Use delimited-flag for isearch-regexp.
3249         Reset isearch-lazy-highlight-last-string to force lazy
3250         highlighting when called from isearch mode.
3251         (query-replace-highlight): Revert defcustom type to boolean.
3252         (query-replace-lazy-highlight): New defcustom.
3253         (query-replace): New face.
3254         (perform-replace, replace-highlight, replace-dehighlight):
3255         Test query-replace-lazy-highlight instead of special value
3256         `isearch' of query-replace-highlight.
3257         (replace-dehighlight): Don't call isearch-dehighlight.
3258         (replace-highlight): Don't call isearch-highlight.
3259         Use face `query-replace' unconditionally.
3261 2004-12-14  Kim F. Storm  <storm@cua.dk>
3263         * simple.el (inhibit-mark-movement): Remove defvar.
3264         (beginning-of-buffer, end-of-buffer): Don't use it.
3266         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3267         Don't use inhibit-mark-movement.
3269         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
3270         (cua--undo-push-mark): Remove.
3271         (cua--pre-command-handler, cua--post-command-handler):
3272         Don't fiddle with inhibit-mark-movement.
3274 2004-12-14  Juri Linkov  <juri@jurta.org>
3276         * buff-menu.el (list-buffers-noselect): Collect internal info
3277         for every buffer in BUFFER-LIST arg too.
3278         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
3279         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
3280         Bind same-window-buffer-names and same-window-regexps to nil.
3282 2004-12-13  Juri Linkov  <juri@jurta.org>
3284         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
3286         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
3287         (sc-cite-region, sc-uncite-region, sc-recite-region):
3288         Fix previous change to handle not alist as a symbol, but
3289         a citation frame as a symbol that represents a variable name.
3291 2004-12-13  Richard M. Stallman  <rms@gnu.org>
3293         * filecache.el (file-cache-add-directory-using-find):
3294         Only set up file-cache-find-command-posix-flag if we will use it.
3296         * bindings.el (mode-line-buffer-identification-keymap):
3297         Don't cancel the mode-line's usual down-mouse-1 binding.
3299         * cus-edit.el (custom-face-selected): Handle `default' specs.
3300         (custom-face-edit): Increase extra-offset.
3301         (custom-display): Handle `default' specs.
3303         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
3305         * emacs-lisp/elint.el (elint-standard-variables)
3306         (elint-unknown-builtin-args): Move definitions up.
3308         * net/browse-url.el (browse-url-url-at-point): Add autoload.
3310         * info.el (info-xref-visited): Use `default' instead of t.
3311         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
3313         * faces.el (header-line, mode-line-inactive, tool-bar):
3314         Use `default' instead of t for setting the defaults.
3315         (face-spec-choose): Separate `t' from `default'.
3317         * subr.el (while-no-input): New macro.
3319 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
3321         * filecache.el (file-cache-add-directory-using-find):
3322         Only test file-cache-find-command-posix-flag on some systems.
3324 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3326         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
3327         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
3328         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
3329         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
3330         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
3332 2004-12-12  Juri Linkov  <juri@jurta.org>
3334         * files.el (find-file-other-window, find-file-other-frame):
3335         Add the first buffer to the returned value to return the complete
3336         list of all visited buffers.
3337         (find-file-read-only, find-file-read-only-other-window)
3338         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
3339         `find-file-read-args'.  Signal an error about non-existent file
3340         only if file name doesn't contain wildcards.  Toggle read-only in
3341         all visited buffers.
3342         (find-alternate-file, find-alternate-file-other-window):
3343         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
3344         called interactively.  Pass arg `wildcards' to other functions.
3345         (find-file-noselect): Doc fix.
3347         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
3348         Doc fix.
3349         (ffap-directory-finder): New variable.
3350         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
3351         (ffap-file-at-point): Add /* to immediately rejected names.
3352         Return absolute file names matching ffap-dired-wildcards.
3353         (ffap-read-file-or-url): Set default value for `completing-read'
3354         to `buffer-file-name'.
3355         (find-file-at-point): When filename matches ffap-dired-wildcards,
3356         call ffap-file-finder with t arg `wildcards', instead of dired.
3357         (ffap-other-window, ffap-other-frame): Return visited buffers.
3358         (ffap-read-only, ffap-read-only-other-window)
3359         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
3360         (dired-at-point): Call ffap-directory-finder instead of dired.
3361         (ffap-dired-other-window, ffap-dired-other-frame)
3362         (ffap-list-directory): New commands.
3363         (ffap-bindings): New keybindings for new commands.
3365 2004-12-12  Juri Linkov  <juri@jurta.org>
3367         * simple.el (beginning-of-buffer, end-of-buffer):
3368         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3369         Do not push mark when mark is active in transient-mark-mode.
3371         * simple.el (mark-word):
3372         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
3373         * textmodes/paragraphs.el (mark-paragraph):
3374         Extend the region when mark is active in transient-mark-mode,
3375         regardless of the last command.  Doc fix.
3377         * simple.el (mark-word): Preserve direction when repeating.
3378         Make arg optional.  Interactive "p" -> "P".
3379         (transient-mark-mode, inhibit-mark-movement): Doc fix.
3381         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
3382         preserving direction, to mark forward instead of backward when mark
3383         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
3385 2004-12-12  Juri Linkov  <juri@jurta.org>
3387         * isearch.el (isearch-edit-string): Set 7th arg of
3388         `read-from-minibuffer' to `t' to inherit the current input
3389         method (whose name is indicated by [IM] in the minibuffer prompt)
3390         from the current buffer to the minibuffer.
3391         (isearch-lazy-highlight-update): Put body to `with-local-quit'
3392         to allow C-g quitting for lazy highlighting looping inside the
3393         search with nested repetition operators.  Add overlay to the list
3394         before setting its face and other properties to avoid the case of
3395         code quitting after placing the new overlay but before it's
3396         recorded on the list.  Select the window where isearch was
3397         activated, to highlight matches in the right window when isearch
3398         switches the current window to the minibuffer.
3400         * international/isearch-x.el
3401         (isearch-process-search-multibyte-characters):
3402         Use `isearch-message' as initial input for `read-string' instead
3403         of adding it to the minibuffer prompt.  After reading a string
3404         remove the initial value of `isearch-message' from the string.
3406         * replace.el (replace-match-maybe-edit): Doc fix.
3407         (perform-replace): Don't call `replace-highlight' when automatic
3408         replacement is requested in literal mode, since it is intended
3409         only to highlight words during entering a new replacement string
3410         for \? in non-literal mode.
3412         * replace.el (query-replace-highlight): Add new value `isearch'
3413         that allows query replacement to use isearch highlighting.
3414         Change type from `boolean' to `choice'.  Doc fix.
3415         (replace-highlight, replace-dehighlight, perform-replace):
3416         Use isearch highlighting if query-replace-highlight eq `isearch'.
3418 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3421         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
3423         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
3424         case of \end{verbatim}.
3426 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
3428         * term.el (term-termcap-format): Synchronyze with terminfo.
3429         (term-emulate-terminal): Handle reset.
3430         (term-reset-terminal): New function.
3432 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
3434         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
3435         (zone-fill-out-screen): New func.
3436         (zone-pgm-drip): Use `zone-fill-out-screen'.
3437         Also, no longer go to point-min on every cycle.
3438         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
3439         (zone-pgm-random-life-wait): New user var.
3440         (zone-pgm-random-life): New func.
3442 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
3444         * files.el (auto-mode-alist): Map .com to DCL mode.
3446 2004-12-09  Richard M. Stallman  <rms@gnu.org>
3448         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
3450 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
3452         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
3453         buffer with a display margin.
3455 2004-12-08  Jay Belanger  <belanger@truman.edu>
3457         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
3458         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
3460 2004-12-08  Richard M. Stallman  <rms@gnu.org>
3462         * faces.el: Delete code to set display table.
3463         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
3465 2004-12-08  Jay Belanger  <belanger@truman.edu>
3467         * calc/calc.el: Add math-read-preprocess-string to autoloads.
3469         * calc/calc-ext.el (math-read-replacement-list)
3470         (math-read-superscripts, math-read-preprocess-string): Move to
3471         calc-aent.el.
3473         * calc/calc-aent.el (math-read-replacement-list)
3474         (math-read-superscripts, math-read-preprocess-string): Move from
3475         calc-ext.el.
3477 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3479         * isearch.el (isearch-quote-char): Fix up typo in last change.
3481 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
3483         * mouse.el (mouse-set-font): Handle the case where the command was
3484         not invoked using the mouse.
3486         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
3487         (edmacro-finish-edit): Further update for keyboard macros that are
3488         lambda forms.
3489         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
3491 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * font-lock.el (font-lock-unfontify-region): Save buffer state.
3494         (font-lock-default-unfontify-region): Don't save buffer state any more.
3496 2004-12-07  Jay Belanger  <belanger@truman.edu>
3498         * calc/calc-help.el (calc-describe-key):
3499         Set calc-summary-indentation even when Calc Summary buffer exists.
3501 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
3503         * calendar/holidays.el (holiday-easter-etc): Make arguments
3504         optional for backwards compatibility.  Doc fix.
3505         Remove un-necessary local vars mandatory, output-list.
3506         (holiday-advent):  Make arguments optional for backwards
3507         compatibility.  Doc fix.
3509 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3511         * paren.el (show-paren-function): Fix last change (2004-12-02).
3513         * international/mule-util.el (char-displayable-p): Return nil for
3514         unibyte mode.
3516         * subr.el (subregexp-context-p): New function.
3518         * isearch.el (isearch-quote-char): Use it.
3520         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
3521         (regexp-opt-not-groupie*-re): Remove.
3522         (regexp-opt): Properly handle inputs with duplicate entries.
3524 2004-12-06  Richard M. Stallman  <rms@gnu.org>
3526         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
3528         * cus-edit.el (custom-file): Doc fix.
3530         * textmodes/org.el: New file.
3532 2004-12-06  Kenichi Handa  <handa@m17n.org>
3534         * ldefs-boot.el: Update international/mule-util.el section.
3536 2004-12-05  Sam Steingold  <sds@gnu.org>
3538         * net/tramp.el (tramp-handle-file-accessible-directory-p):
3539         Fix `tramp-time-diff' comparison logic.
3541 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
3543         * progmodes/which-func.el (which-function):
3544         Use `run-hook-with-args-until-success' instead of a custom loop.
3545         Fixes bug with local hooks.
3547 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3549         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
3550         Use delete-dups when calculating the initial value.
3551         (bibtex-autokey-get-title): Use <=.
3552         (bibtex-goto-line): New function.
3553         (bibtex-reposition-window): Use line numbers instead of point
3554         positions.  Use window-body-height.
3555         (bibtex-find-crossref): Use bibtex-reposition-window.
3556         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
3557         position of entry if key is found or nil if not found.
3559 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3561         * cus-edit.el (custom-file): Doc fix.
3563         * progmodes/sh-script.el (sh-indent-for-then): Change default.
3565 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * simple.el (blink-matching-open):
3568         * textmodes/tex-mode.el (tex-validate-region):
3569         Obey syntax-table text properties.
3571 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3573         * wid-edit.el (widget-specify-field): Add `real-field' property to
3574         boundary.
3575         (widget-field-at): Use it.
3577 2004-12-02  Richard M. Stallman  <rms@gnu.org>
3579         * progmodes/cc-mode.el (awk-mode autoload):
3580         Supply t meaning interactive function.
3582         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
3583         (isearch-mode-map): No special definition for space.
3584         (isearch-whitespace-chars): Command deleted.
3585         (isearch-forward-regexp): Doc fix.
3586         (isearch-quote-char): When a space is not inside brackets,
3587         use `[ ]' instead of just space.
3588         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
3590         * imenu.el (imenu--generic-function): Delete code to exclude
3591         matches in comments.
3593         * man.el (Man-reverse-face): Change default to `highlight'.
3595         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
3596         (occur-engine): Use `face' prop rather than `font-lock-face'
3597         when specifying use of `match-face'.
3598         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
3600         * emacs-lisp/elint.el (elint-standard-variables): Update list.
3602         * add-log.el (add-log-current-defun): Handle the case where point
3603         is in the header part of a DEFUN construct.
3605 2004-12-02  Dave Love  <fx@gnu.org>
3607         * progmodes/python.el (python-font-lock-syntactic-keywords):
3608         Fix previous change.
3610 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
3612         * paren.el (show-paren-function): Check for matching chars
3613         specified by text props.
3615 2004-12-02  Jay Belanger  <belanger@truman.edu>
3617         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
3618         when reading a new key sequence.
3620 2004-12-02  Kim F. Storm  <storm@cua.dk>
3622         * faces.el (escape-glyph): Rename from glyph.
3623         (standard-display-table): Set it here.  Add escape-glyph face to
3624         extra slot characters.
3626         * disp-table.el: Undo 2004-12-01 change.  Display table is now
3627         setup in faces.el.
3629 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
3631         * xml.el (xml-parse-dtd): Don't show validity messages when
3632         xml-validating-parser is nil.
3633         (xml-substitute-special): Fix validity error messages to
3634         actually show the unexpandable entity.  Added validity error if &
3635         isn't followed by an entity.
3636         (xml-parse-tag): Concatenate any string following the a
3637         <![CDATA[]]> section to the parsed CDATA.
3638         (xml-parse-dtd): Skip parameter entity declarations and use of
3639         parameter entities.
3641 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3643         * kmacro.el (kmacro-default-counter-format): New var.
3644         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
3645         (kmacro-display): Remove `nil' from `and' form.  Delete call to
3646         `format' inside `message'.
3647         (kmacro-start-macro): Use `kmacro-default-counter-format'.
3649 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * pcvs.el (cvs-header-msg): New function.
3652         (cvs-update-header): Use it.  Change calling convention.
3653         Correctly handle the case of having simultaneous active processes.
3654         (cvs-sentinel): Don't call cvs-update-header any more.
3655         (cvs-mode-run): Update call and add cvs-update-header to postproc.
3657 2004-12-01  Jay Belanger  <belanger@truman.edu>
3659         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
3660         Change message.
3662 2004-12-01  Juri Linkov  <juri@jurta.org>
3664         * progmodes/prolog.el (prolog-mode-variables):
3665         Fix imenu-generic-expression.
3667 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
3669         * faces.el (glyph): New face.
3671         * disp-table.el: Add an autoloaded table, that doesn't require
3672         this library, with glyph face.
3674         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
3675         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
3676         (conf-quote-normal): Allow normalizing only ' or ".
3677         (conf-mode): Regexp-quote constructed comment-start and don't
3678         match section {} where "name" contains braces.
3680         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
3681         files.
3683 2004-12-01  Kenichi Handa  <handa@m17n.org>
3685         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
3686         (x-select-text): Don't treat eight-bit-control/graphic chars
3687         specially.  Store the encoded text in the X cut buffer.
3688         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
3689         with x-last-selected-text-cut-encoded.
3691 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
3695 2004-11-30  Markus Rost  <rost@ias.edu>
3697         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
3698         AUCTeX.
3700 2004-11-30  Jay Belanger  <belanger@truman.edu>
3702         * calc/calc-arith.el (math-possible-signs): Made stronger checks
3703         on signs of intervals.
3704         (math-pow-of-zero): Strengthen checks for positive and negative
3705         exponents.
3707         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
3708         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
3709         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
3710         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
3711         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
3712         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
3713         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
3714         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
3715         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
3716         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
3717         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
3718         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
3719         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
3720         with provide statements.
3722         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
3724         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
3726         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
3727         (calc-load-everything, math-defsimplify): Replace dummy autoloading
3728         functions by require statements.
3729         (math-defsimplify): Move to calc-alg.el, add to autoloads.
3731         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3732         (calc-gnuplot-print): Give them values.
3734         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
3735         autoloads.
3736         Add calc-do-embedded-activate to autoloads.
3737         (calc-gnuplot-name, calc-gnuplot-plot-command)
3738         (calc-gnuplot-print-command): Move them to calc-graph.el.
3740 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3742         * term/mac-win.el (ccl-encode-mac-roman-font)
3743         (ccl-encode-mac-cyrillic-font)
3744         (ccl-encode-mac-centraleuropean-font, encoder-list)
3745         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
3746         Support Cyrillic, CentralEuropean, and Dingbat font display
3748 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
3750         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
3752         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
3753         still nil.
3755 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
3757         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
3758         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
3760 2004-11-29  Jay Belanger  <belanger@truman.edu>
3762         * calc/calc-arith.el (math-pow-of-zero): Take into account different
3763         cases of the base and exponent.
3765 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3767         * simple.el (next-error-buffer-p): Allow for inclusive and
3768         exclusive tests for finding a buffer.
3769         (next-error-find-buffer): Pass the exclusive and inclusive tests
3770         to next-error-buffer-p.
3772         * replace.el (occur-next-error): Switch to the Occur buffer when
3773         appropriate, use the exclusive filter to next-error-find-buffer to
3774         do it.  Use the absolute value of the motion amount.
3776 2004-11-29  Kenichi Handa  <handa@m17n.org>
3778         * startup.el (command-line): Decode all default-directory by
3779         locale-coding-system.
3781 2004-11-29  Jay Belanger  <belanger@truman.edu>
3783         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
3784         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
3785         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
3786         Replace calls to calc-extensions by appropriate require, replace
3787         calc-extensions-loaded by appropriate featurep.
3789         * calc/calc-ext.el: Move require to end of file.
3790         Remove redundant loading of calc.el.
3791         (calc-extensions-loaded): Remove unnecessary variable.
3792         (calc-extensions): Remove unnecessary function.
3793         (calc-load-everything): Replace calc-need-macros by appropriate require.
3795         * calc/calc-macs.el: Move provide to end of file.
3796         (calc-need-macros): Remove unnecessary function.
3798         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3799         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3800         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3801         Replace calc-extensions by appropriate require.
3802         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3804         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3805         Replace calc-need-macros by appropriate require.
3807         * calc/calc.el: Move require to end of file.
3808         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3809         Remove unnecessary variable.
3810         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3811         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3812         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3813         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3814         (math-stack-value-offset, math-format-value, math-format-flat-expr)
3815         (math-format-number, math-format-bignum, math-read-number)
3816         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3817         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3818         by appropriate require.
3819         (calc-check-defines): Replace calc-need-macros by appropriate require.
3821 2004-11-29  Kim F. Storm  <storm@cua.dk>
3823         * macros.el (insert-kbd-macro): Handle kmacro functions.
3825 2004-11-28  Juri Linkov  <juri@jurta.org>
3827         * compare-w.el (compare-windows-highlight): Attach each overlay
3828         to its window to properly highlight differences while comparing
3829         two windows of the same buffer.  Fix arguments.
3830         (compare-windows-sync-default-function): Fix arguments of
3831         `compare-windows-highlight'.
3833         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3834         Use `read-expression-history'.  Set initial contents only if
3835         `edebug-global-break-condition' is non-nil.  Set histpos to 1
3836         if initial contents is equal to the last history element.
3837         (edebug-set-conditional-breakpoint): Instead of temporarily
3838         prepending the current condition to the history, set initial
3839         contents to the current condition.  Set histpos to 1 if initial
3840         contents is equal to the last history element.
3842         * info.el (Info-search-whitespace-regexp): Remove shy group.
3843         (Info-search): Forward line if search is on the header line.
3844         Use search-whitespace-regexp in two other places.
3846 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3848         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3849         warning.  Delay real definition, which uses
3850         `set-fringe-indicators-1' till after the definition of that function.
3852 2004-11-28  Kim F. Storm  <storm@cua.dk>
3854         * fringe.el (fringe): New defgroup.
3855         (fringe-mode): Move to fringe group.
3856         (fringe-indicators): New defcustom.
3857         (set-fringe-indicators-1): New defun.
3859         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3860         (menu-bar-showhide-fringe-ind-menu): New keymap.
3861         (menu-bar-showhide-fringe-ind-empty)
3862         (menu-bar-showhide-fringe-ind-mixed)
3863         (menu-bar-showhide-fringe-ind-box)
3864         (menu-bar-showhide-fringe-ind-right)
3865         (menu-bar-showhide-fringe-ind-left)
3866         (menu-bar-showhide-fringe-ind-none): New defuns.
3867         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3869 2004-11-27  Richard M. Stallman  <rms@gnu.org>
3871         * comint.el (comint-read-noecho): Add trivial compatibility definition.
3873         * generic.el (define-generic-mode): Doc fix.
3875         * menu-bar.el (menu-bar-options-save): For the options
3876         that are toggled with menu-bar-make-mm-toggle, don't check
3877         for customized-value prop.
3879 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
3881         * mail/supercite.el (sc-cite-region): Handle the case where
3882         sc-cite-frame-alist is a symbol.
3883         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3884         a symbol.
3885         (sc-recite-region): Handle the case where sc-recite-frame-alist is
3886         a symbol.
3888 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3890         * wid-edit.el (widget-narrow-to-field): New function.
3891         (widget-complete): Use it.
3893 2004-11-27  Jay Belanger  <belanger@truman.edu>
3895         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3896         variable.
3897         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3898         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3899         (math-alg-inequalities): Move declaration to earlier in the file.
3901         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3902         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3903         Declare them.
3905         * calc/calc-lang.el (math-expr-data, math-expr-token)
3906         (math-exp-old-pos): Declare them.
3908         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3909         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3911 2004-11-27  Kim F. Storm  <storm@cua.dk>
3913         * progmodes/flymake.el: Use (featurep 'xemacs).
3914         (flymake-makehash): Change to defsubst.  Use fboundp.
3915         (flymake-time-to-float): Remove.
3916         (flymake-float-time): Merge code from flymake-time-to-float here.
3917         (flymake-replace-regexp-in-string): Change to defsubst.
3918         (flymake-split-string-remove-empty-edges):
3919         Rename to flymake-split-string.
3920         (flymake-split-string): Remove previous defalias.
3921         (flymake-get-temp-dir): Change to defsubst.
3922         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3923         Define for xemacs only.
3924         (flymake-master-file-count-limit): Change into compiler defvar only.
3925         (flymake-find-possible-master-files): Let-bind it dynamically while
3926         sorting files using flymake-master-file-compare.
3928 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3930         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3931         of defun-prompt-regexp matches inside a comment/string but the
3932         beginning is correctly outside everything.
3934         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3935         appears within a string or a comment.
3937         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3938         rather than make-symbol for symbols which are used in
3939         a symbol-macrolet or equivalent.
3941 2004-11-26  Jay Belanger  <belanger@truman.edu>
3943         * calc-misc.el (calc-last-why-command): Declare it.
3945         * calc-vec.el (math-grade-vec): New variable.
3946         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3947         Replace variable grade-vec by declared variable.
3948         (math-rb-close): New variable.
3949         (math-read-brackets, math-read-vector): Replace variable close by
3950         declared variable.
3952         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3953         (calc-one-window, calc-edit-handler, calc-restore-trail)
3954         (calc-allow-ret): Declare them.
3956         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3957         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3958         (math-radix-float-cache-tag, math-random-cache)
3959         (math-max-digits-cache, math-integral-cache, math-units-table)
3960         (math-format-date-cache, math-holidays-cache-tag): Declare them.
3961         (math-moc-func): New variable.
3962         (math-map-over-constants, math-map-over-constants-rec):
3963         Replace variable func by declared variable.
3965         * calc/calc-store.el (calc-given-value, calc-store-opers):
3966         Declare them.
3967         (calc-var-name-map): Move declaration to earlier in the file.
3968         (calc-pv-pos): New variable.
3969         (calc-permanent-variable, calc-insert-permanent-variable):
3970         Replace variable pos by declared variable.
3972         * calc/calc-mtx.el (calc-det-lu): New variable.
3973         (math-det-raw, math-det-step): Replace variable lu by declared variable.
3975         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3976         (math-multi-subst, math-multi-subst-rec): Replace variables temp
3977         and arg by declared variables.
3978         (calcFunc-reducer): Fix incorrect variable.
3979         (math-inner-mul-func, math-inner-add-func): New variables.
3980         (calcFunc-inner, math-inner-mats): Replace variables mul-func
3981         and add-func by declared variables.
3983         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3984         (calc-digit-value): Declare them.
3986         * calc/calc-help.el (Info-history): Declare it.
3987         (calc-describe-key): Make calc-summary-indentation a local variable.
3988         (calc-help-long-names): Move declaration to earlier in file.
3990         * calc/calc-embed.el (calc-original-buffer): Declare it.
3991         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3992         (calc-embed-bot): New variables.
3993         (calc-do-embedded, calc-embedded-mark-formula)
3994         (calc-embedded-find-bounds, calc-embedded-duplicate)
3995         (calc-embedded-new-formula, calc-embedded-make-info):
3996         Replace vars outer-top, outer-bot, bot and top by declared variables.
3997         (calc-embed-prev-modes): New variable.
3998         (calc-embedded-set-modes, calc-embedded-update): Replace variable
3999         prev-modes with declared variable.
4000         (calc-embed-vars-used): New variable.
4001         (calc-embedded-make-info, calc-embedded-evaluate-expr)
4002         (calc-embedded-update, calc-embedded-find-vars): Replace variable
4003         vars-used by declared variable.
4005         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
4006         (math-format-radix-float): Remove unnecessary setq.
4007         (math-radix-float-cache): Declare it.
4009         * calc/calcsel2.el (calc-keep-selection): Declare it.
4011         * calc/calc-maint.el: Remove file.
4013 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4015         * textmodes/bibtex.el (bibtex-sort-entry-class)
4016         (bibtex-comment-start): Use defcustom.
4017         (bibtex-entry-field-alist): Use nil if initial content of the
4018         field is undefined.  Fix docstring.
4019         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
4020         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
4021         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
4022         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
4023         Fix docstring.
4024         (bibtex-autokey-title-terminators): Use only one regexp.
4025         (bibtex-string-maybe-empty-head): New variable.
4026         (bibtex-remove-delimiters-string): New function.
4027         (bibtex-text-in-field-bounds, bibtex-text-in-string):
4028         Use bibtex-remove-delimiters-string.
4029         (bibtex-progress-message, bibtex-field-left-delimiter)
4030         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
4031         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
4032         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
4033         Simplify.
4034         (bibtex-format-entry): Use save-excursion for inherited booktitle.
4035         Use eq and bibtex-remove-delimiters-string.  For end markers use
4036         insertion type so that marker stays after inserted text.
4037         (bibtex-autokey-get-names): Return empty string if name is missing.
4038         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
4039         calling bibtex-autokey-name-case-convert.
4040         (bibtex-autokey-demangle-title):
4041         Call bibtex-autokey-titleword-case-convert.  Remove call to
4042         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
4043         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
4044         (bibtex-read-key): New optional arg global.
4045         (bibtex-files-expand): New optional arg force.
4046         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
4047         (bibtex-complete-crossref-cleanup): Rename from
4048         bibtex-complete-key-cleanup.  Simplify code.
4049         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
4050         Operate on current entry.
4051         (bibtex-button): Add docstring.
4052         (bibtex-entry): Simplify.
4053         (bibtex-make-field): Replace optional arg called-by-yank with more
4054         specific args move and interactive.
4055         (bibtex-end-of-entry): Use forward-sexp.
4056         (bibtex-find-entry-globally): Remove.
4057         (bibtex-find-crossref): Allow for crossref key located in other buffer.
4058         Bound to C-c C-x.
4059         (bibtex-find-entry): New optional args global and display.
4060         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
4061         (bibtex-validate): Use arg force of bibtex-files-expand.
4062         (bibtex-clean-entry): Bugfix, clean string entries properly.
4063         Always keep point at beginning of entry.
4064         (bibtex-complete): Bugfix.  Handle string entries properly.
4065         Call cleanup functions only if needed.
4066         (bibtex-String): Use bibtex-read-string-key.
4067         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
4068         case of replacement text.
4070 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
4072         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
4073         (tramp-perl-directory-files-and-attributes): New constant.
4074         (tramp-file-name-handler-alist): Delete file-directory-files, add
4075         directory-files-and-attributes.
4076         (tramp-perl-file-attributes): Surround uid and gid by double
4077         quotes. Change parameter id-format from nonnumeric.
4078         (tramp-convert-file-attributes): New function.
4079         (tramp-handle-file-attributes): Use it.
4080         (tramp-maybe-send-perl-script): New function.
4081         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
4082         file mode. Change parameter id-format from nonnumeric.
4083         (tramp-handle-file-attributes-with-ls): Change parameter id-format
4084         from nonnumeric.
4085         (tramp-post-connection): Don't send tramp-perl-file-attributes
4086         script. Reset connection property "perl-scripts".
4087         (tramp-handle-insert-directory): Run real handler when ls-lisp is
4088         in use.
4090 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
4092         * desktop.el (desktop-read): Replace mapcar with mapc.
4093         (desktop-create-buffer): Replace mapcar with mapc.
4094         Remove redundant piece of code.
4096 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
4098         * progmodes/gud.el (gud-display-line): Use display-buffer
4099         for GDB-UI as for GUD.
4101         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
4102         Delete variables.
4103         (gdb-ann3): Don't make GUD buffer dedicated.
4104         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
4105         (gdb-display-source-buffer): Delete function.
4106         (gdb-view-source-function, gdb-view-assembler): Delete functions.
4107         (menu): Delete menu bindings for viewing source/assembler.
4108         (gdb-setup-windows, gdb-restore-windows):
4109         Don't dedicate GUD. No assembler now.
4110         (gdb-reset): No need to undedicate source buffers now.
4111         (gdb-source-info): No assembler now.
4113 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
4115         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
4116         width to those for special frames.
4117         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
4118         Use display-buffer.
4119         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
4120         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4121         (gdb-frame-assembler-buffer): Rework like
4122         gdb-frame-breakpoints-buffer.
4124 2004-11-25  Richard M. Stallman  <rms@gnu.org>
4126         * progmodes/flymake.el: Reindent.
4127         (flymake-split-string): Turn into defalias.
4128         (flymake-fix-file-name): Rename from flymake-fix-path-name.
4129         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
4130         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
4131         (flymake-build-relative-filename): Rename from ...path.
4132         Fix error message.
4134 2004-11-25  Cheng Gao  <chenggao@gmail.com>
4136         * progmodes/flymake.el: Much whitespace and capitalization change.
4137         Move `provide' to end.  Require `compile' only when compiling.
4139 2004-11-24  Jay Belanger  <belanger@truman.edu>
4141         * calc/calc-alg.el: Added comment.
4142         (math-polynomial-base): Replace variable mpb-top-expr by
4143         math-poly-base-top-expr.
4145         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
4146         (math-polynomial-p1): Replace variable mpb-top-expr by declared
4147         variable.
4148         (math-poly-base-total-base): New variable.
4149         (math-total-polynomial-base, math-polynomial-p1): Replace variable
4150         mpb-total-base by declared variable.
4151         (math-factored-vars, math-to-list): Declare it.
4152         (math-fact-expr): New variable.
4153         (calcFunc-factors, calcFunc-factor, math-factor-expr)
4154         (math-factor-expr-try, math-factor-expr-part): Replace variable
4155         expr by declared variable.
4156         (math-fet-x): New variable.
4157         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
4158         by declared variable.
4159         (math-factor-poly-coefs): Make temp a local variable.
4161         * calc/calc-units.el (calc-convert-units): Make units a local
4162         variable.
4163         (calc-num-units, calc-den-units): New variables.
4164         (calc-explain-units, calc-explain-units-rec): Replace variables
4165         num-units and den-units by declared variables.
4166         (math-cu-unit-list): New variable.
4167         (math-build-units-table, math-compare-unit-names)
4168         (math-convert-units, math-convert-units-rec): Replace variable
4169         unit-list by declared variable.
4170         (math-fbu-base, math-fbu-entry): New variables.
4171         (math-find-base-units, math-find-base-units-rec): Replace variables
4172         base and entry by declared variables.
4173         (math-which-standard): New variable.
4174         (math-to-standard-units, math-to-standard-rec): Replace variable
4175         which-standard by declared variable.
4176         (math-fcu-u): New variable.
4177         (math-find-compatible-unit, math-find-compatible-unit-rec):
4178         Replace variable u by declared variable.
4179         (math-cu-new-units, math-cu-pure): New variables.
4180         (math-convert-units, math-convert-units-rec): Replace variables
4181         new-units and pure by declared variables.
4182         (math-try-cancel-units): New variable.
4183         (math-simplify-units-quotient): Replace variable try-cancel-units by
4184         declared variable.
4186 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4188         * textmodes/ispell.el (ispell-check-version):
4189         If default-directory is nonexistent, use home dir.
4191         * progmodes/grep.el (grep-regexp-alist):
4192         Don't match parens around line numbers.
4194         * progmodes/cperl-mode.el (cperl-indent-region)
4195         (cperl-imenu--create-perl-index, cperl-xsub-scan):
4196         Don't print progress messages.
4198         * progmodes/compile.el (compilation-mode-map):
4199         Don't inherit from compilation-minor-mode-map;
4200         copy its bindings instead.  But the menu bar Compile
4201         entry now does inherit from compilation-menu-map.
4203         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4204         Use with-no-warnings around compiler-macroexpand.
4206         * imenu.el: Don't always require newcomment.
4207         (imenu--generic-function): Call comment-normalize-vars
4208         if we have a comment syntax.
4209         Exit the loop if REGEXP matches the null string.
4210         Test comment-start as well as comment-start-skip
4211         when deciding whether to check for comments.
4213         * tooltip.el (tooltip-mode): Doc fix.
4215         * term.el (term-escape-char, term-mode): Doc fixes.
4217 2004-11-24  Dave Love  <fx@gnu.org>
4219         * progmodes/python.el (python-font-lock-syntactic-keywords):
4220         Check for escapes in the regexp.
4221         (python-quote-syntax): Don't do it here.
4223 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4225         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4226         (gdb-frames-mode-map, gdb-threads-mode-map)
4227         (gdb-registers-mode-map, gdb-locals-mode-map)
4228         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
4229         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
4231         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
4232         (dedicated-switch-to-buffer): Rework.
4233         (gdb-var-evaluate-expression-handler, gdb-put-string):
4234         Remove unused variable bindings.
4235         (gdb-setup-windows, gdb-display-buffer):
4236         Simplify. Use pop-to-buffer.
4237         (gdb-view-source-function): Simplify.
4238         (gdb-frame-breakpoints-buffer):
4239         Use pop-to-buffer, special-display-regexps.
4241 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4243         * progmodes/f90.el (f90-smart-end)
4244         (f90-previous-statement, f90-beginning-of-block): Doc fix.
4245         (f90-calculate-indent): Handle un-named PROGRAM blocks.
4246         (f90-end-of-block): Doc fix.  Make check of outermost block
4247         conditional on value of `f90-smart-end'.
4248         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
4249         Handle case where END-BLOCK is nil.
4250         (f90-match-end): Handle un-named PROGRAM blocks.
4251         (f90-backslash-not-special): New function.
4253 2004-11-24  Jay Belanger  <belanger@truman.edu>
4255         * calc/calc.el (calc-embedded-active): Removed unnecessary
4256         declaration.
4257         (calc-show-banner): Removed redundant declaration.
4259         * calc/calc-graph.el (calc-gnuplot-default-device)
4260         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4261         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4262         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
4263         Remove redundant initial values.
4265         * calc/calc-arith.el (math-scalar-functions)
4266         (math-nonscalar-functions, math-scalar-if-args-functions)
4267         (math-real-functions, math-positive-functions)
4268         (math-nonnegative-functions, math-real-scalar-functions)
4269         (math-real-if-arg-functions, math-integer-functions)
4270         (math-num-integer-functions, math-rounding-functions)
4271         (math-float-rounding-functions, math-integer-if-args-functions)
4272         (math-super-types): Move declarations to earlier in file.
4273         (math-unit-prefixes): Declared it.
4274         (math-floor-prec, math-trunc-prec): New variables.
4275         (math-trunc-fancy): Replace variable prec by declared variable.
4276         (math-floor-fancy): Replace variable prec by declared variable.
4277         (math-com-bterms): New variable.
4278         (math-commutative-equal, math-commutative-collect):
4279         Replace variable bterms by declared variable.
4281         * calc/calc-misc.el (math-trunc): Replace variable prec by
4282         math-trunc-prec.
4283         (math-floor): Replace variable prec by math-floor-prec.
4285         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
4286         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
4287         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
4288         (math-format-date, math-format-date-part): Replace variables
4289         date, dt, year, month, day, weekday, hour, minute, second and
4290         bc-flag by declared variables.
4291         (math-pd-str): New variable.
4292         (math-parse-date, math-parse-date-word, math-parse-standard-date):
4293         Replace variable str by declared variable.
4294         (math-daylight-savings-hook, math-tzone-names): Move definitions
4295         to earlier in the file.
4296         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
4297         (math-sh-year): New variable.
4298         (math-setup-add-holidays, math-setup-holidays)
4299         (math-setup-year-holidays): Replace variable `year' by declared
4300         variable.
4302         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
4303         New variables.
4304         (math-nth-root-float, math-nth-root-float-iter): Replace variables
4305         n, nf and nfm1 by declared variables.
4306         (math-nri-n): New variable.
4307         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
4308         n by declared variable.
4309         (calcFunc-log): Removed misplaced condition.
4311 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4313         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
4315 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4317         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
4318         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
4319         Dedicate gdb-related windows.
4320         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
4321         other frames.
4322         (gdb-reset): Remove dedicated property after debugging.
4324 2004-11-24  Jay Belanger <belanger@truman.edu>
4326         * calc/calc-sel.el: Add comment.
4328         * calc/calc.el (math-stack-value-offset): Replace variables c,
4329         wid and off with math-svo-c, math-svo-wid and math-svo-off.
4331         * calc/calccomp.el (math-comp-sel-tag): Declare it.
4332         (math-svo-c, math-svo-wid, math-svo-off): New variables.
4333         (math-stack-value-offset-fancy): Replace variables c, wid and off
4334         by declared variables.
4335         (math-comp-just, math-comp-comma-spc): New variables.
4336         (math-compose-expr, math-compose-matrix): Replace variables `just'
4337         and comma-spc by declared variable.
4338         (math-comp-vector-prec): New variable.
4339         (math-compose-expr, math-compose-matrix, math-compose-rows):
4340         Replace variable vector-prec by declared variable.
4341         (math-comp-left-bracket, math-comp-right-bracket)
4342         (math-comp-comma): New variables.
4343         (math-compose-expr, math-compose-rows): Replace variables
4344         left-bracket, right-bracket and comma by declared variables.
4345         (math-comp-full-width): New variable.
4346         (math-comp-to-string-flat, math-comp-to-string-flat-term):
4347         Replace variable full-width by declared variable.
4348         (math-comp-highlight, math-comp-word, math-comp-level)
4349         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
4350         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
4351         New variables.
4352         (math-comp-to-string-flat, math-comp-to-string-flat-term)
4353         (math-comp-sel-flat-term): Replace variables comp-highlight,
4354         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
4355         declared variables.
4356         (math-comp-simplify, math-comp-simplify-term)
4357         (math-comp-add-string, math-comp-add-string-sel):
4358         Replace variables comp-highlight, comp-buf, comp-base,
4359         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
4361 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4363         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
4365         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
4366         and x-server-version may throw.
4368 2004-11-23  Kim F. Storm  <storm@cua.dk>
4370         * subr.el (substitute-key-definition-key): Optimize.
4371         Don't call indirect-function for nil defn (always signals error).
4373         * ido.el (ido-read-internal): Fix require-match check when
4374         ido-directory-too-big is set.
4376 2004-11-23  Jay Belanger  <belanger@truman.edu>
4378         * calc/calc-ext.el (math-read-replacement-list)
4379         (math-read-superscripts): New variables.
4380         (math-read-preprocess-string): New function.
4381         (math-read-expr): Filter input through math-read-preprocess-string.
4383         * calc/calc-aent.el (math-read-exprs): Filter input through
4384         math-read-preprocess-string.
4386 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
4388         * progmodes/compile.el (compilation-start): In cd command use
4389         substitute-env-vars -- not quite shell compatible but better than
4390         nothing.
4391         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
4392         handle the newer versions messages, which are more parseable.
4394 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4396         * reveal.el (reveal-mode-map): New var.
4397         (reveal-mode): Use it.
4399 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
4401         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
4402         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
4404 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
4407         header-line when needed.
4408         Use fixed-pitch only in the header-line.
4409         Build the underline automatically.  Use emdash if available.
4411 2004-11-22  Richard M. Stallman  <rms@gnu.org>
4413         * dired.el (dired-recursive-copies): Move from dired-aux.el.
4414         * dired-aux.el (dired-recursive-copies): Move to dired.el.
4416 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
4418         * progmodes/gdb-ui.el (gdb-resync): New function.
4419         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
4420         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
4421         Use it to fail more gracefully.
4422         (gdb-variables): Delete variable.
4423         Re-order variables to reduce byte-compiler warnings.
4425 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4427         * descr-text.el (describe-char):
4428         * paren.el (show-paren-function):
4429         * subr.el (syntax-after): Undo last change.
4431         * progmodes/python.el (run-python): Don't hard code *Python*.
4432         Don't modify global process-environment.
4433         (python-send-region, python-load-file): Don't assume that
4434         python-buffer == (process-buffer (python-proc)).
4435         (python-switch-to-python): Simplify.
4437         * dired.el (dired-align-file): Don't assume line starts with spaces.
4439 2004-11-21  Jay Belanger  <belanger@truman.edu>
4441         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
4442         Replace variable `lines' by math-read-big-lines.
4443         (math-read-big-expr): Replace variables the-baseline, the-h2
4444         and err-msg by math-read-big-baseline, math-read-big-h2 and
4445         math-read-err-msg.
4446         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
4448         * calc/calc-lang.el (math-read-big-rec): Fix typo.
4449         (math-read-big-balance): Replace unbound variable by value.
4450         (math-read-big-lines): New variable.
4451         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4452         (math-read-big-error, math-read-big-balance): Replace variable
4453         `lines' by declared variable.
4454         (math-read-big-baseline, math-read-big-h2): New variables.
4455         (math-read-big-rec): Replace variables the-baseline and the-h2
4456         by declared variables.
4457         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
4458         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4459         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
4460         declared variables.
4461         (math-read-big-err-msg): New variable.
4462         (math-read-big-error): Replace variable err-msg by declared variable.
4464 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * ses.el: Add coding cookie.
4467         Fix up docstrings, follow new commenting conventions.
4468         (ses-header-line-menu): Fix missing variable rename for header-row.
4469         (ses-cell-size): Remove.
4470         (ses-make-cell): New function.
4471         (ses-cell, ses-insert-row, ses-insert-column): Use it.
4472         (ses-calculate-cell): Remove unused var `symbol'.
4473         (ses-narrowed-p): New function.
4474         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
4475         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
4476         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
4477         (ses-setup): Use restore-buffer-modified-p.
4478         (ses-cleanup): Remove unused var `end'.
4479         (ses-header-string-left-offset): Remove.
4480         (ses-create-header-string): Adjust to new behavior of `align-to'.
4481         Truncate excessively large fields to preserve alignment.
4482         (ses-reconstruct-all): Remove unused var `refs'.
4483         (ses-read-cell-printer): Remove unused var `prompt'.
4484         (ses-delete-row): Remove unused var `pos'.
4485         (ses-delete-column): Remove unused var `new'.
4487 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4489         * ps-print.el: Insert :version tag into all defgroup and defcustom.
4490         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4491         Eliminate eval-and-compile usage.
4492         (ps-insert-file): Use insert-file-contents instead of insert-file.
4493         (ps-setup): Code fix.
4495         * printing.el (pr-setup, lpr-setup): Code fix.
4497 2004-11-21  Jay Belanger  <belanger@truman.edu>
4499         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
4500         (calc-original-buffer): Declare them.
4501         (calc-user-formula-alist): New variable.
4502         (calc-user-define-formula, calc-fix-user-formula)
4503         (calc-user-define-composition, calc-finish-formula-edit):
4504         Replace variable `alist' by declared variable.
4505         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
4506         (var-q7, var-q7, var-q8, var-q9): Declare them.
4507         (calc-kbd-push): Don't check to see if var-q0 through var-q9
4508         are bound.
4509         (calcFunc-typeof): Replace undeclared variable by expression.
4510         (math-exp-env): New variable.
4511         (math-define-body, math-define-exp): Replace exp-env by declared var.
4512         (math-define-exp): Replace misplaced variable by expression.
4514         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
4515         (calc-curve-model, calc-curve-coefnames): New variables.
4516         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
4517         varnames, model and coefnames by declared variables.
4518         (math-root-widen): New variable.
4519         (math-search-root, math-find-root): Replace variable root-widen by
4520         declared variable.
4521         (var-DUMMY): Declare it.
4522         (math-root-vars, math-min-vars): Move the declarations to earlier in
4523         the file.
4524         (math-brent-min): Make d a local variable.
4525         (math-find-minimum): Replace non-existent variable.
4526         (math-ninteg-romberg): Remove unnecessary variable.
4527         (math-ninteg-temp): New variable.
4528         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
4529         integ-temp by declared variable.
4530         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
4531         New variables.
4532         (math-general-fit): Replace variables first-var, first-coef and
4533         new-coefs by declared variables.
4534         (calcFunc-fitvar): Replace variable first-var by declared variable.
4535         (calcFunc-fitparam): Replace variable first-coef by declared variable.
4536         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
4537         (math-all-vars-vars, math-all-vars-found): New variables.
4538         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
4539         found by declared variable math-all-vars-vars.
4541 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4543         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
4544         of `defconst'.
4546 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4548         * isearch.el (isearch-mode-map): Don't bind SPC.
4549         (isearch-whitespace-chars): Function deleted.
4550         (isearch-search): Bind search-spaces-regexp.
4551         (isearch-lazy-highlight-search): Likewise.
4552         (search-whitespace-regexp): Doc fix.
4553         (isearch-forward-regexp): Doc fix.
4555         * emacs-lisp/bytecomp.el (byte-compile-form):
4556         Move the calls to byte-compile-set-symbol-position,
4557         to avoid having two for the same symbol occurrence.
4559         * comint.el (comint-input-ring-size): Increase to 150.
4561         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
4562         New variables.
4563         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
4564         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
4566         * imenu.el (imenu--generic-function):
4567         Ensure we keep moving backward even if BEG isn't further back.
4569         * replace.el (query-replace-read-to, query-replace-read-from):
4570         Specify t for KEEP-ALL in read-from-minibuffer.
4572         * progmodes/python.el (python-switch-to-python):
4573         If Python isn't running, start it.
4574         Don't alter debug-ignored-errors.
4576         * progmodes/cperl-mode.el (cperl-indent-region):
4577         Don't mind imenu-scanning-message.
4579         * bindings.el (global-map): Bind C-e to move-end-of-line.
4581         * simple.el (line-move-finish): New arg FORWARD.
4582         Ignore invisible newlines, not intangible ones.
4583         Conditions for acceptable stopping positions depend on FORWARD.
4584         (line-move): Pass FORWARD arg to line-move-finish.
4586         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4587         of HEADER.  Compensate for this change in the code to add display
4588         properties.  Don't make the first line intangible.
4590         * info.el (Info-search): Fix previous change.
4592 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4594         * Makefile.in (recompile): Revert 2004-11-19 change.
4595         (compile): Likewise.
4597 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
4599         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
4601 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4603         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
4604         defgroup and defcustom.  Eliminate eval-and-compile usage.
4606         * progmodes/ebnf-otz.el: Fix typos.
4608 2004-11-19  Jay Belanger  <belanger@truman.edu>
4610         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
4611         (calc-edit-finish, calc-finish-stack-edit): Replace variable
4612         disp-trail by declared variable.
4614         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
4615         (calc-finish-selection-edit):  Replace variable disp-trail by
4616         declared variable.
4617         (calc-selection-cache-entry): Move declaration to earlier in the file.
4618         (calc-selection-cache-num, calc-selection-cache-comp)
4619         (calc-selection-cache-offset, calc-selection-true-num)
4620         (calc-final-point-line, calc-final-point-column)
4621         (calc-original-buffer): Declare them.
4622         (calc-fnp-op, calc-fnp-num): New variables.
4623         (calc-find-nth-part, calc-find-nth-part-rec)
4624         (calc-select-previous): Replace op and num by declared variables.
4625         (calc-rsf-old, calc-rsf-new): New variables.
4626         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
4627         Replace variables old and new by declared variables.
4628         (calc-sel-reselect): New variable.
4629         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
4630         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
4631         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
4632         reselect with declared variable.
4634         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4635         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
4636         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
4637         (math-import-list, math-rewrite-phase): Declare them.
4638         (math-rewrite):  Use let* to declare variables.
4639         (calc-rewrite-selection): Make rules a local variable.
4640         (calc-rewr-sel): New variable.
4641         (calc-rewrite-selection, calc-locate-selection-marker)
4642         (calc-rewrite): Use the declared variable calc-rewr-sel instead
4643         of sel.
4644         (math-rewrite-whole-expr): New variable.
4645         (math-rewrite, math-rewrite-phase): Replace variable expr by
4646         declared variable.
4647         (math-rewrite-heads-heads, math-rewrite-heads-skips)
4648         (math-rewrite-heads-blanks ): New variables.
4649         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
4650         heads, skips and blanks by declared variables.
4651         (math-rwcomp-subst-old, math-rwcomp-subst-new)
4652         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
4653         New variables.
4654         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
4655         old, new, old-func and new-func by declared variables.
4656         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
4657         Remove unnecessary variable.
4658         (math-apply-rw-regs): New variable.
4659         (math-apply-rewrites, math-rwapply-replace-regs)
4660         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
4661         (math-apply-rw-ruleset): New variable.
4662         (math-apply-rewrites, math-rwapply-remember): Replace variable
4663         ruleset by declared variable.
4665 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4667         * info.el (Info-search): Use search-whitespace-regexp.
4669 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4671         * vc-rcs.el (vc-rcs-parse): New function.
4672         (vc-rcs-annotate-command): Likewise.
4673         (vc-rcs-annotate-current-time): Likewise.
4674         (vc-rcs-annotate-time): Likewise.
4675         (vc-rcs-annotate-extract-revision-at-line): Likewise.
4677 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4679         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4681 2004-11-18  Jay Belanger  <belanger@truman.edu>
4683         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
4685 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4687         * printing.el: Eliminate use of interactive-p and eval-and-compile.
4688         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4689         Use make-temp-file to generate PostScript files in any situation.
4690         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
4691         (pr-interactive-p): Eliminate var.
4692         (pr-save-interactive): Eliminate macro.
4693         (pr-interface, pr-ps-directory-preview)
4694         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4695         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4696         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4697         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4698         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4699         (pr-ps-region-ps-print, pr-ps-mode-preview)
4700         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4701         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4702         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
4703         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4704         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4705         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4706         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4707         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4708         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4709         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4710         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4711         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
4712         Eliminate pr-save-interactive usage.
4713         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
4714         Eliminate pr-interactive-p usage.
4715         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
4716         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
4717         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
4718         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
4719         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
4720         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
4721         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
4722         New funs.
4723         (pr-ps-file): Use make-temp-file to generate a temporary file.
4725 2004-11-17  Jay Belanger  <belanger@truman.edu>
4727         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
4728         a local variable.
4729         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
4730         (math-top-only): New variable.
4731         (math-simplify, math-simplify-step): Replace variable top-only by
4732         declared variable math-top-only.
4733         (math-simplify-expr): Declare it.
4734         Replace argument expr in all calls of math-defsimplify by
4735         math-simplify-expr.
4736         (math-simplify-plus, math-simplify-times, math-simplify-divide)
4737         (math-simplify-divisor, math-simplify-one-divisor)
4738         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
4739         (math-simplify-pow): Replace variable expr by declared variable
4740         math-simplify-expr.
4741         (math-simplify-divisor): Remove local variables temp and op.
4742         (math-simplify-one-divisor): Make temp and op local variables.
4743         (math-simplify-divisor-nover, math-simplify-divisor-dover):
4744         New variables.
4745         (math-simplify-divisor, math-simplify-one-divisor):
4746         Replace variables nover and dover by declared variables.
4747         (math-expr-subst-new, math-expr-subst-old): New variables.
4748         (math-expr-subst, math-expr-subst-rec): Replace variables new
4749         and old by declared variables.
4750         (math-is-poly-degree, math-is-poly-loose): New variables.
4751         (math-is-polynomial, math-is-poly-rec): Replace variables degree
4752         and loose by declared variables.
4753         (math-poly-base-const-ok, math-poly-base-pred): New variables.
4754         (math-polynomial-base, math-polynomial-base-rec):
4755         Replace variables const-ok and mpb-pred by declared variables.
4757         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
4759         * calc/calc-ext.el (math-defsimplify): Change the argument in
4760         the created function to math-simplify-expr.
4762         * calc/calc-units.el (math-simplify-expr): Declare it.
4763         Replace argument expr in all calls of math-defsimplify by
4764         math-simplify-expr.
4765         (math-simplify-units-prod): Replace variable expr by declared
4766         variable math-simplify-expr.
4768 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
4771         Replace mapcar->dolist, format->string.
4773 2004-11-17  Miles Bader  <miles@gnu.org>
4775         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
4776         * progmodes/idlwave.el: Remove RCS keywords.
4778 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
4780         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
4781         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
4782         Update to IDLWAVE version 5.5.  Too many changes to list them here.
4783         * progmodes/idlw-help.el: New file.
4785 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4787         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4788         Discard spaces after \i according to TeX rules.
4790         * international/mule.el (set-buffer-file-coding-system):
4791         New arg NOMODIFY.
4792         (after-insert-file-set-coding): Pass that new arg.
4793         Prevent set-buffer-multibyte from trying to lock the file.
4795         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
4797         * saveplace.el (save-place): Doc fix.
4799         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4800         temporarily widen before finding the following word to copy.
4802         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4803         (cl-map-keymap): Definition deleted.
4805         * subr.el (map-keymap-internal): New function.
4807 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4809         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4810         when pressing rather than when releasing mouse-2.  Simplify.
4812 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4814         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4815         (compilation-mode): Set it here instead.
4817         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4819         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4820         (loop, cl-parse-loop-clause, defsetf): Use backquote.
4822 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4824         * progmodes/compile.el (compilation-internal-error-properties):
4825         Fix up a transposition-typo.  Check end-col before using it.
4827 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
4829         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4830         Discard whitespace after macro \i when converting it.
4832 2004-11-16  Juri Linkov  <juri@jurta.org>
4834         * emacs-lisp/find-func.el (find-function-regexp):
4835         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
4836         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
4837         Remove invalid `\W' from [^cgv\W].  Doc fix.
4838         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4840 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4842         * play/life.el: Maintainer is now FSF.
4843         (life-patterns, life-neighbor-deltas, life-window-start)
4844         (life-current-generation, life-generation-string): Use defvar
4845         instead of defconst.
4847 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4849         * progmodes/compile.el (compilation-move-to-column): New fun.
4850         (compilation-internal-error-properties)
4851         (compilation-next-error-function): Use it to make sure we don't go past
4852         the end of line.
4854 2004-11-15  John Paul Wallington  <jpw@gnu.org>
4856         * autoinsert.el (auto-insert-alist): Insert the user's name in
4857         copyright notice, rather than Free Software Foundation, for the
4858         Emacs Lisp header case too.
4860 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4862         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4863         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4864         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
4865         return the list of string in a string.
4866         (pr-call-process): Message if calling process returns an error, that
4867         is, the exit status is different of zero.
4869 2004-11-15  Jay Belanger  <belanger@truman.edu>
4871         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
4872         variable var-thing.
4873         (math-integ-depth, math-integ-level, math-integral-limit)
4874         (math-enable-subst, math-any-substs, math-integ-msg)
4875         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4876         (math-int-threshold, math-int-factors, math-double-roots)
4877         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4878         (var-GenCount):  Declare these variables.
4879         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
4880         (math-integral-cache, math-integral-cache-state):
4881         Move declarations to earlier in the file.
4882         (math-deriv-var, math-deriv-total, math-deriv-symb)
4883         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4884         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4885         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4886         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4887         (math-solve-res):  New variables
4888         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4889         (math-integral, math-replace-integral-parts)
4890         (math-integrate-by-parts, calc-dump-integral-cache)
4891         (math-try-integral, math-do-integral, math-do-integral)
4892         (math-do-integral-methods, math-try-solve-for)
4893         (math-try-solve-prod, math-solve-poly-funny-powers)
4894         (math-solve-crunch-poly, math-decompose-poly)
4895         (math-solve-find-root-term, math-find-root-in-prod)
4896         (math-integ-try-linear-substitutions)
4897         (math-integ-try-substitutions, math-expr-rational-in)
4898         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4899         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4900         (math-solve-for, math-solve-system, math-solve-system-rec)
4901         (math-solve-get-sign, math-solve-get-int)
4902         (math-solve-system-subst): Replace undeclared variables with newly
4903         declared variables.
4905 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4907         * winner.el (winner-active-region, winner-edges, winner-window-list):
4908         Define at toplevel.
4909         (winner-mode-map): Move init inside declaration.
4911 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4913         * files.el (convert-standard-filename): Doc fix.
4915 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
4917         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4918         passwd, group, shadow, default/* and pam.d/*.
4920 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4922         * printing.el (pr-menu-spec): Adjust menu specification.
4924 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4926         * printing.el: Doc fix.  Insert :version tag into all defcustom.
4927         Handle interactive-p as is recommended in Emacs Lisp Reference.
4928         Set the file permission bits for newly created files.
4929         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4930         The printing menu specification (in `pr-menu-spec') was merged.
4931         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4932         (pr-version): New version number (6.8.3).
4933         (pr-file-modes): New option.
4934         (pr-interactive-p): New var.
4935         (pr-save-interactive, pr-save-file-modes): New macros.
4936         (pr-setup): Code fix.
4937         (pr-menu-spec): Menu specification merged.
4938         (pr-call-process, pr-text2ps): Set file permission bits.
4939         (pr-despool-print): Set file permission bits.  Handle interactive-p as
4940         is recommended.
4941         (pr-interface, pr-ps-directory-preview)
4942         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4943         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4944         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4945         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4946         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4947         (pr-ps-region-ps-print, pr-ps-mode-preview)
4948         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4949         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4950         (pr-despool-using-ghostscript, pr-despool-ps-print)
4951         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4952         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4953         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4954         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4955         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4956         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4957         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4958         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4959         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4960         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4961         Handle interactive-p as is recommended.
4963 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4965         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4966         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4968         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4969         so it doesn't forget to highlight the beginning of the region either.
4971 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
4973         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4974         (c-font-lock-init): Eliminate obsolete make-local-hook.
4975         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4976         (awk-mode): Use run-mode-hooks.
4978         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4980 2004-11-13  Kim F. Storm  <storm@cua.dk>
4982         * mouse.el (mouse-drag-copy-region): Add :version.
4983         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4984         while dragging mode line, so mode line can be dragged downwards.
4985         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4986         while pressing mouse button so window doesn't scroll until we
4987         release the mouse if clicking on partially visible line.
4989 2004-11-12  Jay Belanger  <belanger@truman.edu>
4991         * calc/calc-graph.el (calc-dumb-map):  Declare it.
4992         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
4993         than unbound.
4994         (calc-graph-name):  Made `end' a local variable.
4995         (calc-graph-lookup):  Made `varname' a local variable.
4996         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4997         Declare them.
4998         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
4999         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
5000         the unused variable y3vec.
5001         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
5002         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
5003         calc-graph-prev-kill-hook.
5004         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
5005         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
5006         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
5007         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
5008         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
5009         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
5010         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
5011         (calc-graph-y3value, calc-graph-y3name)
5012         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
5013         (calc-graph-stepcount, calc-graph-is-splot)
5014         (calc-graph-surprise-splot, calc-graph-blank)
5015         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
5016         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
5017         (calc-graph-recompute-2d, calc-graph-compute-3d)
5018         (calc-graph-format-data): Replace undeclared variables with the
5019         above newly declared variables.
5021 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
5023         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
5024         `rsf-beep' and `rsf-sleep-after-message'.
5026         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
5027         list if `message-sender' is non-nil.
5029 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5031         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
5032         consing by using mapc instead of mapcar.
5034 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
5036         * tooltip.el (require): Explain why CL is needed.
5038 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5040         * printing.el: Insert :version into defgroup (printing).  All reference
5041         to Files option in menubar were changed to File.
5042         (pr-version): New version number (6.8.2).
5043         (pr-get-symbol): Call easy-menu-intern.
5044         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
5045         compilation gripes.
5047 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5049         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
5050         new byte-compile-function-environment binding to t.
5052         * font-lock.el (font-lock-fontify-syntactically-region):
5053         Don't forget to highlight the last char when we hit `end'.
5055         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
5056         (mwheel-scroll): Adjust accordingly.
5058         * cvs-status.el: Reduce spurious warnings.
5059         (cvs-status-checkout): Remove.
5060         (cvs-status-mode-map): Use cvs-mode-checkout instead.
5062         * pcvs.el (cvs-mode-checkout): New command.
5064         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
5066         * tooltip.el: Require CL.
5068         * emacs-lisp/bytecomp.el: Use push.
5069         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
5070         (defalias): Remove the `byte-compile' property and add
5071         a `byte-hunk-handler'.
5073 2004-11-11  Juri Linkov  <juri@jurta.org>
5075         * info.el (Info-search): Save match data for isearch.
5076         Skip Tag Table node.
5078         * descr-text.el (describe-char): Replace syntax-after with code
5079         from its previous version.
5081         * files.el (magic-mode-alist): Use optimization for SGML mode too.
5082         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
5084         * international/mule.el (sgml-html-meta-auto-coding-function):
5085         Remove > after <html to allow HTML attributes.
5087 2004-11-11  Jay Belanger  <belanger@truman.edu>
5089         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
5090         a variable.
5091         (calcFunc-dfac):  Replace unbound max by n.
5092         (math-stirling-local-cache):  New variable.
5093         (math-stirling-number, math-stirling-1, math-stirling-2):
5094         Replace the variable `cache' by the declared variable
5095         math-stirling-local-cache.
5096         (var-RandSeed):  Declare it as a variable.
5097         (math-init-random-base, math-random-digit):  Don't check to see if
5098         var-RandSeed is bound.
5099         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
5100         Declare them instead of just setting them.
5101         (math-init-random-base):  Made i a local variable.
5102         (math-random-digit):  Made math-random-last a local variable.
5103         (math-prime-test-cache):  Move declaration to before it is used.
5104         (math-prime-test-cache-k, math-prime-test-cache-q)
5105         (math-prime-test-cache-nm1, math-prime-factors-finished):
5106         Declare them as variables.
5108 2004-11-11  Jay Belanger  <belanger@truman.edu>
5110         * calc/calc-ext.el (math-defcache):  Use defvar for the new
5111         variables it creates.
5113 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
5115         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
5116         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
5117         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
5118         (desktop-save): Add :version.
5120 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * printing.el (pr-get-symbol): Don't downcase.
5124 2004-11-10  Jay Belanger  <belanger@truman.edu>
5126         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
5127         string to kill-ring.
5129         * calc/calc-aent.el (calc-alg-exp, math-toks)
5130         (math-exp-pos,math-exp-old-pos, math-exp-token)
5131         (math-exp-keep-spaces, math-exp-str):  New variables.
5132         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
5133         (calcAlg-enter):  Use declared variable calc-alg-exp.
5134         (math-build-parse-table, math-find-user-token):  Use declared
5135         variable math-toks.
5136         (math-read-exprs, math-read-token, calc-check-user-syntax)
5137         (calc-match-user-syntax, match-factor-after, math-read-factor):
5138         Use declared variables math-exp-pos math-exp-old-pos.
5139         (math-read-exprs, math-read-token, math-read-expr-level)
5140         (calc-check-user-syntax, calc-match-user-syntax)
5141         (match-factor-after, math-read-factor):  Use declared variable
5142         math-exp-token.
5143         (math-read-exprs, math-read-expr-list, math-read-token)
5144         (math-read-factor):  Use declared variable math-exp-keep-spaces.
5145         (math-read-exprs, math-read-token):  Use declared variable
5146         math-exp-str.
5147         (calc-match-user-syntax):  Make m a local variable.
5149         * calc/calc-ext.el (math-read-expr):  Use declared variables
5150         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
5151         math-exp-keep-spaces.
5153         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
5154         variables math-exp-pos, math-exp-str.
5156         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
5157         math-exp-old-pos.
5158         (math-parse-fortran-vector, math-parse-fortran-vector-end)
5159         (math-parse-eqn-prime):  Use declared variable math-exp-token.
5161         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
5162         Use declared variable math-exp-pos.
5163         (math-check-for-commas):  Use declared variable math-exp-str.
5164         (math-read-brackets):  Use declared variables math-exp-old-pos,
5165         math-exp-keep-spaces.
5166         (math-read-brackets, math-read-vector, math-read-matrix):
5167         Use declared variable math-exp-token.
5169 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5171         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
5172         where the keymap is a symbol.
5173         (easy-menu-add-item): Use keymap-prompt.  Simplify.
5175         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
5177         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
5178         (sgml-parse-tag-backward): Use it to skip spurious < or >.
5180 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
5182         * ebuff-menu.el: Doc fixes throughout.
5183         (electric-buffer-menu-mode-hook): New defvar.
5185 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
5187         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
5188         compilation. The resulting compiler warnings appear to be harmless.
5190 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
5192         * textmodes/conf-mode.el: New file.
5194         * files.el (auto-mode-alist, magic-mode-alist): Use it.
5196 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
5200 2004-11-09  Jay Belanger  <belanger@truman.edu>
5202         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
5204         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
5205         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
5206         (calc-z-prefix-help, calc-user-function-list):  Use declared
5207         variables calc-z-prefix-buf, calc-z-prefix-msgs.
5208         (math-map-tree, math-map-tree-rec):  Use declared variables
5209         math-mt-many, math-mt-func.
5210         (math-read-expression, math-read-string):  Use declared variable
5211         math-expr-data.
5213         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
5214         variable math-normalize-a.
5216         * calc/calc.el (math-normalize-a):  New variable.
5217         (math-normalize):  Use declared variable math-normalize-a.
5219         * calc/calc-poly.el (math-expand-form):  Use declared variable
5220         math-mt-many.
5222         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5223         Use declared variable math-mt-many.
5224         (math-rewrite):  Use declared variable math-mt-func.
5226         * calc/calc-vec.el (math-read-brackets, math-read-vector)
5227         (math-read-matrix):  Use declared variable math-expr-data.
5229         * calc/calc-lang.el (math-parse-fortran-vector)
5230         (math-parse-fortran-vector-end, math-parse-tex-sum)
5231         (math-parse-eqn-matrix, math-parse-eqn-prime)
5232         (math-read-math-subscr):  Use declared variable math-expr-data.
5234         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
5235         (math-read-expr-level, math-read-token, calc-check-user-syntax)
5236         (calc-match-user-syntax, math-read-if, math-factor-after)
5237         (math-read-factor):  Use declared variable math-expr-data.
5239 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
5241         * calendar/diary-lib.el (diary-from-outlook)
5242         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
5243         interactive-p; but rather new optional argument NOCONFIRM.
5245 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5247         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
5248         (easy-menu-name-match): Revert correspondingly.
5250 2004-11-09  Richard M. Stallman  <rms@gnu.org>
5252         * emacs-lisp/bytecomp.el (byte-compile-defalias):
5253         Turn off warnings for the new function even if definition not constant.
5254         If the definition isn't a quoted symbol, record (FUNCTION . t).
5255         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
5256         (byte-compile-callargs-warn): Handle (FUNCTION . t).
5257         (display-call-tree, byte-compile-arglist-warn):
5258         Handle t returned by byte-compile-fdefinition.
5260 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5262         * Makefile.in (maintainer-clean): Depend on distclean.
5264         * help-fns.el (help-C-file-name): File name must be in build-files
5265         to be returned.
5267 2004-11-09  Jay Belanger  <belanger@truman.edu>
5269         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
5270         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
5272         * calc/calc.el (calc, calc-trail-display, calc-mode):
5273         Remove obsolete sections.
5275         * calc/calc.el (calc-x-paste-text):  Remove.
5277         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
5278         mouse-2.
5280 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
5282         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
5283         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
5284         current frame (in case of recursive calls).
5285         (gdb-show-changed-values): Add :version keyword.
5287 2004-11-09  Kenichi Handa  <handa@m17n.org>
5289         * international/mule-cmds.el: Change coding: tag back to
5290         iso-2022-7bit.
5292 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5294         * international/mule-cmds.el: Change coding-system to utf-8.
5295         (select-safe-coding-system-interactively):
5296         New function extracted from select-safe-coding-system.
5297         (select-safe-coding-system): Use it.
5299 2004-11-08  Richard M. Stallman  <rms@gnu.org>
5301         * subr.el (syntax-after): Doc fix.
5303         * paren.el (show-paren-function): Change calls to syntax-after
5304         for new way of returning the value.
5306         * menu-bar.el (menu-bar-file-menu): Make this the real name
5307         and menu-bar-files-menu the alias.  Use the former.
5308         (global-map): Use `file', not `files', as the symbol.
5310         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
5312         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
5313         Don't use beginning-of-buffer.
5314         (filesets-cmd-show-result): Use with-no-warnings.
5316 2004-11-08  Juri Linkov  <juri@jurta.org>
5318         * progmodes/compile.el (compile): Don't overwrite last command in
5319         minibuffer history with default command if they are not equal.
5321 2004-11-08  Jay Belanger  <belanger@truman.edu>
5323         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
5324         non-linear substitutions.
5326 2004-11-08  Jay Belanger  <belanger@truman.edu>
5328         * calc/calcalg2.el (math-linear-subst-tried): New variable.
5329         (math-do-integral):  Set `math-linear-subst-tried' to nil.
5330         (math-do-integral-methods):  Use `math-linear-subst-tried' to
5331         determine what type of substitution to try.
5332         (math-integ-try-linear-substituion):
5333         Set `math-linear-subst-tried' to t.
5335 2004-11-08  Kim F. Storm  <storm@cua.dk>
5337         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
5339 2004-11-07  Juri Linkov  <juri@jurta.org>
5341         * info-look.el (info-lookup): Allow reusing in the current buffer
5342         not only *info* buffer, but all (even renamed) Info buffers
5343         by checking for major-mode instead of *info* buffer name.
5344         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
5345         (octave-mode, maxima-mode) <doc-spec>:
5346         Allow long dashes generated by Texinfo 4.7 before definitions.
5347         (texinfo-mode) <doc-spec>: Add space to suffix to find command
5348         definitions with argument separated by space.
5350 2004-11-06  Richard M. Stallman  <rms@gnu.org>
5352         * simple.el (next-error group, face): Move before first use.
5353         (next-error-highlight, next-error-highlight-no-select): Likewise.
5355         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
5356         (line-move): New args NOERROR and TO-END.
5357         Return t if if succeed in moving specified number of lines.
5358         (move-end-of-line): New function.
5360         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
5361         (end-of-buffer-other-window): Likewise.
5363         * simple.el (line-move-ignore-invisible): Default to t.
5365         * subr.el (syntax-after): Return the syntax letter, not the raw code.
5367         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
5369         * international/iso-cvt.el (iso-cvt-define-menu):
5370         Rename menu-bar-files-menu to menu-bar-file-menu.
5372         * net/browse-url.el (browse-url-gnome-moz-program)
5373         (browse-url-gnome-moz-arguments): Move up before first use.
5375         * net/tramp.el (tramp group): Add :version.
5377         * progmodes/ada-xref.el (ada-gdb-application):
5378         Use goto-char instead of beginning-of-buffer.
5380         * progmodes/cperl-mode.el (cperl-info-on-command):
5381         Use goto-char instead of beginning-of-buffer.
5383         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
5384         Move up before first use.
5385         (idlwave-shell-temp-pro-file): Likewise.
5386         (idlwave-shell-temp-rinfo-save-file): Likewise.
5387         (idlwave-shell-temp-file): Minor doc fix.
5389         * textmodes/flyspell.el (flyspell-external-point-words):
5390         Use goto-char instead of beginning-of-buffer.
5392 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
5394         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
5395         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
5396         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
5398 2004-11-06  David Ponce  <david@dponce.com>
5400         * recentf.el (recentf-menu-path): Use menu item name.
5402 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
5404         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
5405         display doesn't support images.
5407 2004-11-06  Andreas Schwab  <schwab@suse.de>
5409         * tempo.el (tempo-match-finder): Doc fix.
5411         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
5413 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
5416         (easy-menu-lookup-name): New fun to replace it.
5417         (easy-menu-get-map): Use it to obey menu item names (rather than just
5418         keys) when looking up `path'.
5419         (easy-menu-always-true-p): Rename from easy-menu-always-true.
5420         (easy-menu-convert-item-1): Adjust to new name.
5422 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
5424         * outline.el (hide-body): Don't hide lines at the top of the file
5425         that precede the first header line.
5427 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
5429         * align.el (align-areas): Delete whitespace before reindenting, so
5430         that tabs are never placed after spaces.
5432 2004-11-06  Alan Shutko  <ats@acm.org>
5434         * macros.el (insert-kbd-macro): Do completions based on macros,
5435         rather than all commands.
5437 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
5439         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
5440         to solve a bug whereby tags with 'b' don't match.
5442 2004-11-05  Juri Linkov  <juri@jurta.org>
5444         * info.el (Info-search): Don't search in node header lines
5445         and file headers.
5447         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
5448         symbol-constituent characters after dot, not only digits.
5450 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
5452         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5454 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5456         * dired.el (dired-read-dir-and-switches): Call read-directory-name
5457         if a dialog will be used, read-file-name otherwise.
5459 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5461         * textmodes/table.el (table group): Add :version.
5463         * textmodes/ispell.el (ispell-word):
5464         Don't alter args; set them only thru `interactive' spec.
5466         * textmodes/flyspell.el (flyspell-word):
5467         Don't alter FOLLOWING; set it only thru `interactive' spec.
5469         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
5471         * net/browse-url.el (browse-url-maybe-new-window):
5472         Use called-interactively-p.
5474         * mail/supercite.el (sc-cite-region):
5475         Don't use interactive-p.  Add arg INTERACTIVE.
5476         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
5478         * international/mule-cmds.el (set-input-method, toggle-input-method):
5479         Don't use interactive-p.  Add arg INTERACTIVE.
5481         * eshell/esh-mode.el (eshell-show-maximum-output):
5482         Don't use interactive-p.
5483         (eshell-truncate-buffer): Just message, no error, if buffer is short.
5485         * mouse.el (mouse-show-mark): Get positions to delete from mark
5486         and point, not from mouse-drag-overlay.
5488         * imenu.el (imenu-eager-completion-buffer): Add :version.
5490         * filesets.el (filesets group): Add :version.
5492 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
5494         * files.el (xml-based-modes): Delete var.
5495         (magic-mode-alist): New more general var.
5496         (set-auto-mode): Use it.
5498         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
5499         when clicking from another window.
5501 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
5503         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
5504         (vc-cvs-annotate-time): Incorporate value of deleted var.
5505         Remove special-case handling of beginning-of-buffer cruft.
5506         Cache ending position (point) and return value in text property
5507         `vc-cvs-annotate-time', and consult it on subsequent invocations.
5509         * vc-cvs.el (vc-cvs-annotate-command):
5510         Delete extraneous lines from beginning of buffer.
5511         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
5513         * progmodes/grep.el (grep-default-command): Take empty string
5514         for tag if all other methods yield nil.  Shell-quote the tag.
5516         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
5517         spec in `interactive' form, and mention it in the docstring.
5518         Also, make sure point is at bol after calling `annotate-time'.
5520 2004-11-02  Richard M. Stallman  <rms@gnu.org>
5522         * cus-edit.el (customize-group-other-window):
5523         Select the window that displays the custom buffer.
5524         (custom-buffer-create-other-window): Likewise.
5526         * comint.el (comint-insert-input): Fix previous change.
5528         * emacs-lisp/elp.el (elp-instrument-function):
5529         Use called-interactively-p.
5531         * emacs-lisp/easymenu.el (easy-menu-intern):
5532         Don't downcase; rather, case-flip the first letter of each word.
5534         * emacs-lisp/easy-mmode.el (define-minor-mode):
5535         Use called-interactively-p.
5537         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
5538         Add interactive-only.
5539         (byte-compile-warnings): Add interactive-only as option.
5540         (byte-compile-interactive-only-functions): New variable.
5541         (byte-compile-form): Warn about calls to functions
5542         in byte-compile-interactive-only-functions.
5544         * emacs-lisp/autoload.el (update-file-autoloads):
5545         Don't use interactive-p; take new arg SAVE-AFTER.
5547         * emacs-lisp/advice.el (ad-make-advised-definition):
5548         Use called-interactively-p.
5550 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5552         * files.el (find-file-existing): New function.
5554         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
5555         find-file-existing.  Add "New File..." that calls find-file.
5557         * diropen.pbm, diropen.xpm: New files.
5559         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
5560         icon diropen.  New tool bar item find-file-existing uses icon open.
5562         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
5563         instead of read-file-name.
5565 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
5567         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
5568         (icalendar--split-value): Change name of work buffer.
5569         (icalendar--get-weekday-abbrev): Return nil on error.
5570         (icalendar--date-to-isodate): New function.
5571         (icalendar-convert-diary-to-ical)
5572         (icalendar-extract-ical-from-buffer): Use only two args for
5573         make-obsolete (XEmacs compatibility).
5574         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
5575         (icalendar-export-region): Doc fix.
5576         If error, return non-nil and write errors to a buffer.
5577         Use correct weekday for weekly recurring events.
5578         Check whether date has been parsed for ordinary events.
5579         Make weekly events start in the year 2000.
5580         DTEND is non-inclusive, shift end date by one day if
5581         necessary (not for entries that have date and time).
5582         Rename local let variables: oops -> found-error, datestring ->
5583         startdatestring.
5585 2004-11-02  Kim F. Storm  <storm@cua.dk>
5587         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
5588         keep-mode-if-same variable.  Add it as optional arg instead.
5589         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
5591         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
5592         substitute-command-keys will select lower-case bindings like those
5593         used in the static help texts.
5595         * descr-text.el (describe-text-properties): Don't err if called in
5596         the *Help* buffer; output to *Help-2* buffer instead.
5598         * kmacro.el (group kmacro): Add :version.
5599         (kmacro-keyboard-quit): New function to cleanup on C-g.
5600         (kmacro-start-macro): Set defining-kbd-macro to append when
5601         appending to last macro.
5603         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
5605 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
5607         * progmodes/gdb-ui.el (gdb-enable-debug-log)
5608         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
5609         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
5610         Add :version keyword.
5612 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
5614         * progmodes/flymake.el (flymake-err-line-patterns):
5615         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
5616         `compilation-error-regexp-alist-alist' to internal Flymake format.
5618         * progmodes/flymake.el: Eliminate byte-compiler warnings.
5620 2004-11-01  Jay Belanger  <belanger@truman.edu>
5622         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
5623         with `interactive "s"'.
5625 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5627         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5628         Revert change from 2004-10-16.  '*' checks the current buffer, but the
5629         mouse click may be in another buffer.
5631 2004-11-01  John Paul Wallington  <jpw@gnu.org>
5633         * files.el (large-file-warning-threshold): Add :version keyword.
5634         (kill-some-buffers): Doc fix.
5636         * thumbs.el (group thumbs): Add :version keyword.
5638         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
5640 2004-11-01  Richard M. Stallman  <rms@gnu.org>
5642         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
5644         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
5646         * allout.el (allout group): Add :version.
5647         (allout-init): Don't use interactive-p.
5648         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
5649         (allout-forward-current-level, allout-backward-current-level):
5650         Don't use interactive-p.
5652         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
5653         (bibtex-find-text): Likewise.
5655         * progmodes/vhdl-mode.el (vhdl-fill-region)
5656         (vhdl-beginning-of-statement): Don't use interactive-p.
5658         * progmodes/idlwave.el (idlwave-update-routine-info):
5659         Don't use interactive-p.
5661         * progmodes/idlw-shell.el (idlwave-shell-send-char):
5662         Don't use interactive-p.
5664         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
5665         Don't use interactive-p.
5667         * progmodes/ada-xref.el (ada-make-body-gnatstub):
5668         Don't use interactive-p.
5670         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
5671         (fortune-in-buffer): Doc fix.
5673         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
5675         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
5676         don't select the temporary buffer.
5677         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
5678         (eudc-get-phone): Likewise.
5680 2004-11-01  Kim F. Storm  <storm@cua.dk>
5682         * man.el (Man-xref-normal-file): Fix help-echo.
5684 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5686         * reveal.el (reveal-last-tick): New var.
5687         (reveal-post-command): Use it to avoid closing overlays when we're
5688         appending text to them.
5690 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5692         * textmodes/bibtex.el: Require button.
5693         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
5694         (bibtex-reference-keys): Distinguish between header keys and
5695         crossref keys.
5696         (bibtex-beginning-of-field): New function.
5697         (bibtex-url-map): Remove.
5698         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
5699         (bibtex-font-lock-url-regexp): Assume that field names begin at
5700         the beginning of a line.
5701         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
5702         Remove field delimiters.  Use bibtex-beginning-of-field.
5703         Bugfix, point can be inside a field with a url.
5704         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
5705         New functions.
5706         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
5707         (bibtex-key-in-head): Simplify.
5708         (bibtex-current-line): Use bolp.
5709         (bibtex-parse-keys): Remove unused arg `add'.
5710         Use bibtex-type-in-head and bibtex-key-in-head.
5711         (bibtex-parse-entry, bibtex-autofill-entry):
5712         Use bibtex-type-in-head and bibtex-key-in-head.
5713         (bibtex-autokey-get-field): Do not alter case of replacement text.
5714         (bibtex-autokey-get-names): Do all processing of name list.
5715         (bibtex-autokey-get-year): New function.
5716         (bibtex-autokey-get-title): Do all processing of title words.
5717         (bibtex-generate-autokey): Simplify.
5718         (bibtex-string-files-init): Use default-directory.
5719         Allow for absolute file names in bibtex-string-files.
5720         (bibtex-files, bibtex-file-path): New variables.
5721         (bibtex-files-expand): New function.
5722         (bibtex-find-entry-globally): New command.
5723         (bibtex-summary-function): New variable.
5724         (bibtex-summary): Default value of bibtex-summary-function.
5725         (bibtex-find-crossref): New optional args pnt and split.
5726         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
5727         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
5728         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
5729         Fix handling of required and alternative fields.
5730         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
5731         Use cons and display-buffer.
5732         (bibtex-validate-globally): New command.
5733         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
5734         bibtex-parse-keys and bibtex-parse-strings for updating
5735         bibtex-reference-keys and bibtex-strings.
5736         (bibtex-realign): Remove blank lines past the last entry.
5737         (bibtex-reformat): Use bibtex-entry-format as default.
5738         (bibtex-choose-completion-string): Remove.
5739         (bibtex-complete): Do not use bibtex-choose-completion-string.
5740         (bibtex-url): Simplify.
5742 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5744         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
5745         (x-dnd-types-alist, x-dnd-open-file-other-window)
5746         (x-dnd-known-types): Add :version.
5748 2004-10-31  John Paul Wallington  <jpw@gnu.org>
5750         * ibuffer.el (group ibuffer): Add :version keyword.
5752 2004-10-31  Kim F. Storm  <storm@cua.dk>
5754         * ido.el (group ido): Add :version keyword.
5755         (ido-mode): Remove :version keyword.
5757         * emulation/cua-base.el (group cua): Add :version keyword.
5758         (cua-mode): Remove :version keyword.
5760 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5762         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
5764         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
5765         compiler warning.
5766         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
5767         function.
5768         (help-at-pt-display-when-idle): Remove autoload.
5770 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5772         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
5774 2004-10-30  Juri Linkov  <juri@jurta.org>
5776         * help.el (function-called-at-point):
5777         * help-fns.el (variable-at-point): Read -> intern.
5779 2004-10-30  Simon Josefsson  <jas@extundo.com>
5781         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5782         Recognize AS_* too.
5784 2004-10-29  Simon Josefsson  <jas@extundo.com>
5786         * subr.el (read-passwd): Move back from password.el.
5788         * password.el: Remove, not ready yet.
5790 2004-10-29  Andreas Schwab  <schwab@suse.de>
5792         * speedbar.el (speedbar-frame-parameters): Improve customize type.
5794 2004-10-29  Sam Steingold  <sds@gnu.org>
5796         * mouse.el (mouse-show-mark): Replace the last occurrence of
5797         x-lost-selection-hooks with x-lost-selection-functions.
5799 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5801         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5802         x-lost-selection-functions is bound.
5804         * mouse-sel.el (mouse-sel-mode):
5805         * emacs-lisp/lselect.el: Adjust to new names for
5806         x-(lost|sent)-selection-functions.
5808         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5809         New obsolete aliases of x-lost-selection-functions and
5810         x-sent-selection-functions.
5812 2004-10-28  Kim F. Storm  <storm@cua.dk>
5814         * imenu.el (imenu-scanning-message): Remove.
5815         (imenu-progress-message): Make it a no-op.
5817 2004-10-28  John Paul Wallington  <jpw@gnu.org>
5819         * files.el (set-auto-mode): Call `throw' correctly.
5821 2004-10-28  Juri Linkov  <juri@jurta.org>
5823         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5824         to search `Info-...' commands in `info' manual.
5825         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5826         Add 'info-file "emacs" property.
5827         (Info-find-emacs-command-nodes): Fix index line number regexp.
5828         Set real line number (instead of fake 0) in first element of the
5829         returned list.
5830         (Info-goto-emacs-command-node): Use line number of first element
5831         to set point in the first found Info node.
5833         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5834         code to `grep-mode-font-lock-keywords'.
5835         (grep-mode-font-lock-keywords): Delete grep markers instead
5836         of making them invisible.
5838 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5840         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5841         and x-server-version in bug report.
5843 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
5845         * files.el (set-auto-mode-0): New function.
5846         (set-auto-mode): Use it to handle aliased modes and to
5847         be consistent between C-x C-f and C-x C-w.
5849 2004-10-28  Kenichi Handa  <handa@m17n.org>
5851         * international/utf-8.el (utf-translate-cjk-charsets):
5852         Add katakana-jisx0201.
5854         * international/subst-jis.el: Add data for JISX0201.
5856 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5858         * obsolete/hilit19.el (hilit-mode): New function.
5859         Move all the toplevel side-effecting stuff into it, so that loading
5860         hilit19 doesn't mess everything up any more.
5862 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5864         * add-log.el (add-change-log-entry): Set up mailing address
5865         and full name later, and don't alter add-log-mailing-address
5866         or add-log-full-name.
5868         * elide-head.el (elide-head): Change error to message.
5869         (elide-head-show): Likewise.
5871         * apropos.el (apropos-macrop): Doc fix.
5873         * mouse.el (mouse-show-mark): Do most processing the same
5874         regardless of transient-mark-mode.
5876         * shadowfile.el (shadow-copy-files): Use interactive-p
5877         only to control whether to print a message.
5879         * tar-mode.el (tar-mode): Use write-contents-functions,
5880         not write-contents-hooks.
5882         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5883         directory-sep-char.
5885 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5887         * strokes.el (strokes-unload-hook): Fix previous change.
5889         * type-break.el (type-break-run-at-time): Always use run-at-time;
5890         forget the alternatives.
5891         (type-break-cancel-function-timers): Always use cancel-function-timers;
5892         forget the alternatives.
5894         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5896 2004-10-27  Kenichi Handa  <handa@m17n.org>
5898         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5900         * international/subst-gb2312.el: Likewise.
5902         * international/subst-big5.el: Likewise.
5904         * international/subst-ksc.el: Likewise.
5906         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5907         New variable.
5908         (utf-translate-cjk-set-unicode-range): New function.
5909         (utf-translate-cjk-unicode-range): Make it customizable.
5910         (utf-8-post-read-conversion):
5911         Use utf-translate-cjk-unicode-range-string.
5912         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5913         Unicode ranges.
5915 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
5917         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5918         trivial variants to shorten the list.
5919         (xml-based-modes): New var.
5920         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5921         declaration higher priority than auto-mode-alist.
5923         * find-file.el (cc-other-file-alist): Bring it in line with
5924         cc-mode's auto-mode-alist entries and use \' instead of $.
5926         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5927         and add "Id" and "Name" submenus to it.
5929         * imenu.el (imenu--generic-function): Skip matches in comments.
5931 2004-10-26  Jay Belanger  <belanger@truman.edu>
5933         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5934         (full-calc-keypad, calc-trail-display):  Use an extra argument
5935         instead of `interactive-p'.
5937         * calc/calc-misc.el (calc-other-window): Use an extra argument
5938         instead of `interactive-p'.
5940         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5941         `interactive-p'.
5943 2004-10-26  Kim F. Storm  <storm@cua.dk>
5945         * help.el (describe-key): Describe both down-event and up-event
5946         for a mouse click.
5948 2004-10-26  Richard M. Stallman  <rms@gnu.org>
5950         * woman.el (woman): Don't call interactive-p.
5952         * pcomplete.el (pcomplete): Instead of interactive-p,
5953         use an arg set non-nil by the interactive spec.
5955         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5956         use an arg set non-nil by the interactive spec.
5958         * man.el (Man-cleanup-manpage): Instead of interactive-p,
5959         use an arg set non-nil by the interactive spec.
5961 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
5963         * progmodes/flymake.el (flymake-split-string):
5964         Use `flymake-split-string-remove-empty-edges' in any case.
5966 2004-10-26  Masatake YAMATO  <jet@gyve.org>
5968         * progmodes/flymake.el (flymake-err-line-patterns):
5969         Use `compilation-error-regexp-alist-alist' instead of
5970         `compilation-error-regexp-alist'.
5972 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5975         verbatim face on the \ of \end{verbatim}.
5977 2004-10-25  Jay Belanger  <belanger@truman.edu>
5979         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
5980         erasing minibuffer.
5982 2004-10-25  Simon Josefsson  <jas@extundo.com>
5984         * subr.el (read-passwd): Move to net/password.el.
5986         * net/password.el (read-passwd): Add.  Autoload it.
5988 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
5990         * mouse-sel.el (mouse-sel-mode): Specify custom group.
5992         * simple.el (process-file): Fix logic.
5994 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5996         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5997         (increase-right-margin): Remove erroneous call to `interactive-p'.
5999 2004-10-24  Kim F. Storm  <storm@cua.dk>
6001         * help.el (describe-mode): Fix 2004-10-13 change.
6002         Copy pure "Auto Fill" string so it can be propertized later
6003         without causing a read-only error.
6005 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
6007         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
6008         style indexes.
6010 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
6012         * simple.el (process-file): Accept nil for INFILE.  Reported by
6013         Luc Teirlinck.
6015 2004-10-24  Masatake YAMATO  <jet@gyve.org>
6017         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
6018         Handle periods and underscores in a function name.
6019         Remove the address fontification.
6021 2004-10-24 Masatake YAMATO <jet@gyve.org>
6023         * progmodes/asm-mode.el (asm-font-lock-keywords):
6024         Use font-lock-variable-name-face for registers.
6026 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
6028         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
6029         kill-all-local-variables.
6030         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6031         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
6032         Use kill-all-local-variables and provide mode-hooks.
6033         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
6034         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
6035         Suggested by Masatake YAMATO <jet@gyve.org>.
6037 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
6039         * simple.el (process-file): New function, similar to call-process
6040         but supports file handlers.
6041         * vc.el (vc-do-command): Use it, instead of call-process.
6042         * net/tramp-vc.el (vc-do-command): Do not advise it if
6043         process-file is fboundp.
6044         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
6045         process-file.
6046         (tramp-handle-process-file): New function.
6047         (tramp-file-name-for-operation): Support process-file.
6049 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
6051         * calendar/icalendar.el (icalendar--weekday-array): New constant.
6052         (icalendar-weekdayabbrev-table)
6053         (icalendar-monthnumber-table): Delete.
6054         (icalendar--get-month-number): Use calendar-month-name-array.
6055         (icalendar--get-weekday-number): New function.
6056         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
6057         (icalendar-export-region): Handle multi-line entries.
6058         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
6060 2004-10-23  John Paul Wallington  <jpw@gnu.org>
6062         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
6063         `wildcards' set to t in interactive spec.
6065         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
6066         interactive spec rather than use `interactive-p'.
6067         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
6068         rather than use function `interactive-p'.
6070 2004-10-22  Kenichi Handa  <handa@m17n.org>
6072         * international/mule.el (translate-region): Implement it in Lisp
6073         as a front end of translate-region-internal.
6075 2004-10-21  Jay Belanger  <belanger@truman.edu>
6077         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
6078         Declare these variables with defvar.
6080         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
6081         is bound, only check to see if it is bound.
6083 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6086         Don't output messages.
6088         * calc/calc-help.el (calc-describe-bindings): Fix last change.
6090 2004-10-21  John Paul Wallington  <jpw@gnu.org>
6092         * calc/calc-graph.el (calc-graph-init):
6093         Use `set-process-query-on-exit-flag'.
6095 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
6097         * progmodes/compile.el (compilation-start): Rely on `cd' to get
6098         dir right and also allow argumentless cd.
6100 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6102         * textmodes/flyspell.el (flyspell-mode): Doc fix.
6104         * eshell/em-unix.el (eshell-grep):
6105         Don't bind compilation-process-setup-function.
6107         * comint.el (comint-insert-input): Use @ in `interactive'.
6108         (comint-input-filter-functions): Doc fix.
6109         (comint-kill-whole-line, comint-get-source): Doc fix.
6111         * progmodes/compile.el (compilation-setup):
6112         Don't set buffer-read-only if MINOR is non-nil.
6114 2004-10-19  Jay Belanger  <belanger@truman.edu>
6116         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
6117         (calc-emacs-type-gnu19): Remove.
6118         (calc-digit-map, calc-read-key-sequence, calc-read-key):
6119         Remove check for old emacs versions.
6121         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
6122         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
6123         for current Emacs.
6125         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
6126         the end of the minibuffer.
6127         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
6128         copy `esc-map'.
6130         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
6132         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
6133         call that would be given when the current emacs was used.
6135 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
6137         * calendar/icalendar.el: Set coding to utf-8.
6138         (icalendar-version): Increase to 0.07.
6139         (icalendar-monthnumber-table): Change March pattern.
6140         (icalendar-get-all-event-properties)
6141         (icalendar-set-event-property): Delete.
6142         (icalendar-all-events): No longer interactive.
6143         (icalendar-convert-diary-to-ical)
6144         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
6145         their replacements.
6146         (icalendar-export-file, icalendar-export-region): New functions;
6147         essentially old `icalendar-convert-diary-to-ical' but appending to
6148         target rather than overwriting.
6149         (icalendar-import-file): Append to target file rather than
6150         overwriting.  Fourth arg deleted.
6151         (icalendar-import-buffer): New name for old
6152         `icalendar-extract-ical-from-buffer'.
6153         (icalendar--convert-string-for-import): New name for
6154         old `icalendar-convert-for-import'.
6155         (include-icalendar-files): Delete.
6156         Prefix for all internal functions changed from `icalendar-'
6157         to `icalendar--'.
6159 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6161         * paths.el (news-path): Fix previous change.
6163 2004-10-18 Jay Belanger  <belanger@truman.edu>
6165         * calc/calc-help.el (calc-describe-bindings):
6166         Set `buffer-read-only' to nil while working in the keybindings buffer;
6167         remove some extra information from the keybindings buffer.
6169 2004-10-18  David Ponce  <david@dponce.com>
6171         * mouse.el (mouse-drag-move-window-top): New function.
6172         (mouse-drag-mode-line-1): Use it.
6174 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6176         * info.el (Info-fontify-node): For multiline refs,
6177         arrange to unfontify newline and surrounding whitespace.
6179 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6181         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
6182         directory is missing.
6184 2004-10-17  John Paul Wallington  <jpw@gnu.org>
6186         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
6187         New customizable variable; whether to display buffers that match
6188         `ibuffer-maybe-show-predicates' by default.
6189         (ibuffer-maybe-show-predicates): Mention it in docstring.
6190         (ibuffer-display-maybe-show-predicates): New variable.
6191         (ibuffer-update): Prefix arg now toggles whether buffers that
6192         match `ibuffer-maybe-show-predicates' should be displayed.
6193         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
6194         locally to heed `ibuffer-default-display-maybe-show-predicates'.
6195         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
6197 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
6199         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
6200         work correctly.
6202 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
6204         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
6205         (Buffer-menu-beginning): New helper function.
6206         (Buffer-menu-execute): Use it.
6207         (Buffer-menu-select): Use it.
6208         (Buffer-menu-sort): Use it and also keep markers.
6210 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6212         * paths.el (news-directory): Rename from news-path.  Old name alias.
6213         (rmail-spool-directory): Use defvar.
6214         (sendmail-program): Use defcustom.
6215         (remote-shell-program): Use defcustom.
6216         (term-file-prefix): Use defvar.
6217         (abbrev-file-name): Use defvar.
6219         * term.el: Add maintainer.
6221         * subr.el (with-local-quit): Return nil if there's a quit.
6222         (read-passwd): Use with-local-quit.  Doc fix.
6224         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
6225         (strokes-unload-hook): Set as a variable with add-hook.
6227         * startup.el (fancy-splash-tail, normal-splash-screen):
6228         Update copyright year.
6230         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
6232         * server.el (server-unload-hook): Set as a variable with add-hook.
6234         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
6236         * frame.el (special-display-popup-frame):
6237         Make the buffer current as its frame is created.
6239         * delsel.el (delsel-unload-hook): Set as a variable.
6241         * comint.el (comint-output-filter-functions):
6242         Add comint-watch-for-password-prompt.
6243         (comint-read-noecho): Function deleted.
6244         (send-invisible): Use read-passwd.
6246         * fringe.el (fringe-mode-initialize): New function.
6247         (fringe-mode): Use fringe-mode-initialize as :initialize.
6249 2004-10-17  Kim F. Storm  <storm@cua.dk>
6251         * language/indian.el (indian-script-language-alist): Swap value and doc.
6252         (indian-font-char-index-table): Doc fix.
6254 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6256         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
6258 2004-10-16  Juri Linkov  <juri@jurta.org>
6260         * progmodes/compile.el (compilation-start): Move let-binding of
6261         `process-environment' into `with-current-buffer' body.
6262         Reported by Matt Hodges <MPHodges@member.fsf.org>.
6264 2004-10-16  Richard M. Stallman  <rms@gnu.org>
6266         * pcvs-util.el (cvs-bury-buffer):
6267         Don't call get-buffer-window for effect.
6269         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
6271         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
6273         * msb.el (msb-unload-hook): Set the variable.
6275         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6276         Use * to err if buffer is readonly.
6278         * subr.el (looking-back): Return only t or nil.
6280         * whitespace.el (whitespace-unload-hook): Set the variable.
6282         * view.el (view-mode-enable): Set view-page-size and
6283         view-half-page-size to nil.
6284         (view-set-half-page-size-default): view-half-page-size = nil
6285         means the default.
6286         (View-scroll-page-forward): Use view-page-size-default.
6287         (View-scroll-page-backward): Likewise.
6288         (view-page-size, view-half-page-size): Doc fixes.
6290         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
6292         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
6294         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
6295         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
6296         (byte-compile-log-1): Bind inhibit-read-only.
6297         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
6298         (byte-compile-log-warning): Likewise.
6299         (byte-compile-file-form-require): Detect "cl" from the arg value.
6301         * progmodes/compile.el (compilation-start): Assume compilation-mode
6302         will make the buffer read-only.
6303         (compilation-mode): Take arg name-of-mode.
6304         (compilation-setup): Make buffer read-only.
6305         (compilation-handle-exit): Bind inhibit-read-only.
6307         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
6308         (ispell-message): Likewise.
6309         (ispell-show-choices): Don't call get-buffer-window uselessly.
6310         (ispell-init-process): Use set-process-query-on-exit-flag.
6312 2004-10-16  Kim F. Storm  <storm@cua.dk>
6314         * fringe.el (fringe-bitmaps): Only initialize when defined.
6316         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
6317         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
6319         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
6321 2004-10-15  Simon Josefsson  <jas@extundo.com>
6323         * net/password.el: Add.
6325 2004-10-14  Masatake YAMATO  <jet@gyve.org>
6327         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
6328         (gdb-script-end-of-defun): New function.
6329         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
6330         `gdb-script-end-of-defun' as *-of-defun-function.
6332 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
6334         * button.el (button-activate): Allow a marker to display as an action.
6336         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
6338         * help.el (describe-mode): Use it to make minor mode list into
6339         hyperlinks.
6341 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * vc.el (vc-annotate-display-select): Fix typo.
6345         * subr.el (substitute-key-definition-key): New function.
6346         (substitute-key-definition): Use it with map-keymap.
6347         (event-modifiers): Use push.
6348         (mouse-movement-p, with-temp-buffer): Simplify.
6350 2004-10-12  Jay Belanger  <belanger@truman.edu>
6352         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
6353         New variables.
6354         (calc-help-index-entries): New function.
6355         (calc-describe-function): Use `calc-help-function-list' instead of
6356         obarray for completion.
6357         (calc-describe-variable): Use `calc-help-variable-list' instead
6358         of obarray for completion.
6360 2004-10-12  Richard M. Stallman  <rms@gnu.org>
6362         * info-look.el (info-lookup-file): Add info-file property.
6363         (info-lookup-symbol): Likewise.
6365         * info.el (info-xref): Add underlining.
6366         (info): Add info-file property.
6367         (Info-find-emacs-command-nodes): Specify case-sensitive search.
6369 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
6371         Sync with Tramp 2.0.45.
6373         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
6374         defined.  This is not the case for XEmacs without package "edebug".
6375         (tramp-set-auto-save-file-modes): Set permissions of autosaved
6376         remote files to the permissions of the original file.  This is not
6377         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
6378         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
6379         (tramp-perl-decode): Fix an error in Perl implementation.
6380         $pending must be cleared every loop.  Reported by Benjamin Place
6381         <benjaminplace@sprintmail.com>
6383         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
6384         Don't activate advice during definition.  This is done later on,
6385         depending on test result of `substitute-in-file-name'.
6386         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6388 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
6392         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
6394 2004-10-12  David Ponce  <david@dponce.com>
6396         * recentf.el (recentf-edit-list): Update the menu when the recentf
6397         list has been modified.
6399 2004-10-12  Simon Josefsson  <jas@extundo.com>
6401         * net/tls.el (tls-certtool-program): New variable.
6402         (tls-certificate-information): New function, based on
6403         ssl-certificate-information.
6405 2004-10-12  Kenichi Handa  <handa@m17n.org>
6407         * international/mule.el (coding-system-equal): Move from mule-util.el.
6409         * international/mule-util.el (coding-system-equal): Move to mule.el.
6411 2004-10-12  Kim F. Storm  <storm@cua.dk>
6413         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
6414         reset kmacro-initial-counter-value if set.
6415         (kmacro-set-counter): Only set kmacro-counter if defining or executing
6416         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
6417         (kmacro-display): Show macro counter if non-zero.
6419         * subr.el (substitute-key-definition): Mention command remapping
6420         in doc string.
6422 2004-10-11  Jay Belanger  <belanger@truman.edu>
6424         * calc/calc-misc.el (calc-info-goto-node): New function.
6425         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
6426         node in one step.
6427         (calc-describe-copying, calc-describe-distribution)
6428         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
6429         Go to appropriate info node in one step.
6431 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6433         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
6435         * font-lock.el (font-lock-apply-highlight): Fix last change.
6437 2004-10-11  Simon Josefsson  <jas@extundo.com>
6439         * mail/smtpmail.el (smtpmail-open-stream): Look for
6440         starttls-gnutls-program instead of starttls-program iff
6441         starttls-use-gnutls is non-nil.
6442         (smtpmail-open-stream): Don't overwrite user settings of
6443         starttls-extra-arguments and starttls-extra-args.
6445 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6447         * comint.el (comint-mouse-insert-input): Remove.
6448         (comint-insert-input): Make it work for mouse bindings.
6449         (comint-mode-map): Move defs into the declaration.
6450         (comint-output-filter): Typo.
6452         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
6454 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
6456         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
6457         (ange-ftp-call-chmod): Reference remote-shell-program instead of
6458         ange-ftp-remote-shell.
6460 2004-10-10  Andreas Schwab  <schwab@suse.de>
6462         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
6463         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
6464         Reported by <sri@asu.edu>.
6466 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
6468         * vc.el (vc-annotate-mode): Remove variable.
6469         (vc-annotate-display-select): Only call vc-annotate-mode
6470         if we're not in that mode already.
6472 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6474         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
6475         (imenu-choose-buffer-index): Check here for rescan instead.
6477         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
6478         where the face expression evals to nil.
6480         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
6481         (tex-font-lock-keywords-2): Use it.
6482         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
6484         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
6486 2004-10-09  Kim F. Storm  <storm@cua.dk>
6488         * subr.el (progress-reporter-update): Define before first usage.
6489         (make-progress-reporter): Doc fix.
6491 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6493         * textmodes/paragraphs.el (sentence-end-double-space)
6494         (sentence-end-without-period, sentence-end-without-space)
6495         (sentence-end): Doc fixes.
6497 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
6499         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6500         Change paragraph-start regexp so we don't fill code starting with #'(.
6502 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
6504         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
6505         New defcustom.
6506         (extract-address-components): Use it.
6508 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6510         * subr.el (make-progress-reporter, progress-reporter-update)
6511         (progress-reporter-force-update, progress-reporter-do-update)
6512         (progress-reporter-done): New functions.
6514         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
6516         * progmodes/etags.el (etags-tags-completion-table): Use progress
6517         reporter.
6518         (etags-tags-apropos): Likewise.
6520 2004-10-08  Alan Mackenzie  <acm@muc.de>
6522         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
6523         of current line.
6525 2004-10-08  Masatake YAMATO  <jet@gyve.org>
6527         * server.el (server-process-filter): Wrap `process-send-region'
6528         by `condition-case' to guard the case when the pipe to PROC is closed.
6530 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
6532         * xml.el (xml-substitute-special): Limit handling of external entities.
6534 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
6536         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
6538 2004-10-06  John Paul Wallington  <jpw@gnu.org>
6540         * xml.el (xml-parse-dtd): Fix `error' call.
6542 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
6544         * xml.el (xml-substitute-special): Return a single string instead
6545         of a list of strings if an entity substitution is made.
6547 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
6549         * calendar/icalendar.el: New file.
6551 2004-10-05  Juri Linkov  <juri@jurta.org>
6553         * isearch.el (isearch-done): Set mark after running hook.
6554         Reported by Drew Adams <drew.adams@oracle.com>.
6556         * info.el (Info-history, Info-toc): Fix Info headers.
6557         (Info-toc): Narrow buffer before Info-fontify-node.
6558         (Info-build-toc): Don't check for special Info file names.
6559         Set main-file to nil if Info-find-file returns a symbol.
6561 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
6563         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
6564         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
6565         * calendar/cal-menu.el (calendar-mode-map): Ditto.
6567 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6569         * calendar/cal-iso.el (calendar-iso-read-args): New function,
6570         for old interactive spec from calendar-goto-iso-date.
6571         (calendar-goto-iso-date): Use it.
6572         (calendar-goto-iso-week): New function.  Suggested by Emilio
6573         C. Lopes <eclig@gmx.net>.
6575 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
6577         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
6578         `set-right-margin' bindings that follow the minor mode conventions.
6580 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
6583         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
6584         (latex-block-args-alist): Add minipage and picture.
6585         (latex-block-body-alist): Use reftex-label if enabled.
6586         (latex-insert-block): Don't insert a \n if not necessary.
6587         (tex-compile-commands): Make sure dvips doesn't send to printer.
6588         (tex-compile-default): Handle the case where no executable is found.
6589         (latex-noindent-environments): New var.
6590         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
6591         If tex-indent-allhanging is non-nil, make sure we only align for macros
6592         at beginning of line.
6594 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
6596         * newcomment.el (comment-beginning): Doc fix and don't choke on
6597         unset `comment-end-skip' when at beginning of comment.
6599 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
6601         * term.el (term-adjust-current-row-cache): Don't allow the current
6602         row to become negative.
6603         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
6604         the end of the line. Fix scroll down. Add comments.
6605         (term-handle-ansi-escape): Don't exceed terminal width when moving
6606         right.
6607         (term-scroll-region): Move the cursor after setting the scroll region.
6609 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
6611         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
6612         to `width' for consistency with docstring.  Doc fix.
6614 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
6616         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
6617         This is necessary for derived modes.
6619 2004-09-30  Kim F. Storm  <storm@cua.dk>
6621         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
6622         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
6624         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
6625         kmacro-extract-lambda functions.
6626         (edit-kbd-macro): Handle kmacro lambda forms.
6627         Include counter and counter format in edit buffer.
6628         (edmacro-finish-edit): Get counter and format from edit buffer and
6629         update kmacro bindings when found.
6631 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
6633         * textmodes/paragraphs.el (forward-paragraph):
6634         Avoid args-out-of-range error when point winds up at the beginning of
6635         the buffer and hard newlines are enabled.
6637         * newcomment.el (comment-multi-line): Doc fix.
6639 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6641         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
6642         (diff-fixup-modifs): Catch unified-diff file-headers.
6644 2004-09-29  Kim F. Storm  <storm@cua.dk>
6646         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
6647         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
6648         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
6650         * fringe.el (fringe-bitmap-p): New macro.
6651         (fringe-bitmaps): Add standard fringe bitmaps on load.
6653 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * dired.el (dired-view-command-alist): Use more efficient regexps.
6656         Remove dubious arguments.
6657         (dired-align-file): New function.
6658         (dired-insert-directory): Use it.
6659         (dired-move-to-end-of-filename): Make the " -> " search more specific.
6660         (dired-buffers-for-dir): Remove unused var `pattern'.
6662 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
6664         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
6665         from diary display excursion.  Store diary buffer's point for
6666         `simple-diary-display'.
6667         (simple-diary-display): Set window point and start when
6668         displaying buffer, to preserve point.
6670 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
6672         * textmodes/enriched.el (enriched-translations): Replace defconst
6673         with defvar.
6675 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6677         * printing.el: Doc fix.
6678         (pr-version): New version number (6.8.1).
6679         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
6680         make-temp-name.
6681         (pr-delete-file): Check if file exists before deleting it.
6682         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6684 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6686         * term.el (term-display-table): New variable.
6687         (term-mode): Use it.
6688         (term-exec-1): Set the coding system to binary.
6689         (term-emulate-terminal): Decode the string before inserting it.
6691 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6693         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
6694         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
6695         (map): Bind S-prior, S-next and S-insert.
6696         (term-mode): Set `indent-tabs-mode' to nil.
6697         (term-paste): New function to be bound to S-insert.
6698         (term-send-del, term-send-backspace): Change the strings sent.
6699         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
6700         (term-handle-colors-array): Fix handling of underline and reverse.
6701         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
6702         (term-erase-in-line): Fix comparison.
6703         (term-emulate-terminal): Fix line wrap handling.
6704         (term-start-output-log): Rename from `term-set-output-log'.
6705         (term-stop-output-log): Rename from `term-stop-photo'.
6706         (term-switch-to-alternate-sub-buffer): Comment out, unused.
6708 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6710         * dired.el (dired-move-to-filename): Don't output a message if
6711         raise-error is non-nil.  Fix return position and value.
6713         * files.el (insert-directory): Obey --dired even with symlinks.
6715 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
6717         * ls-lisp.el (ls-lisp-format): Mark file names with property
6718         dired-filename.
6720 2004-09-25  Kim F. Storm  <storm@cua.dk>
6722         * ido.el (ido-max-directory-size): New defcustom.
6723         (ido-decorations): Add "too big" element.
6724         (ido-directory-too-big): New dynamic var.
6725         (ido-may-cache-directory): Don't cache big directories.
6726         (ido-directory-too-big-p): New defun.
6727         (ido-set-current-directory): Update ido-directory-too-big.
6728         (ido-read-internal): Make empty ido-cur-item if too-big.
6729         (ido-buffer-internal): Use ido-read-internal directly instead of
6730         ido-read-buffer.
6731         (ido-file-internal): Init ido-directory-too-big.
6732         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
6733         and redo completion with full list.
6734         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
6735         it, and show completions.
6736         (ido-all-completions): Let bind ido-directory-too-big to nil.
6737         (ido-exhibit): Handle ido-directory-too-big.
6738         (ido-read-buffer): Handle fallback to read-buffer.
6739         Init ido-directory-too-big.
6740         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
6741         Init ido-directory-too-big.
6743 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6745         * subr.el (delay-mode-hooks): Doc fix.
6747 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
6749         * textmodes/enriched.el
6750         (enriched-default-text-properties-local-flag): New variable.
6751         (enriched-mode): Make sure that enabling and disabling the mode is
6752         a no-op.  Doc fix.
6754 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
6756         * calendar/holidays.el (holiday-advent): Report on a specified day
6757         offset from advent, not just advent.
6758         (holiday-easter-etc): Report on one specified day offset from
6759         easter, not all easter holidays. Various Easter holidays moved to
6760         `christian-holidays' variable in calendar.el.
6761         * calendar/calendar.el (christian-holidays): Adapt for new
6762         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
6764 2004-09-23  Kim F. Storm  <storm@cua.dk>
6766         * image.el (insert-sliced-image): Add doc string.
6768         * ido.el (ido-choice-list): New dynamic var for `list' context.
6769         (ido-context-switch-command): New dynamic var.
6770         (ido-define-mode-map): Generalize switch between file/buffer contexts.
6771         (ido-read-internal): Handle new `list' context.
6772         Handle insert-buffer and insert-file ido-exit values.
6773         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
6774         ido-context-switch-command. Handle insert-file ido-exit value.
6775         (ido-read-buffer): Set ido-context-switch-command to 'ignore
6776         unless it is already bound by caller.
6777         (ido-file-internal): New arg switch-cmd.  Use it to setup
6778         ido-context-switch-command.  Handle insert-buffer ido-exit value.
6779         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
6780         used for context switching.
6781         (ido-all-completions): Handle new `list' context.
6782         (ido-make-choice-list): Return choices for `list' context.
6783         (ido-find-file-in-dir, ido-display-file, ido-write-file)
6784         (ido-display-buffer, ido-kill-buffer): Disable context switching.
6785         (ido-insert-buffer, ido-insert-file): Setup context switching.
6786         (ido-exhibit): Handle `list' context.
6787         (ido-read-file-name): Disable context switching.  Handle fallback.
6788         (ido-read-directory-name): Disable context switching.
6789         (ido-completing-read): New defun like completing-read.  Setup and
6790         use new `list' context.
6792 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
6794         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
6796 2004-09-21  Jay Belanger  <belanger@truman.edu>
6798         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
6799         `calc-graph-set-styles' so the gnuplot buffer will appear in a
6800         separate window.
6802 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
6804         * subr.el (after-change-major-mode-hook): Doc fix.
6806 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6808         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
6809         of ghostscript for monochrome PostScript file in Windows.
6811 2004-09-21  Kenichi Handa  <handa@m17n.org>
6813         * descr-text.el (describe-char): Checking of quail activation
6814         fixed.
6816 2004-09-21  Jay Belanger  <belanger@truman.edu>
6818         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
6820 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
6822         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6823         after the mode hooks instead of before.  Doc fix.
6825 2004-09-20  Jason Rumney  <jasonr@gnu.org>
6827         * startup.el (command-line) [windows-nt]: Try .emacs first, then
6828         _emacs, but revert to .emacs if neither exists in home directory.
6830 2004-09-20  John Paul Wallington  <jpw@gnu.org>
6832         * bindings.el (completion-ignored-extensions): Add .dfsl.
6834 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6836         * bindings.el (scroll-left): Make it disabled.
6838         * files.el (enable-local-eval): Doc fix.
6840         * indent.el (move-to-left-margin): Special case for minibuffer.
6842         * term.el (term-emulate-terminal): Turn off undo for output.
6843         Use with-current-buffer and save-selected-window.
6845         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6847         * progmodes/make-mode.el (makefile-fill-paragraph):
6848         Don't insist on spaces when looking for comments.  # is enough.
6850         * files.el (hack-local-variables): Copy the variables list
6851         to another buffer, strip prefixes and suffixes there, then read.
6852         (enable-local-eval): Doc fix.
6853         (ignored-local-variables): Initialize to nil.
6854         (risky-local-variable-p): Don't check ignored-local-variables here.
6855         (hack-one-local-variable): Ignore var if in ignored-local-variables.
6857 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6859         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6860         of = to "." (punctuation).
6862 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6864         * subr.el (event-basic-type): Fix mask (extend to 22bits).
6866 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
6868         * textmodes/enriched.el (enriched-rerun-flag): New variable.
6869         (enriched-before-change-major-mode): New function.
6870         Add it to `change-major-mode-hook'.
6871         (enriched-after-change-major-mode): New function.
6872         Add it to `after-change-major-mode-hook'.
6873         (enriched-mode): Make it work correctly if called from
6874         `after-change-major-mode-hook'.
6875         No longer set `indent-line-function'.
6877         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6879         * subr.el (after-change-major-mode-hook): New variable.
6880         (run-mode-hooks): Implement it.
6882 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6884         * battery.el (battery-linux-proc-apm): Use string-to-number.
6885         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6886         Use dolist (and less indentation).  Use erase-buffer.
6887         Pre-initialize `design-capacity', `warn', and `low'.
6888         (battery-format): Use replace-regexp-in-string.
6890 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
6892         * battery.el: Delete superfluous empty lines.
6893         (battery-linux-proc-acpi): Attempt to gather information from all
6894         battery subdirectories regardless of their file name.
6895         (battery-linux-proc-apm): Replace all occurrences of
6896         battery-hex-to-int-2 with string-to-int (base 16).
6897         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6898         (battery-hex-map): Delete variable.
6900 2004-09-18  John Paul Wallington  <jpw@gnu.org>
6902         * calc/calc-units.el (calc-quick-units): Fix overzealous
6903         s/or/unless/.
6905 2004-09-17  Jay Belanger  <belanger@truman.edu>
6907         * calc/calc.el (calc-mode-var-list): Fix the value of
6908         `calc-matrix-brackets'.
6910 2004-09-17  Romain Francoise  <romain@orebokech.com>
6912         * ibuf-ext.el (define-ibuffer-filter filename):
6913         Expand dired-directory since buffer-file-name is absolute.
6915 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6917         * ediff-init.el (ediff-current-diff-face-A)
6918         (ediff-current-diff-face-B, ediff-current-diff-face-C)
6919         (ediff-current-diff-face-Ancestor)
6920         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6921         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6922         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6923         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6924         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6925         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6926         Use min-colors.
6928         * term.el (term-down): Perform vertical motion if DOWN is negative.
6929         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6930         (term-termcap-format): Synchronyze with the eterm terminfo entry
6931         in etc/e/eterm.ti.
6932         (term-handle-colors-array): If the current foreground or
6933         background are zero (i.e. unspecified), use the foreground and
6934         background of the default face for reverse video.
6935         (term-ansi-at-eval-string, term-ansi-default-fg)
6936         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6937         (term-mem): Delete ununsed function.
6938         (term-protocol-version): Increment.
6939         (term-current-face): Set to default.
6941 2004-09-15  Jay Belanger  <belanger@truman.edu>
6943         * calc/calc.el (calc-mode-var-list): Define this variable.
6944         (calc-always-load-extensions, calc-line-numbering)
6945         (calc-line-breaking, calc-display-just, calc-display-origin)
6946         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6947         (calc-group-char, calc-point-char, calc-frac-format)
6948         (calc-prefer-frac, calc-hms-format, calc-date-format)
6949         (calc-float-format, calc-full-float-format, calc-complex-format)
6950         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6951         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6952         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6953         (calc-matrix-brackets, calc-language, calc-language-option)
6954         (calc-left-label, calc-right-label, calc-word-size)
6955         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6956         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6957         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6958         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6959         (calc-window-height, calc-display-trail, calc-show-selections)
6960         (calc-use-selections, calc-assoc-selections)
6961         (calc-display-working-message, calc-auto-why, calc-timing)
6962         (calc-mode-save-mode, calc-standard-date-formats)
6963         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6964         (calc-user-parse-tables, calc-gnuplot-default-device)
6965         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6966         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6967         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6968         (calc-invocation-macro, calc-show-banner): Give these values as
6969         part of `calc-mode-var-list's initialization after the variables
6970         are declared with defvar.
6971         (calc-bug-address):  Change email address to send bug reports to.
6972         Change the maintainer address at the top.
6973         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6974         than "\\.emacs" to determine if it is the user-init-file.
6976         * calc/calc-embed.el (calc-embedded-set-modes): Use
6977         `calc-mode-var-list' correctly.
6979 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
6981         * vc.el (annotate-time): Document point handling.
6982         (vc-annotate-display-autoscale): Doc fix.
6984 2004-09-15  Miles Bader  <miles@gnu.org>
6986         * generic.el (generic-make-keywords-list): Use symbol rather than
6987         word anchors in regexp.
6989 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6991         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6992         no file name consider `dired-directory'.
6994 2004-09-14  Kim F. Storm  <storm@cua.dk>
6996         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
6998 2004-09-14  Simon Josefsson  <jas@extundo.com>
7000         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
7002         * textmodes/dns-mode.el: Add.
7004 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7006         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
7007         (disabled-command-function): Make the ?\  char more obvious.
7009         * vc-arch.el (vc-arch-root, vc-arch-registered):
7010         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
7012 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
7014         * windmove.el (windmove-frame-edges): Report coordinates of
7015         outside edges of frame, not inside edges.
7016         (windmove-coordinates-of-position): Convert into wrapper to new
7017         function `windmove-coordinates-of-window-position';
7018         `compute-motion' always applies to selected window.
7019         (windmove-coordinates-of-position): Update documentation to refer
7020         to Emacs 21 Lisp Reference Manual.
7021         (windmove-find-other-window): Fix off-by-one errors for max x,y.
7023 2004-09-13  Kim F. Storm  <storm@cua.dk>
7025         * isearch.el (isearch-resume-in-command-history): Rename from
7026         isearch-resume-enabled and change default to nil.
7028 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7030         * vc-hooks.el (vc-ignore-dir-regexp): New var.
7031         (vc-registered): Use it.
7032         (vc-find-root): New fun.
7034         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7035         Don't tell to use \\{...} when it's already done.
7037         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
7038         Provide a sample complex default.
7039         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
7040         (bibtex-entry): Use mapc.
7042 2004-09-12  Kim F. Storm  <storm@cua.dk>
7044         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
7046         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
7047         inhibit-field-text-motion to t so rectangles work in comint buffers.
7049         * simple.el (choose-completion-string): Set buffer before running
7050         choose-completion-string-functions hook so it can be buffer-local.
7052 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
7054         * progmodes/compile.el (compilation-start): Parse command to see
7055         if it starts with a cd, and if so perform it for the *compilation*
7056         buffer.  Change the header to reflect this.
7058 2004-09-11  Kim F. Storm  <storm@cua.dk>
7060         * ido.el (ido-enable-dot-prefix): Doc fix.
7061         (ido-enable-dot-prefix): New defcustom.
7062         (ido-set-matches1): Use it.
7064 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7066         * textmodes/bibtex.el (bibtex-mark-active)
7067         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
7069 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7071         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
7072         used in a case insensitive environment.
7073         (bibtex-mode-map): Rearrange order of menus.
7074         (bibtex-quoted-string-re): Obsolete.
7075         (bibtex-complete-key-cleanup): Variable replaced by new function.
7076         (bibtex-font-lock-keywords): Use backquotes.
7077         (bibtex-font-lock-url-regexp): New internal variable.
7078         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
7079         "OPT" and "ALT".
7080         (bibtex-insert-current-kill, bibtex-make-field)
7081         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
7082         (bibtex-parse-field-text): Simplify.
7083         (bibtex-string=): New helper function.
7084         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
7085         (bibtex-map-entries): Use bibtex-string=.
7086         (bibtex-search-entry): Use not.
7087         (bibtex-enclosing-field): Fix docstring.
7088         (bibtex-assoc-regexp): Obsolete.
7089         (bibtex-format-entry): Use assoc-string and bibtex-string=.
7090         (bibtex-autokey-get-names): Handle empty name field.
7091         (bibtex-parse-strings): Use assoc-string and unless.
7092         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
7093         Use assoc-string.
7094         (bibtex-pop): Simplify.
7095         (bibtex-mode): Set font-lock-extra-managed-props.
7096         (bibtex-entry-update): Use assoc-string.
7097         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
7098         (bibtex-autofill-entry): Use bibtex-string=.
7099         (bibtex-print-help-message): Simplify.
7100         (bibtex-find-entry): New optional arg START.
7101         (bibtex-validate): Use bibtex-string= and assoc-string.
7102         Do not call obsolete function compilation-parse-errors.
7103         (bibtex-remove-delimiters): Only remove delimiters if present.
7104         (bibtex-copy-entry-as-kill): Add docstring.
7105         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
7106         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
7107         (bibtex-complete): Use bibtex-predefined-month-strings,
7108         bibtex-string=, and new function bibtex-complete-key-cleanup.
7109         (bibtex-generate-url-list): New variable.
7110         (bibtex-url): New command bound to C-c C-l and mouse-2.
7111         (bibtex-url-map): New local keymap for bibtex-url-mouse.
7112         (bibtex-font-lock-url): New function.
7114 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7116         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
7118 2004-09-09  Kim F. Storm  <storm@cua.dk>
7120         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
7121         counter and format with binding.
7122         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
7123         the declared macro uses own macro counter and format.  Give symbol
7124         kmacro property.
7125         (kmacro-keymap): Bind kmacro-name-last-macro to n.
7126         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
7127         (kmacro-end-and-call-macro): Doc fix.
7129 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
7131         * desktop.el (desktop-clear-preserve-buffers):
7132         Remove make-obsolete-variable.
7134 2004-09-08  Richard M. Stallman  <rms@gnu.org>
7136         * buff-menu.el (list-buffers-noselect): Call format-mode-line
7137         with the buffer as argument.
7139 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7141         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
7143 2004-09-08  Juri Linkov  <juri@jurta.org>
7145         * replace.el (perform-replace): Use `query-replace-descr'.
7147         * cus-start.el (history-delete-duplicates): Specify customization.
7149         * diff-mode.el (diff-mode-map):
7150         * progmodes/compile.el (compilation-mode-map):
7151         * progmodes/grep.el (grep-mode-map):
7152         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
7153         to `next-error-follow-minor-mode'.
7155 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7157         * isearch.el (isearch-lazy-highlight-update): Take into account
7158         the case of zero-length match at the search bound.
7160 2004-09-08  Kim F. Storm  <storm@cua.dk>
7162         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
7163         change.  Use zero width overlays when necessary.
7165 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7167         * subr.el (split-string): Docfix.
7169 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7171         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
7172         (display-call-tree): Ensure newline after caller/calls blocks.
7174 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7176         * startup.el (command-line-1): Make option
7177         --directory/-L modify `load-path' straight away.
7179 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7181         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
7183 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7185         * emacs-lisp/autoload.el (make-autoload):
7186         Handle `define-compilation-mode'.
7188         * emacs-lisp/lisp-mode.el (define-compilation-mode):
7189         Specify `doc-string-elt' property.
7191 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7193         * bs.el (bs-mode): Doc fix.
7195 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7197         * info.el (Info-insert-dir): Fix temp buffer leak bug.
7199 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7201         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
7203 2004-09-08  Kenichi Handa  <handa@m17n.org>
7205         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
7206         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
7207         ps-mule-next-point -> 1+).
7209         * composite.el (encode-composition-rule): Add autoload cooky.
7211 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7213         * format.el (buffer-auto-save-file-format): Make it permanent local.
7215 2004-09-07  Kim F. Storm  <storm@cua.dk>
7217         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
7218         (authors-fixed-entries): Fix typo.
7219         (authors-canonical-author-name): Compact multiple spaces.
7220         Ignore trivial names (e.g. only first name).
7222         * term.el (term-window-width): Only use full window width on
7223         window system if overflow-newline-into-fringe is enabled.
7224         (term-mode): Don't disable overflow-newline-into-fringe.
7226 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7228         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
7229         motion as seen on my Mac OS X xterms.
7231         * newcomment.el (uncomment-region-default, comment-region-default):
7232         New functions extracted from uncomment-region and comment-region.
7233         (comment-region, comment-region-function, uncomment-region)
7234         (uncomment-region-function): Use them.
7236         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
7238         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
7239         It's not crucial but can make sense at times.
7241         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
7242         the first commit.
7244         * vc.el (vc-buffer-context, vc-restore-buffer-context):
7245         Disable obsolete code.
7247 2004-09-07  Juri Linkov  <juri@jurta.org>
7249         * progmodes/grep.el (grep-highlight-matches): Change default from
7250         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
7251         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
7252         if grep option `--color' is available, or to `nil' otherwise.
7253         (grep-process-setup): Call `grep-compute-defaults' if
7254         `grep-highlight-matches' is not computed.  Set env-vars only
7255         if `grep-highlight-matches' is `t'.
7256         (grep-use-null-device): Remove redundant type `boolean' (`choice'
7257         is already defined).
7259         * progmodes/compile.el (compilation-start): Use copy of
7260         `process-environment' created by `copy-sequence' to not
7261         modify env-vars in the global `process-environment'.
7263 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
7265         * simple.el (next-error-follow-minor-mode): Fix last change.
7267 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
7269         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
7270         permanent local.
7272 2004-09-04  Richard M. Stallman  <rms@gnu.org>
7274         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
7275         highlighting if the search string is empty.
7277 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
7279         * facemenu.el (facemenu-active-faces): Change condition of inner
7280         `while' loop to also check the first two elements of `face-atts'
7281         and `mask-atts'.
7283 2004-09-04  John Paul Wallington  <jpw@gnu.org>
7285         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
7286         (thumbs-view-image-mode): Make buffer read-only.
7288 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
7290         * textmodes/ispell.el (ispell-really-aspell): New defvar.
7291         (ispell-check-version): Set it.
7292         (ispell-send-replacement): New function.
7293         (ispell-process-line): Call ispell-send-replacement.
7295 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7297         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
7298         Support choosing seconds with "s".
7300 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
7302         * terminal.el (te-escape): Show `?' in prompt for help key.
7304 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
7306         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
7308 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7310         * simple.el (next-error-follow-minor-mode)
7311         (next-error-follow-mode-post-command-hook): New functions.
7312         (next-error-follow-last-line): New defvar.
7314         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
7315         * progmodes/compile.el (compilation-mode-map): Likewise.
7316         * progmodes/grep.el (grep-mode-map): Likewise.
7317         * replace.el (occur-mode-map): Likewise.
7319         * newcomment.el (uncomment-region): Bind comment-use-global-state
7320         to nil.
7322 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
7324         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
7325         locally around the call to `revert-buffer'.
7327 2004-09-03  Juri Linkov  <juri@jurta.org>
7329         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
7330         `isearch-adjusted' to `t'.
7331         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
7332         (isearch-message-prefix): Add "pending" for isearch-adjusted.
7333         (isearch-other-meta-char): Restore isearch-point unconditionally.
7334         (isearch-query-replace): Add new arg `regexp-flag' and use it.
7335         Set point to start of match if region is not active in transient
7336         mark mode (to include the current match to region boundaries).
7337         Push the search string to `query-replace-from-history-variable'.
7338         Add prompt "Query replace regexp" for isearch-regexp.
7339         Add region beginning/end as last arguments of `perform-replace.'
7340         (isearch-query-replace-regexp): Replace code by the call to
7341         `isearch-query-replace' with arg `t'.
7343 2004-09-03  Richard M. Stallman  <rms@gnu.org>
7345         * startup.el (normal-top-level): Undo previous TERM change.
7347 2004-09-03  Kim F. Storm  <storm@cua.dk>
7349         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
7350         highlight overlays; allow using RET when cursor is over a button.
7351         (cua--highlight-rectangle): Use it.
7352         (cua--rectangle-set-corners): Don't move backwards at eol.
7353         (cua--forward-line): Don't move into void after eob.
7355         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
7356         point is set (and displayed) inside rectangle.
7357         (cua--rectangle-operation): Fix for highlight of empty lines.
7358         (cua--highlight-rectangle): Fix highlight for tabs.
7359         Position cursor at left/right edge of rectangle using new `cursor'
7360         property on overlay strings.
7361         (cua--indent-rectangle): Don't tabify.
7362         (cua-rotate-rectangle): Ignore that point has moved.
7364 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7366         * term/mac-win.el: Add ASCII equivalents for some function keys.
7367         (mode-line-frame-identification): Sync with x-win.el.
7369 2004-09-02  Juri Linkov  <juri@jurta.org>
7371         * progmodes/compile.el (compilation-buffer-name): Compare major
7372         mode with second element of compilation-arguments instead of third
7373         to reflect latest changes in compilation-arguments structure.
7374         (recompile): Use global variable `compilation-directory' to get
7375         recent compilation directory only when `recompile' is invoked NOT
7376         in the compilation buffer.  Otherwise, use `default-directory' of
7377         the compilation buffer.
7378         (compilation-error-properties): Allow to funcall col and end-col.
7379         (compilation-mode-font-lock-keywords): Check col and end-col by
7380         `integerp'.
7381         (compilation-goto-locus): If end-mk is non-nil in transient mark
7382         mode don't activate the mark (and don't display message in
7383         push-mark), but highlight overlay between mk and end-mk.
7385         * progmodes/grep.el (grep-highlight-matches): New defcustom.
7386         (grep-regexp-alist): Add rule to highlight grep matches.
7387         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
7389         * info.el (Info-fontify-node): Don't compute other-tag
7390         if Info-hide-note-references=hide.
7392         * help.el (function-called-at-point):
7393         * help-fns.el (variable-at-point):
7394         Try `find-tag-default' when other methods failed.
7396         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7397         Do not push mark if inhibit-mark-movement is non-nil.
7399         * textmodes/ispell.el (ispell-html-skip-alists):
7400         Fix backslashes in docstring.
7402 2004-09-01  Juri Linkov  <juri@jurta.org>
7404         * isearch.el (isearch-wrap-function)
7405         (isearch-push-state-function): New defvars.
7406         (isearch-pop-fun-state): New defsubst.
7407         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
7408         (isearch-push-state): Set the result of calling
7409         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
7410         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
7411         restore the mode-specific starting point of terminated search.
7412         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
7413         (isearch-repeat): Call `isearch-wrap-function' if defined.
7414         (isearch-message-prefix): Don't add prefix "over" to the message
7415         for wrapped search if `isearch-wrap-function' is defined.
7416         (isearch-search): Call function saved in `isearch-pop-fun-state' to
7417         restore the mode-specific starting point of failed search.
7419         * info.el (Info-search-whitespace-regexp): Fix backslashes.
7420         (Info-search): Add new optional arguments for the sake of isearch.
7421         Replace whitespace in Info-search-whitespace-regexp literally.
7422         Add backward search.  Don't call `Info-select-node' if regexp is
7423         found in the same Info node.  Don't add node to Info-history for
7424         wrapped isearch.
7425         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
7426         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
7427         (Info-mode): Set local variables `isearch-search-fun-function',
7428         `isearch-wrap-function', `isearch-push-state-function',
7429         `search-whitespace-regexp'.
7431         * isearch.el: Remove ancient Change Log section.
7432         (isearch-string, isearch-message-string, isearch-point)
7433         (isearch-success, isearch-forward-flag, isearch-other-end)
7434         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7435         (isearch-barrier, isearch-within-brackets)
7436         (isearch-case-fold-search): Add suffix `-state' to state-related
7437         defsubsts to avoid name clashes with other function names.
7439         * simple.el (next-error): New defgroup and defface.
7440         (next-error-highlight, next-error-highlight-no-select):
7441         New defcustoms.
7442         (next-error-no-select): Let-bind next-error-highlight to the value
7443         of next-error-highlight-no-select before calling `next-error'.
7445         * progmodes/compile.el (compilation-goto-locus):
7446         Use `next-error' face instead of `region'.  Set 4-th argument of
7447         `move-overlay' to `current-buffer' to move overlay to different
7448         source buffers.  Use new variable `next-error-highlight'.
7450         * simple.el (next-error-find-buffer): Move the rule
7451         "if current buffer is a next-error capable buffer" after the
7452         rule "if next-error-last-buffer is set to a live buffer".
7453         Simplify to test all rules in one `or'.
7454         (next-error): Doc fix.
7455         (next-error, previous-error, first-error)
7456         (next-error-no-select, previous-error-no-select):
7457         Make arguments optional.
7459 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
7461         * macros.el (apply-macro-to-region-lines): Make it operate on all
7462         lines that begin in the region, rather than on all complete lines
7463         in the region.
7465 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7467         * x-dnd.el (x-dnd-protocol-alist): Document update.
7468         (x-dnd-known-types): Defcustom it.
7469         (x-dnd-handle-motif): Print message-atom in error message.
7471 2004-08-30  John Paul Wallington  <jpw@gnu.org>
7473         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
7474         strings rather than programatically constructing message.
7476 2004-08-30  Richard M. Stallman  <rms@gnu.org>
7478         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
7479         Don't return a string that would read as the wrong character code.
7481 2004-08-29  Kim F. Storm  <storm@cua.dk>
7483         * emulation/cua-base.el (cua-auto-expand-rectangles):
7484         Remove automatic rectangle padding feature; replace by non-destructive
7485         virtual rectangle edges feature.
7486         (cua-virtual-rectangle-edges): New defcustom.
7487         (cua-auto-tabify-rectangles): New defcustom.
7488         (cua-paste): If paste into a marked rectangle, insert rectangle at
7489         current column, even if virtual; also paste exactly as many lines
7490         as has been marked (ignore additional lines or add empty lines),
7491         but paste whole source if only one line is marked.
7492         (cua--update-indications): No longer use overwrite-cursor to
7493         indicate rectangle padding
7495         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
7496         (cua--rectangle-virtual-edges): New defun.
7497         (cua--rectangle-get-corners): Remove optional PAD arg.
7498         (cua--rectangle-set-corners): Never do padding.
7499         (cua--forward-line): Remove optional PAD arg.  Simplify.
7500         (cua-resize-rectangle-right, cua-resize-rectangle-left)
7501         (cua-resize-rectangle-down, cua-resize-rectangle-up):
7502         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
7503         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
7504         (cua--rectangle-move): Never do padding.  Simplify.
7505         (cua--tabify-start): New defun.
7506         (cua--rectangle-operation): Add tabify arg.  All callers changed.
7507         (cua--pad-rectangle): Remove.
7508         (cua--delete-rectangle): Handle delete with virtual edges.
7509         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
7510         (cua--insert-rectangle): Handle insert at virtual column.
7511         Perform auto-tabify if necessary.
7512         (cua--activate-rectangle): Remove optional FORCE arg.
7513         Never do padding.  Simplify.
7514         (cua--highlight-rectangle): Enhance for virtual edges.
7515         (cua-toggle-rectangle-padding): Remove command.
7516         (cua-toggle-rectangle-virtual-edges): New command.
7517         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
7518         (cua--rectangle-post-command): Don't force rectangle padding.
7519         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
7521 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
7523         * indent.el (edit-tab-stops-buffer): Doc fix.
7525 2004-08-28  Richard M. Stallman  <rms@gnu.org>
7527         * progmodes/grep.el (grep-default-command): Use find-tag-default.
7528         (grep-tag-default): Function deleted.
7530         * subr.el (find-tag-default): Move from etags.el.
7532         * progmodes/etags.el (find-tag-default): Move to subr.el.
7534         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
7535         into the basic character if it has an uppercase form.
7537 2004-08-27  Kenichi Handa  <handa@m17n.org>
7539         * international/utf-8.el (utf-8-post-read-conversion): If the
7540         buffer is unibyte, temporarily make it multibyte.
7542 2004-08-27  Masatake YAMATO  <jet@gyve.org>
7544         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
7546 2004-08-25  John Paul Wallington  <jpw@gnu.org>
7548         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
7549         0, 1, and many mismatches in message.
7550         (tex-start-shell): Use `set-process-query-on-exit-flag'.
7552         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
7553         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
7555 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7557         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
7558         vc-diff-switches differently.
7560 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
7562         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
7563         before and a real defvar after
7564         `speedbar-supported-extension-expressions'.  This is to silence
7565         the compiler without breaking bootstrapping.
7567 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7569         * textmodes/flyspell.el (flyspell-word):
7570         Use set-process-query-on-exit-flag.
7571         (flyspell-highlight-duplicate-region): Take POSS as arg.
7572         (flyspell-word): Pass POSS as arg.
7574         * progmodes/ada-xref.el: Many doc and style fixes.
7575         (ada-find-any-references): Use compilation-start.
7576         (ada-get-ali-file-name): Improve error msg.
7577         (ada-get-ada-file-name): Likewise.
7579         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
7580         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
7582         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7583         Add forward defvar.
7585         * whitespace.el (global-whitespace-mode): New alias
7586         for whitespace-global-mode.
7588         * speedbar.el (speedbar-file-regexp): Move definition up.
7589         (speedbar-mode, speedbar-set-mode-line-format):
7590         Use with-no-warnings.
7591         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
7593         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
7594         controls whether to display the error buffer.
7596         * ps-mule.el: Delete compatibility code for old Emacses.
7597         (ps-mule-find-wrappoint): Don't use chars-in-region.
7599         * frame.el (display-mouse-p, display-selections-p):
7600         Use with-no-warnings.
7602         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
7604 2004-08-22  David Kastrup  <dak@gnu.org>
7606         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
7607         information.
7609         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
7611 2004-08-22  Andreas Schwab  <schwab@suse.de>
7613         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
7615 2004-08-22  Masatake YAMATO  <jet@gyve.org>
7617         * cvs-status.el (cvs-status-checkout): New function.
7618         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
7620 2004-08-21  David Kastrup  <dak@gnu.org>
7622         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
7623         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
7624         has been converted to use hashtables, the relation `nil=none' is
7625         no longer valid, as `nil' is not a hashtable.  This patch tries to
7626         reduce the number of resulting errors.
7628 2004-08-21  John Paul Wallington  <jpw@gnu.org>
7630         * subr.el (process-kill-without-query): Made obsolete in
7631         version 21.4, not 21.5.
7633         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
7634         (vc-previous-comment, vc-next-comment)
7635         (vc-comment-search-reverse, vc-comment-search-forward)
7636         (vc-comment-to-change-log): Likewise.
7638         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
7640 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
7642         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7643         Correct indentation of DEFMETHODS with non-standard method
7644         combinations (e.g., PROGN, MIN, MAX).
7646 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7648         * startup.el (normal-top-level-add-subdirs-to-load-path):
7649         Avoid unnecessarily checking system-type.
7650         (normal-top-level): Set TERM to "dumb".  Simplify.
7652         * avoid.el (mouse-avoidance-ignore-p): New fun.
7653         Also ignore switch-frame, select-window, double, and triple clicks.
7654         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
7655         (mouse-avoidance-fancy-hook): Use it.
7657 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
7659         * avoid.el (mouse-avoidance-nudge-mouse)
7660         (mouse-avoidance-banish-destination): Stay within the current window
7661         to avoid problems with mouse-autoselect-window.
7663 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7665         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
7666         the newer format of some messages in cvs-1.12.1.
7668 2004-08-19  Masatake YAMATO  <jet@gyve.org>
7670         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
7671         (elp-results-jump-to-definition-by-mouse)
7672         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
7673         (elp-output-result): Use elp-output-insert-symname.
7675 2004-08-18  Kenichi Handa  <handa@m17n.org>
7677         * language/cyrillic.el: Register koi8-r in
7678         ctext-non-standard-encodings-alist.
7679         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
7681 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
7683         * emacs-lisp/copyright.el (copyright-update-year): Delete code
7684         that replaces 20xy with xy.
7686 2004-08-17  John Paul Wallington  <jpw@gnu.org>
7688         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
7689         (reb-force-update): Doc fix.
7691 2004-08-16  Richard M. Stallman  <rms@gnu.org>
7693         * progmodes/which-func.el (which-func-update-1): Doc fix.
7695         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
7696         (sh-mode-abbrev-table): New variable.
7698         * progmodes/compile.el (compilation-mode): Doc fix.
7700         * emacs-lisp/lisp-mode.el (eval-last-sexp):
7701         Don't cons a new symbol each time.
7702         (eval-last-sexp-fake-value): New variable.
7704         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
7705         (copyright-update-year): Detect continuation of list of years.
7707         * term.el (term-default-fg-color, term-default-bg-color)
7708         (ansi-term-color-vector): Use `unspecified', not nil, as default.
7710         * imenu.el: Several doc fixes: don't say variables are buffer-local.
7712 2004-08-16  Davis Herring <herring@lanl.gov>
7714         * isearch.el (isearch-string, isearch-message-string, isearch-point)
7715         (isearch-success, isearch-forward-flag, isearch-other-end)
7716         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7717         (isearch-barrier, isearch-within-brackets)
7718         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
7720 2004-08-16  Kenichi Handa  <handa@m17n.org>
7722         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
7724 2004-08-15  Kenichi Handa  <handa@m17n.org>
7726         * term/x-win.el (x-selection-value): If utf8 was successful but
7727         ctext was not, use utf8 string.
7729 2004-08-14  Davis Herring  <herring@lanl.gov>
7731         * isearch.el: Remove accidental changes of March 4.  Fix backing
7732         up when a regexp isearch is made more general.  Use symbolic
7733         accessor functions for isearch stack frames to make usage clearer.
7734         (search-whitespace-regexp): Made groups in documentation shy (as
7735         is the group in the default value).
7736         (isearch-fallback): New function, addresses problems with regexps
7737         liberalized by `\|', adds support for liberalization by `\}' (the
7738         general repetition construct), and incorporates behavior for
7739         `*'/`?'.
7740         (isearch-}-char): New command, calls `isearch-fallback' with
7741         arguments appropriate to a typed `}'.
7742         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
7743         appropriately.
7744         (isearch-mode-map): Bind `}' to `isearch-}-char'.
7745         (isearch-string, isearch-message,string, isearch-point)
7746         (isearch-success, isearch-forward-flag, isearch-other-end)
7747         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7748         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
7749         New inline functions to read fields of a stack frame.
7751 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
7753         * battery.el (battery-linux-proc-acpi): Look into battery
7754         directories matching the literal string "CMB", too (required for
7755         Linux kernel version 2.6.7).
7757 2004-08-14  John Paul Wallington  <jpw@gnu.org>
7759         * cus-start.el (read-file-name-completion-ignore-case): Add.
7760         (blink-cursor-alist): Change version to "21.4".
7762         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
7764 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
7766         * speedbar.el (speedbar-scan-subdirs): New option.
7767         (speedbar-file-lists): Don't ignore file-name case on Unix and use
7768         dolist.
7769         (speedbar-insert-files-at-point): Take an extra argument and use
7770         it to optionally find out if a subdir is empty.  Also unreadable
7771         files don't get expand buttons.
7772         (speedbar-directory): New image (unused pixmap already existed).
7773         (speedbar-expand-image-button-alist): Use it.
7775 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
7777         CC Mode update to 5.30.9:
7779         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
7780         Move from cc-vars to cc-defs for dependency reasons.  Fix the
7781         POSIX char class test to check that it works in
7782         `skip-chars-(forward|backward)' too.
7784         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7785         first argument starts with a special brace list.
7787         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
7788         when `c-opt-type-concat-key' is used (i.e. in Pike).
7790         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
7791         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
7792         >)".
7794         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
7795         whitespace safe.
7797         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
7798         position for `arglist-intro', `arglist-cont-nonempty' and
7799         `arglist-close' when there are two arglist open parens on the same
7800         line and there's nothing in front of the first.
7802         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
7803         locking of qualified names in Java, which previously could fontify
7804         common indexing expressions in many cases.  The standard Java
7805         naming conventions are used to tell them apart.
7807         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7808         Fix inconsistency wrt opening parens on the first line inside a paren
7809         block.
7811         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7812         compile time for the sake of `c-major-mode-is'.
7814         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7815         `c-major-mode-is' in the event that this is used inside a
7816         `c-lang-defconst'.
7818         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
7819         `c-lang-defconst' so that it works better with fallback languages.
7821         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
7822         it to fail to record the base mode.
7824         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7825         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
7826         is used.  Reorder the syntax checks to get more efficient
7827         skipping in some situations.
7829         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7830         continuation which might precede the newly inserted '{'.
7832         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7833         Fix cases where it could loop indefinitely.
7835         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7836         size specs correctly.  Only fontify identifiers in front of '('
7837         with as functions - don't accept any paren char.  Tighten up
7838         initializer skipping to stop before function and class blocks.
7840         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7841         the point could be left directly after an open paren when finding
7842         the beginning of the first decl in the block.
7844         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7845         table when filtering out legitimate open parens to be recorded.
7846         This could cause cache inconsistencies when e.g.
7847         `c++-template-syntax-table' was temporarily in use.
7849         * progmodes/cc-engine.el (c-on-identifier)
7850         (c-simple-skip-symbol-backward): Small fix for handling "-"
7851         correctly in `skip-chars-backward'.  Affected the operator lfun
7852         syntax in Pike.
7854         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7855         Fix bug that could cause an error from `after-change-functions' when
7856         the changed region is at bob.
7858 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
7860         CC Mode update to 5.30.9:
7862         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7863         to say that <TAB> doesn't insert WS into a CPP line.
7864         (c-indent-command, c-tab-always-indent): Amend doc strings.
7866         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7867         checks for user errors, thus eliminating cryptic and unhelpful
7868         Emacs error messages.  (1) Check the arg to `c-set-style' is a
7869         string.  (2) Check that settings to `c-offsets-alist' are not
7870         spuriously quoted.
7872         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7873         which precedes the newly inserted `{'.
7875 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
7877         Sync with Tramp 2.0.44.
7879         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7880         function "tramp_file_attributes".  Otherwise, file names
7881         containing spaces are misinterpreted.  Reported by Magnus Henoch
7882         <mange@freemail.hu>.
7883         (tramp-handle-file-truename): FILENAME must be expanded first.
7884         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7885         obscure results.  Reported by D. Goel <deego@gnufans.org>.
7886         (tramp-handle-verify-visited-file-modtime): If file does not
7887         exist, say it is not modified if and only if that agrees with the
7888         buffer's record.  Check whether a file is visiting the buffer, or
7889         the buffer has no recorded last modification time.  Return t in
7890         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
7891         <teirllm@auburn.edu>.
7892         (tramp-handle-write-region): Pass modtime explicitely to
7893         `set-visited-file-modtime', because filename can be different
7894         from (buffer-file-name) if `file-precious-flag' is set.
7895         `set-visited-file-modtime' must be called always when `visit' is t
7896         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7897         (tramp-handle-set-visited-file-modtime): If `time-list' is not
7898         nil, don't apply the whole body.  If the file doesn't exists, set
7899         modtime to '(-1 65535).  Suggested by Luc Teirlinck
7900         <teirllm@auburn.edu>.
7902 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7904         * help.el (describe-bindings): Doc fix.
7906         * subr.el (kbd): Doc fix.
7908 2004-08-08  John Paul Wallington  <jpw@gnu.org>
7910         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7911         instead of `string-to-int'.
7912         (define-ibuffer-column mode): Fix indentation.
7914 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
7916         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7918 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7920         * subr.el (global-unset-key, local-unset-key): Doc fixes.
7922         * novice.el (disabled-command-function): New variable renamed from
7923         `disabled-command-hook'.
7924         (disabled-command-hook): Keep the _variable_ as alias for
7925         `disabled-command-function' and make obsolete.
7926         (disabled-command-function): Function renamed from
7927         `disabled-command-hook'.  Adapt code to name change of the variable.
7929 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
7931         * simple.el (completion-root-regexp): New defvar.
7932         (completion-setup-function): Use it instead of a literal string.
7934 2004-08-07  John Paul Wallington  <jpw@gnu.org>
7936         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7937         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7938         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7939         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7941 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7943         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7944         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7946 2004-08-04  Kenichi Handa  <handa@m17n.org>
7948         * international/encoded-kb.el (encoded-kbd-setup-keymap):
7949         Fix previous change.
7951 2004-08-03  Kenichi Handa  <handa@m17n.org>
7953         * international/encoded-kb.el: The following changes are to
7954         utilize key-translation-map instead of minor mode map.
7955         (encoded-kbd-iso2022-non-ascii-map): Delete it.
7956         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7957         (encoded-kbd-last-key): New function.
7958         (encoded-kbd-iso2022-single-shift): New function.
7959         (encoded-kbd-iso2022-designation)
7960         (encoded-kbd-self-insert-iso2022-7bit)
7961         (encoded-kbd-self-insert-iso2022-8bit)
7962         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7963         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7964         key-translation-map.
7965         (encoded-kbd-setup-keymap): Setup key-translation-map.
7966         (saved-key-translation-map): New variable.
7967         (encoded-kbd-mode): Save/restore key-translation-map.
7968         Adjust for the change of encoded-kbd-setup-keymap.
7970 2004-08-02  Kim F. Storm  <storm@cua.dk>
7972         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7973         and call compute-motion with nil for topos and width to get proper
7974         usable width and height for both window and non-window systems.
7976         * windmove.el (windmove-coordinates-of-position): Let compute-motion
7977         calculate usable window width and height.
7979         * window.el (window-buffer-height): Call compute-motion with nil width.
7981 2004-08-01  David Kastrup  <dak@gnu.org>
7983         * replace.el (query-replace-read-from):
7984         Use `query-replace-compile-replacement'.
7985         (query-replace-compile-replacement): New function.
7986         (query-replace-read-to): Use `query-replace-compile-replacement'
7987         for repeating the last command.
7989 2004-08-01  John Paul Wallington  <jpw@gnu.org>
7991         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7992         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7993         (pr-switches): Remove period from end of error messages.
7995         * help-mode.el (help-go-back): Likewise.
7997         * abbrev.el (only-global-abbrevs): Doc fix.
7998         (edit-abbrevs-map): Define within defvar.
7999         (quietly-read-abbrev-file): Doc fix.
8001 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
8003         * novice.el (enable-command, disable-command): Doc fixes.
8005         * subr.el (event-modifiers, event-basic-type): Doc fixes.
8007 2004-07-30  Richard M. Stallman  <rms@gnu.org>
8009         * subr.el (with-local-quit): Doc fix.
8011 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
8013         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
8015 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
8017         * custom.el (defcustom): Doc fix.
8019 2004-07-28  Masatake YAMATO  <jet@gyve.org>
8021         * progmodes/etags.el (etags-tags-apropos): Show building progress.
8023 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8025         * imenu.el (imenu-prev-index-position-function)
8026         (imenu-extract-index-name-function, imenu-name-lookup-function)
8027         (imenu--index-alist): Docstring redundancy fix.
8029 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
8031         * wdired.el (wdired-finish-edit): Require dired-aux before locally
8032         binding dired-backup-overwrite.
8034 2004-07-25  John Paul Wallington  <jpw@gnu.org>
8036         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
8038 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8040         * term/tty-colors.el (tty-color-approximate): Doc fix.
8042         * select.el (x-get-selection, x-set-selection): Doc fixes.
8044         * frame.el (make-frame): Doc fix.
8046 2004-07-24  Richard M. Stallman  <rms@gnu.org>
8048         * mail/rmail.el (rmail-mime-charset-pattern):
8049         Don't include semicolon in the charset value.
8051         * replace.el (occur-next-error): Call set-window-point.
8052         (occur-engine): Handle negative NLINES.
8054 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
8056         * frame.el (modify-all-frames-parameters): Minor doc fix.
8057         (set-frame-configuration): Doc fix.
8059 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8061         * simple.el (completion-setup-function): Compute the common parts
8062         and the first difference place correctly when
8063         partial-completion-mode is on.
8065 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8067         * ps-print.el: Doc fix.
8068         (ps-print-version): New version 6.6.5.
8069         (ps-printing-region): Doc fix.
8070         (ps-generate-string-list): Comment fix.
8071         (ps-message-log-max): Code fix.
8073 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8075         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
8076         generated PostScript.
8078 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
8080         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
8081         with Gnus v5_10 branch.)
8083 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8085         * calendar/time-date.el (time-to-number-of-days): New function.
8086         Imported from from Gnus.
8088 2004-07-22  Kim F. Storm  <storm@cua.dk>
8090         * progmodes/make-mode.el: Fix comments.
8092 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8094         * printing.el: Doc fix.
8096 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
8098         * frame.el (modify-all-frames-parameters): Minor doc fix.
8100 2004-07-20  Richard M. Stallman  <rms@gnu.org>
8102         * textmodes/fill.el (fill-nobreak-p): If this break point is
8103         at the end of the line, don't consider the newline which follows
8104         as a reason to return t.
8106 2004-07-19  John Paul Wallington  <jpw@gnu.org>
8108         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
8110 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
8112         * dired-aux.el (dired-do-kill-lines): Expand docstring.
8113         Delete irrelevant code.
8115 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8117         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8118         New docstring.  From Luc Teirlinck.
8120 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
8122         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
8123         section.
8124         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
8125         non-file buffers.  We know it is nil.
8127 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8129         Sync with Tramp 2.0.43.
8131         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8132         Remove outdated comment.
8133         (tramp-locked, tramp-locker): New variables for implementing a
8134         global lock.
8135         (tramp-sh-file-name-handler): Use them to implement the global lock.
8137 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
8139         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
8140         calls to respective `xxx` calls.
8141         (tramp-process-alive-regexp): Precise doc string.
8142         (tramp-multi-action-process-alive): New defun.
8143         (tramp-multi-actions): Use it.
8144         (tramp-handle-find-backup-file-name): `copy-tree' is available
8145         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
8146         in order to avoid this function.
8147         (tramp-handle-write-region): Set current buffer.  If connection
8148         wasn't open, `file-modes' has changed it accidently.  Reported by
8149         David Kastrup <dak@gnu.org>.
8150         (tramp-enter-password, tramp-read-passwd): New arguments USER and
8151         HOST.
8152         (tramp-action-password, tramp-multi-action-password): Apply it.
8153         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
8154         name must still contain the port number.  Otherwise, we have two
8155         Tramp buffers, with all the confusion.  Reported by Myron Selby
8156         <myron@xytech.com> and Rolf Dubitzky
8157         <Dubitzky@physi.uni-heidelberg.de>.
8159         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
8160         HOST to `tramp-enter-passwd'.
8162         * net/tramp-vc.el (all): Code cleanup.  Change all
8163         `tramp-handle-xxx' calls to respective `xxx` calls.
8165 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
8167         * emacs-lisp/testcover.el: New category "potentially-1valued" for
8168         functions that are not erroneous if either 1-valued or
8169         multi-valued.  Detect functions in this class.
8170         (testcover-1value-functions, testcover-compose-functions)
8171         (testcover-progn-functions) Add some additional functions to lists.
8172         (testcover-mark): Bugfix when marking up the definition for an
8173         empty function.
8175 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8177         * replace.el (occur-read-primary-args): Pass default to
8178         read-from-minibuffer.
8180         * mail/footnote.el (footnote-section-tag): Use defcustom.
8182         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
8183         Compile font-lock-keywords, not KEYWORDS.
8184         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
8185         Add warn, check-type.  Handle cerror like error.
8187 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8189         * progmodes/which-func.el (which-func-keymap): New var.
8190         (which-func-face): New face.
8191         (which-func-format): Use them.
8193 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8195         * buff-menu.el (list-buffers-noselect): Append the buffer's
8196         process status to its mode name.
8198 2004-07-16  Kim F. Storm  <storm@cua.dk>
8200         * simple.el (inhibit-mark-movement): New defvar.
8201         (beginning-of-buffer, end-of-buffer): Do not push mark if
8202         inhibit-mark-movement is non-nil or C-u prefix is given.
8204         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
8205         Init to beginning-of-buffer and end-of-buffer.
8206         (cua--undo-push-mark): New defvar.
8207         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
8208         already active and command is in cua--preserve-mark-commands.
8209         Also fix check for shift modifier on non-window systems.
8210         (cua--post-command-handler): Clear inhibit-mark-movement if set.
8212 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8214         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
8215         of two integers, instead of a cons.
8217         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8218         `visited-file-modtime' now returns a list of two integers, instead
8219         of a cons.
8221         * dired.el (dired-directory-changed-p): Ditto.
8223         * progmodes/grep.el (grep): Doc fix.
8225 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8227         * autorevert.el (auto-revert-tail-mode)
8228         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
8229         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
8230         in both at the same time.
8231         (auto-revert-tail-mode): New command.
8232         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
8233         (auto-revert-handler): Revert only either tail or whole file.
8235         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
8236         add auto-revert-tail-mode.
8238 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8240         * printing.el: Doc fix.  Change name of some funs.
8241         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
8242         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
8243         (pr-standard-file-name): New fun.  Replace pr-standard-path.
8244         (pr-call-process): Code fix.
8246 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
8248         * subr.el (with-selected-window): Doc fix.
8250 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
8252         * subr.el (get-buffer-window-list): Doc fix.
8254 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
8256         * files.el (switch-to-buffer-other-window): Doc fix.
8258         * window.el (save-selected-window, one-window-p)
8259         (split-window-keep-point, split-window-vertically)
8260         (split-window-horizontally): Doc fixes.
8262 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8264         * printing.el: Doc fix.  Now it uses call-process instead of
8265         shell-command for low command execution.
8266         (pr-version): New version number (6.8).
8267         (pr-shell-file-name): Option removed.
8268         (pr-shell-command): Fun removed.
8269         (pr-call-process): New fun.  Replace pr-shell-command.
8270         (pr-standard-path, pr-remove-nil-from-list): New funs.
8271         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
8272         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
8273         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
8274         (pr-ps-utility-process, pr-txt-print): Code fix.
8276 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8278         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
8279         boolean.
8281 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
8283         * wid-edit.el (widget-field-buffer): Doc fix.
8285 2004-07-09  John Paul Wallington  <jpw@gnu.org>
8287         * emacs-lisp/re-builder.el (reb-update-overlays):
8288         Distinguish between one and several matches in message.
8290 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8292         * mouse.el (mouse-set-region-1): If transient-mark-mode
8293         is `identity', change it to `only'.
8295         * simple.el (current-word): Doc fix.
8297 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
8299         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
8300         so that it is more understanding of whitespace.
8302         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
8303         (("ns" . "element") (attr-list) children) instead of
8304         ((:ns . "element") (attr-list) children) in order to reduce the
8305         number of symbols used.
8306         (xml-skip-dtd): Change to use xml-parse-dtd but set
8307         xml-validating-parsing to nil.
8308         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
8309         (xml-substitute-entity): Remove in favor of new entity substitution.
8310         (xml-substitute-special): Rewrite in to substitute complex
8311         entities from DOCTYPE declarations.
8312         (xml-parse-fragment): Parse fragments from entity deleclarations.
8313         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
8314         (xml-parse-dtd, xml-substitute-special): Make validity checks
8315         conditioned on xml-validating-parser.  Add "Not Well Formed" to
8316         error messages about well-formedness.
8318 2004-07-08  Steven Tamm  <steventamm@mac.com>
8320         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
8321         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
8322         Do not treat double clicks and triple clicks specially in the
8323         scroll bar (preventing strange repositioning problems)
8325 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8327         * replace.el (query-replace-regexp-eval): Fix last change.
8329 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8331         * replace.el (query-replace-descr): New fun.
8332         (query-replace-read-from, query-replace-read-args): Default to the
8333         previous from&to.
8334         (query-replace-read-to): Quote the `from' string when displaying it.
8335         (query-replace-regexp-eval): Immediately check read-only status.
8336         Use query-replace-read-from to get the \n checking.
8337         Quote the `from' string when displaying it.
8338         (map-query-replace-regexp, occur-read-primary-args):
8339         Quote the `from' string when displaying it.
8341         * isearch.el (isearch-query-replace): Pass the regexp-ness and
8342         delimited-ness of the search to query-replace.
8344         * replace.el (query-replace-read-from, query-replace-read-to):
8345         New funs extracted from query-replace-read-args.
8346         (query-replace-read-args): Use them.
8348         * replace.el (query-replace-interactive, query-replace-read-args):
8349         Remove the `initial' special value.
8350         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
8351         (occur-engine): Remove unused var `matchend'.
8353         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
8354         Use the search string without prompting.
8356 2004-07-05  Kenichi Handa  <handa@m17n.org>
8358         * international/mule.el (decode-coding-inserted-region):
8359         Set last-coding-system-used only when coding is nil.
8361 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
8363         * progmodes/grep.el (grep-compute-defaults, grep-command)
8364         (grep-program, find-program, grep-find-use-xargs, grep-history)
8365         (grep-find-history, grep-tag-default, grep-find-command)
8366         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
8367         Add autoload cookies, for unbundled packages that load `compile'
8368         and expect all grep-related symbols to become defined.
8370 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
8372         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
8373         (iimage-mode-image-search-path): New user option to search the
8374         image file.
8375         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
8376         have locate-file.
8377         (iimage-mode-buffer): Use it.
8379 2004-07-03  Nick Roberts  <nickrob@gnu.org>
8381         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
8382         carefully.
8383         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
8385 2004-07-03  Juri Linkov  <juri@jurta.org>
8387         * replace.el (query-replace-read-args): Swallow space after 'foo,
8388         not after (quote foo).  Match space only immediately after symbol,
8389         not anywhere in the whole string.
8391 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8393         * replace.el (query-replace-read-args): Swallow space after
8394         symbols, not after closeparens.  But avoid error if string ends there.
8396         * progmodes/python.el (python-beginning-of-statement):
8397         Exit the loop if backward-up-list gets error.
8399         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
8401 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
8403         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
8404         only if vc-consult-headers is non-nil.
8406 2004-07-02  Juri Linkov  <juri@jurta.org>
8408         * pcvs.el (cvs-mode-diff-repository): New command.
8410         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
8412 2004-07-01  Juri Linkov  <juri@jurta.org>
8414         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
8415         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
8416         C-M-% to isearch-query-replace-regexp.
8417         (minibuffer-local-isearch-map): Add arrow key bindings.
8418         Bind C-f to isearch-yank-char-in-minibuffer.
8419         (isearch-forward): Doc fix.
8420         (isearch-edit-string): Doc fix.
8421         (isearch-query-replace, isearch-query-replace-regexp): New funs.
8422         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
8423         (isearch-yank-char): Add optional arg.
8424         (isearch-yank-char-in-minibuffer): New fun.
8426         * replace.el (query-replace-interactive): Change type from boolean
8427         to choice.  Add value `initial'.
8428         (query-replace-read-args): Handle value `initial' of
8429         query-replace-interactive.
8431 2004-06-29  Kim F. Storm  <storm@cua.dk>
8433         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
8434         (breakpoint-disabled-bitmap-face): Add :group 'gud.
8436         * progmodes/ada-xref.el (ada-tight-gvd-integration):
8437         Add :group 'ada.
8439         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
8441 2004-06-29  Juri Linkov  <juri@jurta.org>
8443         * replace.el (query-replace-read-args): Swallow a space after
8444         everything except )]" which in most cases means after a symbol.
8446         * emacs-lisp/pp.el (pp-buffer): Add autoload.
8448 2004-06-28  Richard M. Stallman  <rms@gnu.org>
8450         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
8451         More changes to go with previous change in font-lock.el.
8453 2004-06-26  David Kastrup  <dak@gnu.org>
8455         * replace.el (perform-replace): Highlight the match even in
8456         non-query mode if there is potential replace string editing.
8458 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
8460         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
8461         agree with new return value of `file-remote-p'.
8462         This syncs with Tramp 2.0.42.
8464         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
8465         according to new documentation of `file-remote-p'.
8467         * files.el (file-remote-p): Fix doc to say that return value is
8468         identification of remote system, if not nil.
8469         (file-relative-name): Use new return value of `file-remote-p'.
8471 2004-06-26  Nick Roberts  <nickrob@gnu.org>
8473         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
8474         (gdb-goto-breakpoint): Fix breakage.
8476 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
8478         * man.el (Man-getpage-in-background): Add windows-nt to the list
8479         of systems where shell-file-name should be used instead of
8480         literal "sh".
8482 2004-06-25  Sam Steingold  <sds@gnu.org>
8484         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
8485         function names `(setf symbol)'.
8487 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8489         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
8491         * font-lock.el (font-lock-keywords): Change format of compiled values.
8492         Document it.
8493         (font-lock-add-keywords): If font-lock-keywords is compiled,
8494         extract the uncompiled version, modify, then recompile.
8495         (font-lock-remove-keywords): Likewise.
8496         (font-lock-fontify-keywords-region): Handle changed format.
8497         (font-lock-compile-keywords): Handle changed format.
8498         (font-lock-set-defaults): Compile the keywords explicitly here.
8500 2004-06-24  David Kastrup  <dak@gnu.org>
8502         * replace.el (query-replace-read-args): Implement `\,' and `\#'
8503         replacements here.
8504         (query-replace-regexp): Doc string explaining this and the new
8505         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
8506         is better placed in `query-replace-read-args'.
8507         (replace-regexp): Explain `\,', `\#' and `\?'.
8508         (replace-match-data): New function for thorough reuse/destruction
8509         of old match-data.
8510         (replace-match-maybe-edit): Function for implementing `\?' editing.
8511         (perform-replace): Fix maintaining of the match stack including
8512         already matched regions, implement `\?', fix various problems
8513         with regions while editing and other stuff.
8514         (replace-highlight): Simplify.
8516 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
8518         * progmodes/grep.el (grep-error-screen-columns): New variable.
8519         (grep-regexp-alist): Give it the full functionality of gnu style
8520         compilation messages with line and column ranges.  Ask me for the
8521         perl script I'm working on, that uses these.
8523 2004-06-23  Nick Roberts  <nickrob@gnu.org>
8525         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
8526         Remove.
8527         (comint-insert-input, comint-mouse-insert-input): New functions
8528         based on comint-insert-clicked-input for two bindings but just
8529         one functionality.
8531 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8533         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
8535 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8537         * files.el (write-contents-functions): Doc fix.
8539 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8541         * image.el (image-library-alist): Rewrite docstring in active voice.
8543 2004-06-20  Richard M. Stallman  <rms@gnu.org>
8545         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
8547         * isearch.el (isearch-repeat): Avoid testing old match data.
8548         (isearch-message): Display trailing space in special font
8549         when search is failing.
8550         (isearch-search-fun-function): Doc fix.
8552         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
8554 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
8556         * frame.el (show-trailing-whitespace): Doc fix.
8558         * cus-edit.el (custom-variable-documentation): New function.
8559         (custom-variable): Use it.
8561 2004-06-19  Nick Roberts  <nickrob@gnu.org>
8563         * man.el (Man-getpage-in-background): Revert previous change but
8564         make cygwin a special case.
8566 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
8568         * autorevert.el (global-auto-revert-non-file-buffers):
8569         Update docstring.
8571 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
8573         * progmodes/compile.el (compilation-error-properties): Store one
8574         more than end-col, if present, so that transient-mark-mode will
8575         highlight last char too.
8576         * progmodes/grep.el (grep-regexp-alist): Match columns and column
8577         ranges, if present.
8579 2004-06-18  Jason Rumney  <jasonr@gnu.org>
8581         * makefile.w32-in: Double percent signs in for loops.
8583 2004-06-17  David Kastrup  <dak@gnu.org>
8585         * replace.el (query-replace-read-args): Only warn about use of \n
8586         and \t when we are doing a regexp replacement and the actual
8587         escaped character is n or t.
8588         (query-replace-regexp): Add \, and \# interpretation to
8589         interactive call and document it.
8590         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
8591         as shortkey for replace-count.
8592         (replace-quote): New function for doubling backslashes.
8594 2004-06-17  Juanma Barranquero  <lektu@terra.es>
8596         * files.el (parse-colon-path, cd): Mention in docstring that the
8597         path separator is colon in GNU-like systems.
8599         * newcomment.el (comment-region-internal): Fix docstring.
8601         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
8602         (ewoc-invalidate, ewoc-collect): Doc fixes.
8603         (ewoc--create-node, ewoc--delete-node-internal):
8604         Fix typos in docstring.
8606 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8608         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
8609         manual to docstring.
8611 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8613         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
8615 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8617         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8618         Add hyperlink to emacs-xtra manual to docstring.
8620         * autorevert.el (global-auto-revert-non-file-buffers):
8621         Add hyperlink to emacs-xtra manual to docstring, as well as an
8622         info-link.
8624 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8626         * image.el (image-library-alist): New variable to map image types
8627         to external libraries.  Initialized to nil, unless system-specific
8628         configs change it.
8629         (image-type-available-p): Determine whether an image type is
8630         available by calling `init-image-library'.
8632         * term/w32-win.el (image-library-alist): Initialize to a known set
8633         of probable library names.
8635 2004-06-14  Kenichi Handa  <handa@m17n.org>
8637         * international/code-pages.el (windows-1256, cp1125): Fix tables
8638         for several characters.
8640         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
8642 2004-06-13  Richard M. Stallman  <rms@gnu.org>
8644         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
8646         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
8647         not "`pc-selection-mode'".
8649         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
8651         * simple.el (previous-matching-history-element): Specify a default.
8653         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
8655         * cus-face.el (custom-declare-face): Simplify code.
8657         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
8659 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8661         * files.el (before-save-hook): Add `time-stamp' to the options.
8663         * time-stamp.el (time-stamp): Recommend adding it to
8664         `before-save-hook', rather than `write-file-functions'.
8665         Make a similar change in `Commentary' section.
8667 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8669         * diff-mode.el (diff-current-defun): If at start of hunk, use
8670         position of first change.
8672 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8674         * dired-x.el (dired-mark-omitted): Bind to "*O".
8676 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
8678         * bookmark.el (bookmark-bmenu-relocate): New function, as
8679         suggested by David J. Biesack <David.Biesack@sas.com>.
8680         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
8681         (bookmark-bmenu-mode): Describe binding in doc string.
8682         (bookmark-set-filename): Save the bookmark list if it's time.
8684 2004-06-13  Kenichi Handa  <handa@m17n.org>
8686         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
8687         (ccl-untranslated-to-ucs): Fix typo.
8689 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8691         * progmodes/python.el (python-open-block-statement-p):
8692         Fix indentation after a block opening that contains a comment.
8694 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
8696         * bindings.el (completion-ignored-extensions): Add file extensions
8697         of Python byte-compiled files.
8699 2004-06-12  Juri Linkov  <juri@jurta.org>
8701         * info.el (Info-goto-node): Add autoload.
8702         (Info-toc): Add substring-no-properties on Info file name.
8703         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
8704         (Info-mode-map): Bind L to Info-history, T to Info-toc.
8706 2004-06-12  Kenichi Handa  <handa@m17n.org>
8708         * international/mule-cmds.el (set-language-environment):
8709         Load subst tables if necessary.
8711         * international/mule.el (decode-char): Load subst tables if necessary.
8712         (encode-char): Likewise.
8714         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
8715         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
8716         (utf-16le-decode-loop): Set r5 to -1 before loop.
8717         (utf-16be-decode-loop): Likewise.
8718         (ccl-decode-mule-utf-16le): Add EOF processing block.
8719         (ccl-decode-mule-utf-16be): Likewise.
8720         (ccl-decode-mule-utf-16le-with-signature): Likewise.
8721         (ccl-decode-mule-utf-16be-with-signature): Likewise.
8722         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
8723         (ccl-mule-utf-16-encode-untrans): New CCL.
8724         (utf-16-decode-to-ucs): Handle pre-read character.
8725         (utf-16le-encode-loop): Handle surrogate pair.
8726         (utf-16be-encode-loop): Likewise.
8727         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
8728         of utf-16le-encode-loop.
8729         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
8730         of utf-16be-encode-loop.
8731         (mule-utf-16-post-read-conversion):
8732         Call utf-8-post-read-conversion at first.
8733         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
8734         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
8735         Add post-read-conversion and pre-write-conversion.
8737         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
8738         (utf-translate-cjk-unicode-range): New variable.
8739         (utf-translate-cjk-load-tables): New function.
8740         (utf-lookup-subst-table-for-decode): New function.
8741         (utf-lookup-subst-table-for-encode): New function.
8742         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
8743         tables here.  Update safe-charsets of utf-* coding systems.
8744         (ccl-mule-utf-untrans): New CCL.
8745         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
8746         at end of each branch.
8747         (ccl-mule-utf-8-encode-untrans): New CCL.
8748         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
8749         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
8750         length of encoding.  Don't return r0.
8751         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
8752         (utf-8-post-read-conversion): Narrow to region properly.
8753         If utf-translate-cjk-mode is on, load tables if necessary.
8754         Call utf-8-compose with hash-table arg if necessary.
8755         Call XXX-compose-region instead of XXX-post-read-convesion.
8756         (utf-8-pre-write-conversion): New function.
8757         (mule-utf-8): Include CJK charsets in safe-charsets if
8758         utf-translate-cjk-mode is on.  Add pre-write-conversion.
8760         * international/characters.el: Temporarily set
8761         utf-translate-cjk-mode to nil.
8763         * language/devan-util.el (devanagari-compose-region):
8764         Add autoload cookie.
8766         * international/ccl.el (ccl-dump-call): Fix printing the
8767         subroutine name.
8769 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8771         * dired.el (dired-revert): If buffer is marked unmodified before
8772         reverting, keep it marked unmodified.
8773         Adapt to new conventions for commenting out code.
8774         (dired-make-relative): Adapt to new conventions for commenting out code.
8776 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
8778         * eshell/esh-module.el (eshell-load-defgroups):
8779         Bind `vc-handled-backends' to nil when opening files.
8781 2004-06-11  Juanma Barranquero  <lektu@terra.es>
8783         * files.el (parse-colon-path, cd): Doc fixes (refer to
8784         `path-separator', not colon).
8786 2004-06-10  Juanma Barranquero  <lektu@terra.es>
8788         * newcomment.el (comment-search-forward)
8789         (comment-search-backward): Fix typos in docstring.
8790         (comment-region): Doc fix.
8792 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8794         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
8795         switch is no longer stored in `dired-switches-alist'.
8797         * dired-aux.el (dired-insert-subdir): Do not store R switch in
8798         `dired-switches-alist'.
8800 2004-06-10  Kim F. Storm  <storm@cua.dk>
8802         * pcvs.el (cvs-mode-diff-yesterday): New command.
8804         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8806 2004-06-10  Juri Linkov  <juri@jurta.org>
8808         * emacs-lisp/edebug.el (edebug-eval-defun):
8809         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8810         Fix docstring.
8812         * simple.el (eval-expression-print-format): Don't print additional
8813         information on the first call to `eval-print-last-sexp'.
8814         (next-error-find-buffer): Fix punctuation.
8815         (killing) <defgroup>: Fix punctuation.
8816         (yank-excluded-properties): Change group from editing to killing.
8818         * replace.el (perform-replace): Use `limit' to terminate the
8819         while-loop explicitly.
8821 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8823         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8824         Use lc-*.xpm as prefix instead of *-locol.xpm.
8826         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8827         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8828         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8829         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8830         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8831         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8832         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8833         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8834         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8835         * toolbar/lc-up_arrow.xpm:
8836         Rename from *-locol.xpm.
8838 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
8840         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8841         include forms like &<str>; as valid url patterns.
8843 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
8845         * dired.el (dired-diff, dired-backup-diff)
8846         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8847         (dired-do-chown, dired-do-touch, dired-do-print)
8848         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8849         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8850         (dired-create-directory, dired-do-copy, dired-do-symlink)
8851         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8852         (dired-do-copy-regexp, dired-do-hardlink-regexp)
8853         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8854         (dired-maybe-insert-subdir, dired-next-subdir)
8855         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8856         (dired-kill-subdir, dired-tree-up, dired-tree-down)
8857         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8858         (dired-run-shell-command, dired-query): Remove redundant,
8859         or incorrect, autoloads.
8861         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8862         does not end in a slash.  Add optional argument KILL-ROOT.
8863         Update docstring.
8864         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8865         (dired-query): Add autoloads.
8867 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
8869         * progmodes/compile.el (compilation-set-window-height):
8870         Rearrange the save-* functions because a buffer can have several current
8871         point in different windows.
8872         (compilation-error-regexp-alist-alist): Recognize {standard input}
8873         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8875 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8877         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8878         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8879         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8880         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8881         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8882         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8883         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8884         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8885         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8886         * toolbar/up_arrow-locol.xpm:
8887         New versions of icons that uses fewer colors.
8889         * toolbar/tool-bar.el (tool-bar-local-item)
8890         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8891         if display-color-cells is 256 or less.
8893 2004-06-08  Kim F. Storm  <storm@cua.dk>
8895         * wid-edit.el (widget-specify-button): Use hand pointer rather
8896         than mouse-face as visible mouse-over effect.
8898 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
8900         * saveplace.el (save-place-alist-to-file): Bind `print-length'
8901         and `print-level' to nil when writing out `save-place-alist'.
8902         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8904 2004-06-07  Juanma Barranquero  <lektu@terra.es>
8906         * completion.el (completion-kill-region): Doc fix.
8908         * format.el (format-insert-annotations)
8909         (format-annotate-location): Doc fixes.
8910         (format-subtract-regions): Make arguments match their use in docstring.
8912         * simple.el (kill-region): Doc fix.
8914         * subr.el (insert-buffer-substring-no-properties)
8915         (insert-buffer-substring-as-yank): Doc fixes.
8917 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
8919         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8920         Update docstring.
8921         (dired-reset-subdir-switches): New function.
8923         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8924         Limit scope of `buffer-read-only' binding.
8926 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
8928         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8929         eshell-explicit-command-char.
8931 2004-06-06  Juanma Barranquero  <lektu@terra.es>
8933         * help-fns.el (help-argument-name): Inherit from italic face only
8934         if the frame supports it.
8936 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8938         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8939         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8940         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8941         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8942         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8943         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8944         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8945         New conversions from xpm files.
8947         * toolbar/README: New file.
8949 2004-06-06  Richard M. Stallman  <rms@gnu.org>
8951         * isearch.el (isearch-mode-map): Undo previous change.
8953 2004-06-05  Juri Linkov  <juri@jurta.org>
8955         * bindings.el (debug-ignored-errors): Add regexps for history
8956         related messages.  Remove $ from "No further undo information".
8957         Move Ediff's messages to ediff.el.
8959         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8961         * cus-edit.el (custom-display): Add `min-colors'.
8963         * custom.el (defface): Add `supports' to docstring.
8965         * help-fns.el (help-argument-name): Add :group 'help.
8967 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
8969         * find-dired.el (find-ls-subdir-switches): New user option.
8970         (find-dired): No longer call `abbreviate-file-name' on DIR.
8971         Set `dired-subdir-switches' buffer-locally.
8973         * locate.el: Merge the two `Commentary' sections.
8974         (locate-ls-subdir-switches): New user option.
8975         (locate): Update for other changes.
8976         (locate-mode-map): Restore Dired binding for mouse-2.
8977         Bind `locate-mouse-view-file' to M-mouse-2.
8978         Bind `l' to `locate-do-redisplay'.
8979         (locate-main-listing-line-p, locate-do-redisplay): New functions.
8980         (locate-mouse-view-file, locate-tags, locate-find-directory):
8981         Print message if used outside main listing.
8982         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
8983         Various changes to support inserted subdirectories.
8984         (locate-insert-header): Change header of *Locate* buffer.
8986         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8987         Change interactive default switches.
8988         (dired-rename-subdir-2): Update `dired-switches-alist'.
8989         (dired-insert-subdir, dired-kill-subdir):
8990         Handle `dired-switches-alist'.  Do not mark buffer modified.
8991         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8992         (dired-insert-subdir-doinsert): Omit messages.
8993         Handle `dired-subdir-switches'.
8994         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8996         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8997         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8998         subdirs if -R switch is used for a subdir.
8999         (dired-mode): Set `dired-switches-alist'.
9000         (dired-build-subdir-alist): Only print number of directories in
9001         echo area when invoked interactively.
9003 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
9005         * dired-x.el (dired-omit-mode): Rename from
9006         dired-omit-files-p.  Use define-minor-mode to define it.
9007         (dired-omit-files-p): Add as alias for dired-omit-mode.
9008         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
9009         dired-mark-omitted.
9010         (dired-mark-omitted): Add.  Bind to M-O.
9012 2004-06-05  Kenichi Handa  <handa@m17n.org>
9014         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
9016 2004-06-05  Juanma Barranquero  <lektu@terra.es>
9018         * help-fns.el (help-argument-name): Reintroduce face.
9019         (help-default-arg-highlight): Use it, now that
9020         `face-differs-from-default-p' can be trusted.
9022 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
9024         * textmodes/table.el: Sentence commands added to Point Motion
9025         group; kill and backward-kill commands added to Extraction group.
9027 2004-06-04  Mario Lang  <mlang@delysid.org>
9029         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9030         systems appear to use mW, make the code handle this.  Fix a
9031         division-by-zero bug while at it, and handle kernels with
9032         a slightly different layout in /proc/acpi.
9034 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
9036         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
9037         because the latter is a CL-ism.  This fixes the bug reported by
9038         Shawn Boyette <mdxi@collapsar.net> in
9039         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
9041 2004-06-04  Miles Bader  <miles@gnu.org>
9043         * faces.el (display-supports-face-attributes-p): Function moved to
9044         C code.  Previously only the tty-related portion of this function
9045         was done in C; however the previous attempt to do a halfway-proper
9046         job for non-tty displays in lisp didn't work properly because of
9047         funny conditions during Emacs startup.
9048         (face-differs-from-default-p): Simplify, now that
9049         display-supports-face-attributes-p works properly on all display
9050         types.  Remove :stipple from comparison; it doesn't really work
9051         in emacs anyway.
9053 2004-06-04  Miles Bader  <miles@gnu.org>
9055         * faces.el (face-differs-from-default-p): Use a different
9056         implementation, so we can really check whether FACE displays
9057         differently or not.
9059 2004-06-04  Miles Bader  <miles@gnu.org>
9061         * faces.el (display-supports-face-attributes-p): Implement a
9062         `different from default' check for non-tty displays.
9064 2004-06-03  David Kastrup  <dak@gnu.org>
9066         * woman.el (woman-mapcan): More concise code.
9067         (woman-topic-all-completions, woman-topic-all-completions-1)
9068         (woman-topic-all-completions-merge): Replace by a simpler and
9069         much faster implementation based on O(n log n) sort/merge instead
9070         of the old O(n^2) behavior.
9072 2004-06-03  Miles Bader  <miles@gnu.org>
9074         * subr.el (read-number): Use canonical format for default in prompt.
9076         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
9077         Add regexp for " [...]" style defaults.
9079 2004-06-02  Romain Francoise  <romain@orebokech.com>
9081         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
9082         groups: if the user asks for a hidden buffer, open the
9083         corresponding filter group to expose it.
9085         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
9086         `ibuffer-jump-to-buffer'.
9087         (ibuffer-jump-offer-only-visible-buffers): New user option.
9089 2004-06-02  Juanma Barranquero  <lektu@terra.es>
9091         * faces.el (frame-update-faces): Add empty docstring so the one
9092         for `ignore' doesn't show through.
9094         * subr.el (process-kill-without-query): Remove spurious "\n" on
9095         obsolescence string.
9096         (focus-frame, unfocus-frame): Add obsolescence declaration and
9097         empty docstring.
9099         * international/mule.el (register-char-codings): Make alias for
9100         `ignore'.  Move docstring to obsolescence info and remove redundancy.
9102 2004-06-02  Kim F. Storm  <storm@cua.dk>
9104         * frame.el (blink-cursor-start): Turn cursor off initially so blink
9105         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
9107 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9109         * comint.el (comint-replace-by-expanded-history-before-point):
9110         Obey `start' as the docstring says.
9111         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
9112         (comint-update-fence): Prevent font-lock from running unnecessarily.
9113         (comint-dynamic-list-completions): Use with-current-buffer.
9115 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9117         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
9118         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
9119         (bibtex-entry-update): Handle alternatives and optional fields.
9120         (bibtex-parse-entry): Bugfix, handle empty key.
9122 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9124         * vc-arch.el (vc-arch-state): Don't assume the file exists.
9126 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
9128         * desktop.el (desktop-save): Don't save minor modes without a
9129         known mode initialization function.
9131 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
9133         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
9135         * autorevert.el: Update `Commentary' section.
9137 2004-05-30  Juanma Barranquero  <lektu@terra.es>
9139         * dos-fns.el (convert-standard-filename):
9140         * files.el (convert-standard-filename):
9141         * w32-fns.el (convert-standard-filename):
9142         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
9144 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9146         Sync with Tramp.
9148         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
9149         (tramp-let-maybe): Move to an earlier spot in the file.
9150         Patch by Andreas Schwab.
9152 2004-05-30  Andreas Schwab  <schwab@suse.de>
9154         * dired.el (dired-get-filename): Don't use dired-re-dot.
9156 2004-05-30  Richard M. Stallman  <rms@gnu.org>
9158         * files.el (find-file): Doc fix.
9160         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
9162 2004-05-30  Nick Roberts  <nickrob@gnu.org>
9164         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
9165         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
9166         modeline of the locals buffer.
9167         (gdb-goto-breakpoint): Handle gdbmi.
9168         (gdb-get-frame-number): Change for gdbmi.
9170 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
9172         * files.el (file-remote-p): Apply file name handler for operation
9173         `file-remote-p'.  It isn' a property any longer.
9174         (file-relative-name): `fh' and `fd' get the required value via
9175         `find-file-name-handler' already.
9177         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
9178         (top): Remove setting of `file-remote-p' property for
9179         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
9181 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
9183         Version 2.0.41 of Tramp released.
9185         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
9186         Throw away if process has died.
9187         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
9188         (tramp-out-of-band-prompt-regexp): Rename to
9189         `tramp-process-alive-regexp', because its usage is widen.
9190         (tramp-actions-copy-out-of-band): Apply it.
9191         (tramp-actions-before-shell, tramp-multi-actions):
9192         Add `tramp-action-process-alive' action.
9193         (tramp-action-process-alive): New defun.
9194         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9195         Add entry for `file-remote-p'.
9196         (tramp-handle-file-remote-p): New defun.
9197         (top): Remove setting of `file-remote-p'.  Don't set
9198         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
9200         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9201         `file-remote-p'.
9203         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
9204         counted for (last) line.  [They should or they shouldn't?  --Stef]
9205         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
9207 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
9209         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
9210         not really necessary but seems to keep the shell history smaller
9211         in some cases.  It is no substitute for setting HISTFILE and
9212         HISTSIZE from tramp-open-connection-setup-interactive-shell,
9213         though.  Suggested by Luc Teirlinck.
9214         (tramp-open-connection-setup-interactive-shell): Export variables
9215         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
9216         (tramp-set-process-query-on-exit-flag): New compat function.
9217         (tramp-open-connection-multi, tramp-open-connection-su)
9218         (tramp-open-connection-rsh, tramp-open-connection-telnet)
9219         (tramp-do-copy-or-rename-file-out-of-band): Use it.
9220         (tramp-let-maybe): New macro, let-binds a variable only if it
9221         isn't obsolete.
9222         (tramp-check-ls-commands, tramp-handle-expand-file-name)
9223         (tramp-handle-file-truename): Use it.
9224         (tramp-completion-file-name-regexp-unified): Avoid matching
9225         filenames starting with "/:" -- those are reserved for
9226         file-name-non-special.
9228         * tramp-smb.el (tramp-smb-open-connection):
9229         Use tramp-set-process-query-on-exit-flag compat function.
9231 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9233         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
9235         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
9236         (eval-last-sexp-print-value): Print char equivalent regardless
9237         of standard-output value.
9239         * thumbs.el (thumbs-subst-char-in-string): Delete.
9240         (thumbs-thumbname): Use subst-char-in-string.
9241         (thumbs-resize-image): Use condition-case, not ignore-errors.
9242         (thumbs-kill-buffer): Likewise.
9244         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
9245         (thumbs-mode): Make buffer read-only.
9246         (thumbs-make-thumb): Unconditionally accept an existing file.
9247         (thumbs-insert-thumb): Add thumb-image-file property to the image.
9248         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
9249         (thumbs-show-thumbs-list): Error if images not supported.
9250         (thumbs-save-current-image): Improve prompt string.
9251         (thumbs-mode-map): Define u, R, x.
9252         (thumbs-unmark): New command.
9253         (thumbs-emboss-image): Minor cleanup.
9254         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
9255         (thumbs-rename-images): New command.
9256         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
9258         * thumbs.el (thumbs-current-image): New function.
9259         (thumbs-file-list, thumbs-file-alist): New functions.
9260         (thumbs-find-image): Delete arg L.
9261         Don't set up thumbs-fileL as buffer-local global var.
9262         (thumbs-find-image-at-point): Use thumbs-current-image.
9263         (thumbs-set-image-at-point-to-root-window): Likewise.
9264         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
9265         Record and warn about errors.  Update thumbs-markedL for deletions.
9266         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
9267         (thumbs-redraw-buffer): Use thumbs-file-list.
9268         (thumbs-mark): Use thumbs-current-image.
9269         (thumbs-show-name): Use thumbs-current-image.
9271         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
9272         and imenu--last-menubar-index-alist.
9274         * subr.el (with-selected-window): Undo previous change.
9276 2004-05-29  John Paul Wallington  <jpw@gnu.org>
9278         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
9279         (thumbs-mouse-find-image): New command.
9280         (thumbs-mode-map): Bind it to mouse-2.
9281         (thumbs-mode): Make mode-class special.
9282         (thumbs-view-image-mode): Likewise.
9284 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
9286         * flymake.el: New file.
9288 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
9290         * files.el (find-file-noselect-1): Do not bind
9291         `inhibit-read-only' to t during execution of
9292         `find-file-not-found-functions'.
9294 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9296         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
9297         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
9299 2004-05-28  Juri Linkov  <juri@jurta.org>
9301         * simple.el (eval-expression-print-format): New fun.
9303         * simple.el (eval-expression):
9304         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9305         * emacs-lisp/edebug.el (edebug-compute-previous-result)
9306         (edebug-eval-expression): Print additionally the value returned by
9307         `eval-expression-print-format'.
9309         * emacs-lisp/lisp.el (insert-pair-alist): New var.
9310         (insert-pair): Make arguments optional.  Find character pair
9311         from `insert-pair-alist' according to the last input event.
9312         (insert-parentheses): Make arguments optional.
9313         (raise-sexp, delete-pair): New funs.
9315         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
9316         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9317         Bind C-M-q to `indent-pp-sexp'.
9319         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
9320         `pp-to-string' modified to be able to format text with newlines.
9321         (pp-to-string): Move the buffer-formatting part of the code to
9322         `pp-buffer'.  Call `pp-buffer'.
9324         * info.el (Info-desktop-buffer-misc-data): Don't save information
9325         about virtual files.
9326         (Info-restore-desktop-buffer): Restore Info buffers in prepared
9327         buffers with names obtained from the desktop file instead of the
9328         default *info* buffer.
9330 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9332         * subr.el (with-selected-window): Only save/restore the selected window.
9334         * progmodes/compile.el (compilation-error-regexp-alist):
9335         Use expand-file-name and data-directory.
9337         * progmodes/grep.el (grep-tree): Rework previous fix.
9339         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
9340         after the user marked text with the mouse.
9342         * startup.el (command-line): Keep the first regexp of
9343         auto-save-file-name-transforms intact.
9345 2004-05-28  Juanma Barranquero  <lektu@terra.es>
9347         * cus-edit.el (customize-face, customize-face-other-window)
9348         (custom-face-edit-delete): Make arguments match their use in
9349         docstring.
9350         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
9351         docstring.
9353         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
9354         not `cvs-butlast'.
9356         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
9357         `nbutlast' are in subr.el).
9359         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
9360         (set-w32-system-coding-system): Doc fixes.
9362         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
9363         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
9364         Make arguments match their use in docstring.
9365         (artist-draw-region-trim-line-endings)
9366         (artist-mouse-choose-operation): Fix typo in docstring.
9367         (artist-key-set-point-common): Doc fix.
9369 2004-05-28  Simon Josefsson  <jas@extundo.com>
9371         * mail/smtpmail.el (smtpmail-open-stream):
9372         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
9374 2004-05-26  Simon Josefsson  <jas@extundo.com>
9376         * starttls.el: Merge with my GNUTLS based starttls.el.
9377         (starttls-gnutls-program, starttls-use-gnutls)
9378         (starttls-extra-arguments, starttls-process-connection-type)
9379         (starttls-connect, starttls-failure, starttls-success): New variables.
9380         (starttls-program, starttls-extra-args): Doc fix.
9381         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
9382         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
9383         and pass on to corresponding *-gnutls function if it is set.
9385 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
9387         * autorevert.el (auto-revert-handler): Disable auto-reverting of
9388         remote files.
9390 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
9392         * files.el (file-name-non-special): There are more operations
9393         which need handling: `find-backup-file-name',
9394         `insert-file-contents', `verify-visited-file-modtime',
9395         `write-region'.  Rename t value of method to `add'.  Add new
9396         methods `quote' and `unquote-then-quote' to file-arg-indices.
9398 2004-05-25  Juri Linkov  <juri@jurta.org>
9400         * info.el (Info-toc): Call Info-mode on intermediate buffer.
9401         (Info-index-nodes): Enclose code in condition-case to catch errors.
9402         (Info-index-node): Don't search all index nodes if request is only
9403         for the current node and file is not in the cache of index nodes.
9404         (Info-mode-map): Bind Info-copy-current-node-name to `w'
9405         for consistency with dired-copy-filename-as-kill.
9406         Bind `S' to Info-search-case-sensitively.
9407         (Info-copy-current-node-name): New arg.  With zero prefix arg put
9408         the name inside a function call to `info'.  Display copied text in
9409         the echo area.
9411 2004-05-25  Sam Steingold  <sds@gnu.org>
9413         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
9414         strip the package prefix from the symbol name, if any.
9415         Make it the `find-tag-default-function' for `lisp-mode'.
9417 2004-05-25  John Paul Wallington  <jpw@gnu.org>
9419         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
9420         instead of obsolete `process-kill-without-query'.
9422         * textmodes/texinfmt.el (texinfo-indexvar-alist):
9423         Declare as variable, not constant.
9425 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9427         * files.el (find-file-noselect-1): Fix bug introduced by
9428         Revision 1.694.  As a side effect, `inhibit-read-only'
9429         is again, by default, t during execution of
9430         `find-file-not-found-functions'.
9431         (insert-directory): Check that lines were really inserted by
9432         the --dired switch, before erasing them.
9434 2004-05-24  Nick Roberts  <nickrob@gnu.org>
9436         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
9437         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
9438         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
9439         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
9440         gud-minor-mode (gdbmi).
9442 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9444         * net/browse-url.el (browse-url-interactive-arg): Enable user to
9445         explicitly select the text to be taken as URL.
9447 2004-05-23  Juri Linkov  <juri@jurta.org>
9449         * info.el (Info-index-nodes): New var and fun.
9450         (Info-goto-index, Info-index, info-apropos)
9451         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
9452         (Info-index): Fix docstring.  Store and restore Info-history-list.
9453         (Info-complete-nodes): New var.
9454         (Info-complete-menu-item): Use it.
9455         (Info-index-node): New fun.
9456         (Info-final-node, Info-forward-node, Info-backward-node)
9457         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
9458         Use Info-index-node.
9459         (Info-extract-menu-item, Info-extract-menu-counting): Set second
9460         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
9461         (Info-find-node-2): If a node with period in its name not found,
9462         try to find a node without the name part after period.
9463         (Info-select-node): Call Info-fontify-node only if
9464         Info-fontify-maximum-menu-size is not nil.
9465         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
9466         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
9467         Preserve Info-history-list.
9468         (Info-toc): Set Info-current-file.
9469         (Info-build-toc): Move point to the beginning of the buffer.
9470         Add main-file variable.
9471         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
9472         Use backslashed representation of the control character ^_.
9474         * textmodes/texinfmt.el (texinfo-print-index): Print index line
9475         numbers in the new Texinfo 4.7 format.
9477         * add-log.el (change-log-font-lock-keywords): Remove `:' from
9478         regexps for function and variable names.
9480         * descr-text.el (describe-property-list): Add [show] button for
9481         `syntax-table' property with action to pp to a separate buffer.
9482         (describe-char): Replace search-forward by re-search-forward with
9483         whitespace regexp after "character:" to not fail in too narrow windows.
9485         * simple.el (next-error-find-buffer): Add a rule to return
9486         next-error capable buffer if one window on the selected frame
9487         displays such buffer.
9489 2004-05-23  Nick Roberts  <nickrob@gnu.org>
9491         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
9492         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
9493         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
9494         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
9495         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
9496         Handle new value for gud-minor-mode (gdbmi).
9497         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
9498         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
9499         Change from local to global gdb variable set.
9500         (gdb-ann3): Initialise above gdb variable set.
9501         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
9502         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
9503         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
9504         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
9505         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
9506         (gdb-info-locals-handler, gdb-invalidate-assembler)
9507         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
9508         set as global variables.
9509         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
9510         Handle gdbmi.
9511         (gdb-info-breakpoints-custom): Fix regexp.
9512         (def-gdb-var): Delete.
9514         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
9515         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
9516         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
9517         a new mode.  The file (gdb-mi.el) for this mode will be included
9518         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
9519         primary interface.
9521 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
9523         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
9524         interpreted as a directory.
9526 2004-05-22  Richard M. Stallman  <rms@gnu.org>
9528         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
9529         as a close quote.
9531         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
9533         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9534         Use assoc-string, not assoc-ignore-case.
9536         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
9538         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
9539         If moving back then fwd gets a defun that ends before point,
9540         try again moving fwd then back.
9542         * files.el (file-name-non-special): Allow t in file-arg-indices
9543         to mean requote the return value.  Use `identity' as an element
9544         rather than as the whole value.
9546         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
9548 2004-05-22  Juanma Barranquero  <lektu@terra.es>
9550         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
9551         `help-make-usage'.
9552         (help-highlight-arguments): Skip function name before searching
9553         for arguments.
9555 2004-05-21  Juanma Barranquero  <lektu@terra.es>
9557         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
9558         Don't mention in the docstring these arguments meant for
9559         internal (recursive) use only.
9560         (allout-char-spec): Comment out (it's not implemented).
9561         (allout-old-expose-topic, allout-exposure): Fix docstring and add
9562         obsolescence declaration.
9563         (allout-flatten-exposed-to-buffer)
9564         (allout-indented-exposed-to-buffer): Fix typos in docstring.
9565         (my-mark-marker): Doc fix.
9566         (produce-allout-mode-map, allout-sibling-index)
9567         (allout-isearch-expose, allout-distinctive-bullet)
9568         (allout-open-topic, allout-reindent-body)
9569         (allout-rebullet-heading, allout-process-exposed)
9570         (allout-insert-listified, allout-latex-verb-quote)
9571         (allout-insert-latex-header, allout-insert-latex-trailer):
9572         Make arguments match their use in docstring.
9573         (allout-primary-bullet, allout-old-style-prefixes)
9574         (allout-inhibit-protection, allout-init, allout-mode)
9575         (allout-before-change-protect, allout-flag-region):
9576         Use "Emacs" instead of "emacs" in docstrings.
9578 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
9580         * international/characters.el: Modify syntax of more characters.
9582 2004-05-21  Masatake YAMATO  <jet@gyve.org>
9584         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
9585         (etags-tags-completion-table): Show parsing progress.
9587 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
9589         * locate.el (locate-prompt-for-command): Shorten first line of
9590         docstring.
9591         (locate-mode): Expand docstring and include keymap summary.
9593         * files.el (find-file-noselect-1): Limit the scope of the
9594         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
9595         is, by default, nil during the execution of
9596         `find-file-not-found-functions' and `find-file-hook'.
9598 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
9600         * facemenu.el (facemenu-color-name-equal): New function.
9601         (list-colors-display): Use it to compare colors instead of
9602         facemenu-color-equal.
9604 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
9606         * compare-w.el (compare-windows-face): Use min-colors instead of
9607         checking for tty or pc types.
9609 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9611         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
9612         (completion-setup-function): Use with-current-buffer.
9613         Properly save excursion.  Simplify.
9614         Don't assume there is necessarily a `mouse-face' property somewhere.
9616         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9618         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
9620         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
9621         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
9622         Use with-current-buffer.
9623         (byte-goto-log-buffer): Delete.
9624         (byte-compile-log-file): Call compilation-forget-errors.
9626 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9628         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
9629         output messages into the search result.
9631 2004-05-19  Masatake YAMATO  <jet@gyve.org>
9633         * wid-edit.el (widget-radio-button-notify): Revert my last
9634         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9636 2004-05-19  Kenichi Handa  <handa@m17n.org>
9638         * international/characters.el: Fix syntax (open/close) of CJK chars.
9640 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
9642         * help-mode.el (help-go-back): Don't depend on position of back button.
9644 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9646         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
9647         files files don't contain an accidental additional /.
9649         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
9650         in source buffer.
9652 2004-05-18  Masatake YAMATO  <jet@gyve.org>
9654         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
9655         to widget-apply.  :action method assumes 2 arguments, not 3.
9657 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
9659         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9660         New constants.
9661         (hs-special-modes-alist): Add an f90-mode entry.
9663 2004-05-17  Sam Steingold  <sds@gnu.org>
9665         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9666         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
9668 2004-05-16  Kim F. Storm  <storm@cua.dk>
9670         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
9672 2004-05-15  John Wiegley  <johnw@newartisans.com>
9674         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
9675         (eshell-output-object-to-target): Improve output speed 20% by not
9676         calling `eshell-stringify' if something is already known to be a string.
9678 2004-05-15  Alex Ott  <ott@jet.msk.su>
9680         * textmodes/ispell.el (ispell-local-dictionary-alist):
9681         Add windows-1251 to the choice of coding systems.
9682         (ispell-dictionary-alist-6): Add support for "russianw.aff",
9683         encoded in cp1251.
9685 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
9687         * progmodes/compile.el (compilation-warning-face)
9688         (compilation-info-face): Use min-colors.
9690 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9692         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
9693         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
9694         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
9695         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
9696         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
9697         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
9698         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
9699         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
9700         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
9701         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
9702         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
9703         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
9704         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
9705         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
9707 2004-05-15  Kim F. Storm  <storm@cua.dk>
9709         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
9710         Use it to set triggered-p element of timer.
9711         (timer-event-handler): Set triggered-p element non-nil while running
9712         the timer function.
9714 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9716         * descr-text.el (describe-char-unicode-data)
9717         (describe-char-unicodedata-file): Re-enable the unicode code now that
9718         the licensing issues have been cleared in the unicode-4 license.
9719         (describe-text-properties-1): Remove unused `overlay' var.
9720         (describe-char): Remove unused var `buffer'.
9722 2004-05-14  David Ponce  <david@dponce.com>
9724         * tree-widget.el: New file.
9726 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
9728         * language/european.el ("Brazilian Portuguese"): Add support for
9729         Brazilian Portuguese.
9731 2004-05-13  John Wiegley  <johnw@newartisans.com>
9733         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
9734         `recentf-mode' if this variable has been customized to t.
9736         * eshell/esh-test.el (eshell-test): Call the function
9737         `emacs-version' rather than trying to build a custom version string.
9739 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * net/telnet.el (telnet-mode): Use define-derived-mode.
9742         Don't modify the global value of comint-prompt-regexp.
9744 2004-05-13  John Paul Wallington  <jpw@gnu.org>
9746         * version.el (emacs-version): Check for `gtk' feature before
9747         `x-toolkit' feature.
9749 2004-05-13  Juanma Barranquero  <lektu@terra.es>
9751         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
9752         arguments in the docstring, they're used only in recursive calls.
9754         * help-fns.el (help-arg-highlighting-function)
9755         (help-argument-name): Delete.
9756         (help-default-arg-highlight): New function.
9757         (help-do-arg-highlighting): Use it.
9759 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9761         * calendar/appt.el (appt-disp-window):
9762         Use `calendar-set-mode-line' for a centered mode-line.
9764 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9766         * calendar/appt.el (appt-disp-window): Do not split window
9767         excessively when `split-height-threshold' is low.
9769 2004-05-12  Nick Roberts  <nickrob@gnu.org>
9771         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
9772         kill-buffer-hook here and make it local.
9773         (gud-kill-buffer-hook): Use kill-process for a sure kill.
9775 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
9777         * progmodes/compile.el (compilation-set-window-height):
9778         Use save-excursion to protect against misplaced marker.
9780 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9782         * custom.el (defface): Document that type can have value gtk.
9784         * faces.el (face-spec-set-match-display): Handle type gtk in display.
9786 2004-05-12  Kenichi Handa  <handa@m17n.org>
9788         * descr-text.el: Require quail at comile time.
9789         (describe-char): If an input method is on and it supports the
9790         character, show how to input it.
9792         * international/quail.el (quail-install-decode-map): Accept a
9793         char-table whose subtype is `quail-decode-map'.
9794         (quail-store-decode-map-key, quail-gen-decode-map1)
9795         (quail-gen-decode-map, quail-find-key1, quail-find-key)
9796         (quail-show-key): New functions.
9798 2004-05-12  Juanma Barranquero  <lektu@terra.es>
9800         * generic.el (define-generic-mode): Remove redundant arglist info.
9802         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9803         Make arguments match their use in docstring.
9804         (help-arg-highlighting-function): New variable.
9805         (help-argument-name): Mention it in the docstring.
9806         (help-do-arg-highlight): Use it.  Expand regexp to accept also
9807         ARG-xxx and xxx-ARG references.
9809 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9811         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9812         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9813         and "mailto:addr1?to=addr2" equal.
9815 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9817         * man.el (Man-getpage-in-background): Use shell-file-name
9818         and shell-command-switch variables instead of hard-coded values.
9820 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
9822         * iimage.el: New file.
9824 2004-05-11  Juanma Barranquero  <lektu@terra.es>
9826         * custom.el (custom-initialize-default, defcustom):
9827         Fix typo in docstring.
9829         * files.el (set-visited-file-name, file-expand-wildcards):
9830         Fix docstring.
9832 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9834         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9836         * subr.el (eventp): Be more discriminating with integers.
9838 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
9840         * progmodes/compile.el (compile): Add universal prefix arg.
9841         (compilation-error-regexp-alist-alist): Add edg patterns.
9843 2004-05-10  Sam Steingold  <sds@gnu.org>
9845         * textmodes/ispell.el (ispell-message):
9846         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9848 2004-05-10  Dave Love  <fx@gnu.org>
9850         * progmodes/python.el (help-buffer): Autoload when compiling.
9851         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9852         (run-python): Prepend to any existing PYTHONPATH.
9854 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
9856         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9857         for pending breakpoints.
9859 2004-05-10  Richard M. Stallman  <rms@gnu.org>
9861         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
9862         directly without calling any functions in Rmail.
9863         (unrmail-unprune): Function deleted.
9865 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9867         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9868         C-c C-z binding.
9870 2004-05-10  Kenichi Handa  <handa@m17n.org>
9872         * descr-text.el (describe-char): Fix previous change.  Don't make
9873         a unibyte character to multibyte in the *Help* buffer.
9875 2004-05-10  Miles Bader  <miles@gnu.org>
9877         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9878         buffer an error if the debugger process is actually running.
9880 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9882         * help-fns.el (help-argument-name): Default to italic.
9883         (help-highlight-arguments): Return always (usage . doc), even when
9884         usage is nil.
9886         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9887         (define-ibuffer-filter): Add usage info.
9888         (define-ibuffer-op): Add usage info (but CL-style defaults for
9889         keyword args are not shown).
9891         * subr.el (remove-overlays, read-passwd): Fix docstring.
9892         (start-process-shell-command): Fix docstring.  Put usage info in a
9893         format usable by `describe-function'.
9894         (open-network-stream, open-network-stream-nowait)
9895         (open-network-stream-server): Fix docstring.
9897 2004-05-09  Jason Rumney  <jasonr@gnu.org>
9899         * international/code-pages (cp932, cp936, cp949, c950): Remove.
9900         Only define cp125* if windows-125* is already defined.
9902         * language/korean.el (cp949): Add alias.
9904         * language/chinese.el (cp936, cp950): Add aliases.
9906         * language/japanese.el (cp932): Add alias.
9908         * term/w32-win.el: Require code-pages.
9910         * international/mule-cmds.el (set-locale-environment):
9911         On MS-Windows use ansi code-page for default coding-systems.
9912         Set up paper sizes for Windows 3 letter languages.
9914         * international/code-pages.el (cp932, cp936, cp949, cp950):
9915         Add aliases.  Also add cp125* if not already defined.
9917 2004-05-09  Juanma Barranquero  <lektu@terra.es>
9919         * help-fns.el (help-highlight-arguments): Don't try to highlight
9920         missing or autoloaded arglists.  Accept structured arguments, like
9921         the first ones of `do' and `flet'.
9923         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9924         (cvs-get-marked): Remove redundant arglist info.
9926         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9927         Don't use CL-style default args.
9929 2004-05-08  Andreas Schwab  <schwab@suse.de>
9931         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9933         * international/subst-ksc.el: Fix references to utf-translate-cjk
9934         into utf-translate-cjk-mode.
9935         * international/subst-big5.el: Likewise.
9936         * international/subst-gb2312.el: Likewise.
9937         * international/subst-jis.el: Likewise.
9938         * international/utf-16.el: Likewise.
9939         * international/utf-8.el: Likewise.
9941 2004-05-08  John Wiegley  <johnw@newartisans.com>
9943         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9944         "virtual buffers" (off by default), which makes it possible to
9945         switch to the "virtual" buffers of recently visited files.  When a
9946         buffer name search fails, and this option is on, iswitchb will
9947         look at the list of recently visited files, and permit matching
9948         against those names.  When the user hits RET on a match, it will
9949         revisit that file.
9950         (iswitchb-read-buffer): Add two optional arguments, which makes
9951         isearchb.el possible.
9952         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9953         (iswitchb-next-match): Add support for virtual buffers.
9955         * isearchb.el: This module extends iswitchb to provide "as you
9956         type" buffer selection.
9958         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9959         Ignore the read-only property when flyspell highlighting is on.
9960         Not ignoring it leads to a series of confusing errors.
9961         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9962         but also make sure to call flyspell-incorrect-hook.
9963         (flyspell-maybe-correct-transposition): Perform transposition test
9964         by bit twiddling a string, rather than using a temp buffer.
9965         (flyspell-maybe-correct-doubling): Use a string rather than a temp
9966         buffer.  This is also the original version of the code, which
9967         could not be checked in before due to a previous lack of
9968         assignment papers.  This version has seen heavy usage on my system
9969         for several years now.
9971         * calendar/cal-bahai.el: New file, which adds support for the
9972         Baha'i calendar to Emacs.  This calendar is based on a solar year
9973         of 19 months of 19 days, with 4 intercalary days.  Each year
9974         begins on March 21, with the calendar starting in 1844.
9976         * calendar/cal-menu.el, calendar/calendar.el,
9977         calendar/diary-lib.el, calendar/holidays.el: Added support for
9978         using cal-bahai.el.
9980         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9981         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9982         function can be used outside of eshell buffers.
9983         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9985 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9987         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9988         word constituent so FOO-ARG is not recognized as an arg.
9989         (help-highlight-arguments): Don't skip lists in mandatory arguments.
9991         * simple.el (next-error): Fix typo in docstring.
9992         (open-line): Make argument names match their use in docstring.
9993         (split-line): Fix docstring.
9995         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9996         usable by `describe-function'.
9997         (gensym, gentemp, typep, ignore-errors): Make argument names match
9998         their use in docstring.
10000         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
10001         argument to `help-setup-xref'.
10003 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
10005         Version 2.0.40 of Tramp released.
10007         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
10008         Use symbol-function to invoke functions only known on some Emacs
10009         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
10010         Scaldeferri <kevin@scaldeferri.com>.
10011         (tramp-do-copy-or-rename-file-via-buffer): Rename from
10012         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
10013         consistent with the other tramp-do-* functions.
10014         (tramp-do-copy-or-rename-file): Calls adjusted.
10015         (tramp-process-initial-commands): Avoid liveness check on shell --
10016         we know that it must be alive since we're opening a connection at
10017         this moment.
10018         (tramp-last-cmd): New internal variable.
10019         (tramp-process-echoes): New tunable.
10020         (tramp-send-command): Set tramp-last-cmd.
10021         (tramp-wait-for-output): Delete echo, if applicable.
10022         (tramp-read-passwd): Construct the key for the password cache in a
10023         way that works for multi methods, too.
10024         (tramp-bug): Add backup-directory-alist and
10025         bkup-backup-directory-info to bug reports, with Tramp counterparts.
10027 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
10029         * net/tramp*.el: Suppress byte-compiler warnings where possible.
10031         * net/tramp.el (tramp-out-of-band-prompt-regexp)
10032         (tramp-actions-copy-out-of-band): New defcustoms.
10033         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
10034         used instead of a synchronous one.  Allows password entering.
10035         (tramp-action-out-of-band): New defun.
10036         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
10037         Remove restriction with password from doc string.
10038         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
10039         `tramp-out-of-band-prompt-regexp',
10040         `tramp-actions-copy-out-of-band', `password-cache' and
10041         `password-cache-expiry'.
10042         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
10043         password caching.
10044         (tramp-touch): FILE can be a local file, too.
10045         (TODO): Remove items done.
10046         (tramp-handle-insert-directory): Properly quote file name also if
10047         not full-directory-p.  Handle wildcard case.  Reported by Andreas
10048         Schwab <schwab@suse.de>.
10049         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
10050         new file.
10051         (tramp-handle-file-local-copy, tramp-handle-write-region):
10052         The permissions of the temporary file are set if filename exists.
10053         Reported by Ted Stern <stern@cray.com>.
10054         (tramp-backup-directory-alist)
10055         (tramp-bkup-backup-directory-info): New defcustoms.
10056         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
10057         (tramp-handle-find-backup-file-name): New function.
10058         Implements Tramp's find-backup-file-name.
10060         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
10061         for `find-backup-file-name'.
10063         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
10064         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
10066 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
10068         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
10070 2004-05-07  Juanma Barranquero  <lektu@terra.es>
10072         * subr.el (lambda): Add arglist description to docstring.
10073         (declare): Fix typo in docstring.
10074         (open-network-stream): Fix docstring.
10075         (process-kill-without-query): Fix docstring and add obsolescence info.
10076         (last, butlast, nbutlast): Make arguments match their use in docstring.
10077         (insert-buffer-substring-no-properties): Likewise.
10078         (insert-buffer-substring-as-yank): Likewise.
10079         (split-string): Fix docstring.
10081         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10082         Make argument names match their use in docstring.
10084         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
10086 2004-05-06  Nick Roberts  <nickrob@gnu.org>
10088         * progmodes/gdb-ui.el: Improve/extend documentation strings.
10089         Fit first sentence on one line for apropos-command.
10091 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10093         Changes largely merged in from Dave Love's code.
10094         * progmodes/python.el: Doc fixes.
10095         (python-mode-map): Add python-complete-symbol.
10096         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
10097         (python-comment-indent, python-complete-symbol)
10098         (python-symbol-completions, python-partial-symbol)
10099         (python-try-complete): New.
10100         (python-indent-line): Remove optional arg.  Use python-block-end-p.
10101         (python-check): Bind compilation-error-regexp-alist.
10102         (inferior-python-mode): Use rx.  Move keybindings to top level.
10103         Set comint-input-filter.
10104         (python-preoutput-filter): Use rx.
10105         (python-input-filter): Re-introduce.
10106         (python-proc): Start new process if necessary.
10107         Check python-buffer non-nil.
10108         (view-return-to-alist): Defvar.
10109         (python-send-receive): New.
10110         (python-eldoc-function): Use it.
10111         (python-mode-running): Don't defvar.
10112         (python-mode): Set comment-indent-function.
10113         Maybe update hippie-expand-try-functions-list.
10114         (python-indentation-levels): Initialize differently.
10115         (python-block-end-p): New.
10116         (python-indent-line): Use it.
10117         (python-compilation-regexp-alist): Augment.
10118         (run-python): Import `emacs' module to Python rather than loading
10119         code directly.  Set python-buffer differently.
10120         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
10121         Use python-proc.
10122         (python-send-command): Go to end of comint buffer.
10123         (python-load-file): Use python-proc, emacs.eimport.
10124         (python-describe-symbol): Simplify interactive form.
10125         Use emacs.help.  Do use temp-buffer-show-hook.
10126         Call print-help-return-message.
10127         (hippie-exp): Require when compiling.
10128         (python-preoutput-continuation): Use rx.
10130         * diff-mode.el (diff-make-unified): Fix regexp.
10132 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
10134         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
10135         filter groups from the buffer when rebuilding the Ibuffer buffer
10136         and `ibuffer-show-empty-filter-groups' is nil.
10138 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10140         * ps-print.el (ps-print-quote): Call ps-value-string.
10141         (ps-setup): Call ps-comment-string.
10142         (ps-value-string, ps-comment-string): New funs.
10144 2004-05-06  Juanma Barranquero  <lektu@terra.es>
10146         * ehelp.el (electric-help-command-loop): Check whether the last
10147         character is visible, not (point-max).
10149         * help-fns.el (help-argument-name): Default to bold; don't inherit
10150         from font-lock-variable-name-face.
10151         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
10153 2004-05-05  Kenichi Handa  <handa@m17n.org>
10155         * descr-text.el (describe-char): Copy the character with text
10156         properties and overlays into the first line, and call
10157         describe-text-properties on it.
10159 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
10161         * iswitchb.el (iswitchb-global-map): Fix typo.
10162         Remove unwanted ###autoloads from source file.
10164 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
10166         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
10167         in run-hooks.  Use substitute-command-keys in message.
10168         (wdired-abort-changes): Add message.
10170 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
10172         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
10173         (sql-emacs20-p): Remove.
10174         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
10175         (sql-builtin-face, sql-doc-face): Remove.
10176         (sql-mode-ansi-font-lock-keywords)
10177         (sql-mode-oracle-font-lock-keywords)
10178         (sql-mode-postgres-font-lock-keywords)
10179         (sql-mode-linter-font-lock-keywords)
10180         (sql-mode-ms-font-lock-keywords)
10181         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
10182         (sql-product-font-lock): Fix font-lock reset when font rules change.
10183         (sql-highlight-product): Remove incorrect font-lock reset logic.
10185 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
10187         * ses.el (ses-set-parameter): Fix typo.
10189 2004-05-04  Kim F. Storm  <storm@cua.dk>
10191         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
10192         Must expand directory for completion to work; and don't mess with
10193         process-environment.
10194         (ido-read-file-name): If command has ido property, don't use ido
10195         if value is ignore, or read as directory if value is dir.
10196         Set ido ignore property for dired-do-rename command.
10198 2004-05-04  Juanma Barranquero  <lektu@terra.es>
10200         * ehelp.el (electric-help-command-loop, electric-help-undefined)
10201         (electric-help-help): Check against unmapped commands.
10203         * help-fns.el (help-argument-name): New face, inheriting from
10204         font-lock-variable-name-face, to highlight function arguments in
10205         `describe-function' and `describe-key'.
10206         (help-do-arg-highlight): Auxiliary function to highlight a given
10207         list of arguments in a string.
10208         (help-highlight-arguments): Highlight the function arguments and
10209         all uses of them in the docstring.
10210         (describe-function-1): Use it.  Do docstring output via `insert',
10211         not 'princ', so text attributes are preserved.
10213         * winner.el (winner-mode-map): Move `winner-undo' and
10214         `winner-redo' to C-c <left> and C-c <right>, respectively (the
10215         previous bindings conflict with `prev-buffer', `next-buffer').
10217 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10219         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
10220         (bibtex-entry-update): New command bound to C-c C-u.
10221         (bibtex-text-in-string): Fix regexp.
10222         (bibtex-assoc-of-regexp): Remove.
10223         (bibtex-progress-message): Fix docstring.
10224         (bibtex-inside-field): Use if.
10225         (bibtex-assoc-regexp): New function.
10226         (bibtex-format-entry): Make code more robust so that it formats
10227         also old entries.
10228         (bibtex-autokey-demangle-title): Merge with obsolete function
10229         bibtex-assoc-of-regexp.
10230         (bibtex-field-list): New function.
10231         (bibtex-entry): Use bibtex-field-list.
10232         (bibtex-parse-entry): Fix docstring.
10233         (bibtex-print-help-message): Use bibtex-field-list.
10234         (bibtex-make-field): Use bibtex-field-list.
10235         (bibtex-entry-index): Bugfix.  Return crossref key if required.
10236         (bibtex-lessp): Fix docstring.
10238 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
10240         * select.el (xselect-convert-to-string): Move comment to intended line.
10242 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10244         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
10245         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
10247 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10249         * term/x-win.el (x-clipboard-yank): Don't exit on error from
10250         x-get-selection.
10252 2004-05-03  Jason Rumney  <jasonr@gnu.org>
10254         * makefile.nt: Remove.
10256 2004-05-03  Kim F. Storm  <storm@cua.dk>
10258         * emulation/cua-base.el (cua--update-indications): Fix last change.
10259         (cua-mode): Deactivate mark when cua-mode is enabled.
10261 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
10263         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
10265 2004-05-03  Nick Roberts  <nickrob@gnu.org>
10267         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
10268         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
10269         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
10270         window over visible frames.
10271         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
10273 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10275         * progmodes/compile.el (compilation-gcpro): New var.
10276         (compilation-fake-loc): Use it.
10277         (compilation-forget-errors): Reset it.
10279 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
10281         * diff-mode.el (diff-header-face, diff-file-header-face):
10282         Use min-colors.
10284 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10286         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
10287         (bibtex-clean-entry): Disentangle code.
10288         (bibtex-realign): New function.
10289         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
10290         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
10291         Remove undocumented optional arg called-by-convert-alien.
10292         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
10293         for sorting instead of bibtex-sort-buffer.
10295 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
10297         * progmodes/compile.el (compilation-start): In the
10298         no-async-subprocesses branch, call sit-for to give redisplay a
10299         chance to show the updated process status in the mode line, and
10300         fontify the buffer explicitly after the process exits.
10302 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10304         * progmodes/python.el (python-compilation-line-number): Remove.
10305         (python-compilation-regexp-alist): Don't use it any more.
10306         (python-orig-start, python-input-filter): Remove.
10307         (inferior-python-mode): Don't set up comint-input-filter-functions.
10308         (python-send-region): Use compilation-fake-loc.
10310         * progmodes/compile.el (compilation-messages-start): New var.
10311         (compilation-mode): Don't setup next-error-function here.
10312         (compilation-setup): Set it up here instead (for minor modes as well).
10313         Make compilation-messages-start buffer local.
10314         (compilation-next-error-function): Use it.
10315         (compilation-forget-errors): Set compilation-messages-start.
10317 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10319         * ielm.el (ielm-prompt-read-only): Update docstring.
10321         * comint.el (comint-prompt-read-only): Update docstring.
10322         (comint-update-fence, comint-kill-whole-line)
10323         (comint-kill-region): New functions.
10325         * simple.el (kill-whole-line): Use "p" instead of "P" in
10326         interactive form.
10328 2004-05-01  Juanma Barranquero  <lektu@terra.es>
10330         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
10331         format arglist so default values in CL-style argument lists are
10332         correctly shown.
10334 2004-05-01  Jason Rumney  <jasonr@gnu.org>
10336         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
10338 2004-05-01  Kenichi Handa  <handa@m17n.org>
10340         * international/titdic-cnv.el (miscdic-convert): Don't generate a
10341         quail file if it is up to date.
10343 2004-04-30  Juri Linkov  <juri@jurta.org>
10345         * cus-edit.el (custom-mode-map):
10346         Add key binding `C-x C-s' to `Custom-save'.
10348         * outline.el (outline-blank-line): New var.
10349         (outline-next-preface, outline-show-heading)
10350         (outline-end-of-subtree): Use it.
10352         * dired-aux.el (dired-touch-initial): New fun.
10353         (dired-do-chxxx): Call it for op-symbol `touch'.
10354         (dired-diff): Use `dired-dwim-target-directory'
10355         if current dired buffer has no buffer mark.
10357         * bindings.el (propertized-buffer-identification):
10358         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
10359         Add C-M-arrow keys for consistency.
10361         * files.el (confirm-kill-emacs):
10362         Change group from top-level `emacs' to `convenience'.
10364         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10365         Push mark on the first call of successive command calls.
10366         (insert-pair): New fun created from `insert-parentheses' with
10367         `open' and `close' arguments added.  Enclose active regions
10368         in paired characters.  Compare adjacent characters syntax with
10369         inserted characters syntax before inserting a space.
10370         (insert-parentheses): Call `insert-pair' with ?\( ?\).
10372         * delsel.el: Don't put `delete-selection' property
10373         on `insert-parentheses' symbol to take advantage of
10374         region handling in `insert-pair' function.
10375         Suggested by Stephan Stahl <stahl@eos.franken.de>.
10377 2004-04-30  Kim F. Storm  <storm@cua.dk>
10379         * emulation/cua-base.el: Add support for changing cursor types;
10380         based on patch from Michael Mauger.
10381         (cua-normal-cursor-color, cua-read-only-cursor-color)
10382         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
10383         Customization cursor type and/or cursor color.
10384         (cua--update-indications): Handle cursor type changes.
10385         (cua-mode): Update cursor indications if enabled.
10387         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
10389         * mouse.el (mouse-drag-copy-region): New defcustom.
10390         (mouse-set-region, mouse-drag-region-1): Use it.
10392         * simple.el (kill-ring-save): If region face background color is
10393         unspecified (if no highlighting), show extent of fully visible
10394         region even if transient-mark-mode is enabled.
10396         * emulation/cua-base.el (cua--standard-movement-commands):
10397         Add cua-scroll-up and cua-scroll-down.
10398         (cua-scroll-up, cua-scroll-down): New commands.
10399         (cua--init-keymaps): Remap scroll-up and scroll-down.
10401         * emulation/cua-rect.el (cua--convert-rectangle-as):
10402         New defmacro.
10403         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
10404         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
10405         New commands (suggested by Jordan Breeding).
10407 2004-04-30  Juanma Barranquero  <lektu@terra.es>
10409         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
10411 2004-04-30  Mario Lang  <mlang@delysid.org>
10413         * diff.el (diff-switches): Fix typo in docstring.
10415 2004-04-30  Alex Schroeder  <alex@gnu.org>
10417         * xml.el (xml-debug-print-internal): Don't add newline and
10418         indentation to text nodes and write empty elements as empty tags
10419         instead of opening and closing tags.
10420         (xml-debug-print): Take optional indent-string argument.
10421         (xml-print): Alias for xml-debug-print.
10423 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10425         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
10426         than duplicate call to `line-beginning-position'.
10428         * progmodes/f90.el (f90-get-present-comment-type):
10429         Return whitespace, as well as comment chars, for consistent filling
10430         of comment blocks.  Use `match-string-no-properties'.
10431         (f90-break-line): Trim trailing whitespace when filling comments.
10433 2004-04-30  Dave Love  <fx@gnu.org>
10435         * calendar/diary-lib.el (diary-outlook-formats): New variable.
10436         (diary-from-outlook-internal, diary-from-outlook)
10437         (diary-from-outlook-gnus, diary-from-outlook-rmail):
10438         New functions to import diary entries from Outlook-format
10439         appointments in mail messages.
10441 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10443         * progmodes/python.el (python-send-command): New fun.
10444         (python-send-region, python-load-file): Use it.
10446         * progmodes/compile.el (compilation-last-buffer): Add var alias.
10448         * help-fns.el (help-C-file-name): Use new subr-name.
10449         Prepend `src/' to the file name.
10450         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
10451         (describe-function-1, describe-variable): Only find a C source file
10452         name if DOC is already loaded.
10454         * help-mode.el (help-function-def, help-variable-def):
10455         Use the new find-function-search-for-symbol functionality.
10456         Allow FILE to be `C-source'.
10458         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
10459         (find-function-C-source): New fun.
10460         (find-function-search-for-symbol): Use it.
10462 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
10464         * progmodes/sql.el (sql-product-alist): Rename variable
10465         `sql-product-support'.  Add Postgres login parameters.
10466         (sql-set-product, sql-product-feature): Update with renamed variable.
10467         (sql-connect-postgres): Add username prompt.
10468         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
10469         Make patterns less product specific.
10470         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
10471         (sql-mode-abbrev-table): Modify initialization.
10472         (sql-builtin-face): Add variable.
10473         (sql-keywords-re): Add macro.
10474         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
10475         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
10476         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
10477         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
10478         (sql-mode-linter-font-lock-keywords)
10479         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
10480         (sql-mode-sybase-font-lock-keywords)
10481         (sql-mode-informix-font-lock-keywords)
10482         (sql-mode-interbase-font-lock-keywords)
10483         (sql-mode-ingres-font-lock-keywords)
10484         (sql-mode-solid-font-lock-keywords)
10485         (sql-mode-sqlite-font-lock-keywords)
10486         (sql-mode-db2-font-lock-keywords): Default to nil.
10487         (sql-product-font-lock): Always highlight ANSI keywords.
10488         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
10489         (sql-send-string): Add function.
10491 2004-04-29  Dave Love  <fx@gnu.org>
10493         * progmodes/cfengine.el (cfengine-beginning-of-defun)
10494         (cfengine-end-of-defun): Ensure progress through buffer.
10496         * info-look.el (cfengine-mode): Accept a terminal ().
10498 2004-04-29  Juri Linkov  <juri@jurta.org>
10500         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
10501         instead of isearch-yank-word-or-char.  Add new key bindings for
10502         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
10503         (isearch-del-char): New fun.
10504         (isearch-forward, isearch-edit-string): Update docstring.
10505         (isearch-yank-char): Doc fix.
10506         (isearch-other-meta-char): Restore point after scrolling.
10508         * progmodes/compile.el (compilation-context-lines): Add nil option
10509         to disable compilation output window scrolling.
10510         (compilation-set-window): Use it.
10512         * outline.el (outline-next-preface, outline-show-heading):
10513         Don't leave unhidden blank line before heading.
10514         (outline-end-of-subtree): Include last newline into subtree.
10515         (hide-entry): Leave point at beginning of heading instead of end.
10516         (outline-up-heading): Push mark for the first call of successive
10517         command calls.
10519 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
10521         * comint.el (comint-prompt-read-only): New variable.
10522         (comint-output-filter): Implement it.
10524         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
10525         (ielm-prompt-internal): New variable.
10526         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
10527         (ielm-send-input): Delete unused variable `buf'.
10528         (ielm-eval-input): Use `ielm-prompt-internal'.
10529         (inferior-emacs-lisp-mode): Use new variables
10530         `comint-prompt-read-only' and `ielm-prompt-internal'.
10531         Get rid of obsolete variable `directory-sep-char'.
10532         (ielm): Use `zerop'.
10534 2004-04-29  John Paul Wallington  <jpw@gnu.org>
10536         * thumbs.el (toplevel): Require cl at compile time.
10537         Remove conditional definitions of `ignore-errors' and `caddar'
10538         because they occur at run time.
10540 2004-04-28  Nick Roberts  <nickrob@gnu.org>
10542         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
10543         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
10544         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10545         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
10547         * progmodes/gud.el (gud-common-init): Throw an error if program is
10548         already running under gdb.
10550 2004-04-28  John Paul Wallington  <jpw@gnu.org>
10552         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
10553         (thumbs-show-image-num): Move assignment of
10554         `thumbs-current-image-filename' within scope of `i'.
10555         (thumbs-emboss-image): Don't use `evenp'.
10557 2004-04-28  Richard M. Stallman  <rms@gnu.org>
10559         * progmodes/compile.el (compilation-context-lines): Default now 0.
10561 2004-04-28  Juanma Barranquero  <lektu@terra.es>
10563         Use `time-less-p' from calendar/time-date.el instead of defining
10564         custom versions of it.
10566         * pcomplete.el (pcomplete-time-less-p): Remove.
10568         * thumbs.el (time-less-p): Remove.
10570         * calendar/timeclock.el (timeclock-time-less-p): Remove.
10571         (timeclock-generate-report): Use `time-less-p'.
10573         * emacs-lisp/autoload.el (autoload-before-p): Remove.
10574         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
10576 2004-04-28  Masatake YAMATO  <jet@gyve.org>
10578         * subr.el (remove-overlays): Make arguments optional.
10580         * wid-edit.el (widget-specify-button): Put evaporate to the
10581         overlay for sample.
10582         (widget-specify-sample): Put evaporate to the overlay for sample.
10583         (widget-specify-doc): Put evaporate to the overlay for documentation.
10585 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
10587         * info.el (info-apropos): Make it an index node.  Align node names
10588         like makeinfo.
10590 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
10592         * net/browse-url.el (browse-url-netscape-sentinel)
10593         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
10594         (browse-url-epiphany-sentinel, browse-url-mosaic):
10595         Use browse-url-*-program instead of a literal program name.
10597 2004-04-27  Kevin Ryde  <user42@zip.com.au>
10599         * eshell/em-alias.el:
10600         * eshell/em-dirs.el:
10601         * eshell/em-hist.el:
10602         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
10603         features when M-x customize-group loads modules before the main
10604         eshell.el.
10606 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
10608         * subr.el (momentary-string-display): Support EXIT-CHAR that is
10609         either a character representation of an event or an event
10610         description list.
10612         * type-break.el: Capitalise Emacs and Lisp.
10613         (type-break-good-break-interval, type-break-demo-boring-stats)
10614         (type-break-terse-messages, type-break-file-name): New defcustoms.
10615         (type-break-post-command-hook)
10616         (type-break-warning-countdown-string): Quote variable names in doc.
10617         (type-break-interval-start, type-break-auto-save-file-name): New vars.
10618         (type-break-mode): Document type-break-good-break-interval and the
10619         "session" file.  Schedule break according to the session file.
10620         Kill session file buffer on exit.  Organise for save-some-buffers
10621         to always save the session file.
10622         (type-break-mode-line-message-mode, type-break-query-mode):
10623         Uppercase arguments.
10624         (type-break-file-time, type-break-file-keystroke-count, timep)
10625         (type-break-choose-file, type-break-get-previous-time)
10626         (type-break-get-previous-count): New defuns.
10627         (type-break): Avoid break querying after a completed break in the
10628         case where the query was initiated during user invocation of the
10629         break.  Optional terse messages.
10630         Use type-break-good-break-interval if type-break-good-rest-interval is
10631         nil.  File the break time.
10632         (type-break-schedule): New optional args for overriding the use of
10633         the current time.
10634         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
10635         after a break.
10636         (type-break-check): File the keystroke count.
10637         (type-break-do-query): Prevent a second query when the break is
10638         interrupted.  Optional terse message.
10639         (type-break-keystroke-reset): Record the start of a typing interval.
10640         (type-break-demo-boring): Optional terse messages.  Display word
10641         per minute and keystroke counts according to
10642         type-break-demo-boring-stats.
10644 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
10646         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
10647         directories, make sure they exist under archive-tmpdir.
10649 2004-04-27  Juri Linkov  <juri@jurta.org>
10651         * help.el (view-emacs-news): With argument, display info for the
10652         selected version by finding it among different NEWS files, and
10653         narrowing the buffer to the selected version.
10655         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
10656         same-window-buffer-names.
10657         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
10658         non-numeric prefix argument, append the number to the buffer name
10659         for numeric prefix argument.
10660         (info-other-window): Bind same-window-regexps to nil.
10661         (Info-reference-name): Rename to Info-point-loc.
10662         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
10663         and Info-find-index-name for stringy Info-point-loc.
10664         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
10665         without middle `.', but with final `.' and optional line number
10666         for it.  Set Info-point-loc for index nodes.
10667         (Info-index): Remove middle `.' from index entry regexp.
10668         Modify line number regexp.
10669         (Info-index-next): Decrement line number.
10670         (info-apropos): Remove middle `.' from index entry regexp.
10671         Add optional line number regexp at the end.  Add matched value
10672         for line number to the result list and insert it to the buffer.
10673         Replace match-string by match-string-no-properties.
10674         Reorder result list.
10675         (Info-fontify-node): Hide index line numbers.
10676         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
10677         empty matches.
10678         (Info-follow-reference): Use `str' instead of
10679         Info-following-node-name-re.
10680         (Info-toc): Use full file names.  Set Info-current-node to "Top".
10681         (Info-fontify-node): Compare file names without directory name.
10682         (Info-try-follow-nearest-node): Don't set Info-reference-name.
10683         Set second arg of Info-extract-menu-node-name for index nodes.
10684         (info-xref-visited): Use magenta3 instead of magenta4.
10685         (Info-mode): Add info-apropos to docstring.
10687         * log-view.el (log-view-diff): Replace interactive code "r"
10688         by a list to allow to call it even if region is not active.
10690         * paren.el (show-paren-highlight-openparen): New var.
10691         (show-paren-function): Turn on openparen highlighting when
10692         matching forward if show-paren-highlight-openparen is non-nil.
10694         * simple.el (kill-ring-save): Use blink-matching-delay instead of
10695         the constant value 1.
10696         (completions-common-part): Expand docstring.
10698         * textmodes/picture.el (picture-mode-map): Add arrow keys.
10700 2004-04-27  Kim F. Storm  <storm@cua.dk>
10702         * image.el (insert-sliced-image): Use line-height instead of
10703         line-spacing property on newline.
10705 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
10707         * desktop.el (desktop-buffer-misc-data-function): Rename to
10708         desktop-save-buffer and change docstring.
10709         (desktop-buffer-modes-to-save): Delete.
10710         (desktop-save-buffer-p): Use desktop-save-buffer instead of
10711         desktop-buffer-modes-to-save.
10712         (desktop-save): Rename desktop-buffer-misc-data-function to
10713         desktop-save-buffer and allow non-function value.
10714         (desktop-missing-file-warning): Correct docstring.
10716         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
10717         to desktop-save-buffer.
10719         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
10720         desktop-save-buffer.
10722         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
10724         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
10726 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
10728         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
10730 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
10732         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
10733         (ielm): Only go to the end of the buffer when starting a new process.
10735 2004-04-25  Juanma Barranquero  <lektu@terra.es>
10737         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
10738         mode line.  Bind `inhibit-read-only' to t before modifying
10739         properties of text in the buffer.
10740         (ielm): Force point to the end of buffer, even when running ielm
10741         from inside itself.
10743 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10745         * info.el (info-apropos): Reset Info-complete-cache.
10747 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
10749         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10750         Also recognize severe Irix et al. messages.
10751         (compilation-normalize-filename, compile-abbreviate-directory):
10752         Delete functions.
10753         (compilation-get-file-structure): New function inherits
10754         functionality of the two preceding ones.
10755         (compilation-internal-error-properties, compilation-fake-loc):
10756         Use it so that different paths to the same file share the same
10757         markers.  Also optimize finding adjacent marker slightly.
10759 2004-04-25  Kim F. Storm  <storm@cua.dk>
10761         * image.el (insert-sliced-image): Add line-spacing t property
10762         to newlines separating image lines.
10764 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
10766         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
10768         * ielm.el (ielm-prompt-read-only): New user option.
10769         (ielm-prompt): Expand docstring to describe new behavior.
10770         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
10771         mention it in the docstring.
10773 2004-04-24  Andreas Schwab  <schwab@suse.de>
10775         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
10777         * diff.el (diff): Set default-directory in diff buffer.
10779 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
10781         * mail/sendmail.el (mail-bury): Don't delete the frame where the
10782         mail was being composed if the terminal cannot display more than
10783         one frame; instead, switch to previous frame.
10785         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
10786         (rmail-start-mail): Support rmail-mail-new-frame even on
10787         terminals that can display only one frame at a time.
10789 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10791         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
10792         (checkdoc-output-font-lock-keywords): Remove error regexp.
10793         (checkdoc-output-mode-map): Remove.
10794         (checkdoc-output-mode): Derive from compilation-mode.
10795         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
10797         * dired.el (dired-mode-map): Add a menu entry for wdired.
10799         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10800         (rx-bracket, rx-check-any, rx-any): Clean up name space.
10802         * wdired.el: (wdired-mode-map): Move init into declaration.
10803         Fix `return' binding.
10804         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10805         Use force-mode-line-update.
10806         (wdired-get-filename): Use `unless'.
10807         (wdired-preprocess-files): Don't assume names have no \n and use / for
10808         dir separator.
10809         (wdired-normalize-filename): Use replace-regexp-in-string.
10810         (wdired-load-hooks): Remove.
10811         (wdired-mode-hooks): Rename to wdired-mode-hook.
10813         * info-look.el: Add support for cfengine-mode.
10814         (info-lookup-setup-mode): Use dolist.
10816 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
10818         * wdired.el: New file.
10820 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10822         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10824         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10825         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10826         (pcomplete--help, pcomplete--here): Doc fixes.
10828 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
10830         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10831         handles wrong-number-of-arguments in backend call.
10833         * vc.el (vc-print-log): Likewise.
10835 2004-04-20  Dave Love  <fx@gnu.org>
10837         * emacs-lisp/rx.el: Doc fixes.
10838         (rx-constituents): Add/extend many forms.
10839         (rx-check): Check form is a list.
10840         (bracket): Defvar.
10841         (rx-check-any, rx-any, rx-check-not): Modify.
10842         (rx-not): Simplify.
10843         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10844         (rx-kleene): Use rx-trans-forms.
10845         (rx-quote-for-set): Delete.
10846         (rx): Allow multiple args.
10848 2004-04-23  Kenichi Handa  <handa@m17n.org>
10850         * international/mule-util.el (char-displayable-p): Simplify by
10851         using internal-char-font.
10853 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10855         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10857 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10859         * diff-mode.el (diff-next-error): New fun.
10860         (diff-mode): Use it.
10862         * simple.el (next-error): Change arg name.
10863         Add support for the documented C-u C-x ` usage.
10865         * frame.el (special-display-popup-frame, next-multiframe-window)
10866         (previous-multiframe-window): Only consider frames on same display.
10868 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
10870         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10871         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10873 2004-04-22  Kim F. Storm  <storm@cua.dk>
10875         * net/telnet.el (telnet): Add optional port arg.
10877 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10879         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10880         Minor sanity check on the `hyperlink' slot.
10882         * Makefile.in (recompile): Compile new files.
10884         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10885         Add byte-recompile-directory's optional `arg'.
10887         * cvs-status.el (cvs-tree-use-charset): New var.
10888         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10889         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10890         (cvs-status-cvstrees): Use it.
10892         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10893         Make it a normal major mode.
10894         (checkdoc-buffer-label): Make sure the file name is meaningful.
10895         (checkdoc-output-to-error-buffer): Remove.
10896         (checkdoc-error, checkdoc-start-section): Rewrite.
10898         * info.el (info-node, info-menu-5, info-xref, info-header-node)
10899         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10900         (Info-title-4-face): Use new syntax.
10901         (info-xref-visited): Inherit from info-xref.
10903         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10905 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10907         * simple.el (next-error-last-buffer, next-error-function):
10908         New variables for the next-error framework.
10909         (next-error-buffer-p): New function.
10910         (next-error-find-buffer): Generalize compilation-find-buffer.
10911         (next-error, previous-error, first-error, next-error-no-select)
10912         (previous-error-no-select): Move from compile.el.
10914         * replace.el (occur-next-error, occur-1): Hook into the next-error
10915         framework.
10917         * progmodes/compile.el (compilation-start):
10918         Set next-error-last-buffer so next-error knows where to jump.
10919         (compilation-setup): Set the buffer-local variable
10920         next-error-function to 'compilation-next-error-function.
10921         (compilation-buffer-p, compilation-buffer-internal-p): Use an
10922         alternate way to find if a buffer is a compilation buffer, for
10923         next-error convenience.
10924         (next-error-no-select, previous-error-no-select, next-error)
10925         (previous-error, first-error): Move to simple.el.
10926         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10927         (compilation-last-buffer): Remove.
10928         (compilation-start, compilation-next-error, compilation-setup)
10929         (compilation-next-error-function, compilation-find-buffer):
10930         Remove compilation-last-buffer use.
10932 2004-04-21  Juanma Barranquero  <lektu@terra.es>
10934         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10935         (font-lock-warning-face): Fix spacing.
10937         * makefile.w32-in (WINS): Add url/ directory.
10939 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
10941         * desktop.el (desktop-buffer-mode-handlers): New variable.
10942         Alist of major mode specific functions to restore a desktop buffer.
10943         (desktop-buffer-handlers): Make variable obsolete.
10944         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10945         Catch errors signaled in handlers.  Update buffer count.
10946         Evaluate desktop-buffer-point.
10947         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10948         move to dired.el.
10949         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10950         move to info.el.
10951         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10952         move to mail/rmail.el.
10953         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10954         to mh-e/mh-e.el.
10955         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10956         On fail, print message (to message buffer) even if
10957         desktop-missing-file-warning is nil.
10958         (desktop-buffer-misc-data-function): New buffer local variable.
10959         Function returning major mode specific data.
10960         (desktop-buffer-misc-functions): Make variable obsolete.
10961         (desktop-save): Use desktop-buffer-misc-data-function.
10962         (desktop-buffer-dired-misc-data): Rename to
10963         dired-desktop-buffer-misc-data and move to dired.el.
10964         (desktop-buffer-info-misc-data): Rename to
10965         Info-desktop-buffer-misc-data and move to info.el.
10966         (desktop-read): Add message about number of buffers restored/failed.
10968         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10969         Add parameters.  Pause to display error only when
10970         desktop-missing-file-warning is non-nil.
10971         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10972         (dired-mode): Bind desktop-buffer-misc-data-function.
10974         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10975         Add Parameters.
10976         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10977         (Info-mode): Bind desktop-buffer-misc-data-function.
10979         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10980         Add Parameters.
10982         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10983         Add Parameters.
10985 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
10987         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10988         the case of letters in case-insensitive expansions when the
10989         abbrev is preceded by characters with letter syntax.
10991 2004-04-21  Richard M. Stallman  <rms@gnu.org>
10993         * progmodes/cperl-mode.el (cperl-putback-char):
10994         Delete Emacs 18 definition.
10996         * international/mule.el (ctext-post-read-conversion):
10997         Use assoc-string, not assoc-ignore-case.
10999         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
11001         * emacs-lisp/easymenu.el (easy-menu-add):
11002         Do call x-popup-menu, but only if it's defined.
11004         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
11006         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
11007         Handle multiple args: compile like progn.
11009         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
11010         take all args as &rest arg.
11012         * autoinsert.el (auto-insert-alist): Insert the user's name in
11013         copyright notice, rather than Free Software Foundation.
11015 2004-04-21  Kenichi Handa  <handa@m17n.org>
11017         * descr-text.el (describe-char): Make it work on *Help* buffer.
11019 2004-04-21  Kim F. Storm  <storm@cua.dk>
11021         * image.el (insert-image): Add optional SLICE arg.
11022         (insert-sliced-image): New defun.
11024 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
11026         * subr.el (read-number): Check whether `default' is nil.
11028 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11030         * progmodes/compile.el (compilation-error-properties):
11031         Split into two.
11032         (compilation-internal-error-properties): New one.
11033         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
11035 2004-04-20  Richard M. Stallman  <rms@gnu.org>
11037         * window.el (split-window-save-restore-data):
11038         Don't update the data if OLD-INFO is nil.
11040         * view.el (view-return-to-alist): Mark it permanent local.
11042         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
11044         * recentf.el (recentf-save-list): Catch and warn about errors.
11046         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
11047         so "Buffers" won't be pure.
11049         * help-mode.el (help-mode-finish): Set help-return-alist first
11050         thing, setting only the entry for the selected window.
11052         * help-fns.el (describe-function-1): If many non-control non-meta
11053         keys run the command, don't list all of them.
11055 2004-04-20  Juanma Barranquero  <lektu@terra.es>
11057         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
11058         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
11060         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
11062 2004-04-20  Kenichi Handa  <handa@m17n.org>
11064         * international/quail.el (quail-lookup-key): New optional arg
11065         NOT-RESET-INDICES.
11066         (quail-get-translations): Call quail-lookup-key with
11067         NOT-RESET-INDICES t.
11068         (quail-completion): Likewise.
11069         (quail-lookup-map-and-concat): Likewise.
11071 2004-04-20  Kenichi Handa  <handa@m17n.org>
11073         * international/quail.el (quail-update-translation): Don't insert
11074         such an unsupported multibyte char in a unibyte buffer.
11076 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
11078         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
11079         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
11080         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
11081         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
11082         (gdb-frame-assembler-buffer): Improve behaviour with
11083         multiple frames.
11084         (gdb-display-buffer): Extend search to all visible frames.
11086 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
11088         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
11089         characters left after base64 decoding.
11090         (rmail-decode-region): Use -dos variety of `coding', to remove any
11091         ^M characters left after qp or base64 decoding.
11093 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11095         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
11096         messages.
11098 2004-04-19  Stephen Eglen  <stephen@gnu.org>
11100         * add-log.el (add-change-log-entry): Update doc string to mention
11101         add-log-full-name and add-log-mailing-address.
11103 2004-04-18  Juri Linkov  <juri@jurta.org>
11105         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
11106         (Info-find-node-2): Simplify error message.
11107         (Info-insert-dir): Use Info-following-node-name.
11108         (Info-goto-node): Remove *info-history* and *info-toc*.
11109         (Info-history): Create a node of the virtual history file.
11110         (Info-toc): Create a node of the virtual toc file.
11111         (Info-insert-toc): New arg `curr-file' for reference file names.
11112         (info-apropos): Remove redundant var binding for temp-file.
11113         (Info-index, Info-index-next, Info-mode): Doc fix.
11114         (Info-goto-emacs-command-node): Don't jump to *info* from
11115         non-*info* Info buffers.
11116         (Info-fontify-node): Don't show the file name of external
11117         references if `Info-hide-note-references' is `hide'.  Don't hide
11118         newlines at the end of paragraphs.
11120         * international/mule-diag.el (list-input-methods):
11121         Fix args to help-xref-button.
11123         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
11124         to put into effect local variables from TUTORIAL files.
11126         * textmodes/paragraphs.el (sentence-end) <function>: New fun
11127         with default value taken from the variable `sentence-end'.
11128         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
11129         Add nil const to :type.
11130         (sentence-end-without-period, sentence-end-double-space)
11131         (sentence-end-without-space): Doc fix.
11133         * textmodes/paragraphs.el (forward-sentence):
11134         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
11135         (fill-delete-newlines):
11136         * progmodes/cc-cmds.el (c-beginning-of-statement):
11137         Use function `sentence-end' instead of variable `sentence-end'.
11139 2004-04-18  Andreas Schwab  <schwab@suse.de>
11141         * progmodes/compile.el (compilation-start): Set window start to
11142         point-min if compilation-scroll-output is nil.
11144 2004-04-18  John Wiegley  <johnw@newartisans.com>
11146         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
11148 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
11150         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
11151         (gdb-info-breakpoints-custom): Revert previous change.
11152         (gdb-view-assembler): Update assembler if necessary.
11153         (gdb-frame-handler): Parse correctly for gdb-current-frame.
11154         (gdb-display-source-buffer): Update properly when both source and
11155         assembler are visible.
11157 2004-04-17  John Wiegley  <johnw@newartisans.com>
11159         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
11160         which limits the number of names shown in the minibuffer.  Off by
11161         default.
11162         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
11163         up iswitchb for users with a multitude of open buffers by showing
11164         only the first and last N/2 buffers in the completion list (which
11165         is enough to aid C-s/C-r, and to know that more characters are
11166         needed to refine the completion list).
11168 2004-04-17  Richard M. Stallman  <rms@gnu.org>
11170         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
11171         (file-truename): Expand all ~ constructs directly.
11172         (insert-directory): Delete any error msg output by the
11173         `insert-directory-program'.
11175         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
11176         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
11177         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
11178         (allout-init): Use find-file-hook, not find-file-hooks.
11179         (allout-mode): Eliminate Emacs 18 support.
11180         Use write-contents-functions, not local-write-file-hooks.
11182 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
11184         * progmodes/compile.el (compilation-error-properties): Fix for
11185         adding messages when there are already markers for their file.
11186         (compilation-fake-loc): New function.
11188 2004-04-16  Dave Love  <fx@gnu.org>
11190         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
11191         (python-load-file): Fix python-orig-start setting.
11193         * progmodes/compile.el: Doc fixes.
11194         (compilation-error-regexp-alist-alist)
11195         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
11196         (compilation-assq): Wrap in eval-when-compile.
11197         (compilation-mode-font-lock-keywords): Don't use list*.
11198         (compilation-start): Avoid warning.
11199         (compilation-compat-error-properties)
11200         (compilation-directory-properties): Add keymap property.
11201         (compilation-parsing-end): Make it a marker for better compatibility.
11203         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
11205 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
11207         * xml.el: Doc fixes.
11208         (xml-get-children): Only looks at sub-tags and ignore strings.
11210         * xml.el (xml-parse-tag): Avoid overwriting node-name.
11212 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11214         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
11216 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
11218         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
11220         * vc.el (vc-print-log): Likewise.
11222 2004-04-16  Masatake YAMATO  <jet@gyve.org>
11224         * simple.el (completion-setup-function): Set an initial value
11225         to `element-common-end' before entering loop.  Set a value
11226         to `element-common-end' at the end of loop.
11227         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
11228         (completions-common-part): Rename from completion-de-emphasis.
11229         (completions-first-difference): Rename from completion-emphasis.
11230         Suggested by RMS.
11232 2004-04-16  Juanma Barranquero  <lektu@terra.es>
11234         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
11235         (bookmark-edit-annotation-mode): Add mode name.
11237 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11239         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
11240         for nested conflict markers.
11241         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
11243 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
11245         * progmodes/gdb-ui.el (gdb-goto-info): New function.
11247         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
11249 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11251         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
11252         Give a backtrace if requested.
11254         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
11256         * progmodes/python.el (python-mouse-2-command, python-RET-command):
11257         Remove unused functions.
11258         (python-orig-start-line, python-orig-file): Remove.
11259         (python-orig-start): New var.
11260         (python-input-filter, python-compilation-line-number)
11261         (python-send-region, python-load-file): Use it.
11263         * info.el (info): Always jump to *info*.
11265         * subr.el (posn-set-point): New function.
11267         * mouse.el (mouse-set-point): Use it.
11269         * progmodes/compile.el (compile-goto-error): Use it.
11270         (compilation-button-map): New keymap.
11271         (compilation-error-properties): Use it.
11272         (compilation-shell-minor-mode-map): Don't bind mouse-2.
11274         * smerge-mode.el (smerge-popup-context-menu): Use it.
11276         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
11277         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
11278         mouse and non-mouse case.
11280         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
11281         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
11283         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
11284         Make it work for non-mouse events.
11286         * pcvs-info.el (cvs-status-map): Update binding name.
11288 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
11290         * xml.el (xml-maybe-do-ns): New function to handle namespace
11291         parsing of both attribute and element names.
11292         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
11293         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
11294         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
11295         (xml-parse-attlist): Make it do its own namespace parsing.
11297 2004-04-14  Dave Love  <fx@gnu.org>
11299         * progmodes/python.el (run-python): Fix use of \n.
11300         (python-load-file): Remove `try' from Python fragment.
11301         (python-describe-symbol): Fix message.
11303         * comint.el: Doc fixes.
11304         (comint-last-input-start, comint-last-input-end)
11305         (comint-last-output-start): Give them values.
11306         (comint-arguments): Avoid warning.
11307         (comint-skip-prompt): Use line-end-position.
11308         (comint-backward-matching-input): Rename arg to agree with doc.
11309         (comint-extract-string): Use syntax-ppss.
11310         (comint-dynamic-simple-complete): Delete useless list construction.
11311         (comint-redirect-subvert-readonly): New.
11312         (comint-redirect-preoutput-filter): Use it.
11314         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11315         Correctly handle negative arguments when calling hook functions.
11317 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
11319         * info.el (info-apropos): Don't clobber Info-history-list.
11321 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
11323         * progmodes/compile.el (compilation-setup):
11324         Localize overlay-arrow-position.
11325         (compilation-sentinel): Restructure code equivalently.
11326         (compilation-next-error): Find message on same line after point if
11327         not found before point.
11328         (compile-mouse-goto-error): Restore function so that compilation
11329         buffer need not be current and use compile-goto-error.
11330         (compile-goto-error): Restore function.
11331         (next-error): Set overlay-arrow-position.
11332         (compilation-forget-errors): Don't localize already local
11333         compilation-locs and remove FIXME about refontifying.
11335 2004-04-14  Kim F. Storm  <storm@cua.dk>
11337         * startup.el (emacs-quick-startup): New defvar (set by -Q).
11338         (command-line): New option -Q.  Like -q --no-site-file, but
11339         in addition it also disables menu-bar, tool-bar, scroll-bars,
11340         tool-tips, and the blinking cursor.
11341         (command-line-1): Skip startup screen if -Q.
11342         (fancy-splash-head): Use ":align-to center" prop to center splash image.
11344         * emulation/cua-base.el (cua-read-only-cursor-color)
11345         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
11347 2004-04-13  Dave Love  <fx@gnu.org>
11349         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
11350         (syntax): Don't require.
11351         (python) <defgroup>: Add :version.
11352         (python-quote-syntax): Re-written.
11353         (inferior-python-mode): Move stuff here from run-python and add
11354         some more.
11355         (python-preoutput-continuation, python-preoutput-result)
11356         (python-dotty-syntax-table): New.
11357         (python-describe-symbol): Use them.
11358         (run-python): Move stuff to inferior-python-mode.  Modify code
11359         loaded into Python.
11360         (python-send-region): Use python-proc, python-send-string.
11361         (python-send-string): Send newlines too.  Callers changed.
11362         (python-load-file): Re-written.
11363         (python-eldoc-function): New.
11364         (info-look): Don't require.
11365         (python-after-info-look): New.  A modified version of former
11366         top-level code for use with eval-after-load.
11367         (python-maybe-jython, python-guess-indent): Use widened buffer.
11368         (python-fill-paragraph): Re-written.
11369         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
11370         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
11372 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11374         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
11375         Set compilation-error-regexp-alist earlier.
11377         * progmodes/compile.el (compilation-minor-mode-map)
11378         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
11379         (compile-goto-error): Re-merge the mouse and non-mouse commands.
11381 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11383         * progmodes/compile.el (compile-goto-error): Select the buffer/window
11384         corresponding to the event.
11386 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
11388         * loadup.el: Add cygwin to system-type list, for unexec() support.
11390 2004-04-12  John Paul Wallington  <jpw@gnu.org>
11392         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
11393         (ibuffer-restore-window-config-on-quit): New variable to replace
11394         `ibuffer-delete-window-on-quit'.  Update all references.
11395         (ibuffer-prev-window-config): New variable.
11396         (ibuffer-quit): Restore previous window configuration instead of
11397         deleting window.
11398         (ibuffer): Save window configuration before showing Ibuffer buffer.
11400         * help.el (describe-mode): Doc fix.
11402 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11404         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
11405         not to treat nil as a function.
11407         * vc-arch.el (vc-arch-root): Be a bit more careful.
11408         (vc-arch-register): Save the buffer if we modified it.
11409         (vc-arch-delete-rej-if-obsolete): Save excursion.
11410         (vc-arch-find-file-hook): Use the simpler after-save-hook.
11411         (vc-arch-responsible-p, vc-arch-init-version): New functions.
11413         * net/ldap.el (ldap-search): Use list*.
11415 2004-04-12  Juri Linkov  <juri@jurta.org>
11417         * info.el (Info-follow-reference): Allow multiline reference name.
11419 2004-04-11  Dave Love  <fx@gnu.org>
11421         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
11423         * progmodes/python.el: New file.
11425 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
11427         * vc-hooks.el (vc-arg-list): Function removed.
11428         (vc-default-workfile-unchanged-p): Use condition-case to check for
11429         backward compatibility.
11431         * vc.el (vc-print-log): Use condition-case to check for backward
11432         compatibility.
11434 2004-04-11  Juri Linkov  <juri@jurta.org>
11436         * dired.el (dired-faces): New defgroup.
11437         (dired-header, dired-mark, dired-marked, dired-flagged)
11438         (dired-warning, dired-directory, dired-symlink, dired-ignored):
11439         New faces.
11440         (dired-header-face, dired-mark-face, dired-marked-face)
11441         (dired-flagged-face, dired-warning-face, dired-directory-face)
11442         (dired-symlink-face, dired-ignored-face): New face variables.
11443         (dired-font-lock-keywords): Use them instead of font-lock faces.
11444         Split the rule for dired marks into 3 separate rules: for marks,
11445         marked file names and flagged file names.
11447         * help-mode.el (help-make-xrefs): Add a final newline to the
11448         *Help* buffer.
11450 2004-04-11  John Paul Wallington  <jpw@gnu.org>
11452         * replace.el (occur-engine): Distinguish between one and several
11453         matches in the matches per buffer heading.
11455 2004-04-11  Kim F. Storm  <storm@cua.dk>
11457         * ido.el (ido-confirm-unique-completion): New defcustom.
11458         (ido-complete): Use it.
11459         (ido-write-file): Set it to t unconditionally.
11461 2004-04-10  Miles Bader  <miles@gnu.org>
11463         RCS keyword removal (only non-comment changes are enumerated here):
11465         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
11466         (byte-compile-insert-header): Don't use `byte-compile-version'.
11467         * forms.el (forms-version): Variable removed.
11468         (forms-mode): Don't use `forms-version'.
11469         * recentf.el (recentf-version): Variable removed.
11470         * progmodes/delphi.el (delphi-version): Variable removed.
11471         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
11473 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11475         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
11477 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
11479         * info.el (info-apropos): Improve menu item regexp.
11481 2004-04-09  Simon Josefsson  <jas@extundo.com>
11483         * mail/smtpmail.el: Add comment, based on report by
11484         kdc@rcn.com (Kevin D. Clark).
11486 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11488         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11489         Redo one more thing that I didn't notice Daniel had undone.
11491 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
11493         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
11494         (gdb-goto-breakpoint, gdb-display-buffer)
11495         (gdb-display-source-buffer, gdb-view-source-function)
11496         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
11497         (gdb-source-info, gdb-frame-handler): Don't specify a window
11498         for display.
11499         (gdb-info-breakpoints-custom): Remove superfluous update of
11500         assembler buffer.
11501         (gdb-many-windows): Make settable outside gdb.
11503 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
11505         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
11506         Derive from fundamental-mode rather than text-mode.
11508 2004-04-08  Juri Linkov  <juri@jurta.org>
11510         * info.el (Info-history): Doc fix.
11511         (Info-history-list): New var.
11512         (info-xref): Change magenta4 to blue, remove bold for dark and
11513         light backgrounds, change bold to underline for non-color classes.
11514         (info-xref-visited): New face.
11515         (Info-fontify-visited-nodes): New custom.
11516         (Info-hide-note-references): Add new value `hide'.  Doc fix.
11517         (Info-reference-name): New var.
11518         (Info-selection-hook): New custom.
11519         (Info-edit-mode-hook): New var.
11520         (Info-find-file): New fun.
11521         (Info-find-node): Move part of code to Info-find-file.
11522         (Info-find-node-2): Add anchors to Info-history-list.  Move point
11523         to the place with the reference name if name is defined.
11524         (Info-select-node): Add current node to Info-history-list.
11525         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
11526         (Info-search-whitespace-regexp): New custom.
11527         (Info-search-case-fold): New var.
11528         (Info-search): Add "case-sensitively" to the prompt.
11529         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
11530         (Info-search-case-sensitively, Info-search-next): New fun.
11531         (Info-up): Move point to the menu item of the current node.
11532         (Info-history): New fun.  Add *info-history* to
11533         same-window-buffer-names.
11534         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
11535         (Info-insert-toc): New fun.
11536         (Info-build-toc): New fun.
11537         (Info-follow-reference): Add new arg `fork'.  Doc fix.
11538         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
11539         with the same name prefer the reference closest to point.
11540         (Info-next-reference): Replace * by + in the *Note regexp.
11541         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11542         (Info-prev-reference): Replace * by + in the *Note regexp.
11543         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11544         (Info-follow-nearest-node): Add new arg `fork'.
11545         (Info-try-follow-nearest-node): Add new arg `fork'.
11546         Call browse-url for http:// and ftp:// references.
11547         Set Info-reference-name for index entries.
11548         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
11549         Info-search-next, Info-history, Info-toc, clone-buffer.
11550         (Info-menu-update): Replace * by + in the *Note regexp.
11551         (Info-mode): Add documentation for Info-history, Info-toc,
11552         Info-search-case-sensitively, Info-search-next, clone-buffer.
11553         (Info-fontify-menu-headers): Remove fun.  Move code to
11554         Info-fontify-node.
11555         (Info-fontify-node): Add docstring.  Add local vars
11556         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
11557         then fontify header line, titles, menu headers, http and ftp
11558         references, refill paragraphs.  If not-fontified-p is t or
11559         fontify-visited-p is t then fontify cross references, menu items.
11560         Fontify menu headers.  Fontify http and ftp references.
11561         Change regexp for cross references to require whitespace after *Note,
11562         add matching groups for file and node names.  Remove hack for quote.
11563         Use display property for Info-hide-note-references=t.  Use fifth
11564         or fourth match for help-echo.  Display visited nodes in a
11565         different face.  Unhide file names of external references.
11566         Unhide newlines.  Display visited menu items in a different face.
11568 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11570         * progmodes/compile.el: Require CL.
11571         (compilation-mode-font-lock-keywords): Re-install the "line as
11572         function" patch.
11574         * help-fns.el (help-C-source-directory): New var.
11575         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
11576         (describe-function-1, describe-variable): Use them.
11578         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
11579         to C source files specially.
11581 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11583         * info.el (Info-hide-cookies-node): New function.
11584         (Info-select-node): Use it.
11585         (Info-display-images-node): Remove message with image file name.
11587 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
11589         * progmodes/compile.el (compilation-warning-face)
11590         (compilation-info-face, compilation-skip-threshold)
11591         (compilation-skip-visited, compilation-context-lines):
11592         Declare :version when added to Emacs.
11593         (compilation-error-regexp-alist-alist): Extend caml and irix.
11594         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
11595         (compilation-mode-font-lock-keywords): Temporarily undo line as
11596         function patch, which wasn't ready.
11598 2004-04-07  Kenichi Handa  <handa@m17n.org>
11600         * international/latin1-disp.el (latin1-display-setup): Check each
11601         character is displayable or not instead of calling
11602         latin1-display-check-font.
11604 2004-04-06  Kenichi Handa  <handa@m17n.org>
11606         * language/ethio-util.el (ethio-sera-being-called-by-w3):
11607         New variable.
11608         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
11609         instead of sera-being-called-by-w3.
11610         (ethio-fidel-to-sera-buffer): Likewise.
11611         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
11612         instead of sera-being-called-by-w3.
11613         (ethio-write-file): Likewise.
11615 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11617         * printing.el: Doc fix.
11619 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
11621         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
11622         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
11623         (gdb-setup-windows): Only use separate IO buffer if required.
11625 2004-04-06  Kim F. Storm  <storm@cua.dk>
11627         * term.el (term-is-xemacs): Remove.
11628         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
11629         (term-window-width): New function.
11630         (term-mode, term-check-size): Use it.
11631         (term-mode): Disable overflow-newline-into-fringe in term buffer.
11633 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11635         * cus-edit.el (custom-add-parent-links): Change unbound variable
11636         `symbol' to `name'.
11638 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
11639         * info.el (info-apropos): New function.
11640         (Info-mode-menu): Add it.
11641         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
11643         * help-mode.el (help-make-xrefs): Recognize aliased variable with
11644         inherited docstring.
11646         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
11648 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
11652         * progmodes/compile.el (font-lock): Don't require any more.
11653         (compilation-error-properties, compilation-start, compilation-sentinel)
11654         (compilation-filter, next-error): Use with-current-buffer.
11655         (compilation-skip-to-next-location, compilation-skip-threshold)
11656         (compilation-skip-visited): Move to silence the byte-compiler.
11657         (compilation-setup): Simplify.
11658         (compilation-next-error): Use line-(beginning|end)-position.
11659         Make sure `pt' is non-nil before using compilation-loop.
11660         (compile-goto-error): Add optional event arg.  Use it.
11661         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
11662         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
11663         Update the binding for mouse-2.
11664         (first-error): Set compilation-current-error to nil rather than bob.
11665         (compilation-parsing-end, compilation-parse-errors-function)
11666         (compilation-error-list, compilation-old-error-list):
11667         "New" compatibility variables.
11668         (compile-buffer-substring, compilation-compat-error-properties)
11669         (compilation-compat-parse-errors, compilation-forget-errors):
11670         New compatibility functions.
11671         (compilation-mode-font-lock-keywords): Use them.
11673 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11675         * autorevert.el (auto-revert-handler): If point (or a window
11676         point) is at the end of the buffer, keep it there after
11677         reverting.  This allows to tail a file.
11678         Mention this in the `Commentary'.
11680         * format.el (format-write-file): Add optional argument CONFIRM
11681         and make it behave like the analogous argument to `write-file'.
11683 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11685         * progmodes/ebnf2ps.el: Doc fix.
11686         (ebnf-version): New version number (4.2).
11687         (ebnf-syntax): Customization and docstring fix.
11688         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
11689         Put autoloaded funs before first use.
11690         (ebnf-style-database): Add dtd entry.
11691         (ebnf-syntax-alist): Add dtd initialization.
11692         (ebnf-token-sequence): New fun.
11693         (ebnf-comment-table): Add new comment action character.
11694         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
11696         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
11697         Type Definition for XML).
11699         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
11700         * progmodes/ebnf-bnf.el (ebnf-sequence):
11701         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
11702         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
11703         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
11704         Code simplification: call ebnf-token-sequence.
11706 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
11708         * calendar/timeclock.el (timeclock-relative)
11709         (timeclock-get-project-function, timeclock-get-workday-function)
11710         (timeclock-query-out, timeclock-when-to-leave)
11711         (timeclock-when-to-leave-string, timeclock-log-data)
11712         (timeclock-generate-report, timeclock-in): Doc fixes.
11714 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11716         * url/: New dir.  Import the URL package from its repository.
11718 2004-04-03  Andreas Schwab  <schwab@suse.de>
11720         * diff-mode.el (diff-mode): Fix missing quote.
11722 2004-04-03  Juri Linkov  <juri@jurta.org>
11724         * descr-text.el (describe-property-list): Add `font-lock-face'.
11726         * dired.el (dired-font-lock-keywords): Fix permission regexps.
11728 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11730         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
11731         Use utf-16le on little endian machines and utf-16be otherwise.
11733 2004-04-02  David Kastrup  <dak@gnu.org>
11735         * net/browse-url.el (browse-url-generic): Use call-process
11736         instead of start-process to allow browsers that fork and detach.
11738 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
11740         * compile.el (compilation-current-error): New var.
11741         (compilation-setup, compile-mouse-goto-error)
11742         (compile-goto-error, next-error): Use it.
11743         (compilation-skip-to-next-location): Default to t, which gives
11744         contiguous skipping like old compile (where this was redundant).
11745         (compilation-next-error): Prevent previous-* commands from moving
11746         back to message at or just before point.
11748 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
11750         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
11751         (gdb-source-info): Don't display source at startup, if required.
11752         (gdb-show-main): New option.
11753         (gdba): Update documentation.
11754         (gdb-source): Cover case of auto-display output.
11756 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
11758         * autorevert.el: Delete obsolete autoload's and defvar's.
11759         (auto-revert-check-vc-info): New user option.
11760         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11761         (auto-revert-handler-vc): Delete.
11762         (auto-revert-handler): Treat return value `fast' of
11763         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
11765         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
11766         return `fast'.
11768         * files.el (buffer-stale-function): Doc change.
11770 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11772         * printing.el: New tip on Tips section.
11773         (pr-version): New version number (6.7.4).
11774         (pr-shell-file-name): Initialization fix.
11776 2004-03-31  Juri Linkov  <juri@jurta.org>
11778         * dired.el: Add autoload for `dired-do-touch'.
11779         (dired-touch-program): New var.
11780         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
11781         (dired-no-confirm): Add `touch' to docstring.
11783         * dired-aux.el (dired-do-touch): New fun.
11784         (dired-do-chxxx): Add argument -t for touch operation.
11786         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
11787         `dired-move-to-filename-regexp'.
11789 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
11791         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
11793 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11795         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
11796         and only if the buffer was modified.
11798 2004-03-30  Kenichi Handa  <handa@m17n.org>
11800         * international/characters.el: Delete pairs for U+2308..U+230B.
11802 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
11804         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11805         to detect the beginning of a level 2 or 3 annotation.
11807 2004-03-29  Kenichi Handa  <handa@m17n.org>
11809         * international/ucs-tables.el (ucs-insert): Fix the error message.
11811 2004-03-29  Kenichi Handa  <handa@m17n.org>
11813         * international/mule-util.el (char-displayable-p): Fix generation
11814         of XLFD file name.
11816         * Makefile.in (setwins, setwins_almost): Change directory to $wd
11817         before finding directories by `find'.
11819 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11821         * subr.el (interactive-form): Delete.  Now implemented in C.
11823         * pcvs.el (cvs-parse-process): Workaround for Darwin.
11825         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11826         (vc-diff-label): New fun.
11827         (vc-diff-internal): Use it.
11829         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11831 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11833         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11835         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11836         specify XML (EBNFX).
11838         * progmodes/ebnf2ps.el: Doc fix.
11839         (ebnf-version): New version number (4.1).
11840         (ebnf-syntax): Adjust customization.
11841         (ebnf-style-database): Add ebnfx entry.
11842         (ebnf-syntax-alist): Add ebnfx initialization.
11843         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11845         * printing.el: Doc fix.
11846         (pr-version): New version number (6.7.3).
11847         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11848         returns nil for mouse position.  Reported by Drew Adams
11849         <drew.adams@oracle.com>.
11850         (pr-update-menus): Modify interactive declaration.  Reported by Drew
11851         Adams <drew.adams@oracle.com>.
11853 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
11855         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11856         (gud-gdba-marker-filter): Log the process input and output, if
11857         required.  From Stefan Monnier.
11858         (gdb-debug-log, gdb-enable-debug-log): New variables.
11859         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11861 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11864         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11866 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
11868         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11869         Call vc-find-file-hook here instead of in auto-revert-buffers.
11870         (auto-revert-buffers): Delete call to vc-find-file-hook.
11871         (auto-revert-verbose, global-auto-revert-non-file-buffers)
11872         (global-auto-revert-mode, auto-revert-set-timer)
11873         (auto-revert-handler, auto-revert-buffers): Doc fixes.
11875 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11877         * woman.el (woman-change-fonts): Rename local variable
11878         woman-font-alist to font-alist to avoid a compiler warning.
11880 2004-03-27  Dave Love  <fx@gnu.org>
11882         * emacs-lisp/rx.el (rx): Doc fix.
11883         Fix copyright years.
11885         * strokes.el (strokes-global-set-stroke-string): New function.
11886         (strokes-list-strokes): Cope with strings, not just commands.
11887         Set foreground colour of image.
11888         (strokes-global-set-stroke): Doc fix.
11890 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
11892         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11893         Auto Revert mode.
11894         (Buffer-menu-files-only): New variable.
11895         (Buffer-menu-toggle-files-only): New function.
11896         (Buffer-menu-mode-map): Bind it to `T'.
11897         (Buffer-menu-mode): Mention `T' in docstring.
11898         Set buffer-stale-function.
11899         (list-buffers-noselect): Mark buffer non-modified and set
11900         Buffer-menu-files-only.
11902         * dired.el (buffer-stale-function): Remove no longer needed defvar.
11904         * autorevert.el (auto-revert-handler): Print revert message
11905         before, rather than after, reverting.
11906         (buffer-stale-function): Move to files.el.
11908         * files.el (buffer-stale-function): Move here from autorevert.el.
11910 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11912         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11914         * calc/calc.el (calc-mode-map): Use mapc.
11916         * apropos.el (apropos-mode): Don't autoload.
11917         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
11918         (apropos): Use it.
11919         (apropos-print): Add optional `text' argument.
11920         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11921         Don't assume point-min == 1.
11923         * bs.el (bs-buffer-list): Use buffer-local-value.
11924         (bs--set-toggle-to-show): Use with-current-buffer.
11926         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11927         New funs.
11928         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
11930         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11932         * dabbrev.el (dabbrev-expand): Fix regexp construction.
11933         (dabbrev--find-expansion): Use pop.
11934         (dabbrev--search): Use match-string-no-properties.
11936         * dired.el (dired-mode): Use run-mode-hooks.
11937         (dired-move-to-end-of-filename): Use match-string.
11939         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11940         is bound before using it.
11941         (ediff-verbose-p): Make it into a var since it's not constant.
11943         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11945         * faces.el (read-face-font): Don't cons up unnecessarily.
11946         (header-line, tool-bar): Share common parts.
11948         * files.el (file-relative-name): Use compare-strings.
11950         * finder.el (finder-mode): Follow coding convention.
11952         * subr.el (read-number): New function.
11954         * ses.el (ses-read-number): Move to subr.el.
11955         (ses-set-header-row): Use read-number.
11957 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
11959         * vc-hooks.el (vc-arg-list): New function, which handles both
11960         compiled and uncompiled code.
11961         (vc-default-workfile-unchanged-p): Use it.
11963         * vc.el (vc-print-log): Undo prev change, use new function
11964         vc-arg-list from vc-hooks.el.
11966 2004-03-26  Masatake YAMATO  <jet@gyve.org>
11968         * simple.el (completion-setup-function): Emphasize the
11969         first uncommon characters in the completions; and de-emphasize
11970         the common prefix substrings.
11971         (completion-emphasis): New face.
11972         (completion-de-emphasis): New face.
11974 2004-03-25  Juanma Barranquero  <lektu@terra.es>
11976         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11977         Comment out (it's unused and unfinished code).
11979 2004-03-25  Sam Steingold  <sds@gnu.org>
11981         * vc.el (vc-print-log): Fix a bug in the last patch:
11982         backend-function may be a byte-compiled object, not a lambda.
11984 2004-03-25  Juri Linkov  <juri@jurta.org>
11986         * descr-text.el (describe-property-list): Add a button
11987         for `face' property that calls `describe-face'.
11988         Suggested by luis fernandes <elf@ee.ryerson.ca>
11990         * international/mule.el (keyboard-coding-system):
11991         * kmacro.el (kmacro-call-macro): Fix docstring.
11993         * dired.el: Fix comments.
11995         * textmodes/fill.el (fill): Fix Info link.
11997         * font-lock.el (fast-lock, lazy-lock):
11998         * jit-lock.el (jit-lock): Remove links to removed Support Modes
11999         Info node.
12001         * eshell/eshell.el (eshell): Fix broken info-link.
12003         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
12004         * eshell/em-banner.el (eshell-banner):
12005         * eshell/em-smart.el (eshell-smart):
12006         * eshell/esh-cmd.el (eshell-cmd):
12007         Comment out broken info-links to incomplete Info manual.
12009         * info-xref.el: Fix commentary.
12011 2004-03-25  Kevin Ryde  <user42@zip.com.au>
12013         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
12014         Remove spurious node duplicate suppression, doesn't work, not wanted.
12015         (info-xref-output): Take format style args, add "sit-for 0" to let
12016         user see the results as they progress.
12017         (info-xref-check-all-custom): New function.
12019 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
12021         * gdb-ui.el: Moved to progmodes.
12023 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12025         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
12027 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12029         * calendar/appt.el (appt-check): Remove superfluous progn.
12030         When finished with diary buffer: if it was not being displayed
12031         before, kill it; otherwise restore its original state.
12032         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
12034         * calendar/calendar.el (calendar-set-mode-line): Use total
12035         available mode-line width, rather than frame-width.
12037         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
12038         after mode change so effect not lost.
12040 2004-03-23  Dave Love  <fx@gnu.org>
12042         * dired.el (dired) <defgroup>: Add link to manual.
12043         (dired-font-lock-keywords): Add highlighting on unusual permissions.
12044         (dired-revert): Use dolist.
12045         (dired-mode-map): Add U binding.
12046         (dired-mode): Add font-lock-beginning-of-syntax-function.
12047         (dired-garbage-files-regexp): Make it a defcustom.
12049 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12051         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
12052         is equivalent to nil.
12053         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
12054         (vc-arch-mode-line-string): Accept `added' state.
12055         (vc-arch-state): Use inode-sigs if available.
12056         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
12057         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
12058         (vc-arch-tagline-re): New var.
12059         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
12060         New functions.
12061         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
12062         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
12064         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
12065         (vc-file-not-found-hook): Use it.
12067         * diff-mode.el (diff-default-read-only): Change default.
12068         (diff-mode-hook): Make it a defcustom.  Add some options.
12069         (diff-mode-map): Bind diff-refine-hook.
12070         (diff-yank-handler): New var.
12071         (diff-yank-function): New fun.
12072         (diff-font-lock-keywords): Use them.
12073         (diff-end-of-file): Handle case where file-header looks like diff text.
12074         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
12075         (diff-file-kill): Delete a subsequent empty line, if applicable.
12076         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
12077         (diff-find-file-name): Use it.
12078         (diff-tell-file-name): New command.
12079         (diff-mode): Be careful with view-mode.
12080         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
12081         New functions, for use in diff-mode-hook.
12082         (diff-find-source-location): Catch "regex too large" errors.
12083         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
12084         (diff-refine-hunk): New command.
12086         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
12087         (smerge-context-menu-map): Remove unused var.
12088         (smerge-keep-all): Preserve markers.
12089         (smerge-keep-n): New fun.
12090         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12091         (smerge-keep-current, smerge-ediff): Use it.
12092         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
12093         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
12094         (smerge-resolve): Resolve trivial 3-part conflicts.
12096 2004-03-23  Juri Linkov  <juri@jurta.org>
12098         * man.el (Man-width): New var.
12099         (Man-getpage-in-background): Use it.
12100         (Man-support-local-filenames): New var and fun.
12101         (Man-build-man-command): Don't add a second %s.
12102         (Man-fontify-manpage): Clean up message.
12103         (Man-mode): Set outline-regexp, outline-level,
12104         imenu-generic-expression.
12106         * woman.el (woman-fill-frame): Doc fix.
12107         (woman-decode-region): Use window-width instead of frame-width.
12109         * abbrevlist.el (list-one-abbrev-table):
12110         * descr-text.el (describe-char):
12111         * international/mule-diag.el (describe-current-coding-system):
12112         * international/quail.el (quail-insert-decode-map):
12113         Use window-width instead of frame-width.
12115         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
12116         (jka-compr-mode-alist-additions): Add tbz.
12117         (jka-compr-write-region, jka-compr-insert-file-contents):
12118         Add message for undefined compress-program.
12119         (jka-compr-write-region): Remove redundant var bindings.
12121         * dired-x.el (dired-guess-shell-alist-default): Add choices for
12122         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
12123         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
12124         (dired-man): Use dired-guess-shell-command.
12125         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
12126         Change default nil to t.
12128         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
12129         (dired-compare-directories): Add default value for empty input.
12131         * help-at-pt.el: Move suggestions for key bindings to Commentary.
12133         * time.el (display-time-string-forms): Fix help-echo date format.
12135 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
12137         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
12138         (buffer-stale-function): New variable.
12139         (auto-revert-list-diff, auto-revert-dired-file-list)
12140         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
12141         (auto-revert-handler): Take over some functionality of deleted
12142         functions.
12143         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
12145         * dired.el (dired-directory-changed-p): New fun, extracted from
12146         dired-internal-noselect.
12147         (dired-buffer-stale-p): New fun.
12148         (dired-internal-noselect): Use dired-directory-changed-p.
12149         Eliminate revert messages.
12150         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
12152 2004-03-23  Kenichi Handa  <handa@m17n.org>
12154         * international/characters.el: Setup syntaxes for more parentheses
12155         Unicode characters.
12157         * international/mule-cmds.el (select-safe-coding-system):
12158         Merge coding-system and auto-cs before comparing them.
12160 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12162         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
12164         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12165         normal-auto-fill-function and comment-indent-function.
12166         The default values now work just as well.
12167         Don't set font-lock-beginning-of-syntax-function since we already set
12168         syntax-begin-function.
12169         (lisp-outline-level): Put ;;;###autoload at same level as (.
12170         (prin1-char): Quote special chars.
12172         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
12173         than with-no-warnings.
12175         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
12176         if the source location can't be found.
12177         (edebug-compute-previous-result): Use prin1-char.
12179         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
12180         (debug-ignored-errors): Add an entry.
12182         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
12183         (byte-compile-file): Output warning when deleting a file.
12185         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
12186         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
12188         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
12189         (byte-compile-inline-expand): Use backquote.
12190         (byte-optimize-pure-func): Rename from byte-optimize-concat.
12191         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
12193         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
12195         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
12197 2004-03-22  Juri Linkov  <juri@jurta.org>
12199         * finder.el (finder-known-keywords): Fix data, tex, unix.
12201         * play/landmark.el: Fix keywords.
12203         * language/ethio-util.el (ethio-find-file): Doc fix.
12205         * emacs-lisp/warnings.el: Doc fix.
12207         * textmodes/ispell.el (ispell-help): Doc fix.
12209 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
12211         * format.el (format-insert-file): Always return a list of two
12212         elements, like insert-file-contents does.
12214 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
12216         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
12217         and vc-BACKEND-diff.
12218         (vc-print-log): If the print-log implementation supports it, use
12219         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
12220         (vc-version-diff, vc-diff-internal): Doc fixes.
12222         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
12223         implementation supports it, let diff output go to *vc*,
12224         not *vc-diff*, since this is an internal call.
12226         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
12228         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
12230         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
12232 2004-03-21  Dave Love  <fx@gnu.org>
12234         * progmodes/cfengine.el (cfengine-mode):
12235         Set parse-sexp-ignore-comments.
12237         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
12239 2004-03-21  Juanma Barranquero  <lektu@terra.es>
12241         * allout.el (allout-mode): Fix docstring.
12243 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
12245         * files.el (insert-directory): Fix bug if SWITCHES is a list.
12247         * autorevert.el (auto-revert-interval): Make new value take
12248         effect immediately when set through Custom.
12249         (auto-revert-set-timer): Add interactive declaration.
12251 2004-03-19  David Ponce  <david@dponce.com>
12253         * ruler-mode.el (ruler-mode-header-line-format-old):
12254         Don't `make-variable-buffer-local'.
12255         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
12256         (ruler-mode-header-line-format): Simply funcall the above.
12257         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
12258         to save/restore a previous header line format.
12259         (ruler-mode-space): Don't depend on a numeric WIDTH value.
12260         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
12261         fringes and margins width.
12262         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
12264 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12266         * log-edit.el (log-edit-font-lock-keywords): Typo.
12268         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
12269         (tex-send-tex-command): Rather than here.
12270         (tex-compilation-parse-errors): Simplify.
12272         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
12274         * time.el (display-time-string-forms): Add help-echo with date on time.
12276         * composite.el (compose-region): Use restore-buffer-modified-p.
12278         * disp-table.el (standard-display-8bit): Simplify.
12280         * server.el (server-process-filter): Delete temp frame.
12282         * add-log.el (add-change-log-entry): Simplify.
12284 2004-03-19  Kim F. Storm  <storm@cua.dk>
12286         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
12287         (hexl-follow-line): Don't require 'fringe.
12289         * progmodes/compile.el (compilation-start): Always set
12290         compilation-last-buffer and return it.
12292 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12294         * simple.el (clone-buffer): Doc fix.
12296 2004-03-18  Juanma Barranquero  <lektu@terra.es>
12298         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
12300 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12302         * log-edit.el (log-edit-font-lock-keywords): New var.
12303         (log-edit-mode): Use it.
12305 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
12307         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
12308         properly for watching in speedbar.
12310 2004-03-17  Masatake YAMATO  <jet@gyve.org>
12312         * smerge-mode.el (smerge-popup-context-menu):
12313         Put `unwind-protect' around `overlay-put' and `popup-menu'.
12315 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12317         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
12318         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
12319         Take sealed revisions into account.
12320         (vc-arch-checkin): Extract a summary line from the message.
12322 2004-03-16  Masatake YAMATO  <jet@gyve.org>
12324         * register.el (register): Provide `register' feature.
12326 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12328         Added context menu support in smerge mode.
12329         Most of the part is written by Stefan Monnier.
12331         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
12332         New keymap and menu.
12333         (smerge-text-properties): New function.
12334         (smerge-remove-props): New function.
12335         (smerge-popup-context-menu): New function.
12336         (smerge-resolve): Call `smerge-remove-props'.
12337         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
12338         (smerge-keep-current): Ditto.
12339         (smerge-kill-current): New function.
12340         (smerge-match-conflict): Put text properties.
12341         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
12343 2004-03-15  David Ponce  <david@dponce.com>
12345         * ruler-mode.el: (ruler-mode-left-fringe-cols)
12346         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
12347         (ruler-mode-right-scroll-bar-cols): Remove.
12348         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
12349         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
12350         Use fringe-columns and scroll-bar-columns.
12352 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12354         * hl-line.el (hl-line-range-function): New variable.
12355         (hl-line-move): New function.
12356         (global-hl-line-highlight): Use `hl-line-move'.
12357         (hl-line-highlight): Ditto.
12359         * scroll-bar.el (scroll-bar-columns):
12360         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
12362         * ruler-mode.el (top-level): Require scroll-bar and fringe.
12363         (ruler-mode-left-fringe-cols)
12364         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
12365         (ruler-mode-right-scroll-bar-cols)
12366         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
12367         (ruler-mode-ruler-function): New variable.
12368         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
12369         if the value for `ruler-mode-ruler-function'is given.
12371         * hexl.el (hexl-mode-hook): Make the hook customizable.
12372         (hexl-address-area, hexl-ascii-area): New customize variables.
12373         (hexlify-buffer): Put font-lock-faces on the address area and
12374         the ascii area.
12375         (hexl-activate-ruler): New function.
12376         (hexl-follow-line): New function.
12377         (hexl-highlight-line-range): New function.
12378         (hexl-mode-ruler): New function.
12380 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12382         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
12383         (vc-default-find-file-hook): New fun.
12384         (vc-find-file-hook): Call new find-file-hook operation.
12386         * vc-arch.el: New file.
12388 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
12390         * info-look.el (info-lookup): Reuse an existing Info window.
12392 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12394         * woman.el (woman-preserve-ascii): Default value changed to t and
12395         doc string revised.
12397 2004-03-12  Richard M. Stallman  <rms@gnu.org>
12399         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12400         Fix minor bug.
12402         * replace.el (occur-engine): Change message for count of matches.
12404         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
12405         For strings, do compare text properties.
12407 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
12409         * progmodes/compile.el (compile-auto-highlight)
12410         (compilation-error-list, compilation-old-error-list)
12411         (compilation-parse-errors-function, compilation-parsing-end)
12412         (compilation-error-message, compilation-directory-stack)
12413         (compilation-enter-directory-regexp-alist)
12414         (compilation-leave-directory-regexp-alist)
12415         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
12416         (compilation-current-file, compilation-regexps): Remove vars.
12418         (compile-error-at-point, compilation-error-filedata)
12419         (compilation-error-filedata-file-name, compile-reinitialize-errors)
12420         (compilation-next-error-locus, compilation-forget-errors)
12421         (count-regexp-groupings, compilation-parse-errors)
12422         (compile-collect-regexps, compile-buffer-substring): Remove funs.
12424         (compile-internal): Make obsolete.
12426         (compilation-first-column, compilation-error)
12427         (compilation-directory-matcher, compilation-page-delimiter)
12428         (compilation-mode-font-lock-keywords, compilation-debug)
12429         (compilation-error-face, compilation-warning-face)
12430         (compilation-info-face, compilation-line-face)
12431         (compilation-column-face, compilation-enter-directory-face)
12432         (compilation-leave-directory-face, compilation-skip-threshold)
12433         (compilation-skip-visited, compilation-context-lines): New vars.
12435         (compilation-warning-face, compilation-info-face)
12436         (compilation-message-face): New faces.
12438         (compilation-error-regexp-alist-alist): New constant.
12440         (compilation-face, compilation-directory-properties)
12441         (compilation-assq, compilation-error-properties, compilation-start)
12442         (define-compilation-mode, compilation-loop)
12443         (compilation-set-window): New functions.
12445         (compile): Additional argument for interactive compiles like TeX.
12447         * progmodes/grep.el (kill-grep): Move here from compile.el
12448         (grep-error, grep-hit-face, grep-error-face)
12449         (grep-mode-font-lock-keywords): New variables.
12450         (grep-regexp-alist): Simplify regexp and add `binary' case.
12451         (grep-mode): New mode.
12452         (grep-process-setup): Simplify.
12454 2004-03-11  Jason Rumney  <jasonr@gnu.org>
12456         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
12457         letters on DOS/Windows.
12459 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12461         * server.el (server-name): New var.
12462         (server-socket-dir): New var to replace server-socket-name.
12463         (server-start): Use them.
12465 2004-03-11  Simon Josefsson  <jas@extundo.com>
12467         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
12468         died to avoid infloop.  Reported by Jonathan Glauner
12469         <jglauner@sbum.org>.
12471 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12473         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
12474         (smerge-mode-menu): Use it to deactivate menu entries.
12475         (smerge-keep-current): New fun.
12476         (smerge-keep-current): Use it.
12478 2004-03-10  John Paul Wallington  <jpw@gnu.org>
12480         * foldout.el (foldout-fold-list, foldout-modeline-string):
12481         Declare them as variables, not constants.
12483 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12485         * ps-print.el: Modification to print *Messages* buffer.
12486         (ps-print-version): New version 6.6.4.
12487         (ps-message-log-max): New fun.
12488         (ps-spool-without-faces, ps-spool-with-faces)
12489         (ps-count-lines-preprint): Code fix.
12491         * printing.el: New tips in Tips section.
12493 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12495         * delim-col.el: Doc fix.
12497         * printing.el: Doc fix.  New doc section (Tips).
12499 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12501         * type-break.el (type-break-emacs-variant): Remove.
12502         (type-break-run-at-time, type-break-cancel-function-timers):
12503         Use fboundp rather than version name and number.
12505 2004-03-09  Masatake YAMATO  <jet@gyve.org>
12507         * hexl.el (hexl-mode): Use `make-local-variable' instead of
12508         `make-variable-buffer-local'.
12510 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
12512         * find-dired.el (find-dired): Call `shell-command' instead of
12513         `start-process-shell-command'.  By this, Tramp takes over
12514         handling of remote directories.
12516 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12518         * newcomment.el (comment-use-global-state): New var.
12519         (comment-search-forward): Use it.
12521         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
12523         * cus-edit.el (fill) <defgroup>: Move to fill.el.
12525         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
12526         (enable-kinsoku): Make it a defcustom.
12527         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
12528         paragraph to same-comment-start-marker.
12530 2004-03-07  Dave Love  <fx@gnu.org>
12532         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
12533         (browse-url-mail): Use it.
12535         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
12536         (rfc2368-unhexify-string): Use replace-regexp-in-string.
12538 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12540         * woman.el (woman-man.conf-path): Doc fix.
12541         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
12543 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
12545         * sort.el (sort-columns): Remove ms-dos from the list of systems
12546         where the external `sort' command is not used.
12548 2004-03-07  Kim F. Storm  <storm@cua.dk>
12550         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
12551         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
12552         from overlay-arrow-variable-list.
12553         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
12555 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
12557         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
12558         overlay arrow string properly for the assembler buffer.
12560 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12562         * mail/sendmail.el (mail-mode): Fix last change.
12564 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
12566         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
12567         for the assembler buffer.
12568         (gdb-assembler-custom): Position the overlay arrow.
12569         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
12571 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12573         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
12575         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
12576         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
12578         * mail/sendmail.el (mail-mode): Set comment-start-skip.
12580         * newcomment.el (uncomment-region): Allow non-terminated comment.
12581         (comment-normalize-vars): Check the user-specified comstart marker.
12583 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12585         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
12586         Otherwise, do use it if the region only contains font-lock text
12587         properties.
12589 2004-03-04  Masatake YAMATO  <jet@gyve.org>
12591         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
12592         as the callback function for eldoc.
12593         (hexl-print-current-point-info): New function.
12594         (hexl-current-address): Print the address in both decimal
12595         and hexadecimal format.
12597 2004-03-04  Richard M. Stallman  <rms@gnu.org>
12599         * mail/rmail.el (rmail-convert-to-babyl-format):
12600         Specify t for UNIBYTE when calling mail-unquote-printable-region.
12602         * mail/mail-utils.el (mail-unquote-printable-region):
12603         New arg UNIBYTE.
12605         * startup.el (command-switch-alist): Doc fix.
12607         * simple.el (undo): Temporarily set this-command to `undo-start',
12608         then set it to `undo' once undo-start returns without error.
12610         * simple.el (minibuffer-history-sexp-flag): Doc fix.
12612         * simple.el (kill-line): Don't disregard trailing whitespace
12613         in eol condition, if show-trailing-whitespace is set.
12615         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
12616         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
12617         When disabling, restore old values only if mouse-sel-has-been-enabled.
12619         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
12620         (isearch-{-char): New function.
12621         (isearch-mode-map): Bind { to isearch-{-char.
12623         * font-lock.el (lisp-font-lock-keywords-2):
12624         Turn off the CL with-... and do-... general patterns.
12625         Instead, recognize several specific with... and do... constructs.
12627         * files.el (switch-to-buffer-other-window):
12628         Bind same-window-buffer-names and same-window-regexps to nil.
12629         (switch-to-buffer-other-frame): Likewise.
12631 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12633         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
12634         recognizing leading comment on code line.
12636 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12638         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
12639         hidden files/directories.
12641 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12643         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
12644         only comment-start (in case the mode hasn't set it).
12646         * Makefile.in (AUTOGENEL): New var.
12647         (bootstrap-prepare): Rename from bootstrap-clean.
12648         Don't remove elc files.
12649         (maintainer-clean): New target.
12651         * xml.el (xml-get-attribute-or-nil): Simplify.
12653 2004-03-02  Juri Linkov  <juri@jurta.org>
12655         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
12656         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
12657         URL to prevent their substitution with the environment variable
12658         values by browsers.
12660 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12662         * ps-print.el: Doc fix.
12663         (ps-print-version): New version number (6.6.3).
12664         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
12665         Docstring fix.
12666         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
12667         before printing.
12668         (ps-time-stamp-yyyy-mm-dd): New fun.
12669         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
12671 2004-03-02  Kim F. Storm  <storm@cua.dk>
12673         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
12675 2004-03-01  Juanma Barranquero  <lektu@terra.es>
12677         * allout.el (allout-rebullet-heading): Fix typo in docstring.
12679         * desktop.el (desktop-file-version)
12680         (desktop-after-read-hook): Fix typos.
12681         (desktop-clear-preserve-buffers): Remove redundant info in
12682         docstring already shown by the obsolescence message.
12683         (desktop-truncate, desktop-internal-v2s)
12684         (desktop-value-to-string): Change argument name to match docstring.
12686         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
12688         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
12689         docstring.
12691 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12693         * printing.el: Replace "As Is..." in PostScript file print/preview by
12694         "No Preprocessing...".  Suggested by Colin Marquardt
12695         <_marquardt_@zmd.de>.
12696         (pr-insert-section-4): Adjust buffer interface.
12698 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
12700         Version 2.0.39 of Tramp released.
12702         * net/tramp.el (tramp-handle-file-local-copy)
12703         (tramp-handle-write-region, tramp-open-connection-rsh):
12704         Variable name typo.  Small change.  From Patrick Tullmann
12705         <tullmann@flux.utah.edu>.
12706         (tramp-process-connection-type): New variable.
12707         (tramp-maybe-open-connection): Use it.
12708         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
12709         (tramp-touch): Set last-modified time of a remote file.
12710         (tramp-handle-write-region): Say which function is used when encoding.
12712 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
12714         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
12715         case of non-existing filename, too.  Reported by Christoph Bauer
12716         <c_bauer@informatik.uni-kl.de>.
12717         (tramp-smb-get-file-entries): The directory in question should
12718         have permissions "drwxrwxrwx".  Just virtual, because we don't
12719         know the real permissions.  Don't we know?
12720         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
12721         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
12722         (tramp-smb-wait-for-output): Optimize algorithm getting pending
12723         output.  If it was received chunkwise, there have been problems.
12724         Remove the "prompt not found" error message; it is obvious.
12725         Simplify algorithm.
12726         (tramp-smb-process-running): Remove.  Since we acknowledge the
12727         virtual prompt for shares, there's no need for distinction of
12728         reading shares (process ends afterwards) and interactive mode of
12729         smblient.
12730         (tramp-smb-open-connection): Setting process sentinel removed.
12731         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
12732         "NT_STATUS_NETWORK_ACCESS_DENIED".
12733         (tramp-smb-maybe-open-connection): Set `process-connection-type'
12734         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
12735         (top-level): Setting default value in `tramp-default-method-alist'
12736         corrected.  Order of USER and HOST have been wrong.
12737         Nobody complained for months ...
12738         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
12739         (tramp-smb-open-connection): Clear password cache if login has failed.
12741         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
12742         `tramp-unified-filenames'.
12743         (tramp-completion-mode): Make test for XEmacs explicitely.
12744         `event-to-character' can exists in Emacs packages too.
12745         Reported by Matt Swift <swift@alum.mit.edu>.
12746         (tramp-buffer-name): Buffer name must contain the user if exists.
12747         Reported by Adrian Phillips <a.phillips@met.no>.
12748         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
12749         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
12750         (tramp-do-copy-or-rename-file-out-of-band): Rename from
12751         `tramp-do-copy-or-rename-file-one-local', because it handles also
12752         the case both files use the same out-of-band method.
12753         Implementation added.
12754         (tramp-handle-file-local-copy, tramp-handle-write-region):
12755         Out-of-band handling removed.  `copy-file' called instead, which
12756         calls `tramp-do-copy-or-rename-file-out-of-band'.
12757         (tramp-action-password): Check for out-of-band method removed.
12758         This function is used for 'login-program.
12759         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
12760         appropriate.
12761         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
12762         and `tramp-parse-sknownhosts'.
12763         (tramp-completion-function-alist): It's a defvar now, because we
12764         want to apply the optimized `tramp-set-completion-function'
12765         instead of a static list.
12766         (tramp-set-completion-function): Implementation tuned.
12767         Avoid double entries, and entries where the function or the
12768         file/directory doesn't exist.
12769         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
12770         for SSH2.
12771         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
12772         (tramp-handle-dired-compress-file): New function.
12773         (tramp-async-proc): New variable.
12774         (tramp-handle-shell-command): Adding asynchronous processes.
12775         They are far from being perfect, but it works at least for
12776         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
12777         (top-level): Require password.el if visible.  Should be mandatory
12778         once No Gnus has found its way into (X)Emacs.
12779         (tramp-read-passwd): Invoke `password-read' if available,
12780         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
12781         fallback any longer.
12782         (tramp-clear-passwd): New function.
12783         (tramp-process-actions, tramp-process-multi-actions):
12784         Clear password cache if login has failed.
12786         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
12787         its own module.
12788         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
12789         `ange-ftp-ftp-name-res'.  There could be incorrect values from
12790         previous calls in case the "ftp" method is used in the Tramp file
12791         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12793 2004-02-28  Richard M. Stallman  <rms@gnu.org>
12795         * term.el (term-mouse-paste): Call mouse-set-point.
12797         * thumbs.el: New file.
12799 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12801         * progmodes/ebnf-abn.el: Doc fix.
12803         * progmodes/ebnf-bnf.el: Doc fix.
12804         (ebnf-repeat): Code fix.
12806         * progmodes/ebnf2ps.el: Doc fix.
12807         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
12809 2004-02-28  Juri Linkov  <juri@jurta.org>
12811         * ffap.el (dired-at-point): Additional writability test for
12812         relative directory names.
12813         (dired-at-point-prompter): Treat directories as a directory, get
12814         the directory component from files.
12815         (ffap-string-at-point): Return string from region if region is active.
12816         (ffap-file-at-point): Remove redundant code.
12818 2004-02-28  Kim F. Storm  <storm@cua.dk>
12820         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
12821         Initialize margin area images to nil.
12822         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12823         (breakpoint-enabled-bitmap-face)
12824         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12825         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12826         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12827         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12828         (gdb-reset): Use gdb-remove-breakpoint-icons.
12829         (gdb-put-string): Add dprop arg to specify alternative display
12830         property (for setting fringe bitmap).
12831         (gdb-remove-strings): Doc fix.
12832         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12833         icon in fringe (if available), or else as icon or text in display
12834         margin.  Creates necessary icons in breakpoint-bitmap,
12835         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12836         Also make left window margin if required.
12837         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12838         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
12839         no longer needed.
12840         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12841         gdb-put-breakpoint-icon.
12842         (gdb-assembler-mode): Don't set left-margin-width here.
12844 2004-02-27  Kevin Ryde  <user42@zip.com.au>
12846         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12847         comma, so that it DTRT in macros.
12849 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12851         * progmodes/sh-script.el (sh-shell-arg)
12852         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12853         (sh-leading-keywords, sh-other-keywords): Fix custom type.
12855 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
12857         * faces.el (face-spec-set-match-display): Add a new attribute,
12858         `min-colors'.
12859         (region, highlight, secondary-selection): Use `min-colors'.
12861         * custom.el (defface): Add documentation for `min-colors'.
12863         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12864         (font-lock-keyword-face, font-lock-function-name-face)
12865         (font-lock-variable-name-face, font-lock-constant-face):
12866         Use `min-colors'.
12868         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12870 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12872         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
12873         define assq-delete-all if it's not defined.
12874         (ebnf-generate-region): Code fix.
12876         * printing.el: Doc fix.
12877         (pr-version): New version number (6.7.2).
12878         (pr-command): Return empty string if command is an empty string.
12880 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12882         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12884         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
12885         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12886         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
12887         "tt" ["test"] ).  Reported by Markus Dreyer
12888         <mdreyer@ix.urz.uni-heidelberg.de>.
12889         (ebnf-version): New version number (4.0).
12890         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12891         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12892         (ebnf-delete-style): New commands.
12893         (ebnf-directory, ebnf-file): New funs.
12894         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12895         (ebnf-production-name-p, ebnf-stop-on-error): New options.
12896         (ebnf-syntax-alist): New var.
12897         (ebnf-element-width): New fun replacing ebnf-list-width.
12898         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12899         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12900         (ebnf-prologue): Adjust vars.
12901         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12902         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12903         (ebnf-check-style-values, ebnf-generate-production)
12904         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12905         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12906         (ebnf-token-repeat): Code fix.
12908         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
12909         %right, %left and %prec.  Suggested by Matthew K. Junker
12910         <junker@alum.mit.edu>.
12911         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12913         * progmodes/ebnf-iso.el: Doc fix.
12914         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12915         (ebnf-iso-lex): Code fix.
12917         * progmodes/ebnf-bnf.el: Doc fix.
12918         (ebnf-bnf-lex): Code fix.
12920         * progmodes/ebnf-otz.el: Doc fix.
12922 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12924         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
12925         (abbrev-prefix-mark): Doc fix.
12927 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
12929         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12930         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12931         (gdb-var-delete): Make interactive (really).
12932         (gdb-edit-value): Make non-interactive.
12934         * progmodes/gud.el (gud-speedbar-menu-items):
12935         Add gdb-var-delete and, indirectly, gdb-edit-value.
12936         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12937         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12938         (gud-gdb-marker-filter): Add comment for annotations.
12940 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12942         * calendar/calendar.el (generate-calendar)
12943         (calendar-read-date): Prevent display of BC calendars once more -
12944         reverts 2003-10-01 change.
12945         (generate-calendar-month): Doc fix.
12947 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12949         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12950         return value of increment-calendar-month.
12952 2004-02-21  Stephen Compall  <s11@member.fsf.org>
12954         * saveplace.el (save-place-forget-unreadable-files)
12955         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12956         (save-place-forget-unreadable-files): New function.
12957         (save-place-alist-to-file): Use it to filter out files that are
12958         no longer readable.
12960         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12961         current Texinfo environment, using the same method as in
12962         `texinfo-insert-@end', and insert a space rather than a newline if
12963         point in a @table environment.
12965 2004-02-21  Juri Linkov  <juri@jurta.org>
12967         * ffap.el (ffap-file-at-point): Try parent directories.
12969 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
12971         * vcursor.el (vcursor-modifiers): New defcustom.
12972         (vcursor-cs-binding): Use vcursor-modifiers instead of a
12973         hard-coded list.
12975 2004-02-21  Masatake YAMATO  <jet@gyve.org>
12977         * play/animate.el (animate-birthday-present): Accept names other
12978         than `Sarah', too.
12980 2004-02-21  Juri Linkov  <juri@jurta.org>
12982         * startup.el: Remove table of command line arguments from the
12983         Commentary section.
12985 2004-02-20  John Wiegley  <johnw@newartisans.com>
12987         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12988         again" modifier from 'e' to 'E', since 'e' is also used by the
12989         "file extension" modifier.
12991 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12993         * help-fns.el (describe-categories): Doc fix.
12995 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12997         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12998         temporary file for buffer already visiting one.  This change makes
12999         output likely to be directly usable by patch program.
13000         Suggested by Adrian Aichner  <adrian@xemacs.org>
13002 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
13004         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
13005         case of variables defined in compound statements.
13006         (gdb-setup-windows, gdb-source-info, gdb-source-info):
13007         Simplify constructions using switch-to-buffer.
13009 2004-02-19  Simon Josefsson  <jas@extundo.com>
13011         * play/morse.el: Fix typo.
13012         (morse-code): Add @.
13014 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13016         * calendar/appt.el (appt-display-format): Change default to
13017         'ignore, for backwards compatibility.
13018         (appt-display-message): If appt-display-format is 'ignore,
13019         respect old vars appt-msg-window and appt-visible.
13020         (appt-activate): Don't depend on return value of cancel-timer.
13022         * calendar/calendar.el (calendar-holidays): Doc fix.
13024         * calendar/cal-coptic.el (coptic-prompt-for-date):
13025         Use assoc-string instead of assoc-ignore-case.
13026         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
13027         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
13028         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
13029         * calendar/cal-islam.el (calendar-goto-islamic-date)
13030         (mark-islamic-diary-entries): Ditto.
13031         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
13032         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
13033         (calendar-read-mayan-tzolkin-date): Ditto.
13034         * calendar/calendar.el (calendar-read-date): Ditto.
13035         * calendar/diary-lib.el (mark-diary-entries): Ditto.
13037 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13039         * progmodes/executable.el (executable-command-find-posix-p):
13040         Fix choice of the directory.
13042 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
13044         * simple.el (interprogram-cut-function)
13045         (interprogram-paste-function, kill-new, kill-append):
13046         Doc fixes.
13047         (kill-region): Make it return nil.  Doc fix.
13048         (yank-pop): Make its argument optional.
13049         (yank): Make ARG `-' equivalent to `-1'.
13051 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
13053         * mail/rmail.el (rmail-get-new-mail): Don't reference
13054         rmail-use-spam-filter if rmail-spam-filter is not loaded.
13056 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
13058         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
13059         if one of global-auto-revert-non-file-buffers or autorevert-mode
13060         is non-nil.
13062 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13064         * subr.el (delete-dups): A better implementation from Karl Heuer
13065         <kwzh@gnu.org>.
13067 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13069         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
13070         correct place.
13071         * progmodes/icon.el (icon-indent-command): Ditto.
13072         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
13074 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13076         * progmodes/grep.el (grep-compute-defaults): Undo change from
13077         2004-01-29: don't use executable-command-find-posix-p.
13079 2004-02-16  Richard Sharman  <rsharman@pobox.com>
13081         * hilit-chg.el: Use require instead of eval-and-compile.
13082         (highlight-compare-buffers): New function.
13084 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
13086         * man.el (Man-fontify-manpage): Render section headings in
13087         `Man-overstrike-face' even when overstrike was not used by man
13088         formatter for section headings.
13090 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
13092         * rmail-spam-filter.el: (vm-use-spam-filter)
13093         (rsf-min-region-length-added-to-spam-list): New variables.
13094         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
13095         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
13096         spam testing.  Don't delete spam message if automatic deletion
13097         after output via variable rmail-delete-after-output is turned on.
13098         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
13099         rsf-bbdb-dont-create-entries-for-spam.
13100         (check-field): New function, extracted from code in
13101         rmail-spam-filter to ease addition of header fields like content-type.
13102         (message-content-type): New variable to check the content-type:
13103         field added, also in defcustom of rsf-definitions-alist.
13104         (rmail-spam-filter): Replace repeated test code for header fields
13105         by calls to check-field; change the call to
13106         rmail-output-to-rmail-file such that rmail-current-message stays
13107         the same to avoid wrong deletion of unseen flags.
13108         (rsf-add-contents-type): New function to convert old format
13109         of rmail-spam-definitions-alist into new one.
13110         Change prefixes of all variables and functions from
13111         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
13113 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13115         * loadhist.el (unload-hook-features-list): New defvar.
13117 2004-02-16  Dave Love  <fx@gnu.org>
13119         * loadhist.el (unload-feature): Doc fix.  Rename flist to
13120         unload-hook-features-list.
13122 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
13124         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
13125         cookie.  Don't check if we are looking-at open-formula.
13127 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13129         * subr.el (match-string-no-properties): Use substring-no-properties.
13131 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13133         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
13134         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
13135         Use lower-case "rx" in all error message.
13137 2004-02-16  Dave Love  <fx@gnu.org>
13139         * emacs-lisp/rx.el (rx-or): Put group around result.
13140         (rx-constituents): Add backref.
13141         (rx-syntax): Add string-delimiter, comment-delimiter.
13142         (rx-categories): Add combining-diacritic.
13143         (rx-check-not, rx-greedy, rx): Doc fix.
13144         (rx-backref, rx-check-backref): New.
13146 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
13148         * newcomment.el (uncomment-region): Allow eob as comment end.
13150 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13152         * filecache.el: All message and error commands now use prefix
13153         "Filecache:" to make it easy to read *Messages* buffer.
13155 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13157         * autorevert.el: Add support to detect changed dired and VC buffers.
13158         (auto-revert-active-p, auto-revert-list-diff)
13159         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
13160         (auto-revert-handler, auto-revert-active-p): New functions.
13161         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
13162         and `auto-revert-active-p'.
13163         (eval-when-compile): Defvar dired-directory and vc-mode.
13164         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13165         (auto-revert-handler-vc): New functions.
13167 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13169         * progmodes/compile.el (compilation-directory): New defvar.
13170         (compile): Save current directory in compilation-directory.
13171         (recompile): Bind default-directory to compilation-directory if
13172         that is non-nil.
13174 2004-02-16  Dave Love  <fx@gnu.org>
13176         * newcomment.el (comment-insert-comment-function)
13177         (comment-region-function, uncomment-region-function): New.
13178         (comment-indent): Use comment-insert-comment-function.
13179         (uncomment-region): Use uncomment-region-function.
13180         (comment-region): Use comment-region-function.
13182         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
13184 2004-02-16  Richard Stallman  <rms@gnu.org>
13186         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
13187         loaddefs* and ldefs-boot*.
13189 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13191         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
13192         and email address at the beginning and end of the address.
13194         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
13195         anchored at the beginning of the email address.
13197 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
13199         * international/ccl.el (ccl-compile-write): Pass `left' to
13200         ccl-embed-code to generate correct code of write-expr-register.
13202 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
13204         * progmodes/grep.el (grep-compute-defaults): Fix typos.
13206 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13208         * x-dnd.el: Mention support for Motif in commentary.
13209         (x-dnd-handle-drag-n-drop-event): Ditto.
13211 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
13213         * ses.el: Use "ses--" prefixes for buffer-local variables.
13214         Use (point-min) instead of 1, even when we know the buffer
13215         is unnarrowed.
13216         (ses-build-load-map): Delete.  Distribute its content to defconst's for
13217         the three maps.
13218         (ses-menu, ses-header-line-menu): New menus.
13219         (ses-mode-map): Use them.
13220         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
13222 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
13224         * Makefile.in: Fix the CC Mode recompile kludge so it works
13225         when building in a different directory.
13227 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
13229         * simple.el (kill-new): Put yank-handler property on the entire string.
13231 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13233         * diff.el: Don't use compile any more, use diff-mode instead.
13234         (diff-regexp-alist, diff-old-file, diff-new-file)
13235         (diff-parse-differences, diff-process-setup): Remove.
13236         (diff-sentinel): New fun.
13237         (diff): Use it.  Run the process ourselves.
13238         Use diff-mode for the rest of the processing.
13240         * diff.el (diff): Simplify code handling `switch'.
13242 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13244         * pcvs-defs.el (cvs-menu): Add `tag'.
13246 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
13248         * simple.el (kill-append): Doc fix.
13250         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13251         Adapt outline-regexp to the new conventions for commenting out code.
13253 2004-02-11  John Paul Wallington  <jpw@gnu.org>
13255         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
13257 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * diff.el (diff-switches): New fun.
13260         (diff, diff-backup): Use it.
13261         (diff): Clean up the args construction.  Use backquote.
13262         Use listp instead of consp to avoid putting a nil arg.
13263         (diff): Add a revert-buffer function.
13265 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13267         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
13268         handled by x-dnd-handle-file-name.
13269         (x-dnd-known-types): Add COMPOUND_TEXT.
13270         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
13271         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
13272         x-dnd-empty-state.
13273         (x-dnd-forget-drop): Ditto.
13274         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
13275         (x-dnd-handle-one-url): Return private when inserting text.
13276         (x-dnd-insert-ctext): New function.
13277         (x-dnd-handle-file-name): New function for FILE_NAME.
13278         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
13279         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
13280         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
13282 2004-02-10  Kenichi Handa  <handa@m17n.org>
13284         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
13285         instead of while loop.
13287 2004-02-10  Miles Bader  <miles@gnu.org>
13289         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
13291 2004-02-09  Kenichi Handa  <handa@m17n.org>
13293         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
13294         have end-of-line.
13296 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
13298         * Makefile.in: Added extra dependencies in the recompile target
13299         needed to cope with the compile time macro expansions in CC Mode.
13301 2004-02-09  Kim F. Storm  <storm@cua.dk>
13303         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
13304         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
13305         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
13306         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
13307         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
13308         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
13309         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
13310         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
13311         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
13312         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
13313         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
13315 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13317         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
13318         Don't allow shrink if there's a window on our right.
13320         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
13321         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
13322         Bring together declaration and initialization.
13323         (prolog-mode-variables): Don't set the syntax table.
13324         Don't set paragraph-start and comment-indent-function.
13325         Add /*..*/ to the comment regexps.
13326         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
13327         (prolog-mode-map): Don't bind TAB.
13328         (prolog-mode): Set the syntax table.
13329         (prolog-comment-indent): Remove.
13330         (inferior-prolog-mode-map): Initialize in the declaration.
13331         (inferior-prolog-mode-syntax-table)
13332         (inferior-prolog-mode-abbrev-table): New vars.
13333         (inferior-prolog-mode): Derive from comint-mode.
13334         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
13335         minibuffer windows.
13337         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
13338         in file names, as long as it is unabmiguous.
13340 2004-02-08  Andreas Schwab  <schwab@suse.de>
13342         * textmodes/reftex-toc.el
13343         (reftex-toc-load-all-files-for-promotion): Remove useless use of
13344         format.  Doc fix.
13346         * textmodes/refer.el (refer-find-entry-internal): Remove extra
13347         format string arguments.
13349         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
13350         string argument.
13352         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
13354         * play/zone.el (zone-call): Fix format string.
13356         * net/webjump.el (webjump-builtin): Add missing format string argument.
13358         * midnight.el (midnight-delay-set): Remove extra format string argument.
13360         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
13362         * hexl.el (hexl-insert-char): Add missing format string argument.
13364         * format.el (format-decode): Fix format string.
13366         * emulation/vi.el (vi-mode): Remove extra format string argument.
13367         (vi-repeat-last-search): Likewise.
13368         (vi-reverse-last-search): Likewise.
13369         (vi-goto-mark): Likewise.
13370         (vi-reverse-last-find-char): Likewise.
13371         (vi-repeat-last-find-char): Likewise.
13372         (vi-locate-def): Likewise.
13374         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
13376         * ediff-util.el (ediff-toggle-read-only): Remove extra format
13377         string argument.
13378         (ediff-toggle-regexp-match): Likewise.
13380         * dired-aux.el (dired-do-query-replace-regexp): Add missing
13381         format string argument.
13383         * calc/calc-map.el (calc-get-operator): Remove extra format
13384         string argument.
13386         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
13388         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
13389         string argument.
13391         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
13393         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
13395         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
13397         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
13398         (cl-struct-setf-expander): Likewise.
13400         * vc.el (with-vc-file): Fix unsafe uses of error.
13401         (vc-cancel-version): Likewise.
13403 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
13405         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
13406         thousands separator; fixes <class>:<line-number> regexp for
13407         non-english locales.
13409 2004-02-08  Andreas Schwab  <schwab@suse.de>
13411         * view.el (view-mode-enable): Revert previous change.
13413 2004-02-07  Kim F. Storm  <storm@cua.dk>
13415         * simple.el (line-number-at-pos): Rename from line-at-pos.
13416         Uses changed (what-line and vc-annotate-warp-version).
13418 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13420         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
13421         (diff-mode): Remove aborted attempt at support for compile.el.
13422         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
13424 2004-02-06  Andreas Schwab  <schwab@suse.de>
13426         * view.el (view-mode-enable): Add view-mode-map to
13427         minor-mode-overriding-map-alist.
13429 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13431         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
13433 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13435         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
13436         with point inside rather than after the paragraph.
13438 2004-02-04  Sam Steingold  <sds@gnu.org>
13440         * mail/smtpmail.el (smtpmail-try-auth-methods):
13441         Do not try authentication when no mechanism is available.
13442         Pass port-name as defaultport to `netrc-machine'.
13444 2004-02-04  Stephen Eglen  <stephen@gnu.org>
13446         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
13447         to show how minibuffer height can be constrained.
13449 2004-02-04  John Paul Wallington  <jpw@gnu.org>
13451         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
13453 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13455         * x-dnd.el: New file for drag and drop.
13457         * term/x-win.el: require x-dnd, set after-make-frame-functions
13458         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
13459         drag-n-drop event.
13461         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
13462         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
13463         (dired-dnd-handle-file): New functions for drag and drop support.
13464         (dired-mode): Initialize drag and drop if x-dnd present.
13466 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13468         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
13469         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
13470         (cperl-mode): Set fill-paragraph-function.
13471         (cperl-fill-paragraph): Make it non-interactive.
13473 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
13475         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
13477 2004-02-02  David Kastrup  <dak@gnu.org>
13479         * replace.el (perform-replace): Allow 'literal argument in
13480         regexp-flag to indicate literal replacement.
13481         (query-replace-regexp-eval): Use it.
13483 2004-02-01  Andreas Schwab  <schwab@suse.de>
13485         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
13487 2004-02-01  Stephen Eglen  <stephen@gnu.org>
13489         * info-look.el: Add support for maxima-mode.  Update commentary
13490         because info-lookup-symbol is now bound to C-h S.
13492 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
13494         * simple.el (edit-and-eval-command): Bind print-level and
13495         minibuffer-history-sexp-flag around call to read-from-minibuffer.
13496         Correct initial position in command-history.
13498 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
13500         * files.el (read-directory-name): Adapt the docstring to recent
13501         change in Fread_file_name.
13503 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
13505         * ses.el (ses-print-cell): If print format too wide for column
13506         width, truncate decimal places if that helps to avoid "#####" fill.
13507         * ses.el (ses-initial-column-width): Revert previous change.
13509 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13511         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
13512         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
13513         Add edebug info.
13514         (jit-lock-mode): Setup/cancel the new timer.
13515         (jit-lock-context-fontify): New fun.  Extracted from
13516         context fontification code of jit-lock-stealth-fontify.
13517         (jit-lock-stealth-fontify): Don't do context fontification any more.
13519         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
13520         (jit-lock-fontify-now): Handle the `quit' case.
13521         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
13523 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
13525         * progmodes/executable.el (executable-command-find-posix-p):
13526         New.  Check if find handles arguments Posix-style.
13528         * progmodes/grep.el (grep-compute-defaults):
13529         Use executable-command-find-posix-p.
13530         (grep-find): Check `grep-find-command'.
13532         * filecache.el (file-cache-find-posix-p): Delete.
13533         (file-cache-add-directory-using-find):
13534         Use `executable-command-find-posix-p'.
13536 2004-01-29  Dave Love  <fx@gnu.org>
13538         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13539         Iterate the hook function if arg is given.
13540         (mark-defun, narrow-to-defun): Change order of finding the limits.
13542         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
13543         (byte-compile-format-warn): New.
13544         (byte-compile-callargs-warn): Use it.
13545         (Format, message, error): Add byte-compile-format-like property.
13546         (byte-compile-maybe-guarded): New.
13547         (byte-compile-if, byte-compile-cond): Use it.
13548         (byte-compile-lambda): Compile interactive forms,
13549         just to make warnings about them.
13551 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
13553         * ses.el (ses-initial-column-width): Increase to 14, so it will
13554         work well with the default printer of "%.7g" for extreme values
13555         like "-1.234567e+07".
13557 2004-01-29  Kenichi Handa  <handa@m17n.org>
13559         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
13561 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
13563         * dos-w32.el: Added support for the `default-printer-name' function.
13565 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13567         * server.el (server-socket-name): Don't use the hostname in the
13568         socket name since /tmp is local to the host anyway.
13570         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
13571         robust check of widening and fix var-naming.
13573 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
13575         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
13576         or rmail-spam- to rsf- in all function and variable names.
13577         (rsf-min-region-to-spam-list): New variable.
13578         (rsf-bbdb-auto-delete-spam-entries): Rename from
13579         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
13580         scanned together with the recipients field for spam testing; Don't
13581         delete spam message if rmail-delete-after-output is non-nil;
13582         (rsf-check-field): New function, extracted from code in
13583         rmail-spam-filter to ease addition of header fields like
13584         content-type:;
13585         (message-content-type): New variable.  The content-type: field was
13586         added also in defcustom of rsf-definitions-alist;
13587         (rmail-spam-filter): Replace repeated test code for header fields
13588         by calls to check-field; change the call to
13589         rmail-output-to-rmail-file such that rmail-current-message stays
13590         the same to avoid wrong deletion of unseen flags.
13591         (rmail-use-spam-filter): Add autoload cookie.
13593 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
13595         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
13596         (file-cache-add-directory-using-find): Add Cygwin support.
13597         (file-cache-find-command-posix-flag): New user variable.
13599         * filecache.el (file-cache-add-directory): Check for
13600         directories an remove them from dir-files.
13602 2004-01-27  Richard M. Stallman  <rms@gnu.org>
13604         * man.el (Man-fontify-manpage): Clean up message.
13606 2004-01-27  Kenichi Handa  <handa@m17n.org>
13608         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
13609         (sentence-end): Define using sentence-end-without-space.
13611         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
13612         a sentence ends with one of a character in sentence-end-without-space.
13614 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13616         * font-lock.el (font-lock): Add jit-lock as explicit group member.
13617         (jit-lock): Group declaration moved to jit-lock.el.
13618         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
13619         when necessary.
13621         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
13622         (jit-lock-context-unfontify-pos): Rename from
13623         jit-lock-first-unfontify-pos.
13624         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
13626 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13628         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
13629         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
13630         (fortran-fill): When filling a string, adjust re-search-backward
13631         argument for special case of string just on fill-column.
13632         When filling non-string, allow one extra char if
13633         fortran-break-before-delimiters is non-nil.
13634         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
13635         Use fortran-break-delimiters-re and fortran-no-break-re to
13636         correctly handle cases such as "**".
13638         * progmodes/f90.el (f90-break-delimiters): Doc fix.
13639         (f90-no-break-re): Add some extra tokens.  Doc fix.
13641 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
13643         * mail/rmail-spam-filter.el:
13644         Use two semicolons as Commentary line prefix.
13645         Add ";;; Code:" stylized comment.
13646         Delete end-of-line whitespace.
13647         Wrap (require 'cl) with `eval-when-compile'.
13649 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
13651         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
13652         at the top level of vc.el.
13654 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
13656         * vc.el (vc-current-line): Function removed.  This is now done by
13657         the new function line-at-pos in simple.el.
13658         (vc-annotate-warp-version): Use line-at-pos instead of
13659         vc-current-line.
13661 2004-01-22  Kim F. Storm  <storm@cua.dk>
13663         * simple.el (line-at-pos): New defun.
13664         (what-line): Use it.  Optimize by only counting lines in narrowed
13665         region once.
13667 2004-01-22  Kenichi Handa  <handa@m17n.org>
13669         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
13670         point (register r1) only for charset mule-unicode-0100-24ff.
13672 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13674         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
13675         trailing white space and ensure a final newline.
13677         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
13678         Add autoload cookie.
13680 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
13682         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
13683         activate view-mode explicitly.
13685 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13687         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
13688         use clipboard first.
13690 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13692         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
13693         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
13694         (vc-mcvs-cvs): Remove.
13695         (vc-mcvs-command): Remove use of assert.
13697         * outline.el (outline-insert-heading): Tighten up match.
13698         (outline-demote, outline-move-subtree-down): Don't assume anything
13699         about outline-regexp.
13701         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
13702         (texinfo-show-structure): Explicitly add ^, and simplify.
13704 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
13706         * calendar/appt.el (appt-check): Restore usage of
13707         appt-issue-message deleted in previous change.
13708         (top-level): Activate package when loaded (needed for backwards
13709         compatibility).
13711 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13713         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
13714         following previous change to smtpmail-send-data.
13716 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
13718         * vc.el (vc-default-previous-version): Doc enhancement.
13719         (vc-default-next-version): New function.
13720         (vc-print-log): New arg FOCUS-REV.
13721         (vc-annotate-mode): Derive from view-mode.
13722         (vc-annotate): New args REVISION, DISPLAY-MODE.
13723         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
13724         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
13725         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
13726         (vc-annotate-show-diff-revision-at-line, vc-current-line)
13727         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
13729         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
13731 2004-01-19  Karl Berry  <karl@gnu.org>
13733         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
13734         or "TexInfo".
13736 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13738         * subr.el (delete-dups): New function.
13740 2004-01-19  Karl Berry  <karl@gnu.org>
13742         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
13743         with ^, since that's what texinfo-show-structure
13744         documentation says (plus it works much better in texinfo.txi).
13746 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
13748         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
13750 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
13752         * progmodes/which-func.el (which-function-mode): Don't cancel
13753         which-func-update-timer if not set.
13755 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
13757         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
13758         Remove spurious left square bracket in XX:XXam regexp.
13760 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13762         * progmodes/cc-defs.el: Do not require cl at run time.
13764 2004-01-16  Richard M. Stallman  <rms@gnu.org>
13766         * emacs-lisp/cl.el (cl-cannot-unload): New function.
13767         (cl-unload-hook): Defvar this to run cl-cannot-unload.
13769         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
13770         Call rmail-spam-filter.  Delete and expunge spam.
13771         Print number of spam messages deleted.
13772         Save and restore the deletion status of old messages when reading
13773         new mail with spam filter, so that expunging spam does not expunge
13774         msgs deleted by the user.
13775         (rmail-only-expunge): Add an optional argument dont-show to
13776         prevent showing message after expunge.
13778 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
13780         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
13781         * subr.el (declare): New macro.
13783 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
13785         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
13787 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13789         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13790         Test window-system rather than system-type (for X11/Mac).
13792 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
13794         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
13796 2004-01-12  Richard M. Stallman  <rms@gnu.org>
13798         * mail/rmail.el (rmail-convert-to-babyl-format):
13799         Use mail-unquote-printable-region.
13800         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13801         (rmail-hex-char-to-integer): Functions deleted.
13803         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13804         (mail-unquote-printable-region): New arg NOERROR.
13805         For invalid encoding, either signal an error to just return nil.
13807 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13809         * calendar/appt.el: Update copyright and commentary.
13810         (appt-issue-message): Make obsolete.
13811         (appt-visible, appt-msg-window): Make obsolete, in favour of
13812         appt-display-format.
13813         (appt-display-mode-line, appt-display-duration)
13814         (appt-display-diary, appt-time-msg-list, appt-mode-string)
13815         (appt-prev-comp-time, appt-display-count, appt-timer)
13816         (appt-convert-time): Doc change.
13817         (appt-disp-window-function, appt-delete-window-function):
13818         Use defcustom rather than defvar.
13819         (appt-display-format): New variable.
13820         (appt-display-message): New function with display code from appt-check.
13821         (appt-check): Add optional FORCE argument.  Doc change.
13822         Add appt-make-list to diary-hook if displaying diary.
13823         Remove checking of view-diary-entries-initially.
13824         Message display section removed to new function appt-display-message.
13825         (appt-display-window): Doc change.  Remove unused internal var
13826         this-buffer.  Do not beep, since appt-display-message does that.
13827         (appt-make-list): Doc change.  Use caar.
13828         (appt-sort-list): Simplify by using builtin sort function.
13829         (appt-update-list): New function for updating appts when diary is
13830         saved.
13831         (appt-activate): New autoloaded function to toggle package
13832         functionality.
13834         * calendar/cal-x.el: (calendar-one-frame-setup)
13835         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
13837         * calendar/calendar.el: Update copyright.
13838         (view-diary-entries-initially, european-calendar-style): Doc change.
13839         (calendar-setup): Make defcustom rather than defvar.
13840         (mark-visible-calendar-date): Initialize temp-face and faceinfo
13841         in let binding so local to function.
13843         * calendar/diary-lib.el: Update copyright.
13844         (diary, diary-entry-time): Doc change.
13845         (list-diary-entries): Doc change.  Trivial logic change.
13846         (fancy-diary-display): Restore make-face command mistakenly
13847         deleted 2003-05-08.
13848         (show-all-diary-entries): Allow to pop-up frame if needed.
13850 2004-01-09  John Paul Wallington  <jpw@gnu.org>
13852         * bindings.el (mode-line-change-eol): Add EVENT parameter.
13853         Temporarily select EVENT's window for changing eol type.
13855 2004-01-09  Deepak Goel  <deego@gnufans.org>
13857         * calendar/diary-lib.el (diary-entry-time):
13858         Also accept time in the form XX[.XX][am/pm/AM/PM].
13859         (fancy-diary-font-lock-keywords): Likewise.
13860         (diary-font-lock-keywords): Likewise.
13861         * calendar/appt.el (appt-add): Likewise.
13862         (appt-make-list): Likewise.
13863         (appt-convert-time): Likewise.
13865 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
13867         * gdb-ui.el (gdb-ann3): Revert previous change.
13868         (gdb-source-info): Allow for case of where compilation directory
13869         is not recorded.
13871 2004-01-08  John Paul Wallington  <jpw@gnu.org>
13873         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13875 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
13877         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13879         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13880         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13881         problems.
13882         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13884 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
13886         * files.el (write-file-functions, write-contents-functions):
13887         Clarify docstrings.
13889 2004-01-07  Kenichi Handa  <handa@m17n.org>
13891         * international/mule.el (set-auto-coding): Fix for the case that
13892         end-of-line is only CR.
13894 2004-01-07  Kim F. Storm  <storm@cua.dk>
13896         * subr.el (event-start, event-end): Doc fix.
13897         (posn-string, posn-image): New defuns.
13898         (posn-object): Return either image or string object.
13899         (posn-object-x-y): Return 8th element of position.
13900         (posn-object-width-height): New defun.
13902 2004-01-06  Andreas Schwab  <schwab@suse.de>
13904         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13905         output.
13907 2004-01-05  Karl Berry  <karl@gnu.org>
13909         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13910         / and *, too.
13912 2003-12-31  Simon Josefsson  <jas@extundo.com>
13914         * files.el (before-save-hook): Add.
13915         (basic-save-buffer): Use before-save-hook.
13917         * emacs-lisp/copyright.el: Fix comment to recommend
13918         before-save-hook instead of write-file-functions.
13920 2004-01-05  Richard M. Stallman  <rms@gnu.org>
13922         * finder.el (finder-commentary): Call delete-other-windows.
13924         * net/ange-ftp.el (ange-ftp-file-attributes):
13925         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13927 2004-01-04  Karl Berry  <karl@gnu.org>
13929         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13930         comment characters % and # in the copyright year notice,
13931         as well as ;.
13933 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
13935         * wid-edit.el (default): Define dummy :value-delete.
13936         Reported by Jesper Harder <harder@ifa.au.dk>.
13938 2004-01-03  Richard M. Stallman  <rms@gnu.org>
13940         * progmodes/compile.el (compile-internal): Use point, not point-min,
13941         for set-window-point.
13943         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13945         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13947         * progmodes/grep.el (grep-mode-map):
13948         Don't remap next-line, previous-line.
13950 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
13952         * speedbar.el (speedbar-edit-line): Change regexp to position
13953         the cursor on the first character of this line's button.
13955 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13957         * subr.el (functionp): Doc fix.
13959 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13961         * progmodes/idlwave.el (idlwave-make-tags):
13962         * textmodes/flyspell.el (flyspell-large-region):.
13963         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13964         * emulation/viper-util.el (viper-glob-unix-files):
13965         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13966         * man.el (Man-init-defvars):
13967         * jka-compr.el (jka-compr-call-process):
13968         * files.el (get-free-disk-space,insert-directory):
13969         * ediff-ptch.el (ediff-test-patch-utility):
13970         * ediff-diff.el (ediff-test-utility):
13971         * dired-aux.el (dired-check-process):
13972         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13973         test the return value of call-process, because it can be a string.
13975 2003-12-31  John Paul Wallington  <jpw@gnu.org>
13977         * bindings.el (completion-ignored-extensions): Add .pfsl.
13979 2003-12-31  Kim F. Storm  <storm@cua.dk>
13981         * ido.el (ido-nonreadable-directory-p): New defun to check for
13982         nonreadable directory without activating tramp (to avoid problems
13983         with checking incomplete tramp paths).
13984         (ido-set-current-directory, ido-file-internal)
13985         (ido-file-name-all-completions1): Use it.
13987 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13989         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13990         documentation if the anchor (or node) name is preceded by `info
13991         anchor' or `Info anchor' in addition to earlier `info node' and
13992         `Info node'.
13993         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13995 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13997         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13998         error in arguments to base64-decode-region.  Remove ^M characters
13999         after decoding base64.
14001 2003-12-30  Simon Josefsson  <jas@extundo.com>
14003         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
14004         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
14005         have only been distributed with Emacs for some years.
14006         (texinfo-mode-hook): Customize.
14008 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
14010         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
14011         cleaner (suggested by Richard Stallman).
14013         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
14014         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
14015         file-name clashes on 8+3 DOS filesystems.
14017         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
14018         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
14019         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
14020         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
14021         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
14022         file-name clashes on 8+3 filesystems.
14024         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
14025         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
14026         file-name clashes on 8+3 DOS filesystems.
14028 2003-12-29  Richard M. Stallman  <rms@gnu.org>
14030         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
14031         Upcase the character.
14033         * textmodes/flyspell.el (mail-mode-flyspell-verify):
14034         Search for header separator alone on a line, literally,
14035         and search for it backward, not forward.
14036         (flyspell-abbrev-table): Always use global-abbrev-table
14037         if there is no local one.
14039         * progmodes/sh-script.el (sh-get-indent-info):
14040         Don't move point back if at bob.
14042         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
14044         * play/handwrite.el (handwrite): Make the handwrite credit message
14045         a comment rather than an output command.
14047         * obsolete/sc.el: Display message that this file is obsolete.
14049         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
14051         * mail/rfc822.el (rfc822-address-start): Declare variable.
14052         Renamed from address-start.  All uses changed.
14054         * term.el (term-exec): Set up sentinel.
14055         (term-sentinel): New function.
14056         (term-handle-exit): New function.
14058         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14059         Use assoc-string, and mark them obsolete.
14060         (delay-mode-hooks): Mark as permanent local.
14062         * simple.el (sendmail-user-agent-compose): Use assoc-string.
14064         * register.el (copy-rectangle-to-register): Doc fix.
14066         * info.el (Info-insert-dir): Use assoc-string.
14068         * info-look.el (info-lookup): Use assoc-string.
14070         * frame.el (pop-up-frame-function): Use quote, not `function'.
14071         (frame-notice-user-settings): Calculate ADJUSTED-TOP
14072         copying with lists as coordinate values.
14074         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
14076         * find-dired.el (kill-find): New command.
14077         (find-dired): Make buffer read-only.
14078         Set up a keymap with C-c C-k running kill-find.
14079         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
14081         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
14083         * filecache.el (file-cache-ignore-case): New variable.
14084         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
14086         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
14087         (comint-dynamic-complete-as-filename): Rename local vars.
14088         (comint-dynamic-list-filename-completions): Likewise.
14090         * comint.el (comint-dynamic-list-completions-config): New var.
14091         (comint-dynamic-list-completions): Handle both SPC and TAB right.
14093         * comint.el (comint-file-name-chars): Add [].
14094         (comint-word): Use skip-chars-backward, not search.
14096         * shell.el (shell-file-name-chars): Add [].
14098         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
14100         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
14102         * generic.el (define-generic-mode): Doc fix.
14104 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14106         * files.el (kill-some-buffers): Doc fix.
14108 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
14110         * comint.el (comint-watch-for-password-prompt): Pass `string' as
14111         arg to send-invisible
14112         (send-invisible): Doc fix.  The argument is now a prompt, not the
14113         string to send.
14114         (comint-read-noecho): Doc fix.
14116 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
14118         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
14119         "@", as required by some ISP hosting service.  Fix defcustom
14120         argument syntax errors that prevented use of customization.
14122 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14124         * xml.el (xml-get-attribute-or-nil): Doc fix.
14126 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
14128         * net/zone-mode.el (zone-mode): Use write-file-functions, not
14129         write-file-hooks.
14131 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14133         * autorevert.el (auto-revert-interval): Doc fix.
14135 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
14137         * xml.el (xml-get-attribute-or-nil): New function, like
14138         xml-get-attribute, but returns nil if the attribute was not found.
14139         (xml-get-attribute): Convert to defsubst, uses
14140         xml-get-attribute-or-nil.
14142 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14144         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14146 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
14148         * custom.el (custom-declare-theme): Use `value' when putting
14149         properties on `theme'.
14151 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14153         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
14154         for each yank-handler segment.
14155         (insert-for-yank-1): New function, with the body of the previous
14156         insert-for-yank.
14158         * textmodes/table.el (table-yank-handler): New defcustom.
14159         (table--put-cell-indicator-property): Put yank-handler property
14160         that indicates the yank handler for the table cell.
14162 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14164         * generic-x.el (etc-modules-conf-generic-mode): A more complete
14165         set of keywords.
14167 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14169         * international/mule-cmds.el (reset-language-environment)
14170         (set-language-environment): Don't invoke fontset-related functions
14171         if fontset-list is not fboundp.
14173 2003-12-29  Kenichi Handa  <handa@m17n.org>
14175         * international/mule-cmds.el (reset-language-environment):
14176         Call set-overriding-fontspec-internal with nil.
14177         (set-language-environment): Call set-overriding-fontspec-internal
14178         if the language environment specify `overriding-fontspec'.
14179         (language-info-alist): Doc added.
14181         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
14182         characters of mule-unicode-0100-24ff.
14183         (ccl-encode-windows-1251-font): New CCL program.
14184         ("Bulgarian"): Specify overriding-fontspec.
14185         ("Belarusian"): Likewise.
14187 2003-12-28  Sam Steingold  <sds@gnu.org>
14189         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
14190         parameter ID-FORMAT to conform with the 2003-11-30 patch.
14192 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
14194         * progmodes/gud.el (gud-gdb-command-name): Set default to
14195         "gdb --annotate=3".
14196         (gud-gdb-marker-filter): Look out for annotations.
14197         (gdb-first-pre-prompt): New variable.
14198         Remove trailing white space.
14200         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
14201         if necessary.
14202         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
14203         annotations are detected.
14204         (gud-gdba-marker-filter): Use global variable gud-marker-acc
14205         instead of a local one to allow transition from
14206         gud-gdb-marker-filter.
14207         Remove trailing white space.
14209 2003-12-27  Kim F. Storm  <storm@cua.dk>
14211         * ido.el: Handle non-readable directories.
14212         (ido-decorations): Add 9th element for non-readable directory.
14213         (ido-directory-nonreadable): New dynamic var.
14214         (ido-set-current-directory): Set it.
14215         (ido-read-buffer, ido-file-internal):
14216         (ido-read-file-name, ido-read-directory-name): Let-bind it.
14217         (ido-file-name-all-completions1): Return empty list for
14218         non-readable directory.
14219         (ido-exhibit): Print [Not readable] if directory is not readable.
14220         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
14221         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
14222         Use it.
14224 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
14226         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
14227         calls to directory-files-and-attributes and file-attributes.
14228         (ls-lisp-format): Remove system dependent handling of user and
14229         group id's.
14231 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
14233         * ffap.el (ffap-read-file-or-url): Revert previous change.
14235 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
14237         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
14238         new list of included files called `files-with-node-lines', that
14239         only have node lines.  This way @include commands can include any
14240         file, such as version and update files without node lines, not
14241         just files that are chapters.
14243 2003-12-25  Andreas Schwab  <schwab@suse.de>
14245         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
14246         file not found.
14248 2003-12-08  Miles Bader  <miles@gnu.org>
14250         * dired.el (dired-between-files): Always use dired-move-to-filename,
14251         which is more robust in non-english locales.
14253 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14255         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
14257 2003-12-24  Andreas Schwab  <schwab@suse.de>
14259         * shell.el (shell-file-name-quote-list): Add backslash.
14261         * comint.el (comint-quote-filename): Correctly handle backslash
14262         in comint-file-name-quote-list.
14264 2003-12-24  Kenichi Handa  <handa@m17n.org>
14266         * international/mule-cmds.el (set-default-coding-systems):
14267         Call ucs-set-table-for-input for all buffers that don't have local
14268         value of buffer-file-coding-system.
14270         * international/ucs-tables.el (ucs-set-table-for-input):
14271         If translation-table-for-encode is a symbol, get its
14272         translation-table property.
14274 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
14276         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
14277         to `completing-read' on a recently fixed bug.
14279         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
14280         instead of SPACE, to get the list of possible fringe modes.
14281         SPACE only works if both `partial-completion-mode' and
14282         `completion-auto-help' are nil.
14284         * complete.el (PC-is-complete-p): Delete.
14285         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
14286         calls to `test-completion'.
14288 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
14290         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
14291         to edit values when there are no children.
14293         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
14294         a mode called "Assembler" already exists.
14295         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
14296         (gud-watch): Use format option.  Remove font properties from string.
14297         (gdb-var-create-handler, gdb-var-list-children-handler):
14298         Don't bother about properties as there are none.
14299         (gdb-var-create-handler, gdb-var-list-children-handler)
14300         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
14301         with two arguments.
14302         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
14303         Let speedbar show value changes with a different font.
14304         (gdb-edit-value): New defun.
14305         (gdb-clear-partial-output, gdb-clear-inferior-io)
14306         (def-gdb-auto-update-handler): Use erase-buffer.
14307         (gdb-frame-handler): Display watch expressions in
14308         FUNCTION::VARIABLE format if required.
14310 2003-12-23  John Paul Wallington  <jpw@gnu.org>
14312         * info.el (Info-unescape-quotes, Info-split-parameter-string)
14313         (Info-goto-emacs-command-node): Doc fixes.
14315 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
14317         * cus-edit.el (custom-add-parent-links): Define "many".
14319 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
14321         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
14322         (widget-child-validate, widget-type-value-create)
14323         (widget-type-default-get, widget-type-match): New functions.
14324         (lazy): New widget.
14325         (menu-choice, checklist, radio-button-choice, editable-list)
14326         (group, documentation-string): Remove redundant (per 2003-10-25
14327         change) calls to `widget-children-value-delete'.
14328         (widget-choice-value-get, widget-choice-value-inline): Remove.
14329         (menu-choice): Update widget.
14331 2003-12-03  Kenichi Handa  <handa@m17n.org>
14333         * language/cyrillic.el: Register "microsoft-cp1251" in
14334         ctext-non-standard-encodings-alist.
14335         ("Bulgarian"): Add ctext-non-standard-encodings.
14336         ("Belarusian"): Likewise.
14338         * international/mule-conf.el (compound-text-with-extensions):
14339         Change the type to 2 (iso-2022 base).
14341         * international/mule.el (ctext-non-standard-encodings-alist):
14342         Change the format.
14343         (ctext-non-standard-encodings): New variable.
14344         (ctext-post-read-conversion): Fully re-written.
14345         (ctext-non-standard-designations-alist): Delete it.
14346         (ctext-non-standard-encodings-table): New function.
14347         (ctext-pre-write-conversion): Fully re-written.
14349 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
14351         * cus-edit.el (custom-add-parent-links): Add documentation links
14352         for parent, if the item has none of its own.
14354 2003-11-30  Richard M. Stallman  <rms@gnu.org>
14356         * dired-aux.el (dired-do-query-replace-regexp):
14357         Report files visited read-only.
14359 2003-11-30  Juri Linkov  <juri@jurta.org>
14361         * dired-aux.el (dired-compare-directories): New command.
14362         (dired-file-set-difference, dired-files-attributes): New functions.
14364 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
14365         Version 2.0.38 of Tramp released.
14367         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
14368         Charles Curley <charlescurley@charlescurley.com>.
14369         (tramp-multi-connection-function-alist): Add ssht entry which adds
14370         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
14371         Aichner.
14372         (tramp-get-method-parameter): New function to retrieve a method
14373         parameter.  This allows for omission of method parameters.
14374         Callers adjusted.
14376 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
14378         * net/tramp.el: Add new optional parameter ID-FORMAT to
14379         `file-attributes'.  Calls of `file-attributes' won't use this
14380         parameter for backward compatibility reasons.
14381         (tramp-perl-file-attributes): Add a new parameter to Perl script
14382         in order to handle uid/gid as strings, if desired.
14383         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
14384         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
14385         order to make the function more general.
14386         (tramp-handle-file-attributes): Replace proprietary optional
14387         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
14388         (tramp-handle-file-attributes-with-perl): Handle parameter
14389         NONNUMERIC if set.  This wasn't done in the past.
14390         (tramp-post-connection): Apply second parameter "$2" if
14391         `tramp-remote-perl' is called.
14393         * net/tramp-smb.el (tramp-smb-handle-delete-file):
14394         Correct cut'n'waste error (`filename' instead of `directory').
14395         (tramp-smb-handle-directory-files-and-attributes)
14396         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
14397         introduced parameter ID-FORMAT.
14398         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
14399         error (`directory' instead of `ldir').
14401         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
14402         `file-attributes' has a second parameter.  If yes, apply it with
14403         value "'integer".  Otherwise, don't use that parameter (default is
14404         integer format).
14406 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
14408         * help.el (help-map): Bind `display-local-help' to `C-h .'.
14409         (help-for-help): Add `C-h .' to the listed Help options.
14410         Remove trailing whitespace.
14412         * help-at-pt.el: New file.
14414 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
14416         * subr.el (noreturn, 1value): New macros for test coverage.
14417         See `testcover.el'.
14419         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
14421         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
14422         for macro `1value'.
14423         (testcover-1value): New function.  Checks that a 1value form
14424         actually returns only one value.  Requested by RMS.
14426 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
14428         * gdb-ui.el (gud-watch, gdb-var-create-handler)
14429         (gdb-var-list-children, gdb-var-list-children-handler)
14430         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
14431         gdb commands that use mi to keep them out of the command history.
14433 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14435         * cus-start.el (all): Add use-file-dialog.
14437 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14439         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
14441 2003-11-27  Kim F. Storm  <storm@cua.dk>
14443         * subr.el (posn-object-x-y): New defun.
14445 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14447         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
14448         Don't use `space' for \\\n.
14449         Be more selective as to which # are comment-starters.
14451 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
14453         * subr.el (number-sequence): Improve handling of floating point
14454         arguments (suggested by Kim Storm).  Allow negative arguments.
14456 2003-11-26  Kenichi Handa  <handa@m17n.org>
14458         * international/mule-cmds.el (standard-display-european-internal):
14459         Cancel the standard-display-table setting for ` and '.
14461 2003-11-26  Kim F. Storm  <storm@cua.dk>
14463         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
14464         New defcustoms to add ffap-like functionality to ido.
14465         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
14466         (ido-no-final-slash): New defun.
14467         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
14468         (ido-read-file-name): ): Toggle VC checking via
14469         vc-handled-backends instead of vc-master-templates.
14470         (ido-file-internal): Handle ido-use-url-at-point and
14471         ido-use-filename-at-point via code borrowed from ffap-guesser.
14472         Handle new ido-exit code ffap.
14473         (ido-sort-list): Ignore final slash when sorting file names.
14475 2003-11-25  Kim F. Storm  <storm@cua.dk>
14477         * emulation/cua-base.el (cua--standard-movement-commands):
14478         Add forward-sentence and backward-sentence.
14480 2003-11-25  Stephen Eglen  <stephen@gnu.org>
14482         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
14483         iswitchb-exit is set to 'usefirst when user selects buffer at head
14484         of list using RET.  (Selecting buffers at the head of the list was
14485         broken if the substring was also a complete buffername.)
14487 2003-11-23  Kim F. Storm  <storm@cua.dk>
14489         * progmodes/compile.el (grep-command, grep-use-null-device)
14490         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
14491         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
14492         (grep-regexp-alist, grep-program, find-program)
14493         (grep-find-use-xargs, grep-history, grep-find-history)
14494         (grep-process-setup, grep-compute-defaults)
14495         (grep-default-command, grep, grep-tag-default, grep-find)
14496         (grep-expand-command-macros, grep-tree-last-regexp)
14497         (grep-tree-last-files, grep-tree): Move grep variables, functions
14498         and commands to new file grep.el.
14499         (compilation-mode-map): Remove grep commands from Compile sub-menu.
14500         (compilation-process-setup-function): Doc fix.
14501         (compilation-highlight-regexp, compilation-highlight-overlay): New
14502         defvars used for highlighting current compile error in source buffer.
14503         (compile-internal): New optional args HIGHLIGHT-REGEXP and
14504         LOCAL-MAP which overrides compilation-highlight-regexp and
14505         compilation-mode-map for this compilation.
14506         Delay calling compilation-set-window-height until after running
14507         compilation-process-setup-function so it can buffer-local override
14508         compilation-window-height.
14509         Check buffer-local value of compilation-scroll-output.
14510         (compilation-set-window-height): Use buffer-local value of
14511         compilation-window-height.
14512         (compilation-revert-buffer): Don't pass (undefined)
14513         preserve-modes arg to revert-buffer.
14514         (next-error-no-select, previous-error-no-select): New commands.
14515         (compilation-goto-locus): Temporarily highlight current match in
14516         source buffer using compilation-highlight-regexp.
14518         * progmodes/grep.el: New file with grep code from compile.el.
14519         (grep): New defcustom group.
14520         (grep-window-height): New defcustom, like compilation-window-height.
14521         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
14522         (grep-scroll-output): New defcustom, like compilation-scroll-output.
14523         (grep-command, grep-use-null-device, grep-find-command)
14524         (grep-tree-files-aliases, grep-tree-ignore-case)
14525         (grep-tree-ignore-CVS-directories): Move to grep custom group.
14526         (grep-setup-hook): New hook variable.
14527         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
14528         (grep-last-buffer): New defvar, override compilation-last-buffer.
14529         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
14530         Call compile-internal with args highlight-regexp and grep-mode-map.
14532 2003-11-23  Kim F. Storm  <storm@cua.dk>
14534         * subr.el (event-start, event-end): Doc fix.
14535         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
14536         (posn-area, posn-actual-col-row, posn-object): New defuns.
14537         (posn-col-row): Simplify doc.  Rewrite to use cond.
14538         (posn-point): Also return buffer position for events outside text
14539         area (that info is now present in the event position).
14541         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
14542         mouse-set-point so that hscroll still works now that clicks on
14543         fringes generate specific mouse events.
14544         (mouse-set-point): Note that it now works in fringes and margins
14545         too due to new semantics of posn-point in fringes and margins.
14547         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
14548         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
14550 2003-11-20  Kim F. Storm  <storm@cua.dk>
14552         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
14553         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
14554         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
14555         to 100 for icons to avoid increasing line height when shown.
14557 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14559         * newcomment.el (comment-normalize-vars): Initialize properly if
14560         comment-start was nil.
14562 2003-11-19  Andreas Schwab  <schwab@suse.de>
14564         * simple.el (set-variable): Fix indentation.
14566 2003-11-17  Kenichi Handa  <handa@m17n.org>
14568         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
14569         Fix docstring.
14571 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14573         * international/latin1-disp.el (latin1-display): Fix docstring.
14575 2003-11-16  John Wiegley  <johnw@newartisans.com>
14577         * eshell/em-ls.el (eshell-ls-file): There are times with
14578         size-width is nil and uncomputed (when directories are created in
14579         dired, for example); in this case, 4 is reasonable default value,
14580         although it may caused skewed new entries (which could be avoided
14581         by returning the original value of 8 in all cases, but 99% of the
14582         time this is a waste of whitespace).
14584 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14586         * cc-engine.el (c-guess-continued-construct)
14587         (c-guess-basic-syntax): Check a little more carefully if it's a
14588         function declaration when an unknown construct followed by a block
14589         is found inside a statement context.  This avoids macros followed
14590         by blocks to be taken as function declarations.
14592         (c-guess-continued-construct): Change the analysis of a statement
14593         continuation with a brace open to `substatement-block', for
14594         consistency with recognized statements.
14596         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
14597         start is in a position so that `c-beginning-of-statement-1' jumped
14598         to the beginning of the same statement.
14600         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
14601         Don't accept binary operators in the arglist if we're in a function
14602         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
14603         template recognition in cases like "if (a < b || c > d)".
14605         (c-restricted-<>-arglists): New more appropriate name for
14606         `c-disallow-comma-in-<>-arglists'.
14608         Accessing functions updated for the variable name change.
14610         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
14611         match data could get clobbered if NOT-INSIDE-TOKEN is used.
14613         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
14614         labels.
14616         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
14617         instead of duplicating parts of it.  This fixes bogus label
14618         recognition.
14620         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
14621         of checking the context in which to apply the minimum indentation,
14622         so that it isn't enforced in e.g. namespace blocks.
14624         * cc-vars.el (c-inside-block-syms): New constant used by
14625         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
14626         to somewhat reduce the risk of becoming stale.
14628         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
14629         cc-cmds to cc-engine to allow use from cc-align.
14631         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
14632         qualified identifiers containing "::".
14634         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
14635         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
14637         * cc-vars.el (c-emacs-features): Use a space in front of the name
14638         of the temporary buffer.  That also avoids dumping problems in
14639         XEmacs due to undo info being left around after the buffer is killed.
14641         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
14642         arglist to see if it's a K&R style declaration.
14644         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
14645         before returning `knr-argdecl-intro'.
14647 2003-11-16  John Wiegley  <johnw@newartisans.com>
14649         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
14650         field in a long-listing always 8 characters, use `size-width',
14651         which has already been computed.
14653 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
14655         * subr.el (minor-mode-list): Add `hs-minor-mode'.
14657 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14659         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
14660         Support operation while narrowed, with `diff-restrict-view'.
14662 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14664         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14665         Take additional optional arg NARROWFUN.  For the generated functions:
14666         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
14667         include frags that arrange to check for and save narrowing state before
14668         the move and then conditionally call NARROWFUN after the move.
14670 2003-11-14  John Wiegley  <johnw@newartisans.com>
14672         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
14673         that was optional, but obviously missing based on surrounding code.
14675         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
14676         string arguments to numbers unless the whole argument was seen as
14677         a number.
14679 2003-11-14  Kenichi Handa  <handa@m17n.org>
14681         * international/mule.el (ctext-non-standard-encodings-alist):
14682         Fix coding systems.
14684 2003-11-10  Kenichi Handa  <handa@m17n.org>
14686         * language/kannada.el ("Kannada"): Add sample-text.
14688         * language/knd-util.el (kannada-compose-region)
14689         (kannada-compose-string, kannada-post-read-conversion):
14690         Add autoload cookie.
14692         * international/quail.el (quail-completion): Change the message
14693         "corresponding translations" to "corresponding characters".
14695 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14697         * descr-text.el (describe-char): Fix typo.
14699 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
14701         These changes are to support Kannada language/script.
14703         * Makefile.in (DONTCOMPILE): Add kannada.el.
14705         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
14707         * loadup.el: Preload kannada.el.
14709         * language/ind-util.el (ucs-kannada-to-is13194-alist)
14710         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
14711         New variables.
14713         * language/kannada.el: New file.
14715         * language/knd-util.el: New file.
14717 2003-11-07  Andreas Schwab  <schwab@suse.de>
14719         * progmodes/autoconf.el (autoconf-font-lock-keywords):
14720         Also highlight AH_*.
14722         * xml.el (xml-parse-dtd): Fix misplaced paren.
14724 2003-11-07  Kenichi Handa  <handa@m17n.org>
14726         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
14728 2003-11-05  Juri Linkov  <juri@jurta.org>
14730         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
14731         (desktop-buffer-file): Use saved buffer-file-coding-system
14732         for file reading.  Set auto-insert to nil to prevent automatic
14733         insertion into restored empty files.
14735 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
14737         * files.el (risky-local-variable-p): Make second argument optional.
14739 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14741         * subr.el (add-hook): Fix last change.
14743 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
14745         * mail/rmail.el (rmail-convert-to-babyl-format):
14746         If base64-decode-region signals an error, catch it and silently
14747         ignore it.
14749 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
14751         * xml.el (xml-parse-region): Allow comments to appear after the
14752         topmost element has closed.
14753         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
14754         (xml-ns-expand-attr): New functions to do namespace handling.
14755         (xml-intern-attrlist): Back-compatible handling of attribute names.
14756         (xml-parse-tag): Move namespace handling to separate functions.
14757         Now produces elements in the form ((:ns . "element") (attr-list)
14758         children) instead of ('ns:element (attr-list) children).
14759         (xml-parse-attlist): Fix attribute parsing.
14760         (xml-parse-dtd): Change parsing so that it produces strings
14761         instead of interned symbols.
14763 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
14765         * dired.el (dired-ls-sorting-switches): Doc fix.
14767 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
14769         * emacs-lisp/rx.el (rx-or): Fix the case of
14770         "(rx (and ?a (or ?b ?c) ?d))".
14772 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
14774         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
14775         (texinfo-format-region): Use it.
14776         (texinfo-format-buffer-1): Ditto.
14778 2003-11-01  Alan Mackenzie  <acm@muc.de>
14780         Changes to allow scrolling whilst in isearch mode:
14781         * isearch.el (isearch-unread-key-sequence): New function,
14782         extracted from isearch-other-meta-char.
14783         (top level): (put 'foo 'isearch-scroll) on all Emacs's
14784         "scrollable" standard functions.
14785         (isearch-allow-scroll): New customizable variable.
14786         (isearch-string-out-of-window, isearch-back-into-window)
14787         (isearch-reread-key-sequence-naturally)
14788         (isearch-lookup-scroll-key): New functions.
14789         (isearch-other-meta-char): Doc string and functionality enhanced.
14790         Now accepts a prefix argument.
14791         (isearch-lazy-highlight-window-end): New variable.
14792         (isearch-lazy-highlight-new-loop): Pay attention to the window's
14793         end (thru isearch-lazy-highlight-window-end), not only its start.
14795         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
14796         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
14797         (universal-argument, universal-argument-more, negative-argument)
14798         (digit-argument, universal-argument-other-key): Minor changes.
14800 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14802         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14803         recursively if the last message is deleted, thus avoiding an
14804         infinite loop.
14806 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14808         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14809         (tex-main-file): Don't add .tex if the extension is already present.
14810         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14812 2003-10-29  Lute Kamstra  <lute@gnu.org>
14814         * progmodes/octave-inf.el (inferior-octave-prompt):
14815         Recognize version number in prompt.
14817 2003-10-28  Dave Love  <fx@gnu.org>
14819         * international/characters.el: Fix some Unicode ranges.
14821 2003-10-28  Kenichi Handa  <handa@m17n.org>
14823         * disp-table.el (standard-display-8bit)
14824         (standard-display-default, standard-display-ascii)
14825         (standard-display-g1, standard-display-graphic)
14826         (standard-display-underline): Assure that standard-display-table
14827         is a display table.
14829 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14831         * simple.el (reindent-then-newline-and-indent): Delete space *after*
14832         reindenting the first line.
14834 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14836         * wid-edit.el (widget-default-delete): Always delete child widgets.
14838 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14840         * newcomment.el (comment-indent): Don't call indent-according-to-mode
14841         if the line has code.
14842         Don't try to line up with something that's too far left.
14844         * progmodes/octave-mod.el (octave-comment-start): Simplify.
14845         (octave-mode-syntax-table): Add % as a comment starter.
14846         (octave-point): Remove.
14847         (octave-in-comment-p, octave-in-string-p)
14848         (octave-not-in-string-or-comment-p, calculate-octave-indent)
14849         (octave-blink-matching-block-open, octave-auto-fill):
14850         Use line-(beginning|end)-position instead.
14852 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14854         * emacs-lisp/authors.el (authors-aliases): Add correct realname
14855         for Francesco Potort\e,Al\e(B.
14857 2003-10-23  Dave Love  <fx@gnu.org>
14859         * international/mule-cmds.el (locale-charset-to-coding-system):
14860         Don't rely on nil being a coding system.
14862         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14863         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14864         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14866 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
14868         * gdb-ui.el (gdb-current-language): New variable.
14869         (gdb-update-flag): Remove variable.
14870         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14871         (gdb-take-last-elt): Remove function.
14872         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14873         (gdb-post-prompt): Check for variable object changes here.
14875         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14876         object changes in gdb-ui.el.
14878 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14880         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14882         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14883         Don't check for foo*/ wildcard form here.
14884         (insert-directory): Recognize foo*/ as a wildcard.
14885         Separate wildcard-regexp variable from the arg, wildcard.
14887         * subr.el (add-hook): Correctly detect when make-local-hook was used.
14888         (remove-hook): Correctly handle strange cases about local hooks.
14890 2003-10-21  David Ponce  <david@dponce.com>
14892         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14893         argument REAL, to return a real number instead of a rounded
14894         integer value.  Define as inline function.
14895         (ruler-mode-right-fringe-cols): Likewise.
14896         (ruler-mode-scroll-bar-cols): New function.
14897         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
14898         (ruler-mode-right-scroll-bar-cols): Likewise.
14899         (ruler-mode-space): New function.
14900         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
14901         scroll bar mode and margins in a more robust way.
14903 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
14905         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14906         (antlr-c-init-language-vars): New function.
14907         (antlr-mode): Use it with cc-mode before v5.29.
14908         (antlr-c-common-init): Don't set some local vars here.
14909         (antlr-mode): Set them here.
14910         (antlr-c-forward-sws): New function alias.
14911         (antlr-mode): Redefine with cc-mode before v5.30.
14912         (antlr-skip-sexps): Use it.
14913         (antlr-skip-exception-part): Ditto.
14914         (antlr-skip-file-prelude): Ditto.
14915         (antlr-outside-rule-p): Ditto.
14916         (antlr-end-of-body): Ditto.
14917         (antlr-option-kind): Ditto.
14918         (antlr-insert-option-area): Ditto.
14919         (antlr-file-dependencies): Ditto.
14921 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14923         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14924         Move backward only if point was not inside an entry.
14926 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14928         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14930 2003-10-21  Juri Linkov  <juri@jurta.org>
14932         * compare-w.el: Automatically skip non-matching text to resync.
14933         (compare-windows-whitespace): Doc fix.
14934         (compare-windows-sync, compare-windows-sync-string-size)
14935         (compare-windows-recenter, compare-ignore-whitespace)
14936         (compare-windows-highlight, compare-windows-face): New variables.
14937         (compare-windows): Use compare-windows-sync.
14938         (compare-windows-highlight, compare-windows-dehighlight)
14939         (compare-windows-sync-regexp)
14940         (compare-windows-sync-default-function): New functions.
14942 2003-10-21  Juri Linkov  <juri@jurta.org>
14944         * diff.el (diff-parse-differences): Don't visit the files now;
14945         instead, just record the error locus.
14947 2003-10-21  Dave Love  <fx@gnu.org>
14949         * progmodes/cfengine.el: New file.
14951 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14953         * complete.el (PC-do-completion): Do not forget to use `pred' as the
14954         default-directory when completing file names.
14956 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
14958         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14959         followed by the word `face', it gets treated as a face, even if
14960         it is also defined as a variable or a function.
14962 2003-10-20  Dave Love  <fx@gnu.org>
14964         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14965         Avoid incf in macro expansion.
14967 2003-10-20  John Paul Wallington  <jpw@gnu.org>
14969         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14970         `evenp' so we don't implicitly require cl library at runtime.
14972 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
14974         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14975         (help-make-xrefs): Only make cross-references for faces if
14976         preceded or followed by the word `face'.  Do not make a
14977         cross-reference for variables without variable documentation,
14978         unless preceded by the word `variable' or `option'.  Update doc
14979         string accordingly.
14981 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14983         * progmodes/hideshow.el: Rewrite one-armed `if'
14984         constructs using either `when' or `unless'.
14985         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14987 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
14989         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14990         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14991         instead of 12x12.
14993 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
14995         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14996         message while converting to Babyl.
14998 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
15000         * allout.el (allout-mode): Doc fix.
15002 2003-10-16  Lute Kamstra  <lute@gnu.org>
15004         * subr.el (force-mode-line-update): Fix docstring.
15006 2003-10-14  Dave Love  <fx@gnu.org>
15008         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
15009         (default-input-method): Add :link, improve :type.
15010         (locale-charset-language-names): Fix utf-8 pattern.
15011         (locale-charset-match-p, locale-charset-alist)
15012         (locale-charset-to-coding-system): New.
15013         (set-locale-environment): Deal with codeset part of locale specs.
15015 2003-10-14  Lute Kamstra  <lute@gnu.org>
15017         * fringe.el (fringe-mode): Use active voice in docstring.
15018         (set-fringe-style): Ditto.
15020 2003-10-13  Lute Kamstra  <lute@gnu.org>
15022         * fringe.el (fringe-mode): Fix docstring.
15023         (set-fringe-style): Ditto.
15025 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
15027         * ediff-mult.el (ediff-filegroup-action):
15028         Use ediff-default-filtering-regexp.
15030         * ediff-util.el (ediff-recenter): Don't call
15031         ediff-restore-highlighting twice.
15032         (ediff-select-difference): Set current difference.
15033         (ediff-unselect-and-select-difference): Add comment.
15035         * ediff.el (ediff-directories,ediff-directory-revisions)
15036         (ediff-directories3,ediff-merge-directories)
15037         (ediff-merge-directories-with-ancestor)
15038         (ediff-merge-directory-revisions)
15039         (ediff-merge-directory-revisions-with-ancestor):
15040         Use ediff-default-filtering-regexp.
15042 2003-10-12  Andreas Schwab  <schwab@suse.de>
15044         * international/mule-cmds.el (locale-charset-language-names):
15045         Simplify regex by removing unused grouping.
15047 2003-10-10  Dave Love  <fx@gnu.org>
15049         * bindings.el: Don't bind stop.
15051 2003-10-08  Miles Bader  <miles@gnu.org>
15053         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
15054         face instead of attempting to emulate it.
15056 2003-10-07  Kenichi Handa  <handa@m17n.org>
15058         * international/mule-diag.el (list-coding-systems-1): List coding
15059         systems that are loaded automatically.
15061         * international/code-pages.el (iso-8859-11): Add autoload cookie.
15063         * international/mule.el (autoload-coding-system): New function.
15065 2003-10-07  Andreas Schwab  <schwab@suse.de>
15067         * log-edit.el (log-edit-changelog-entries): Prefer local value of
15068         change-log-default-name in the buffer visiting the file.
15070 2003-10-06  Dave Love  <fx@gnu.org>
15072         * files.el (find-file-hook): Customize.
15073         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
15075         * bindings.el (completion-ignored-extensions): Remove .log.
15076         (global-map): Add again, open, stop keys.
15078 2003-10-05  Richard M. Stallman  <rms@gnu.org>
15080         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
15081         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
15082         Use sh-modify directly.
15083         (sh-select): Use sh-append, not eval.
15085         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
15087         * info.el (Info-following-node-name): New function.
15089         * loadhist.el (unload-feature-special-hooks):
15090         Rename from loadhist-hook-functions.
15091         (loadhist-hook-functions): Now an alias.
15093 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
15095         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
15096         file-name clashes on 8+3 filesystems.
15098         * Makefile.in (DONTCOMPILE, bootstrap-clean):
15099         Rename loaddefs-boot.el to ldefs-boot.el
15101         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
15102         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
15104 2003-10-03  Lute Kamstra  <lute@gnu.org>
15106         * info.el (Info-mode): Revert previous change.
15107         (Info-escape-percent): New function.
15108         (Info-fontify-node): Use it.
15110 2003-10-02  Andreas Schwab  <schwab@suse.de>
15112         * loaddefs-boot.el: Regenerated.
15114 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
15116         * ffap.el: Remove defadvice related code from CVS since `complete'
15117         provides a `PC-completion-as-file-name-predicate' variable that
15118         ffap can override.
15120 2003-10-02  Kenichi Handa  <handa@m17n.org>
15122         * international/utf-8.el (ccl-decode-mule-utf-8):
15123         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
15125         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
15126         * international/subst-big5.el: Likewise.
15127         * international/subst-gb2312.el: Likewise.
15128         * international/subst-ksc.el: Likewise.
15130 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
15132         * calendar/calendar.el (increment-calendar-month)
15133         (calendar-leap-year-p, calendar-absolute-from-gregorian)
15134         (generate-calendar, calendar-read-date, calendar-interval)
15135         (calendar-day-of-week): Handle years BC.
15136         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
15138 2003-10-01  Dave Love  <fx@gnu.org>
15140         * language/cyrillic.el (cp1251): Alias for windows-1251.
15142         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
15143         bootstrap.
15145 2003-10-01  Lute Kamstra  <lute@gnu.org>
15147         * files.el: Fix typo.
15148         * imenu.el (imenu--generic-function): Docstring fix.
15150 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15152         * dired.el (dired-mode): Handle dired-directory as a list.
15154 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
15156         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
15158         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
15160         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
15161         Replace gud-display with gud-watch.
15162         (gud-speedbar-buttons): Add stuff for watching expressions
15163         in the speedbar when using M-x gdba.  Use dolist on old part
15164         of this function.
15166         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
15167         (gdb-update-flag): New variables.
15168         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
15169         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
15170         (gud-watch, gdb-var-create-handler) : New functions.
15171         (gdb-var-list-children, gdb-var-list-children-handler)
15172         (gdb-var-create-regexp, gdb-var-update-regexp)
15173         (gdb-var-list-children-regexp): New constants.
15174         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
15175         (gdb-annotation-rules): Reduce annotation set (level 3).
15176         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
15177         (gdb-post-prompt): Don't update GDB buffers every time speedbar
15178         updates.
15179         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
15180         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
15181         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
15182         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
15183         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
15184         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
15185         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
15186         (gud-display, gud-display1)
15187         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
15188         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
15189         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
15190         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
15191         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
15192         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
15193         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
15194         (gdb-display-display-buffer, gdb-toggle-display)
15195         (gdb-delete-display, gdb-expressions-popup-menu)
15196         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
15197         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
15198         to display buffer.
15200 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15202         * progmodes/ada-mode.el (ada-mode): Don't use advice.
15203         Instead, set which-func-functions.
15205         * progmodes/which-func.el (which-func-modes): Add ada-mode.
15206         (which-func-functions): New variable.
15207         (which-function): Use that.
15209         * info.el (Info-mode): Double each `%' in header line.
15211         * emacs-lisp/lisp-mnt.el (lm-with-file):
15212         When FILE is nil, run BODY in current buffer.
15214         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
15216         * help.el (describe-mode): Start with a brief list of minor modes.
15217         Find them thru minor-mode-list so as to find them all.
15218         Show them in alphabetical order.
15220         * mail/sendmail.el (mail-aliases): Doc fix.
15222         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
15224 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15226         * mail/rmailsum.el (rmail-make-summary-line-1):
15227         Change comma after last label to a space.
15228         (rmail-summary-font-lock-keywords): Adapt to that change.
15230 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
15232         * progmodes/scheme.el (scheme-mode-variables): When setting
15233         `font-lock-defaults', also specify that "#" should
15234         be interpreted with `word' syntax.
15235         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
15237 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
15239         * desktop.el: A lot of comments updated.
15240         (desktop-save-mode): Minor mode introduced.
15241         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
15242         (desktop-load-default): Function made obsolete.
15243         (desktop-locals-to-save): Variable made customizable.
15244         (desktop-read): Optional parameter `dirname' added.
15245         (desktop-change-dir, desktop-revert): Parameter `dirname' in
15246         `desktop-read' used.
15247         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
15249 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
15251         * whitespace.el (whitespace-clean-msg): Add user customizable message
15252         for displaying ``clean'' output.
15253         (whitespace-buffer): Use `whitespace-clean-msg'.
15254         (whitespace-global-mode): Fix typo.
15256 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
15258         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
15260 2003-09-29  Lute Kamstra  <lute@gnu.org>
15262         * bindings.el (mode-line-modes): Remove superfluous :propertize
15263         construct in initialization.
15264         (mode-line-position): Change cons cell into proper list in
15265         initialization.
15267 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15269         * international/mule.el (decode-coding-inserted-region): Use car
15270         of the return value of find-operation-coding-system.
15272 2003-09-29  Kenichi Handa  <handa@m17n.org>
15274         * descr-text.el (describe-char): Fix previous change.
15276 2003-09-28  Kenichi Handa  <handa@m17n.org>
15278         * descr-text.el (describe-char-display): New function.
15279         (describe-char): Pay attention to display table on describing how
15280         a character is displayed.
15282         * international/mule-cmds.el (encoded-string-description):
15283         Prepend "0x" to each encoded byte.
15285 2003-09-28  Andreas Schwab  <schwab@suse.de>
15287         * find-file.el (ff-special-constructs): Add autoload cookie.
15289 2003-09-28  Kevin Ryde  <user42@zip.com.au>
15291         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
15292         makeinfo appends to duplicate index entries.
15294 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
15296         * dired-x.el (dired-clean-tex): Doc fix.
15298         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
15299         using a Chinese tutorial.
15301 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15303         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
15304         between "MAIL FROM:" and "RCPT TO:" and the following address.
15306 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15308         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
15310 2003-09-28  David Ponce  <david@dponce.com>
15312         * recentf.el (recentf-initialize-file-name-history): New defcustom.
15313         (recentf-load-list): When `recentf-initialize-file-name-history'
15314         is non-nil, initialize an empty `file-name-history' with the
15315         recent list.
15317 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
15319         * man.el (Man-default-man-entry): Remove the leading `*' from the
15320         word at point.
15322 2003-09-26  Lute Kamstra  <lute@gnu.org>
15324         * bindings.el (mode-line-position): Mention size indication in
15325         docstring.
15327 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
15329         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
15331         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
15332         because it's autoloaded now.
15334 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
15336         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
15337         (sh-font-lock-keywords, sh-feature): Fix previous change of
15338         sh-feature to avoid infloop with sh-font-lock-keywords.
15340 2003-09-25  Kim F. Storm  <storm@cua.dk>
15342         * frame.el (frame-current-scroll-bars): New defun.
15344         * window.el (window-current-scroll-bars): New defun.
15346 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15348         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
15349         cause errors when the state cache contains info on parts that have
15350         been narrowed out.
15352 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15354         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
15355         `c-setup-paragraph-variables' has to be used when this variable is
15356         changed; it doesn't work to reinitialize the mode since that
15357         typically clobbers the variable.
15359         * progmodes/cc-styles.el (c-setup-paragraph-variables):
15360         Make it interactive.
15362 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15364         * progmodes/cc-fonts.el (c-font-lock-declarations):
15365         Fix recognition of constructors and destructors for classes whose
15366         names are matched by `*-font-lock-extra-types'.
15368         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
15369         followed by an identifier in C++ then it's a type.
15371 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15373         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
15374         problem that primarily affected XEmacs.  Don't use faces to find
15375         unterminated strings since Emacs and XEmacs fontify strings
15376         differently - this function should now work better in XEmacs.
15378 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15380         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
15381         `expand-abbrev' workaround which caused braces to misbehave inside
15382         macros.
15384         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
15385         handling.  This bug could cause interactive font locking to bail out.
15387 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15389         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15390         Handle paren-style types in Pike.  Also fixed some cases of
15391         insufficient handling of unbalanced parens.
15393 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
15395         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
15396         common shell prompts that are not common filename or URL characters.
15397         (ffap-file-at-point): Use the new regexp to strip the prompts from
15398         the file names.  This is an issue mostly for user prompts that
15399         don't have a trailing space and find-file-at-point is invoked from
15400         within a shell inside Emacs.
15402 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
15404         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
15405         stamps numerically, rather than textually.
15407 2003-09-24  Kenichi Handa  <handa@m17n.org>
15409         * language/devan-util.el (devanagari-post-read-conversion):
15410         * language/mlm-util.el (malayalam-post-read-conversion):
15411         * language/tml-util.el (tamil-post-read-conversion):
15412         Add autoload cookie.
15414         * international/utf-8.el (utf-8-post-read-conversion):
15415         Call post-read-conversion functions for Devanagari, Malayalam,
15416         and Tamil.
15418 2003-09-23  Dave Love  <fx@gnu.org>
15420         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
15422 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
15424         * progmodes/gud.el (perldb): Add gud-until to list of commands.
15425         Update gud-remove.
15427 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15429         * progmodes/sh-script.el (sh-mode-default-syntax-table):
15430         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
15431         (sh-mode-syntax-table-input): New variable.
15432         (sh-require-final-newline): Don't use eval.
15433         (sh-builtins, sh-leading-keywords, sh-other-keywords)
15434         (sh-variables, sh-font-lock-keywords): Don't use eval.
15435         (sh-set-shell): When setting require-final-newline,
15436         treat value = `require-final-newline' as don't change it.
15437         Set sh-mode-syntax-table locally based on
15438         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
15440         * progmodes/compile.el (compile-internal):
15441         Call compilation-set-window-height before setting window start.
15443 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
15445         * emacs-lisp/bytecomp.el (byte-compile-log-file):
15446         Clear out byte-compile-last-warned-form.
15448 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15450         * woman.el (woman-file-name, woman-follow-word):
15451         If current-word returns nil, use "".
15453         * simple.el (eval-expression): Bind standard-output in to-buffer case.
15455 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15457         * emacs-lisp/lisp-mnt.el (lm-with-file):
15458         Don't visit the file, just use insert-file-contents in temp buffer.
15460 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
15462         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
15463         Add surrounding \\( and \\) around the header, as in
15464         for lm-history-header 'Change Log\\|History'.
15466 2003-09-22  John Paul Wallington  <jpw@gnu.org>
15468         * progmodes/ld-script.el: Add Commentary section,
15469         minor cleanup of file header.
15470         (ld-script-font-lock-keywords): Doc fix.
15471         (toplevel): Provide `ld-script' feature.
15473 2003-09-21  Kim F. Storm  <storm@cua.dk>
15475         * scroll-bar.el (set-scroll-bar-mode): Initialize to
15476         new built-in variable default-frame-scroll-bars.
15477         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
15478         scroll-bar-mode; notably, use it instead of t when we toggle
15479         scroll-bars on.
15480         (toggle-scroll-bar): Use default-frame-scroll-bars.
15482 2003-09-19  Masatake YAMATO  <jet@gyve.org>
15484         * pcvs.el (cvs-do-removal): Change the prompt depending on
15485         `filter' value.
15487 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
15489         * startup.el (command-line-1): Stop startup-echo-area-message
15490         being hidden by "Loading image..." message.
15491         (use-fancy-splash-screens-p, display-splash-screen):
15492         Move display-graphic-p test from latter to former.
15494         * progmodes/sh-script.el (sh-font-lock-keywords):
15495         Highlight escaped EOLs differently from other backslash constructs.
15497 2003-09-19  Richard M. Stallman  <rms@gnu.org>
15499         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
15500         New functions.
15501         (edebug-enter, edebug-outside-excursion): Use them.
15503         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
15504         Fix the condition for whether to print "In WHERE".
15506 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
15508         * finder.el (finder-mode-hook): New variable.
15509         (finder-mode): Run hook finder-mode-hook
15511 2003-09-18  Masatake YAMATO  <jet@gyve.org>
15513         * progmodes/ebrowse.el: Fix broken magic autoload comments.
15515 2003-09-17  Mario Lang  <mlang@delysid.org>
15517         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
15518         "p %e" to actually print the value in the GUD buffer.
15520 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
15522         From David Ponce <david.ponce@wanadoo.fr>:
15523         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
15524         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
15525         from loaddefs-boot.el if necessary.
15527 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
15529         * progmodes/gud.el (gud-find-class): Make jdb work again since
15530         cc-mode changed the syntactic information.
15532 2003-09-15  David Ponce  <david@dponce.com>
15534         * recentf.el: (recentf-exclude): Accept predicates too.
15535         (recentf-file-readable-p): New function.
15536         (recentf-include-p): Handle predicates in recentf-exclude.
15537         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
15538         (recentf-cleanup): Likewise.
15539         (recentf-save-list): Use write-file to handle backup of
15540         recentf-save-file.
15542 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
15544         * loaddefs-boot.el: Renamed from `loaddefs.el'
15545         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
15546         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
15547         necessary.
15549 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
15551         * electric.el (Electric-pop-up-window): For the `one-window' case,
15552         no longer disconcertingly move point in the original buffer.
15554 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15556         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
15558 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15560         * dired.el (dired-mode-map): Fix typo.
15562 2003-09-11  Richard M. Stallman  <rms@gnu.org>
15564         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
15566 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15568         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
15569         the function is less noisy.  Now only `kill-buffer' can ask questions.
15571 2003-09-10  Mario Lang  <mlang@delysid.org>
15573         * battery.el: Update Commentary and Copyright.
15574         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
15575         appear due to wrong ordering of the expressions in `or'.
15577 2003-09-09  Lute Kamstra  <lute@gnu.org>
15579         * misc.el (upcase-char): Fix docstring.
15580         (zap-up-to-char): New command.
15582 2003-09-08  David Ponce  <david@dponce.com>
15584         Ensure that recentf correctly updates the menu bar.
15585         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
15586         (recentf-menu-bar): New function.
15587         (recentf-clear-data): Use it
15588         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
15589         of easy-menu-change.
15591 2003-09-08  Lute Kamstra  <lute@gnu.org>
15593         * simple.el (size-indication-mode): New.
15594         * bindings.el (mode-line-position): Add buffer size indicator.
15596 2003-09-04  Mario Lang  <mlang@delysid.org>
15598         * battery.el (battery-linux-proc-acpi): New function.
15599         (battery-status-function): Modify default value calculation to also
15600         check for availability of ACPI.
15601         (battery-echo-area-format): Ditto.
15602         (battery-mode-line-format): Ditto.
15604 2003-09-06  Dave Love  <fx@gnu.org>
15606         * ielm.el (ielm-mode-hook): Add :options.
15608         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
15609         (eldoc-print-current-symbol-info): Use it.
15611 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
15613         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
15614         being displayed in GUD buffer.
15615         (gdb-idle-input-queue): Remove var.  Use just one queue.
15616         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
15617         Remove functions.  Use just one queue.
15618         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
15619         (gdb-invalidate-assembler, gdb-get-current-frame):
15620         Modify functions.  Use just one queue.
15622 2003-09-04  Dave Love  <fx@gnu.org>
15624         * cus-start.el: Add blink-cursor-alist.
15626         * ruler-mode.el (ruler-mode-fill-column-char)
15627         (ruler-mode-current-column-char): Use char-displayable-p,
15628         not window-system.
15630         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
15632         * language/european.el (windows-1252): Move from code-pages.
15634         * language/cyrillic.el ("Windows-1251"): Delete.
15635         ("Bulgarian", "Belarusian"): Remove `features'.
15636         (windows-1251): Move from code-pages.
15638         * international/mule-diag.el (non-iso-charset-alist):
15639         Remove `codepage' stuff.
15640         (print-designation, list-coding-systems-1): Output fixes.
15642         * international/code-pages.el (cp-make-translation-table)
15643         (cp-valid-codes): Made defsubsts.
15644         (cp-fix-safe-chars): Delete.
15645         (mule-diag): Don't require.
15646         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
15647         (top-level): Check for defined coding system when defining
15648         cp... aliases.  Change w32-add-charset-info test to avoid warning.
15649         (non-iso-charset-alist): Defvar when compiling.
15650         (cp-make-coding-system): Doc fix.
15652 2003-09-02  Jason Rumney  <jasonr@gnu.org>
15654         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
15655         line-ends from CVS before doing conversion.
15657 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
15659         * calendar/diary-lib.el (diary-header-line-flag)
15660         (diary-header-line-format): New variables.
15661         (list-diary-entries): Use them to set header line in simple diary.
15663         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
15664         other than font-lock-string-face to highlight backslashes.
15666 2003-09-01  Jason Rumney  <jasonr@gnu.org>
15668         * international/titdic-cnv.el (tit-read-key-value): Include \r in
15669         regexp.
15671 2003-09-01  Dave Love  <fx@gnu.org>
15673         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
15675         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
15676         and :help; also line and column numbers labels.
15678         * international/mule-util.el (char-displayable-p): Move from
15679         latin1-disp, rename and autoload.
15681         * international/latin1-disp.el (latin1-char-displayable-p):
15682         Now obsolete alias.  Replace uses with char-displayable-p.
15683         (latin1-display-ucs-per-lynx): Fix last change.
15685         * international/mule-cmds.el (standard-display-european-internal):
15686         Don't use char code for Latin-1 NBSP.
15687         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
15688         U+2018, U+2019 for `'.
15689         (select-safe-coding-system): Message fix.
15691 2003-09-01  Kenichi Handa  <handa@m17n.org>
15693         * international/fontset.el (setup-default-fontset): For Thai
15694         font, specify "*" family.
15696 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15698         * progmodes/compile.el (previous-error): Accept a prefix
15699         argument, similarly to next-error.
15701 2003-08-31  Masatake YAMATO  <jet@gyve.org>
15703         * pcvs.el (cvs-do-removal): Use = instead of eq to check
15704         the number of files.  Bind the number of files to a local
15705         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
15707 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
15709         * vc-hooks.el (vc-make-version-backup): Fix the change made on
15710         2003-07-26: msdos-long-file-names is a function, not a variable.
15712 2003-08-29  Richard M. Stallman  <rms@gnu.org>
15714         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
15715         Do nothing with mail-personal-alias-file if it is nil.
15717         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
15718         Do nothing if mail-personal-alias-file is nil.
15720         * term.el (term-exec-1): Bind coding-system-for-read.
15722         * dired.el (dired-mouse-find-file-other-window):
15723         Use dired-view-command-alist here, as in dired-view-file.
15724         (dired-view-command-alist): Use %s to substitute file name.
15725         Handle .ps_pages, .eps, .jpg, .gif, .png.
15727 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15729         * info.el (Info-mode-map): Bind S-tab and <backtab> to
15730         `Info-prev-reference', instead of M-tab.
15732 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
15734         * simple.el (blink-matching-open): Work correctly on chars that
15735         are designated as parens through the syntax-table text property.
15737 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
15739         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
15740         line break position in the middle of a non-kinsoku (e.g. latin)
15741         word, making it skip until either a space or a character with
15742         category "|".
15743         (kinsoku-longer): Test for end of buffer.
15745 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
15747         * mail/rmail.el (rmail-convert-to-babyl-format):
15748         Detect quoted-printable- and base64-encoded messages and decode them
15749         automatically.  Set the message's encoding from the charset=
15750         header, if any.  Decode base64-encoded messages in Mail format as well.
15752 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15754         * mail/smtpmail.el: Fix previous change.
15755         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
15756         calling smtpmail-via-smtp.
15757         (smtpmail-via-smtp): Add fall-back values for envelope-from.
15759 2003-08-26  John Paul Wallington  <jpw@gnu.org>
15761         * image.el (image-jpeg-p): Don't search beyond length of data.
15763 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15765         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
15766         misfeature in `expand-abbrev' which caused electric keywords like
15767         "else" to disappear if an open brace was typed directly afterwards.
15769 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15771         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
15772         mandatory in `define-widget'.
15774         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
15775         Don't align the operators "!=", "<=" and ">=" as assignment operators.
15777         (c-assignment-operators): New language constant that only contains
15778         the assignment operators.
15780         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
15782 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15784         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15785         Safeguard against unbalanced sexps.
15787 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
15789         * version.el (emacs-version): Check for gtk.  Include gtk version info.
15791 2003-08-25  John Paul Wallington  <jpw@gnu.org>
15793         * man.el (Man-default-man-entry): Don't whizz past the section
15794         number before looking for it.
15796 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
15798         * progmodes/gud.el (gud-display-line): Don't set window-point if
15799         source buffer is not visible.  (Only happens with M-x gdba.)
15801         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15802         documentation.
15803         (gdb-source, gdb-source-info): Update to assembler unnecessary
15804         as its done after each GDB command anyway.
15805         (gdb-pre-prompt): Use with-current-buffer.
15806         (gdb-insert-field): Add help-echo text.
15807         (gdb-invalidate-assembler): Re-display of assembler now done in
15808         gdb-info-breakpoints-custom.
15809         (gdb-info-breakpoints-custom): Force re-display of assembler to
15810         happen *after* update of breakpoints buffer.
15811         (gdb-display-source-buffer): Don't choke if gdb-source-window
15812         isn't visible.
15813         (gdb-put-string, gdb-put-arrow): Remove free variables.
15815 2003-08-24  John Paul Wallington  <jpw@gnu.org>
15817         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15819         * man.el (Man-default-man-entry): Strip text properties when
15820         snarfing parts of entry because `format' preserves properties.
15822 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15824         * files.el (file-newest-backup): Use `expand-file-name'.
15826         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15827         Allow the diary to pop up a new frame, if needed.
15829         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15830         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15831         (smtpmail-send-it): Make treatment of envelope-from consistent with
15832         sendmail.el.
15834         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15835         (sh-leading-keywords): Add the bash `time' reserved word.
15836         (sh-variables): Add some bash variables.
15837         (sh-add-completer): Fix nil branch of case statement.
15839 2003-08-24  Masatake YAMATO  <jet@gyve.org>
15841         * progmodes/ld-script.el: New file.
15843 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
15845         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15847 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
15849         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15850         Better explain obsolescence, and what to use instead.
15852 2003-08-23  Masatake YAMATO  <jet@gyve.org>
15854         * pcvs.el (cvs-do-removal): Show the deleted file name
15855         on the prompt.
15857 2003-08-20  Dave Love  <fx@gnu.org>
15859         * international/mule.el (make-coding-system)
15860         (set-buffer-file-coding-system): Doc fix.
15862         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15864         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15866         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15868         * international/utf-16.el: Add mime-text-unsuitable coding system
15869         properties.
15871         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15873         * cus-edit.el: Add some :links.
15874         (bib): Remove.
15876         * textmodes/bib-mode.el (bib): Add :group external.
15878 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
15880         * wid-edit.el (widget-echo-help): Make it handle expressions that
15881         evaluate to strings.
15883 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
15885         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
15887         Simplify selection of SQL products to define highlighting and
15888         interactive mode.  Includes detailed instructions on adding
15889         support for new products.
15891         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
15892         product for use in highlighting and interactive mode.
15893         (sql-interactive-product): New variable.  SQL product for
15894         sql-interactive-mode.
15895         (sql-product-support): New variable.  Specifies product-specific
15896         parameters to drive highlighting and interactive mode.
15897         (sql-imenu-generic-expression): Add more object types.
15898         (sql-sqlite-options): Correct comment.
15899         (sql-ms-program): Use "osql" rather than "isql".
15900         (sql-prompt-regexp, sql-prompt-length): Update comment.
15901         (sql-mode-menu): Add "Start SQLi session" entry.
15902         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
15903         (sql-mode-abbrev-table): Add abbreviations.  Support of
15904         SYSTEM-FLAG on define-abbrev.  Support was removed with last
15905         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15906         (sql-mode-font-lock-object-name): Add font-lock pattern for object
15907         names.
15908         (sql-mode-ansi-font-lock-keywords): Set as default value.
15909         (sql-mode-oracle-font-lock-keywords): Set as default value.
15910         Support Oracle 9i keywords.
15911         (sql-mode-postgres-font-lock-keywords): Set as default value.
15912         (sql-mode-linter-font-lock-keywords): Set as default value.
15913         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
15914         SQLServer 2000.
15915         (sql-mode-sybase-font-lock-keywords)
15916         (sql-mode-interbase-font-lock-keywords)
15917         (sql-mode-sqlite-font-lock-keywords)
15918         (sql-mode-strong-font-lock-keywords)
15919         (sql-mode-mysql-font-lock-keywords)
15920         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
15921         keywords.
15922         (sql-mode-font-lock-defaults): Update comment.
15923         (sql-product-feature): New function.  Returns feature associated
15924         with a product from `sql-product-support' alist.
15925         (sql-product-font-lock): New function.  Set font-lock support
15926         based on `sql-product'.
15927         (sql-add-product-keywords): New function.  Add font-lock rules to
15928         product-specific keyword variables.
15929         (sql-set-product): New function.  Set `sql-product' and apply
15930         appropriate font-lock highlighting.
15931         (sql-highlight-product): New function.  Set font-lock support
15932         based on a product.  Also set mode name to include product name.
15933         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15934         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15935         Use `sql-set-product'.
15936         (sql-highlight-ms-keywords)
15937         (sql-highlight-sybase-keywords)
15938         (sql-highlight-interbase-keywords)
15939         (sql-highlight-strong-keywords)
15940         (sql-highlight-mysql-keywords)
15941         (sql-highlight-sqlite-keywords)
15942         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
15943         (sql-get-login): Prompt in the same order as the tokens.
15944         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15945         (sql-product-interactive): New function.  Common portions of
15946         product-specific interactive mode wrappers.
15947         (sql-interactive-mode): Rewritten to use product features.
15948         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15949         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15950         (sql-db2, sql-linter): Use `sql-product-interactive'.
15951         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15952         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15953         (sql-connect-ingres, sql-connect-postgres)
15954         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15955         New functions.  Format command line parameters and invoke comint on
15956         the appropriate interpreter.  Code was in the corresponding
15957         `sql-xyz' function before.
15958         (sql-connect-ms): New function.  Support -E argument to use
15959         operating system credentials for authentication.
15961 2003-08-18  Kenichi Handa  <handa@m17n.org>
15963         * international/mule.el (encode-char): Fix for the ASCII case.
15965 2003-08-15  Kenichi Handa  <handa@m17n.org>
15967         * international/fontset.el (setup-default-fontset): Change "*" to
15968         nil in the specifications of font family.
15970 2003-08-18  Kim F. Storm  <storm@cua.dk>
15972         * kmacro.el (kmacro-keymap): Group related bindings in
15973         initialization for clarity.  Bind C-s to start macro.
15974         Remove C-r binding.
15975         (kmacro-initial-counter-value): New defvar to hold initial counter
15976         value in case we set the value before defining a macro.
15977         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15978         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15979         not defining or executing macro.  Doc fix.
15980         (kmacro-add-counter): Clear kmacro-initial-counter-value.
15981         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15982         temporarily view older elements on the macro ring without cycling
15983         the ring.
15984         (kmacro-display): Doc fix.
15985         (kmacro-exec-ring-item): New helper function.
15986         (kmacro-call-ring-2nd): Use it.
15987         (kmacro-call-ring-2nd-repeat): Doc fix.
15988         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15989         (kmacro-end-or-call-macro): Execute last viewed macro (using
15990         kmacro-exec-ring-item) from ring if this follows
15991         kmacro-view-macro.  This allows us to find a macro on the ring
15992         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15993         the ring to bring it to the head of the ring.
15994         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15995         Allow binding to reserved keys without specifying C-x C-k prefix.
15996         Ask for confirmation if entered key sequence is already bound to
15997         a non-macro command.
15998         (kmacro-view-macro): Repeating command will show older elements
15999         on the macro ring; C-k will execute the last viewed macro.
16000         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
16001         property from 'ring to 'head.
16003 2003-08-17  Alan Shutko  <ats@acm.org>
16005         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
16006         keeping December out of the alist.
16008 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
16010         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
16011         * calendar/calendar.el (calendar-mode-map): Bind it to key.
16012         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
16013         (calendar-flatten): New function.
16014         (calendar-mouse-view-other-diary-entries)
16015         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
16016         in the menu title and to show multi-line diary entries correctly
16017         in the menu.
16019 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
16021         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
16022         defcustom, because the default was recently changed.
16024 2003-08-16  Richard M. Stallman  <rms@gnu.org>
16026         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
16028         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16029         New subroutine, broken out of eval-last-sexp-1.
16030         (eval-last-sexp-1): Use eval-last-sexp-print-value.
16032         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
16034         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
16036         * simple.el (eval-expression): Use eval-last-sexp-print-value.
16038 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
16040         * progmodes/compile.el (compilation-error-regexp-alist):
16041         Add Java ANt error detection as described in document
16042         http://ant.apache.org/faq.html
16044 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
16046         * simple.el (backward-word, forward-to-indentation)
16047         (backward-to-indentation): Argument changed to optional.
16048         (next-line, previous-line): Use `or' instead of `unless'.
16050 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16052         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
16053         instead of a constant.
16055 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
16057         * shell.el (shell): With prefix-arg, suggest a new buffer name.
16059 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
16061         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
16062         (vc-sccs-workfile-version): Search the entire delta table, rather
16063         than just the first entry, because that might be a deleted version.
16065 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
16067         * menu-bar.el (menu-bar-options-menu): Supply a body for the
16068         [save-place] binding in the Options menu.  Have it require
16069         'saveplace' and then toggle the variable manually, to avoid an an
16070         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
16071         for the bug report.
16073 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
16075         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
16076         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
16077         (gdb-info-threads-custom): Add help-echo text.
16078         (gdb-display-back): Don't use purecopy.
16079         (gdb-info-breakpoints-custom, gdb-reset)
16080         (gdb-assembler-custom): Use display-images-p to test if breakpoint
16081         icons can be displayed.
16083 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
16085         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
16087 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
16089         * bookmark.el (bookmark-completing-read):
16090         Return a string, instead of a list of one string.
16091         Use a popup menu if activated from the mouse.
16092         (bookmark-edit-annotation): Remove unused vars.
16093         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
16094         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
16095         to bookmark-completing-read.
16096         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16097         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
16098         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
16099         and erase-buffer.
16100         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
16101         (bookmark-menu-jump, bookmark-menu-insert)
16102         (bookmark-popup-menu-and-apply-function)
16103         (bookmark-menu-popup-paned-bookmark-menu): Remove.
16104         (bookmark-menu-build-paned-menu): Remove by folding it into
16105         bookmark-menu-popup-paned-menu.
16106         (menu-bar-bookmark-map): Move the define-key statements here.
16107         Use the "non-menu" commands since they now pop up a menu if needed.
16108         (bookmark-exit-hook-internal): Simplify.
16110 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
16112         * reftex-toc.el (reftex-toc-rename-label): New function.
16113         (reftex-toc-check-docstruct): New function.
16115         * reftex.el (reftex-region-active-p): New function.
16117         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
16118         regexp to find the \bibliography macro.
16120         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
16121         which does not exist in LaTeX.
16122         (reftex-cite-format-builtin): Added amsrefs support.
16123         (reftex-toc-confirm-promotion): New option
16125         * reftex-toc.el
16126         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
16127         (reftex-toc-demote, reftex-toc-promote)
16128         (reftex-toc-do-promote, reftex-toc-promote-prepare)
16129         (reftex-toc-promote-action, reftex-toc-extract-section-number)
16130         (reftex-toc-newhead-from-alist)
16131         (reftex-toc-load-all-files-for-promotion): New functions.
16132         (reftex-toc-help): Added description of new keys.
16133         (reftex-toc-split-windows-fraction): New option.
16134         (reftex-recenter-toc-when-idle): Search *toc* window on all
16135         visible frames.
16136         (reftex-toc): Additional parameter REUSE
16137         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
16138         with REUSE argument.
16139         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
16140         the call of `reftex-toc'.
16141         (reftex-make-separate-toc-frame): New function .
16142         (reftex-toc-recenter): When called with triple prefix arg, call
16143         `reftex-make-separate-toc-frame' first.
16144         (reftex-toc-toggle-dedicated-frame): New command.
16145         (reftex-toc-quit): Adapted to delete frame when called in
16146         dedicated frame.
16148         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
16149         all enclosing macros.
16152 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16154         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
16155         first use.
16157 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16159         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
16161 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16163         * calendar/calendar.el (list-diary-entries-hook)
16164         (diary-display-hook, nongregorian-diary-listing-hook)
16165         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
16166         Add some customize options for these hooks.
16167         (calendar-abbrev-construct): Don't try to take a substring longer
16168         than the original string.
16170 2003-08-05  Richard M. Stallman  <rms@gnu.org>
16172         * emacs-lisp/testcover.el (noreturn): Report error if does return.
16173         (testcover-reinstrument-clauses): Doc fix.
16175         * emacs-lisp/warnings.el: Doc fixes, args renamed.
16176         (warning-type-format): Rename from warning-group-format.
16178         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
16179         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
16180         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
16181         to prevent warnings about defvar for an obsolete variable.
16183         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
16184         warning-group-format renamed to warning-type-format.
16186         * subr.el (read-passwd): Use clear-string instead of fillarray.
16188         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
16189         Use vconcat instead of concat.
16190         (edmacro-sanitize-for-string): New function.
16192 2003-08-05  Dave Love  <fx@gnu.org>
16194         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
16195         line-number-display-limit-width.
16197         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
16199 2003-08-05  Kenichi Handa  <handa@m17n.org>
16201         * international/code-pages.el: Don't require mule-diag.
16203         * international/mule-diag.el (non-iso-charset-alist):
16204         Add autoload cookie.
16206         * language/devan-util.el (dev-glyph-order): Add an entry for the
16207         glyph code #xC4.
16209 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16211         * calendar/calendar.el (diary-file, diary-file-name-prefix)
16212         (european-calendar-style, diary-date-forms)
16213         (calendar-day-name-array, calendar-month-name-array): Doc change.
16214         (generate-calendar-month): Adapt for new behaviour of
16215         `calendar-day-name' function.
16216         (calendar-abbrev-length, calendar-day-abbrev-array)
16217         (calendar-month-abbrev-array): New variables.
16218         (calendar-abbrev-construct): New function.
16219         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
16220         rather than fixing abbrevs at some width.  Calling syntax change.
16221         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
16222         (calendar-date-string): Adapt for new behaviours of
16223         `calendar-day-name' and `calendar-month-name' functions.
16225         * calendar/diary-lib.el (list-diary-entries): Adapt for new
16226         behaviour of `calendar-day-name' and `calendar-month-name' functions.
16227         (diary-name-pattern): Use abbrev arrays, rather than fixing
16228         abbrevs at three chars.  Calling syntax change.
16229         (mark-diary-entries): Adapt for new behaviours of
16230         `diary-name-pattern' and `calendar-make-alist' functions.
16231         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
16232         `diary-name-pattern' function.
16233         (font-lock-diary-date-forms): Use abbrev arrays, rather than
16234         fixing abbrevs at three chars.  Calling syntax change.
16235         (cal-hebrew, cal-islam): Require when compiling.
16236         (diary-font-lock-keywords): Adapt for new behaviour of
16237         `font-lock-diary-date-forms' function.
16239         * calendar/cal-hebrew.el: Reposition some code so defined before used.
16240         (calendar-hebrew-month-name-array-common-year)
16241         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
16242         (list-hebrew-diary-entries): Adapt for new behaviours of
16243         `calendar-day-name' and `add-to-diary-list' functions.
16244         (mark-hebrew-diary-entries): Adapt for new behaviours of
16245         `diary-name-pattern' and `calendar-make-alist' functions.
16247         * calendar/cal-islam.el (calendar-islamic-month-name-array):
16248         Add doc string.
16249         (list-islamic-diary-entries): Adapt for new behaviours of
16250         `calendar-day-name' and `add-to-diary-list' functions.
16251         (mark-islamic-diary-entries): Adapt for new behaviours of
16252         `diary-name-pattern' and `calendar-make-alist' functions.
16254         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
16255         `calendar-month-name' function.
16257         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
16259         * calendar/solar.el (solar-seasons-data): Move definition before use.
16261         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
16262         (cal-tex-LaTeX-hourbox): Move definition before use.
16264         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
16265         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
16266         lunar.el, solar.el
16267         (displayed-month, displayed-year): Define for compiler.
16269 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16271         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
16272         MODE.  Renamed from c-init-c-language-vars'.
16273         (c-initialize-cc-mode): Change accordingly.
16274         (c-common-init): Ditto.
16275         (c-mode): Ditto.
16276         (c++-mode): Use `c-init-language-vars-for'.
16277         (objc-mode): Ditto.
16278         (java-mode): Ditto.
16279         (idl-mode): Ditto.
16280         (pike-mode): Ditto.
16281         (awk-mode): Ditto.
16283 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16285         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
16286         or not the point moved.
16288         (c-search-decl-header-end): Don't trip up on operator identifiers
16289         in C++ and operators like == in all languages.
16291         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16292         Detect leading labels correctly.
16294 2003-08-02  Andreas Schwab  <schwab@suse.de>
16296         * textmodes/ispell.el: Don't redo key bindings on loading, put
16297         them only in loaddefs.el.
16298         * bookmark.el: Likewise.
16299         * dabbrev.el: Likewise.
16300         * emerge.el: Likewise.
16302         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
16303         has more than one member.
16305         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
16307 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16309         * lpr.el (printify-region): It was ending conversion before the
16310         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
16312 2003-07-31  John Paul Wallington  <jpw@gnu.org>
16314         * net/browse-url.el (browse-url-epiphany): Doc fix.
16316 2003-07-30  Kenichi Handa  <handa@m17n.org>
16318         * international/fontset.el (setup-default-fontset):
16319         Change registry names of Akurti fonts.
16321 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16323         * comint.el (comint-read-noecho): Use `clear-string' instead of
16324         `fillarray'.
16326 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
16328         * outline.el (outline-mode-hook): Add defvar.
16330 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
16332         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
16333         Restore assembler in source window if that is what has been selected.
16334         (menu): Add gdb-restore-windows to menu.  Make gdba
16335         specific menus only visible from gdba.
16337 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16339         * progmodes/compile.el (compilation-environment): New user variable.
16340         (compile-internal): Respect it.
16342 2003-07-23  Masatake YAMATO  <jet@gyve.org>
16344         * progmodes/gud.el (gdb-script-font-lock-keywords):
16345         Put `font-lock-function-name-face' on a symbol which includes
16346         `-' like `hook-run'.  Put font-lock-variable-name-face
16347         on a symbol starting with $.
16349 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
16351         * files.el (set-visited-file-name): Use truename for buffer-file-name.
16353 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16355         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
16357 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
16359         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
16360         Use with-no-warnings.
16361         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
16362         rather than to find-file-not-found-hook, which doesn't exist.
16364 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16366         * international/quail.el (quail-translate-key): Fix previous change.
16368 2003-07-25  John Paul Wallington  <jpw@gnu.org>
16370         * server.el (server-start): Check `server-process' is non-nil
16371         before killing it to avoid killing current buffer's process.
16373         * simple.el (choose-completion-string): Use `minibufferp';
16374         test `completion-reference-buffer' if `buffer' arg is nil.
16375         (push-mark): Use `when' and `unless'.
16376         (pop-mark): Use `when'.
16378         * mouse-sel.el (mouse-sel-get-selection-function):
16379         Check `x-last-selected-text-primary'.  Don't barf if it or
16380         `x-last-selected-text' aren't bound.
16382 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16384         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
16386 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
16388         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
16390 2003-07-23  John Paul Wallington  <jpw@gnu.org>
16392         * tooltip.el (defface tooltip): Inherit from variable-pitch.
16394 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16396         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
16397         string.  Defvar the derived hook.
16399         * macros.el (insert-kbd-macro): Escape double quote character.
16400         From Thomas W Murphy <twm@andrew.cmu.edu>.
16402 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
16404         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
16405         to match the specific mark rather than reusing comment-start-skip.
16407 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
16409         * progmodes/hideshow.el (hs-special-modes-alist):
16410         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
16412 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
16414         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
16415         value using ?\s.
16417 2003-07-21  John Paul Wallington  <jpw@gnu.org>
16419         * subr.el (with-selected-window): Add closing paren.
16421 2003-07-21  Richard M. Stallman  <rms@gnu.org>
16423         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
16424         (lisp-mode): Likewise.
16426         * subr.el (with-selected-window): Copy code form save-selected-window
16427         so as to call select-window with norecord arg.
16428         (dynamic-completion-table): Doc fix.
16429         (lazy-completion-table): Doc fix.
16431         * international/mule-cmds.el (set-locale-environment):
16432         langinfo renamed to locale-info.
16434         * international/mule.el (auto-coding-functions): Doc fix.
16436 2003-07-21  Kenichi Handa  <handa@m17n.org>
16438         * international/quail.el (quail-translate-key):
16439         Update quail-current-str correctly.
16441 2003-07-21  Andreas Schwab  <schwab@suse.de>
16443         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
16444         ?, to "_".
16446 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
16447         Version 2.0.36 of Tramp released.
16449         * net/tramp.el (tramp-default-password-end-of-line): Rename from
16450         tramp-password-end-of-line.
16451         (tramp-password-end-of-line): New method parameter.
16452         (tramp-get-password-end-of-line): Function to access method
16453         parameter `tramp-password-end-of-line', or variable
16454         `tramp-default-password-end-of-line' (default value).
16455         (tramp-methods): Add entries for new parameter
16456         tramp-password-end-of-line.
16457         (tramp-enter-password): Use new function
16458         `tramp-get-password-end-of-line'.
16459         (tramp-handle-insert-file-contents): Do not
16460         unconditionally inhibit the file operation file-local-copy, only
16461         do that when the inhibit-file-name-operation is currently
16462         insert-file-contents.  This fixes finding remote CVS-controlled
16463         files.  (It would barf on inserting the CVS/Entries file
16464         literally, because the file-local-copy handler wasn't called.)
16465         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
16466         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
16467         (tramp-initial-commands): New variable.
16468         (tramp-process-initial-commands): New function, using the variable.
16469         (tramp-open-connection-setup-interactive-shell): Call the new function.
16470         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
16471         method into the buffer name, never use nil.  Reported by Hanak
16472         David <dhanak@inf.bme.hu>.
16473         (tramp-open-connection-setup-interactive-shell): Erase buffer
16474         before sending "stty -onlcr".
16476         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
16478 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
16480         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
16482 2003-07-19  John Paul Wallington  <jpw@gnu.org>
16484         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
16485         (artist-draw-rect, artist-draw-square): Doc fixes.
16487         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
16489         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
16491 2003-07-19  Kenichi Handa  <handa@m17n.org>
16493         * international/kkc.el (kkc-show-conversion-list-update):
16494         Highlight the correct candidate in the message.
16496 2003-07-18  John Paul Wallington  <jpw@gnu.org>
16498         * simple.el (current-word): Don't include punctuation char when
16499         `really-word' arg is non-nil.
16501 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
16503         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
16504         moved to the directory obsolete.
16506 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
16508         * info.el (Info-menu-entry-name-re): Allow newlines in
16509         menu entry names.
16511         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
16512         syntax-ppss-after-change-function.
16513         (syntax-ppss-after-change-function): New alias.  Update uses.
16514         (syntax-ppss): Catch the case where the buffer is narrowed.
16516 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16518         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
16519         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
16521 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16523         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
16524         since it might be modified.
16526         * progmodes/cc-langs.el (c++-make-template-syntax-table)
16527         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
16528         names to these language constants.
16530 2003-07-15  Kim F. Storm  <storm@cua.dk>
16532         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
16533         All uses changed.
16535 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
16537         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
16538         Namespace support.
16540 2003-07-13  Juanma Barranquero  <lektu@terra.es>
16542         * frame.el (modify-all-frames-parameters): Reinstall (copyright
16543         papers received).
16545 2003-07-13  Karl Eichwalder  <ke@suse.de>
16547         * textmodes/po.el (po-find-charset): White space at the start of the
16548         Content-Type field body is non-mandatory.
16550 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16552         * textmodes/texinfo.el (texinfo-section-list):
16553         Append appendixsection; a synonym for appendixsec.
16555 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
16557         * man.el (Man-translate-cleanup): New.
16558         (Man-translate-references): Call `Man-translate-cleanup' to clean
16559         leading, trailing and middle spaces.
16561 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
16563         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
16564         Handle `dired-directory' being a list.
16566 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16568         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
16569         it doesn't exist.
16571 2003-07-12  Richard M. Stallman  <rms@gnu.org>
16573         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
16575         * progmodes/cc-defs.el (c-make-keywords-re):
16576         Don't use delete-duplicates.
16577         (c-lang-const): Don't use mapcan.
16579         * apropos.el (apropos-show-scores): Make it customizable.
16580         Document new meaning.
16581         (apropos): Compute scores from symbols.
16582         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
16584 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16586         * ps-bdf.el: Fix copyright line.
16587         (bdf-directory-list): Fix initialization code.
16589 2003-07-11  John Paul Wallington  <jpw@gnu.org>
16591         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
16592         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
16593         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
16595 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
16597         * emacs-lisp/ring.el (ring-elements): Doc fix.
16599 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16601         * calendar/timeclock.el (timeclock-relative)
16602         (timeclock-ask-before-exiting, timeclock-use-display-time):
16603         Doc changes.
16604         (timeclock-modeline-display): Give a message if
16605         `timeclock-use-display-time' is non-nil but `display-time-mode'
16606         is not active.
16608 2003-07-11  Kenichi Handa  <handa@m17n.org>
16610         * international/mule-cmds.el (set-language-environment):
16611         Set current-language-environment to the correct string.
16613 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16615         * ps-print.el: Print line number correctly in a region.  Reported by
16616         Tim Allen <timallen@ls83.fsnet.co.uk>.
16617         (ps-print-version): New version number (6.6.2).
16618         (ps-printing-region): Code fix.
16620 2003-07-10  John Paul Wallington  <jpw@gnu.org>
16622         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
16623         this function can be called from `add-completions-from-tags-table'.
16625 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
16627         * calendar/timeclock.el (timeclock-use-display-time)
16628         (timeclock-day-over-hook, timeclock-workday-remaining)
16629         (timeclock-status-string, timeclock-when-to-leave)
16630         (timeclock-when-to-leave-string, timeclock-log-data)
16631         (timeclock-find-discrep, timeclock-day-base)
16632         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
16633         (timeclock-modeline-display): Set the variable
16634         `timeclock-modeline-display'.
16635         (timeclock-update-modeline): Doc fix.  Respect value of
16636         `timeclock-relative'.
16638 2003-07-09  Richard M. Stallman  <rms@gnu.org>
16640         * textmodes/reftex-parse.el (reftex-all-document-files):
16641         Add autoload cookie.
16643         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
16644         (reftex-scanning-info-available-p): Add autoload cookie.
16646         * international/mule-cmds.el
16647         (set-display-table-and-terminal-coding-system): Delete duplicate
16648         aset on standard-display-table.
16650         * view.el (view-file): If existing buffer's major mode is special,
16651         don't go into view mode.
16653         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
16655 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16657         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
16658         buffer changes; there's third party code that calls this function
16659         directly.
16661 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16663         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
16664         (autodoc-font-lock-keywords): Don't byte compile on font lock
16665         initialization when running from byte compiled files.
16667 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16669         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16670         statement ends with auto-increment "++".
16672 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16674         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16675         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16676         these are changed, so declare them as variables and not constants.
16678 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
16680         * subr.el (dolist, dotimes): Doc fix.
16682 2003-07-08  Kim F. Storm  <storm@cua.dk>
16684         * international/mule-cmds.el
16685         (set-display-table-and-terminal-coding-system): Don't break
16686         bootstrap if standard-display-table isn't setup yet.
16688 2003-07-07  Richard M. Stallman  <rms@gnu.org>
16690         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
16691         Give it a doc string, and autoload it.
16693         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
16694         Use with-no-warnings.
16696         * info.el (Info-search): If find invisible text, search again.
16698         * isearch.el (search-whitespace-regexp): Add a shy group around it.
16700         * man.el (Man-name-regexp): Match + as part of name.
16702         * simple.el (visible-mode): Rename from vis-mode.
16703         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
16705         * simple.el (current-word): New arg REALLY-WORD specifies
16706         don't include punctuation chars.
16708         * emacs-lisp/debug.el (debug, debugger-env-macro):
16709         Use with-no-warnings while accessing and binding unread-command-char.
16711         * international/mule-cmds.el
16712         (set-display-table-and-terminal-coding-system): Use explicit loop
16713         instead of calling standard-display-default.
16715         * net/ange-ftp.el (ange-ftp-file-symlink-p):
16716         Use condition-case to catch error in ange-ftp-get-files.
16718         * net/browse-url.el (browse-url-browser-function):
16719         Add alternative for Epiphany.
16720         (browse-url-epiphany-program, browse-url-epiphany-arguments)
16721         (browse-url-epiphany-startup-arguments)
16722         (browse-url-epiphany-new-window-is-tab): New variables.
16723         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
16725         * progmodes/compile.el (compile-auto-highlight): Default now t.
16726         (compile): Doc fix.
16727         (compilation-next-error): Fix previous change.
16729         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
16731         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
16733 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
16735         * gdb-ui.el (gdb-source-info): Display current frame when
16736         attaching to an existing process.
16737         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
16738         while laying out windows when attaching to an existing process.
16740 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
16742         * info.el (Info-menu): Use Info-menu-entry-name-re.
16744 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
16746         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
16747         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
16749         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
16750         to match the same text.
16752 2003-07-06  John Paul Wallington  <jpw@gnu.org>
16754         * vc.el (vc-annotate-offset): Move defvar up.
16756 2003-07-06  Kim F. Storm  <storm@cua.dk>
16758         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
16759         This should fix the infinite loop when extracting menu names.
16761 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16763         * files.el (auto-mode-alist, interpreter-mode-alist):
16764         Remove entries to CC Mode modes to avoid duplicates; they are now added
16765         with autoload directives in cc-mode.el.
16767 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16769         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16770         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16771         these are changed, so declare them as variables and not constants.
16773         * progmodes/cc-mode.el: Fix some autoload problems: Try to
16774         ensure that the entry for ".c" extension comes before the one for
16775         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
16776         Fix incorrect entries that were added to `interpreter-mode-alist'.
16777         Move the autoload directives for AWK to the top level since they
16778         aren't recognized anywhere else.  Do not use the new AWK mode doc
16779         in the autoload form for the old AWK mode.
16781 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16783         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
16784         (bibtex-sort-ignore-string-entries): Default value t.
16785         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
16786         erroneously in previous version.
16787         (bibtex-string-files): Docstring reflects new parsing scheme.
16788         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
16789         docstring, add # as one of the chars to crush
16790         (bibtex-autokey-prefix-string, bibtex-autokey-names)
16791         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
16792         (bibtex-autokey-name-change-strings)
16793         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
16794         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
16795         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
16796         (bibtex-autokey-title-terminators)
16797         (bibtex-autokey-titlewords-stretch)
16798         (bibtex-autokey-titleword-ignore)
16799         (bibtex-autokey-titleword-case-convert)
16800         (bibtex-autokey-titleword-abbrevs)
16801         (bibtex-autokey-titleword-abbrevs)
16802         (bibtex-autokey-titleword-change-strings)
16803         (bibtex-autokey-titleword-length)
16804         (bibtex-autokey-titleword-separator)
16805         (bibtex-autokey-name-year-separator)
16806         (bibtex-autokey-year-title-separator)
16807         (bibtex-autokey-before-presentation-function)
16808         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16809         Fix docstring.
16810         (bibtex-strings, bibtex-reference-keys):
16811         Use lazy-completion-table and make-variable-buffer-local.
16812         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16813         (bibtex-braced-string-syntax-table)
16814         (bibtex-quoted-string-syntax-table): New variables.
16815         (bibtex-parse-nested-braces): Remove.
16816         (bibtex-parse-field-string): Use syntax table and forward-sexp.
16817         (bibtex-parse-association): Simplify.
16818         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16819         (bibtex-parse-field-text): Simplify.
16820         (bibtex-search-forward-field, bibtex-search-backward-field):
16821         argument BOUND can take value t.
16822         (bibtex-start-of-field, bibtex-start-of-name-in-field)
16823         (bibtex-end-of-name-in-field, bibtex-end-of-field)
16824         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16825         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16826         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16827         (bibtex-skip-to-valid-entry): Return buffer position of beginning
16828         and ending of entry.  Update for changes of bibtex-search-entry.
16829         Simplify.
16830         (bibtex-map-entries): FUN is called with three arguments.
16831         (bibtex-search-entry): Return a cons pair with buffer positions of
16832         beginning and end of entry.
16833         (bibtex-enclosing-field): Simplify.
16834         (bibtex-format-entry): Use booktitle to set a missing title.
16835         (bibtex-autokey-get-names): Fiddle with regexps.
16836         (bibtex-generate-autokey): Use identity.
16837         (bibtex-parse-keys): Use simplified parsing algorithm if
16838         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
16839         arguments.  Return alist of keys.
16840         (bibtex-parse-strings): Simplify.  Return alist of strings.
16841         (bibtex-complete-string-cleanup): Fix docstring.
16842         (bibtex-read-key): New function.
16843         (bibtex-mode): Fix docstring.  Do not parse for keys and
16844         strings when the mode is entered.  Set fill-paragraph-function to
16845         bibtex-fill-field.  Setup font-lock-mark-block-function the way
16846         font-lock intended.
16847         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
16848         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16849         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16850         (bibtex-Preamble): Avoid hard coded constants.
16851         (bibtex-make-field): Fix docstring.  Simplify.
16852         (bibtex-beginning-of-entry): Always return new position of point.
16853         (bibtex-end-of-entry): Rearrange cond clauses.
16854         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16855         Update for changes of bibtex-map-entries.
16856         (bibtex-ispell-abstract): Do not move point.
16857         (bibtex-entry-index): Use downcase.  Simplify.
16858         (bibtex-lessp): Handle catch-all.
16859         (bibtex-find-crossref): Turn into a command.
16860         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
16861         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
16862         preamble entries.
16863         (bibtex-fill-field-bounds): New function.
16864         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
16865         (bibtex-fill-entry): Use bibtex-fill-field-bounds
16866         (bibtex-String): Use bibtex-strings.  Always obey
16867         bibtex-sort-ignore-string-entries.
16869 2003-07-05  John Paul Wallington  <jpw@gnu.org>
16871         * cus-theme.el (customize-create-theme):
16872         Call `customize-create-theme' in Reset widget's notify function.
16874         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16875         (ibuffer-mark-interactive): Use `or' instead of `unless'.
16876         (define-ibuffer-column name): Add summarizer.
16877         (define-ibuffer-column size): Likewise.
16878         (define-ibuffer-column filename): Likewise.
16879         (define-ibuffer-column process): Likewise.  Change BODY's output too.
16880         (define-ibuffer-column filename-and-process): Likewise, likewise.
16881         (ibuffer): Remove local vars `already-in' and `need-update'.
16883         * ibuf-ext.el: Don't require `derived' at compile-time.
16885 2003-07-05  Kim F. Storm  <storm@cua.dk>
16887         * info.el: Disable paragraph refilling.
16888         (Info-refill-paragraphs): New defcustom.
16889         (Info-fontify-node): Use it.
16891 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
16893         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16894         thingies from constructors created by defstruct.
16896         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16897         the default value of the variable.
16898         (byte-code-meter): Move declaration to top level.
16900         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16902         * info.el (Info-following-node-name-re): New fun.
16903         (Info-following-node-name): Remove.
16904         (Info-insert-dir): Use the new fun.
16905         (Info-extract-pointer): Don't save restriction; use new fun.
16906         (Info-menu-entry-name-re): New const.
16907         (Info-menu-entry-name-re): Use it along with new fun.
16908         (Info-node-spec-re): Use new fun.
16909         (Info-complete-menu-item, Info-fontify-node): Use new const.
16910         (Info-goto-node, Info-follow-reference, Info-menu-update):
16911         Use match-string.
16912         (Info-follow-reference): Use assoc-string.
16913         Use a list of strings for the completion table.
16914         (Info-fontify-node): Use match-string, line-end-position.
16915         Limit the search for `node:' to the first line.
16917         * newcomment.el (uncomment-region): Remove padding coming from
16918         comment-start rather than just from comment-padding.
16920         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16921         (vc-cvs-stay-local-p): Use vc-stay-local-p.
16922         (vc-cvs-rename-file): Remove (use the default).
16923         (vc-cvs-register): Register parent dir if needed.
16924         (vc-cvs-could-register): Return non-nil if parent can be registered.
16925         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16926         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16928         * vc-svn.el (vc-svn-use-edit): Make it into a const.
16929         (vc-svn-update): Fix the arguments to `svn'.
16930         (vc-svn-diff-tree): Just use `vc-svn-diff'.
16931         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16932         Simple implementations, assuming `name' is a URL.
16934         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16935         set of chars allowed unquoted in a case pattern.
16937         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16939         * font-lock.el (font-lock-extra-types-widget)
16940         (c-font-lock-extra-types, c++-font-lock-extra-types)
16941         (objc-font-lock-extra-types, java-font-lock-extra-types)
16942         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16943         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16944         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16945         (font-lock-match-c++-structor-declaration)
16946         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16947         (c++-font-lock-keywords-3, c++-font-lock-keywords)
16948         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16949         (objc-font-lock-keywords-3, objc-font-lock-keywords)
16950         (java-font-lock-keywords-1, java-font-lock-keywords-2)
16951         (java-font-lock-keywords-3, java-font-lock-keywords)
16952         (java-font-lock-syntactic-face-function): Remove obsolete code
16953         and constants.  It's all in cc-fonts.el now.
16955 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
16957         * mail/sendmail.el (mail-specify-envelope-from)
16958         (mail-envelope-from): Doc fix.
16960 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
16962         * generic-x.el: Do away with the dependency on `c-emacs-features'
16963         when populating `rul-generic-mode-syntax-table'; we already know
16964         this isn't XEmacs.
16966 See ChangeLog.10 for earlier changes.
16968 ;; Local Variables:
16969 ;; coding: iso-2022-7bit
16970 ;; End:
16972     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
16973   Copying and distribution of this file, with or without modification,
16974   are permitted provided the copyright notice and this notice are preserved.
16976 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1