(lisp-imenu-generic-expression): Recognize define-generic-mode.
[emacs.git] / lisp / ChangeLog
blob0cfbedd5a778c4fad6ad1e59ad993ed5908bf699
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         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21         Recognize define-generic-mode.
23 2005-03-23  Miles Bader  <miles@gnu.org>
25         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26         Remove tty-specific variants, as they're no longer needed.
28 2005-03-23  Lute Kamstra  <lute@gnu.org>
30         * generic-x.el: Code cleanup: make arguments constant whenever
31         possible.
32         (installshield-statement-keyword-list)
33         (installshield-system-functions-list)
34         (installshield-system-variables-list, installshield-types-list)
35         (installshield-funarg-constants-list): Make them constants.
37         * generic.el (generic-make-keywords-list): Add autoload cookie.
39         * calendar/time-date.el: Add comment on time value formats.  Don't
40         require parse-time.
41         (with-decoded-time-value): New macro.
42         (encode-time-value): New function.
43         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
44         (days-to-time): Return a valid time value when arg is huge.
45         (time-since): Use time-subtract.
46         (time-to-number-of-days): Use time-to-seconds.
48 2005-03-23  David Ponce  <david@dponce.com>
50         * recentf.el: (recentf-keep): New option.
51         (recentf-menu-action): Default to `find-file'.
52         (recentf-keep-non-readable-files-flag)
53         (recentf-keep-non-readable-files-p)
54         (recentf-file-readable-p, recentf-find-file)
55         (recentf-cleanup-remote): Remove.
56         (recentf-include-p): More robust.
57         (recentf-keep-p): New function.
58         (recentf-remove-if-non-kept): Rename from
59         `recentf-remove-if-non-readable'. Use `recentf-keep-p'. All
60         callers updated.
61         (recentf-menu-items-for-commands): Fix help string.
62         (recentf-track-closed-file): Update. Doc fix.
63         (recentf-cleanup): Update. Count removed files. Doc fix.
65 2005-03-23  Kim F. Storm  <storm@cua.dk>
67         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
68         Don't inherit from fringe face (now happens automatically).
70 2005-03-22  Kim F. Storm  <storm@cua.dk>
72         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
73         position values.
75 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * menu-bar.el (showhide-date-time): Remove.
78         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
79         (menu-bar-make-mm-toggle): Simplify.
81 2005-03-22  JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
83         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
84         Accept qualified variable and function names.
86 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
88         * bindings.el (completion-ignored-extensions):
89         Remove ".lis" for `vax-vms'.
91 2005-03-22  Andreas Schwab  <schwab@suse.de>
93         * generic-x.el: Revert last change.
94         * ldefs-boot.el: Update.
96 2005-03-22  Jay Belanger  <belanger@truman.edu>
98         * calc/calc-embed (calc-embedded-original-modes): New variable.
99         (calc-embedded-save-original-modes)
100         (calc-embedded-restore-original-modes): New functions.
101         (calc-do-embedded): Save original modes when entering embedded mode
102         and restore when leaving embedded mode.
103         (calc-embedded-modes-change): Change the value of
104         calc-embedded-original-modes to reflect permanent changes.
106 2005-03-22  Lute Kamstra  <lute@gnu.org>
108         * generic-x.el: Require generic again.
110 2005-03-22  Miles Bader  <miles@gnu.org>
112         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
113         Tweak details to look good on both ttys and bitmap displays, light
114         or dark background, etc.
116 2005-03-21  Kim F. Storm  <storm@cua.dk>
118         * tooltip.el (tooltip-show-help-function): Check car and cdr of
119         mouse position.
121 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * icomplete.el: Don't forcibly turn on the mode upon load.
124         (icomplete-mode): Use define-minor-mode.
125         (icomplete-eoinput): Default to nil.
126         (icomplete-minibuffer-setup): Remove autoload.
127         (icomplete-tidy): Simplify.
128         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
129         in the initial state or if the user has modified the field.
130         Fix handling of icomplete-max-delay-chars.
131         Remove code that handles the oddball case where
132         minibuffer-completion-table is an integer.
133         Wrap icomplete-completions in while-no-input in case building
134         completions takes more time than expected.
135         (icomplete-completions): Simplify.
137 2005-03-21  Richard M. Stallman  <rms@gnu.org>
139         * jka-compr.el (jka-compr-really-do-compress):
140         Make variable buffer-local.
142         * image-mode.el: Handle .xpm files too.
143         (image-toggle-display): Preserve modification flag.
145         * help.el (where-is): Don't mention aliases with no key bindings.
147 2005-03-21  Lute Kamstra  <lute@gnu.org>
149         * generic.el: Fix commentary section.  Don't require cl for
150         compilation.
151         (generic-mode-list): Add autoload cookie.
152         (generic-use-find-file-hook, generic-lines-to-scan)
153         (generic-find-file-regexp, generic-ignore-files-regexp)
154         (generic-mode, generic-mode-find-file-hook)
155         (generic-mode-ini-file-find-file-hook): Fix docstrings.
156         (define-generic-mode): Make it a defmacro.  Fix docstring.
157         (generic-mode-internal): Code cleanup.  Add autoload cookie.
158         (generic-mode-set-comments): Code cleanup.
159         * generic-x.el: Don't prevent compilation.  Don't require generic.
160         Follow coding conventions.  Minor code cleanup.
161         (etc-fstab-generic-mode): Add some keywords.
162         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
163         define-generic-mode like a function declaration.
165 2005-03-21  Jay Belanger  <belanger@truman.edu>
167         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
168         changing modes.
170 2005-03-21  Sam Steingold  <sds@gnu.org>
172         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
174 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
176         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
177         Add underscore to "f$ lexicals" regexp.
179 2005-03-20  Juri Linkov  <juri@jurta.org>
181         * subr.el (progress-reporter-do-update): When `min-value' is equal
182         to `max-value', set `percentage' to 0 and prevent division by zero.
184 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
186         Sync with Tramp 2.0.48.
188         * tramp.el (all): Change all addresses to .gnu.org.
189         (tramp-append-tramp-buffers): New defun.
190         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
191         Catch `dont-send' signal.
192         (tramp-set-auto-save-file-modes): Set always permissions, because
193         there might be an old auto-saved file belonging to another
194         original file.  This could be a security threat.  Reported by
195         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
196         Check for Emacs 21.3.50 removed.
198         * tramp-smb.el (all): Remove debug construct for
199         `with-parsed-tramp-file-name'.
200         (tramp-smb-prompt): Prompt can contain spaces inside directory
201         names.
202         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
203         No error message if DIRECTORY or FILENAME doesn't exist.
204         (tramp-smb-open-connection): Check existence of
205         `tramp-smb-program'.
207 2005-03-20  Miles Bader  <miles@gnu.org>
209         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
210         in text-mode too.  Change to new face names.
211         (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'.
212         Add `:weight bold' attribute.
213         (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
215 2005-03-19  Juri Linkov  <juri@jurta.org>
217         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
219         * international/mule.el (auto-coding-alist): Sync with
220         `auto-mode-alist' by adding upper case archive file extensions
221         and adding ear/war to jar extension.
223 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
225         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
226         running, restart it.
228 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
230         * finder.el (finder-current-item): Throw an error on an empty
231         line.
233         * man.el (Man-follow-manual-reference): If current-word returns
234         nil, use "".
236 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
238         * simple.el (goto-line): Doc fix.
240 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
242         * files.el (save-buffer): Doc fix.
244 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
246         * recentf.el (recentf-cleanup-remote): New variable.
247         (recentf-cleanup): Use it to conditionally check availablity of
248         remote files.
250 2005-03-19  Joe Edmonds <joe-bugs-debian-org@elem.com>  (tiny change)
252         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
253         function names.
255 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
257         * language/thai-word.el: New file.
259 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
261         * files.el (backup-buffer): If the file's directory is not
262         writable, use copy instead of move to backup the file.
264 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
266         * obsolete/keyswap.el: Moved to obsolete/ from term/.
268 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
270         * ps-print.el (ps-generate-string-list, ps-generate-header-line): Use
271         functionp instead of symbolp and fboundp.  Reported by Drkm
272         <darkman_spam@yahoo.fr>.
273         (ps-print-version): New version 6.6.6.
275 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
277         * textmodes/table.el (table--line-column-position): New idiom.
278         (table--row-column-insertion-point-p): New function to test
279         validity of row and column insertion operation at a location.
280         (table-global-menu, table-cell-menu): Use above functions for
281         deterministic test operation.
282         (table--editable-cell-p): Behave in deterministic fashion.
284 2005-03-18  Juri Linkov  <juri@jurta.org>
286         * isearch.el (isearch-lazy-highlight-new-loop):
287         Make arguments beg and end optional.
288         (isearch-update): Remove optional arguments nil from
289         isearch-lazy-highlight-new-loop.
290         (isearch-lazy-highlight-search): Let-bind case-fold-search to
291         isearch-lazy-highlight-case-fold-search instead of
292         isearch-case-fold-search, and let-bind isearch-regexp to
293         isearch-lazy-highlight-regexp.
294         Use isearch-lazy-highlight-last-string instead of isearch-string.
296         * replace.el (perform-replace): Remove bindings of global
297         variables isearch-string, isearch-regexp, isearch-case-fold-search.
298         Add three new arguments to `replace-highlight'.
299         (replace-highlight): Add arguments string, regexp, case-fold.
300         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
301         to allow isearch-lazy-highlight-new-loop to use these values
302         to set corresponding isearch-lazy-highlight-* internal
303         variables whose values lazy highlighting will use regardless of
304         changes to global variables isearch-string, isearch-regexp,
305         isearch-case-fold-search during lazy highlighting loop.
306         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
307         to `lazy-highlight-cleanup'.
309         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
310         (ispell-highlight-face): Set default face to `isearch' when
311         lazy highlighting is enabled.
312         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
313         priority to 1.  Add lazy highlighting.
314         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
315         from `isearch-dehighlight'.
317 2005-03-18  David Ponce  <david@dponce.com>
319         * files.el (hack-local-variables): Do a case-insensitive search
320         for End.
322 2005-03-18  Juri Linkov  <juri@jurta.org>
324         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
325         `isearch-lazy-highlight-cleanup', add alias to old name and
326         declare obsolete.  Add release numbers to other obsolete vars.
327         (isearch-done, isearch-lazy-highlight-new-loop):
328         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
329         (lazy-highlight-cleanup) <variable>: Doc fix.
330         (isearch-lazy-highlight-update): Rename obsolete
331         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
333 2005-03-18  Kenichi Handa  <handa@m17n.org>
335         * language/thai-util.el: Fix categorization of Thai characters in
336         thai-category-table.
337         (thai-composition-pattern): Adjust it for the above change.
338         (thai-self-insert-command, thai-compose-syllable): New functions.
339         (thai-compose-region): Use thai-compose-syllable.
340         (thai-compose-string): Likewise.
341         (thai-composition-function): Likewise.
342         (thai-auto-composition): New function.
343         (thai-auto-composition-mode): New minor mode.
345         * language/thai.el: Fix patterns to be registered in
346         composition-function-table.
348         * international/quail.el (quail-input-method): Locally bind
349         inhibit-modification-hooks to t.
351 2005-03-17  Richard M. Stallman  <rms@gnu.org>
353         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
354         (perl-mode): Use run-mode-hooks.
356         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
357         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
358         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
360         * mail/sendmail.el (sendmail-send-it): Reenable the code
361         to compute resend-to-address and use it.
363         * tar-mode.el (tar-mode): Turn off undo unconditionally.
365         * image-mode.el: New file.
367         * image.el (insert-sliced-image): Add autoload cookie.
369         * font-lock.el (font-lock-lines-before): New user option.
370         (font-lock-after-change-function): Obey it.
372         * bindings.el (esc-map): Make M-g a prefix.
373         Bind M-g g and M-g M-g to goto-line.
375         * faces.el (face-id): Doc fix.
377 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
379         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
380         (rmail-show-message): Use rmail-unknown-mail-followup-to.
381         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
383         * mail/sendmail.el (mail-yank-ignored-headers)
384         (mail-font-lock-keywords, mail-mode-fill-paragraph):
385         Add Mail-Followup-To and Mail-Reply-To headers.
386         (mail-citation-hook): Add autoload cookie.
387         (mail-mode): Doc fix.
388         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
389         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
390         (mail-mode-fill-paragraph): Handle those headers.
391         (mail-mailing-lists): New variable.
392         (mail-mail-reply-to, mail-mail-followup-to): New functions.
394 2005-03-17  Juri Linkov  <juri@jurta.org>
396         * isearch.el (isearch-fallback): Check for `(car previous)'
397         before calling `isearch-other-end-state'.
399 2005-03-17  Kim F. Storm  <storm@cua.dk>
401         * simple.el (move-beginning-of-line): Move to beginning of buffer
402         line, as well as beginning of screen line.
404 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
406         * calendar/diary-lib.el (mark-diary-entries): Use new optional
407         argument REDRAW rather than calendar-redrawing variable.
408         * calendar/calendar.el (calendar-redrawing): Delete.
409         (redraw-calendar): Do not bind calendar-redrawing.
411 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
413         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
414         diary-file buffer.
416 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * help.el (describe-mode): Allow a :minor-mode-function property to
419         specify a different minor mode toggle function than the variable.
420         * simple.el (auto-fill-function):
421         * subr.el (add-minor-mode): Use it.
423 2005-03-16  Kenichi Handa  <handa@m17n.org>
425         * language/ethio-util.el (sera-being-called-by-w3): New variable.
426         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
427         (ethio-fidel-to-sera-buffer): Likewise.
429 2005-03-16  Juri Linkov  <juri@jurta.org>
431         * emacs-lisp/find-func.el (find-function-regexp):
432         Add defun-emitting macro `menu-bar-make-toggle'.
434         * isearch.el: Put `isearch-scroll' property to
435         `split-window-horizontally'.
437         * info.el: Update error messages for `debug-ignored-errors'.
438         (Info-isearch-search): Doc fix.
439         (Info-find-node): Move up code to go into info buffer before
440         recording the node to the history.
441         (Info-fontify-node): Fontify titles only if the next line
442         has two or more `*', `=', `-', `.'.
443         Display "go to this node" for empty (match-string 3).
445 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
447         * term/mac-win.el: Add mouse pointer shape constants.
449 2005-03-15  Kim F. Storm  <storm@cua.dk>
451         * simple.el (move-beginning-of-line): Use vertical-motion.
453 2005-03-15  Juri Linkov  <juri@jurta.org>
455         * isearch.el (isearch-error): New variable.
456         (isearch-invalid-regexp, isearch-within-brackets): Remove.
457         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
458         (isearch-within-brackets-state): Remove.
459         (isearch-case-fold-search-state, isearch-pop-fun-state):
460         Decrease frame index.
461         (isearch-mode, isearch-top-state, isearch-push-state)
462         (isearch-edit-string, isearch-abort, isearch-search-and-update)
463         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
464         (isearch-search, isearch-lazy-highlight-new-loop):
465         Replace `isearch-invalid-regexp' with `isearch-error'.
466         Remove `isearch-within-brackets'.
467         (isearch-search): Add `search-failed' handler to `condition-case'.
468         (isearch-lazy-highlight-search): Add `condition-case' to catch
469         errors and allow `isearch-lazy-highlight-update' to try
470         highlighting from the beginning of the window.
471         (isearch-repeat): Move up code to set isearch-wrapped to t
472         before calling isearch-wrap-function.
474         * info.el (Info-isearch-initial-node): New internal variable.
475         (Info-search): Signal an error in isearch mode when search leaves
476         the initial node.  Signal an error when `bound' is non-nil and
477         nothing was found in the current subfile.
478         (Info-isearch-search): Remove `condition-case'.
479         (Info-isearch-wrap): Don't wrap when search failed during leaving
480         the initial node.  If `Info-isearch-search' is nil, wrap around
481         the current node.
482         (Info-isearch-start): New fun.
483         (Info-mode): Add buffer-local hook `Info-isearch-start' to
484         `isearch-mode-hook'.
486 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
488         * simple.el (normal-erase-is-backspace): Set default to t if
489         running on Mac.
491         * term/mac-win.el (function-key-map): Sync with x-win.el.
493 2005-03-15  Kenichi Handa  <handa@m17n.org>
495         * international/mule-cmds.el (locale-language-names): Modify the
496         format of elements and add more entries.
497         (locale-preferred-coding-systems): Add more entries.
498         (set-locale-environment): Adjust for the change of
499         locale-language-names.
501 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
503         * pcvs.el (smerge-ediff): Remove bogus autoload.
505 2005-03-14  Lute Kamstra  <lute@gnu.org>
507         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
508         Ignore a `*' at the beginning of a line.
510         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
511         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
512         subr.el.
513         (dont-compile, eval-when-compile, eval-and-compile): Use declare
514         to specify indentation.
516         * generic.el (define-generic-mode): Let generic-mode-list be a
517         list of strings; test membership with equal.
519 2005-03-14  Kim F. Storm  <storm@cua.dk>
521         * simple.el (next-line, previous-line): Add optional try-vscroll
522         arg to recognize interactive use.  Pass it on to line-move.
523         (line-move): Don't perform auto-window-vscroll when defining or
524         executing keyboard macro to ensure consistent behaviour.
526 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
528         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
530 2005-03-13  Lute Kamstra  <lute@gnu.org>
532         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
533         debugger-setup-buffer so that backtrace marks the frames set to
534         debug-on-exit and we don't have to do it manually.  Set an extra
535         debug-on-exit for macro's.
536         (debugger-setup-buffer): Don't mark the top frame manually.
538 2005-03-12  Lute Kamstra  <lute@gnu.org>
540         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
541         lisp-indent-function throughout.
542         (with-no-warnings): Set lisp-indent-function property.
544 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
546         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
547         Add entry for backslash.
549 2005-03-12  Juri Linkov  <juri@jurta.org>
551         * info.el (Info-search): Four fixes for backward search.
553 2005-03-11  Jay Belanger  <belanger@truman.edu>
555         * calc/calc.el (calc-language-alist): New variable.
556         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
557         (calc-embedded-find-modes): Use calc-language-alist instead of
558         calc-embedded-language-alist.
560 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
562         * calendar/calendar.el (calendar-redrawing): New internal
563         variable.
564         (redraw-calendar): Remove bogus save-excursion from previous
565         change.  Bind calendar-redrawing to t for mark-diary-entries.
566         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
567         calendar if that is why we were called.
569 2005-03-11  Kenichi Handa  <handa@m17n.org>
571         * international/mule.el (make-coding-system): Set property
572         coding-system-define-form to nil.
573         (define-coding-system-alias): Likewise.
575 2005-03-11  Kenichi Handa  <handa@m17n.org>
577         These changes are suggested by Dave Love <fx@gnu.org>.
579         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
580         coding: tag.
581         (adaptive-fill-regexp): Add more bullets.
582         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
583         regexps.
585 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
587         * help.el (describe-mode): Properly handle non-trivial lighters.
588         Don't ignore minor modes that are not listed in minor-mode-list.
590         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
591         feature ON when the user requests to turn it OFF.
593 2005-03-10  Lute Kamstra  <lute@gnu.org>
595         * emacs-lisp/debug.el (debug-entry-code): Delete it.
596         (implement-debug-on-entry): New function to replace debug-entry-code.
597         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
598         second argument as the 2005-03-07 change makes it obsolete.
599         (debug-on-entry, cancel-debug-on-entry): Update call to
600         debug-on-entry-1.
601         (debug, debugger-setup-buffer): Comment update.
602         (debugger-frame-number): Update to work with implement-debug-on-entry.
604 2005-03-10  Jay Belanger  <belanger@truman.edu>
606         * calc/calc-embed.el (math-ms-args): Declare it.
607         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
608         math-ms-args.
609         (calc-embedded-subst): Use math-multi-subst-rec to substitute
610         variables.
612 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
614         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
615         Use message-box.
617         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
618         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
619         (tooltip-gud-tips): Simplify.
620         (tooltip-gud-tips-p): Remove superflouous :set.
621         (tooltip-gud-modes): Add fortran-mode.
622         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
624         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
626 2005-03-09  Kim F. Storm  <storm@cua.dk>
628         * play/animate.el (animate-place-char): Use forward-line instead
629         of next-line to improve performance.
631 2005-03-09  Simon Josefsson  <jas@extundo.com>
633         * net/browse-url.el (browse-url-default-browser): Doc fix.
635 2005-03-09  Miles Bader  <miles@gnu.org>
637         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
638         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
640 2005-03-09  Kenichi Handa  <handa@m17n.org>
642         * international/latin-1.el: Set case and syntax for 255 only if
643         set-case-syntax-set-multibyte is nil.
645         * textmodes/ispell.el (ispell-insert-word): New function.
646         (ispell-word): Use ispell-insert-word to insert a new word.
647         (ispell-process-line): Likewise.
648         (ispell-complete-word): Likewise.
650 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
652         * calendar/calendar.el (redraw-calendar): Preserve point.
653         Reported by Matt Hodges <MPHodges@member.fsf.org>.
654         (calendar-week-start-day): Move after definition of
655         redraw-calendar.  Delete buffer test, since redraw-calendar has
656         that now.
658         * calendar/diary-lib.el (mark-diary-entries): Only call
659         redraw-calendar in the first of any recursive calls.
660         Reported by Alan Shutko <ats@acm.org>.
662 2005-03-08  Juri Linkov  <juri@jurta.org>
664         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
665         (html-horizontal-rule, html-line, html-image, html-checkboxes)
666         (html-radio-buttons): Add a space before the trailing `/>' where
667         sgml-xml-mode is non-nil.
668         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
669         the subsequent tag of the empty XML tag.
670         (html-href-anchor): Don't set initial input to "http:".
671         (html-image): Ask for the image URL and set point inside alt="".
672         (html-name-anchor): Duplicate the name in the `id' attribute when
673         sgml-xml-mode is non-nil.
674         (html-paragraph): Remove \n before <p>.
675         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
676         instead of `checked' when sgml-xml-mode is non-nil.
678         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
679         Remove 1 space before #RRGGBB to not truncate it on terminal
680         windows w/o fringes.  Remove 1 space between bg and fg examples
681         to get more space.
682         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
683         avoid byte-compile warnings.
685         * image-file.el (image-file-handler): Put `safe-magic' property to
686         `image-file-handler'.
688         * info.el (Info-isearch-search): Emulate word search in
689         isearching through multiple Info nodes with Info-search.
690         (Info-isearch-wrap): Allow isearch-word.
692 2005-03-08  Lute Kamstra  <lute@gnu.org>
694         * emacs-lisp/debug.el (debugger-step-through): Make sure that
695         stepping into the debugger's code is not possible.
696         (debugger-jumping-flag): Docstring update.
698 2005-03-08  Jay Belanger  <belanger@truman.edu>
700         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
701         embedded mode begins.
702         (calc-embedded-language-alist): New variable.
703         (calc-embedded-find-modes): Use calc-embedded-language-alist to
704         set default language mode.
706 2005-03-08  Kenichi Handa  <handa@m17n.org>
708         * international/ccl.el (define-ccl-program): Fix docstring about
709         extra 256 bytes assured for the output buffer.
711         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
712         Fix BUFFER_MAGNIFICATION to 2.
713         (ccl-encode-mule-utf-16be-with-signature): Likewise.
715 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
717         * align.el (align-rules-list): Added an alignment rule for CSS
718         declarations (applies to css-mode and html-mode buffers).
720 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
722         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
724 2005-03-07  Kim F. Storm  <storm@cua.dk>
726         * simple.el (move-beginning-of-line): New command.
728         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
730         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
732         * emulation/cua-base.el: Put CUA move property on move-end-of-line
733         and move-beginning-of-line.
735         * apropos.el (apropos-print): Omit command from M-x ... RET.
737 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
739         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
740         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
742 2005-03-06  Richard M. Stallman  <rms@gnu.org>
744         * bindings.el (esc-map): Bind M-g to goto-line.
746         * facemenu.el (global-map): Bind M-o, not M-g.
748 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
750         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
751         "Open Directory" as for "Open File".
753 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
755         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
756         (push-mark-command): Run activate-mark-hook.
758 2005-03-06  Richard M. Stallman  <rms@gnu.org>
760         * help-mode.el (help-mode-finish): Don't alter the element
761         in view-return-to-alist if there already is one.
763         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
764         make sure the current buffer is the expected one.
766         * novice.el (disabled-command-function): Output in *Disabled Command*.
767         Explicitly ignore non-keyboard events, and explicitly handle C-g.
769         * textmodes/flyspell.el (flyspell-large-region):
770         Pass args differently for aspell.
772         * files.el (mode-require-final-newline): Doc fix.
774 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
776         * progmodes/which-func.el (which-function):
777         Specify NOERROR when calling imenu--make-index-alist.
779 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * simple.el (normal-erase-is-backspace): Define default value.
783         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
784         (custom-reevaluate-setting): Simple function to handle
785         variables that are defined before their default value can really
786         be computed.
788         * startup.el (command-line): Use it for temporary-file-directory,
789         small-emporary-file-directory, auto-save-file-name-transforms,
790         blink-cursor-mode, and normal-erase-is-backspace.
792         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
793         progress, even with buggy anchored keywords.
795 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
797         * simple.el (goto-line): Remove unbalanced final parenthesis.
799 2005-03-05  Richard M. Stallman  <rms@gnu.org>
801         * simple.el (goto-line): Use a number at point as the default.
802         With C-u as arg, switch buffers.
804 2005-03-05  Juri Linkov  <juri@jurta.org>
806         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
807         with `no-blinking-cursor'.
809         * startup.el (no-blinking-cursor): New defvar.
810         (command-line): Add `--no-blinking-cursor' to longopts.
811         Set `no-blinking-cursor' to t for command line arguments
812         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
813         with `no-blinking-cursor' in the condition for calling
814         `blink-cursor-mode'.
816 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
818         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
819         (menu-bar-options-save): Add blink-cursor-mode.
820         (menu-bar-options-menu): Add blink-cursor-mode.
822 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
824         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
825         (icalendar-export-file, icalendar-export-region)
826         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
827         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
829 2005-03-04  Lute Kamstra  <lute@gnu.org>
831         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
832         (debug-function-list): Ditto.
834 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
836         * textmodes/texinfmt.el (texinfo-append-refill):
837         Redefine the types of line to which @refill
838         is not appended by replacing a search for `@refill\\|@bye' with
839         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
840         itemize@refill' bug and the unfilled long lines bug.
841         (texinfmt-version): Update number and date.
843 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
845         * international/code-pages.el (windows-1250, windows-125[2-8])
846         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
848 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
851         bound yet.
853 2005-03-02  Romain Francoise  <romain@orebokech.com>
855         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
856         buffer after removing limits.
857         (ibuffer-pop-filter): Ditto.
858         Update copyright.
860 2005-03-02  Miles Bader  <miles@gnu.org>
862         * button.el (make-text-button): If the user doesn't specify a
863         type, use the default.  Rewrite to use `add-text-properties' and
864         plist functions.
866 2005-03-01  Lute Kamstra  <lute@gnu.org>
868         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
869         (debugger-jumping-flag): New var.
870         (debug-entry-code): Use it.
871         (debugger-jump): Use debugger-jumping-flag and add
872         debugger-reenable to post-command-hook.
873         (debugger-reenable): Use debugger-jumping-flag and remove itself
874         from post-command-hook.
875         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
876         debugger-reenable.
878 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
880         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
881         inclusion of "itemize\\|", which may be unnecessary, is certainly
882         inelegant, and stops refilling in itemize lists when formatting
883         Japanese Texinfo files to Info.
884         Update copyright to 2005.
886 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
888         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
889         of an error if GDB can't find the source file.
891 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
893         * calendar/calendar.el (redraw-calendar): Work from any buffer,
894         not just the calendar.
896         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
897         first.
898         (diary-redraw-calendar): New function.
899         (make-diary-entry): Add diary-redraw-calendar to local
900         write-contents-functions.  Turn off selective display before
901         inserting in diary.
903 2005-03-01  Kim F. Storm  <storm@cua.dk>
905         * emacs-lisp/copyright.el (copyright-fix-years): New command.
907 2005-03-01  Lute Kamstra  <lute@gnu.org>
909         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
910         that debug-entry-code can be safely removed from a function while
911         this code is being evaluated.  Revert the 2005-02-27 change as the
912         new implementation no longer requires it.  Make sure that a
913         function body containing just a string is not mistaken for a docstring.
914         (debug): Skip one more frame in case of debug on entry.
915         (debugger-setup-buffer): Delete one more frame line in case of
916         debug on entry.
917         (debugger-frame-number): Update to use the new text introduced by
918         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
920 2005-02-28  Kim F. Storm  <storm@cua.dk>
922         * double.el (double-translate-key): Call force-window-update after
923         read-event to avoid crash in redisplay.
925 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
928         (debug): Use it.  Move the inhibit-trace earlier.
929         (debug-entry-code): New const.
930         (debug-on-entry-1): Use it.
932 2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
934         * international/utf-16.el (ccl-encode-mule-utf-16le):
935         Fix BUFFER_MAGNIFICATION to 2.
936         (ccl-encode-mule-utf-16be): Likewise.
938 2005-02-28  Kenichi Handa  <handa@m17n.org>
940         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
941         Fix BUFFER_MAGNIFICATION to 4.
942         (ccl-encode-mule-utf-16be-with-signature): Likewise.
944 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
946         * speedbar.el (speedbar-update-flag): Doc fix.
947         (speedbar-show-info-under-mouse): Give set-mouse-position the right
948         argument.
950 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
952         * reveal.el (reveal-post-command): Don't try to reveal overlays which
953         have a non-nil `invisible' property but are actually visible.
955         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
956         for perldoc sections.
957         (perl-outline-regexp, perl-outline-level): New var and function.
958         (perl-mode): Use them.
960 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
962         * calendar/diary-lib.el (diary-remind): Discard any mark portion
963         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
965 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
967         * cus-edit.el: Comment change.
968         (custom-buffer-create-internal): Slightly reword text at top of
969         Custom buffers.  Mention there that saving an option edits the
970         init file.  Add link to Emacs manual node on `custom-file'.
971         (custom-magic-alist): Rewrite individual State messages to use
972         capitalized keywords.  Doc fix.
974 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
976         * calendar/calendar.el (calendar-buffer): Move above
977         calendar-week-start-day.
978         (calendar-week-start-day): Doc fix.  Add :set function.
979         (calendar-minimum-window-height): New variable.
980         (generate-calendar-window): Only resize window if selected-window
981         is displaying the calendar buffer.  Use new variable
982         calendar-minimum-window-height.
983         (generate-calendar): Reword error message.
984         (calendar-mode-map): Bind DEL to scroll-other-window-down.
986 2005-02-27  Andreas Schwab  <schwab@suse.de>
988         * vc.el (vc-do-command): Don't run command asynchronously when
989         operating in a remote directory.
991         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
992         change from sync with Tramp 2.0.47.
994 2005-02-27  Richard M. Stallman  <rms@gnu.org>
996         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
998         * textmodes/flyspell.el (flyspell-mode-on):
999         Call ispell-change-dictionary only if necessary.
1001         * emacs-lisp/re-builder.el (regexp-builder): New function.
1003         * register.el (describe-register-1): Explicitly handle
1004         yank-excluded-properties = t.
1006         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
1007         (custom-magic-alist): Change the status descriptions again.
1008         (face widget-type): Total rewrite based on `restricted-sexp'
1009         to eliminate the confusing double hiding levels.
1011         * emacs-lisp/debug.el (debug-on-entry-1):
1012         If function body is empty, add nil as body form.
1014 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * emacs-lisp/trace.el (inhibit-trace): New var.
1017         (trace-make-advice): Use it.
1019         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
1021 2005-02-26  Kim F. Storm  <storm@cua.dk>
1023         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
1024         (mouse-on-link-p, mouse-drag-region-1): Use it.
1026 2005-02-25  Lute Kamstra  <lute@gnu.org>
1028         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
1030 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
1032         * frame.el (blink-cursor-mode): Add :group keyword.
1034 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
1036         * calendar/icalendar.el (icalendar--decode-isodatetime):
1037         New optional argument DAY-SHIFT.
1038         (icalendar-export-region): Fix coding-system-for-write.
1039         (icalendar--convert-ical-to-diary): Shift end-day of all-day
1040         events by one.
1042 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
1046 2005-02-24  Kim F. Storm  <storm@cua.dk>
1048         * international/iso-acc.el (iso-accents-compose): Fix crash
1049         during redisplay.  Call force-window-update after read-event
1050         and delete-region to signal that window is not accurate.
1052 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
1055         Remove unused and inexistent var `inhibit-trace'.
1056         (debugger-mode): Use run-mode-hooks.
1057         (debugger-list-functions): Add buttons; setup xref stack.
1059 2005-02-23  Richard M. Stallman  <rms@gnu.org>
1061         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
1062         appointment says it was explicitly made.
1063         (appt-add): Set the 3rd element.
1064         (appt-make-list): Preserve explicit appointments.
1066         * subr.el (find-tag-default): Catch errors in forward-sexp.
1068 2005-02-23  Juri Linkov  <juri@jurta.org>
1070         * info.el (Info-isearch-search): New defcustom.
1071         (Info-isearch-search): Call the default isearch function
1072         when Info-isearch-search is nil.
1073         (Info-isearch-wrap): Use variable Info-isearch-search.
1075 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
1077         * cus-edit.el: Comment change.
1079 2005-02-22  Kim F. Storm  <storm@cua.dk>
1081         * progmodes/hideif.el (hide-ifdef-use-define-alist):
1082         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
1084 2005-02-22  Simon Josefsson  <jas@extundo.com>
1086         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
1087         New variable.
1088         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
1089         Oskarsson" <myrkraverk@users.sourceforget.net>.
1091 2005-02-22  Kim F. Storm  <storm@cua.dk>
1093         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
1094         check that window of that event is the selected window.
1095         (mouse-drag-region-1): Compare mouse event window to selected
1096         window before setting point.
1098         * tooltip.el (tooltip-show-help-function): Pass event to
1099         mouse-on-link-p so it can check selected window.
1101 2005-02-22  Kenichi Handa  <handa@m17n.org>
1103         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
1104         (ps-mule-show-warning): New function.
1105         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
1106         characters are found.
1108         * ps-print.el (ps-header-footer-string): Return a list of header
1109         and footer strings.
1111 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1113         * pcvs.el (cvs-retrieve-revision): Fix thinko.
1115 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * frame.el (blink-cursor-mode): Use define-minor-mode.
1119         * term/mac-win.el (function-key-map): Use char-names more consistently.
1120         (file-name-coding-system): Only set it for MacOS-9.  The other case is
1121         already handled in mule-cmds.el (where it also works when mac-win.el
1122         is not used).
1124 2005-02-21  Kenichi Handa  <handa@m17n.org>
1126         * international/mule.el (ctext-pre-write-conversion): Always use
1127         " *code-converting-work*" buffer for work.
1129         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
1131 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
1133         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
1135 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
1137         * ses.el (undo-more): Restore defadvice, but only the part that
1138         allows changes outside the restricted area of the buffer.
1140 2005-02-20  Kim F. Storm  <storm@cua.dk>
1142         * simple.el (line-move): Add fourth optional arg try-vscroll which
1143         must be set to perform auto-window-vscroll.
1144         When moving backwards and doing auto-window-vscroll, automatically
1145         vscroll to the last part of lines which are taller than the window.
1146         (next-line, previous-line): Set try-vscroll arg on line-move.
1148 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1150         * replace.el (query-replace, query-replace-regexp)
1151         (replace-string, replace-regexp): When operating on region, make
1152         the minibuffer prompt say so.
1154         * isearch.el (isearch-forward): Document isearch-query-replace and
1155         isearch-query-replace-regexp keybindings.
1157 2005-02-19  Jay Belanger  <belanger@truman.edu>
1159         * calc/calc-aent.el (math-read-token): Add local variable.
1161         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
1162         (calc-edit-top): Move declaration to earlier in file.
1163         (calc-edit-macro-repeats): Add local variables.
1165         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
1166         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
1167         calcFunc-tanh.
1168         Adjust integration rule for calcFunc-tan.
1170 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1172         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
1173         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
1174         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
1175         (viper-skip-separators): Bug fix.
1176         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
1177         particular major mode.
1178         (viper-del-backward-char-in-replace): Don't put deleted char on the
1179         kill ring.
1181         * viper-ex.el (viper-color-display-p): New function.
1182         (viper-has-face-support-p): Use viper-color-display-p.
1184         * viper-keym.el (viper-gnus-modifier-map): New keymap.
1186         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
1188         * viper-util.el (viper-glob-unix-files): Fix shell status check.
1189         (viper-file-remote-p): Make equivalent to file-remote-p.
1191         * viper.el (viper-major-mode-modifier-list):
1192         Use viper-gnus-modifier-map.
1194 2005-02-19  David Kastrup  <dak@gnu.org>
1196         * subr.el (subregexp-context-p): Fix garbled doc string by adding
1197         quoting.
1199 2005-02-19  Jay Belanger  <belanger@truman.edu>
1201         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
1202         Remove extra definitions.
1203         (calc-coth): New function.
1204         (calcFunc-cot): Fix `let'.
1206 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
1208         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
1209         the reasons we use "type pc" in these faces.
1211         * button.el (button): Ditto.
1213 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
1215         * replace.el (query-replace-read-from): Set the value of
1216         query-replace-from-history-variable to handle the case of an empty
1217         string entered to accept the suggested default.
1219         * net/tramp.el (tramp-file-name-for-operation):
1220         Use dired-call-process instead of dired-call-process-command.
1222 2005-02-19  Jay Belanger  <belanger@truman.edu>
1224         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
1225         (math-div-non-trig): New variables.
1226         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
1227         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
1228         (math-combine-prod, math-div-symb-fancy): Add simplifications for
1229         trig expressions.
1231 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
1233         * progmodes/gdb-ui.el (gdb-var-update-handler)
1234         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
1235         for watch expressions,
1236         (gdb-var-create-handler): Don't set speedbar-update-flag.
1237         (gdb-post-prompt): Simplify test for speedbar.
1239 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1241         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
1242         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
1243         we use the syntax table of the correct buffer.
1244         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
1245         Felix Gatzemeier.
1247         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
1248         (ediff-file-remote-p): Make synonymous with file-remote-p.
1249         In all deffaces ediff-*-face-*, use min-colors.
1251         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
1252         ediff-recurse-to-subdirectories.
1253         (ediff-mark-if-equal): Check that the arguments are strings, use
1254         ediff-same-contents (after to Felix Gatzemeier).
1256         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
1257         nil.
1259 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1261         * log-view.el (log-view-message-re): Fix up Subversion regexp.
1263 2005-02-18  David Kastrup  <dak@gnu.org>
1265         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
1266         use `mark-active' when defined.
1268 2005-02-18  Kenichi Handa  <handa@m17n.org>
1270         * ps-print.el (ps-font-info-database): New entry
1271         ZapfChancery-MediumItalic with correct font name.  Fix font name
1272         of the entry Zapf-Chancery-MediumItalic.
1274 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
1276         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
1278 2005-02-16  Kim F. Storm  <storm@cua.dk>
1280         * ido.el (ido-fallback-command): Pass user input to fallback command.
1282 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
1284         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1285         (gdb-find-file-hook): Add server prefix.
1287 2005-02-16  Richard M. Stallman  <rms@gnu.org>
1289         * replace.el (perform-replace): Pass new args to replace-highlight.
1290         (replace-highlight): Take region args,
1291         and pass them to isearch-lazy-highlight-new-loop.
1293         * novice.el (disabled-command-hook): Autoload the defalias
1294         and the make-obsolete-variable call.
1296         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
1298         * isearch.el (isearch-lazy-highlight-start-limit)
1299         (isearch-lazy-highlight-end-limit): New variables limit
1300         the region for highlighting.
1301         (isearch-lazy-highlight-new-loop): New args BEG and END.
1302         (isearch-lazy-highlight-search): Use the new vars.
1303         (isearch-lazy-highlight-update): Likewise.
1305         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
1307         * cus-start.el (all): Use default-boundp.
1309 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
1311         * menu-bar.el (menu-bar-select-frame): Handle current frame.
1313 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
1315         * autorevert.el (auto-revert-stop-on-user-input)
1316         (auto-revert-verbose): Doc fixes.
1318 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
1320         * international/mule-cmds.el (set-locale-environment): Remove call
1321         to set-selection-coding-system on Windows.
1323 2005-02-15  Jay Belanger  <belanger@truman.edu>
1325         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
1326         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
1327         calcFunc-coth.
1328         (math-simplify-sqrt): Add simplifications.
1330         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
1331         to list.
1333         * calc/calc-ext.el: Add functions to autoloads.
1335         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
1336         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
1337         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
1338         (math-csc-raw, math-cot-raw): New functions.
1340         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
1342         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
1343         the variable name in a message.
1345         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
1346         calcFunc-csc, calcFunc-cot.
1348         * calc/calcalg2.el: Add derivative and integration rules for
1349         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
1350         calcFunc-csch, calcFunc-coth.
1351         (math-do-integral-methods): Add to checks for when to use
1352         substitutions.
1354         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
1356 2005-02-15  Lute Kamstra  <lute@gnu.org>
1358         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1359         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
1360         <monnier@iro.umontreal.ca>
1361         (lisp-outline-level): Improve efficiency.  Suggested by David
1362         Kastrup <dak@gnu.org>.
1364 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
1366         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
1367         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
1368         (gdb-set-gud-minor-mode-existing-buffers): New functions.
1369         (gdb-find-file-hook): New hook. Add it to find-file-hook.
1370         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
1372 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
1374         * cus-start.el (all): Comment change.
1376 2005-02-14  Lute Kamstra  <lute@gnu.org>
1378         * cus-start.el (all): Check if symbol is void.
1380 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
1382         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
1383         optional argument to \cite.
1385 2005-02-14  Richard M. Stallman  <rms@gnu.org>
1387         * cus-edit.el (custom-buffer-create-internal): Update help message.
1388         (custom-magic-alist): Update help messages.
1390         * cus-start.el (all): Allow a var to specify a standard value.
1392 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
1394         * custom.el (custom-theme-set-variables): Handle variable aliases.
1396         * frame.el (blink-cursor-timer): Doc fix.
1397         (blink-cursor): Make it an alias for `blink-cursor-mode' and
1398         declare obsolete.
1399         (blink-cursor-mode): Define with defcustom and use correct
1400         standard expression in that defcustom.
1401         * startup.el (command-line): Adapt to above changes in frame.el.
1403 2005-02-11  Lute Kamstra  <lute@gnu.org>
1405         * apropos.el (apropos-score-doc): Prevent division by zero.
1407 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
1409         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
1410         (icalendar--get-event-property-attributes)
1411         (icalendar--get-event-properties)
1412         (icalendar--datetime-to-diary-date): New functions.
1413         (icalendar--split-value): Doc fix.
1414         (icalendar--datetime-to-noneuropean-date)
1415         (icalendar--datetime-to-european-date): New optional argument
1416         SEPARATOR.  Return result as a string instead of a list.
1417         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
1418         (icalendar--convert-string-for-export): Rename arg S to STRING.
1419         (icalendar-export-region): Doc fix.  Change name of error buffer.
1420         Save output buffer.
1421         (icalendar-import-file): Add blank at end of prompt.
1422         (icalendar-import-buffer): Doc fix.  Do not switch to error
1423         buffer.  Indicate status in return value.
1424         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
1425         buffer.  Save output buffer.  Handle exception from recurrence
1426         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
1427         events.  Fix problems with weekly all-day events.
1429 2005-02-10  Richard M. Stallman  <rms@gnu.org>
1431         * simple.el (eval-expression-print-format):
1432         Avoid warning about edebug-active.
1434         * help.el (help-for-help-internal): Rename from help-for-help.
1435         (help-for-help): Define with defalias.
1437         * font-core.el (font-lock-default-function): Use with-no-warnings.
1439         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
1441         * custom.el (defface): Doc fix.
1443 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
1445         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
1446         width 0" to prevent word wrapping problems.
1448 2005-02-09  Kim F. Storm  <storm@cua.dk>
1450         * ido.el (ido-file-extensions-order): New defcustom.
1451         (ido-file-extension-lessp, ido-file-extension-aux)
1452         (ido-file-extension-order): New advanced file ordering.
1453         (ido-file-lessp): New simple file ordering.
1454         (ido-sort-list): Remove.
1455         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
1456         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
1458 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
1460         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
1461         that some versions of grep produce.
1462         (grep-mode-font-lock-keywords): Likewise.
1464 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
1466         * progmodes/gdb-ui.el (gdb-location-list): New variable.
1467         (gdb-cdir): Delete.
1468         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
1469         (gdb-source-info): Treat case when source file is in another
1470         directory properly.
1471         (gdb-get-location): New function.
1473 2005-02-07  Jay Belanger  <belanger@truman.edu>
1475         * calc/calc-prog.el (calc-write-parse-table-part)
1476         (calc-fix-token-name): Fix a check for language type.
1478         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
1480 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
1482         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
1483         as directory not writable.
1485 2005-02-07  Kim F. Storm  <storm@cua.dk>
1487         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
1488         (cua--standard-movement-commands): Remove list.
1489         Instead, set CUA property value to move for movement commands.
1490         (cua-movement-commands): Remove.  Users must set CUA prop instead.
1491         (cua--pre-command-handler): Check CUA property.
1492         (cua--init-keymaps): Don't remap undo commands.
1493         (cua-mode): Don't call cua--rectangle-on-off.
1495         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
1496         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
1497         (cua--rect-undo-set-point): New var.
1498         (cua--rectangle-undo-boundary): Setup undo apply entry.
1499         (cua--rect-undo-handler): New function for rectangle undo.
1500         (cua--rect-start-position, cua--rect-end-position): Add.
1501         (cua--rectangle-post-command): Call cua--rectangle-set-corners
1502         for restored rectangle.  Set point if cua--rect-undo-set-point.
1504 2005-02-06  Jay Belanger  <belanger@truman.edu>
1506         * calc/calc-lang.el (calc-tex-language): Display more information
1507         in messages.
1509         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
1510         in TeX mode.
1512 2005-02-06  Richard M. Stallman  <rms@gnu.org>
1514         * emacs-lisp/lisp.el (buffer-end): Doc fix.
1516 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1518         * net/ldap.el (ldap-search-internal): Support attributes with
1519         optional descriptions separated by a semi-colon, as in
1520         "userCertificate;binary".
1522 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1524         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
1525         isn't a cons (i.e. the version is 0).
1527 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
1529         * help.el (help-for-help): Doc fix.
1531 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
1533         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
1534         GDB-Windows on the menu-bar as this works better.
1536 2005-02-04  Jay Belanger  <belanger@truman.edu>
1538         * calc/calc-embed.el (calc-embedded-update): Don't put in
1539         unnecessary newlines. Adjust the end of formula marker.
1541         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
1542         (math-latex-parse-two-args): New function.
1544 2005-02-03  Lute Kamstra  <lute@gnu.org>
1546         * help-fns.el (help-with-tutorial): Make sure that users cannot
1547         remove the entire text of the tutorial by means of `undo'.
1549 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1551         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
1552         in recent changes, where the ispell process was repeatedly
1553         killed & restarted.
1555         * international/mule-cmds.el (set-locale-environment): Set file-name
1556         coding system to utf-8 on Darwin systems.
1557         (set-default-coding-systems): Don't set default-file-name-coding-system
1558         on Darwin systems.
1560 2005-02-03  Richard M. Stallman  <rms@gnu.org>
1562         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
1564 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
1566         * faces.el (list-faces-display): Add optional argument.
1568 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1570         * font-core.el (font-lock-default-function): Handle the rare case where
1571         only font-lock-keywords is set.
1573 2005-02-02  Kenichi Handa  <handa@m17n.org>
1575         * international/characters.el: Cancel previous change for
1576         I-WITH-DOT-ABOVE and DOTLESS-i.
1578         * international/latin-5.el: Cancel previous change.
1580 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1582         * progmodes/gud.el: Correction to syntax in gud-menu-map.
1584 2005-02-02  Kenichi Handa  <handa@m17n.org>
1586         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
1587         DOTLESS-i.
1589         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
1590         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
1592         * case-table.el (get-upcase-table): New function.
1593         (copy-case-table): Copy upcaes table too if non-nil.
1594         (set-case-syntax-delims): Maintain upcase table too.
1595         (set-case-syntax-pair): Likewise.
1596         (set-upcase-syntax, set-downcase-syntax): New functions.
1597         (set-case-syntax): Maintain upcase table too.
1599 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1601         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
1603         * progmodes/gud.el (gud-goto-info): New function.
1604         (gud-tool-bar-map): Use correct icon.
1606 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1608         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
1609         When delegating, order args in the funcall correctly.
1611 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1613         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1615 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
1617         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
1618         buffer not visiting a file.
1620 2005-01-31  Jay Belanger  <belanger@truman.edu>
1622         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
1623         bound on the line with the formula.
1625 2005-01-31  Kim F. Storm  <storm@cua.dk>
1627         * ses.el (ses-create-cell-variable-range)
1628         (ses-destroy-cell-variable-range, ses-reset-header-string)
1629         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
1630         (ses-insert-row): Fix format of apply undo entries.
1632 2005-01-31  Jay Belanger  <belanger@truman.edu>
1634         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
1635         parts.
1637         * calc/calc-embed.el (calc-embedded-open-formula)
1638         (calc-embedded-close-formula): Ignore matrix environments.
1640         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
1641         TeX mode.
1643         * calc/calc-lang.el (math-function-table, math-oper-table)
1644         (math-variable-table): Adjust the LaTeX portions.
1646         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
1647         (math-latex-ignore-words): New constant.
1649 2005-01-31  Richard M. Stallman  <rms@gnu.org>
1651         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
1652         (ispell-local-dictionary): Doc fix.
1653         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
1654         Don't reinitialize at run time.  Don't defcustom.
1655         All uses changed to append ispell-local-dictionary-alist,
1656         or check it first.
1657         (ispell-current-dictionary): New variable for dictionary in use.
1658         (ispell-dictionary): Now used only for global default.
1659         (ispell-start-process): Set ispell-current-dictionary,
1660         not ispell-dictionary.
1661         (ispell-change-dictionary): Use this only for setting
1662         user preferences.
1663         (ispell-internal-change-dictionary): New function
1664         to change the current dictionary in use.
1665         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
1666         Use ispell-current-dictionary.
1667         Handle ispell-local-dictionary-overridden.
1668         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
1670 2005-01-31  Jay Belanger  <belanger@truman.edu>
1672         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
1674         * calc/calc-ext.el: Add calc-latex-language to autoloads.
1675         (calc-mode-map): Add calc-latex-language.
1677         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
1678         (math-latex-print-frac): New functions.
1679         (math-oper-table, math-function-table, math-variable-table)
1680         (math-complex-format, math-input-filter): Add latex properties.
1681         (calc-set-language): Set math-expr-special-function-mapping.
1683         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
1684         (calc-write-parse-table-part):  Add LaTeX support.
1686         * calc/calc.el (calc-language): Adjust docstring.
1687         (calc-set-mode-line): Add LaTeX support.
1688         (math-expr-special-function-mapping): New variable.
1689         (math-tex-ignore-words): Add to list.
1691         * calc/calccomp.el (math-compose-expr, math-compose-rows):
1692         Add LaTeX support.
1693         (math-compose-expr): Add support for special functions.
1695         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
1697 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
1699         * progmodes/gdb-ui.el (gdb-memory-address)
1700         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
1701         (gdb-memory-mode-map, gdb-memory-format-keymap)
1702         (gdb-memory-format-menu, gdb-memory-unit-keymap)
1703         (gdb-memory-unit-menu): New variables for a buffer
1704         that lets the user examine program memory.
1705         (gdb-memory-set-address, gdb-memory-set-repeat-count)
1706         (gdb-memory-format-binary, gdb-memory-format-octal)
1707         (gdb-memory-format-unsigned, gdb-memory-format-signed)
1708         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
1709         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
1710         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1711         (gdb-memory-unit-byte, gdb-memory-unit-menu)
1712         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
1713         (gdb-memory-mode, gdb-memory-buffer-name)
1714         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
1715         New functions for above buffer.
1717 2005-01-30  Richard M. Stallman  <rms@gnu.org>
1719         * cus-edit.el (custom-bury-buffer): Function deleted.
1720         (custom-buffer-done-function): Option deleted.
1721         (custom-buffer-done-kill): New (replacement option.
1722         (Custom-buffer-done): Call quit-window.
1723         (custom-buffer-create-internal): Update for above changes.
1725 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
1727         * simple.el (undo-ask-before-discard): New var.
1728         (undo-outer-limit-truncate): Implement it.
1729         (undo-extra-outer-limit): Doc update.
1731 2005-01-29  Richard M. Stallman  <rms@gnu.org>
1733         * ses.el (undo-more): Delete defadvice.
1734         (ses-begin-change): Doc fix.
1736         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
1737         instead of rebinding C-x u and C-_.
1739         * files.el (normal-backup-enable-predicate): Return nil for files
1740         in /tmp, regardless of temporary-file-directory.
1742         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
1744         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
1745         (open-rectangle, delete-whitespace-rectangle-line)
1746         (clear-rectangle-line): If FILL, pass t instead of FILL
1747         for move-to-column's 2nd arg.
1749         * simple.el (undo): Fix the test for continuing a series of undos.
1750         (undo-more): Set pending-undo-list to t when we reach end.
1751         (pending-undo-list): Move up defvar.
1753         * wid-edit.el (widget-button-click):
1754         Shorten the range of the track-mouse binding.
1756         * comint.el (comint-insert-input): Undo previous changes;
1757         use last-input-event in interactive spec.
1759 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
1761         * progmodes/compile.el (compilation-start): Bind buffer-read-only
1762         to nil before invoking call-process.  Reset buffer's modified flag
1763         after fontifying it in the no-async branch.
1765         * wid-edit.el (widget-specify-button): If mouse pointer shape
1766         cannot be changed, use mouse face instead.
1768 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
1770         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1771         (gdb-goto-breakpoint): Make breakpoint handling work on template
1772         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
1773         (gdb-assembler-custom): Update to recognise breakpoint information
1774         added on 2005-01-19.
1776 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1778         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
1779         (dsssl-mode): Use define-derived-mode.
1780         (scheme-mode-initialize): Remove.
1781         (scheme-mode): Use run-mode-hooks.
1783         * cus-edit.el (customize-group-other-window)
1784         (custom-buffer-create-other-window): Don't override special-display-*.
1785         (custom-mode-map): Make it dense.
1787         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
1788         sets the default value.
1790 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
1792         * descr-text.el: Add more keywords.
1794 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1796         * speedbar.el: Avoid unnecessary use of locate-library.
1798         * international/mule-cmds.el (standard-display-european-internal):
1799         Don't fiddle with latin-1 non-break space any more since it's now
1800         special cased in the C code.
1801         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1803 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
1805         * cus-start.el (all): Add `undo-outer-limit'.
1807 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1809         * textmodes/bibtex.el (bibtex-format-entry):
1810         Use `bibtex-empty-field-re' only on the text of fields, not on entire
1811         field lines.
1812         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1813         not on part of a buffer.
1815 2005-01-25  Lute Kamstra  <lute@gnu.org>
1817         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1818         nonempty field text strings like "{letters\\macro{}more letters}".
1819         Clarify docstring.
1820         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1821         (bibtex-entry-offset, bibtex-parse-association)
1822         (bibtex-parse-field-name): Fix typos in docstrings.
1823         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
1825 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
1827         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
1828         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
1829         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1830         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1832         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1833         isearch minor mode.
1835 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1837         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1839 2005-01-24  Lute Kamstra  <lute@gnu.org>
1841         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1842         CASECHARS and NOT-CASECHARS regular expressions of the
1843         "nederlands" and "nederlands8" dictionaries to prevent a "Range
1844         striding over charsets" error.
1846 2005-01-24  Jay Belanger  <belanger@truman.edu>
1848         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1849         display variable name.
1851 2005-01-24  Kenichi Handa  <handa@m17n.org>
1853         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1854         Fix setting of the element of encoded-kbd-iso2022-invocations.
1856 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
1858         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1859         (gdb-threads-select): Change to also accept mouse events.
1860         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1861         (gdb-threads-mouse-select): Delete.
1863 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
1865         * files.el (insert-directory): Take care of empty directory,
1866         listed without -a switch.
1868 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1870         * textmodes/refill.el (refill-post-command-function):
1871         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1872         to the list of functions that we should be careful not to undo.
1873         (refill-late-fill-paragraph-function): Remove.
1874         (refill-saved-state): New var.
1875         (refill-mode): Use it to save fill-paragraph-function.
1876         Save also the value of auto-fill-function.
1878         * term/w32-win.el: Simplify code.
1880 2005-01-23  Kim F. Storm  <storm@cua.dk>
1882         * simple.el (line-move): Adapt to new return value from
1883         pos-visible-in-window-p.
1885         * simple.el (line-move): Fix last change.  Check partial
1886         visibility at point rather than at window-start.
1888 2005-01-22  Jason Rumney  <jasonr@gnu.org>
1890         * term/w32-win.el (xw-defined-colors): Remove debug-message.
1892 2005-01-22  David Kastrup  <dak@gnu.org>
1894         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1896 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
1898         * type-break.el (type-break-mode): Add a test for
1899         type-break-file-name being non-nil.
1901 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
1903         * net/eudc.el (top level): Call (message "") via progn, so that
1904         eudc-options-file is loaded.
1906 2005-01-22  Kim F. Storm  <storm@cua.dk>
1908         * simple.el (line-move-1): Rename from line-move.
1909         (line-move): New function that adjusts vscroll for partially
1910         visible rows, and calls line-move-1 otherwise.
1912 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
1914         * pcomplete.el: define pcomplete-read-event instead of read-event,
1915         since it's not a complete read-event implementation
1917 2005-01-20  Jay Belanger  <belanger@truman.edu>
1919         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1920         for called function.
1922 2005-01-20  Steven Tamm  <steventamm@mac.com>
1924         * term/mac-win.el (process-connection-type): Remove.
1925         Controlled now by s/darwin.h:PTY_ITERATION.
1927 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1929         * window.el (handle-select-window): Don't switch window when we're
1930         in the minibuffer.
1932 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1934         * subr.el (dotimes-with-progress-reporter): New macro.
1936         * ses.el (ses-dotimes-msg): Remove macro.
1937         Use `dotimes-with-progress-reporter' instead.
1939 2005-01-19  Steven Tamm  <steventamm@mac.com>
1941         * term/mac-win.el (process-connection-type): Use new
1942         operating-system-release variable to use ptys on Darwin 7 (OSX
1943         10.3) when using carbon build.
1945 2005-01-19  Jay Belanger  <belanger@truman.edu>
1947         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1948         flags if the last command was a tab or M-tab.
1950         * calc/calc-prog.el (calc-user-define-edit): Put original formula
1951         in formula editing buffer.
1953 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1955         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1956         breakpoint image symbol in margin.
1958 2005-01-19  Jay Belanger  <belanger@truman.edu>
1960         * calc/calc-prog.el (calc-execute-kbd-macro):
1961         Ignore calc-keep-arg-flag.
1963 2005-01-19  Kenichi Handa  <handa@m17n.org>
1965         * textmodes/ispell.el (ispell-looking-at): New function.
1966         (ispell-process-line): Use ispell-looking-at to compare the ispell
1967         output and the buffer contents.
1969 2005-01-18  Jay Belanger  <belanger@truman.edu>
1971         * calc/calc.el (calc-display-raw): Fix docstring.
1973 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1975         * simple.el (blink-matching-open): Strip extra info from syntax.
1977         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1978         funny chars in the end-of-here-doc marker.
1980 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1982         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1983         that enable/disabled state of breakpoints is shown correctly in
1984         fringe and on ttys.
1985         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1986         Add breakpoint information as text properties.
1987         (gdb-mouse-toggle-breakpoint):
1988         Rename to gdb-mouse-set-clear-breakpoint.
1989         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
1990         breakpoints in the margin.
1991         (gdb-remove-strings): Simplify.
1993 2005-01-17  Jay Belanger  <belanger@truman.edu>
1995         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1996         erasing buffer.
1998 2005-01-17  Richard M. Stallman  <rms@gnu.org>
2000         * progmodes/grep.el (grep-find): Copy from `grep' the condition
2001         for calling grep-compute-defaults.
2003         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
2004         if buffer is empty.
2006         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
2008 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2010         * hilit-chg.el (highlight-changes-mode): Don't autoload.
2012         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
2013         non-preloaded variables.
2015 2005-01-17  Steven Tamm  <steventamm@mac.com>
2017         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
2018         tex-shell cause to force interactivity when using pipes.
2020 2005-01-17  Kim F. Storm  <storm@cua.dk>
2022         * simple.el (just-one-space): Make arg optional.
2024 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
2026         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
2027         posn-at-x-y to t to access left-margin.
2029 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
2031         Sync with Tramp 2.0.47.
2033         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
2034         catching keep-date problems in cp/scp operations.
2035         (tramp-handle-copy-file): Don't call `set-file-modes'
2036         unconditionally.  Specialized functions should know better what is
2037         necessary.  This improves performance a little bit, and the
2038         functions could catch errors with `cp -p' and `scp -p'.
2039         (tramp-do-copy-or-rename-file-via-buffer)
2040         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
2041         when appropriate.
2042         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
2043         Call `set-file-modes' when appropriate.
2044         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
2045         Johnsson <isak@hypergene.com>
2046         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
2047         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
2048         <joakim@verona.se>
2049         (tramp-file-name-for-operation): Mark `shell-command' as magic for
2050         Emacs only.
2052         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
2053         `find-file-hooks' and `dired-mode-hook'.
2054         (tramp-minor-mode-map): Respective map.  Add remapping for
2055         `compile' and `recompile'.
2056         (tramp-remap-command, tramp-recompile): New defuns.
2057         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
2058         in buffer "*Compilation*".  Call the commands asynchronously.
2060         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
2061         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
2062         `shell-command', because it isn't magic in XEmacs.  Reported by
2063         Adrian Aichner <adrian@xemacs.org>.
2065         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2066         `substitute-in-file-name.
2067         (tramp-smb-handle-substitute-in-file-name): New defun.
2068         (tramp-smb-advice-PC-do-completion): Delete advice.
2070 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
2072         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
2073         Fix error in deleting region.
2075 2005-01-15  Richard M. Stallman  <rms@gnu.org>
2077         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
2078         In non-temp buffer, switch syntax table temporarily.
2080         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
2082         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
2084         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
2086         * imenu.el (imenu--split-menu): Copy menulist before sorting.
2087         (imenu--generic-function): Use START, not BEG, as pos of definition.
2089         * simple.el (just-one-space): Argument specifies number of spaces.
2091         * simple.el (eval-expression-print-format): Avoid warning
2092         about edebug-active.
2094 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
2096         * progmodes/sh-script.el: Code copied from make-mode.el
2097         with small changes,
2098         (sh-mode-map): Bind C-c C-\.
2099         (sh-backslash-column, sh-backslash-align): New variables.
2100         (sh-backslash-region, sh-append-backslash): New functions.
2102 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2104         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
2105         (rmail-pop-password, rmail-pop-password-required): Move to
2106         rmail-obsolete group.
2107         (rmail-set-pop-password): Rename to rmail-set-remote-password.
2108         All callers updated.
2109         (rmail-get-pop-password): Rename to rmail-get-remote-password.
2110         Take an argument specifying whether it is POP or IMAP mailbox we
2111         are using.  All callers updated.
2112         (rmail-pop-password-error): Rename to
2113         rmail-remote-password-error.  Added mailutils-specific error message.
2114         (rmail-movemail-search-path)
2115         (rmail-movemail-variant-in-use): New variables.
2116         (rmail-remote-password, rmail-remote-password-required):
2117         New customization variables.
2118         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
2119         (rmail-parse-url): New function.
2120         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
2121         with GNU mailutils movemail.
2123 2005-01-15  Kevin Ryde  <user42@zip.com.au>
2125         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
2126         suffix to space, $ or '$, to correctly position point when going
2127         to @table style constants like DBL_MAX.
2129 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
2131         * type-break.el (type-break-mode, type-break-file-time)
2132         (type-break-file-keystroke-count, type-break-choose-file):
2133         Don't store data in or load data from the file if type-break-file-name
2134         is nil.
2135         (type-break-file-name): Doc update as per the above.
2137 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
2139         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
2140         lookup-key might return nil; handle that.
2142 2005-01-15  Alan Mackenzie  <acm@muc.de>
2144         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
2145         rather than the element found, thus enabling the tree to be setcar'd.
2147 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2149         * textmodes/org.el (org-show-following-heading): New option.
2150         (org-show-hierarchy-above): Use `org-show-following-heading'.
2151         (org-cycle): Documentation fix.
2153         * textmodes/org.el (orgtbl-optimized): New option
2154         (orgtbl-mode): New command, a minor mode.
2155         (orgtbl-mode-map): New variable.
2156         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
2157         (orgtbl-error, orgtbl-self-insert-command)
2158         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2160         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
2161         a local variable in each org-mode buffer.
2163         * textmodes/org.el (org-set-regexps-and-options): Rename from
2164         `org-set-regexps'.  Added checking for STARTUP keyword.
2165         (org-get-current-options): Add STARTUP options.
2166         (org-table-insert-row): Mode mode intelligent about when
2167         realignment is needed.
2168         (org-self-insert-command, org-delete-backward-char, org-delete-char):
2169         New commands.
2170         (org-enable-table-editor): New default value `optimized'.
2171         (org-table-blank-field): Support blanking regions if active.
2173 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2175         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
2176         if the year is not given.
2178         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
2179         Add new escapes %m and %M, fixed bug with %F by adding
2180         save-match-data.
2181         (reftex-reference): Remove ?. from list of spaces.
2182         (reftex-label-info): Add automatic label prefix recognition.
2184         * textmodes/reftex-index.el (reftex-index-next-phrase):
2185         Add slave parameter to call of `reftex-index-this-phrase'.
2186         (reftex-index-this-phrase): New optional argument.
2187         (reftex-index-region-phrases): Add slave parameter to call of
2188         `reftex-index-this-phrase'.
2189         (reftex-display-index): New argument redo.
2190         (reftex-index-rescan): Add 'redo to arguments of
2191         `reftex-display-index'.
2192         (reftex-index-Rescan, reftex-index-revert)
2193         (reftex-index-switch-index-tag): Add 'redo to arguments of
2194         `reftex-display-index'.
2195         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
2196         indexing.  Fix bug with matching is there is a quote before or
2197         after the word.
2199         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2200         Fix bug when collecting citation keys in lines with comments.
2201         (reftex-citation): Prefix argument no longer rescans the document,
2202         but forces prompting for optional arguments of cite macros.
2203         (reftex-do-citation): Prompting for optional arguments implemented.
2205         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2206         Add optional arguments to most cite commands.
2207         (reftex-cite-cleanup-optional-args): New option
2208         (reftex-cite-prompt-optional-args): New option.
2209         (reftex-trust-label-prefix): New option.
2211         * textmodes/reftex-toc.el (reftex-toc-find-section):
2212         Add push-mark before changing the position in the buffer.
2214         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
2215         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
2217 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
2219         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
2220         more carefully.
2222 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2224         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
2225         (sgml-mode): Use it.
2226         (sgml-get-context): Better keep track of implicitly closed tags.
2228 2005-01-13  Kenichi Handa  <handa@m17n.org>
2230         * textmodes/ispell.el: These changes are to fix misalignment error
2231         caused by equivalent characters of different Emacs charsets.
2232         (ispell-unified-chars-table): New variable.
2233         (ispell-get-decoded-string): New function.
2234         (ispell-get-casechars, ispell-get-not-casechars)
2235         (ispell-get-otherchars): Call ispell-get-decoded-string.
2237 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2239         * custom.el (custom-declare-variable): Just put symbol instead
2240         of (defvar . symbol) in `current-load-list'.
2242 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2244         * emacs-lisp/elint.el: Fixed typo in Commentary section.
2246 2005-01-12  Jay Belanger  <belanger@truman.edu>
2248         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
2249         to create a Calc summary.
2251 2005-01-12  Kim F. Storm  <storm@cua.dk>
2253         * mouse.el (mouse-on-link-p): Change functionality and doc
2254         string to comply with latest description in lisp ref.
2256 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
2258         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
2259         Enable mouse clicks on mode-line, header-line and margin.
2260         (event-type): Give mouse event symbols an 'event-kind property
2261         with value 'mouse-click.
2263 2005-01-12  Juri Linkov  <juri@jurta.org>
2265         * facemenu.el (list-colors-display): Add new arg buffer-name.
2266         Use it.  Fix docstring.  Replace code for identifying duplicate
2267         colors by the name with call to `list-colors-duplicates' which
2268         identifies duplicate colors by the value unless the color
2269         is one of special Windows colors.  Set truncate-lines to t.
2270         Print sorted duplicate color names on each line.  Indent to 22
2271         \(the longest color name in rgb.txt) instead of 20.  Optimize.
2272         (list-colors-duplicates): New function.
2273         (facemenu-color-name-equal): Delete function.
2275         * facemenu.el (list-colors-print): New function created from code
2276         in list-colors-display.  Print #RRGGBB at the window right edge.
2277         (list-colors-display): When temp-buffer-show-function is not
2278         defined, call list-colors-print from temp-buffer-show-hook
2279         to get the right value of window-width in list-colors-print
2280         after the buffer is displayed.
2282         * simple.el (pop-mark): Move deactivate-mark out of conditional
2283         part to deactivate the active mark regardless of the state of the
2284         mark ring.
2286         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
2287         variables line in desktop files.
2289 2005-01-12  Juri Linkov  <juri@jurta.org>
2291         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
2292         Bring together isearch highlight related options.
2293         (lazy-highlight): Replace group `replace' by `matching'.
2294         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2295         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2296         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
2297         and declare them obsolete.
2298         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
2299         (isearch-faces): Remove defgroup.
2300         (isearch-overlay, isearch-highlight, isearch-dehighlight):
2301         Move isearch highlighting code closer to lazy highlighting code.
2303         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
2304         (query-replace-highlight, query-replace-lazy-highlight)
2305         (query-replace): Move definitions to the beginning of the file.
2307 2005-01-11  Juri Linkov  <juri@jurta.org>
2309         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
2310         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
2311         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
2313         * info.el (Info-history-forward): New variable.
2314         (Info-select-node): Reset Info-history-forward to nil.
2315         (Info-last): Turn into defalias.
2316         (Info-history-back): Rename from Info-last.
2317         Add current node to Info-history-forward.
2318         (Info-history-forward): New fun.
2319         (Info-mode-map): Replace Info-last by Info-history-back.
2320         Bind Info-history-forward to "r".
2321         (Info-mode-menu): Replace Info-last by Info-history-back.
2322         Fix menu item text.  Add menu item for Info-history-forward.
2323         (info-tool-bar-map): Replace Info-last by Info-history-back.
2324         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
2325         for Info-history-forward.
2326         (Info-mode): Replace Info-last by Info-history-back in docstring.
2327         Add local variable Info-history-forward.
2328         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
2330 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2332         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
2333         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
2334         Ignore select-window events rather than fiddle with
2335         mouse-autoselect-window.
2337 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
2339         * type-break.el (type-break-mode): Fix previous change.
2341 2005-01-10  Jay Belanger  <belanger@truman.edu>
2343         * calc/calc-ext.el (calc-reset): Reset when inside embedded
2344         calculator; only reset when point is inside a calculator.
2345         Don't adjust the window height if the window takes up the whole height
2346         of the frame.
2348 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2350         * ebuff-menu.el (Electric-buffer-menu-mode):
2351         Preserve value of buffer-local var header-line-format.
2353 2005-01-09  Jay Belanger  <belanger@truman.edu>
2355         * calc/calc.el (calc-mode-var-list-restore-saved-values):
2356         Make sure settings file exists before accessing it.
2358         * calc/calc-embed.el (calc-embedded-subst):
2359         Replace math-multi-subst-rec, which is only supposed to be called
2360         by math-multi-subst, by math-multi-subst.
2362 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
2364         * vc.el (vc-allow-async-revert): New user option.
2365         (vc-disable-async-diff): New internal variable.
2366         (vc-revert-buffer): Use them to disable asynchronous diff.
2368         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
2369         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
2370         asynchronously if vc-disable-async-diff is t.
2372 2005-01-09  Jay Belanger  <belanger@truman.edu>
2374         * calc/calc.el (defcalcmodevar): New macro.
2375         (calc-mode-var-list-restore-default-values)
2376         (calc-mode-var-list-restore-saved-values): New functions.
2377         (calc-mode-var-list): Use defcalcmodevar to define it.
2378         (calc-always-load-extensions, calc-line-numbering)
2379         (calc-line-breaking, calc-display-just, calc-display-origin)
2380         (calc-number-radix, calc-leading-zeros, calc-group-digits)
2381         (calc-group-char, calc-point-char, calc-frac-format)
2382         (calc-prefer-frac, calc-hms-format, calc-date-format)
2383         (calc-float-format, calc-full-float-format, calc-complex-format)
2384         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2385         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2386         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2387         (calc-matrix-brackets, calc-language, calc-language-option)
2388         (calc-left-label, calc-right-label, calc-word-size)
2389         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2390         (calc-display-raw, calc-internal-prec, calc-angle-mode)
2391         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2392         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2393         (calc-window-height, calc-display-trail, calc-show-selections)
2394         (calc-use-selections, calc-assoc-selections)
2395         (calc-display-working-message, calc-auto-why, calc-timing)
2396         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
2397         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
2398         (calc-gnuplot-default-device, calc-gnuplot-default-output)
2399         (calc-gnuplot-print-device, calc-gnuplot-print-output)
2400         (calc-gnuplot-geometry, calc-graph-default-resolution)
2401         (calc-graph-default-resolution-3d, calc-invocation-macro)
2402         (calc-show-banner): Use defcalcmodevar to declare them and set
2403         their default values.
2405         * calc/calc-ext.el (calc-reset): Restore saved values of variables
2406         instead of default values (but restore default values if there is
2407         an argument of 0).
2409 2005-01-09  David Kastrup  <dak@gnu.org>
2411         * desktop.el (desktop-restore-eager): Fix typo in type.
2413 2005-01-08  Richard M. Stallman  <rms@gnu.org>
2415         * cus-edit.el (customize): Delete :link.
2417 2005-01-08  Jay Belanger  <belanger@truman.edu>
2419         * calc/calc.el (calc-mode): Remove the extension from the
2420         `calc-settings-file' file name when loading it.
2422 2005-01-08  Kim F. Storm  <storm@cua.dk>
2424         * info.el (Info-mode-map, Info-next-link-keymap)
2425         (Info-prev-link-keymap, Info-up-link-keymap):
2426         Map follow-link to mouse-face.
2427         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
2429 2005-01-08  Jay Belanger  <belanger@truman.edu>
2431         * calc/calc.el (calc-settings-file): Change default value.
2432         Suggested by cgw in a comment in calc-mode.el.
2434         * calc/calc-mode.el (calc-settings-file-name):
2435         Compare calc-settings-file to user-init-file instead of ~/.emacs.
2436         Replace ~/.emacs in a prompt by calc-settings-file.
2438 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
2440         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
2441         (desktop-lazy-idle-delay): New customizable variables.
2442         (desktop-buffer-args-list): New variable.
2443         (desktop-append-buffer-args): New function.
2444         (desktop-save): Call desktop-append-buffer-args for some buffers.
2445         (desktop-lazy-create-buffer): New function.
2446         (desktop-idle-create-buffers): New function.
2447         (desktop-read): Add message about buffers to restore lazily.
2448         (desktop-lazy-abort): New command.
2449         (desktop-clear): Call desktop-lazy-abort.
2450         (desktop-lazy-complete): New command.
2452 2005-01-06  Richard M. Stallman  <rms@gnu.org>
2454         * emacs-lisp/find-func.el (find-face-definition):
2455         Rename from find-face.
2457 2005-01-06  Kim F. Storm  <storm@cua.dk>
2459         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
2461         * man.el (Man-xref-man-page, Man-xref-header-file)
2462         (Man-xref-normal-file): Add follow-link property.
2464 2005-01-06  Jay Belanger  <belanger@truman.edu>
2466         * calc/calc-units.el: Make sure the proper macro definitions are
2467         available when compiling.
2469 2005-01-06  Juri Linkov  <juri@jurta.org>
2471         * isearch.el (isearch-lazy-highlight-update):
2472         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
2474 2005-01-06  Miles Bader  <miles@gnu.org>
2476         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
2477         (isearch-lazy-highlight-face): Use new name.
2479 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2481         * uniquify.el (uniquify-rationalize-file-buffer-names):
2482         Re-add an interactive spec.
2483         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
2484         to the same name.
2486         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
2487         (isearch-update, isearch-done): Adjust calls accordingly.
2489 2005-01-05  Richard M. Stallman  <rms@gnu.org>
2491         * custom.el (custom-set-variables, custom-theme-set-variables):
2492         Clarify documentation.
2494         * emacs-lisp/find-func.el (find-variable)
2495         (find-variable-other-window, find-variable-other-frame):
2496         Fix the TYPE args to find-function-read and find-function-do-it.
2497         (find-function): Doc fix.
2498         (find-function-at-point): Replace function-at-point alias.
2500 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2502         * cus-face.el (custom-declare-face):
2503         Record defface in current-load-list.
2505         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
2507         * emacs-lisp/find-func.el: Doc fixes.
2508         (find-face-regexp): New variable.
2509         (find-function-regexp-alist): New variable.
2510         (find-function-C-source): Third arg is now TYPE.
2511         (find-function-search-for-symbol): Handle general TYPE.
2512         (find-function-read, find-function-do-it): Handle general TYPE.
2513         (find-definition-noselect, find-face): New functions.
2514         (function-at-point): Alias deleted.
2516 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2518         * battery.el (display-battery-mode): Rename from display-battery.
2519         Handle the case where it gets turned off.
2521 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2523         * cus-edit.el (customize): Make :link point to user doc.
2525         * man.el (Man-fontify-manpage): Turn off undo generation.
2527         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
2529 2005-01-04  Andreas Schwab  <schwab@suse.de>
2531         * files.el (insert-directory): Only look for error lines in
2532         inserted text.  Don't move too far after processing --dired markers.
2534 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2536         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2537         Don't expand if the character is @, period, dash, etc.
2538         (define-mail-abbrev): Quote names that contain problem characters.
2540 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
2542         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
2544 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2546         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
2547         (query-replace-highlight, query-replace-lazy-highlight)
2548         (query-replace): Definitions moved up.  Doc fix.
2550 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2552         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
2553         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2554         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2555         (lazy-highlight-face): Rename from isearch-lazy-...
2556         Change all references to them.
2558 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2560         * cus-edit.el (custom-file): Doc fix for defcustom.
2561         (custom-file): The function no longer sets the variable
2562         `custom-file' to its return value.
2564         * startup.el (command-line): No longer load `custom-file'.
2566 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2568         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
2570         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
2571         Don't confuse module-prefixed identifiers for labels.
2572         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
2574 2005-01-02  Richard M. Stallman  <rms@gnu.org>
2576         * files.el (basic-save-buffer-1): Fix previous change.
2578         * loadhist.el (file-loadhist-lookup): New function.
2579         (file-provides, file-requires): Use it.
2581         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
2582         instead of calculating the right size.
2584 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2586         * vc-svn.el (vc-svn-diff): Stay local if possible.
2588 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
2590         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
2592         * files.el (hack-local-variables): Fix last change.
2594 2005-01-02  Jay Belanger  <belanger@truman.edu>
2596         * calc/calc-yank.el (calc-edit-top): New variable.
2597         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
2598         object.  Change header properties.
2599         (calc-edit-finish, calc-edit-finish-stack-object)
2600         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
2601         edited object.
2602         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
2603         for the beginning of the edited object.
2604         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
2605         for the beginning of the edited object.
2606         * calc/calc-prog.el (calc-edit-macro-finish-edit)
2607         (calc-finish-formula-edit, calc-macro-repeats)
2608         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
2609         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
2610         beginning of the edited object.
2611         (calc-user-define-edit): Change the header for editing macros.
2612         Remove unnecessary variable.
2614 2005-01-01  Jay Belanger  <belanger@truman.edu>
2616         * calc/calc-yank.el (calc-edit-mode): Change default header.
2617         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
2618         * calc/calc-store.el (calc-edit-variable): Change title to match new
2619         header.
2620         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
2621         mode to match new header.
2622         (calc-user-define-edit): Change titles to include names of commands.
2623         (calc-finish-formula-edit): Adjust to handle new header.
2624         (calc-finish-macro-edit): Remove.
2625         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
2626         (calc-edit-macro-command, calc-edit-macro-command-type)
2627         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
2628         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
2629         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
2630         (calc-edit-macro-finish-edit): New functions.
2631         (calc-user-define-edit): Use new functions to edit named calc macros.
2633 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
2635         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
2637         * ses.el (copy-region-as-kill): Deactivate mark.
2639 2005-01-01  Richard M. Stallman  <rms@gnu.org>
2641         * replace.el (occur-1): If the output buffer is also an input,
2642         don't kill it, rename it.
2644         * faces.el (set-face-background, set-face-foreground): Doc fix.
2646         * cus-face.el (custom-face-attributes): Fix :help-echo strings
2647         for :foreground and :background.
2649         * dired.el (dired-view-command-alist): Variable deleted.
2650         (dired-view-file, dired-mouse-find-file-other-window):
2651         Delete the code to use it.
2653 2005-01-01  Kim F. Storm  <storm@cua.dk>
2655         * image.el (insert-sliced-image): Use t for line-height property.
2657 2004-12-31  Jay Belanger  <belanger@truman.edu>
2659         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
2660         for "var-" at the beginning of the minibuffer.
2662 2004-12-31  Richard M. Stallman  <rms@gnu.org>
2664         * faces.el (read-face-name):
2665         Don't treat an attribute spec as a list of faces.
2667         * simple.el (undo): Use undo-equiv-table to detect
2668         unexpected changes since previous undo.
2669         (undo-list-saved): Variable deleted.
2670         (buffer-disable-undo): Don't alter undo-list-saved.
2672         * files.el (require-final-newline): Allow `visit' and `visit-save'.
2673         (mode-require-final-newline): New option.
2674         (after-find-file): Handle require-final-newline with new values.
2675         (basic-save-buffer): Handle new values of require-final-newline.
2677         * progmodes/sh-script.el (sh-require-final-newline):
2678         Alist value now controls whether to use mode-require-final-newline.
2679         (sh-set-shell): Implement that new meaning.
2681         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
2682         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
2683         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
2684         Delete old-Emacs compatibility code.
2685         (antlr-c-common-init): Function deleted.
2687         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
2688         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
2689         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
2690         * progmodes/python.el (python-mode): Use mode-require-final-newline.
2691         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
2692         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
2693         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
2694         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
2695         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
2696         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
2697         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
2698         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
2699         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
2700         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
2701         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
2702         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
2704 2004-12-31  Jay Belanger  <belanger@truman.edu>
2706         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
2707         way to return to Calc.
2709         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
2710         finish, C-xk as the way to cancel the edit.  Add cancel routine to
2711         kill-buffer-hook.
2713         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
2714         MacEdit code.
2716         * calc/calc-prog.el: Remove obsolete MacEdit code.
2717         (calc-macro-edit-algebraic, calc-macro-edit-variable)
2718         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
2720 2004-12-31  Kenichi Handa  <handa@m17n.org>
2722         * international/mule.el (buffer-file-coding-system-explicit):
2723         Rename for explicit-buffer-file-coding-system.
2724         (after-insert-file-set-coding): Adjust for the above change.
2726         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
2727         to buffer-file-coding-system-explicit.
2728         (basic-save-buffer-1): Likewise.
2730 2004-12-30  Richard M. Stallman  <rms@gnu.org>
2732         * textmodes/artist.el (artist-butlast-fn): Var deleted.
2733         (artist-butlast, artist-last): Functions deleted.
2734         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
2735         (artist-compute-key-compl-table): Call remq directly.
2736         (artist-remove-nulls): Function deleted.
2737         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
2738         (artist-push, artist-pop): Macro deleted.
2740 2004-12-30  Andreas Leue  <al@sphenon.de>
2742         * textmodes/artist.el (artist-version): 1.2.6
2743         (artist-prev-next-op-alist): New variable.
2744         (artist-select-next-op-in-list): New function.
2745         (artist-select-prev-op-in-list): New function.
2746         (artist-make-prev-next-op-alist): New function.
2747         (artist-is-in-op-list-p): New function.
2748         (artist-get-first-non-nil-op): New function.
2749         (artist-get-last-non-nil-op): New function.
2750         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
2751         artist-prev-next-op-alist.
2752         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
2753         change drawing operation.
2755 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2757         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
2759 2004-12-31  Masatake YAMATO  <jet@gyve.org>
2761         * server.el (server-process-filter): Suppress `error', too.
2763 2004-12-30  Jay Belanger  <belanger@truman.edu>
2765         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
2766         Change the way a variable is displayed in a message.
2768         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
2769         (calc-user-define-permanent, calc-execute-kbd-macro):
2770         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
2772 2004-12-30  Kenichi Handa  <handa@m17n.org>
2774         * files.el (basic-save-buffer-1):
2775         Set explicit-buffer-file-coding-system to last-coding-system-used.
2776         (revert-buffer): Pay attention to
2777         explicit-buffer-file-coding-system (not buffer-file-coding-system)
2778         on bind coding-system-for-read.
2780         * international/mule.el (explicit-buffer-file-coding-system):
2781         New buffer local variable.
2782         (after-insert-file-set-coding): Set it to coding-system-for-read.
2784 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2786         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
2788 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
2790         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
2791         that include line numbers.
2793 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
2795         * files.el (hack-local-variables): If no PREFIX, set it to "^".
2796         Redundant variable PREFIXLEN removed.
2798 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
2800         * eshell/em-hist.el (eshell-previous-matching-input):
2801         Start the deletion from the end of the output.
2803 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2805         * term/mac-win.el: Require x-dnd.
2806         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
2808 2004-12-29  David Kastrup  <dak@gnu.org>
2810         * international/mule.el (decode-coding-inserted-region):
2811         Don't barf if `buffer-undo-list' is already set to `t'.
2813 2004-12-29  Jay Belanger  <belanger@truman.edu>
2815         * calc/calc-prog.el (calc-user-define-formula): Put default values
2816         for function names in prompts.
2817         (calc-user-define-permanent, calc-user-define-composition)
2818         (calc-user-define-formula): Remove the need for "calcFunc-" in the
2819         default input for algebraic functions.
2821 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
2823         * vc-rcs.el (vc-rcs-annotate-command):
2824         Fix omission bug: Call `vc-setup-buffer'.
2826 2004-12-29  Kenichi Handa  <handa@m17n.org>
2828         * international/mule.el (recode-region): New function.
2830 2004-12-28  Richard M. Stallman  <rms@gnu.org>
2832         * simple.el (undo-extra-outer-limit): New variable.
2833         (undo-outer-limit-truncate): Test and set it.
2835         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2836         enables the feature to extend the existing region.
2838         * simple.el (mark-word): New arg ALLOW-EXTEND
2839         enables the feature to extend the existing region.
2841         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2842         enables the feature to extend the existing region.
2844         * startup.el (site-run-file): Don't allow setting it with Custom.
2846         * simple.el (buffer-disable-undo): Fix previous change.
2848 2004-12-27  Masatake YAMATO  <jet@gyve.org>
2850         * hexl.el (hexlify-buffer): Remove fontification here.
2851         Use font lock mechanism instead.
2852         (hexl-font-lock-keywords): New font lock kewords.
2853         (hexl-mode-old-font-lock-keywords): New variable.
2854         (hexl-mode): Store the old font lock keywords.
2855         (hexl-mode-exit): Restore the old font lock keywords.
2857 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2859         * simple.el (undo): Fix previous change.
2861 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2863         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
2864         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2865         Call x-open-connection on Mac OS X.
2867 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2869         * files.el (buffer-save-without-query): New var (buffer-local).
2870         (save-some-buffers): Save those buffers first, w/o asking.
2872         * files.el (insert-directory-ls-version): New variable.
2873         (insert-directory): When ls returns an error, test the version
2874         number to decide what the return code means.
2875         With --dired output format, detect and distinguish lines
2876         that are really error messages.
2877         (insert-directory-adj-pos): New function.
2879         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2881         * battery.el (battery-mode-line-format): Remove initial spaces.
2883         * uniquify.el (uniquify-rationalize-file-buffer-names):
2884         Delete interactive spec.
2886         * type-break.el (type-break-mode): Set buffer-save-without-query.
2887         Remove code that tried to set save-some-buffers-always.
2888         (type-break-file-keystroke-count): Bind deactivate-mark.
2890         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2892         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2893         Test that the buffer is live, and maybe reject current buffer too.
2894         Clarify.
2895         (next-error-find-buffer): Rewrite for clarity.
2897         * loadup.el: Don't use buffer-disable-undo; do it directly.
2899         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2900         (describe-variable): Call symbol-file with `defvar'.
2902         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2903         (symbol-file): Rewritten to handle new load-history format.
2904         Now takes an arg TYPE to specify looking for a particular
2905         type of definition only.
2907         * emacs-lisp/debug.el (debugger-make-xrefs):
2908         Call symbol-file with `defun'.
2910         * emacs-lisp/find-func.el (find-function-noselect):
2911         Call symbol-file with `defun'.
2912         (find-variable-noselect): Call symbol-file with `defvar'.
2914         * eshell/esh-cmd.el (eshell-find-alias-function):
2915         Call symbol-file with `defun'.
2917         * eshell/esh-test.el (eshell-test-goto-func):
2918         Call symbol-file with `defun'.
2920         * mail/rmail.el (rmail-resend):
2921         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2923         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2925         * progmodes/compile.el (compilation-find-buffer): Rename arg.
2927         * textmodes/texinfmt.el (texinfo-format-buffer-1):
2928         Call buffer-disable-undo.
2930         * simple.el (undo-list-saved): New variable (buffer-local).
2931         (undo): Set and test it.
2932         (buffer-disable-undo): Move here from buffer.c.
2933         Clear out undo-list-saved.
2935         * international/mule.el (decode-coding-inserted-region):
2936         Set buffer-undo-list in a correct and optimal way.
2938         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2939         (cperl-font-lock-unfontify-region-function): No need to save and
2940         restore info, since font-lock.el does it for us.
2942         * ansi-color.el (save-buffer-state): Definition deleted.
2943         (ansi-color-unfontify-region): Don't use save-buffer-state.
2945 2004-12-27  Dave Love  <fx@gnu.org>
2947         * wid-edit.el (function): Use restricted-sexp as parent.
2949 2004-12-27  Kevin Ryde  <user42@zip.com.au>
2951         * simple.el (next-matching-history-element): Use same
2952         `interactive' form as previous-matching-history-element.
2954         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2955         it can appear unencoded and has been seen from yahoo.
2957 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
2959         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2960         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
2962 2004-12-27  Kenichi Handa  <handa@m17n.org>
2964         * international/utf-8.el (utf-translate-cjk-load-tables):
2965         Bind coding-system-for-read to nil while loading subst-*.
2967 2004-12-26  Jay Belanger  <belanger@truman.edu>
2969         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2970         default input.
2972 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
2974         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2975         before reverting and disable undo recording while reverting.
2977 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
2979         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2980         (hs-make-overlay): New function.
2981         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2982         (hs-flag-region): Delete function.
2983         (hs-hide-comment-region): No longer use `hs-flag-region'.
2984         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2985         (hs-hide-block-at-point): Likewise.
2986         (hs-hide-level-recursive): Use `hs-discard-overlays'.
2987         (hs-hide-all, hs-show-all): Likewise.
2988         (hs-show-block): Likewise.
2989         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2991 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
2993         * progmodes/hideshow.el: Require `cl' when compiling.
2994         Remove XEmacs and Emacs 19 compatibility.
2995         Use `dolist' and `add-to-list' for load-time actions.
2996         (hs-discard-overlays): Use `dolist'.
2997         (hs-show-block): Likewise.
2999 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
3001         * faces.el (mode-line, mode-line-inactive): Use min-colors.
3003 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
3005         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
3006         When extending backwards, move outside the current comment first.
3008 2004-12-22  Kenichi Handa  <handa@m17n.org>
3010         * international/quail.el (quail-start-translation): Fix prompt
3011         string for the case if input-method-use-echo-area being non-nil.
3012         (quail-start-conversion): Likewise.
3013         (quail-show-guidance): Don't show guidance if
3014         input-method-use-echo-area is non-nil.
3016 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3018         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
3020 2004-12-21  Markus Rost  <rost@ias.edu>
3022         * calendar/diary-lib.el (mark-diary-entries):
3023         Set mark-diary-entries-in-calendar only after checking for diary-file.
3025 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3027         * faces.el (escape-glyph): Use blue against light foreground.
3029         * simple.el (undo-outer-limit-truncate): New function.
3030         (undo-outer-limit-function): Use undo-outer-limit-truncate.
3032 2004-12-21  Eli Barzilay  <eli@barzilay.org>
3034         * calculator.el: (calculator-radix-grouping-mode)
3035         (calculator-radix-grouping-digits)
3036         (calculator-radix-grouping-separator):
3037         New defcustoms for the new radix grouping mode functionality.
3038         (calculator-mode-hook): Now used in electric mode too,
3039         (calculator): Call it.
3040         (calculator-mode-map): Some new keys.
3041         (calculator-message): New function.  Some new calls.
3042         (calculator-op, calculator-set-register): Use it.
3043         (calculator-string-to-number): New function, mostly moved and
3044         updated code from calculator-curnum-value.
3045         (calculator-curnum-value): Use it.
3046         (calculator-paste): Use it, and update grabbing the current-kill.
3047         (calculator-rotate-displayer)
3048         (calculator-rotate-displayer-back): Toggle digit grouping when
3049         in radix mode, use calculator-message.
3050         (calculator-displayer-prev, calculator-displayer-next):
3051         Change digit group size when in radix mode.
3052         (calculator-number-to-string): Rename from
3053         calculator-num-to-string.  Now deals with digit grouping in
3054         radix mode.
3055         (calculator-update-display, calculator-put-value): Use the new name.
3056         (calculator-fact): Return a floating point number.
3057         (calculator-mode): Doc fix.
3059 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3061         * calendar/calendar.el (view-other-diary-entries): Add autoload.
3062         * calendar/diary-lib.el (view-other-diary-entries):
3063         Use current-prefix-arg in interactive spec.
3065 2004-12-19  Jay Belanger  <belanger@truman.edu>
3067         * calc/calc-aent.el (calcAlg-blank-matching-open):
3068         Temporarily adjust the syntax of both delimiters of half-open intervals.
3070 2004-12-19  Kim F. Storm  <storm@cua.dk>
3072         * mouse.el (mouse-1-click-follows-link): Doc fix.
3074 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3076         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
3077         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
3078         instead of centraleuropean as the name
3080 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
3082         Sync with Tramp 2.0.46.
3084         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
3085         parameters wrt Tramp convention.
3086         (tramp-handle-file-attributes-with-perl)
3087         (tramp-handle-directory-files-and-attributes): Apply it.
3088         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
3089         `copy-program'.  Reported by Zack Weinberg
3090         <zack@codesourcery.com>.
3091         (top): Set `edebug-form-spec' property directly rather than
3092         calling `def-edebug-spec'.
3094         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
3095         advice less fragile.  Surround temporary redefinition of
3096         `substitute-in-file-name' with `unwind-protect'.  Suggested by
3097         Matt Hodges <MPHodges@member.fsf.org>.
3099 2004-12-17  Juri Linkov  <juri@jurta.org>
3101         * replace.el (occur-accumulate-lines, occur-engine):
3102         Make forcing deferred font-lock fontification jit-specific.
3104 2004-12-17  Kim F. Storm  <storm@cua.dk>
3106         * mouse.el (mouse-1-click-follows-link): New defcustom.
3107         (mouse-on-link-p): New function.
3108         (mouse-drag-region-1): Implement mouse-1-click-follows-link
3109         functionality.  Map a mouse-1 click event into a mouse-2 (or
3110         other) event when position is inside a link.
3112         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
3113         prefix in tooltip text with "mouse-1" when this is a link
3114         recognized by mouse-1-click-follows-link functionality.
3116         * help.el (describe-key): Report effective and original binding
3117         for mouse-1 when clicked on a link.
3118         (describe-mode): Add follow-link property to "minor-mode" button.
3120         * help-fns.el (describe-variable): Add follow-link property to
3121         "below" button.
3123         * help-mode.el (help-xref): Add follow-link property.
3125         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
3126         (apropos-command, apropos-variable, apropos-face, apropos-group)
3127         (apropos-widget, apropos-plist): Add follow-link property.
3129         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
3130         checks if position is in a filename, rather than some other
3131         clickable item.  Function looks for cvs-filename-face at position.
3133         * wid-edit.el (widget-specify-field, widget-specify-button):
3134         Map a :follow-link keyword into a follow-link property.
3135         (link): Add :follow-link keyword, map to RET binding.
3137         * dired.el (dired-mode-map): Map follow-link to mouse-face.
3139         * progmodes/compile.el (compilation-minor-mode-map)
3140         (compilation-button-map, compilation-mode-map): Likewise.
3142 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
3144         * play/zone.el (zone): Init `line-spacing' from orig buffer.
3145         (zone-replace-char): Take `count' and `del-count'
3146         instead of `direction'.  Update callers.  When `del-count' is
3147         non-nil, delete that many characters, otherwise `count' characters
3148         backwards.  Insert the newly-replaced string `count' times.
3149         (zone-fret): Handle chars w/ width greater than one.
3150         (zone-fall-through-ws): No longer take window width `ww'.
3151         Update callers.  Add handling for `char-width' greater than one.
3152         (zone-pgm-drip): Update var holding window-end position every cycle.
3154 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
3156         * vc.el (vc-default-update-changelog): Use insert-file-contents,
3157         rather than insert-file.
3159 2004-12-16  Jay Belanger  <belanger@truman.edu>
3161         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
3162         (math-init-random-base, math-random-digit): Check to see if
3163         var-RandSeed is bound.
3164         (math-random-last): Declare it.
3165         (math-random-digit): Don't make math-random-last local.
3167 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
3169         * play/zone.el (zone): Fix omission bug: Use a self-disabling
3170         one-shot thunk for uniform (error, quit, normal) recovery.
3171         Reported by John Paul Wallington.
3172         (zone-pgm-random-life): Fix bug:
3173         Recognize empty initial field by lack of "@" chars.
3175 2004-12-16  Juri Linkov  <juri@jurta.org>
3177         * help.el (function-called-at-point):
3178         * help-fns.el (variable-at-point): As a last resort try stripping
3179         non-word prefixes and suffixes.
3181         * descr-text.el (describe-property-list): Don't treat syntax-table
3182         specially.  Use describe-text-sexp which inserts [show] button
3183         for large objects and handles printing errors.  Sort properties
3184         by names in alphabetical order instead of by value sizes.
3185         Add `mouse-face' to list of properties for `describe-face' widget.
3186         (describe-char): Mask out face-id from 19 bits of character.
3187         Print face-id separately.
3189         * replace.el (occur-accumulate-lines, occur-engine):
3190         Fontify unfontified matching lines in the source buffer
3191         before copying them.
3192         (occur-engine): Don't put mouse-face on context lines.
3193         (occur-next-error): Set point to line beginning/end
3194         before searching for prev/next property to skip multiple
3195         matches on a line (not supported by occur engine).
3196         Remove redundant prefix-numeric-value.
3198 2004-12-15  Juri Linkov  <juri@jurta.org>
3200         * replace.el (match): New face.
3201         (list-matching-lines-face): Change default from `bold' to `match'.
3203         * progmodes/grep.el (grep-match-face): New defvar.
3204         (grep-mode-font-lock-keywords): Use grep-match-face instead of
3205         compilation-column-face to highlight grep matches.
3207         * apropos.el (apropos-match-face): Change default from
3208         `secondary-selection' to `match'.
3210         * info-look.el (info-lookup-highlight-face): Change default from
3211         `highlight' to `match'.
3213 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
3215         * progmodes/executable.el (executable-interpret): Eliminate
3216         obsolete compile-internal, and switch to comint for interaction.
3218 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
3220         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
3221         `&&' when skipping multiple statements on a line.
3223 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
3225         * play/zone.el (zone): Set `truncate-lines'.
3226         Also, init `tab-width' with value from original buffer.
3227         (zone-shift-up): Rewrite for speed.
3228         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
3229         (zone-pgm-jitter): Remove redundant entries from ops vector.
3230         (zone-exploding-remove): Reduce iteration count.
3231         (zone-cpos): Convert to defsubst.
3232         (zone-replace-char): New defsubst.
3233         (zone-park/sit-for): Likewise.
3234         (zone-fret): Take window-start arg.
3235         Update callers. Use `zone-park/sit-for'.
3236         (zone-fill-out-screen): Rewrite.
3237         (zone-fall-through-ws): Likewise. Update callers.
3238         (zone-pgm-drip): Use `zone-replace-char'.
3239         Move var inits before while-loop. Use `zone-park/sit-for'.
3240         (zone-pgm-random-life): Handle empty initial field.
3241         Use `zone-replace-char' and `zone-park/sit-for'.
3243 2004-12-15  Juri Linkov  <juri@jurta.org>
3245         * isearch.el (isearch-update): Test isearch-lazy-highlight
3246         before calling isearch-lazy-highlight-new-loop.
3247         (isearch-lazy-highlight-new-loop):
3248         Don't test isearch-lazy-highlight.
3250         * replace.el (perform-replace): Add isearch-case-fold-search.
3251         Use delimited-flag for isearch-regexp.
3252         Reset isearch-lazy-highlight-last-string to force lazy
3253         highlighting when called from isearch mode.
3254         (query-replace-highlight): Revert defcustom type to boolean.
3255         (query-replace-lazy-highlight): New defcustom.
3256         (query-replace): New face.
3257         (perform-replace, replace-highlight, replace-dehighlight):
3258         Test query-replace-lazy-highlight instead of special value
3259         `isearch' of query-replace-highlight.
3260         (replace-dehighlight): Don't call isearch-dehighlight.
3261         (replace-highlight): Don't call isearch-highlight.
3262         Use face `query-replace' unconditionally.
3264 2004-12-14  Kim F. Storm  <storm@cua.dk>
3266         * simple.el (inhibit-mark-movement): Remove defvar.
3267         (beginning-of-buffer, end-of-buffer): Don't use it.
3269         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3270         Don't use inhibit-mark-movement.
3272         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
3273         (cua--undo-push-mark): Remove.
3274         (cua--pre-command-handler, cua--post-command-handler):
3275         Don't fiddle with inhibit-mark-movement.
3277 2004-12-14  Juri Linkov  <juri@jurta.org>
3279         * buff-menu.el (list-buffers-noselect): Collect internal info
3280         for every buffer in BUFFER-LIST arg too.
3281         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
3282         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
3283         Bind same-window-buffer-names and same-window-regexps to nil.
3285 2004-12-13  Juri Linkov  <juri@jurta.org>
3287         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
3289         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
3290         (sc-cite-region, sc-uncite-region, sc-recite-region):
3291         Fix previous change to handle not alist as a symbol, but
3292         a citation frame as a symbol that represents a variable name.
3294 2004-12-13  Richard M. Stallman  <rms@gnu.org>
3296         * filecache.el (file-cache-add-directory-using-find):
3297         Only set up file-cache-find-command-posix-flag if we will use it.
3299         * bindings.el (mode-line-buffer-identification-keymap):
3300         Don't cancel the mode-line's usual down-mouse-1 binding.
3302         * cus-edit.el (custom-face-selected): Handle `default' specs.
3303         (custom-face-edit): Increase extra-offset.
3304         (custom-display): Handle `default' specs.
3306         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
3308         * emacs-lisp/elint.el (elint-standard-variables)
3309         (elint-unknown-builtin-args): Move definitions up.
3311         * net/browse-url.el (browse-url-url-at-point): Add autoload.
3313         * info.el (info-xref-visited): Use `default' instead of t.
3314         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
3316         * faces.el (header-line, mode-line-inactive, tool-bar):
3317         Use `default' instead of t for setting the defaults.
3318         (face-spec-choose): Separate `t' from `default'.
3320         * subr.el (while-no-input): New macro.
3322 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
3324         * filecache.el (file-cache-add-directory-using-find):
3325         Only test file-cache-find-command-posix-flag on some systems.
3327 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3329         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
3330         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
3331         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
3332         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
3333         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
3335 2004-12-12  Juri Linkov  <juri@jurta.org>
3337         * files.el (find-file-other-window, find-file-other-frame):
3338         Add the first buffer to the returned value to return the complete
3339         list of all visited buffers.
3340         (find-file-read-only, find-file-read-only-other-window)
3341         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
3342         `find-file-read-args'.  Signal an error about non-existent file
3343         only if file name doesn't contain wildcards.  Toggle read-only in
3344         all visited buffers.
3345         (find-alternate-file, find-alternate-file-other-window):
3346         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
3347         called interactively.  Pass arg `wildcards' to other functions.
3348         (find-file-noselect): Doc fix.
3350         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
3351         Doc fix.
3352         (ffap-directory-finder): New variable.
3353         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
3354         (ffap-file-at-point): Add /* to immediately rejected names.
3355         Return absolute file names matching ffap-dired-wildcards.
3356         (ffap-read-file-or-url): Set default value for `completing-read'
3357         to `buffer-file-name'.
3358         (find-file-at-point): When filename matches ffap-dired-wildcards,
3359         call ffap-file-finder with t arg `wildcards', instead of dired.
3360         (ffap-other-window, ffap-other-frame): Return visited buffers.
3361         (ffap-read-only, ffap-read-only-other-window)
3362         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
3363         (dired-at-point): Call ffap-directory-finder instead of dired.
3364         (ffap-dired-other-window, ffap-dired-other-frame)
3365         (ffap-list-directory): New commands.
3366         (ffap-bindings): New keybindings for new commands.
3368 2004-12-12  Juri Linkov  <juri@jurta.org>
3370         * simple.el (beginning-of-buffer, end-of-buffer):
3371         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3372         Do not push mark when mark is active in transient-mark-mode.
3374         * simple.el (mark-word):
3375         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
3376         * textmodes/paragraphs.el (mark-paragraph):
3377         Extend the region when mark is active in transient-mark-mode,
3378         regardless of the last command.  Doc fix.
3380         * simple.el (mark-word): Preserve direction when repeating.
3381         Make arg optional.  Interactive "p" -> "P".
3382         (transient-mark-mode, inhibit-mark-movement): Doc fix.
3384         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
3385         preserving direction, to mark forward instead of backward when mark
3386         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
3388 2004-12-12  Juri Linkov  <juri@jurta.org>
3390         * isearch.el (isearch-edit-string): Set 7th arg of
3391         `read-from-minibuffer' to `t' to inherit the current input
3392         method (whose name is indicated by [IM] in the minibuffer prompt)
3393         from the current buffer to the minibuffer.
3394         (isearch-lazy-highlight-update): Put body to `with-local-quit'
3395         to allow C-g quitting for lazy highlighting looping inside the
3396         search with nested repetition operators.  Add overlay to the list
3397         before setting its face and other properties to avoid the case of
3398         code quitting after placing the new overlay but before it's
3399         recorded on the list.  Select the window where isearch was
3400         activated, to highlight matches in the right window when isearch
3401         switches the current window to the minibuffer.
3403         * international/isearch-x.el
3404         (isearch-process-search-multibyte-characters):
3405         Use `isearch-message' as initial input for `read-string' instead
3406         of adding it to the minibuffer prompt.  After reading a string
3407         remove the initial value of `isearch-message' from the string.
3409         * replace.el (replace-match-maybe-edit): Doc fix.
3410         (perform-replace): Don't call `replace-highlight' when automatic
3411         replacement is requested in literal mode, since it is intended
3412         only to highlight words during entering a new replacement string
3413         for \? in non-literal mode.
3415         * replace.el (query-replace-highlight): Add new value `isearch'
3416         that allows query replacement to use isearch highlighting.
3417         Change type from `boolean' to `choice'.  Doc fix.
3418         (replace-highlight, replace-dehighlight, perform-replace):
3419         Use isearch highlighting if query-replace-highlight eq `isearch'.
3421 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3423         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3424         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
3426         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
3427         case of \end{verbatim}.
3429 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
3431         * term.el (term-termcap-format): Synchronyze with terminfo.
3432         (term-emulate-terminal): Handle reset.
3433         (term-reset-terminal): New function.
3435 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
3437         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
3438         (zone-fill-out-screen): New func.
3439         (zone-pgm-drip): Use `zone-fill-out-screen'.
3440         Also, no longer go to point-min on every cycle.
3441         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
3442         (zone-pgm-random-life-wait): New user var.
3443         (zone-pgm-random-life): New func.
3445 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
3447         * files.el (auto-mode-alist): Map .com to DCL mode.
3449 2004-12-09  Richard M. Stallman  <rms@gnu.org>
3451         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
3453 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
3455         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
3456         buffer with a display margin.
3458 2004-12-08  Jay Belanger  <belanger@truman.edu>
3460         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
3461         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
3463 2004-12-08  Richard M. Stallman  <rms@gnu.org>
3465         * faces.el: Delete code to set display table.
3466         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
3468 2004-12-08  Jay Belanger  <belanger@truman.edu>
3470         * calc/calc.el: Add math-read-preprocess-string to autoloads.
3472         * calc/calc-ext.el (math-read-replacement-list)
3473         (math-read-superscripts, math-read-preprocess-string): Move to
3474         calc-aent.el.
3476         * calc/calc-aent.el (math-read-replacement-list)
3477         (math-read-superscripts, math-read-preprocess-string): Move from
3478         calc-ext.el.
3480 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3482         * isearch.el (isearch-quote-char): Fix up typo in last change.
3484 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
3486         * mouse.el (mouse-set-font): Handle the case where the command was
3487         not invoked using the mouse.
3489         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
3490         (edmacro-finish-edit): Further update for keyboard macros that are
3491         lambda forms.
3492         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
3494 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3496         * font-lock.el (font-lock-unfontify-region): Save buffer state.
3497         (font-lock-default-unfontify-region): Don't save buffer state any more.
3499 2004-12-07  Jay Belanger  <belanger@truman.edu>
3501         * calc/calc-help.el (calc-describe-key):
3502         Set calc-summary-indentation even when Calc Summary buffer exists.
3504 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
3506         * calendar/holidays.el (holiday-easter-etc): Make arguments
3507         optional for backwards compatibility.  Doc fix.
3508         Remove un-necessary local vars mandatory, output-list.
3509         (holiday-advent):  Make arguments optional for backwards
3510         compatibility.  Doc fix.
3512 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         * paren.el (show-paren-function): Fix last change (2004-12-02).
3516         * international/mule-util.el (char-displayable-p): Return nil for
3517         unibyte mode.
3519         * subr.el (subregexp-context-p): New function.
3521         * isearch.el (isearch-quote-char): Use it.
3523         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
3524         (regexp-opt-not-groupie*-re): Remove.
3525         (regexp-opt): Properly handle inputs with duplicate entries.
3527 2004-12-06  Richard M. Stallman  <rms@gnu.org>
3529         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
3531         * cus-edit.el (custom-file): Doc fix.
3533         * textmodes/org.el: New file.
3535 2004-12-06  Kenichi Handa  <handa@m17n.org>
3537         * ldefs-boot.el: Update international/mule-util.el section.
3539 2004-12-05  Sam Steingold  <sds@gnu.org>
3541         * net/tramp.el (tramp-handle-file-accessible-directory-p):
3542         Fix `tramp-time-diff' comparison logic.
3544 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
3546         * progmodes/which-func.el (which-function):
3547         Use `run-hook-with-args-until-success' instead of a custom loop.
3548         Fixes bug with local hooks.
3550 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3552         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
3553         Use delete-dups when calculating the initial value.
3554         (bibtex-autokey-get-title): Use <=.
3555         (bibtex-goto-line): New function.
3556         (bibtex-reposition-window): Use line numbers instead of point
3557         positions.  Use window-body-height.
3558         (bibtex-find-crossref): Use bibtex-reposition-window.
3559         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
3560         position of entry if key is found or nil if not found.
3562 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3564         * cus-edit.el (custom-file): Doc fix.
3566         * progmodes/sh-script.el (sh-indent-for-then): Change default.
3568 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3570         * simple.el (blink-matching-open):
3571         * textmodes/tex-mode.el (tex-validate-region):
3572         Obey syntax-table text properties.
3574 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3576         * wid-edit.el (widget-specify-field): Add `real-field' property to
3577         boundary.
3578         (widget-field-at): Use it.
3580 2004-12-02  Richard M. Stallman  <rms@gnu.org>
3582         * progmodes/cc-mode.el (awk-mode autoload):
3583         Supply t meaning interactive function.
3585         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
3586         (isearch-mode-map): No special definition for space.
3587         (isearch-whitespace-chars): Command deleted.
3588         (isearch-forward-regexp): Doc fix.
3589         (isearch-quote-char): When a space is not inside brackets,
3590         use `[ ]' instead of just space.
3591         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
3593         * imenu.el (imenu--generic-function): Delete code to exclude
3594         matches in comments.
3596         * man.el (Man-reverse-face): Change default to `highlight'.
3598         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
3599         (occur-engine): Use `face' prop rather than `font-lock-face'
3600         when specifying use of `match-face'.
3601         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
3603         * emacs-lisp/elint.el (elint-standard-variables): Update list.
3605         * add-log.el (add-log-current-defun): Handle the case where point
3606         is in the header part of a DEFUN construct.
3608 2004-12-02  Dave Love  <fx@gnu.org>
3610         * progmodes/python.el (python-font-lock-syntactic-keywords):
3611         Fix previous change.
3613 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
3615         * paren.el (show-paren-function): Check for matching chars
3616         specified by text props.
3618 2004-12-02  Jay Belanger  <belanger@truman.edu>
3620         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
3621         when reading a new key sequence.
3623 2004-12-02  Kim F. Storm  <storm@cua.dk>
3625         * faces.el (escape-glyph): Rename from glyph.
3626         (standard-display-table): Set it here.  Add escape-glyph face to
3627         extra slot characters.
3629         * disp-table.el: Undo 2004-12-01 change.  Display table is now
3630         setup in faces.el.
3632 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
3634         * xml.el (xml-parse-dtd): Don't show validity messages when
3635         xml-validating-parser is nil.
3636         (xml-substitute-special): Fix validity error messages to
3637         actually show the unexpandable entity.  Added validity error if &
3638         isn't followed by an entity.
3639         (xml-parse-tag): Concatenate any string following the a
3640         <![CDATA[]]> section to the parsed CDATA.
3641         (xml-parse-dtd): Skip parameter entity declarations and use of
3642         parameter entities.
3644 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3646         * kmacro.el (kmacro-default-counter-format): New var.
3647         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
3648         (kmacro-display): Remove `nil' from `and' form.  Delete call to
3649         `format' inside `message'.
3650         (kmacro-start-macro): Use `kmacro-default-counter-format'.
3652 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3654         * pcvs.el (cvs-header-msg): New function.
3655         (cvs-update-header): Use it.  Change calling convention.
3656         Correctly handle the case of having simultaneous active processes.
3657         (cvs-sentinel): Don't call cvs-update-header any more.
3658         (cvs-mode-run): Update call and add cvs-update-header to postproc.
3660 2004-12-01  Jay Belanger  <belanger@truman.edu>
3662         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
3663         Change message.
3665 2004-12-01  Juri Linkov  <juri@jurta.org>
3667         * progmodes/prolog.el (prolog-mode-variables):
3668         Fix imenu-generic-expression.
3670 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
3672         * faces.el (glyph): New face.
3674         * disp-table.el: Add an autoloaded table, that doesn't require
3675         this library, with glyph face.
3677         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
3678         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
3679         (conf-quote-normal): Allow normalizing only ' or ".
3680         (conf-mode): Regexp-quote constructed comment-start and don't
3681         match section {} where "name" contains braces.
3683         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
3684         files.
3686 2004-12-01  Kenichi Handa  <handa@m17n.org>
3688         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
3689         (x-select-text): Don't treat eight-bit-control/graphic chars
3690         specially.  Store the encoded text in the X cut buffer.
3691         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
3692         with x-last-selected-text-cut-encoded.
3694 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3696         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
3698 2004-11-30  Markus Rost  <rost@ias.edu>
3700         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
3701         AUCTeX.
3703 2004-11-30  Jay Belanger  <belanger@truman.edu>
3705         * calc/calc-arith.el (math-possible-signs): Made stronger checks
3706         on signs of intervals.
3707         (math-pow-of-zero): Strengthen checks for positive and negative
3708         exponents.
3710         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
3711         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
3712         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
3713         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
3714         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
3715         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
3716         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
3717         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
3718         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
3719         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
3720         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
3721         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
3722         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
3723         with provide statements.
3725         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
3727         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
3729         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
3730         (calc-load-everything, math-defsimplify): Replace dummy autoloading
3731         functions by require statements.
3732         (math-defsimplify): Move to calc-alg.el, add to autoloads.
3734         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3735         (calc-gnuplot-print): Give them values.
3737         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
3738         autoloads.
3739         Add calc-do-embedded-activate to autoloads.
3740         (calc-gnuplot-name, calc-gnuplot-plot-command)
3741         (calc-gnuplot-print-command): Move them to calc-graph.el.
3743 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3745         * term/mac-win.el (ccl-encode-mac-roman-font)
3746         (ccl-encode-mac-cyrillic-font)
3747         (ccl-encode-mac-centraleuropean-font, encoder-list)
3748         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
3749         Support Cyrillic, CentralEuropean, and Dingbat font display
3751 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
3753         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
3755         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
3756         still nil.
3758 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
3760         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
3761         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
3763 2004-11-29  Jay Belanger  <belanger@truman.edu>
3765         * calc/calc-arith.el (math-pow-of-zero): Take into account different
3766         cases of the base and exponent.
3768 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3770         * simple.el (next-error-buffer-p): Allow for inclusive and
3771         exclusive tests for finding a buffer.
3772         (next-error-find-buffer): Pass the exclusive and inclusive tests
3773         to next-error-buffer-p.
3775         * replace.el (occur-next-error): Switch to the Occur buffer when
3776         appropriate, use the exclusive filter to next-error-find-buffer to
3777         do it.  Use the absolute value of the motion amount.
3779 2004-11-29  Kenichi Handa  <handa@m17n.org>
3781         * startup.el (command-line): Decode all default-directory by
3782         locale-coding-system.
3784 2004-11-29  Jay Belanger  <belanger@truman.edu>
3786         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
3787         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
3788         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
3789         Replace calls to calc-extensions by appropriate require, replace
3790         calc-extensions-loaded by appropriate featurep.
3792         * calc/calc-ext.el: Move require to end of file.
3793         Remove redundant loading of calc.el.
3794         (calc-extensions-loaded): Remove unnecessary variable.
3795         (calc-extensions): Remove unnecessary function.
3796         (calc-load-everything): Replace calc-need-macros by appropriate require.
3798         * calc/calc-macs.el: Move provide to end of file.
3799         (calc-need-macros): Remove unnecessary function.
3801         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3802         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3803         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3804         Replace calc-extensions by appropriate require.
3805         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3807         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3808         Replace calc-need-macros by appropriate require.
3810         * calc/calc.el: Move require to end of file.
3811         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3812         Remove unnecessary variable.
3813         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3814         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3815         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3816         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3817         (math-stack-value-offset, math-format-value, math-format-flat-expr)
3818         (math-format-number, math-format-bignum, math-read-number)
3819         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3820         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3821         by appropriate require.
3822         (calc-check-defines): Replace calc-need-macros by appropriate require.
3824 2004-11-29  Kim F. Storm  <storm@cua.dk>
3826         * macros.el (insert-kbd-macro): Handle kmacro functions.
3828 2004-11-28  Juri Linkov  <juri@jurta.org>
3830         * compare-w.el (compare-windows-highlight): Attach each overlay
3831         to its window to properly highlight differences while comparing
3832         two windows of the same buffer.  Fix arguments.
3833         (compare-windows-sync-default-function): Fix arguments of
3834         `compare-windows-highlight'.
3836         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3837         Use `read-expression-history'.  Set initial contents only if
3838         `edebug-global-break-condition' is non-nil.  Set histpos to 1
3839         if initial contents is equal to the last history element.
3840         (edebug-set-conditional-breakpoint): Instead of temporarily
3841         prepending the current condition to the history, set initial
3842         contents to the current condition.  Set histpos to 1 if initial
3843         contents is equal to the last history element.
3845         * info.el (Info-search-whitespace-regexp): Remove shy group.
3846         (Info-search): Forward line if search is on the header line.
3847         Use search-whitespace-regexp in two other places.
3849 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3851         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3852         warning.  Delay real definition, which uses
3853         `set-fringe-indicators-1' till after the definition of that function.
3855 2004-11-28  Kim F. Storm  <storm@cua.dk>
3857         * fringe.el (fringe): New defgroup.
3858         (fringe-mode): Move to fringe group.
3859         (fringe-indicators): New defcustom.
3860         (set-fringe-indicators-1): New defun.
3862         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3863         (menu-bar-showhide-fringe-ind-menu): New keymap.
3864         (menu-bar-showhide-fringe-ind-empty)
3865         (menu-bar-showhide-fringe-ind-mixed)
3866         (menu-bar-showhide-fringe-ind-box)
3867         (menu-bar-showhide-fringe-ind-right)
3868         (menu-bar-showhide-fringe-ind-left)
3869         (menu-bar-showhide-fringe-ind-none): New defuns.
3870         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3872 2004-11-27  Richard M. Stallman  <rms@gnu.org>
3874         * comint.el (comint-read-noecho): Add trivial compatibility definition.
3876         * generic.el (define-generic-mode): Doc fix.
3878         * menu-bar.el (menu-bar-options-save): For the options
3879         that are toggled with menu-bar-make-mm-toggle, don't check
3880         for customized-value prop.
3882 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
3884         * mail/supercite.el (sc-cite-region): Handle the case where
3885         sc-cite-frame-alist is a symbol.
3886         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3887         a symbol.
3888         (sc-recite-region): Handle the case where sc-recite-frame-alist is
3889         a symbol.
3891 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3893         * wid-edit.el (widget-narrow-to-field): New function.
3894         (widget-complete): Use it.
3896 2004-11-27  Jay Belanger  <belanger@truman.edu>
3898         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3899         variable.
3900         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3901         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3902         (math-alg-inequalities): Move declaration to earlier in the file.
3904         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3905         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3906         Declare them.
3908         * calc/calc-lang.el (math-expr-data, math-expr-token)
3909         (math-exp-old-pos): Declare them.
3911         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3912         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3914 2004-11-27  Kim F. Storm  <storm@cua.dk>
3916         * progmodes/flymake.el: Use (featurep 'xemacs).
3917         (flymake-makehash): Change to defsubst.  Use fboundp.
3918         (flymake-time-to-float): Remove.
3919         (flymake-float-time): Merge code from flymake-time-to-float here.
3920         (flymake-replace-regexp-in-string): Change to defsubst.
3921         (flymake-split-string-remove-empty-edges):
3922         Rename to flymake-split-string.
3923         (flymake-split-string): Remove previous defalias.
3924         (flymake-get-temp-dir): Change to defsubst.
3925         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3926         Define for xemacs only.
3927         (flymake-master-file-count-limit): Change into compiler defvar only.
3928         (flymake-find-possible-master-files): Let-bind it dynamically while
3929         sorting files using flymake-master-file-compare.
3931 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3933         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3934         of defun-prompt-regexp matches inside a comment/string but the
3935         beginning is correctly outside everything.
3937         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3938         appears within a string or a comment.
3940         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3941         rather than make-symbol for symbols which are used in
3942         a symbol-macrolet or equivalent.
3944 2004-11-26  Jay Belanger  <belanger@truman.edu>
3946         * calc-misc.el (calc-last-why-command): Declare it.
3948         * calc-vec.el (math-grade-vec): New variable.
3949         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3950         Replace variable grade-vec by declared variable.
3951         (math-rb-close): New variable.
3952         (math-read-brackets, math-read-vector): Replace variable close by
3953         declared variable.
3955         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3956         (calc-one-window, calc-edit-handler, calc-restore-trail)
3957         (calc-allow-ret): Declare them.
3959         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3960         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3961         (math-radix-float-cache-tag, math-random-cache)
3962         (math-max-digits-cache, math-integral-cache, math-units-table)
3963         (math-format-date-cache, math-holidays-cache-tag): Declare them.
3964         (math-moc-func): New variable.
3965         (math-map-over-constants, math-map-over-constants-rec):
3966         Replace variable func by declared variable.
3968         * calc/calc-store.el (calc-given-value, calc-store-opers):
3969         Declare them.
3970         (calc-var-name-map): Move declaration to earlier in the file.
3971         (calc-pv-pos): New variable.
3972         (calc-permanent-variable, calc-insert-permanent-variable):
3973         Replace variable pos by declared variable.
3975         * calc/calc-mtx.el (calc-det-lu): New variable.
3976         (math-det-raw, math-det-step): Replace variable lu by declared variable.
3978         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3979         (math-multi-subst, math-multi-subst-rec): Replace variables temp
3980         and arg by declared variables.
3981         (calcFunc-reducer): Fix incorrect variable.
3982         (math-inner-mul-func, math-inner-add-func): New variables.
3983         (calcFunc-inner, math-inner-mats): Replace variables mul-func
3984         and add-func by declared variables.
3986         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3987         (calc-digit-value): Declare them.
3989         * calc/calc-help.el (Info-history): Declare it.
3990         (calc-describe-key): Make calc-summary-indentation a local variable.
3991         (calc-help-long-names): Move declaration to earlier in file.
3993         * calc/calc-embed.el (calc-original-buffer): Declare it.
3994         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3995         (calc-embed-bot): New variables.
3996         (calc-do-embedded, calc-embedded-mark-formula)
3997         (calc-embedded-find-bounds, calc-embedded-duplicate)
3998         (calc-embedded-new-formula, calc-embedded-make-info):
3999         Replace vars outer-top, outer-bot, bot and top by declared variables.
4000         (calc-embed-prev-modes): New variable.
4001         (calc-embedded-set-modes, calc-embedded-update): Replace variable
4002         prev-modes with declared variable.
4003         (calc-embed-vars-used): New variable.
4004         (calc-embedded-make-info, calc-embedded-evaluate-expr)
4005         (calc-embedded-update, calc-embedded-find-vars): Replace variable
4006         vars-used by declared variable.
4008         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
4009         (math-format-radix-float): Remove unnecessary setq.
4010         (math-radix-float-cache): Declare it.
4012         * calc/calcsel2.el (calc-keep-selection): Declare it.
4014         * calc/calc-maint.el: Remove file.
4016 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4018         * textmodes/bibtex.el (bibtex-sort-entry-class)
4019         (bibtex-comment-start): Use defcustom.
4020         (bibtex-entry-field-alist): Use nil if initial content of the
4021         field is undefined.  Fix docstring.
4022         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
4023         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
4024         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
4025         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
4026         Fix docstring.
4027         (bibtex-autokey-title-terminators): Use only one regexp.
4028         (bibtex-string-maybe-empty-head): New variable.
4029         (bibtex-remove-delimiters-string): New function.
4030         (bibtex-text-in-field-bounds, bibtex-text-in-string):
4031         Use bibtex-remove-delimiters-string.
4032         (bibtex-progress-message, bibtex-field-left-delimiter)
4033         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
4034         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
4035         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
4036         Simplify.
4037         (bibtex-format-entry): Use save-excursion for inherited booktitle.
4038         Use eq and bibtex-remove-delimiters-string.  For end markers use
4039         insertion type so that marker stays after inserted text.
4040         (bibtex-autokey-get-names): Return empty string if name is missing.
4041         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
4042         calling bibtex-autokey-name-case-convert.
4043         (bibtex-autokey-demangle-title):
4044         Call bibtex-autokey-titleword-case-convert.  Remove call to
4045         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
4046         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
4047         (bibtex-read-key): New optional arg global.
4048         (bibtex-files-expand): New optional arg force.
4049         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
4050         (bibtex-complete-crossref-cleanup): Rename from
4051         bibtex-complete-key-cleanup.  Simplify code.
4052         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
4053         Operate on current entry.
4054         (bibtex-button): Add docstring.
4055         (bibtex-entry): Simplify.
4056         (bibtex-make-field): Replace optional arg called-by-yank with more
4057         specific args move and interactive.
4058         (bibtex-end-of-entry): Use forward-sexp.
4059         (bibtex-find-entry-globally): Remove.
4060         (bibtex-find-crossref): Allow for crossref key located in other buffer.
4061         Bound to C-c C-x.
4062         (bibtex-find-entry): New optional args global and display.
4063         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
4064         (bibtex-validate): Use arg force of bibtex-files-expand.
4065         (bibtex-clean-entry): Bugfix, clean string entries properly.
4066         Always keep point at beginning of entry.
4067         (bibtex-complete): Bugfix.  Handle string entries properly.
4068         Call cleanup functions only if needed.
4069         (bibtex-String): Use bibtex-read-string-key.
4070         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
4071         case of replacement text.
4073 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
4075         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
4076         (tramp-perl-directory-files-and-attributes): New constant.
4077         (tramp-file-name-handler-alist): Delete file-directory-files, add
4078         directory-files-and-attributes.
4079         (tramp-perl-file-attributes): Surround uid and gid by double
4080         quotes. Change parameter id-format from nonnumeric.
4081         (tramp-convert-file-attributes): New function.
4082         (tramp-handle-file-attributes): Use it.
4083         (tramp-maybe-send-perl-script): New function.
4084         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
4085         file mode. Change parameter id-format from nonnumeric.
4086         (tramp-handle-file-attributes-with-ls): Change parameter id-format
4087         from nonnumeric.
4088         (tramp-post-connection): Don't send tramp-perl-file-attributes
4089         script. Reset connection property "perl-scripts".
4090         (tramp-handle-insert-directory): Run real handler when ls-lisp is
4091         in use.
4093 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
4095         * desktop.el (desktop-read): Replace mapcar with mapc.
4096         (desktop-create-buffer): Replace mapcar with mapc.
4097         Remove redundant piece of code.
4099 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
4101         * progmodes/gud.el (gud-display-line): Use display-buffer
4102         for GDB-UI as for GUD.
4104         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
4105         Delete variables.
4106         (gdb-ann3): Don't make GUD buffer dedicated.
4107         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
4108         (gdb-display-source-buffer): Delete function.
4109         (gdb-view-source-function, gdb-view-assembler): Delete functions.
4110         (menu): Delete menu bindings for viewing source/assembler.
4111         (gdb-setup-windows, gdb-restore-windows):
4112         Don't dedicate GUD. No assembler now.
4113         (gdb-reset): No need to undedicate source buffers now.
4114         (gdb-source-info): No assembler now.
4116 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
4118         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
4119         width to those for special frames.
4120         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
4121         Use display-buffer.
4122         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
4123         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4124         (gdb-frame-assembler-buffer): Rework like
4125         gdb-frame-breakpoints-buffer.
4127 2004-11-25  Richard M. Stallman  <rms@gnu.org>
4129         * progmodes/flymake.el: Reindent.
4130         (flymake-split-string): Turn into defalias.
4131         (flymake-fix-file-name): Rename from flymake-fix-path-name.
4132         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
4133         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
4134         (flymake-build-relative-filename): Rename from ...path.
4135         Fix error message.
4137 2004-11-25  Cheng Gao  <chenggao@gmail.com>
4139         * progmodes/flymake.el: Much whitespace and capitalization change.
4140         Move `provide' to end.  Require `compile' only when compiling.
4142 2004-11-24  Jay Belanger  <belanger@truman.edu>
4144         * calc/calc-alg.el: Added comment.
4145         (math-polynomial-base): Replace variable mpb-top-expr by
4146         math-poly-base-top-expr.
4148         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
4149         (math-polynomial-p1): Replace variable mpb-top-expr by declared
4150         variable.
4151         (math-poly-base-total-base): New variable.
4152         (math-total-polynomial-base, math-polynomial-p1): Replace variable
4153         mpb-total-base by declared variable.
4154         (math-factored-vars, math-to-list): Declare it.
4155         (math-fact-expr): New variable.
4156         (calcFunc-factors, calcFunc-factor, math-factor-expr)
4157         (math-factor-expr-try, math-factor-expr-part): Replace variable
4158         expr by declared variable.
4159         (math-fet-x): New variable.
4160         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
4161         by declared variable.
4162         (math-factor-poly-coefs): Make temp a local variable.
4164         * calc/calc-units.el (calc-convert-units): Make units a local
4165         variable.
4166         (calc-num-units, calc-den-units): New variables.
4167         (calc-explain-units, calc-explain-units-rec): Replace variables
4168         num-units and den-units by declared variables.
4169         (math-cu-unit-list): New variable.
4170         (math-build-units-table, math-compare-unit-names)
4171         (math-convert-units, math-convert-units-rec): Replace variable
4172         unit-list by declared variable.
4173         (math-fbu-base, math-fbu-entry): New variables.
4174         (math-find-base-units, math-find-base-units-rec): Replace variables
4175         base and entry by declared variables.
4176         (math-which-standard): New variable.
4177         (math-to-standard-units, math-to-standard-rec): Replace variable
4178         which-standard by declared variable.
4179         (math-fcu-u): New variable.
4180         (math-find-compatible-unit, math-find-compatible-unit-rec):
4181         Replace variable u by declared variable.
4182         (math-cu-new-units, math-cu-pure): New variables.
4183         (math-convert-units, math-convert-units-rec): Replace variables
4184         new-units and pure by declared variables.
4185         (math-try-cancel-units): New variable.
4186         (math-simplify-units-quotient): Replace variable try-cancel-units by
4187         declared variable.
4189 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4191         * textmodes/ispell.el (ispell-check-version):
4192         If default-directory is nonexistent, use home dir.
4194         * progmodes/grep.el (grep-regexp-alist):
4195         Don't match parens around line numbers.
4197         * progmodes/cperl-mode.el (cperl-indent-region)
4198         (cperl-imenu--create-perl-index, cperl-xsub-scan):
4199         Don't print progress messages.
4201         * progmodes/compile.el (compilation-mode-map):
4202         Don't inherit from compilation-minor-mode-map;
4203         copy its bindings instead.  But the menu bar Compile
4204         entry now does inherit from compilation-menu-map.
4206         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4207         Use with-no-warnings around compiler-macroexpand.
4209         * imenu.el: Don't always require newcomment.
4210         (imenu--generic-function): Call comment-normalize-vars
4211         if we have a comment syntax.
4212         Exit the loop if REGEXP matches the null string.
4213         Test comment-start as well as comment-start-skip
4214         when deciding whether to check for comments.
4216         * tooltip.el (tooltip-mode): Doc fix.
4218         * term.el (term-escape-char, term-mode): Doc fixes.
4220 2004-11-24  Dave Love  <fx@gnu.org>
4222         * progmodes/python.el (python-font-lock-syntactic-keywords):
4223         Check for escapes in the regexp.
4224         (python-quote-syntax): Don't do it here.
4226 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4228         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4229         (gdb-frames-mode-map, gdb-threads-mode-map)
4230         (gdb-registers-mode-map, gdb-locals-mode-map)
4231         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
4232         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
4234         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
4235         (dedicated-switch-to-buffer): Rework.
4236         (gdb-var-evaluate-expression-handler, gdb-put-string):
4237         Remove unused variable bindings.
4238         (gdb-setup-windows, gdb-display-buffer):
4239         Simplify. Use pop-to-buffer.
4240         (gdb-view-source-function): Simplify.
4241         (gdb-frame-breakpoints-buffer):
4242         Use pop-to-buffer, special-display-regexps.
4244 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4246         * progmodes/f90.el (f90-smart-end)
4247         (f90-previous-statement, f90-beginning-of-block): Doc fix.
4248         (f90-calculate-indent): Handle un-named PROGRAM blocks.
4249         (f90-end-of-block): Doc fix.  Make check of outermost block
4250         conditional on value of `f90-smart-end'.
4251         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
4252         Handle case where END-BLOCK is nil.
4253         (f90-match-end): Handle un-named PROGRAM blocks.
4254         (f90-backslash-not-special): New function.
4256 2004-11-24  Jay Belanger  <belanger@truman.edu>
4258         * calc/calc.el (calc-embedded-active): Removed unnecessary
4259         declaration.
4260         (calc-show-banner): Removed redundant declaration.
4262         * calc/calc-graph.el (calc-gnuplot-default-device)
4263         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4264         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4265         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
4266         Remove redundant initial values.
4268         * calc/calc-arith.el (math-scalar-functions)
4269         (math-nonscalar-functions, math-scalar-if-args-functions)
4270         (math-real-functions, math-positive-functions)
4271         (math-nonnegative-functions, math-real-scalar-functions)
4272         (math-real-if-arg-functions, math-integer-functions)
4273         (math-num-integer-functions, math-rounding-functions)
4274         (math-float-rounding-functions, math-integer-if-args-functions)
4275         (math-super-types): Move declarations to earlier in file.
4276         (math-unit-prefixes): Declared it.
4277         (math-floor-prec, math-trunc-prec): New variables.
4278         (math-trunc-fancy): Replace variable prec by declared variable.
4279         (math-floor-fancy): Replace variable prec by declared variable.
4280         (math-com-bterms): New variable.
4281         (math-commutative-equal, math-commutative-collect):
4282         Replace variable bterms by declared variable.
4284         * calc/calc-misc.el (math-trunc): Replace variable prec by
4285         math-trunc-prec.
4286         (math-floor): Replace variable prec by math-floor-prec.
4288         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
4289         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
4290         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
4291         (math-format-date, math-format-date-part): Replace variables
4292         date, dt, year, month, day, weekday, hour, minute, second and
4293         bc-flag by declared variables.
4294         (math-pd-str): New variable.
4295         (math-parse-date, math-parse-date-word, math-parse-standard-date):
4296         Replace variable str by declared variable.
4297         (math-daylight-savings-hook, math-tzone-names): Move definitions
4298         to earlier in the file.
4299         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
4300         (math-sh-year): New variable.
4301         (math-setup-add-holidays, math-setup-holidays)
4302         (math-setup-year-holidays): Replace variable `year' by declared
4303         variable.
4305         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
4306         New variables.
4307         (math-nth-root-float, math-nth-root-float-iter): Replace variables
4308         n, nf and nfm1 by declared variables.
4309         (math-nri-n): New variable.
4310         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
4311         n by declared variable.
4312         (calcFunc-log): Removed misplaced condition.
4314 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4316         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
4318 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4320         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
4321         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
4322         Dedicate gdb-related windows.
4323         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
4324         other frames.
4325         (gdb-reset): Remove dedicated property after debugging.
4327 2004-11-24  Jay Belanger <belanger@truman.edu>
4329         * calc/calc-sel.el: Add comment.
4331         * calc/calc.el (math-stack-value-offset): Replace variables c,
4332         wid and off with math-svo-c, math-svo-wid and math-svo-off.
4334         * calc/calccomp.el (math-comp-sel-tag): Declare it.
4335         (math-svo-c, math-svo-wid, math-svo-off): New variables.
4336         (math-stack-value-offset-fancy): Replace variables c, wid and off
4337         by declared variables.
4338         (math-comp-just, math-comp-comma-spc): New variables.
4339         (math-compose-expr, math-compose-matrix): Replace variables `just'
4340         and comma-spc by declared variable.
4341         (math-comp-vector-prec): New variable.
4342         (math-compose-expr, math-compose-matrix, math-compose-rows):
4343         Replace variable vector-prec by declared variable.
4344         (math-comp-left-bracket, math-comp-right-bracket)
4345         (math-comp-comma): New variables.
4346         (math-compose-expr, math-compose-rows): Replace variables
4347         left-bracket, right-bracket and comma by declared variables.
4348         (math-comp-full-width): New variable.
4349         (math-comp-to-string-flat, math-comp-to-string-flat-term):
4350         Replace variable full-width by declared variable.
4351         (math-comp-highlight, math-comp-word, math-comp-level)
4352         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
4353         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
4354         New variables.
4355         (math-comp-to-string-flat, math-comp-to-string-flat-term)
4356         (math-comp-sel-flat-term): Replace variables comp-highlight,
4357         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
4358         declared variables.
4359         (math-comp-simplify, math-comp-simplify-term)
4360         (math-comp-add-string, math-comp-add-string-sel):
4361         Replace variables comp-highlight, comp-buf, comp-base,
4362         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
4364 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4366         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
4368         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
4369         and x-server-version may throw.
4371 2004-11-23  Kim F. Storm  <storm@cua.dk>
4373         * subr.el (substitute-key-definition-key): Optimize.
4374         Don't call indirect-function for nil defn (always signals error).
4376         * ido.el (ido-read-internal): Fix require-match check when
4377         ido-directory-too-big is set.
4379 2004-11-23  Jay Belanger  <belanger@truman.edu>
4381         * calc/calc-ext.el (math-read-replacement-list)
4382         (math-read-superscripts): New variables.
4383         (math-read-preprocess-string): New function.
4384         (math-read-expr): Filter input through math-read-preprocess-string.
4386         * calc/calc-aent.el (math-read-exprs): Filter input through
4387         math-read-preprocess-string.
4389 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
4391         * progmodes/compile.el (compilation-start): In cd command use
4392         substitute-env-vars -- not quite shell compatible but better than
4393         nothing.
4394         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
4395         handle the newer versions messages, which are more parseable.
4397 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * reveal.el (reveal-mode-map): New var.
4400         (reveal-mode): Use it.
4402 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
4404         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
4405         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
4407 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4409         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
4410         header-line when needed.
4411         Use fixed-pitch only in the header-line.
4412         Build the underline automatically.  Use emdash if available.
4414 2004-11-22  Richard M. Stallman  <rms@gnu.org>
4416         * dired.el (dired-recursive-copies): Move from dired-aux.el.
4417         * dired-aux.el (dired-recursive-copies): Move to dired.el.
4419 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
4421         * progmodes/gdb-ui.el (gdb-resync): New function.
4422         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
4423         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
4424         Use it to fail more gracefully.
4425         (gdb-variables): Delete variable.
4426         Re-order variables to reduce byte-compiler warnings.
4428 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4430         * descr-text.el (describe-char):
4431         * paren.el (show-paren-function):
4432         * subr.el (syntax-after): Undo last change.
4434         * progmodes/python.el (run-python): Don't hard code *Python*.
4435         Don't modify global process-environment.
4436         (python-send-region, python-load-file): Don't assume that
4437         python-buffer == (process-buffer (python-proc)).
4438         (python-switch-to-python): Simplify.
4440         * dired.el (dired-align-file): Don't assume line starts with spaces.
4442 2004-11-21  Jay Belanger  <belanger@truman.edu>
4444         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
4445         Replace variable `lines' by math-read-big-lines.
4446         (math-read-big-expr): Replace variables the-baseline, the-h2
4447         and err-msg by math-read-big-baseline, math-read-big-h2 and
4448         math-read-err-msg.
4449         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
4451         * calc/calc-lang.el (math-read-big-rec): Fix typo.
4452         (math-read-big-balance): Replace unbound variable by value.
4453         (math-read-big-lines): New variable.
4454         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4455         (math-read-big-error, math-read-big-balance): Replace variable
4456         `lines' by declared variable.
4457         (math-read-big-baseline, math-read-big-h2): New variables.
4458         (math-read-big-rec): Replace variables the-baseline and the-h2
4459         by declared variables.
4460         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
4461         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4462         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
4463         declared variables.
4464         (math-read-big-err-msg): New variable.
4465         (math-read-big-error): Replace variable err-msg by declared variable.
4467 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4469         * ses.el: Add coding cookie.
4470         Fix up docstrings, follow new commenting conventions.
4471         (ses-header-line-menu): Fix missing variable rename for header-row.
4472         (ses-cell-size): Remove.
4473         (ses-make-cell): New function.
4474         (ses-cell, ses-insert-row, ses-insert-column): Use it.
4475         (ses-calculate-cell): Remove unused var `symbol'.
4476         (ses-narrowed-p): New function.
4477         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
4478         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
4479         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
4480         (ses-setup): Use restore-buffer-modified-p.
4481         (ses-cleanup): Remove unused var `end'.
4482         (ses-header-string-left-offset): Remove.
4483         (ses-create-header-string): Adjust to new behavior of `align-to'.
4484         Truncate excessively large fields to preserve alignment.
4485         (ses-reconstruct-all): Remove unused var `refs'.
4486         (ses-read-cell-printer): Remove unused var `prompt'.
4487         (ses-delete-row): Remove unused var `pos'.
4488         (ses-delete-column): Remove unused var `new'.
4490 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4492         * ps-print.el: Insert :version tag into all defgroup and defcustom.
4493         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4494         Eliminate eval-and-compile usage.
4495         (ps-insert-file): Use insert-file-contents instead of insert-file.
4496         (ps-setup): Code fix.
4498         * printing.el (pr-setup, lpr-setup): Code fix.
4500 2004-11-21  Jay Belanger  <belanger@truman.edu>
4502         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
4503         (calc-original-buffer): Declare them.
4504         (calc-user-formula-alist): New variable.
4505         (calc-user-define-formula, calc-fix-user-formula)
4506         (calc-user-define-composition, calc-finish-formula-edit):
4507         Replace variable `alist' by declared variable.
4508         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
4509         (var-q7, var-q7, var-q8, var-q9): Declare them.
4510         (calc-kbd-push): Don't check to see if var-q0 through var-q9
4511         are bound.
4512         (calcFunc-typeof): Replace undeclared variable by expression.
4513         (math-exp-env): New variable.
4514         (math-define-body, math-define-exp): Replace exp-env by declared var.
4515         (math-define-exp): Replace misplaced variable by expression.
4517         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
4518         (calc-curve-model, calc-curve-coefnames): New variables.
4519         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
4520         varnames, model and coefnames by declared variables.
4521         (math-root-widen): New variable.
4522         (math-search-root, math-find-root): Replace variable root-widen by
4523         declared variable.
4524         (var-DUMMY): Declare it.
4525         (math-root-vars, math-min-vars): Move the declarations to earlier in
4526         the file.
4527         (math-brent-min): Make d a local variable.
4528         (math-find-minimum): Replace non-existent variable.
4529         (math-ninteg-romberg): Remove unnecessary variable.
4530         (math-ninteg-temp): New variable.
4531         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
4532         integ-temp by declared variable.
4533         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
4534         New variables.
4535         (math-general-fit): Replace variables first-var, first-coef and
4536         new-coefs by declared variables.
4537         (calcFunc-fitvar): Replace variable first-var by declared variable.
4538         (calcFunc-fitparam): Replace variable first-coef by declared variable.
4539         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
4540         (math-all-vars-vars, math-all-vars-found): New variables.
4541         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
4542         found by declared variable math-all-vars-vars.
4544 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4546         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
4547         of `defconst'.
4549 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4551         * isearch.el (isearch-mode-map): Don't bind SPC.
4552         (isearch-whitespace-chars): Function deleted.
4553         (isearch-search): Bind search-spaces-regexp.
4554         (isearch-lazy-highlight-search): Likewise.
4555         (search-whitespace-regexp): Doc fix.
4556         (isearch-forward-regexp): Doc fix.
4558         * emacs-lisp/bytecomp.el (byte-compile-form):
4559         Move the calls to byte-compile-set-symbol-position,
4560         to avoid having two for the same symbol occurrence.
4562         * comint.el (comint-input-ring-size): Increase to 150.
4564         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
4565         New variables.
4566         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
4567         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
4569         * imenu.el (imenu--generic-function):
4570         Ensure we keep moving backward even if BEG isn't further back.
4572         * replace.el (query-replace-read-to, query-replace-read-from):
4573         Specify t for KEEP-ALL in read-from-minibuffer.
4575         * progmodes/python.el (python-switch-to-python):
4576         If Python isn't running, start it.
4577         Don't alter debug-ignored-errors.
4579         * progmodes/cperl-mode.el (cperl-indent-region):
4580         Don't mind imenu-scanning-message.
4582         * bindings.el (global-map): Bind C-e to move-end-of-line.
4584         * simple.el (line-move-finish): New arg FORWARD.
4585         Ignore invisible newlines, not intangible ones.
4586         Conditions for acceptable stopping positions depend on FORWARD.
4587         (line-move): Pass FORWARD arg to line-move-finish.
4589         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4590         of HEADER.  Compensate for this change in the code to add display
4591         properties.  Don't make the first line intangible.
4593         * info.el (Info-search): Fix previous change.
4595 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4597         * Makefile.in (recompile): Revert 2004-11-19 change.
4598         (compile): Likewise.
4600 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
4602         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
4604 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4606         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
4607         defgroup and defcustom.  Eliminate eval-and-compile usage.
4609         * progmodes/ebnf-otz.el: Fix typos.
4611 2004-11-19  Jay Belanger  <belanger@truman.edu>
4613         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
4614         (calc-edit-finish, calc-finish-stack-edit): Replace variable
4615         disp-trail by declared variable.
4617         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
4618         (calc-finish-selection-edit):  Replace variable disp-trail by
4619         declared variable.
4620         (calc-selection-cache-entry): Move declaration to earlier in the file.
4621         (calc-selection-cache-num, calc-selection-cache-comp)
4622         (calc-selection-cache-offset, calc-selection-true-num)
4623         (calc-final-point-line, calc-final-point-column)
4624         (calc-original-buffer): Declare them.
4625         (calc-fnp-op, calc-fnp-num): New variables.
4626         (calc-find-nth-part, calc-find-nth-part-rec)
4627         (calc-select-previous): Replace op and num by declared variables.
4628         (calc-rsf-old, calc-rsf-new): New variables.
4629         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
4630         Replace variables old and new by declared variables.
4631         (calc-sel-reselect): New variable.
4632         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
4633         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
4634         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
4635         reselect with declared variable.
4637         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4638         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
4639         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
4640         (math-import-list, math-rewrite-phase): Declare them.
4641         (math-rewrite):  Use let* to declare variables.
4642         (calc-rewrite-selection): Make rules a local variable.
4643         (calc-rewr-sel): New variable.
4644         (calc-rewrite-selection, calc-locate-selection-marker)
4645         (calc-rewrite): Use the declared variable calc-rewr-sel instead
4646         of sel.
4647         (math-rewrite-whole-expr): New variable.
4648         (math-rewrite, math-rewrite-phase): Replace variable expr by
4649         declared variable.
4650         (math-rewrite-heads-heads, math-rewrite-heads-skips)
4651         (math-rewrite-heads-blanks ): New variables.
4652         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
4653         heads, skips and blanks by declared variables.
4654         (math-rwcomp-subst-old, math-rwcomp-subst-new)
4655         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
4656         New variables.
4657         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
4658         old, new, old-func and new-func by declared variables.
4659         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
4660         Remove unnecessary variable.
4661         (math-apply-rw-regs): New variable.
4662         (math-apply-rewrites, math-rwapply-replace-regs)
4663         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
4664         (math-apply-rw-ruleset): New variable.
4665         (math-apply-rewrites, math-rwapply-remember): Replace variable
4666         ruleset by declared variable.
4668 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4670         * info.el (Info-search): Use search-whitespace-regexp.
4672 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4674         * vc-rcs.el (vc-rcs-parse): New function.
4675         (vc-rcs-annotate-command): Likewise.
4676         (vc-rcs-annotate-current-time): Likewise.
4677         (vc-rcs-annotate-time): Likewise.
4678         (vc-rcs-annotate-extract-revision-at-line): Likewise.
4680 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4682         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4684 2004-11-18  Jay Belanger  <belanger@truman.edu>
4686         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
4688 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4690         * printing.el: Eliminate use of interactive-p and eval-and-compile.
4691         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4692         Use make-temp-file to generate PostScript files in any situation.
4693         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
4694         (pr-interactive-p): Eliminate var.
4695         (pr-save-interactive): Eliminate macro.
4696         (pr-interface, pr-ps-directory-preview)
4697         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4698         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4699         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4700         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4701         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4702         (pr-ps-region-ps-print, pr-ps-mode-preview)
4703         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4704         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4705         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
4706         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4707         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4708         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4709         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4710         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4711         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4712         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4713         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4714         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
4715         Eliminate pr-save-interactive usage.
4716         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
4717         Eliminate pr-interactive-p usage.
4718         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
4719         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
4720         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
4721         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
4722         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
4723         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
4724         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
4725         New funs.
4726         (pr-ps-file): Use make-temp-file to generate a temporary file.
4728 2004-11-17  Jay Belanger  <belanger@truman.edu>
4730         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
4731         a local variable.
4732         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
4733         (math-top-only): New variable.
4734         (math-simplify, math-simplify-step): Replace variable top-only by
4735         declared variable math-top-only.
4736         (math-simplify-expr): Declare it.
4737         Replace argument expr in all calls of math-defsimplify by
4738         math-simplify-expr.
4739         (math-simplify-plus, math-simplify-times, math-simplify-divide)
4740         (math-simplify-divisor, math-simplify-one-divisor)
4741         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
4742         (math-simplify-pow): Replace variable expr by declared variable
4743         math-simplify-expr.
4744         (math-simplify-divisor): Remove local variables temp and op.
4745         (math-simplify-one-divisor): Make temp and op local variables.
4746         (math-simplify-divisor-nover, math-simplify-divisor-dover):
4747         New variables.
4748         (math-simplify-divisor, math-simplify-one-divisor):
4749         Replace variables nover and dover by declared variables.
4750         (math-expr-subst-new, math-expr-subst-old): New variables.
4751         (math-expr-subst, math-expr-subst-rec): Replace variables new
4752         and old by declared variables.
4753         (math-is-poly-degree, math-is-poly-loose): New variables.
4754         (math-is-polynomial, math-is-poly-rec): Replace variables degree
4755         and loose by declared variables.
4756         (math-poly-base-const-ok, math-poly-base-pred): New variables.
4757         (math-polynomial-base, math-polynomial-base-rec):
4758         Replace variables const-ok and mpb-pred by declared variables.
4760         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
4762         * calc/calc-ext.el (math-defsimplify): Change the argument in
4763         the created function to math-simplify-expr.
4765         * calc/calc-units.el (math-simplify-expr): Declare it.
4766         Replace argument expr in all calls of math-defsimplify by
4767         math-simplify-expr.
4768         (math-simplify-units-prod): Replace variable expr by declared
4769         variable math-simplify-expr.
4771 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4773         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
4774         Replace mapcar->dolist, format->string.
4776 2004-11-17  Miles Bader  <miles@gnu.org>
4778         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
4779         * progmodes/idlwave.el: Remove RCS keywords.
4781 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
4783         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
4784         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
4785         Update to IDLWAVE version 5.5.  Too many changes to list them here.
4786         * progmodes/idlw-help.el: New file.
4788 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4790         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4791         Discard spaces after \i according to TeX rules.
4793         * international/mule.el (set-buffer-file-coding-system):
4794         New arg NOMODIFY.
4795         (after-insert-file-set-coding): Pass that new arg.
4796         Prevent set-buffer-multibyte from trying to lock the file.
4798         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
4800         * saveplace.el (save-place): Doc fix.
4802         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4803         temporarily widen before finding the following word to copy.
4805         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4806         (cl-map-keymap): Definition deleted.
4808         * subr.el (map-keymap-internal): New function.
4810 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4813         when pressing rather than when releasing mouse-2.  Simplify.
4815 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4817         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4818         (compilation-mode): Set it here instead.
4820         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4822         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4823         (loop, cl-parse-loop-clause, defsetf): Use backquote.
4825 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4827         * progmodes/compile.el (compilation-internal-error-properties):
4828         Fix up a transposition-typo.  Check end-col before using it.
4830 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
4832         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4833         Discard whitespace after macro \i when converting it.
4835 2004-11-16  Juri Linkov  <juri@jurta.org>
4837         * emacs-lisp/find-func.el (find-function-regexp):
4838         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
4839         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
4840         Remove invalid `\W' from [^cgv\W].  Doc fix.
4841         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4843 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4845         * play/life.el: Maintainer is now FSF.
4846         (life-patterns, life-neighbor-deltas, life-window-start)
4847         (life-current-generation, life-generation-string): Use defvar
4848         instead of defconst.
4850 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * progmodes/compile.el (compilation-move-to-column): New fun.
4853         (compilation-internal-error-properties)
4854         (compilation-next-error-function): Use it to make sure we don't go past
4855         the end of line.
4857 2004-11-15  John Paul Wallington  <jpw@gnu.org>
4859         * autoinsert.el (auto-insert-alist): Insert the user's name in
4860         copyright notice, rather than Free Software Foundation, for the
4861         Emacs Lisp header case too.
4863 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4865         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4866         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4867         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
4868         return the list of string in a string.
4869         (pr-call-process): Message if calling process returns an error, that
4870         is, the exit status is different of zero.
4872 2004-11-15  Jay Belanger  <belanger@truman.edu>
4874         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
4875         variable var-thing.
4876         (math-integ-depth, math-integ-level, math-integral-limit)
4877         (math-enable-subst, math-any-substs, math-integ-msg)
4878         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4879         (math-int-threshold, math-int-factors, math-double-roots)
4880         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4881         (var-GenCount):  Declare these variables.
4882         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
4883         (math-integral-cache, math-integral-cache-state):
4884         Move declarations to earlier in the file.
4885         (math-deriv-var, math-deriv-total, math-deriv-symb)
4886         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4887         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4888         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4889         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4890         (math-solve-res):  New variables
4891         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4892         (math-integral, math-replace-integral-parts)
4893         (math-integrate-by-parts, calc-dump-integral-cache)
4894         (math-try-integral, math-do-integral, math-do-integral)
4895         (math-do-integral-methods, math-try-solve-for)
4896         (math-try-solve-prod, math-solve-poly-funny-powers)
4897         (math-solve-crunch-poly, math-decompose-poly)
4898         (math-solve-find-root-term, math-find-root-in-prod)
4899         (math-integ-try-linear-substitutions)
4900         (math-integ-try-substitutions, math-expr-rational-in)
4901         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4902         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4903         (math-solve-for, math-solve-system, math-solve-system-rec)
4904         (math-solve-get-sign, math-solve-get-int)
4905         (math-solve-system-subst): Replace undeclared variables with newly
4906         declared variables.
4908 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * winner.el (winner-active-region, winner-edges, winner-window-list):
4911         Define at toplevel.
4912         (winner-mode-map): Move init inside declaration.
4914 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4916         * files.el (convert-standard-filename): Doc fix.
4918 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
4920         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4921         passwd, group, shadow, default/* and pam.d/*.
4923 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4925         * printing.el (pr-menu-spec): Adjust menu specification.
4927 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4929         * printing.el: Doc fix.  Insert :version tag into all defcustom.
4930         Handle interactive-p as is recommended in Emacs Lisp Reference.
4931         Set the file permission bits for newly created files.
4932         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4933         The printing menu specification (in `pr-menu-spec') was merged.
4934         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4935         (pr-version): New version number (6.8.3).
4936         (pr-file-modes): New option.
4937         (pr-interactive-p): New var.
4938         (pr-save-interactive, pr-save-file-modes): New macros.
4939         (pr-setup): Code fix.
4940         (pr-menu-spec): Menu specification merged.
4941         (pr-call-process, pr-text2ps): Set file permission bits.
4942         (pr-despool-print): Set file permission bits.  Handle interactive-p as
4943         is recommended.
4944         (pr-interface, pr-ps-directory-preview)
4945         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4946         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4947         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4948         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4949         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4950         (pr-ps-region-ps-print, pr-ps-mode-preview)
4951         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4952         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4953         (pr-despool-using-ghostscript, pr-despool-ps-print)
4954         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4955         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4956         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4957         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4958         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4959         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4960         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4961         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4962         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4963         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4964         Handle interactive-p as is recommended.
4966 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4968         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4969         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4971         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4972         so it doesn't forget to highlight the beginning of the region either.
4974 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
4976         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4977         (c-font-lock-init): Eliminate obsolete make-local-hook.
4978         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4979         (awk-mode): Use run-mode-hooks.
4981         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4983 2004-11-13  Kim F. Storm  <storm@cua.dk>
4985         * mouse.el (mouse-drag-copy-region): Add :version.
4986         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4987         while dragging mode line, so mode line can be dragged downwards.
4988         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4989         while pressing mouse button so window doesn't scroll until we
4990         release the mouse if clicking on partially visible line.
4992 2004-11-12  Jay Belanger  <belanger@truman.edu>
4994         * calc/calc-graph.el (calc-dumb-map):  Declare it.
4995         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
4996         than unbound.
4997         (calc-graph-name):  Made `end' a local variable.
4998         (calc-graph-lookup):  Made `varname' a local variable.
4999         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
5000         Declare them.
5001         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
5002         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
5003         the unused variable y3vec.
5004         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
5005         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
5006         calc-graph-prev-kill-hook.
5007         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
5008         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
5009         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
5010         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
5011         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
5012         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
5013         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
5014         (calc-graph-y3value, calc-graph-y3name)
5015         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
5016         (calc-graph-stepcount, calc-graph-is-splot)
5017         (calc-graph-surprise-splot, calc-graph-blank)
5018         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
5019         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
5020         (calc-graph-recompute-2d, calc-graph-compute-3d)
5021         (calc-graph-format-data): Replace undeclared variables with the
5022         above newly declared variables.
5024 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
5026         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
5027         `rsf-beep' and `rsf-sleep-after-message'.
5029         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
5030         list if `message-sender' is non-nil.
5032 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5034         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
5035         consing by using mapc instead of mapcar.
5037 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
5039         * tooltip.el (require): Explain why CL is needed.
5041 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5043         * printing.el: Insert :version into defgroup (printing).  All reference
5044         to Files option in menubar were changed to File.
5045         (pr-version): New version number (6.8.2).
5046         (pr-get-symbol): Call easy-menu-intern.
5047         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
5048         compilation gripes.
5050 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5052         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
5053         new byte-compile-function-environment binding to t.
5055         * font-lock.el (font-lock-fontify-syntactically-region):
5056         Don't forget to highlight the last char when we hit `end'.
5058         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
5059         (mwheel-scroll): Adjust accordingly.
5061         * cvs-status.el: Reduce spurious warnings.
5062         (cvs-status-checkout): Remove.
5063         (cvs-status-mode-map): Use cvs-mode-checkout instead.
5065         * pcvs.el (cvs-mode-checkout): New command.
5067         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
5069         * tooltip.el: Require CL.
5071         * emacs-lisp/bytecomp.el: Use push.
5072         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
5073         (defalias): Remove the `byte-compile' property and add
5074         a `byte-hunk-handler'.
5076 2004-11-11  Juri Linkov  <juri@jurta.org>
5078         * info.el (Info-search): Save match data for isearch.
5079         Skip Tag Table node.
5081         * descr-text.el (describe-char): Replace syntax-after with code
5082         from its previous version.
5084         * files.el (magic-mode-alist): Use optimization for SGML mode too.
5085         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
5087         * international/mule.el (sgml-html-meta-auto-coding-function):
5088         Remove > after <html to allow HTML attributes.
5090 2004-11-11  Jay Belanger  <belanger@truman.edu>
5092         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
5093         a variable.
5094         (calcFunc-dfac):  Replace unbound max by n.
5095         (math-stirling-local-cache):  New variable.
5096         (math-stirling-number, math-stirling-1, math-stirling-2):
5097         Replace the variable `cache' by the declared variable
5098         math-stirling-local-cache.
5099         (var-RandSeed):  Declare it as a variable.
5100         (math-init-random-base, math-random-digit):  Don't check to see if
5101         var-RandSeed is bound.
5102         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
5103         Declare them instead of just setting them.
5104         (math-init-random-base):  Made i a local variable.
5105         (math-random-digit):  Made math-random-last a local variable.
5106         (math-prime-test-cache):  Move declaration to before it is used.
5107         (math-prime-test-cache-k, math-prime-test-cache-q)
5108         (math-prime-test-cache-nm1, math-prime-factors-finished):
5109         Declare them as variables.
5111 2004-11-11  Jay Belanger  <belanger@truman.edu>
5113         * calc/calc-ext.el (math-defcache):  Use defvar for the new
5114         variables it creates.
5116 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
5118         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
5119         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
5120         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
5121         (desktop-save): Add :version.
5123 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5125         * printing.el (pr-get-symbol): Don't downcase.
5127 2004-11-10  Jay Belanger  <belanger@truman.edu>
5129         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
5130         string to kill-ring.
5132         * calc/calc-aent.el (calc-alg-exp, math-toks)
5133         (math-exp-pos,math-exp-old-pos, math-exp-token)
5134         (math-exp-keep-spaces, math-exp-str):  New variables.
5135         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
5136         (calcAlg-enter):  Use declared variable calc-alg-exp.
5137         (math-build-parse-table, math-find-user-token):  Use declared
5138         variable math-toks.
5139         (math-read-exprs, math-read-token, calc-check-user-syntax)
5140         (calc-match-user-syntax, match-factor-after, math-read-factor):
5141         Use declared variables math-exp-pos math-exp-old-pos.
5142         (math-read-exprs, math-read-token, math-read-expr-level)
5143         (calc-check-user-syntax, calc-match-user-syntax)
5144         (match-factor-after, math-read-factor):  Use declared variable
5145         math-exp-token.
5146         (math-read-exprs, math-read-expr-list, math-read-token)
5147         (math-read-factor):  Use declared variable math-exp-keep-spaces.
5148         (math-read-exprs, math-read-token):  Use declared variable
5149         math-exp-str.
5150         (calc-match-user-syntax):  Make m a local variable.
5152         * calc/calc-ext.el (math-read-expr):  Use declared variables
5153         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
5154         math-exp-keep-spaces.
5156         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
5157         variables math-exp-pos, math-exp-str.
5159         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
5160         math-exp-old-pos.
5161         (math-parse-fortran-vector, math-parse-fortran-vector-end)
5162         (math-parse-eqn-prime):  Use declared variable math-exp-token.
5164         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
5165         Use declared variable math-exp-pos.
5166         (math-check-for-commas):  Use declared variable math-exp-str.
5167         (math-read-brackets):  Use declared variables math-exp-old-pos,
5168         math-exp-keep-spaces.
5169         (math-read-brackets, math-read-vector, math-read-matrix):
5170         Use declared variable math-exp-token.
5172 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
5175         where the keymap is a symbol.
5176         (easy-menu-add-item): Use keymap-prompt.  Simplify.
5178         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
5180         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
5181         (sgml-parse-tag-backward): Use it to skip spurious < or >.
5183 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
5185         * ebuff-menu.el: Doc fixes throughout.
5186         (electric-buffer-menu-mode-hook): New defvar.
5188 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
5190         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
5191         compilation. The resulting compiler warnings appear to be harmless.
5193 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
5195         * textmodes/conf-mode.el: New file.
5197         * files.el (auto-mode-alist, magic-mode-alist): Use it.
5199 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5201         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
5203 2004-11-09  Jay Belanger  <belanger@truman.edu>
5205         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
5207         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
5208         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
5209         (calc-z-prefix-help, calc-user-function-list):  Use declared
5210         variables calc-z-prefix-buf, calc-z-prefix-msgs.
5211         (math-map-tree, math-map-tree-rec):  Use declared variables
5212         math-mt-many, math-mt-func.
5213         (math-read-expression, math-read-string):  Use declared variable
5214         math-expr-data.
5216         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
5217         variable math-normalize-a.
5219         * calc/calc.el (math-normalize-a):  New variable.
5220         (math-normalize):  Use declared variable math-normalize-a.
5222         * calc/calc-poly.el (math-expand-form):  Use declared variable
5223         math-mt-many.
5225         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5226         Use declared variable math-mt-many.
5227         (math-rewrite):  Use declared variable math-mt-func.
5229         * calc/calc-vec.el (math-read-brackets, math-read-vector)
5230         (math-read-matrix):  Use declared variable math-expr-data.
5232         * calc/calc-lang.el (math-parse-fortran-vector)
5233         (math-parse-fortran-vector-end, math-parse-tex-sum)
5234         (math-parse-eqn-matrix, math-parse-eqn-prime)
5235         (math-read-math-subscr):  Use declared variable math-expr-data.
5237         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
5238         (math-read-expr-level, math-read-token, calc-check-user-syntax)
5239         (calc-match-user-syntax, math-read-if, math-factor-after)
5240         (math-read-factor):  Use declared variable math-expr-data.
5242 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
5244         * calendar/diary-lib.el (diary-from-outlook)
5245         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
5246         interactive-p; but rather new optional argument NOCONFIRM.
5248 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
5251         (easy-menu-name-match): Revert correspondingly.
5253 2004-11-09  Richard M. Stallman  <rms@gnu.org>
5255         * emacs-lisp/bytecomp.el (byte-compile-defalias):
5256         Turn off warnings for the new function even if definition not constant.
5257         If the definition isn't a quoted symbol, record (FUNCTION . t).
5258         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
5259         (byte-compile-callargs-warn): Handle (FUNCTION . t).
5260         (display-call-tree, byte-compile-arglist-warn):
5261         Handle t returned by byte-compile-fdefinition.
5263 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5265         * Makefile.in (maintainer-clean): Depend on distclean.
5267         * help-fns.el (help-C-file-name): File name must be in build-files
5268         to be returned.
5270 2004-11-09  Jay Belanger  <belanger@truman.edu>
5272         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
5273         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
5275         * calc/calc.el (calc, calc-trail-display, calc-mode):
5276         Remove obsolete sections.
5278         * calc/calc.el (calc-x-paste-text):  Remove.
5280         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
5281         mouse-2.
5283 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
5285         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
5286         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
5287         current frame (in case of recursive calls).
5288         (gdb-show-changed-values): Add :version keyword.
5290 2004-11-09  Kenichi Handa  <handa@m17n.org>
5292         * international/mule-cmds.el: Change coding: tag back to
5293         iso-2022-7bit.
5295 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5297         * international/mule-cmds.el: Change coding-system to utf-8.
5298         (select-safe-coding-system-interactively):
5299         New function extracted from select-safe-coding-system.
5300         (select-safe-coding-system): Use it.
5302 2004-11-08  Richard M. Stallman  <rms@gnu.org>
5304         * subr.el (syntax-after): Doc fix.
5306         * paren.el (show-paren-function): Change calls to syntax-after
5307         for new way of returning the value.
5309         * menu-bar.el (menu-bar-file-menu): Make this the real name
5310         and menu-bar-files-menu the alias.  Use the former.
5311         (global-map): Use `file', not `files', as the symbol.
5313         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
5315         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
5316         Don't use beginning-of-buffer.
5317         (filesets-cmd-show-result): Use with-no-warnings.
5319 2004-11-08  Juri Linkov  <juri@jurta.org>
5321         * progmodes/compile.el (compile): Don't overwrite last command in
5322         minibuffer history with default command if they are not equal.
5324 2004-11-08  Jay Belanger  <belanger@truman.edu>
5326         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
5327         non-linear substitutions.
5329 2004-11-08  Jay Belanger  <belanger@truman.edu>
5331         * calc/calcalg2.el (math-linear-subst-tried): New variable.
5332         (math-do-integral):  Set `math-linear-subst-tried' to nil.
5333         (math-do-integral-methods):  Use `math-linear-subst-tried' to
5334         determine what type of substitution to try.
5335         (math-integ-try-linear-substituion):
5336         Set `math-linear-subst-tried' to t.
5338 2004-11-08  Kim F. Storm  <storm@cua.dk>
5340         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
5342 2004-11-07  Juri Linkov  <juri@jurta.org>
5344         * info-look.el (info-lookup): Allow reusing in the current buffer
5345         not only *info* buffer, but all (even renamed) Info buffers
5346         by checking for major-mode instead of *info* buffer name.
5347         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
5348         (octave-mode, maxima-mode) <doc-spec>:
5349         Allow long dashes generated by Texinfo 4.7 before definitions.
5350         (texinfo-mode) <doc-spec>: Add space to suffix to find command
5351         definitions with argument separated by space.
5353 2004-11-06  Richard M. Stallman  <rms@gnu.org>
5355         * simple.el (next-error group, face): Move before first use.
5356         (next-error-highlight, next-error-highlight-no-select): Likewise.
5358         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
5359         (line-move): New args NOERROR and TO-END.
5360         Return t if if succeed in moving specified number of lines.
5361         (move-end-of-line): New function.
5363         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
5364         (end-of-buffer-other-window): Likewise.
5366         * simple.el (line-move-ignore-invisible): Default to t.
5368         * subr.el (syntax-after): Return the syntax letter, not the raw code.
5370         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
5372         * international/iso-cvt.el (iso-cvt-define-menu):
5373         Rename menu-bar-files-menu to menu-bar-file-menu.
5375         * net/browse-url.el (browse-url-gnome-moz-program)
5376         (browse-url-gnome-moz-arguments): Move up before first use.
5378         * net/tramp.el (tramp group): Add :version.
5380         * progmodes/ada-xref.el (ada-gdb-application):
5381         Use goto-char instead of beginning-of-buffer.
5383         * progmodes/cperl-mode.el (cperl-info-on-command):
5384         Use goto-char instead of beginning-of-buffer.
5386         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
5387         Move up before first use.
5388         (idlwave-shell-temp-pro-file): Likewise.
5389         (idlwave-shell-temp-rinfo-save-file): Likewise.
5390         (idlwave-shell-temp-file): Minor doc fix.
5392         * textmodes/flyspell.el (flyspell-external-point-words):
5393         Use goto-char instead of beginning-of-buffer.
5395 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
5397         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
5398         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
5399         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
5401 2004-11-06  David Ponce  <david@dponce.com>
5403         * recentf.el (recentf-menu-path): Use menu item name.
5405 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
5407         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
5408         display doesn't support images.
5410 2004-11-06  Andreas Schwab  <schwab@suse.de>
5412         * tempo.el (tempo-match-finder): Doc fix.
5414         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
5416 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
5419         (easy-menu-lookup-name): New fun to replace it.
5420         (easy-menu-get-map): Use it to obey menu item names (rather than just
5421         keys) when looking up `path'.
5422         (easy-menu-always-true-p): Rename from easy-menu-always-true.
5423         (easy-menu-convert-item-1): Adjust to new name.
5425 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
5427         * outline.el (hide-body): Don't hide lines at the top of the file
5428         that precede the first header line.
5430 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
5432         * align.el (align-areas): Delete whitespace before reindenting, so
5433         that tabs are never placed after spaces.
5435 2004-11-06  Alan Shutko  <ats@acm.org>
5437         * macros.el (insert-kbd-macro): Do completions based on macros,
5438         rather than all commands.
5440 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
5442         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
5443         to solve a bug whereby tags with 'b' don't match.
5445 2004-11-05  Juri Linkov  <juri@jurta.org>
5447         * info.el (Info-search): Don't search in node header lines
5448         and file headers.
5450         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
5451         symbol-constituent characters after dot, not only digits.
5453 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
5455         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5457 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5459         * dired.el (dired-read-dir-and-switches): Call read-directory-name
5460         if a dialog will be used, read-file-name otherwise.
5462 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5464         * textmodes/table.el (table group): Add :version.
5466         * textmodes/ispell.el (ispell-word):
5467         Don't alter args; set them only thru `interactive' spec.
5469         * textmodes/flyspell.el (flyspell-word):
5470         Don't alter FOLLOWING; set it only thru `interactive' spec.
5472         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
5474         * net/browse-url.el (browse-url-maybe-new-window):
5475         Use called-interactively-p.
5477         * mail/supercite.el (sc-cite-region):
5478         Don't use interactive-p.  Add arg INTERACTIVE.
5479         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
5481         * international/mule-cmds.el (set-input-method, toggle-input-method):
5482         Don't use interactive-p.  Add arg INTERACTIVE.
5484         * eshell/esh-mode.el (eshell-show-maximum-output):
5485         Don't use interactive-p.
5486         (eshell-truncate-buffer): Just message, no error, if buffer is short.
5488         * mouse.el (mouse-show-mark): Get positions to delete from mark
5489         and point, not from mouse-drag-overlay.
5491         * imenu.el (imenu-eager-completion-buffer): Add :version.
5493         * filesets.el (filesets group): Add :version.
5495 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
5497         * files.el (xml-based-modes): Delete var.
5498         (magic-mode-alist): New more general var.
5499         (set-auto-mode): Use it.
5501         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
5502         when clicking from another window.
5504 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
5506         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
5507         (vc-cvs-annotate-time): Incorporate value of deleted var.
5508         Remove special-case handling of beginning-of-buffer cruft.
5509         Cache ending position (point) and return value in text property
5510         `vc-cvs-annotate-time', and consult it on subsequent invocations.
5512         * vc-cvs.el (vc-cvs-annotate-command):
5513         Delete extraneous lines from beginning of buffer.
5514         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
5516         * progmodes/grep.el (grep-default-command): Take empty string
5517         for tag if all other methods yield nil.  Shell-quote the tag.
5519         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
5520         spec in `interactive' form, and mention it in the docstring.
5521         Also, make sure point is at bol after calling `annotate-time'.
5523 2004-11-02  Richard M. Stallman  <rms@gnu.org>
5525         * cus-edit.el (customize-group-other-window):
5526         Select the window that displays the custom buffer.
5527         (custom-buffer-create-other-window): Likewise.
5529         * comint.el (comint-insert-input): Fix previous change.
5531         * emacs-lisp/elp.el (elp-instrument-function):
5532         Use called-interactively-p.
5534         * emacs-lisp/easymenu.el (easy-menu-intern):
5535         Don't downcase; rather, case-flip the first letter of each word.
5537         * emacs-lisp/easy-mmode.el (define-minor-mode):
5538         Use called-interactively-p.
5540         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
5541         Add interactive-only.
5542         (byte-compile-warnings): Add interactive-only as option.
5543         (byte-compile-interactive-only-functions): New variable.
5544         (byte-compile-form): Warn about calls to functions
5545         in byte-compile-interactive-only-functions.
5547         * emacs-lisp/autoload.el (update-file-autoloads):
5548         Don't use interactive-p; take new arg SAVE-AFTER.
5550         * emacs-lisp/advice.el (ad-make-advised-definition):
5551         Use called-interactively-p.
5553 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5555         * files.el (find-file-existing): New function.
5557         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
5558         find-file-existing.  Add "New File..." that calls find-file.
5560         * diropen.pbm, diropen.xpm: New files.
5562         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
5563         icon diropen.  New tool bar item find-file-existing uses icon open.
5565         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
5566         instead of read-file-name.
5568 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
5570         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
5571         (icalendar--split-value): Change name of work buffer.
5572         (icalendar--get-weekday-abbrev): Return nil on error.
5573         (icalendar--date-to-isodate): New function.
5574         (icalendar-convert-diary-to-ical)
5575         (icalendar-extract-ical-from-buffer): Use only two args for
5576         make-obsolete (XEmacs compatibility).
5577         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
5578         (icalendar-export-region): Doc fix.
5579         If error, return non-nil and write errors to a buffer.
5580         Use correct weekday for weekly recurring events.
5581         Check whether date has been parsed for ordinary events.
5582         Make weekly events start in the year 2000.
5583         DTEND is non-inclusive, shift end date by one day if
5584         necessary (not for entries that have date and time).
5585         Rename local let variables: oops -> found-error, datestring ->
5586         startdatestring.
5588 2004-11-02  Kim F. Storm  <storm@cua.dk>
5590         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
5591         keep-mode-if-same variable.  Add it as optional arg instead.
5592         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
5594         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
5595         substitute-command-keys will select lower-case bindings like those
5596         used in the static help texts.
5598         * descr-text.el (describe-text-properties): Don't err if called in
5599         the *Help* buffer; output to *Help-2* buffer instead.
5601         * kmacro.el (group kmacro): Add :version.
5602         (kmacro-keyboard-quit): New function to cleanup on C-g.
5603         (kmacro-start-macro): Set defining-kbd-macro to append when
5604         appending to last macro.
5606         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
5608 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
5610         * progmodes/gdb-ui.el (gdb-enable-debug-log)
5611         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
5612         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
5613         Add :version keyword.
5615 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
5617         * progmodes/flymake.el (flymake-err-line-patterns):
5618         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
5619         `compilation-error-regexp-alist-alist' to internal Flymake format.
5621         * progmodes/flymake.el: Eliminate byte-compiler warnings.
5623 2004-11-01  Jay Belanger  <belanger@truman.edu>
5625         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
5626         with `interactive "s"'.
5628 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5630         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5631         Revert change from 2004-10-16.  '*' checks the current buffer, but the
5632         mouse click may be in another buffer.
5634 2004-11-01  John Paul Wallington  <jpw@gnu.org>
5636         * files.el (large-file-warning-threshold): Add :version keyword.
5637         (kill-some-buffers): Doc fix.
5639         * thumbs.el (group thumbs): Add :version keyword.
5641         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
5643 2004-11-01  Richard M. Stallman  <rms@gnu.org>
5645         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
5647         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
5649         * allout.el (allout group): Add :version.
5650         (allout-init): Don't use interactive-p.
5651         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
5652         (allout-forward-current-level, allout-backward-current-level):
5653         Don't use interactive-p.
5655         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
5656         (bibtex-find-text): Likewise.
5658         * progmodes/vhdl-mode.el (vhdl-fill-region)
5659         (vhdl-beginning-of-statement): Don't use interactive-p.
5661         * progmodes/idlwave.el (idlwave-update-routine-info):
5662         Don't use interactive-p.
5664         * progmodes/idlw-shell.el (idlwave-shell-send-char):
5665         Don't use interactive-p.
5667         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
5668         Don't use interactive-p.
5670         * progmodes/ada-xref.el (ada-make-body-gnatstub):
5671         Don't use interactive-p.
5673         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
5674         (fortune-in-buffer): Doc fix.
5676         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
5678         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
5679         don't select the temporary buffer.
5680         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
5681         (eudc-get-phone): Likewise.
5683 2004-11-01  Kim F. Storm  <storm@cua.dk>
5685         * man.el (Man-xref-normal-file): Fix help-echo.
5687 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5689         * reveal.el (reveal-last-tick): New var.
5690         (reveal-post-command): Use it to avoid closing overlays when we're
5691         appending text to them.
5693 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5695         * textmodes/bibtex.el: Require button.
5696         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
5697         (bibtex-reference-keys): Distinguish between header keys and
5698         crossref keys.
5699         (bibtex-beginning-of-field): New function.
5700         (bibtex-url-map): Remove.
5701         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
5702         (bibtex-font-lock-url-regexp): Assume that field names begin at
5703         the beginning of a line.
5704         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
5705         Remove field delimiters.  Use bibtex-beginning-of-field.
5706         Bugfix, point can be inside a field with a url.
5707         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
5708         New functions.
5709         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
5710         (bibtex-key-in-head): Simplify.
5711         (bibtex-current-line): Use bolp.
5712         (bibtex-parse-keys): Remove unused arg `add'.
5713         Use bibtex-type-in-head and bibtex-key-in-head.
5714         (bibtex-parse-entry, bibtex-autofill-entry):
5715         Use bibtex-type-in-head and bibtex-key-in-head.
5716         (bibtex-autokey-get-field): Do not alter case of replacement text.
5717         (bibtex-autokey-get-names): Do all processing of name list.
5718         (bibtex-autokey-get-year): New function.
5719         (bibtex-autokey-get-title): Do all processing of title words.
5720         (bibtex-generate-autokey): Simplify.
5721         (bibtex-string-files-init): Use default-directory.
5722         Allow for absolute file names in bibtex-string-files.
5723         (bibtex-files, bibtex-file-path): New variables.
5724         (bibtex-files-expand): New function.
5725         (bibtex-find-entry-globally): New command.
5726         (bibtex-summary-function): New variable.
5727         (bibtex-summary): Default value of bibtex-summary-function.
5728         (bibtex-find-crossref): New optional args pnt and split.
5729         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
5730         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
5731         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
5732         Fix handling of required and alternative fields.
5733         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
5734         Use cons and display-buffer.
5735         (bibtex-validate-globally): New command.
5736         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
5737         bibtex-parse-keys and bibtex-parse-strings for updating
5738         bibtex-reference-keys and bibtex-strings.
5739         (bibtex-realign): Remove blank lines past the last entry.
5740         (bibtex-reformat): Use bibtex-entry-format as default.
5741         (bibtex-choose-completion-string): Remove.
5742         (bibtex-complete): Do not use bibtex-choose-completion-string.
5743         (bibtex-url): Simplify.
5745 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5747         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
5748         (x-dnd-types-alist, x-dnd-open-file-other-window)
5749         (x-dnd-known-types): Add :version.
5751 2004-10-31  John Paul Wallington  <jpw@gnu.org>
5753         * ibuffer.el (group ibuffer): Add :version keyword.
5755 2004-10-31  Kim F. Storm  <storm@cua.dk>
5757         * ido.el (group ido): Add :version keyword.
5758         (ido-mode): Remove :version keyword.
5760         * emulation/cua-base.el (group cua): Add :version keyword.
5761         (cua-mode): Remove :version keyword.
5763 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5765         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
5767         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
5768         compiler warning.
5769         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
5770         function.
5771         (help-at-pt-display-when-idle): Remove autoload.
5773 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
5777 2004-10-30  Juri Linkov  <juri@jurta.org>
5779         * help.el (function-called-at-point):
5780         * help-fns.el (variable-at-point): Read -> intern.
5782 2004-10-30  Simon Josefsson  <jas@extundo.com>
5784         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5785         Recognize AS_* too.
5787 2004-10-29  Simon Josefsson  <jas@extundo.com>
5789         * subr.el (read-passwd): Move back from password.el.
5791         * password.el: Remove, not ready yet.
5793 2004-10-29  Andreas Schwab  <schwab@suse.de>
5795         * speedbar.el (speedbar-frame-parameters): Improve customize type.
5797 2004-10-29  Sam Steingold  <sds@gnu.org>
5799         * mouse.el (mouse-show-mark): Replace the last occurrence of
5800         x-lost-selection-hooks with x-lost-selection-functions.
5802 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5805         x-lost-selection-functions is bound.
5807         * mouse-sel.el (mouse-sel-mode):
5808         * emacs-lisp/lselect.el: Adjust to new names for
5809         x-(lost|sent)-selection-functions.
5811         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5812         New obsolete aliases of x-lost-selection-functions and
5813         x-sent-selection-functions.
5815 2004-10-28  Kim F. Storm  <storm@cua.dk>
5817         * imenu.el (imenu-scanning-message): Remove.
5818         (imenu-progress-message): Make it a no-op.
5820 2004-10-28  John Paul Wallington  <jpw@gnu.org>
5822         * files.el (set-auto-mode): Call `throw' correctly.
5824 2004-10-28  Juri Linkov  <juri@jurta.org>
5826         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5827         to search `Info-...' commands in `info' manual.
5828         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5829         Add 'info-file "emacs" property.
5830         (Info-find-emacs-command-nodes): Fix index line number regexp.
5831         Set real line number (instead of fake 0) in first element of the
5832         returned list.
5833         (Info-goto-emacs-command-node): Use line number of first element
5834         to set point in the first found Info node.
5836         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5837         code to `grep-mode-font-lock-keywords'.
5838         (grep-mode-font-lock-keywords): Delete grep markers instead
5839         of making them invisible.
5841 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5843         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5844         and x-server-version in bug report.
5846 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
5848         * files.el (set-auto-mode-0): New function.
5849         (set-auto-mode): Use it to handle aliased modes and to
5850         be consistent between C-x C-f and C-x C-w.
5852 2004-10-28  Kenichi Handa  <handa@m17n.org>
5854         * international/utf-8.el (utf-translate-cjk-charsets):
5855         Add katakana-jisx0201.
5857         * international/subst-jis.el: Add data for JISX0201.
5859 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5861         * obsolete/hilit19.el (hilit-mode): New function.
5862         Move all the toplevel side-effecting stuff into it, so that loading
5863         hilit19 doesn't mess everything up any more.
5865 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5867         * add-log.el (add-change-log-entry): Set up mailing address
5868         and full name later, and don't alter add-log-mailing-address
5869         or add-log-full-name.
5871         * elide-head.el (elide-head): Change error to message.
5872         (elide-head-show): Likewise.
5874         * apropos.el (apropos-macrop): Doc fix.
5876         * mouse.el (mouse-show-mark): Do most processing the same
5877         regardless of transient-mark-mode.
5879         * shadowfile.el (shadow-copy-files): Use interactive-p
5880         only to control whether to print a message.
5882         * tar-mode.el (tar-mode): Use write-contents-functions,
5883         not write-contents-hooks.
5885         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5886         directory-sep-char.
5888 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5890         * strokes.el (strokes-unload-hook): Fix previous change.
5892         * type-break.el (type-break-run-at-time): Always use run-at-time;
5893         forget the alternatives.
5894         (type-break-cancel-function-timers): Always use cancel-function-timers;
5895         forget the alternatives.
5897         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5899 2004-10-27  Kenichi Handa  <handa@m17n.org>
5901         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5903         * international/subst-gb2312.el: Likewise.
5905         * international/subst-big5.el: Likewise.
5907         * international/subst-ksc.el: Likewise.
5909         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5910         New variable.
5911         (utf-translate-cjk-set-unicode-range): New function.
5912         (utf-translate-cjk-unicode-range): Make it customizable.
5913         (utf-8-post-read-conversion):
5914         Use utf-translate-cjk-unicode-range-string.
5915         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5916         Unicode ranges.
5918 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
5920         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5921         trivial variants to shorten the list.
5922         (xml-based-modes): New var.
5923         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5924         declaration higher priority than auto-mode-alist.
5926         * find-file.el (cc-other-file-alist): Bring it in line with
5927         cc-mode's auto-mode-alist entries and use \' instead of $.
5929         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5930         and add "Id" and "Name" submenus to it.
5932         * imenu.el (imenu--generic-function): Skip matches in comments.
5934 2004-10-26  Jay Belanger  <belanger@truman.edu>
5936         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5937         (full-calc-keypad, calc-trail-display):  Use an extra argument
5938         instead of `interactive-p'.
5940         * calc/calc-misc.el (calc-other-window): Use an extra argument
5941         instead of `interactive-p'.
5943         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5944         `interactive-p'.
5946 2004-10-26  Kim F. Storm  <storm@cua.dk>
5948         * help.el (describe-key): Describe both down-event and up-event
5949         for a mouse click.
5951 2004-10-26  Richard M. Stallman  <rms@gnu.org>
5953         * woman.el (woman): Don't call interactive-p.
5955         * pcomplete.el (pcomplete): Instead of interactive-p,
5956         use an arg set non-nil by the interactive spec.
5958         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5959         use an arg set non-nil by the interactive spec.
5961         * man.el (Man-cleanup-manpage): Instead of interactive-p,
5962         use an arg set non-nil by the interactive spec.
5964 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
5966         * progmodes/flymake.el (flymake-split-string):
5967         Use `flymake-split-string-remove-empty-edges' in any case.
5969 2004-10-26  Masatake YAMATO  <jet@gyve.org>
5971         * progmodes/flymake.el (flymake-err-line-patterns):
5972         Use `compilation-error-regexp-alist-alist' instead of
5973         `compilation-error-regexp-alist'.
5975 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5977         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5978         verbatim face on the \ of \end{verbatim}.
5980 2004-10-25  Jay Belanger  <belanger@truman.edu>
5982         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
5983         erasing minibuffer.
5985 2004-10-25  Simon Josefsson  <jas@extundo.com>
5987         * subr.el (read-passwd): Move to net/password.el.
5989         * net/password.el (read-passwd): Add.  Autoload it.
5991 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
5993         * mouse-sel.el (mouse-sel-mode): Specify custom group.
5995         * simple.el (process-file): Fix logic.
5997 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5999         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6000         (increase-right-margin): Remove erroneous call to `interactive-p'.
6002 2004-10-24  Kim F. Storm  <storm@cua.dk>
6004         * help.el (describe-mode): Fix 2004-10-13 change.
6005         Copy pure "Auto Fill" string so it can be propertized later
6006         without causing a read-only error.
6008 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
6010         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
6011         style indexes.
6013 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
6015         * simple.el (process-file): Accept nil for INFILE.  Reported by
6016         Luc Teirlinck.
6018 2004-10-24  Masatake YAMATO  <jet@gyve.org>
6020         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
6021         Handle periods and underscores in a function name.
6022         Remove the address fontification.
6024 2004-10-24 Masatake YAMATO <jet@gyve.org>
6026         * progmodes/asm-mode.el (asm-font-lock-keywords):
6027         Use font-lock-variable-name-face for registers.
6029 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
6031         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
6032         kill-all-local-variables.
6033         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6034         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
6035         Use kill-all-local-variables and provide mode-hooks.
6036         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
6037         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
6038         Suggested by Masatake YAMATO <jet@gyve.org>.
6040 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
6042         * simple.el (process-file): New function, similar to call-process
6043         but supports file handlers.
6044         * vc.el (vc-do-command): Use it, instead of call-process.
6045         * net/tramp-vc.el (vc-do-command): Do not advise it if
6046         process-file is fboundp.
6047         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
6048         process-file.
6049         (tramp-handle-process-file): New function.
6050         (tramp-file-name-for-operation): Support process-file.
6052 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
6054         * calendar/icalendar.el (icalendar--weekday-array): New constant.
6055         (icalendar-weekdayabbrev-table)
6056         (icalendar-monthnumber-table): Delete.
6057         (icalendar--get-month-number): Use calendar-month-name-array.
6058         (icalendar--get-weekday-number): New function.
6059         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
6060         (icalendar-export-region): Handle multi-line entries.
6061         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
6063 2004-10-23  John Paul Wallington  <jpw@gnu.org>
6065         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
6066         `wildcards' set to t in interactive spec.
6068         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
6069         interactive spec rather than use `interactive-p'.
6070         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
6071         rather than use function `interactive-p'.
6073 2004-10-22  Kenichi Handa  <handa@m17n.org>
6075         * international/mule.el (translate-region): Implement it in Lisp
6076         as a front end of translate-region-internal.
6078 2004-10-21  Jay Belanger  <belanger@truman.edu>
6080         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
6081         Declare these variables with defvar.
6083         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
6084         is bound, only check to see if it is bound.
6086 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6088         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6089         Don't output messages.
6091         * calc/calc-help.el (calc-describe-bindings): Fix last change.
6093 2004-10-21  John Paul Wallington  <jpw@gnu.org>
6095         * calc/calc-graph.el (calc-graph-init):
6096         Use `set-process-query-on-exit-flag'.
6098 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
6100         * progmodes/compile.el (compilation-start): Rely on `cd' to get
6101         dir right and also allow argumentless cd.
6103 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6105         * textmodes/flyspell.el (flyspell-mode): Doc fix.
6107         * eshell/em-unix.el (eshell-grep):
6108         Don't bind compilation-process-setup-function.
6110         * comint.el (comint-insert-input): Use @ in `interactive'.
6111         (comint-input-filter-functions): Doc fix.
6112         (comint-kill-whole-line, comint-get-source): Doc fix.
6114         * progmodes/compile.el (compilation-setup):
6115         Don't set buffer-read-only if MINOR is non-nil.
6117 2004-10-19  Jay Belanger  <belanger@truman.edu>
6119         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
6120         (calc-emacs-type-gnu19): Remove.
6121         (calc-digit-map, calc-read-key-sequence, calc-read-key):
6122         Remove check for old emacs versions.
6124         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
6125         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
6126         for current Emacs.
6128         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
6129         the end of the minibuffer.
6130         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
6131         copy `esc-map'.
6133         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
6135         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
6136         call that would be given when the current emacs was used.
6138 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
6140         * calendar/icalendar.el: Set coding to utf-8.
6141         (icalendar-version): Increase to 0.07.
6142         (icalendar-monthnumber-table): Change March pattern.
6143         (icalendar-get-all-event-properties)
6144         (icalendar-set-event-property): Delete.
6145         (icalendar-all-events): No longer interactive.
6146         (icalendar-convert-diary-to-ical)
6147         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
6148         their replacements.
6149         (icalendar-export-file, icalendar-export-region): New functions;
6150         essentially old `icalendar-convert-diary-to-ical' but appending to
6151         target rather than overwriting.
6152         (icalendar-import-file): Append to target file rather than
6153         overwriting.  Fourth arg deleted.
6154         (icalendar-import-buffer): New name for old
6155         `icalendar-extract-ical-from-buffer'.
6156         (icalendar--convert-string-for-import): New name for
6157         old `icalendar-convert-for-import'.
6158         (include-icalendar-files): Delete.
6159         Prefix for all internal functions changed from `icalendar-'
6160         to `icalendar--'.
6162 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6164         * paths.el (news-path): Fix previous change.
6166 2004-10-18 Jay Belanger  <belanger@truman.edu>
6168         * calc/calc-help.el (calc-describe-bindings):
6169         Set `buffer-read-only' to nil while working in the keybindings buffer;
6170         remove some extra information from the keybindings buffer.
6172 2004-10-18  David Ponce  <david@dponce.com>
6174         * mouse.el (mouse-drag-move-window-top): New function.
6175         (mouse-drag-mode-line-1): Use it.
6177 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6179         * info.el (Info-fontify-node): For multiline refs,
6180         arrange to unfontify newline and surrounding whitespace.
6182 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6184         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
6185         directory is missing.
6187 2004-10-17  John Paul Wallington  <jpw@gnu.org>
6189         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
6190         New customizable variable; whether to display buffers that match
6191         `ibuffer-maybe-show-predicates' by default.
6192         (ibuffer-maybe-show-predicates): Mention it in docstring.
6193         (ibuffer-display-maybe-show-predicates): New variable.
6194         (ibuffer-update): Prefix arg now toggles whether buffers that
6195         match `ibuffer-maybe-show-predicates' should be displayed.
6196         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
6197         locally to heed `ibuffer-default-display-maybe-show-predicates'.
6198         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
6200 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
6202         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
6203         work correctly.
6205 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
6207         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
6208         (Buffer-menu-beginning): New helper function.
6209         (Buffer-menu-execute): Use it.
6210         (Buffer-menu-select): Use it.
6211         (Buffer-menu-sort): Use it and also keep markers.
6213 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6215         * paths.el (news-directory): Rename from news-path.  Old name alias.
6216         (rmail-spool-directory): Use defvar.
6217         (sendmail-program): Use defcustom.
6218         (remote-shell-program): Use defcustom.
6219         (term-file-prefix): Use defvar.
6220         (abbrev-file-name): Use defvar.
6222         * term.el: Add maintainer.
6224         * subr.el (with-local-quit): Return nil if there's a quit.
6225         (read-passwd): Use with-local-quit.  Doc fix.
6227         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
6228         (strokes-unload-hook): Set as a variable with add-hook.
6230         * startup.el (fancy-splash-tail, normal-splash-screen):
6231         Update copyright year.
6233         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
6235         * server.el (server-unload-hook): Set as a variable with add-hook.
6237         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
6239         * frame.el (special-display-popup-frame):
6240         Make the buffer current as its frame is created.
6242         * delsel.el (delsel-unload-hook): Set as a variable.
6244         * comint.el (comint-output-filter-functions):
6245         Add comint-watch-for-password-prompt.
6246         (comint-read-noecho): Function deleted.
6247         (send-invisible): Use read-passwd.
6249         * fringe.el (fringe-mode-initialize): New function.
6250         (fringe-mode): Use fringe-mode-initialize as :initialize.
6252 2004-10-17  Kim F. Storm  <storm@cua.dk>
6254         * language/indian.el (indian-script-language-alist): Swap value and doc.
6255         (indian-font-char-index-table): Doc fix.
6257 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6259         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
6261 2004-10-16  Juri Linkov  <juri@jurta.org>
6263         * progmodes/compile.el (compilation-start): Move let-binding of
6264         `process-environment' into `with-current-buffer' body.
6265         Reported by Matt Hodges <MPHodges@member.fsf.org>.
6267 2004-10-16  Richard M. Stallman  <rms@gnu.org>
6269         * pcvs-util.el (cvs-bury-buffer):
6270         Don't call get-buffer-window for effect.
6272         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
6274         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
6276         * msb.el (msb-unload-hook): Set the variable.
6278         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6279         Use * to err if buffer is readonly.
6281         * subr.el (looking-back): Return only t or nil.
6283         * whitespace.el (whitespace-unload-hook): Set the variable.
6285         * view.el (view-mode-enable): Set view-page-size and
6286         view-half-page-size to nil.
6287         (view-set-half-page-size-default): view-half-page-size = nil
6288         means the default.
6289         (View-scroll-page-forward): Use view-page-size-default.
6290         (View-scroll-page-backward): Likewise.
6291         (view-page-size, view-half-page-size): Doc fixes.
6293         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
6295         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
6297         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
6298         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
6299         (byte-compile-log-1): Bind inhibit-read-only.
6300         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
6301         (byte-compile-log-warning): Likewise.
6302         (byte-compile-file-form-require): Detect "cl" from the arg value.
6304         * progmodes/compile.el (compilation-start): Assume compilation-mode
6305         will make the buffer read-only.
6306         (compilation-mode): Take arg name-of-mode.
6307         (compilation-setup): Make buffer read-only.
6308         (compilation-handle-exit): Bind inhibit-read-only.
6310         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
6311         (ispell-message): Likewise.
6312         (ispell-show-choices): Don't call get-buffer-window uselessly.
6313         (ispell-init-process): Use set-process-query-on-exit-flag.
6315 2004-10-16  Kim F. Storm  <storm@cua.dk>
6317         * fringe.el (fringe-bitmaps): Only initialize when defined.
6319         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
6320         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
6322         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
6324 2004-10-15  Simon Josefsson  <jas@extundo.com>
6326         * net/password.el: Add.
6328 2004-10-14  Masatake YAMATO  <jet@gyve.org>
6330         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
6331         (gdb-script-end-of-defun): New function.
6332         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
6333         `gdb-script-end-of-defun' as *-of-defun-function.
6335 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
6337         * button.el (button-activate): Allow a marker to display as an action.
6339         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
6341         * help.el (describe-mode): Use it to make minor mode list into
6342         hyperlinks.
6344 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6346         * vc.el (vc-annotate-display-select): Fix typo.
6348         * subr.el (substitute-key-definition-key): New function.
6349         (substitute-key-definition): Use it with map-keymap.
6350         (event-modifiers): Use push.
6351         (mouse-movement-p, with-temp-buffer): Simplify.
6353 2004-10-12  Jay Belanger  <belanger@truman.edu>
6355         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
6356         New variables.
6357         (calc-help-index-entries): New function.
6358         (calc-describe-function): Use `calc-help-function-list' instead of
6359         obarray for completion.
6360         (calc-describe-variable): Use `calc-help-variable-list' instead
6361         of obarray for completion.
6363 2004-10-12  Richard M. Stallman  <rms@gnu.org>
6365         * info-look.el (info-lookup-file): Add info-file property.
6366         (info-lookup-symbol): Likewise.
6368         * info.el (info-xref): Add underlining.
6369         (info): Add info-file property.
6370         (Info-find-emacs-command-nodes): Specify case-sensitive search.
6372 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
6374         Sync with Tramp 2.0.45.
6376         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
6377         defined.  This is not the case for XEmacs without package "edebug".
6378         (tramp-set-auto-save-file-modes): Set permissions of autosaved
6379         remote files to the permissions of the original file.  This is not
6380         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
6381         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
6382         (tramp-perl-decode): Fix an error in Perl implementation.
6383         $pending must be cleared every loop.  Reported by Benjamin Place
6384         <benjaminplace@sprintmail.com>
6386         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
6387         Don't activate advice during definition.  This is done later on,
6388         depending on test result of `substitute-in-file-name'.
6389         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6391 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6393         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
6395         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
6397 2004-10-12  David Ponce  <david@dponce.com>
6399         * recentf.el (recentf-edit-list): Update the menu when the recentf
6400         list has been modified.
6402 2004-10-12  Simon Josefsson  <jas@extundo.com>
6404         * net/tls.el (tls-certtool-program): New variable.
6405         (tls-certificate-information): New function, based on
6406         ssl-certificate-information.
6408 2004-10-12  Kenichi Handa  <handa@m17n.org>
6410         * international/mule.el (coding-system-equal): Move from mule-util.el.
6412         * international/mule-util.el (coding-system-equal): Move to mule.el.
6414 2004-10-12  Kim F. Storm  <storm@cua.dk>
6416         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
6417         reset kmacro-initial-counter-value if set.
6418         (kmacro-set-counter): Only set kmacro-counter if defining or executing
6419         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
6420         (kmacro-display): Show macro counter if non-zero.
6422         * subr.el (substitute-key-definition): Mention command remapping
6423         in doc string.
6425 2004-10-11  Jay Belanger  <belanger@truman.edu>
6427         * calc/calc-misc.el (calc-info-goto-node): New function.
6428         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
6429         node in one step.
6430         (calc-describe-copying, calc-describe-distribution)
6431         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
6432         Go to appropriate info node in one step.
6434 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
6438         * font-lock.el (font-lock-apply-highlight): Fix last change.
6440 2004-10-11  Simon Josefsson  <jas@extundo.com>
6442         * mail/smtpmail.el (smtpmail-open-stream): Look for
6443         starttls-gnutls-program instead of starttls-program iff
6444         starttls-use-gnutls is non-nil.
6445         (smtpmail-open-stream): Don't overwrite user settings of
6446         starttls-extra-arguments and starttls-extra-args.
6448 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6450         * comint.el (comint-mouse-insert-input): Remove.
6451         (comint-insert-input): Make it work for mouse bindings.
6452         (comint-mode-map): Move defs into the declaration.
6453         (comint-output-filter): Typo.
6455         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
6457 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
6459         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
6460         (ange-ftp-call-chmod): Reference remote-shell-program instead of
6461         ange-ftp-remote-shell.
6463 2004-10-10  Andreas Schwab  <schwab@suse.de>
6465         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
6466         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
6467         Reported by <sri@asu.edu>.
6469 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
6471         * vc.el (vc-annotate-mode): Remove variable.
6472         (vc-annotate-display-select): Only call vc-annotate-mode
6473         if we're not in that mode already.
6475 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6477         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
6478         (imenu-choose-buffer-index): Check here for rescan instead.
6480         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
6481         where the face expression evals to nil.
6483         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
6484         (tex-font-lock-keywords-2): Use it.
6485         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
6487         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
6489 2004-10-09  Kim F. Storm  <storm@cua.dk>
6491         * subr.el (progress-reporter-update): Define before first usage.
6492         (make-progress-reporter): Doc fix.
6494 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6496         * textmodes/paragraphs.el (sentence-end-double-space)
6497         (sentence-end-without-period, sentence-end-without-space)
6498         (sentence-end): Doc fixes.
6500 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
6502         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6503         Change paragraph-start regexp so we don't fill code starting with #'(.
6505 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
6507         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
6508         New defcustom.
6509         (extract-address-components): Use it.
6511 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6513         * subr.el (make-progress-reporter, progress-reporter-update)
6514         (progress-reporter-force-update, progress-reporter-do-update)
6515         (progress-reporter-done): New functions.
6517         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
6519         * progmodes/etags.el (etags-tags-completion-table): Use progress
6520         reporter.
6521         (etags-tags-apropos): Likewise.
6523 2004-10-08  Alan Mackenzie  <acm@muc.de>
6525         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
6526         of current line.
6528 2004-10-08  Masatake YAMATO  <jet@gyve.org>
6530         * server.el (server-process-filter): Wrap `process-send-region'
6531         by `condition-case' to guard the case when the pipe to PROC is closed.
6533 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
6535         * xml.el (xml-substitute-special): Limit handling of external entities.
6537 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
6539         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
6541 2004-10-06  John Paul Wallington  <jpw@gnu.org>
6543         * xml.el (xml-parse-dtd): Fix `error' call.
6545 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
6547         * xml.el (xml-substitute-special): Return a single string instead
6548         of a list of strings if an entity substitution is made.
6550 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
6552         * calendar/icalendar.el: New file.
6554 2004-10-05  Juri Linkov  <juri@jurta.org>
6556         * isearch.el (isearch-done): Set mark after running hook.
6557         Reported by Drew Adams <drew.adams@oracle.com>.
6559         * info.el (Info-history, Info-toc): Fix Info headers.
6560         (Info-toc): Narrow buffer before Info-fontify-node.
6561         (Info-build-toc): Don't check for special Info file names.
6562         Set main-file to nil if Info-find-file returns a symbol.
6564 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
6566         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
6567         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
6568         * calendar/cal-menu.el (calendar-mode-map): Ditto.
6570 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6572         * calendar/cal-iso.el (calendar-iso-read-args): New function,
6573         for old interactive spec from calendar-goto-iso-date.
6574         (calendar-goto-iso-date): Use it.
6575         (calendar-goto-iso-week): New function.  Suggested by Emilio
6576         C. Lopes <eclig@gmx.net>.
6578 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
6580         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
6581         `set-right-margin' bindings that follow the minor mode conventions.
6583 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6585         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
6586         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
6587         (latex-block-args-alist): Add minipage and picture.
6588         (latex-block-body-alist): Use reftex-label if enabled.
6589         (latex-insert-block): Don't insert a \n if not necessary.
6590         (tex-compile-commands): Make sure dvips doesn't send to printer.
6591         (tex-compile-default): Handle the case where no executable is found.
6592         (latex-noindent-environments): New var.
6593         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
6594         If tex-indent-allhanging is non-nil, make sure we only align for macros
6595         at beginning of line.
6597 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
6599         * newcomment.el (comment-beginning): Doc fix and don't choke on
6600         unset `comment-end-skip' when at beginning of comment.
6602 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
6604         * term.el (term-adjust-current-row-cache): Don't allow the current
6605         row to become negative.
6606         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
6607         the end of the line. Fix scroll down. Add comments.
6608         (term-handle-ansi-escape): Don't exceed terminal width when moving
6609         right.
6610         (term-scroll-region): Move the cursor after setting the scroll region.
6612 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
6614         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
6615         to `width' for consistency with docstring.  Doc fix.
6617 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
6619         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
6620         This is necessary for derived modes.
6622 2004-09-30  Kim F. Storm  <storm@cua.dk>
6624         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
6625         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
6627         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
6628         kmacro-extract-lambda functions.
6629         (edit-kbd-macro): Handle kmacro lambda forms.
6630         Include counter and counter format in edit buffer.
6631         (edmacro-finish-edit): Get counter and format from edit buffer and
6632         update kmacro bindings when found.
6634 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
6636         * textmodes/paragraphs.el (forward-paragraph):
6637         Avoid args-out-of-range error when point winds up at the beginning of
6638         the buffer and hard newlines are enabled.
6640         * newcomment.el (comment-multi-line): Doc fix.
6642 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6644         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
6645         (diff-fixup-modifs): Catch unified-diff file-headers.
6647 2004-09-29  Kim F. Storm  <storm@cua.dk>
6649         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
6650         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
6651         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
6653         * fringe.el (fringe-bitmap-p): New macro.
6654         (fringe-bitmaps): Add standard fringe bitmaps on load.
6656 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6658         * dired.el (dired-view-command-alist): Use more efficient regexps.
6659         Remove dubious arguments.
6660         (dired-align-file): New function.
6661         (dired-insert-directory): Use it.
6662         (dired-move-to-end-of-filename): Make the " -> " search more specific.
6663         (dired-buffers-for-dir): Remove unused var `pattern'.
6665 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
6667         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
6668         from diary display excursion.  Store diary buffer's point for
6669         `simple-diary-display'.
6670         (simple-diary-display): Set window point and start when
6671         displaying buffer, to preserve point.
6673 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
6675         * textmodes/enriched.el (enriched-translations): Replace defconst
6676         with defvar.
6678 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6680         * printing.el: Doc fix.
6681         (pr-version): New version number (6.8.1).
6682         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
6683         make-temp-name.
6684         (pr-delete-file): Check if file exists before deleting it.
6685         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6687 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6689         * term.el (term-display-table): New variable.
6690         (term-mode): Use it.
6691         (term-exec-1): Set the coding system to binary.
6692         (term-emulate-terminal): Decode the string before inserting it.
6694 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6696         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
6697         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
6698         (map): Bind S-prior, S-next and S-insert.
6699         (term-mode): Set `indent-tabs-mode' to nil.
6700         (term-paste): New function to be bound to S-insert.
6701         (term-send-del, term-send-backspace): Change the strings sent.
6702         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
6703         (term-handle-colors-array): Fix handling of underline and reverse.
6704         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
6705         (term-erase-in-line): Fix comparison.
6706         (term-emulate-terminal): Fix line wrap handling.
6707         (term-start-output-log): Rename from `term-set-output-log'.
6708         (term-stop-output-log): Rename from `term-stop-photo'.
6709         (term-switch-to-alternate-sub-buffer): Comment out, unused.
6711 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6713         * dired.el (dired-move-to-filename): Don't output a message if
6714         raise-error is non-nil.  Fix return position and value.
6716         * files.el (insert-directory): Obey --dired even with symlinks.
6718 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
6720         * ls-lisp.el (ls-lisp-format): Mark file names with property
6721         dired-filename.
6723 2004-09-25  Kim F. Storm  <storm@cua.dk>
6725         * ido.el (ido-max-directory-size): New defcustom.
6726         (ido-decorations): Add "too big" element.
6727         (ido-directory-too-big): New dynamic var.
6728         (ido-may-cache-directory): Don't cache big directories.
6729         (ido-directory-too-big-p): New defun.
6730         (ido-set-current-directory): Update ido-directory-too-big.
6731         (ido-read-internal): Make empty ido-cur-item if too-big.
6732         (ido-buffer-internal): Use ido-read-internal directly instead of
6733         ido-read-buffer.
6734         (ido-file-internal): Init ido-directory-too-big.
6735         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
6736         and redo completion with full list.
6737         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
6738         it, and show completions.
6739         (ido-all-completions): Let bind ido-directory-too-big to nil.
6740         (ido-exhibit): Handle ido-directory-too-big.
6741         (ido-read-buffer): Handle fallback to read-buffer.
6742         Init ido-directory-too-big.
6743         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
6744         Init ido-directory-too-big.
6746 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6748         * subr.el (delay-mode-hooks): Doc fix.
6750 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
6752         * textmodes/enriched.el
6753         (enriched-default-text-properties-local-flag): New variable.
6754         (enriched-mode): Make sure that enabling and disabling the mode is
6755         a no-op.  Doc fix.
6757 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
6759         * calendar/holidays.el (holiday-advent): Report on a specified day
6760         offset from advent, not just advent.
6761         (holiday-easter-etc): Report on one specified day offset from
6762         easter, not all easter holidays. Various Easter holidays moved to
6763         `christian-holidays' variable in calendar.el.
6764         * calendar/calendar.el (christian-holidays): Adapt for new
6765         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
6767 2004-09-23  Kim F. Storm  <storm@cua.dk>
6769         * image.el (insert-sliced-image): Add doc string.
6771         * ido.el (ido-choice-list): New dynamic var for `list' context.
6772         (ido-context-switch-command): New dynamic var.
6773         (ido-define-mode-map): Generalize switch between file/buffer contexts.
6774         (ido-read-internal): Handle new `list' context.
6775         Handle insert-buffer and insert-file ido-exit values.
6776         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
6777         ido-context-switch-command. Handle insert-file ido-exit value.
6778         (ido-read-buffer): Set ido-context-switch-command to 'ignore
6779         unless it is already bound by caller.
6780         (ido-file-internal): New arg switch-cmd.  Use it to setup
6781         ido-context-switch-command.  Handle insert-buffer ido-exit value.
6782         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
6783         used for context switching.
6784         (ido-all-completions): Handle new `list' context.
6785         (ido-make-choice-list): Return choices for `list' context.
6786         (ido-find-file-in-dir, ido-display-file, ido-write-file)
6787         (ido-display-buffer, ido-kill-buffer): Disable context switching.
6788         (ido-insert-buffer, ido-insert-file): Setup context switching.
6789         (ido-exhibit): Handle `list' context.
6790         (ido-read-file-name): Disable context switching.  Handle fallback.
6791         (ido-read-directory-name): Disable context switching.
6792         (ido-completing-read): New defun like completing-read.  Setup and
6793         use new `list' context.
6795 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
6797         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
6799 2004-09-21  Jay Belanger  <belanger@truman.edu>
6801         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
6802         `calc-graph-set-styles' so the gnuplot buffer will appear in a
6803         separate window.
6805 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
6807         * subr.el (after-change-major-mode-hook): Doc fix.
6809 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6811         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
6812         of ghostscript for monochrome PostScript file in Windows.
6814 2004-09-21  Kenichi Handa  <handa@m17n.org>
6816         * descr-text.el (describe-char): Checking of quail activation
6817         fixed.
6819 2004-09-21  Jay Belanger  <belanger@truman.edu>
6821         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
6823 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
6825         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6826         after the mode hooks instead of before.  Doc fix.
6828 2004-09-20  Jason Rumney  <jasonr@gnu.org>
6830         * startup.el (command-line) [windows-nt]: Try .emacs first, then
6831         _emacs, but revert to .emacs if neither exists in home directory.
6833 2004-09-20  John Paul Wallington  <jpw@gnu.org>
6835         * bindings.el (completion-ignored-extensions): Add .dfsl.
6837 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6839         * bindings.el (scroll-left): Make it disabled.
6841         * files.el (enable-local-eval): Doc fix.
6843         * indent.el (move-to-left-margin): Special case for minibuffer.
6845         * term.el (term-emulate-terminal): Turn off undo for output.
6846         Use with-current-buffer and save-selected-window.
6848         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6850         * progmodes/make-mode.el (makefile-fill-paragraph):
6851         Don't insist on spaces when looking for comments.  # is enough.
6853         * files.el (hack-local-variables): Copy the variables list
6854         to another buffer, strip prefixes and suffixes there, then read.
6855         (enable-local-eval): Doc fix.
6856         (ignored-local-variables): Initialize to nil.
6857         (risky-local-variable-p): Don't check ignored-local-variables here.
6858         (hack-one-local-variable): Ignore var if in ignored-local-variables.
6860 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6862         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6863         of = to "." (punctuation).
6865 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6867         * subr.el (event-basic-type): Fix mask (extend to 22bits).
6869 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
6871         * textmodes/enriched.el (enriched-rerun-flag): New variable.
6872         (enriched-before-change-major-mode): New function.
6873         Add it to `change-major-mode-hook'.
6874         (enriched-after-change-major-mode): New function.
6875         Add it to `after-change-major-mode-hook'.
6876         (enriched-mode): Make it work correctly if called from
6877         `after-change-major-mode-hook'.
6878         No longer set `indent-line-function'.
6880         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6882         * subr.el (after-change-major-mode-hook): New variable.
6883         (run-mode-hooks): Implement it.
6885 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6887         * battery.el (battery-linux-proc-apm): Use string-to-number.
6888         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6889         Use dolist (and less indentation).  Use erase-buffer.
6890         Pre-initialize `design-capacity', `warn', and `low'.
6891         (battery-format): Use replace-regexp-in-string.
6893 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
6895         * battery.el: Delete superfluous empty lines.
6896         (battery-linux-proc-acpi): Attempt to gather information from all
6897         battery subdirectories regardless of their file name.
6898         (battery-linux-proc-apm): Replace all occurrences of
6899         battery-hex-to-int-2 with string-to-int (base 16).
6900         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6901         (battery-hex-map): Delete variable.
6903 2004-09-18  John Paul Wallington  <jpw@gnu.org>
6905         * calc/calc-units.el (calc-quick-units): Fix overzealous
6906         s/or/unless/.
6908 2004-09-17  Jay Belanger  <belanger@truman.edu>
6910         * calc/calc.el (calc-mode-var-list): Fix the value of
6911         `calc-matrix-brackets'.
6913 2004-09-17  Romain Francoise  <romain@orebokech.com>
6915         * ibuf-ext.el (define-ibuffer-filter filename):
6916         Expand dired-directory since buffer-file-name is absolute.
6918 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6920         * ediff-init.el (ediff-current-diff-face-A)
6921         (ediff-current-diff-face-B, ediff-current-diff-face-C)
6922         (ediff-current-diff-face-Ancestor)
6923         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6924         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6925         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6926         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6927         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6928         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6929         Use min-colors.
6931         * term.el (term-down): Perform vertical motion if DOWN is negative.
6932         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6933         (term-termcap-format): Synchronyze with the eterm terminfo entry
6934         in etc/e/eterm.ti.
6935         (term-handle-colors-array): If the current foreground or
6936         background are zero (i.e. unspecified), use the foreground and
6937         background of the default face for reverse video.
6938         (term-ansi-at-eval-string, term-ansi-default-fg)
6939         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6940         (term-mem): Delete ununsed function.
6941         (term-protocol-version): Increment.
6942         (term-current-face): Set to default.
6944 2004-09-15  Jay Belanger  <belanger@truman.edu>
6946         * calc/calc.el (calc-mode-var-list): Define this variable.
6947         (calc-always-load-extensions, calc-line-numbering)
6948         (calc-line-breaking, calc-display-just, calc-display-origin)
6949         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6950         (calc-group-char, calc-point-char, calc-frac-format)
6951         (calc-prefer-frac, calc-hms-format, calc-date-format)
6952         (calc-float-format, calc-full-float-format, calc-complex-format)
6953         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6954         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6955         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6956         (calc-matrix-brackets, calc-language, calc-language-option)
6957         (calc-left-label, calc-right-label, calc-word-size)
6958         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6959         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6960         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6961         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6962         (calc-window-height, calc-display-trail, calc-show-selections)
6963         (calc-use-selections, calc-assoc-selections)
6964         (calc-display-working-message, calc-auto-why, calc-timing)
6965         (calc-mode-save-mode, calc-standard-date-formats)
6966         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6967         (calc-user-parse-tables, calc-gnuplot-default-device)
6968         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6969         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6970         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6971         (calc-invocation-macro, calc-show-banner): Give these values as
6972         part of `calc-mode-var-list's initialization after the variables
6973         are declared with defvar.
6974         (calc-bug-address):  Change email address to send bug reports to.
6975         Change the maintainer address at the top.
6976         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6977         than "\\.emacs" to determine if it is the user-init-file.
6979         * calc/calc-embed.el (calc-embedded-set-modes): Use
6980         `calc-mode-var-list' correctly.
6982 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
6984         * vc.el (annotate-time): Document point handling.
6985         (vc-annotate-display-autoscale): Doc fix.
6987 2004-09-15  Miles Bader  <miles@gnu.org>
6989         * generic.el (generic-make-keywords-list): Use symbol rather than
6990         word anchors in regexp.
6992 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6994         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6995         no file name consider `dired-directory'.
6997 2004-09-14  Kim F. Storm  <storm@cua.dk>
6999         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
7001 2004-09-14  Simon Josefsson  <jas@extundo.com>
7003         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
7005         * textmodes/dns-mode.el: Add.
7007 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7009         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
7010         (disabled-command-function): Make the ?\  char more obvious.
7012         * vc-arch.el (vc-arch-root, vc-arch-registered):
7013         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
7015 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
7017         * windmove.el (windmove-frame-edges): Report coordinates of
7018         outside edges of frame, not inside edges.
7019         (windmove-coordinates-of-position): Convert into wrapper to new
7020         function `windmove-coordinates-of-window-position';
7021         `compute-motion' always applies to selected window.
7022         (windmove-coordinates-of-position): Update documentation to refer
7023         to Emacs 21 Lisp Reference Manual.
7024         (windmove-find-other-window): Fix off-by-one errors for max x,y.
7026 2004-09-13  Kim F. Storm  <storm@cua.dk>
7028         * isearch.el (isearch-resume-in-command-history): Rename from
7029         isearch-resume-enabled and change default to nil.
7031 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7033         * vc-hooks.el (vc-ignore-dir-regexp): New var.
7034         (vc-registered): Use it.
7035         (vc-find-root): New fun.
7037         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7038         Don't tell to use \\{...} when it's already done.
7040         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
7041         Provide a sample complex default.
7042         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
7043         (bibtex-entry): Use mapc.
7045 2004-09-12  Kim F. Storm  <storm@cua.dk>
7047         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
7049         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
7050         inhibit-field-text-motion to t so rectangles work in comint buffers.
7052         * simple.el (choose-completion-string): Set buffer before running
7053         choose-completion-string-functions hook so it can be buffer-local.
7055 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
7057         * progmodes/compile.el (compilation-start): Parse command to see
7058         if it starts with a cd, and if so perform it for the *compilation*
7059         buffer.  Change the header to reflect this.
7061 2004-09-11  Kim F. Storm  <storm@cua.dk>
7063         * ido.el (ido-enable-dot-prefix): Doc fix.
7064         (ido-enable-dot-prefix): New defcustom.
7065         (ido-set-matches1): Use it.
7067 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7069         * textmodes/bibtex.el (bibtex-mark-active)
7070         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
7072 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7074         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
7075         used in a case insensitive environment.
7076         (bibtex-mode-map): Rearrange order of menus.
7077         (bibtex-quoted-string-re): Obsolete.
7078         (bibtex-complete-key-cleanup): Variable replaced by new function.
7079         (bibtex-font-lock-keywords): Use backquotes.
7080         (bibtex-font-lock-url-regexp): New internal variable.
7081         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
7082         "OPT" and "ALT".
7083         (bibtex-insert-current-kill, bibtex-make-field)
7084         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
7085         (bibtex-parse-field-text): Simplify.
7086         (bibtex-string=): New helper function.
7087         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
7088         (bibtex-map-entries): Use bibtex-string=.
7089         (bibtex-search-entry): Use not.
7090         (bibtex-enclosing-field): Fix docstring.
7091         (bibtex-assoc-regexp): Obsolete.
7092         (bibtex-format-entry): Use assoc-string and bibtex-string=.
7093         (bibtex-autokey-get-names): Handle empty name field.
7094         (bibtex-parse-strings): Use assoc-string and unless.
7095         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
7096         Use assoc-string.
7097         (bibtex-pop): Simplify.
7098         (bibtex-mode): Set font-lock-extra-managed-props.
7099         (bibtex-entry-update): Use assoc-string.
7100         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
7101         (bibtex-autofill-entry): Use bibtex-string=.
7102         (bibtex-print-help-message): Simplify.
7103         (bibtex-find-entry): New optional arg START.
7104         (bibtex-validate): Use bibtex-string= and assoc-string.
7105         Do not call obsolete function compilation-parse-errors.
7106         (bibtex-remove-delimiters): Only remove delimiters if present.
7107         (bibtex-copy-entry-as-kill): Add docstring.
7108         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
7109         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
7110         (bibtex-complete): Use bibtex-predefined-month-strings,
7111         bibtex-string=, and new function bibtex-complete-key-cleanup.
7112         (bibtex-generate-url-list): New variable.
7113         (bibtex-url): New command bound to C-c C-l and mouse-2.
7114         (bibtex-url-map): New local keymap for bibtex-url-mouse.
7115         (bibtex-font-lock-url): New function.
7117 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
7121 2004-09-09  Kim F. Storm  <storm@cua.dk>
7123         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
7124         counter and format with binding.
7125         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
7126         the declared macro uses own macro counter and format.  Give symbol
7127         kmacro property.
7128         (kmacro-keymap): Bind kmacro-name-last-macro to n.
7129         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
7130         (kmacro-end-and-call-macro): Doc fix.
7132 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
7134         * desktop.el (desktop-clear-preserve-buffers):
7135         Remove make-obsolete-variable.
7137 2004-09-08  Richard M. Stallman  <rms@gnu.org>
7139         * buff-menu.el (list-buffers-noselect): Call format-mode-line
7140         with the buffer as argument.
7142 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7144         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
7146 2004-09-08  Juri Linkov  <juri@jurta.org>
7148         * replace.el (perform-replace): Use `query-replace-descr'.
7150         * cus-start.el (history-delete-duplicates): Specify customization.
7152         * diff-mode.el (diff-mode-map):
7153         * progmodes/compile.el (compilation-mode-map):
7154         * progmodes/grep.el (grep-mode-map):
7155         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
7156         to `next-error-follow-minor-mode'.
7158 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7160         * isearch.el (isearch-lazy-highlight-update): Take into account
7161         the case of zero-length match at the search bound.
7163 2004-09-08  Kim F. Storm  <storm@cua.dk>
7165         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
7166         change.  Use zero width overlays when necessary.
7168 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7170         * subr.el (split-string): Docfix.
7172 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7174         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
7175         (display-call-tree): Ensure newline after caller/calls blocks.
7177 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7179         * startup.el (command-line-1): Make option
7180         --directory/-L modify `load-path' straight away.
7182 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7184         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
7186 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7188         * emacs-lisp/autoload.el (make-autoload):
7189         Handle `define-compilation-mode'.
7191         * emacs-lisp/lisp-mode.el (define-compilation-mode):
7192         Specify `doc-string-elt' property.
7194 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7196         * bs.el (bs-mode): Doc fix.
7198 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7200         * info.el (Info-insert-dir): Fix temp buffer leak bug.
7202 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7204         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
7206 2004-09-08  Kenichi Handa  <handa@m17n.org>
7208         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
7209         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
7210         ps-mule-next-point -> 1+).
7212         * composite.el (encode-composition-rule): Add autoload cooky.
7214 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7216         * format.el (buffer-auto-save-file-format): Make it permanent local.
7218 2004-09-07  Kim F. Storm  <storm@cua.dk>
7220         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
7221         (authors-fixed-entries): Fix typo.
7222         (authors-canonical-author-name): Compact multiple spaces.
7223         Ignore trivial names (e.g. only first name).
7225         * term.el (term-window-width): Only use full window width on
7226         window system if overflow-newline-into-fringe is enabled.
7227         (term-mode): Don't disable overflow-newline-into-fringe.
7229 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
7232         motion as seen on my Mac OS X xterms.
7234         * newcomment.el (uncomment-region-default, comment-region-default):
7235         New functions extracted from uncomment-region and comment-region.
7236         (comment-region, comment-region-function, uncomment-region)
7237         (uncomment-region-function): Use them.
7239         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
7241         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
7242         It's not crucial but can make sense at times.
7244         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
7245         the first commit.
7247         * vc.el (vc-buffer-context, vc-restore-buffer-context):
7248         Disable obsolete code.
7250 2004-09-07  Juri Linkov  <juri@jurta.org>
7252         * progmodes/grep.el (grep-highlight-matches): Change default from
7253         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
7254         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
7255         if grep option `--color' is available, or to `nil' otherwise.
7256         (grep-process-setup): Call `grep-compute-defaults' if
7257         `grep-highlight-matches' is not computed.  Set env-vars only
7258         if `grep-highlight-matches' is `t'.
7259         (grep-use-null-device): Remove redundant type `boolean' (`choice'
7260         is already defined).
7262         * progmodes/compile.el (compilation-start): Use copy of
7263         `process-environment' created by `copy-sequence' to not
7264         modify env-vars in the global `process-environment'.
7266 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
7268         * simple.el (next-error-follow-minor-mode): Fix last change.
7270 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
7272         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
7273         permanent local.
7275 2004-09-04  Richard M. Stallman  <rms@gnu.org>
7277         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
7278         highlighting if the search string is empty.
7280 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
7282         * facemenu.el (facemenu-active-faces): Change condition of inner
7283         `while' loop to also check the first two elements of `face-atts'
7284         and `mask-atts'.
7286 2004-09-04  John Paul Wallington  <jpw@gnu.org>
7288         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
7289         (thumbs-view-image-mode): Make buffer read-only.
7291 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
7293         * textmodes/ispell.el (ispell-really-aspell): New defvar.
7294         (ispell-check-version): Set it.
7295         (ispell-send-replacement): New function.
7296         (ispell-process-line): Call ispell-send-replacement.
7298 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7300         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
7301         Support choosing seconds with "s".
7303 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
7305         * terminal.el (te-escape): Show `?' in prompt for help key.
7307 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
7309         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
7311 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7313         * simple.el (next-error-follow-minor-mode)
7314         (next-error-follow-mode-post-command-hook): New functions.
7315         (next-error-follow-last-line): New defvar.
7317         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
7318         * progmodes/compile.el (compilation-mode-map): Likewise.
7319         * progmodes/grep.el (grep-mode-map): Likewise.
7320         * replace.el (occur-mode-map): Likewise.
7322         * newcomment.el (uncomment-region): Bind comment-use-global-state
7323         to nil.
7325 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
7327         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
7328         locally around the call to `revert-buffer'.
7330 2004-09-03  Juri Linkov  <juri@jurta.org>
7332         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
7333         `isearch-adjusted' to `t'.
7334         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
7335         (isearch-message-prefix): Add "pending" for isearch-adjusted.
7336         (isearch-other-meta-char): Restore isearch-point unconditionally.
7337         (isearch-query-replace): Add new arg `regexp-flag' and use it.
7338         Set point to start of match if region is not active in transient
7339         mark mode (to include the current match to region boundaries).
7340         Push the search string to `query-replace-from-history-variable'.
7341         Add prompt "Query replace regexp" for isearch-regexp.
7342         Add region beginning/end as last arguments of `perform-replace.'
7343         (isearch-query-replace-regexp): Replace code by the call to
7344         `isearch-query-replace' with arg `t'.
7346 2004-09-03  Richard M. Stallman  <rms@gnu.org>
7348         * startup.el (normal-top-level): Undo previous TERM change.
7350 2004-09-03  Kim F. Storm  <storm@cua.dk>
7352         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
7353         highlight overlays; allow using RET when cursor is over a button.
7354         (cua--highlight-rectangle): Use it.
7355         (cua--rectangle-set-corners): Don't move backwards at eol.
7356         (cua--forward-line): Don't move into void after eob.
7358         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
7359         point is set (and displayed) inside rectangle.
7360         (cua--rectangle-operation): Fix for highlight of empty lines.
7361         (cua--highlight-rectangle): Fix highlight for tabs.
7362         Position cursor at left/right edge of rectangle using new `cursor'
7363         property on overlay strings.
7364         (cua--indent-rectangle): Don't tabify.
7365         (cua-rotate-rectangle): Ignore that point has moved.
7367 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7369         * term/mac-win.el: Add ASCII equivalents for some function keys.
7370         (mode-line-frame-identification): Sync with x-win.el.
7372 2004-09-02  Juri Linkov  <juri@jurta.org>
7374         * progmodes/compile.el (compilation-buffer-name): Compare major
7375         mode with second element of compilation-arguments instead of third
7376         to reflect latest changes in compilation-arguments structure.
7377         (recompile): Use global variable `compilation-directory' to get
7378         recent compilation directory only when `recompile' is invoked NOT
7379         in the compilation buffer.  Otherwise, use `default-directory' of
7380         the compilation buffer.
7381         (compilation-error-properties): Allow to funcall col and end-col.
7382         (compilation-mode-font-lock-keywords): Check col and end-col by
7383         `integerp'.
7384         (compilation-goto-locus): If end-mk is non-nil in transient mark
7385         mode don't activate the mark (and don't display message in
7386         push-mark), but highlight overlay between mk and end-mk.
7388         * progmodes/grep.el (grep-highlight-matches): New defcustom.
7389         (grep-regexp-alist): Add rule to highlight grep matches.
7390         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
7392         * info.el (Info-fontify-node): Don't compute other-tag
7393         if Info-hide-note-references=hide.
7395         * help.el (function-called-at-point):
7396         * help-fns.el (variable-at-point):
7397         Try `find-tag-default' when other methods failed.
7399         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7400         Do not push mark if inhibit-mark-movement is non-nil.
7402         * textmodes/ispell.el (ispell-html-skip-alists):
7403         Fix backslashes in docstring.
7405 2004-09-01  Juri Linkov  <juri@jurta.org>
7407         * isearch.el (isearch-wrap-function)
7408         (isearch-push-state-function): New defvars.
7409         (isearch-pop-fun-state): New defsubst.
7410         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
7411         (isearch-push-state): Set the result of calling
7412         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
7413         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
7414         restore the mode-specific starting point of terminated search.
7415         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
7416         (isearch-repeat): Call `isearch-wrap-function' if defined.
7417         (isearch-message-prefix): Don't add prefix "over" to the message
7418         for wrapped search if `isearch-wrap-function' is defined.
7419         (isearch-search): Call function saved in `isearch-pop-fun-state' to
7420         restore the mode-specific starting point of failed search.
7422         * info.el (Info-search-whitespace-regexp): Fix backslashes.
7423         (Info-search): Add new optional arguments for the sake of isearch.
7424         Replace whitespace in Info-search-whitespace-regexp literally.
7425         Add backward search.  Don't call `Info-select-node' if regexp is
7426         found in the same Info node.  Don't add node to Info-history for
7427         wrapped isearch.
7428         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
7429         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
7430         (Info-mode): Set local variables `isearch-search-fun-function',
7431         `isearch-wrap-function', `isearch-push-state-function',
7432         `search-whitespace-regexp'.
7434         * isearch.el: Remove ancient Change Log section.
7435         (isearch-string, isearch-message-string, isearch-point)
7436         (isearch-success, isearch-forward-flag, isearch-other-end)
7437         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7438         (isearch-barrier, isearch-within-brackets)
7439         (isearch-case-fold-search): Add suffix `-state' to state-related
7440         defsubsts to avoid name clashes with other function names.
7442         * simple.el (next-error): New defgroup and defface.
7443         (next-error-highlight, next-error-highlight-no-select):
7444         New defcustoms.
7445         (next-error-no-select): Let-bind next-error-highlight to the value
7446         of next-error-highlight-no-select before calling `next-error'.
7448         * progmodes/compile.el (compilation-goto-locus):
7449         Use `next-error' face instead of `region'.  Set 4-th argument of
7450         `move-overlay' to `current-buffer' to move overlay to different
7451         source buffers.  Use new variable `next-error-highlight'.
7453         * simple.el (next-error-find-buffer): Move the rule
7454         "if current buffer is a next-error capable buffer" after the
7455         rule "if next-error-last-buffer is set to a live buffer".
7456         Simplify to test all rules in one `or'.
7457         (next-error): Doc fix.
7458         (next-error, previous-error, first-error)
7459         (next-error-no-select, previous-error-no-select):
7460         Make arguments optional.
7462 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
7464         * macros.el (apply-macro-to-region-lines): Make it operate on all
7465         lines that begin in the region, rather than on all complete lines
7466         in the region.
7468 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7470         * x-dnd.el (x-dnd-protocol-alist): Document update.
7471         (x-dnd-known-types): Defcustom it.
7472         (x-dnd-handle-motif): Print message-atom in error message.
7474 2004-08-30  John Paul Wallington  <jpw@gnu.org>
7476         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
7477         strings rather than programatically constructing message.
7479 2004-08-30  Richard M. Stallman  <rms@gnu.org>
7481         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
7482         Don't return a string that would read as the wrong character code.
7484 2004-08-29  Kim F. Storm  <storm@cua.dk>
7486         * emulation/cua-base.el (cua-auto-expand-rectangles):
7487         Remove automatic rectangle padding feature; replace by non-destructive
7488         virtual rectangle edges feature.
7489         (cua-virtual-rectangle-edges): New defcustom.
7490         (cua-auto-tabify-rectangles): New defcustom.
7491         (cua-paste): If paste into a marked rectangle, insert rectangle at
7492         current column, even if virtual; also paste exactly as many lines
7493         as has been marked (ignore additional lines or add empty lines),
7494         but paste whole source if only one line is marked.
7495         (cua--update-indications): No longer use overwrite-cursor to
7496         indicate rectangle padding
7498         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
7499         (cua--rectangle-virtual-edges): New defun.
7500         (cua--rectangle-get-corners): Remove optional PAD arg.
7501         (cua--rectangle-set-corners): Never do padding.
7502         (cua--forward-line): Remove optional PAD arg.  Simplify.
7503         (cua-resize-rectangle-right, cua-resize-rectangle-left)
7504         (cua-resize-rectangle-down, cua-resize-rectangle-up):
7505         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
7506         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
7507         (cua--rectangle-move): Never do padding.  Simplify.
7508         (cua--tabify-start): New defun.
7509         (cua--rectangle-operation): Add tabify arg.  All callers changed.
7510         (cua--pad-rectangle): Remove.
7511         (cua--delete-rectangle): Handle delete with virtual edges.
7512         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
7513         (cua--insert-rectangle): Handle insert at virtual column.
7514         Perform auto-tabify if necessary.
7515         (cua--activate-rectangle): Remove optional FORCE arg.
7516         Never do padding.  Simplify.
7517         (cua--highlight-rectangle): Enhance for virtual edges.
7518         (cua-toggle-rectangle-padding): Remove command.
7519         (cua-toggle-rectangle-virtual-edges): New command.
7520         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
7521         (cua--rectangle-post-command): Don't force rectangle padding.
7522         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
7524 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
7526         * indent.el (edit-tab-stops-buffer): Doc fix.
7528 2004-08-28  Richard M. Stallman  <rms@gnu.org>
7530         * progmodes/grep.el (grep-default-command): Use find-tag-default.
7531         (grep-tag-default): Function deleted.
7533         * subr.el (find-tag-default): Move from etags.el.
7535         * progmodes/etags.el (find-tag-default): Move to subr.el.
7537         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
7538         into the basic character if it has an uppercase form.
7540 2004-08-27  Kenichi Handa  <handa@m17n.org>
7542         * international/utf-8.el (utf-8-post-read-conversion): If the
7543         buffer is unibyte, temporarily make it multibyte.
7545 2004-08-27  Masatake YAMATO  <jet@gyve.org>
7547         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
7549 2004-08-25  John Paul Wallington  <jpw@gnu.org>
7551         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
7552         0, 1, and many mismatches in message.
7553         (tex-start-shell): Use `set-process-query-on-exit-flag'.
7555         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
7556         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
7558 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
7561         vc-diff-switches differently.
7563 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
7565         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
7566         before and a real defvar after
7567         `speedbar-supported-extension-expressions'.  This is to silence
7568         the compiler without breaking bootstrapping.
7570 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7572         * textmodes/flyspell.el (flyspell-word):
7573         Use set-process-query-on-exit-flag.
7574         (flyspell-highlight-duplicate-region): Take POSS as arg.
7575         (flyspell-word): Pass POSS as arg.
7577         * progmodes/ada-xref.el: Many doc and style fixes.
7578         (ada-find-any-references): Use compilation-start.
7579         (ada-get-ali-file-name): Improve error msg.
7580         (ada-get-ada-file-name): Likewise.
7582         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
7583         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
7585         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7586         Add forward defvar.
7588         * whitespace.el (global-whitespace-mode): New alias
7589         for whitespace-global-mode.
7591         * speedbar.el (speedbar-file-regexp): Move definition up.
7592         (speedbar-mode, speedbar-set-mode-line-format):
7593         Use with-no-warnings.
7594         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
7596         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
7597         controls whether to display the error buffer.
7599         * ps-mule.el: Delete compatibility code for old Emacses.
7600         (ps-mule-find-wrappoint): Don't use chars-in-region.
7602         * frame.el (display-mouse-p, display-selections-p):
7603         Use with-no-warnings.
7605         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
7607 2004-08-22  David Kastrup  <dak@gnu.org>
7609         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
7610         information.
7612         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
7614 2004-08-22  Andreas Schwab  <schwab@suse.de>
7616         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
7618 2004-08-22  Masatake YAMATO  <jet@gyve.org>
7620         * cvs-status.el (cvs-status-checkout): New function.
7621         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
7623 2004-08-21  David Kastrup  <dak@gnu.org>
7625         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
7626         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
7627         has been converted to use hashtables, the relation `nil=none' is
7628         no longer valid, as `nil' is not a hashtable.  This patch tries to
7629         reduce the number of resulting errors.
7631 2004-08-21  John Paul Wallington  <jpw@gnu.org>
7633         * subr.el (process-kill-without-query): Made obsolete in
7634         version 21.4, not 21.5.
7636         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
7637         (vc-previous-comment, vc-next-comment)
7638         (vc-comment-search-reverse, vc-comment-search-forward)
7639         (vc-comment-to-change-log): Likewise.
7641         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
7643 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
7645         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7646         Correct indentation of DEFMETHODS with non-standard method
7647         combinations (e.g., PROGN, MIN, MAX).
7649 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7651         * startup.el (normal-top-level-add-subdirs-to-load-path):
7652         Avoid unnecessarily checking system-type.
7653         (normal-top-level): Set TERM to "dumb".  Simplify.
7655         * avoid.el (mouse-avoidance-ignore-p): New fun.
7656         Also ignore switch-frame, select-window, double, and triple clicks.
7657         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
7658         (mouse-avoidance-fancy-hook): Use it.
7660 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
7662         * avoid.el (mouse-avoidance-nudge-mouse)
7663         (mouse-avoidance-banish-destination): Stay within the current window
7664         to avoid problems with mouse-autoselect-window.
7666 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7668         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
7669         the newer format of some messages in cvs-1.12.1.
7671 2004-08-19  Masatake YAMATO  <jet@gyve.org>
7673         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
7674         (elp-results-jump-to-definition-by-mouse)
7675         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
7676         (elp-output-result): Use elp-output-insert-symname.
7678 2004-08-18  Kenichi Handa  <handa@m17n.org>
7680         * language/cyrillic.el: Register koi8-r in
7681         ctext-non-standard-encodings-alist.
7682         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
7684 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
7686         * emacs-lisp/copyright.el (copyright-update-year): Delete code
7687         that replaces 20xy with xy.
7689 2004-08-17  John Paul Wallington  <jpw@gnu.org>
7691         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
7692         (reb-force-update): Doc fix.
7694 2004-08-16  Richard M. Stallman  <rms@gnu.org>
7696         * progmodes/which-func.el (which-func-update-1): Doc fix.
7698         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
7699         (sh-mode-abbrev-table): New variable.
7701         * progmodes/compile.el (compilation-mode): Doc fix.
7703         * emacs-lisp/lisp-mode.el (eval-last-sexp):
7704         Don't cons a new symbol each time.
7705         (eval-last-sexp-fake-value): New variable.
7707         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
7708         (copyright-update-year): Detect continuation of list of years.
7710         * term.el (term-default-fg-color, term-default-bg-color)
7711         (ansi-term-color-vector): Use `unspecified', not nil, as default.
7713         * imenu.el: Several doc fixes: don't say variables are buffer-local.
7715 2004-08-16  Davis Herring <herring@lanl.gov>
7717         * isearch.el (isearch-string, isearch-message-string, isearch-point)
7718         (isearch-success, isearch-forward-flag, isearch-other-end)
7719         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7720         (isearch-barrier, isearch-within-brackets)
7721         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
7723 2004-08-16  Kenichi Handa  <handa@m17n.org>
7725         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
7727 2004-08-15  Kenichi Handa  <handa@m17n.org>
7729         * term/x-win.el (x-selection-value): If utf8 was successful but
7730         ctext was not, use utf8 string.
7732 2004-08-14  Davis Herring  <herring@lanl.gov>
7734         * isearch.el: Remove accidental changes of March 4.  Fix backing
7735         up when a regexp isearch is made more general.  Use symbolic
7736         accessor functions for isearch stack frames to make usage clearer.
7737         (search-whitespace-regexp): Made groups in documentation shy (as
7738         is the group in the default value).
7739         (isearch-fallback): New function, addresses problems with regexps
7740         liberalized by `\|', adds support for liberalization by `\}' (the
7741         general repetition construct), and incorporates behavior for
7742         `*'/`?'.
7743         (isearch-}-char): New command, calls `isearch-fallback' with
7744         arguments appropriate to a typed `}'.
7745         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
7746         appropriately.
7747         (isearch-mode-map): Bind `}' to `isearch-}-char'.
7748         (isearch-string, isearch-message,string, isearch-point)
7749         (isearch-success, isearch-forward-flag, isearch-other-end)
7750         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7751         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
7752         New inline functions to read fields of a stack frame.
7754 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
7756         * battery.el (battery-linux-proc-acpi): Look into battery
7757         directories matching the literal string "CMB", too (required for
7758         Linux kernel version 2.6.7).
7760 2004-08-14  John Paul Wallington  <jpw@gnu.org>
7762         * cus-start.el (read-file-name-completion-ignore-case): Add.
7763         (blink-cursor-alist): Change version to "21.4".
7765         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
7767 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
7769         * speedbar.el (speedbar-scan-subdirs): New option.
7770         (speedbar-file-lists): Don't ignore file-name case on Unix and use
7771         dolist.
7772         (speedbar-insert-files-at-point): Take an extra argument and use
7773         it to optionally find out if a subdir is empty.  Also unreadable
7774         files don't get expand buttons.
7775         (speedbar-directory): New image (unused pixmap already existed).
7776         (speedbar-expand-image-button-alist): Use it.
7778 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
7780         CC Mode update to 5.30.9:
7782         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
7783         Move from cc-vars to cc-defs for dependency reasons.  Fix the
7784         POSIX char class test to check that it works in
7785         `skip-chars-(forward|backward)' too.
7787         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7788         first argument starts with a special brace list.
7790         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
7791         when `c-opt-type-concat-key' is used (i.e. in Pike).
7793         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
7794         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
7795         >)".
7797         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
7798         whitespace safe.
7800         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
7801         position for `arglist-intro', `arglist-cont-nonempty' and
7802         `arglist-close' when there are two arglist open parens on the same
7803         line and there's nothing in front of the first.
7805         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
7806         locking of qualified names in Java, which previously could fontify
7807         common indexing expressions in many cases.  The standard Java
7808         naming conventions are used to tell them apart.
7810         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7811         Fix inconsistency wrt opening parens on the first line inside a paren
7812         block.
7814         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7815         compile time for the sake of `c-major-mode-is'.
7817         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7818         `c-major-mode-is' in the event that this is used inside a
7819         `c-lang-defconst'.
7821         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
7822         `c-lang-defconst' so that it works better with fallback languages.
7824         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
7825         it to fail to record the base mode.
7827         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7828         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
7829         is used.  Reorder the syntax checks to get more efficient
7830         skipping in some situations.
7832         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7833         continuation which might precede the newly inserted '{'.
7835         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7836         Fix cases where it could loop indefinitely.
7838         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7839         size specs correctly.  Only fontify identifiers in front of '('
7840         with as functions - don't accept any paren char.  Tighten up
7841         initializer skipping to stop before function and class blocks.
7843         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7844         the point could be left directly after an open paren when finding
7845         the beginning of the first decl in the block.
7847         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7848         table when filtering out legitimate open parens to be recorded.
7849         This could cause cache inconsistencies when e.g.
7850         `c++-template-syntax-table' was temporarily in use.
7852         * progmodes/cc-engine.el (c-on-identifier)
7853         (c-simple-skip-symbol-backward): Small fix for handling "-"
7854         correctly in `skip-chars-backward'.  Affected the operator lfun
7855         syntax in Pike.
7857         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7858         Fix bug that could cause an error from `after-change-functions' when
7859         the changed region is at bob.
7861 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
7863         CC Mode update to 5.30.9:
7865         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7866         to say that <TAB> doesn't insert WS into a CPP line.
7867         (c-indent-command, c-tab-always-indent): Amend doc strings.
7869         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7870         checks for user errors, thus eliminating cryptic and unhelpful
7871         Emacs error messages.  (1) Check the arg to `c-set-style' is a
7872         string.  (2) Check that settings to `c-offsets-alist' are not
7873         spuriously quoted.
7875         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7876         which precedes the newly inserted `{'.
7878 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
7880         Sync with Tramp 2.0.44.
7882         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7883         function "tramp_file_attributes".  Otherwise, file names
7884         containing spaces are misinterpreted.  Reported by Magnus Henoch
7885         <mange@freemail.hu>.
7886         (tramp-handle-file-truename): FILENAME must be expanded first.
7887         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7888         obscure results.  Reported by D. Goel <deego@gnufans.org>.
7889         (tramp-handle-verify-visited-file-modtime): If file does not
7890         exist, say it is not modified if and only if that agrees with the
7891         buffer's record.  Check whether a file is visiting the buffer, or
7892         the buffer has no recorded last modification time.  Return t in
7893         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
7894         <teirllm@auburn.edu>.
7895         (tramp-handle-write-region): Pass modtime explicitely to
7896         `set-visited-file-modtime', because filename can be different
7897         from (buffer-file-name) if `file-precious-flag' is set.
7898         `set-visited-file-modtime' must be called always when `visit' is t
7899         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7900         (tramp-handle-set-visited-file-modtime): If `time-list' is not
7901         nil, don't apply the whole body.  If the file doesn't exists, set
7902         modtime to '(-1 65535).  Suggested by Luc Teirlinck
7903         <teirllm@auburn.edu>.
7905 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7907         * help.el (describe-bindings): Doc fix.
7909         * subr.el (kbd): Doc fix.
7911 2004-08-08  John Paul Wallington  <jpw@gnu.org>
7913         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7914         instead of `string-to-int'.
7915         (define-ibuffer-column mode): Fix indentation.
7917 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
7919         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7921 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7923         * subr.el (global-unset-key, local-unset-key): Doc fixes.
7925         * novice.el (disabled-command-function): New variable renamed from
7926         `disabled-command-hook'.
7927         (disabled-command-hook): Keep the _variable_ as alias for
7928         `disabled-command-function' and make obsolete.
7929         (disabled-command-function): Function renamed from
7930         `disabled-command-hook'.  Adapt code to name change of the variable.
7932 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
7934         * simple.el (completion-root-regexp): New defvar.
7935         (completion-setup-function): Use it instead of a literal string.
7937 2004-08-07  John Paul Wallington  <jpw@gnu.org>
7939         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7940         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7941         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7942         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7944 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7946         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7947         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7949 2004-08-04  Kenichi Handa  <handa@m17n.org>
7951         * international/encoded-kb.el (encoded-kbd-setup-keymap):
7952         Fix previous change.
7954 2004-08-03  Kenichi Handa  <handa@m17n.org>
7956         * international/encoded-kb.el: The following changes are to
7957         utilize key-translation-map instead of minor mode map.
7958         (encoded-kbd-iso2022-non-ascii-map): Delete it.
7959         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7960         (encoded-kbd-last-key): New function.
7961         (encoded-kbd-iso2022-single-shift): New function.
7962         (encoded-kbd-iso2022-designation)
7963         (encoded-kbd-self-insert-iso2022-7bit)
7964         (encoded-kbd-self-insert-iso2022-8bit)
7965         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7966         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7967         key-translation-map.
7968         (encoded-kbd-setup-keymap): Setup key-translation-map.
7969         (saved-key-translation-map): New variable.
7970         (encoded-kbd-mode): Save/restore key-translation-map.
7971         Adjust for the change of encoded-kbd-setup-keymap.
7973 2004-08-02  Kim F. Storm  <storm@cua.dk>
7975         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7976         and call compute-motion with nil for topos and width to get proper
7977         usable width and height for both window and non-window systems.
7979         * windmove.el (windmove-coordinates-of-position): Let compute-motion
7980         calculate usable window width and height.
7982         * window.el (window-buffer-height): Call compute-motion with nil width.
7984 2004-08-01  David Kastrup  <dak@gnu.org>
7986         * replace.el (query-replace-read-from):
7987         Use `query-replace-compile-replacement'.
7988         (query-replace-compile-replacement): New function.
7989         (query-replace-read-to): Use `query-replace-compile-replacement'
7990         for repeating the last command.
7992 2004-08-01  John Paul Wallington  <jpw@gnu.org>
7994         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7995         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7996         (pr-switches): Remove period from end of error messages.
7998         * help-mode.el (help-go-back): Likewise.
8000         * abbrev.el (only-global-abbrevs): Doc fix.
8001         (edit-abbrevs-map): Define within defvar.
8002         (quietly-read-abbrev-file): Doc fix.
8004 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
8006         * novice.el (enable-command, disable-command): Doc fixes.
8008         * subr.el (event-modifiers, event-basic-type): Doc fixes.
8010 2004-07-30  Richard M. Stallman  <rms@gnu.org>
8012         * subr.el (with-local-quit): Doc fix.
8014 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
8016         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
8018 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
8020         * custom.el (defcustom): Doc fix.
8022 2004-07-28  Masatake YAMATO  <jet@gyve.org>
8024         * progmodes/etags.el (etags-tags-apropos): Show building progress.
8026 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8028         * imenu.el (imenu-prev-index-position-function)
8029         (imenu-extract-index-name-function, imenu-name-lookup-function)
8030         (imenu--index-alist): Docstring redundancy fix.
8032 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
8034         * wdired.el (wdired-finish-edit): Require dired-aux before locally
8035         binding dired-backup-overwrite.
8037 2004-07-25  John Paul Wallington  <jpw@gnu.org>
8039         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
8041 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8043         * term/tty-colors.el (tty-color-approximate): Doc fix.
8045         * select.el (x-get-selection, x-set-selection): Doc fixes.
8047         * frame.el (make-frame): Doc fix.
8049 2004-07-24  Richard M. Stallman  <rms@gnu.org>
8051         * mail/rmail.el (rmail-mime-charset-pattern):
8052         Don't include semicolon in the charset value.
8054         * replace.el (occur-next-error): Call set-window-point.
8055         (occur-engine): Handle negative NLINES.
8057 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
8059         * frame.el (modify-all-frames-parameters): Minor doc fix.
8060         (set-frame-configuration): Doc fix.
8062 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8064         * simple.el (completion-setup-function): Compute the common parts
8065         and the first difference place correctly when
8066         partial-completion-mode is on.
8068 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8070         * ps-print.el: Doc fix.
8071         (ps-print-version): New version 6.6.5.
8072         (ps-printing-region): Doc fix.
8073         (ps-generate-string-list): Comment fix.
8074         (ps-message-log-max): Code fix.
8076 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8078         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
8079         generated PostScript.
8081 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
8083         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
8084         with Gnus v5_10 branch.)
8086 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8088         * calendar/time-date.el (time-to-number-of-days): New function.
8089         Imported from from Gnus.
8091 2004-07-22  Kim F. Storm  <storm@cua.dk>
8093         * progmodes/make-mode.el: Fix comments.
8095 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8097         * printing.el: Doc fix.
8099 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
8101         * frame.el (modify-all-frames-parameters): Minor doc fix.
8103 2004-07-20  Richard M. Stallman  <rms@gnu.org>
8105         * textmodes/fill.el (fill-nobreak-p): If this break point is
8106         at the end of the line, don't consider the newline which follows
8107         as a reason to return t.
8109 2004-07-19  John Paul Wallington  <jpw@gnu.org>
8111         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
8113 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
8115         * dired-aux.el (dired-do-kill-lines): Expand docstring.
8116         Delete irrelevant code.
8118 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8120         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8121         New docstring.  From Luc Teirlinck.
8123 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
8125         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
8126         section.
8127         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
8128         non-file buffers.  We know it is nil.
8130 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8132         Sync with Tramp 2.0.43.
8134         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8135         Remove outdated comment.
8136         (tramp-locked, tramp-locker): New variables for implementing a
8137         global lock.
8138         (tramp-sh-file-name-handler): Use them to implement the global lock.
8140 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
8142         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
8143         calls to respective `xxx` calls.
8144         (tramp-process-alive-regexp): Precise doc string.
8145         (tramp-multi-action-process-alive): New defun.
8146         (tramp-multi-actions): Use it.
8147         (tramp-handle-find-backup-file-name): `copy-tree' is available
8148         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
8149         in order to avoid this function.
8150         (tramp-handle-write-region): Set current buffer.  If connection
8151         wasn't open, `file-modes' has changed it accidently.  Reported by
8152         David Kastrup <dak@gnu.org>.
8153         (tramp-enter-password, tramp-read-passwd): New arguments USER and
8154         HOST.
8155         (tramp-action-password, tramp-multi-action-password): Apply it.
8156         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
8157         name must still contain the port number.  Otherwise, we have two
8158         Tramp buffers, with all the confusion.  Reported by Myron Selby
8159         <myron@xytech.com> and Rolf Dubitzky
8160         <Dubitzky@physi.uni-heidelberg.de>.
8162         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
8163         HOST to `tramp-enter-passwd'.
8165         * net/tramp-vc.el (all): Code cleanup.  Change all
8166         `tramp-handle-xxx' calls to respective `xxx` calls.
8168 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
8170         * emacs-lisp/testcover.el: New category "potentially-1valued" for
8171         functions that are not erroneous if either 1-valued or
8172         multi-valued.  Detect functions in this class.
8173         (testcover-1value-functions, testcover-compose-functions)
8174         (testcover-progn-functions) Add some additional functions to lists.
8175         (testcover-mark): Bugfix when marking up the definition for an
8176         empty function.
8178 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8180         * replace.el (occur-read-primary-args): Pass default to
8181         read-from-minibuffer.
8183         * mail/footnote.el (footnote-section-tag): Use defcustom.
8185         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
8186         Compile font-lock-keywords, not KEYWORDS.
8187         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
8188         Add warn, check-type.  Handle cerror like error.
8190 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8192         * progmodes/which-func.el (which-func-keymap): New var.
8193         (which-func-face): New face.
8194         (which-func-format): Use them.
8196 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8198         * buff-menu.el (list-buffers-noselect): Append the buffer's
8199         process status to its mode name.
8201 2004-07-16  Kim F. Storm  <storm@cua.dk>
8203         * simple.el (inhibit-mark-movement): New defvar.
8204         (beginning-of-buffer, end-of-buffer): Do not push mark if
8205         inhibit-mark-movement is non-nil or C-u prefix is given.
8207         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
8208         Init to beginning-of-buffer and end-of-buffer.
8209         (cua--undo-push-mark): New defvar.
8210         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
8211         already active and command is in cua--preserve-mark-commands.
8212         Also fix check for shift modifier on non-window systems.
8213         (cua--post-command-handler): Clear inhibit-mark-movement if set.
8215 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8217         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
8218         of two integers, instead of a cons.
8220         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8221         `visited-file-modtime' now returns a list of two integers, instead
8222         of a cons.
8224         * dired.el (dired-directory-changed-p): Ditto.
8226         * progmodes/grep.el (grep): Doc fix.
8228 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8230         * autorevert.el (auto-revert-tail-mode)
8231         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
8232         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
8233         in both at the same time.
8234         (auto-revert-tail-mode): New command.
8235         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
8236         (auto-revert-handler): Revert only either tail or whole file.
8238         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
8239         add auto-revert-tail-mode.
8241 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8243         * printing.el: Doc fix.  Change name of some funs.
8244         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
8245         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
8246         (pr-standard-file-name): New fun.  Replace pr-standard-path.
8247         (pr-call-process): Code fix.
8249 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
8251         * subr.el (with-selected-window): Doc fix.
8253 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
8255         * subr.el (get-buffer-window-list): Doc fix.
8257 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
8259         * files.el (switch-to-buffer-other-window): Doc fix.
8261         * window.el (save-selected-window, one-window-p)
8262         (split-window-keep-point, split-window-vertically)
8263         (split-window-horizontally): Doc fixes.
8265 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8267         * printing.el: Doc fix.  Now it uses call-process instead of
8268         shell-command for low command execution.
8269         (pr-version): New version number (6.8).
8270         (pr-shell-file-name): Option removed.
8271         (pr-shell-command): Fun removed.
8272         (pr-call-process): New fun.  Replace pr-shell-command.
8273         (pr-standard-path, pr-remove-nil-from-list): New funs.
8274         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
8275         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
8276         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
8277         (pr-ps-utility-process, pr-txt-print): Code fix.
8279 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8281         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
8282         boolean.
8284 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
8286         * wid-edit.el (widget-field-buffer): Doc fix.
8288 2004-07-09  John Paul Wallington  <jpw@gnu.org>
8290         * emacs-lisp/re-builder.el (reb-update-overlays):
8291         Distinguish between one and several matches in message.
8293 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8295         * mouse.el (mouse-set-region-1): If transient-mark-mode
8296         is `identity', change it to `only'.
8298         * simple.el (current-word): Doc fix.
8300 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
8302         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
8303         so that it is more understanding of whitespace.
8305         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
8306         (("ns" . "element") (attr-list) children) instead of
8307         ((:ns . "element") (attr-list) children) in order to reduce the
8308         number of symbols used.
8309         (xml-skip-dtd): Change to use xml-parse-dtd but set
8310         xml-validating-parsing to nil.
8311         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
8312         (xml-substitute-entity): Remove in favor of new entity substitution.
8313         (xml-substitute-special): Rewrite in to substitute complex
8314         entities from DOCTYPE declarations.
8315         (xml-parse-fragment): Parse fragments from entity deleclarations.
8316         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
8317         (xml-parse-dtd, xml-substitute-special): Make validity checks
8318         conditioned on xml-validating-parser.  Add "Not Well Formed" to
8319         error messages about well-formedness.
8321 2004-07-08  Steven Tamm  <steventamm@mac.com>
8323         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
8324         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
8325         Do not treat double clicks and triple clicks specially in the
8326         scroll bar (preventing strange repositioning problems)
8328 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8330         * replace.el (query-replace-regexp-eval): Fix last change.
8332 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8334         * replace.el (query-replace-descr): New fun.
8335         (query-replace-read-from, query-replace-read-args): Default to the
8336         previous from&to.
8337         (query-replace-read-to): Quote the `from' string when displaying it.
8338         (query-replace-regexp-eval): Immediately check read-only status.
8339         Use query-replace-read-from to get the \n checking.
8340         Quote the `from' string when displaying it.
8341         (map-query-replace-regexp, occur-read-primary-args):
8342         Quote the `from' string when displaying it.
8344         * isearch.el (isearch-query-replace): Pass the regexp-ness and
8345         delimited-ness of the search to query-replace.
8347         * replace.el (query-replace-read-from, query-replace-read-to):
8348         New funs extracted from query-replace-read-args.
8349         (query-replace-read-args): Use them.
8351         * replace.el (query-replace-interactive, query-replace-read-args):
8352         Remove the `initial' special value.
8353         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
8354         (occur-engine): Remove unused var `matchend'.
8356         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
8357         Use the search string without prompting.
8359 2004-07-05  Kenichi Handa  <handa@m17n.org>
8361         * international/mule.el (decode-coding-inserted-region):
8362         Set last-coding-system-used only when coding is nil.
8364 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
8366         * progmodes/grep.el (grep-compute-defaults, grep-command)
8367         (grep-program, find-program, grep-find-use-xargs, grep-history)
8368         (grep-find-history, grep-tag-default, grep-find-command)
8369         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
8370         Add autoload cookies, for unbundled packages that load `compile'
8371         and expect all grep-related symbols to become defined.
8373 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
8375         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
8376         (iimage-mode-image-search-path): New user option to search the
8377         image file.
8378         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
8379         have locate-file.
8380         (iimage-mode-buffer): Use it.
8382 2004-07-03  Nick Roberts  <nickrob@gnu.org>
8384         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
8385         carefully.
8386         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
8388 2004-07-03  Juri Linkov  <juri@jurta.org>
8390         * replace.el (query-replace-read-args): Swallow space after 'foo,
8391         not after (quote foo).  Match space only immediately after symbol,
8392         not anywhere in the whole string.
8394 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8396         * replace.el (query-replace-read-args): Swallow space after
8397         symbols, not after closeparens.  But avoid error if string ends there.
8399         * progmodes/python.el (python-beginning-of-statement):
8400         Exit the loop if backward-up-list gets error.
8402         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
8404 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
8406         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
8407         only if vc-consult-headers is non-nil.
8409 2004-07-02  Juri Linkov  <juri@jurta.org>
8411         * pcvs.el (cvs-mode-diff-repository): New command.
8413         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
8415 2004-07-01  Juri Linkov  <juri@jurta.org>
8417         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
8418         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
8419         C-M-% to isearch-query-replace-regexp.
8420         (minibuffer-local-isearch-map): Add arrow key bindings.
8421         Bind C-f to isearch-yank-char-in-minibuffer.
8422         (isearch-forward): Doc fix.
8423         (isearch-edit-string): Doc fix.
8424         (isearch-query-replace, isearch-query-replace-regexp): New funs.
8425         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
8426         (isearch-yank-char): Add optional arg.
8427         (isearch-yank-char-in-minibuffer): New fun.
8429         * replace.el (query-replace-interactive): Change type from boolean
8430         to choice.  Add value `initial'.
8431         (query-replace-read-args): Handle value `initial' of
8432         query-replace-interactive.
8434 2004-06-29  Kim F. Storm  <storm@cua.dk>
8436         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
8437         (breakpoint-disabled-bitmap-face): Add :group 'gud.
8439         * progmodes/ada-xref.el (ada-tight-gvd-integration):
8440         Add :group 'ada.
8442         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
8444 2004-06-29  Juri Linkov  <juri@jurta.org>
8446         * replace.el (query-replace-read-args): Swallow a space after
8447         everything except )]" which in most cases means after a symbol.
8449         * emacs-lisp/pp.el (pp-buffer): Add autoload.
8451 2004-06-28  Richard M. Stallman  <rms@gnu.org>
8453         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
8454         More changes to go with previous change in font-lock.el.
8456 2004-06-26  David Kastrup  <dak@gnu.org>
8458         * replace.el (perform-replace): Highlight the match even in
8459         non-query mode if there is potential replace string editing.
8461 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
8463         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
8464         agree with new return value of `file-remote-p'.
8465         This syncs with Tramp 2.0.42.
8467         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
8468         according to new documentation of `file-remote-p'.
8470         * files.el (file-remote-p): Fix doc to say that return value is
8471         identification of remote system, if not nil.
8472         (file-relative-name): Use new return value of `file-remote-p'.
8474 2004-06-26  Nick Roberts  <nickrob@gnu.org>
8476         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
8477         (gdb-goto-breakpoint): Fix breakage.
8479 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
8481         * man.el (Man-getpage-in-background): Add windows-nt to the list
8482         of systems where shell-file-name should be used instead of
8483         literal "sh".
8485 2004-06-25  Sam Steingold  <sds@gnu.org>
8487         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
8488         function names `(setf symbol)'.
8490 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8492         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
8494         * font-lock.el (font-lock-keywords): Change format of compiled values.
8495         Document it.
8496         (font-lock-add-keywords): If font-lock-keywords is compiled,
8497         extract the uncompiled version, modify, then recompile.
8498         (font-lock-remove-keywords): Likewise.
8499         (font-lock-fontify-keywords-region): Handle changed format.
8500         (font-lock-compile-keywords): Handle changed format.
8501         (font-lock-set-defaults): Compile the keywords explicitly here.
8503 2004-06-24  David Kastrup  <dak@gnu.org>
8505         * replace.el (query-replace-read-args): Implement `\,' and `\#'
8506         replacements here.
8507         (query-replace-regexp): Doc string explaining this and the new
8508         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
8509         is better placed in `query-replace-read-args'.
8510         (replace-regexp): Explain `\,', `\#' and `\?'.
8511         (replace-match-data): New function for thorough reuse/destruction
8512         of old match-data.
8513         (replace-match-maybe-edit): Function for implementing `\?' editing.
8514         (perform-replace): Fix maintaining of the match stack including
8515         already matched regions, implement `\?', fix various problems
8516         with regions while editing and other stuff.
8517         (replace-highlight): Simplify.
8519 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
8521         * progmodes/grep.el (grep-error-screen-columns): New variable.
8522         (grep-regexp-alist): Give it the full functionality of gnu style
8523         compilation messages with line and column ranges.  Ask me for the
8524         perl script I'm working on, that uses these.
8526 2004-06-23  Nick Roberts  <nickrob@gnu.org>
8528         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
8529         Remove.
8530         (comint-insert-input, comint-mouse-insert-input): New functions
8531         based on comint-insert-clicked-input for two bindings but just
8532         one functionality.
8534 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8536         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
8538 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8540         * files.el (write-contents-functions): Doc fix.
8542 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8544         * image.el (image-library-alist): Rewrite docstring in active voice.
8546 2004-06-20  Richard M. Stallman  <rms@gnu.org>
8548         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
8550         * isearch.el (isearch-repeat): Avoid testing old match data.
8551         (isearch-message): Display trailing space in special font
8552         when search is failing.
8553         (isearch-search-fun-function): Doc fix.
8555         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
8557 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
8559         * frame.el (show-trailing-whitespace): Doc fix.
8561         * cus-edit.el (custom-variable-documentation): New function.
8562         (custom-variable): Use it.
8564 2004-06-19  Nick Roberts  <nickrob@gnu.org>
8566         * man.el (Man-getpage-in-background): Revert previous change but
8567         make cygwin a special case.
8569 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
8571         * autorevert.el (global-auto-revert-non-file-buffers):
8572         Update docstring.
8574 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
8576         * progmodes/compile.el (compilation-error-properties): Store one
8577         more than end-col, if present, so that transient-mark-mode will
8578         highlight last char too.
8579         * progmodes/grep.el (grep-regexp-alist): Match columns and column
8580         ranges, if present.
8582 2004-06-18  Jason Rumney  <jasonr@gnu.org>
8584         * makefile.w32-in: Double percent signs in for loops.
8586 2004-06-17  David Kastrup  <dak@gnu.org>
8588         * replace.el (query-replace-read-args): Only warn about use of \n
8589         and \t when we are doing a regexp replacement and the actual
8590         escaped character is n or t.
8591         (query-replace-regexp): Add \, and \# interpretation to
8592         interactive call and document it.
8593         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
8594         as shortkey for replace-count.
8595         (replace-quote): New function for doubling backslashes.
8597 2004-06-17  Juanma Barranquero  <lektu@terra.es>
8599         * files.el (parse-colon-path, cd): Mention in docstring that the
8600         path separator is colon in GNU-like systems.
8602         * newcomment.el (comment-region-internal): Fix docstring.
8604         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
8605         (ewoc-invalidate, ewoc-collect): Doc fixes.
8606         (ewoc--create-node, ewoc--delete-node-internal):
8607         Fix typos in docstring.
8609 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8611         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
8612         manual to docstring.
8614 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8616         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
8618 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8620         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8621         Add hyperlink to emacs-xtra manual to docstring.
8623         * autorevert.el (global-auto-revert-non-file-buffers):
8624         Add hyperlink to emacs-xtra manual to docstring, as well as an
8625         info-link.
8627 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8629         * image.el (image-library-alist): New variable to map image types
8630         to external libraries.  Initialized to nil, unless system-specific
8631         configs change it.
8632         (image-type-available-p): Determine whether an image type is
8633         available by calling `init-image-library'.
8635         * term/w32-win.el (image-library-alist): Initialize to a known set
8636         of probable library names.
8638 2004-06-14  Kenichi Handa  <handa@m17n.org>
8640         * international/code-pages.el (windows-1256, cp1125): Fix tables
8641         for several characters.
8643         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
8645 2004-06-13  Richard M. Stallman  <rms@gnu.org>
8647         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
8649         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
8650         not "`pc-selection-mode'".
8652         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
8654         * simple.el (previous-matching-history-element): Specify a default.
8656         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
8658         * cus-face.el (custom-declare-face): Simplify code.
8660         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
8662 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8664         * files.el (before-save-hook): Add `time-stamp' to the options.
8666         * time-stamp.el (time-stamp): Recommend adding it to
8667         `before-save-hook', rather than `write-file-functions'.
8668         Make a similar change in `Commentary' section.
8670 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8672         * diff-mode.el (diff-current-defun): If at start of hunk, use
8673         position of first change.
8675 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8677         * dired-x.el (dired-mark-omitted): Bind to "*O".
8679 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
8681         * bookmark.el (bookmark-bmenu-relocate): New function, as
8682         suggested by David J. Biesack <David.Biesack@sas.com>.
8683         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
8684         (bookmark-bmenu-mode): Describe binding in doc string.
8685         (bookmark-set-filename): Save the bookmark list if it's time.
8687 2004-06-13  Kenichi Handa  <handa@m17n.org>
8689         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
8690         (ccl-untranslated-to-ucs): Fix typo.
8692 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8694         * progmodes/python.el (python-open-block-statement-p):
8695         Fix indentation after a block opening that contains a comment.
8697 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
8699         * bindings.el (completion-ignored-extensions): Add file extensions
8700         of Python byte-compiled files.
8702 2004-06-12  Juri Linkov  <juri@jurta.org>
8704         * info.el (Info-goto-node): Add autoload.
8705         (Info-toc): Add substring-no-properties on Info file name.
8706         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
8707         (Info-mode-map): Bind L to Info-history, T to Info-toc.
8709 2004-06-12  Kenichi Handa  <handa@m17n.org>
8711         * international/mule-cmds.el (set-language-environment):
8712         Load subst tables if necessary.
8714         * international/mule.el (decode-char): Load subst tables if necessary.
8715         (encode-char): Likewise.
8717         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
8718         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
8719         (utf-16le-decode-loop): Set r5 to -1 before loop.
8720         (utf-16be-decode-loop): Likewise.
8721         (ccl-decode-mule-utf-16le): Add EOF processing block.
8722         (ccl-decode-mule-utf-16be): Likewise.
8723         (ccl-decode-mule-utf-16le-with-signature): Likewise.
8724         (ccl-decode-mule-utf-16be-with-signature): Likewise.
8725         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
8726         (ccl-mule-utf-16-encode-untrans): New CCL.
8727         (utf-16-decode-to-ucs): Handle pre-read character.
8728         (utf-16le-encode-loop): Handle surrogate pair.
8729         (utf-16be-encode-loop): Likewise.
8730         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
8731         of utf-16le-encode-loop.
8732         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
8733         of utf-16be-encode-loop.
8734         (mule-utf-16-post-read-conversion):
8735         Call utf-8-post-read-conversion at first.
8736         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
8737         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
8738         Add post-read-conversion and pre-write-conversion.
8740         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
8741         (utf-translate-cjk-unicode-range): New variable.
8742         (utf-translate-cjk-load-tables): New function.
8743         (utf-lookup-subst-table-for-decode): New function.
8744         (utf-lookup-subst-table-for-encode): New function.
8745         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
8746         tables here.  Update safe-charsets of utf-* coding systems.
8747         (ccl-mule-utf-untrans): New CCL.
8748         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
8749         at end of each branch.
8750         (ccl-mule-utf-8-encode-untrans): New CCL.
8751         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
8752         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
8753         length of encoding.  Don't return r0.
8754         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
8755         (utf-8-post-read-conversion): Narrow to region properly.
8756         If utf-translate-cjk-mode is on, load tables if necessary.
8757         Call utf-8-compose with hash-table arg if necessary.
8758         Call XXX-compose-region instead of XXX-post-read-convesion.
8759         (utf-8-pre-write-conversion): New function.
8760         (mule-utf-8): Include CJK charsets in safe-charsets if
8761         utf-translate-cjk-mode is on.  Add pre-write-conversion.
8763         * international/characters.el: Temporarily set
8764         utf-translate-cjk-mode to nil.
8766         * language/devan-util.el (devanagari-compose-region):
8767         Add autoload cookie.
8769         * international/ccl.el (ccl-dump-call): Fix printing the
8770         subroutine name.
8772 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8774         * dired.el (dired-revert): If buffer is marked unmodified before
8775         reverting, keep it marked unmodified.
8776         Adapt to new conventions for commenting out code.
8777         (dired-make-relative): Adapt to new conventions for commenting out code.
8779 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
8781         * eshell/esh-module.el (eshell-load-defgroups):
8782         Bind `vc-handled-backends' to nil when opening files.
8784 2004-06-11  Juanma Barranquero  <lektu@terra.es>
8786         * files.el (parse-colon-path, cd): Doc fixes (refer to
8787         `path-separator', not colon).
8789 2004-06-10  Juanma Barranquero  <lektu@terra.es>
8791         * newcomment.el (comment-search-forward)
8792         (comment-search-backward): Fix typos in docstring.
8793         (comment-region): Doc fix.
8795 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8797         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
8798         switch is no longer stored in `dired-switches-alist'.
8800         * dired-aux.el (dired-insert-subdir): Do not store R switch in
8801         `dired-switches-alist'.
8803 2004-06-10  Kim F. Storm  <storm@cua.dk>
8805         * pcvs.el (cvs-mode-diff-yesterday): New command.
8807         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8809 2004-06-10  Juri Linkov  <juri@jurta.org>
8811         * emacs-lisp/edebug.el (edebug-eval-defun):
8812         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8813         Fix docstring.
8815         * simple.el (eval-expression-print-format): Don't print additional
8816         information on the first call to `eval-print-last-sexp'.
8817         (next-error-find-buffer): Fix punctuation.
8818         (killing) <defgroup>: Fix punctuation.
8819         (yank-excluded-properties): Change group from editing to killing.
8821         * replace.el (perform-replace): Use `limit' to terminate the
8822         while-loop explicitly.
8824 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8826         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8827         Use lc-*.xpm as prefix instead of *-locol.xpm.
8829         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8830         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8831         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8832         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8833         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8834         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8835         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8836         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8837         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8838         * toolbar/lc-up_arrow.xpm:
8839         Rename from *-locol.xpm.
8841 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
8843         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8844         include forms like &<str>; as valid url patterns.
8846 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
8848         * dired.el (dired-diff, dired-backup-diff)
8849         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8850         (dired-do-chown, dired-do-touch, dired-do-print)
8851         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8852         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8853         (dired-create-directory, dired-do-copy, dired-do-symlink)
8854         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8855         (dired-do-copy-regexp, dired-do-hardlink-regexp)
8856         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8857         (dired-maybe-insert-subdir, dired-next-subdir)
8858         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8859         (dired-kill-subdir, dired-tree-up, dired-tree-down)
8860         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8861         (dired-run-shell-command, dired-query): Remove redundant,
8862         or incorrect, autoloads.
8864         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8865         does not end in a slash.  Add optional argument KILL-ROOT.
8866         Update docstring.
8867         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8868         (dired-query): Add autoloads.
8870 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
8872         * progmodes/compile.el (compilation-set-window-height):
8873         Rearrange the save-* functions because a buffer can have several current
8874         point in different windows.
8875         (compilation-error-regexp-alist-alist): Recognize {standard input}
8876         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8878 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8880         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8881         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8882         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8883         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8884         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8885         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8886         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8887         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8888         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8889         * toolbar/up_arrow-locol.xpm:
8890         New versions of icons that uses fewer colors.
8892         * toolbar/tool-bar.el (tool-bar-local-item)
8893         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8894         if display-color-cells is 256 or less.
8896 2004-06-08  Kim F. Storm  <storm@cua.dk>
8898         * wid-edit.el (widget-specify-button): Use hand pointer rather
8899         than mouse-face as visible mouse-over effect.
8901 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
8903         * saveplace.el (save-place-alist-to-file): Bind `print-length'
8904         and `print-level' to nil when writing out `save-place-alist'.
8905         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8907 2004-06-07  Juanma Barranquero  <lektu@terra.es>
8909         * completion.el (completion-kill-region): Doc fix.
8911         * format.el (format-insert-annotations)
8912         (format-annotate-location): Doc fixes.
8913         (format-subtract-regions): Make arguments match their use in docstring.
8915         * simple.el (kill-region): Doc fix.
8917         * subr.el (insert-buffer-substring-no-properties)
8918         (insert-buffer-substring-as-yank): Doc fixes.
8920 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
8922         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8923         Update docstring.
8924         (dired-reset-subdir-switches): New function.
8926         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8927         Limit scope of `buffer-read-only' binding.
8929 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
8931         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8932         eshell-explicit-command-char.
8934 2004-06-06  Juanma Barranquero  <lektu@terra.es>
8936         * help-fns.el (help-argument-name): Inherit from italic face only
8937         if the frame supports it.
8939 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8941         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8942         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8943         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8944         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8945         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8946         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8947         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8948         New conversions from xpm files.
8950         * toolbar/README: New file.
8952 2004-06-06  Richard M. Stallman  <rms@gnu.org>
8954         * isearch.el (isearch-mode-map): Undo previous change.
8956 2004-06-05  Juri Linkov  <juri@jurta.org>
8958         * bindings.el (debug-ignored-errors): Add regexps for history
8959         related messages.  Remove $ from "No further undo information".
8960         Move Ediff's messages to ediff.el.
8962         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8964         * cus-edit.el (custom-display): Add `min-colors'.
8966         * custom.el (defface): Add `supports' to docstring.
8968         * help-fns.el (help-argument-name): Add :group 'help.
8970 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
8972         * find-dired.el (find-ls-subdir-switches): New user option.
8973         (find-dired): No longer call `abbreviate-file-name' on DIR.
8974         Set `dired-subdir-switches' buffer-locally.
8976         * locate.el: Merge the two `Commentary' sections.
8977         (locate-ls-subdir-switches): New user option.
8978         (locate): Update for other changes.
8979         (locate-mode-map): Restore Dired binding for mouse-2.
8980         Bind `locate-mouse-view-file' to M-mouse-2.
8981         Bind `l' to `locate-do-redisplay'.
8982         (locate-main-listing-line-p, locate-do-redisplay): New functions.
8983         (locate-mouse-view-file, locate-tags, locate-find-directory):
8984         Print message if used outside main listing.
8985         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
8986         Various changes to support inserted subdirectories.
8987         (locate-insert-header): Change header of *Locate* buffer.
8989         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8990         Change interactive default switches.
8991         (dired-rename-subdir-2): Update `dired-switches-alist'.
8992         (dired-insert-subdir, dired-kill-subdir):
8993         Handle `dired-switches-alist'.  Do not mark buffer modified.
8994         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8995         (dired-insert-subdir-doinsert): Omit messages.
8996         Handle `dired-subdir-switches'.
8997         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8999         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
9000         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
9001         subdirs if -R switch is used for a subdir.
9002         (dired-mode): Set `dired-switches-alist'.
9003         (dired-build-subdir-alist): Only print number of directories in
9004         echo area when invoked interactively.
9006 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
9008         * dired-x.el (dired-omit-mode): Rename from
9009         dired-omit-files-p.  Use define-minor-mode to define it.
9010         (dired-omit-files-p): Add as alias for dired-omit-mode.
9011         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
9012         dired-mark-omitted.
9013         (dired-mark-omitted): Add.  Bind to M-O.
9015 2004-06-05  Kenichi Handa  <handa@m17n.org>
9017         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
9019 2004-06-05  Juanma Barranquero  <lektu@terra.es>
9021         * help-fns.el (help-argument-name): Reintroduce face.
9022         (help-default-arg-highlight): Use it, now that
9023         `face-differs-from-default-p' can be trusted.
9025 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
9027         * textmodes/table.el: Sentence commands added to Point Motion
9028         group; kill and backward-kill commands added to Extraction group.
9030 2004-06-04  Mario Lang  <mlang@delysid.org>
9032         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9033         systems appear to use mW, make the code handle this.  Fix a
9034         division-by-zero bug while at it, and handle kernels with
9035         a slightly different layout in /proc/acpi.
9037 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
9039         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
9040         because the latter is a CL-ism.  This fixes the bug reported by
9041         Shawn Boyette <mdxi@collapsar.net> in
9042         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
9044 2004-06-04  Miles Bader  <miles@gnu.org>
9046         * faces.el (display-supports-face-attributes-p): Function moved to
9047         C code.  Previously only the tty-related portion of this function
9048         was done in C; however the previous attempt to do a halfway-proper
9049         job for non-tty displays in lisp didn't work properly because of
9050         funny conditions during Emacs startup.
9051         (face-differs-from-default-p): Simplify, now that
9052         display-supports-face-attributes-p works properly on all display
9053         types.  Remove :stipple from comparison; it doesn't really work
9054         in emacs anyway.
9056 2004-06-04  Miles Bader  <miles@gnu.org>
9058         * faces.el (face-differs-from-default-p): Use a different
9059         implementation, so we can really check whether FACE displays
9060         differently or not.
9062 2004-06-04  Miles Bader  <miles@gnu.org>
9064         * faces.el (display-supports-face-attributes-p): Implement a
9065         `different from default' check for non-tty displays.
9067 2004-06-03  David Kastrup  <dak@gnu.org>
9069         * woman.el (woman-mapcan): More concise code.
9070         (woman-topic-all-completions, woman-topic-all-completions-1)
9071         (woman-topic-all-completions-merge): Replace by a simpler and
9072         much faster implementation based on O(n log n) sort/merge instead
9073         of the old O(n^2) behavior.
9075 2004-06-03  Miles Bader  <miles@gnu.org>
9077         * subr.el (read-number): Use canonical format for default in prompt.
9079         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
9080         Add regexp for " [...]" style defaults.
9082 2004-06-02  Romain Francoise  <romain@orebokech.com>
9084         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
9085         groups: if the user asks for a hidden buffer, open the
9086         corresponding filter group to expose it.
9088         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
9089         `ibuffer-jump-to-buffer'.
9090         (ibuffer-jump-offer-only-visible-buffers): New user option.
9092 2004-06-02  Juanma Barranquero  <lektu@terra.es>
9094         * faces.el (frame-update-faces): Add empty docstring so the one
9095         for `ignore' doesn't show through.
9097         * subr.el (process-kill-without-query): Remove spurious "\n" on
9098         obsolescence string.
9099         (focus-frame, unfocus-frame): Add obsolescence declaration and
9100         empty docstring.
9102         * international/mule.el (register-char-codings): Make alias for
9103         `ignore'.  Move docstring to obsolescence info and remove redundancy.
9105 2004-06-02  Kim F. Storm  <storm@cua.dk>
9107         * frame.el (blink-cursor-start): Turn cursor off initially so blink
9108         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
9110 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9112         * comint.el (comint-replace-by-expanded-history-before-point):
9113         Obey `start' as the docstring says.
9114         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
9115         (comint-update-fence): Prevent font-lock from running unnecessarily.
9116         (comint-dynamic-list-completions): Use with-current-buffer.
9118 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9120         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
9121         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
9122         (bibtex-entry-update): Handle alternatives and optional fields.
9123         (bibtex-parse-entry): Bugfix, handle empty key.
9125 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         * vc-arch.el (vc-arch-state): Don't assume the file exists.
9129 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
9131         * desktop.el (desktop-save): Don't save minor modes without a
9132         known mode initialization function.
9134 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
9136         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
9138         * autorevert.el: Update `Commentary' section.
9140 2004-05-30  Juanma Barranquero  <lektu@terra.es>
9142         * dos-fns.el (convert-standard-filename):
9143         * files.el (convert-standard-filename):
9144         * w32-fns.el (convert-standard-filename):
9145         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
9147 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9149         Sync with Tramp.
9151         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
9152         (tramp-let-maybe): Move to an earlier spot in the file.
9153         Patch by Andreas Schwab.
9155 2004-05-30  Andreas Schwab  <schwab@suse.de>
9157         * dired.el (dired-get-filename): Don't use dired-re-dot.
9159 2004-05-30  Richard M. Stallman  <rms@gnu.org>
9161         * files.el (find-file): Doc fix.
9163         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
9165 2004-05-30  Nick Roberts  <nickrob@gnu.org>
9167         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
9168         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
9169         modeline of the locals buffer.
9170         (gdb-goto-breakpoint): Handle gdbmi.
9171         (gdb-get-frame-number): Change for gdbmi.
9173 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
9175         * files.el (file-remote-p): Apply file name handler for operation
9176         `file-remote-p'.  It isn' a property any longer.
9177         (file-relative-name): `fh' and `fd' get the required value via
9178         `find-file-name-handler' already.
9180         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
9181         (top): Remove setting of `file-remote-p' property for
9182         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
9184 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
9186         Version 2.0.41 of Tramp released.
9188         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
9189         Throw away if process has died.
9190         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
9191         (tramp-out-of-band-prompt-regexp): Rename to
9192         `tramp-process-alive-regexp', because its usage is widen.
9193         (tramp-actions-copy-out-of-band): Apply it.
9194         (tramp-actions-before-shell, tramp-multi-actions):
9195         Add `tramp-action-process-alive' action.
9196         (tramp-action-process-alive): New defun.
9197         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9198         Add entry for `file-remote-p'.
9199         (tramp-handle-file-remote-p): New defun.
9200         (top): Remove setting of `file-remote-p'.  Don't set
9201         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
9203         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9204         `file-remote-p'.
9206         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
9207         counted for (last) line.  [They should or they shouldn't?  --Stef]
9208         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
9210 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
9212         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
9213         not really necessary but seems to keep the shell history smaller
9214         in some cases.  It is no substitute for setting HISTFILE and
9215         HISTSIZE from tramp-open-connection-setup-interactive-shell,
9216         though.  Suggested by Luc Teirlinck.
9217         (tramp-open-connection-setup-interactive-shell): Export variables
9218         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
9219         (tramp-set-process-query-on-exit-flag): New compat function.
9220         (tramp-open-connection-multi, tramp-open-connection-su)
9221         (tramp-open-connection-rsh, tramp-open-connection-telnet)
9222         (tramp-do-copy-or-rename-file-out-of-band): Use it.
9223         (tramp-let-maybe): New macro, let-binds a variable only if it
9224         isn't obsolete.
9225         (tramp-check-ls-commands, tramp-handle-expand-file-name)
9226         (tramp-handle-file-truename): Use it.
9227         (tramp-completion-file-name-regexp-unified): Avoid matching
9228         filenames starting with "/:" -- those are reserved for
9229         file-name-non-special.
9231         * tramp-smb.el (tramp-smb-open-connection):
9232         Use tramp-set-process-query-on-exit-flag compat function.
9234 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9236         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
9238         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
9239         (eval-last-sexp-print-value): Print char equivalent regardless
9240         of standard-output value.
9242         * thumbs.el (thumbs-subst-char-in-string): Delete.
9243         (thumbs-thumbname): Use subst-char-in-string.
9244         (thumbs-resize-image): Use condition-case, not ignore-errors.
9245         (thumbs-kill-buffer): Likewise.
9247         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
9248         (thumbs-mode): Make buffer read-only.
9249         (thumbs-make-thumb): Unconditionally accept an existing file.
9250         (thumbs-insert-thumb): Add thumb-image-file property to the image.
9251         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
9252         (thumbs-show-thumbs-list): Error if images not supported.
9253         (thumbs-save-current-image): Improve prompt string.
9254         (thumbs-mode-map): Define u, R, x.
9255         (thumbs-unmark): New command.
9256         (thumbs-emboss-image): Minor cleanup.
9257         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
9258         (thumbs-rename-images): New command.
9259         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
9261         * thumbs.el (thumbs-current-image): New function.
9262         (thumbs-file-list, thumbs-file-alist): New functions.
9263         (thumbs-find-image): Delete arg L.
9264         Don't set up thumbs-fileL as buffer-local global var.
9265         (thumbs-find-image-at-point): Use thumbs-current-image.
9266         (thumbs-set-image-at-point-to-root-window): Likewise.
9267         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
9268         Record and warn about errors.  Update thumbs-markedL for deletions.
9269         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
9270         (thumbs-redraw-buffer): Use thumbs-file-list.
9271         (thumbs-mark): Use thumbs-current-image.
9272         (thumbs-show-name): Use thumbs-current-image.
9274         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
9275         and imenu--last-menubar-index-alist.
9277         * subr.el (with-selected-window): Undo previous change.
9279 2004-05-29  John Paul Wallington  <jpw@gnu.org>
9281         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
9282         (thumbs-mouse-find-image): New command.
9283         (thumbs-mode-map): Bind it to mouse-2.
9284         (thumbs-mode): Make mode-class special.
9285         (thumbs-view-image-mode): Likewise.
9287 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
9289         * flymake.el: New file.
9291 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
9293         * files.el (find-file-noselect-1): Do not bind
9294         `inhibit-read-only' to t during execution of
9295         `find-file-not-found-functions'.
9297 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9299         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
9300         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
9302 2004-05-28  Juri Linkov  <juri@jurta.org>
9304         * simple.el (eval-expression-print-format): New fun.
9306         * simple.el (eval-expression):
9307         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9308         * emacs-lisp/edebug.el (edebug-compute-previous-result)
9309         (edebug-eval-expression): Print additionally the value returned by
9310         `eval-expression-print-format'.
9312         * emacs-lisp/lisp.el (insert-pair-alist): New var.
9313         (insert-pair): Make arguments optional.  Find character pair
9314         from `insert-pair-alist' according to the last input event.
9315         (insert-parentheses): Make arguments optional.
9316         (raise-sexp, delete-pair): New funs.
9318         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
9319         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9320         Bind C-M-q to `indent-pp-sexp'.
9322         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
9323         `pp-to-string' modified to be able to format text with newlines.
9324         (pp-to-string): Move the buffer-formatting part of the code to
9325         `pp-buffer'.  Call `pp-buffer'.
9327         * info.el (Info-desktop-buffer-misc-data): Don't save information
9328         about virtual files.
9329         (Info-restore-desktop-buffer): Restore Info buffers in prepared
9330         buffers with names obtained from the desktop file instead of the
9331         default *info* buffer.
9333 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * subr.el (with-selected-window): Only save/restore the selected window.
9337         * progmodes/compile.el (compilation-error-regexp-alist):
9338         Use expand-file-name and data-directory.
9340         * progmodes/grep.el (grep-tree): Rework previous fix.
9342         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
9343         after the user marked text with the mouse.
9345         * startup.el (command-line): Keep the first regexp of
9346         auto-save-file-name-transforms intact.
9348 2004-05-28  Juanma Barranquero  <lektu@terra.es>
9350         * cus-edit.el (customize-face, customize-face-other-window)
9351         (custom-face-edit-delete): Make arguments match their use in
9352         docstring.
9353         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
9354         docstring.
9356         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
9357         not `cvs-butlast'.
9359         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
9360         `nbutlast' are in subr.el).
9362         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
9363         (set-w32-system-coding-system): Doc fixes.
9365         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
9366         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
9367         Make arguments match their use in docstring.
9368         (artist-draw-region-trim-line-endings)
9369         (artist-mouse-choose-operation): Fix typo in docstring.
9370         (artist-key-set-point-common): Doc fix.
9372 2004-05-28  Simon Josefsson  <jas@extundo.com>
9374         * mail/smtpmail.el (smtpmail-open-stream):
9375         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
9377 2004-05-26  Simon Josefsson  <jas@extundo.com>
9379         * starttls.el: Merge with my GNUTLS based starttls.el.
9380         (starttls-gnutls-program, starttls-use-gnutls)
9381         (starttls-extra-arguments, starttls-process-connection-type)
9382         (starttls-connect, starttls-failure, starttls-success): New variables.
9383         (starttls-program, starttls-extra-args): Doc fix.
9384         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
9385         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
9386         and pass on to corresponding *-gnutls function if it is set.
9388 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
9390         * autorevert.el (auto-revert-handler): Disable auto-reverting of
9391         remote files.
9393 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
9395         * files.el (file-name-non-special): There are more operations
9396         which need handling: `find-backup-file-name',
9397         `insert-file-contents', `verify-visited-file-modtime',
9398         `write-region'.  Rename t value of method to `add'.  Add new
9399         methods `quote' and `unquote-then-quote' to file-arg-indices.
9401 2004-05-25  Juri Linkov  <juri@jurta.org>
9403         * info.el (Info-toc): Call Info-mode on intermediate buffer.
9404         (Info-index-nodes): Enclose code in condition-case to catch errors.
9405         (Info-index-node): Don't search all index nodes if request is only
9406         for the current node and file is not in the cache of index nodes.
9407         (Info-mode-map): Bind Info-copy-current-node-name to `w'
9408         for consistency with dired-copy-filename-as-kill.
9409         Bind `S' to Info-search-case-sensitively.
9410         (Info-copy-current-node-name): New arg.  With zero prefix arg put
9411         the name inside a function call to `info'.  Display copied text in
9412         the echo area.
9414 2004-05-25  Sam Steingold  <sds@gnu.org>
9416         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
9417         strip the package prefix from the symbol name, if any.
9418         Make it the `find-tag-default-function' for `lisp-mode'.
9420 2004-05-25  John Paul Wallington  <jpw@gnu.org>
9422         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
9423         instead of obsolete `process-kill-without-query'.
9425         * textmodes/texinfmt.el (texinfo-indexvar-alist):
9426         Declare as variable, not constant.
9428 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9430         * files.el (find-file-noselect-1): Fix bug introduced by
9431         Revision 1.694.  As a side effect, `inhibit-read-only'
9432         is again, by default, t during execution of
9433         `find-file-not-found-functions'.
9434         (insert-directory): Check that lines were really inserted by
9435         the --dired switch, before erasing them.
9437 2004-05-24  Nick Roberts  <nickrob@gnu.org>
9439         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
9440         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
9441         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
9442         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
9443         gud-minor-mode (gdbmi).
9445 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9447         * net/browse-url.el (browse-url-interactive-arg): Enable user to
9448         explicitly select the text to be taken as URL.
9450 2004-05-23  Juri Linkov  <juri@jurta.org>
9452         * info.el (Info-index-nodes): New var and fun.
9453         (Info-goto-index, Info-index, info-apropos)
9454         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
9455         (Info-index): Fix docstring.  Store and restore Info-history-list.
9456         (Info-complete-nodes): New var.
9457         (Info-complete-menu-item): Use it.
9458         (Info-index-node): New fun.
9459         (Info-final-node, Info-forward-node, Info-backward-node)
9460         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
9461         Use Info-index-node.
9462         (Info-extract-menu-item, Info-extract-menu-counting): Set second
9463         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
9464         (Info-find-node-2): If a node with period in its name not found,
9465         try to find a node without the name part after period.
9466         (Info-select-node): Call Info-fontify-node only if
9467         Info-fontify-maximum-menu-size is not nil.
9468         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
9469         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
9470         Preserve Info-history-list.
9471         (Info-toc): Set Info-current-file.
9472         (Info-build-toc): Move point to the beginning of the buffer.
9473         Add main-file variable.
9474         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
9475         Use backslashed representation of the control character ^_.
9477         * textmodes/texinfmt.el (texinfo-print-index): Print index line
9478         numbers in the new Texinfo 4.7 format.
9480         * add-log.el (change-log-font-lock-keywords): Remove `:' from
9481         regexps for function and variable names.
9483         * descr-text.el (describe-property-list): Add [show] button for
9484         `syntax-table' property with action to pp to a separate buffer.
9485         (describe-char): Replace search-forward by re-search-forward with
9486         whitespace regexp after "character:" to not fail in too narrow windows.
9488         * simple.el (next-error-find-buffer): Add a rule to return
9489         next-error capable buffer if one window on the selected frame
9490         displays such buffer.
9492 2004-05-23  Nick Roberts  <nickrob@gnu.org>
9494         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
9495         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
9496         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
9497         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
9498         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
9499         Handle new value for gud-minor-mode (gdbmi).
9500         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
9501         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
9502         Change from local to global gdb variable set.
9503         (gdb-ann3): Initialise above gdb variable set.
9504         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
9505         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
9506         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
9507         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
9508         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
9509         (gdb-info-locals-handler, gdb-invalidate-assembler)
9510         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
9511         set as global variables.
9512         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
9513         Handle gdbmi.
9514         (gdb-info-breakpoints-custom): Fix regexp.
9515         (def-gdb-var): Delete.
9517         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
9518         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
9519         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
9520         a new mode.  The file (gdb-mi.el) for this mode will be included
9521         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
9522         primary interface.
9524 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
9526         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
9527         interpreted as a directory.
9529 2004-05-22  Richard M. Stallman  <rms@gnu.org>
9531         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
9532         as a close quote.
9534         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
9536         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9537         Use assoc-string, not assoc-ignore-case.
9539         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
9541         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
9542         If moving back then fwd gets a defun that ends before point,
9543         try again moving fwd then back.
9545         * files.el (file-name-non-special): Allow t in file-arg-indices
9546         to mean requote the return value.  Use `identity' as an element
9547         rather than as the whole value.
9549         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
9551 2004-05-22  Juanma Barranquero  <lektu@terra.es>
9553         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
9554         `help-make-usage'.
9555         (help-highlight-arguments): Skip function name before searching
9556         for arguments.
9558 2004-05-21  Juanma Barranquero  <lektu@terra.es>
9560         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
9561         Don't mention in the docstring these arguments meant for
9562         internal (recursive) use only.
9563         (allout-char-spec): Comment out (it's not implemented).
9564         (allout-old-expose-topic, allout-exposure): Fix docstring and add
9565         obsolescence declaration.
9566         (allout-flatten-exposed-to-buffer)
9567         (allout-indented-exposed-to-buffer): Fix typos in docstring.
9568         (my-mark-marker): Doc fix.
9569         (produce-allout-mode-map, allout-sibling-index)
9570         (allout-isearch-expose, allout-distinctive-bullet)
9571         (allout-open-topic, allout-reindent-body)
9572         (allout-rebullet-heading, allout-process-exposed)
9573         (allout-insert-listified, allout-latex-verb-quote)
9574         (allout-insert-latex-header, allout-insert-latex-trailer):
9575         Make arguments match their use in docstring.
9576         (allout-primary-bullet, allout-old-style-prefixes)
9577         (allout-inhibit-protection, allout-init, allout-mode)
9578         (allout-before-change-protect, allout-flag-region):
9579         Use "Emacs" instead of "emacs" in docstrings.
9581 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
9583         * international/characters.el: Modify syntax of more characters.
9585 2004-05-21  Masatake YAMATO  <jet@gyve.org>
9587         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
9588         (etags-tags-completion-table): Show parsing progress.
9590 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
9592         * locate.el (locate-prompt-for-command): Shorten first line of
9593         docstring.
9594         (locate-mode): Expand docstring and include keymap summary.
9596         * files.el (find-file-noselect-1): Limit the scope of the
9597         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
9598         is, by default, nil during the execution of
9599         `find-file-not-found-functions' and `find-file-hook'.
9601 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
9603         * facemenu.el (facemenu-color-name-equal): New function.
9604         (list-colors-display): Use it to compare colors instead of
9605         facemenu-color-equal.
9607 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
9609         * compare-w.el (compare-windows-face): Use min-colors instead of
9610         checking for tty or pc types.
9612 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
9615         (completion-setup-function): Use with-current-buffer.
9616         Properly save excursion.  Simplify.
9617         Don't assume there is necessarily a `mouse-face' property somewhere.
9619         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9621         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
9623         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
9624         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
9625         Use with-current-buffer.
9626         (byte-goto-log-buffer): Delete.
9627         (byte-compile-log-file): Call compilation-forget-errors.
9629 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9631         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
9632         output messages into the search result.
9634 2004-05-19  Masatake YAMATO  <jet@gyve.org>
9636         * wid-edit.el (widget-radio-button-notify): Revert my last
9637         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9639 2004-05-19  Kenichi Handa  <handa@m17n.org>
9641         * international/characters.el: Fix syntax (open/close) of CJK chars.
9643 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
9645         * help-mode.el (help-go-back): Don't depend on position of back button.
9647 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9649         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
9650         files files don't contain an accidental additional /.
9652         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
9653         in source buffer.
9655 2004-05-18  Masatake YAMATO  <jet@gyve.org>
9657         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
9658         to widget-apply.  :action method assumes 2 arguments, not 3.
9660 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
9662         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9663         New constants.
9664         (hs-special-modes-alist): Add an f90-mode entry.
9666 2004-05-17  Sam Steingold  <sds@gnu.org>
9668         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9669         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
9671 2004-05-16  Kim F. Storm  <storm@cua.dk>
9673         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
9675 2004-05-15  John Wiegley  <johnw@newartisans.com>
9677         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
9678         (eshell-output-object-to-target): Improve output speed 20% by not
9679         calling `eshell-stringify' if something is already known to be a string.
9681 2004-05-15  Alex Ott  <ott@jet.msk.su>
9683         * textmodes/ispell.el (ispell-local-dictionary-alist):
9684         Add windows-1251 to the choice of coding systems.
9685         (ispell-dictionary-alist-6): Add support for "russianw.aff",
9686         encoded in cp1251.
9688 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
9690         * progmodes/compile.el (compilation-warning-face)
9691         (compilation-info-face): Use min-colors.
9693 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9695         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
9696         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
9697         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
9698         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
9699         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
9700         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
9701         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
9702         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
9703         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
9704         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
9705         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
9706         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
9707         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
9708         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
9710 2004-05-15  Kim F. Storm  <storm@cua.dk>
9712         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
9713         Use it to set triggered-p element of timer.
9714         (timer-event-handler): Set triggered-p element non-nil while running
9715         the timer function.
9717 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9719         * descr-text.el (describe-char-unicode-data)
9720         (describe-char-unicodedata-file): Re-enable the unicode code now that
9721         the licensing issues have been cleared in the unicode-4 license.
9722         (describe-text-properties-1): Remove unused `overlay' var.
9723         (describe-char): Remove unused var `buffer'.
9725 2004-05-14  David Ponce  <david@dponce.com>
9727         * tree-widget.el: New file.
9729 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
9731         * language/european.el ("Brazilian Portuguese"): Add support for
9732         Brazilian Portuguese.
9734 2004-05-13  John Wiegley  <johnw@newartisans.com>
9736         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
9737         `recentf-mode' if this variable has been customized to t.
9739         * eshell/esh-test.el (eshell-test): Call the function
9740         `emacs-version' rather than trying to build a custom version string.
9742 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9744         * net/telnet.el (telnet-mode): Use define-derived-mode.
9745         Don't modify the global value of comint-prompt-regexp.
9747 2004-05-13  John Paul Wallington  <jpw@gnu.org>
9749         * version.el (emacs-version): Check for `gtk' feature before
9750         `x-toolkit' feature.
9752 2004-05-13  Juanma Barranquero  <lektu@terra.es>
9754         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
9755         arguments in the docstring, they're used only in recursive calls.
9757         * help-fns.el (help-arg-highlighting-function)
9758         (help-argument-name): Delete.
9759         (help-default-arg-highlight): New function.
9760         (help-do-arg-highlighting): Use it.
9762 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9764         * calendar/appt.el (appt-disp-window):
9765         Use `calendar-set-mode-line' for a centered mode-line.
9767 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9769         * calendar/appt.el (appt-disp-window): Do not split window
9770         excessively when `split-height-threshold' is low.
9772 2004-05-12  Nick Roberts  <nickrob@gnu.org>
9774         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
9775         kill-buffer-hook here and make it local.
9776         (gud-kill-buffer-hook): Use kill-process for a sure kill.
9778 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
9780         * progmodes/compile.el (compilation-set-window-height):
9781         Use save-excursion to protect against misplaced marker.
9783 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9785         * custom.el (defface): Document that type can have value gtk.
9787         * faces.el (face-spec-set-match-display): Handle type gtk in display.
9789 2004-05-12  Kenichi Handa  <handa@m17n.org>
9791         * descr-text.el: Require quail at comile time.
9792         (describe-char): If an input method is on and it supports the
9793         character, show how to input it.
9795         * international/quail.el (quail-install-decode-map): Accept a
9796         char-table whose subtype is `quail-decode-map'.
9797         (quail-store-decode-map-key, quail-gen-decode-map1)
9798         (quail-gen-decode-map, quail-find-key1, quail-find-key)
9799         (quail-show-key): New functions.
9801 2004-05-12  Juanma Barranquero  <lektu@terra.es>
9803         * generic.el (define-generic-mode): Remove redundant arglist info.
9805         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9806         Make arguments match their use in docstring.
9807         (help-arg-highlighting-function): New variable.
9808         (help-argument-name): Mention it in the docstring.
9809         (help-do-arg-highlight): Use it.  Expand regexp to accept also
9810         ARG-xxx and xxx-ARG references.
9812 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9814         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9815         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9816         and "mailto:addr1?to=addr2" equal.
9818 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9820         * man.el (Man-getpage-in-background): Use shell-file-name
9821         and shell-command-switch variables instead of hard-coded values.
9823 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
9825         * iimage.el: New file.
9827 2004-05-11  Juanma Barranquero  <lektu@terra.es>
9829         * custom.el (custom-initialize-default, defcustom):
9830         Fix typo in docstring.
9832         * files.el (set-visited-file-name, file-expand-wildcards):
9833         Fix docstring.
9835 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9837         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9839         * subr.el (eventp): Be more discriminating with integers.
9841 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
9843         * progmodes/compile.el (compile): Add universal prefix arg.
9844         (compilation-error-regexp-alist-alist): Add edg patterns.
9846 2004-05-10  Sam Steingold  <sds@gnu.org>
9848         * textmodes/ispell.el (ispell-message):
9849         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9851 2004-05-10  Dave Love  <fx@gnu.org>
9853         * progmodes/python.el (help-buffer): Autoload when compiling.
9854         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9855         (run-python): Prepend to any existing PYTHONPATH.
9857 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
9859         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9860         for pending breakpoints.
9862 2004-05-10  Richard M. Stallman  <rms@gnu.org>
9864         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
9865         directly without calling any functions in Rmail.
9866         (unrmail-unprune): Function deleted.
9868 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9870         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9871         C-c C-z binding.
9873 2004-05-10  Kenichi Handa  <handa@m17n.org>
9875         * descr-text.el (describe-char): Fix previous change.  Don't make
9876         a unibyte character to multibyte in the *Help* buffer.
9878 2004-05-10  Miles Bader  <miles@gnu.org>
9880         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9881         buffer an error if the debugger process is actually running.
9883 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9885         * help-fns.el (help-argument-name): Default to italic.
9886         (help-highlight-arguments): Return always (usage . doc), even when
9887         usage is nil.
9889         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9890         (define-ibuffer-filter): Add usage info.
9891         (define-ibuffer-op): Add usage info (but CL-style defaults for
9892         keyword args are not shown).
9894         * subr.el (remove-overlays, read-passwd): Fix docstring.
9895         (start-process-shell-command): Fix docstring.  Put usage info in a
9896         format usable by `describe-function'.
9897         (open-network-stream, open-network-stream-nowait)
9898         (open-network-stream-server): Fix docstring.
9900 2004-05-09  Jason Rumney  <jasonr@gnu.org>
9902         * international/code-pages (cp932, cp936, cp949, c950): Remove.
9903         Only define cp125* if windows-125* is already defined.
9905         * language/korean.el (cp949): Add alias.
9907         * language/chinese.el (cp936, cp950): Add aliases.
9909         * language/japanese.el (cp932): Add alias.
9911         * term/w32-win.el: Require code-pages.
9913         * international/mule-cmds.el (set-locale-environment):
9914         On MS-Windows use ansi code-page for default coding-systems.
9915         Set up paper sizes for Windows 3 letter languages.
9917         * international/code-pages.el (cp932, cp936, cp949, cp950):
9918         Add aliases.  Also add cp125* if not already defined.
9920 2004-05-09  Juanma Barranquero  <lektu@terra.es>
9922         * help-fns.el (help-highlight-arguments): Don't try to highlight
9923         missing or autoloaded arglists.  Accept structured arguments, like
9924         the first ones of `do' and `flet'.
9926         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9927         (cvs-get-marked): Remove redundant arglist info.
9929         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9930         Don't use CL-style default args.
9932 2004-05-08  Andreas Schwab  <schwab@suse.de>
9934         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9936         * international/subst-ksc.el: Fix references to utf-translate-cjk
9937         into utf-translate-cjk-mode.
9938         * international/subst-big5.el: Likewise.
9939         * international/subst-gb2312.el: Likewise.
9940         * international/subst-jis.el: Likewise.
9941         * international/utf-16.el: Likewise.
9942         * international/utf-8.el: Likewise.
9944 2004-05-08  John Wiegley  <johnw@newartisans.com>
9946         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9947         "virtual buffers" (off by default), which makes it possible to
9948         switch to the "virtual" buffers of recently visited files.  When a
9949         buffer name search fails, and this option is on, iswitchb will
9950         look at the list of recently visited files, and permit matching
9951         against those names.  When the user hits RET on a match, it will
9952         revisit that file.
9953         (iswitchb-read-buffer): Add two optional arguments, which makes
9954         isearchb.el possible.
9955         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9956         (iswitchb-next-match): Add support for virtual buffers.
9958         * isearchb.el: This module extends iswitchb to provide "as you
9959         type" buffer selection.
9961         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9962         Ignore the read-only property when flyspell highlighting is on.
9963         Not ignoring it leads to a series of confusing errors.
9964         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9965         but also make sure to call flyspell-incorrect-hook.
9966         (flyspell-maybe-correct-transposition): Perform transposition test
9967         by bit twiddling a string, rather than using a temp buffer.
9968         (flyspell-maybe-correct-doubling): Use a string rather than a temp
9969         buffer.  This is also the original version of the code, which
9970         could not be checked in before due to a previous lack of
9971         assignment papers.  This version has seen heavy usage on my system
9972         for several years now.
9974         * calendar/cal-bahai.el: New file, which adds support for the
9975         Baha'i calendar to Emacs.  This calendar is based on a solar year
9976         of 19 months of 19 days, with 4 intercalary days.  Each year
9977         begins on March 21, with the calendar starting in 1844.
9979         * calendar/cal-menu.el, calendar/calendar.el,
9980         calendar/diary-lib.el, calendar/holidays.el: Added support for
9981         using cal-bahai.el.
9983         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9984         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9985         function can be used outside of eshell buffers.
9986         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9988 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9990         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9991         word constituent so FOO-ARG is not recognized as an arg.
9992         (help-highlight-arguments): Don't skip lists in mandatory arguments.
9994         * simple.el (next-error): Fix typo in docstring.
9995         (open-line): Make argument names match their use in docstring.
9996         (split-line): Fix docstring.
9998         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9999         usable by `describe-function'.
10000         (gensym, gentemp, typep, ignore-errors): Make argument names match
10001         their use in docstring.
10003         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
10004         argument to `help-setup-xref'.
10006 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
10008         Version 2.0.40 of Tramp released.
10010         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
10011         Use symbol-function to invoke functions only known on some Emacs
10012         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
10013         Scaldeferri <kevin@scaldeferri.com>.
10014         (tramp-do-copy-or-rename-file-via-buffer): Rename from
10015         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
10016         consistent with the other tramp-do-* functions.
10017         (tramp-do-copy-or-rename-file): Calls adjusted.
10018         (tramp-process-initial-commands): Avoid liveness check on shell --
10019         we know that it must be alive since we're opening a connection at
10020         this moment.
10021         (tramp-last-cmd): New internal variable.
10022         (tramp-process-echoes): New tunable.
10023         (tramp-send-command): Set tramp-last-cmd.
10024         (tramp-wait-for-output): Delete echo, if applicable.
10025         (tramp-read-passwd): Construct the key for the password cache in a
10026         way that works for multi methods, too.
10027         (tramp-bug): Add backup-directory-alist and
10028         bkup-backup-directory-info to bug reports, with Tramp counterparts.
10030 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
10032         * net/tramp*.el: Suppress byte-compiler warnings where possible.
10034         * net/tramp.el (tramp-out-of-band-prompt-regexp)
10035         (tramp-actions-copy-out-of-band): New defcustoms.
10036         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
10037         used instead of a synchronous one.  Allows password entering.
10038         (tramp-action-out-of-band): New defun.
10039         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
10040         Remove restriction with password from doc string.
10041         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
10042         `tramp-out-of-band-prompt-regexp',
10043         `tramp-actions-copy-out-of-band', `password-cache' and
10044         `password-cache-expiry'.
10045         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
10046         password caching.
10047         (tramp-touch): FILE can be a local file, too.
10048         (TODO): Remove items done.
10049         (tramp-handle-insert-directory): Properly quote file name also if
10050         not full-directory-p.  Handle wildcard case.  Reported by Andreas
10051         Schwab <schwab@suse.de>.
10052         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
10053         new file.
10054         (tramp-handle-file-local-copy, tramp-handle-write-region):
10055         The permissions of the temporary file are set if filename exists.
10056         Reported by Ted Stern <stern@cray.com>.
10057         (tramp-backup-directory-alist)
10058         (tramp-bkup-backup-directory-info): New defcustoms.
10059         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
10060         (tramp-handle-find-backup-file-name): New function.
10061         Implements Tramp's find-backup-file-name.
10063         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
10064         for `find-backup-file-name'.
10066         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
10067         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
10069 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
10071         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
10073 2004-05-07  Juanma Barranquero  <lektu@terra.es>
10075         * subr.el (lambda): Add arglist description to docstring.
10076         (declare): Fix typo in docstring.
10077         (open-network-stream): Fix docstring.
10078         (process-kill-without-query): Fix docstring and add obsolescence info.
10079         (last, butlast, nbutlast): Make arguments match their use in docstring.
10080         (insert-buffer-substring-no-properties): Likewise.
10081         (insert-buffer-substring-as-yank): Likewise.
10082         (split-string): Fix docstring.
10084         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10085         Make argument names match their use in docstring.
10087         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
10089 2004-05-06  Nick Roberts  <nickrob@gnu.org>
10091         * progmodes/gdb-ui.el: Improve/extend documentation strings.
10092         Fit first sentence on one line for apropos-command.
10094 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10096         Changes largely merged in from Dave Love's code.
10097         * progmodes/python.el: Doc fixes.
10098         (python-mode-map): Add python-complete-symbol.
10099         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
10100         (python-comment-indent, python-complete-symbol)
10101         (python-symbol-completions, python-partial-symbol)
10102         (python-try-complete): New.
10103         (python-indent-line): Remove optional arg.  Use python-block-end-p.
10104         (python-check): Bind compilation-error-regexp-alist.
10105         (inferior-python-mode): Use rx.  Move keybindings to top level.
10106         Set comint-input-filter.
10107         (python-preoutput-filter): Use rx.
10108         (python-input-filter): Re-introduce.
10109         (python-proc): Start new process if necessary.
10110         Check python-buffer non-nil.
10111         (view-return-to-alist): Defvar.
10112         (python-send-receive): New.
10113         (python-eldoc-function): Use it.
10114         (python-mode-running): Don't defvar.
10115         (python-mode): Set comment-indent-function.
10116         Maybe update hippie-expand-try-functions-list.
10117         (python-indentation-levels): Initialize differently.
10118         (python-block-end-p): New.
10119         (python-indent-line): Use it.
10120         (python-compilation-regexp-alist): Augment.
10121         (run-python): Import `emacs' module to Python rather than loading
10122         code directly.  Set python-buffer differently.
10123         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
10124         Use python-proc.
10125         (python-send-command): Go to end of comint buffer.
10126         (python-load-file): Use python-proc, emacs.eimport.
10127         (python-describe-symbol): Simplify interactive form.
10128         Use emacs.help.  Do use temp-buffer-show-hook.
10129         Call print-help-return-message.
10130         (hippie-exp): Require when compiling.
10131         (python-preoutput-continuation): Use rx.
10133         * diff-mode.el (diff-make-unified): Fix regexp.
10135 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
10137         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
10138         filter groups from the buffer when rebuilding the Ibuffer buffer
10139         and `ibuffer-show-empty-filter-groups' is nil.
10141 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10143         * ps-print.el (ps-print-quote): Call ps-value-string.
10144         (ps-setup): Call ps-comment-string.
10145         (ps-value-string, ps-comment-string): New funs.
10147 2004-05-06  Juanma Barranquero  <lektu@terra.es>
10149         * ehelp.el (electric-help-command-loop): Check whether the last
10150         character is visible, not (point-max).
10152         * help-fns.el (help-argument-name): Default to bold; don't inherit
10153         from font-lock-variable-name-face.
10154         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
10156 2004-05-05  Kenichi Handa  <handa@m17n.org>
10158         * descr-text.el (describe-char): Copy the character with text
10159         properties and overlays into the first line, and call
10160         describe-text-properties on it.
10162 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
10164         * iswitchb.el (iswitchb-global-map): Fix typo.
10165         Remove unwanted ###autoloads from source file.
10167 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
10169         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
10170         in run-hooks.  Use substitute-command-keys in message.
10171         (wdired-abort-changes): Add message.
10173 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
10175         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
10176         (sql-emacs20-p): Remove.
10177         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
10178         (sql-builtin-face, sql-doc-face): Remove.
10179         (sql-mode-ansi-font-lock-keywords)
10180         (sql-mode-oracle-font-lock-keywords)
10181         (sql-mode-postgres-font-lock-keywords)
10182         (sql-mode-linter-font-lock-keywords)
10183         (sql-mode-ms-font-lock-keywords)
10184         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
10185         (sql-product-font-lock): Fix font-lock reset when font rules change.
10186         (sql-highlight-product): Remove incorrect font-lock reset logic.
10188 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
10190         * ses.el (ses-set-parameter): Fix typo.
10192 2004-05-04  Kim F. Storm  <storm@cua.dk>
10194         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
10195         Must expand directory for completion to work; and don't mess with
10196         process-environment.
10197         (ido-read-file-name): If command has ido property, don't use ido
10198         if value is ignore, or read as directory if value is dir.
10199         Set ido ignore property for dired-do-rename command.
10201 2004-05-04  Juanma Barranquero  <lektu@terra.es>
10203         * ehelp.el (electric-help-command-loop, electric-help-undefined)
10204         (electric-help-help): Check against unmapped commands.
10206         * help-fns.el (help-argument-name): New face, inheriting from
10207         font-lock-variable-name-face, to highlight function arguments in
10208         `describe-function' and `describe-key'.
10209         (help-do-arg-highlight): Auxiliary function to highlight a given
10210         list of arguments in a string.
10211         (help-highlight-arguments): Highlight the function arguments and
10212         all uses of them in the docstring.
10213         (describe-function-1): Use it.  Do docstring output via `insert',
10214         not 'princ', so text attributes are preserved.
10216         * winner.el (winner-mode-map): Move `winner-undo' and
10217         `winner-redo' to C-c <left> and C-c <right>, respectively (the
10218         previous bindings conflict with `prev-buffer', `next-buffer').
10220 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10222         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
10223         (bibtex-entry-update): New command bound to C-c C-u.
10224         (bibtex-text-in-string): Fix regexp.
10225         (bibtex-assoc-of-regexp): Remove.
10226         (bibtex-progress-message): Fix docstring.
10227         (bibtex-inside-field): Use if.
10228         (bibtex-assoc-regexp): New function.
10229         (bibtex-format-entry): Make code more robust so that it formats
10230         also old entries.
10231         (bibtex-autokey-demangle-title): Merge with obsolete function
10232         bibtex-assoc-of-regexp.
10233         (bibtex-field-list): New function.
10234         (bibtex-entry): Use bibtex-field-list.
10235         (bibtex-parse-entry): Fix docstring.
10236         (bibtex-print-help-message): Use bibtex-field-list.
10237         (bibtex-make-field): Use bibtex-field-list.
10238         (bibtex-entry-index): Bugfix.  Return crossref key if required.
10239         (bibtex-lessp): Fix docstring.
10241 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
10243         * select.el (xselect-convert-to-string): Move comment to intended line.
10245 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10247         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
10248         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
10250 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10252         * term/x-win.el (x-clipboard-yank): Don't exit on error from
10253         x-get-selection.
10255 2004-05-03  Jason Rumney  <jasonr@gnu.org>
10257         * makefile.nt: Remove.
10259 2004-05-03  Kim F. Storm  <storm@cua.dk>
10261         * emulation/cua-base.el (cua--update-indications): Fix last change.
10262         (cua-mode): Deactivate mark when cua-mode is enabled.
10264 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
10266         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
10268 2004-05-03  Nick Roberts  <nickrob@gnu.org>
10270         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
10271         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
10272         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
10273         window over visible frames.
10274         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
10276 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10278         * progmodes/compile.el (compilation-gcpro): New var.
10279         (compilation-fake-loc): Use it.
10280         (compilation-forget-errors): Reset it.
10282 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
10284         * diff-mode.el (diff-header-face, diff-file-header-face):
10285         Use min-colors.
10287 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10289         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
10290         (bibtex-clean-entry): Disentangle code.
10291         (bibtex-realign): New function.
10292         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
10293         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
10294         Remove undocumented optional arg called-by-convert-alien.
10295         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
10296         for sorting instead of bibtex-sort-buffer.
10298 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
10300         * progmodes/compile.el (compilation-start): In the
10301         no-async-subprocesses branch, call sit-for to give redisplay a
10302         chance to show the updated process status in the mode line, and
10303         fontify the buffer explicitly after the process exits.
10305 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10307         * progmodes/python.el (python-compilation-line-number): Remove.
10308         (python-compilation-regexp-alist): Don't use it any more.
10309         (python-orig-start, python-input-filter): Remove.
10310         (inferior-python-mode): Don't set up comint-input-filter-functions.
10311         (python-send-region): Use compilation-fake-loc.
10313         * progmodes/compile.el (compilation-messages-start): New var.
10314         (compilation-mode): Don't setup next-error-function here.
10315         (compilation-setup): Set it up here instead (for minor modes as well).
10316         Make compilation-messages-start buffer local.
10317         (compilation-next-error-function): Use it.
10318         (compilation-forget-errors): Set compilation-messages-start.
10320 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10322         * ielm.el (ielm-prompt-read-only): Update docstring.
10324         * comint.el (comint-prompt-read-only): Update docstring.
10325         (comint-update-fence, comint-kill-whole-line)
10326         (comint-kill-region): New functions.
10328         * simple.el (kill-whole-line): Use "p" instead of "P" in
10329         interactive form.
10331 2004-05-01  Juanma Barranquero  <lektu@terra.es>
10333         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
10334         format arglist so default values in CL-style argument lists are
10335         correctly shown.
10337 2004-05-01  Jason Rumney  <jasonr@gnu.org>
10339         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
10341 2004-05-01  Kenichi Handa  <handa@m17n.org>
10343         * international/titdic-cnv.el (miscdic-convert): Don't generate a
10344         quail file if it is up to date.
10346 2004-04-30  Juri Linkov  <juri@jurta.org>
10348         * cus-edit.el (custom-mode-map):
10349         Add key binding `C-x C-s' to `Custom-save'.
10351         * outline.el (outline-blank-line): New var.
10352         (outline-next-preface, outline-show-heading)
10353         (outline-end-of-subtree): Use it.
10355         * dired-aux.el (dired-touch-initial): New fun.
10356         (dired-do-chxxx): Call it for op-symbol `touch'.
10357         (dired-diff): Use `dired-dwim-target-directory'
10358         if current dired buffer has no buffer mark.
10360         * bindings.el (propertized-buffer-identification):
10361         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
10362         Add C-M-arrow keys for consistency.
10364         * files.el (confirm-kill-emacs):
10365         Change group from top-level `emacs' to `convenience'.
10367         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10368         Push mark on the first call of successive command calls.
10369         (insert-pair): New fun created from `insert-parentheses' with
10370         `open' and `close' arguments added.  Enclose active regions
10371         in paired characters.  Compare adjacent characters syntax with
10372         inserted characters syntax before inserting a space.
10373         (insert-parentheses): Call `insert-pair' with ?\( ?\).
10375         * delsel.el: Don't put `delete-selection' property
10376         on `insert-parentheses' symbol to take advantage of
10377         region handling in `insert-pair' function.
10378         Suggested by Stephan Stahl <stahl@eos.franken.de>.
10380 2004-04-30  Kim F. Storm  <storm@cua.dk>
10382         * emulation/cua-base.el: Add support for changing cursor types;
10383         based on patch from Michael Mauger.
10384         (cua-normal-cursor-color, cua-read-only-cursor-color)
10385         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
10386         Customization cursor type and/or cursor color.
10387         (cua--update-indications): Handle cursor type changes.
10388         (cua-mode): Update cursor indications if enabled.
10390         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
10392         * mouse.el (mouse-drag-copy-region): New defcustom.
10393         (mouse-set-region, mouse-drag-region-1): Use it.
10395         * simple.el (kill-ring-save): If region face background color is
10396         unspecified (if no highlighting), show extent of fully visible
10397         region even if transient-mark-mode is enabled.
10399         * emulation/cua-base.el (cua--standard-movement-commands):
10400         Add cua-scroll-up and cua-scroll-down.
10401         (cua-scroll-up, cua-scroll-down): New commands.
10402         (cua--init-keymaps): Remap scroll-up and scroll-down.
10404         * emulation/cua-rect.el (cua--convert-rectangle-as):
10405         New defmacro.
10406         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
10407         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
10408         New commands (suggested by Jordan Breeding).
10410 2004-04-30  Juanma Barranquero  <lektu@terra.es>
10412         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
10414 2004-04-30  Mario Lang  <mlang@delysid.org>
10416         * diff.el (diff-switches): Fix typo in docstring.
10418 2004-04-30  Alex Schroeder  <alex@gnu.org>
10420         * xml.el (xml-debug-print-internal): Don't add newline and
10421         indentation to text nodes and write empty elements as empty tags
10422         instead of opening and closing tags.
10423         (xml-debug-print): Take optional indent-string argument.
10424         (xml-print): Alias for xml-debug-print.
10426 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10428         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
10429         than duplicate call to `line-beginning-position'.
10431         * progmodes/f90.el (f90-get-present-comment-type):
10432         Return whitespace, as well as comment chars, for consistent filling
10433         of comment blocks.  Use `match-string-no-properties'.
10434         (f90-break-line): Trim trailing whitespace when filling comments.
10436 2004-04-30  Dave Love  <fx@gnu.org>
10438         * calendar/diary-lib.el (diary-outlook-formats): New variable.
10439         (diary-from-outlook-internal, diary-from-outlook)
10440         (diary-from-outlook-gnus, diary-from-outlook-rmail):
10441         New functions to import diary entries from Outlook-format
10442         appointments in mail messages.
10444 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10446         * progmodes/python.el (python-send-command): New fun.
10447         (python-send-region, python-load-file): Use it.
10449         * progmodes/compile.el (compilation-last-buffer): Add var alias.
10451         * help-fns.el (help-C-file-name): Use new subr-name.
10452         Prepend `src/' to the file name.
10453         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
10454         (describe-function-1, describe-variable): Only find a C source file
10455         name if DOC is already loaded.
10457         * help-mode.el (help-function-def, help-variable-def):
10458         Use the new find-function-search-for-symbol functionality.
10459         Allow FILE to be `C-source'.
10461         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
10462         (find-function-C-source): New fun.
10463         (find-function-search-for-symbol): Use it.
10465 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
10467         * progmodes/sql.el (sql-product-alist): Rename variable
10468         `sql-product-support'.  Add Postgres login parameters.
10469         (sql-set-product, sql-product-feature): Update with renamed variable.
10470         (sql-connect-postgres): Add username prompt.
10471         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
10472         Make patterns less product specific.
10473         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
10474         (sql-mode-abbrev-table): Modify initialization.
10475         (sql-builtin-face): Add variable.
10476         (sql-keywords-re): Add macro.
10477         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
10478         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
10479         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
10480         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
10481         (sql-mode-linter-font-lock-keywords)
10482         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
10483         (sql-mode-sybase-font-lock-keywords)
10484         (sql-mode-informix-font-lock-keywords)
10485         (sql-mode-interbase-font-lock-keywords)
10486         (sql-mode-ingres-font-lock-keywords)
10487         (sql-mode-solid-font-lock-keywords)
10488         (sql-mode-sqlite-font-lock-keywords)
10489         (sql-mode-db2-font-lock-keywords): Default to nil.
10490         (sql-product-font-lock): Always highlight ANSI keywords.
10491         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
10492         (sql-send-string): Add function.
10494 2004-04-29  Dave Love  <fx@gnu.org>
10496         * progmodes/cfengine.el (cfengine-beginning-of-defun)
10497         (cfengine-end-of-defun): Ensure progress through buffer.
10499         * info-look.el (cfengine-mode): Accept a terminal ().
10501 2004-04-29  Juri Linkov  <juri@jurta.org>
10503         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
10504         instead of isearch-yank-word-or-char.  Add new key bindings for
10505         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
10506         (isearch-del-char): New fun.
10507         (isearch-forward, isearch-edit-string): Update docstring.
10508         (isearch-yank-char): Doc fix.
10509         (isearch-other-meta-char): Restore point after scrolling.
10511         * progmodes/compile.el (compilation-context-lines): Add nil option
10512         to disable compilation output window scrolling.
10513         (compilation-set-window): Use it.
10515         * outline.el (outline-next-preface, outline-show-heading):
10516         Don't leave unhidden blank line before heading.
10517         (outline-end-of-subtree): Include last newline into subtree.
10518         (hide-entry): Leave point at beginning of heading instead of end.
10519         (outline-up-heading): Push mark for the first call of successive
10520         command calls.
10522 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
10524         * comint.el (comint-prompt-read-only): New variable.
10525         (comint-output-filter): Implement it.
10527         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
10528         (ielm-prompt-internal): New variable.
10529         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
10530         (ielm-send-input): Delete unused variable `buf'.
10531         (ielm-eval-input): Use `ielm-prompt-internal'.
10532         (inferior-emacs-lisp-mode): Use new variables
10533         `comint-prompt-read-only' and `ielm-prompt-internal'.
10534         Get rid of obsolete variable `directory-sep-char'.
10535         (ielm): Use `zerop'.
10537 2004-04-29  John Paul Wallington  <jpw@gnu.org>
10539         * thumbs.el (toplevel): Require cl at compile time.
10540         Remove conditional definitions of `ignore-errors' and `caddar'
10541         because they occur at run time.
10543 2004-04-28  Nick Roberts  <nickrob@gnu.org>
10545         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
10546         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
10547         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10548         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
10550         * progmodes/gud.el (gud-common-init): Throw an error if program is
10551         already running under gdb.
10553 2004-04-28  John Paul Wallington  <jpw@gnu.org>
10555         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
10556         (thumbs-show-image-num): Move assignment of
10557         `thumbs-current-image-filename' within scope of `i'.
10558         (thumbs-emboss-image): Don't use `evenp'.
10560 2004-04-28  Richard M. Stallman  <rms@gnu.org>
10562         * progmodes/compile.el (compilation-context-lines): Default now 0.
10564 2004-04-28  Juanma Barranquero  <lektu@terra.es>
10566         Use `time-less-p' from calendar/time-date.el instead of defining
10567         custom versions of it.
10569         * pcomplete.el (pcomplete-time-less-p): Remove.
10571         * thumbs.el (time-less-p): Remove.
10573         * calendar/timeclock.el (timeclock-time-less-p): Remove.
10574         (timeclock-generate-report): Use `time-less-p'.
10576         * emacs-lisp/autoload.el (autoload-before-p): Remove.
10577         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
10579 2004-04-28  Masatake YAMATO  <jet@gyve.org>
10581         * subr.el (remove-overlays): Make arguments optional.
10583         * wid-edit.el (widget-specify-button): Put evaporate to the
10584         overlay for sample.
10585         (widget-specify-sample): Put evaporate to the overlay for sample.
10586         (widget-specify-doc): Put evaporate to the overlay for documentation.
10588 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
10590         * info.el (info-apropos): Make it an index node.  Align node names
10591         like makeinfo.
10593 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
10595         * net/browse-url.el (browse-url-netscape-sentinel)
10596         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
10597         (browse-url-epiphany-sentinel, browse-url-mosaic):
10598         Use browse-url-*-program instead of a literal program name.
10600 2004-04-27  Kevin Ryde  <user42@zip.com.au>
10602         * eshell/em-alias.el:
10603         * eshell/em-dirs.el:
10604         * eshell/em-hist.el:
10605         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
10606         features when M-x customize-group loads modules before the main
10607         eshell.el.
10609 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
10611         * subr.el (momentary-string-display): Support EXIT-CHAR that is
10612         either a character representation of an event or an event
10613         description list.
10615         * type-break.el: Capitalise Emacs and Lisp.
10616         (type-break-good-break-interval, type-break-demo-boring-stats)
10617         (type-break-terse-messages, type-break-file-name): New defcustoms.
10618         (type-break-post-command-hook)
10619         (type-break-warning-countdown-string): Quote variable names in doc.
10620         (type-break-interval-start, type-break-auto-save-file-name): New vars.
10621         (type-break-mode): Document type-break-good-break-interval and the
10622         "session" file.  Schedule break according to the session file.
10623         Kill session file buffer on exit.  Organise for save-some-buffers
10624         to always save the session file.
10625         (type-break-mode-line-message-mode, type-break-query-mode):
10626         Uppercase arguments.
10627         (type-break-file-time, type-break-file-keystroke-count, timep)
10628         (type-break-choose-file, type-break-get-previous-time)
10629         (type-break-get-previous-count): New defuns.
10630         (type-break): Avoid break querying after a completed break in the
10631         case where the query was initiated during user invocation of the
10632         break.  Optional terse messages.
10633         Use type-break-good-break-interval if type-break-good-rest-interval is
10634         nil.  File the break time.
10635         (type-break-schedule): New optional args for overriding the use of
10636         the current time.
10637         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
10638         after a break.
10639         (type-break-check): File the keystroke count.
10640         (type-break-do-query): Prevent a second query when the break is
10641         interrupted.  Optional terse message.
10642         (type-break-keystroke-reset): Record the start of a typing interval.
10643         (type-break-demo-boring): Optional terse messages.  Display word
10644         per minute and keystroke counts according to
10645         type-break-demo-boring-stats.
10647 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
10649         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
10650         directories, make sure they exist under archive-tmpdir.
10652 2004-04-27  Juri Linkov  <juri@jurta.org>
10654         * help.el (view-emacs-news): With argument, display info for the
10655         selected version by finding it among different NEWS files, and
10656         narrowing the buffer to the selected version.
10658         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
10659         same-window-buffer-names.
10660         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
10661         non-numeric prefix argument, append the number to the buffer name
10662         for numeric prefix argument.
10663         (info-other-window): Bind same-window-regexps to nil.
10664         (Info-reference-name): Rename to Info-point-loc.
10665         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
10666         and Info-find-index-name for stringy Info-point-loc.
10667         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
10668         without middle `.', but with final `.' and optional line number
10669         for it.  Set Info-point-loc for index nodes.
10670         (Info-index): Remove middle `.' from index entry regexp.
10671         Modify line number regexp.
10672         (Info-index-next): Decrement line number.
10673         (info-apropos): Remove middle `.' from index entry regexp.
10674         Add optional line number regexp at the end.  Add matched value
10675         for line number to the result list and insert it to the buffer.
10676         Replace match-string by match-string-no-properties.
10677         Reorder result list.
10678         (Info-fontify-node): Hide index line numbers.
10679         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
10680         empty matches.
10681         (Info-follow-reference): Use `str' instead of
10682         Info-following-node-name-re.
10683         (Info-toc): Use full file names.  Set Info-current-node to "Top".
10684         (Info-fontify-node): Compare file names without directory name.
10685         (Info-try-follow-nearest-node): Don't set Info-reference-name.
10686         Set second arg of Info-extract-menu-node-name for index nodes.
10687         (info-xref-visited): Use magenta3 instead of magenta4.
10688         (Info-mode): Add info-apropos to docstring.
10690         * log-view.el (log-view-diff): Replace interactive code "r"
10691         by a list to allow to call it even if region is not active.
10693         * paren.el (show-paren-highlight-openparen): New var.
10694         (show-paren-function): Turn on openparen highlighting when
10695         matching forward if show-paren-highlight-openparen is non-nil.
10697         * simple.el (kill-ring-save): Use blink-matching-delay instead of
10698         the constant value 1.
10699         (completions-common-part): Expand docstring.
10701         * textmodes/picture.el (picture-mode-map): Add arrow keys.
10703 2004-04-27  Kim F. Storm  <storm@cua.dk>
10705         * image.el (insert-sliced-image): Use line-height instead of
10706         line-spacing property on newline.
10708 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
10710         * desktop.el (desktop-buffer-misc-data-function): Rename to
10711         desktop-save-buffer and change docstring.
10712         (desktop-buffer-modes-to-save): Delete.
10713         (desktop-save-buffer-p): Use desktop-save-buffer instead of
10714         desktop-buffer-modes-to-save.
10715         (desktop-save): Rename desktop-buffer-misc-data-function to
10716         desktop-save-buffer and allow non-function value.
10717         (desktop-missing-file-warning): Correct docstring.
10719         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
10720         to desktop-save-buffer.
10722         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
10723         desktop-save-buffer.
10725         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
10727         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
10729 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
10731         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
10733 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
10735         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
10736         (ielm): Only go to the end of the buffer when starting a new process.
10738 2004-04-25  Juanma Barranquero  <lektu@terra.es>
10740         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
10741         mode line.  Bind `inhibit-read-only' to t before modifying
10742         properties of text in the buffer.
10743         (ielm): Force point to the end of buffer, even when running ielm
10744         from inside itself.
10746 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10748         * info.el (info-apropos): Reset Info-complete-cache.
10750 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
10752         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10753         Also recognize severe Irix et al. messages.
10754         (compilation-normalize-filename, compile-abbreviate-directory):
10755         Delete functions.
10756         (compilation-get-file-structure): New function inherits
10757         functionality of the two preceding ones.
10758         (compilation-internal-error-properties, compilation-fake-loc):
10759         Use it so that different paths to the same file share the same
10760         markers.  Also optimize finding adjacent marker slightly.
10762 2004-04-25  Kim F. Storm  <storm@cua.dk>
10764         * image.el (insert-sliced-image): Add line-spacing t property
10765         to newlines separating image lines.
10767 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
10769         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
10771         * ielm.el (ielm-prompt-read-only): New user option.
10772         (ielm-prompt): Expand docstring to describe new behavior.
10773         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
10774         mention it in the docstring.
10776 2004-04-24  Andreas Schwab  <schwab@suse.de>
10778         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
10780         * diff.el (diff): Set default-directory in diff buffer.
10782 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
10784         * mail/sendmail.el (mail-bury): Don't delete the frame where the
10785         mail was being composed if the terminal cannot display more than
10786         one frame; instead, switch to previous frame.
10788         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
10789         (rmail-start-mail): Support rmail-mail-new-frame even on
10790         terminals that can display only one frame at a time.
10792 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10794         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
10795         (checkdoc-output-font-lock-keywords): Remove error regexp.
10796         (checkdoc-output-mode-map): Remove.
10797         (checkdoc-output-mode): Derive from compilation-mode.
10798         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
10800         * dired.el (dired-mode-map): Add a menu entry for wdired.
10802         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10803         (rx-bracket, rx-check-any, rx-any): Clean up name space.
10805         * wdired.el: (wdired-mode-map): Move init into declaration.
10806         Fix `return' binding.
10807         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10808         Use force-mode-line-update.
10809         (wdired-get-filename): Use `unless'.
10810         (wdired-preprocess-files): Don't assume names have no \n and use / for
10811         dir separator.
10812         (wdired-normalize-filename): Use replace-regexp-in-string.
10813         (wdired-load-hooks): Remove.
10814         (wdired-mode-hooks): Rename to wdired-mode-hook.
10816         * info-look.el: Add support for cfengine-mode.
10817         (info-lookup-setup-mode): Use dolist.
10819 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
10821         * wdired.el: New file.
10823 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10825         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10827         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10828         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10829         (pcomplete--help, pcomplete--here): Doc fixes.
10831 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
10833         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10834         handles wrong-number-of-arguments in backend call.
10836         * vc.el (vc-print-log): Likewise.
10838 2004-04-20  Dave Love  <fx@gnu.org>
10840         * emacs-lisp/rx.el: Doc fixes.
10841         (rx-constituents): Add/extend many forms.
10842         (rx-check): Check form is a list.
10843         (bracket): Defvar.
10844         (rx-check-any, rx-any, rx-check-not): Modify.
10845         (rx-not): Simplify.
10846         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10847         (rx-kleene): Use rx-trans-forms.
10848         (rx-quote-for-set): Delete.
10849         (rx): Allow multiple args.
10851 2004-04-23  Kenichi Handa  <handa@m17n.org>
10853         * international/mule-util.el (char-displayable-p): Simplify by
10854         using internal-char-font.
10856 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10858         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10860 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10862         * diff-mode.el (diff-next-error): New fun.
10863         (diff-mode): Use it.
10865         * simple.el (next-error): Change arg name.
10866         Add support for the documented C-u C-x ` usage.
10868         * frame.el (special-display-popup-frame, next-multiframe-window)
10869         (previous-multiframe-window): Only consider frames on same display.
10871 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
10873         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10874         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10876 2004-04-22  Kim F. Storm  <storm@cua.dk>
10878         * net/telnet.el (telnet): Add optional port arg.
10880 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10882         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10883         Minor sanity check on the `hyperlink' slot.
10885         * Makefile.in (recompile): Compile new files.
10887         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10888         Add byte-recompile-directory's optional `arg'.
10890         * cvs-status.el (cvs-tree-use-charset): New var.
10891         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10892         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10893         (cvs-status-cvstrees): Use it.
10895         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10896         Make it a normal major mode.
10897         (checkdoc-buffer-label): Make sure the file name is meaningful.
10898         (checkdoc-output-to-error-buffer): Remove.
10899         (checkdoc-error, checkdoc-start-section): Rewrite.
10901         * info.el (info-node, info-menu-5, info-xref, info-header-node)
10902         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10903         (Info-title-4-face): Use new syntax.
10904         (info-xref-visited): Inherit from info-xref.
10906         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10908 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10910         * simple.el (next-error-last-buffer, next-error-function):
10911         New variables for the next-error framework.
10912         (next-error-buffer-p): New function.
10913         (next-error-find-buffer): Generalize compilation-find-buffer.
10914         (next-error, previous-error, first-error, next-error-no-select)
10915         (previous-error-no-select): Move from compile.el.
10917         * replace.el (occur-next-error, occur-1): Hook into the next-error
10918         framework.
10920         * progmodes/compile.el (compilation-start):
10921         Set next-error-last-buffer so next-error knows where to jump.
10922         (compilation-setup): Set the buffer-local variable
10923         next-error-function to 'compilation-next-error-function.
10924         (compilation-buffer-p, compilation-buffer-internal-p): Use an
10925         alternate way to find if a buffer is a compilation buffer, for
10926         next-error convenience.
10927         (next-error-no-select, previous-error-no-select, next-error)
10928         (previous-error, first-error): Move to simple.el.
10929         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10930         (compilation-last-buffer): Remove.
10931         (compilation-start, compilation-next-error, compilation-setup)
10932         (compilation-next-error-function, compilation-find-buffer):
10933         Remove compilation-last-buffer use.
10935 2004-04-21  Juanma Barranquero  <lektu@terra.es>
10937         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10938         (font-lock-warning-face): Fix spacing.
10940         * makefile.w32-in (WINS): Add url/ directory.
10942 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
10944         * desktop.el (desktop-buffer-mode-handlers): New variable.
10945         Alist of major mode specific functions to restore a desktop buffer.
10946         (desktop-buffer-handlers): Make variable obsolete.
10947         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10948         Catch errors signaled in handlers.  Update buffer count.
10949         Evaluate desktop-buffer-point.
10950         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10951         move to dired.el.
10952         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10953         move to info.el.
10954         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10955         move to mail/rmail.el.
10956         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10957         to mh-e/mh-e.el.
10958         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10959         On fail, print message (to message buffer) even if
10960         desktop-missing-file-warning is nil.
10961         (desktop-buffer-misc-data-function): New buffer local variable.
10962         Function returning major mode specific data.
10963         (desktop-buffer-misc-functions): Make variable obsolete.
10964         (desktop-save): Use desktop-buffer-misc-data-function.
10965         (desktop-buffer-dired-misc-data): Rename to
10966         dired-desktop-buffer-misc-data and move to dired.el.
10967         (desktop-buffer-info-misc-data): Rename to
10968         Info-desktop-buffer-misc-data and move to info.el.
10969         (desktop-read): Add message about number of buffers restored/failed.
10971         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10972         Add parameters.  Pause to display error only when
10973         desktop-missing-file-warning is non-nil.
10974         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10975         (dired-mode): Bind desktop-buffer-misc-data-function.
10977         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10978         Add Parameters.
10979         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10980         (Info-mode): Bind desktop-buffer-misc-data-function.
10982         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10983         Add Parameters.
10985         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10986         Add Parameters.
10988 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
10990         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10991         the case of letters in case-insensitive expansions when the
10992         abbrev is preceded by characters with letter syntax.
10994 2004-04-21  Richard M. Stallman  <rms@gnu.org>
10996         * progmodes/cperl-mode.el (cperl-putback-char):
10997         Delete Emacs 18 definition.
10999         * international/mule.el (ctext-post-read-conversion):
11000         Use assoc-string, not assoc-ignore-case.
11002         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
11004         * emacs-lisp/easymenu.el (easy-menu-add):
11005         Do call x-popup-menu, but only if it's defined.
11007         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
11009         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
11010         Handle multiple args: compile like progn.
11012         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
11013         take all args as &rest arg.
11015         * autoinsert.el (auto-insert-alist): Insert the user's name in
11016         copyright notice, rather than Free Software Foundation.
11018 2004-04-21  Kenichi Handa  <handa@m17n.org>
11020         * descr-text.el (describe-char): Make it work on *Help* buffer.
11022 2004-04-21  Kim F. Storm  <storm@cua.dk>
11024         * image.el (insert-image): Add optional SLICE arg.
11025         (insert-sliced-image): New defun.
11027 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
11029         * subr.el (read-number): Check whether `default' is nil.
11031 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11033         * progmodes/compile.el (compilation-error-properties):
11034         Split into two.
11035         (compilation-internal-error-properties): New one.
11036         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
11038 2004-04-20  Richard M. Stallman  <rms@gnu.org>
11040         * window.el (split-window-save-restore-data):
11041         Don't update the data if OLD-INFO is nil.
11043         * view.el (view-return-to-alist): Mark it permanent local.
11045         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
11047         * recentf.el (recentf-save-list): Catch and warn about errors.
11049         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
11050         so "Buffers" won't be pure.
11052         * help-mode.el (help-mode-finish): Set help-return-alist first
11053         thing, setting only the entry for the selected window.
11055         * help-fns.el (describe-function-1): If many non-control non-meta
11056         keys run the command, don't list all of them.
11058 2004-04-20  Juanma Barranquero  <lektu@terra.es>
11060         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
11061         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
11063         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
11065 2004-04-20  Kenichi Handa  <handa@m17n.org>
11067         * international/quail.el (quail-lookup-key): New optional arg
11068         NOT-RESET-INDICES.
11069         (quail-get-translations): Call quail-lookup-key with
11070         NOT-RESET-INDICES t.
11071         (quail-completion): Likewise.
11072         (quail-lookup-map-and-concat): Likewise.
11074 2004-04-20  Kenichi Handa  <handa@m17n.org>
11076         * international/quail.el (quail-update-translation): Don't insert
11077         such an unsupported multibyte char in a unibyte buffer.
11079 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
11081         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
11082         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
11083         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
11084         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
11085         (gdb-frame-assembler-buffer): Improve behaviour with
11086         multiple frames.
11087         (gdb-display-buffer): Extend search to all visible frames.
11089 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
11091         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
11092         characters left after base64 decoding.
11093         (rmail-decode-region): Use -dos variety of `coding', to remove any
11094         ^M characters left after qp or base64 decoding.
11096 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11098         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
11099         messages.
11101 2004-04-19  Stephen Eglen  <stephen@gnu.org>
11103         * add-log.el (add-change-log-entry): Update doc string to mention
11104         add-log-full-name and add-log-mailing-address.
11106 2004-04-18  Juri Linkov  <juri@jurta.org>
11108         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
11109         (Info-find-node-2): Simplify error message.
11110         (Info-insert-dir): Use Info-following-node-name.
11111         (Info-goto-node): Remove *info-history* and *info-toc*.
11112         (Info-history): Create a node of the virtual history file.
11113         (Info-toc): Create a node of the virtual toc file.
11114         (Info-insert-toc): New arg `curr-file' for reference file names.
11115         (info-apropos): Remove redundant var binding for temp-file.
11116         (Info-index, Info-index-next, Info-mode): Doc fix.
11117         (Info-goto-emacs-command-node): Don't jump to *info* from
11118         non-*info* Info buffers.
11119         (Info-fontify-node): Don't show the file name of external
11120         references if `Info-hide-note-references' is `hide'.  Don't hide
11121         newlines at the end of paragraphs.
11123         * international/mule-diag.el (list-input-methods):
11124         Fix args to help-xref-button.
11126         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
11127         to put into effect local variables from TUTORIAL files.
11129         * textmodes/paragraphs.el (sentence-end) <function>: New fun
11130         with default value taken from the variable `sentence-end'.
11131         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
11132         Add nil const to :type.
11133         (sentence-end-without-period, sentence-end-double-space)
11134         (sentence-end-without-space): Doc fix.
11136         * textmodes/paragraphs.el (forward-sentence):
11137         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
11138         (fill-delete-newlines):
11139         * progmodes/cc-cmds.el (c-beginning-of-statement):
11140         Use function `sentence-end' instead of variable `sentence-end'.
11142 2004-04-18  Andreas Schwab  <schwab@suse.de>
11144         * progmodes/compile.el (compilation-start): Set window start to
11145         point-min if compilation-scroll-output is nil.
11147 2004-04-18  John Wiegley  <johnw@newartisans.com>
11149         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
11151 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
11153         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
11154         (gdb-info-breakpoints-custom): Revert previous change.
11155         (gdb-view-assembler): Update assembler if necessary.
11156         (gdb-frame-handler): Parse correctly for gdb-current-frame.
11157         (gdb-display-source-buffer): Update properly when both source and
11158         assembler are visible.
11160 2004-04-17  John Wiegley  <johnw@newartisans.com>
11162         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
11163         which limits the number of names shown in the minibuffer.  Off by
11164         default.
11165         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
11166         up iswitchb for users with a multitude of open buffers by showing
11167         only the first and last N/2 buffers in the completion list (which
11168         is enough to aid C-s/C-r, and to know that more characters are
11169         needed to refine the completion list).
11171 2004-04-17  Richard M. Stallman  <rms@gnu.org>
11173         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
11174         (file-truename): Expand all ~ constructs directly.
11175         (insert-directory): Delete any error msg output by the
11176         `insert-directory-program'.
11178         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
11179         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
11180         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
11181         (allout-init): Use find-file-hook, not find-file-hooks.
11182         (allout-mode): Eliminate Emacs 18 support.
11183         Use write-contents-functions, not local-write-file-hooks.
11185 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
11187         * progmodes/compile.el (compilation-error-properties): Fix for
11188         adding messages when there are already markers for their file.
11189         (compilation-fake-loc): New function.
11191 2004-04-16  Dave Love  <fx@gnu.org>
11193         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
11194         (python-load-file): Fix python-orig-start setting.
11196         * progmodes/compile.el: Doc fixes.
11197         (compilation-error-regexp-alist-alist)
11198         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
11199         (compilation-assq): Wrap in eval-when-compile.
11200         (compilation-mode-font-lock-keywords): Don't use list*.
11201         (compilation-start): Avoid warning.
11202         (compilation-compat-error-properties)
11203         (compilation-directory-properties): Add keymap property.
11204         (compilation-parsing-end): Make it a marker for better compatibility.
11206         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
11208 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
11210         * xml.el: Doc fixes.
11211         (xml-get-children): Only looks at sub-tags and ignore strings.
11213         * xml.el (xml-parse-tag): Avoid overwriting node-name.
11215 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
11219 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
11221         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
11223         * vc.el (vc-print-log): Likewise.
11225 2004-04-16  Masatake YAMATO  <jet@gyve.org>
11227         * simple.el (completion-setup-function): Set an initial value
11228         to `element-common-end' before entering loop.  Set a value
11229         to `element-common-end' at the end of loop.
11230         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
11231         (completions-common-part): Rename from completion-de-emphasis.
11232         (completions-first-difference): Rename from completion-emphasis.
11233         Suggested by RMS.
11235 2004-04-16  Juanma Barranquero  <lektu@terra.es>
11237         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
11238         (bookmark-edit-annotation-mode): Add mode name.
11240 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11242         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
11243         for nested conflict markers.
11244         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
11246 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
11248         * progmodes/gdb-ui.el (gdb-goto-info): New function.
11250         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
11252 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11254         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
11255         Give a backtrace if requested.
11257         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
11259         * progmodes/python.el (python-mouse-2-command, python-RET-command):
11260         Remove unused functions.
11261         (python-orig-start-line, python-orig-file): Remove.
11262         (python-orig-start): New var.
11263         (python-input-filter, python-compilation-line-number)
11264         (python-send-region, python-load-file): Use it.
11266         * info.el (info): Always jump to *info*.
11268         * subr.el (posn-set-point): New function.
11270         * mouse.el (mouse-set-point): Use it.
11272         * progmodes/compile.el (compile-goto-error): Use it.
11273         (compilation-button-map): New keymap.
11274         (compilation-error-properties): Use it.
11275         (compilation-shell-minor-mode-map): Don't bind mouse-2.
11277         * smerge-mode.el (smerge-popup-context-menu): Use it.
11279         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
11280         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
11281         mouse and non-mouse case.
11283         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
11284         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
11286         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
11287         Make it work for non-mouse events.
11289         * pcvs-info.el (cvs-status-map): Update binding name.
11291 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
11293         * xml.el (xml-maybe-do-ns): New function to handle namespace
11294         parsing of both attribute and element names.
11295         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
11296         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
11297         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
11298         (xml-parse-attlist): Make it do its own namespace parsing.
11300 2004-04-14  Dave Love  <fx@gnu.org>
11302         * progmodes/python.el (run-python): Fix use of \n.
11303         (python-load-file): Remove `try' from Python fragment.
11304         (python-describe-symbol): Fix message.
11306         * comint.el: Doc fixes.
11307         (comint-last-input-start, comint-last-input-end)
11308         (comint-last-output-start): Give them values.
11309         (comint-arguments): Avoid warning.
11310         (comint-skip-prompt): Use line-end-position.
11311         (comint-backward-matching-input): Rename arg to agree with doc.
11312         (comint-extract-string): Use syntax-ppss.
11313         (comint-dynamic-simple-complete): Delete useless list construction.
11314         (comint-redirect-subvert-readonly): New.
11315         (comint-redirect-preoutput-filter): Use it.
11317         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11318         Correctly handle negative arguments when calling hook functions.
11320 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
11322         * info.el (info-apropos): Don't clobber Info-history-list.
11324 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
11326         * progmodes/compile.el (compilation-setup):
11327         Localize overlay-arrow-position.
11328         (compilation-sentinel): Restructure code equivalently.
11329         (compilation-next-error): Find message on same line after point if
11330         not found before point.
11331         (compile-mouse-goto-error): Restore function so that compilation
11332         buffer need not be current and use compile-goto-error.
11333         (compile-goto-error): Restore function.
11334         (next-error): Set overlay-arrow-position.
11335         (compilation-forget-errors): Don't localize already local
11336         compilation-locs and remove FIXME about refontifying.
11338 2004-04-14  Kim F. Storm  <storm@cua.dk>
11340         * startup.el (emacs-quick-startup): New defvar (set by -Q).
11341         (command-line): New option -Q.  Like -q --no-site-file, but
11342         in addition it also disables menu-bar, tool-bar, scroll-bars,
11343         tool-tips, and the blinking cursor.
11344         (command-line-1): Skip startup screen if -Q.
11345         (fancy-splash-head): Use ":align-to center" prop to center splash image.
11347         * emulation/cua-base.el (cua-read-only-cursor-color)
11348         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
11350 2004-04-13  Dave Love  <fx@gnu.org>
11352         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
11353         (syntax): Don't require.
11354         (python) <defgroup>: Add :version.
11355         (python-quote-syntax): Re-written.
11356         (inferior-python-mode): Move stuff here from run-python and add
11357         some more.
11358         (python-preoutput-continuation, python-preoutput-result)
11359         (python-dotty-syntax-table): New.
11360         (python-describe-symbol): Use them.
11361         (run-python): Move stuff to inferior-python-mode.  Modify code
11362         loaded into Python.
11363         (python-send-region): Use python-proc, python-send-string.
11364         (python-send-string): Send newlines too.  Callers changed.
11365         (python-load-file): Re-written.
11366         (python-eldoc-function): New.
11367         (info-look): Don't require.
11368         (python-after-info-look): New.  A modified version of former
11369         top-level code for use with eval-after-load.
11370         (python-maybe-jython, python-guess-indent): Use widened buffer.
11371         (python-fill-paragraph): Re-written.
11372         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
11373         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
11375 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11377         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
11378         Set compilation-error-regexp-alist earlier.
11380         * progmodes/compile.el (compilation-minor-mode-map)
11381         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
11382         (compile-goto-error): Re-merge the mouse and non-mouse commands.
11384 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11386         * progmodes/compile.el (compile-goto-error): Select the buffer/window
11387         corresponding to the event.
11389 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
11391         * loadup.el: Add cygwin to system-type list, for unexec() support.
11393 2004-04-12  John Paul Wallington  <jpw@gnu.org>
11395         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
11396         (ibuffer-restore-window-config-on-quit): New variable to replace
11397         `ibuffer-delete-window-on-quit'.  Update all references.
11398         (ibuffer-prev-window-config): New variable.
11399         (ibuffer-quit): Restore previous window configuration instead of
11400         deleting window.
11401         (ibuffer): Save window configuration before showing Ibuffer buffer.
11403         * help.el (describe-mode): Doc fix.
11405 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11407         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
11408         not to treat nil as a function.
11410         * vc-arch.el (vc-arch-root): Be a bit more careful.
11411         (vc-arch-register): Save the buffer if we modified it.
11412         (vc-arch-delete-rej-if-obsolete): Save excursion.
11413         (vc-arch-find-file-hook): Use the simpler after-save-hook.
11414         (vc-arch-responsible-p, vc-arch-init-version): New functions.
11416         * net/ldap.el (ldap-search): Use list*.
11418 2004-04-12  Juri Linkov  <juri@jurta.org>
11420         * info.el (Info-follow-reference): Allow multiline reference name.
11422 2004-04-11  Dave Love  <fx@gnu.org>
11424         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
11426         * progmodes/python.el: New file.
11428 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
11430         * vc-hooks.el (vc-arg-list): Function removed.
11431         (vc-default-workfile-unchanged-p): Use condition-case to check for
11432         backward compatibility.
11434         * vc.el (vc-print-log): Use condition-case to check for backward
11435         compatibility.
11437 2004-04-11  Juri Linkov  <juri@jurta.org>
11439         * dired.el (dired-faces): New defgroup.
11440         (dired-header, dired-mark, dired-marked, dired-flagged)
11441         (dired-warning, dired-directory, dired-symlink, dired-ignored):
11442         New faces.
11443         (dired-header-face, dired-mark-face, dired-marked-face)
11444         (dired-flagged-face, dired-warning-face, dired-directory-face)
11445         (dired-symlink-face, dired-ignored-face): New face variables.
11446         (dired-font-lock-keywords): Use them instead of font-lock faces.
11447         Split the rule for dired marks into 3 separate rules: for marks,
11448         marked file names and flagged file names.
11450         * help-mode.el (help-make-xrefs): Add a final newline to the
11451         *Help* buffer.
11453 2004-04-11  John Paul Wallington  <jpw@gnu.org>
11455         * replace.el (occur-engine): Distinguish between one and several
11456         matches in the matches per buffer heading.
11458 2004-04-11  Kim F. Storm  <storm@cua.dk>
11460         * ido.el (ido-confirm-unique-completion): New defcustom.
11461         (ido-complete): Use it.
11462         (ido-write-file): Set it to t unconditionally.
11464 2004-04-10  Miles Bader  <miles@gnu.org>
11466         RCS keyword removal (only non-comment changes are enumerated here):
11468         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
11469         (byte-compile-insert-header): Don't use `byte-compile-version'.
11470         * forms.el (forms-version): Variable removed.
11471         (forms-mode): Don't use `forms-version'.
11472         * recentf.el (recentf-version): Variable removed.
11473         * progmodes/delphi.el (delphi-version): Variable removed.
11474         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
11476 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11478         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
11480 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
11482         * info.el (info-apropos): Improve menu item regexp.
11484 2004-04-09  Simon Josefsson  <jas@extundo.com>
11486         * mail/smtpmail.el: Add comment, based on report by
11487         kdc@rcn.com (Kevin D. Clark).
11489 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11491         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11492         Redo one more thing that I didn't notice Daniel had undone.
11494 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
11496         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
11497         (gdb-goto-breakpoint, gdb-display-buffer)
11498         (gdb-display-source-buffer, gdb-view-source-function)
11499         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
11500         (gdb-source-info, gdb-frame-handler): Don't specify a window
11501         for display.
11502         (gdb-info-breakpoints-custom): Remove superfluous update of
11503         assembler buffer.
11504         (gdb-many-windows): Make settable outside gdb.
11506 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
11508         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
11509         Derive from fundamental-mode rather than text-mode.
11511 2004-04-08  Juri Linkov  <juri@jurta.org>
11513         * info.el (Info-history): Doc fix.
11514         (Info-history-list): New var.
11515         (info-xref): Change magenta4 to blue, remove bold for dark and
11516         light backgrounds, change bold to underline for non-color classes.
11517         (info-xref-visited): New face.
11518         (Info-fontify-visited-nodes): New custom.
11519         (Info-hide-note-references): Add new value `hide'.  Doc fix.
11520         (Info-reference-name): New var.
11521         (Info-selection-hook): New custom.
11522         (Info-edit-mode-hook): New var.
11523         (Info-find-file): New fun.
11524         (Info-find-node): Move part of code to Info-find-file.
11525         (Info-find-node-2): Add anchors to Info-history-list.  Move point
11526         to the place with the reference name if name is defined.
11527         (Info-select-node): Add current node to Info-history-list.
11528         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
11529         (Info-search-whitespace-regexp): New custom.
11530         (Info-search-case-fold): New var.
11531         (Info-search): Add "case-sensitively" to the prompt.
11532         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
11533         (Info-search-case-sensitively, Info-search-next): New fun.
11534         (Info-up): Move point to the menu item of the current node.
11535         (Info-history): New fun.  Add *info-history* to
11536         same-window-buffer-names.
11537         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
11538         (Info-insert-toc): New fun.
11539         (Info-build-toc): New fun.
11540         (Info-follow-reference): Add new arg `fork'.  Doc fix.
11541         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
11542         with the same name prefer the reference closest to point.
11543         (Info-next-reference): Replace * by + in the *Note regexp.
11544         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11545         (Info-prev-reference): Replace * by + in the *Note regexp.
11546         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11547         (Info-follow-nearest-node): Add new arg `fork'.
11548         (Info-try-follow-nearest-node): Add new arg `fork'.
11549         Call browse-url for http:// and ftp:// references.
11550         Set Info-reference-name for index entries.
11551         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
11552         Info-search-next, Info-history, Info-toc, clone-buffer.
11553         (Info-menu-update): Replace * by + in the *Note regexp.
11554         (Info-mode): Add documentation for Info-history, Info-toc,
11555         Info-search-case-sensitively, Info-search-next, clone-buffer.
11556         (Info-fontify-menu-headers): Remove fun.  Move code to
11557         Info-fontify-node.
11558         (Info-fontify-node): Add docstring.  Add local vars
11559         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
11560         then fontify header line, titles, menu headers, http and ftp
11561         references, refill paragraphs.  If not-fontified-p is t or
11562         fontify-visited-p is t then fontify cross references, menu items.
11563         Fontify menu headers.  Fontify http and ftp references.
11564         Change regexp for cross references to require whitespace after *Note,
11565         add matching groups for file and node names.  Remove hack for quote.
11566         Use display property for Info-hide-note-references=t.  Use fifth
11567         or fourth match for help-echo.  Display visited nodes in a
11568         different face.  Unhide file names of external references.
11569         Unhide newlines.  Display visited menu items in a different face.
11571 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11573         * progmodes/compile.el: Require CL.
11574         (compilation-mode-font-lock-keywords): Re-install the "line as
11575         function" patch.
11577         * help-fns.el (help-C-source-directory): New var.
11578         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
11579         (describe-function-1, describe-variable): Use them.
11581         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
11582         to C source files specially.
11584 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11586         * info.el (Info-hide-cookies-node): New function.
11587         (Info-select-node): Use it.
11588         (Info-display-images-node): Remove message with image file name.
11590 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
11592         * progmodes/compile.el (compilation-warning-face)
11593         (compilation-info-face, compilation-skip-threshold)
11594         (compilation-skip-visited, compilation-context-lines):
11595         Declare :version when added to Emacs.
11596         (compilation-error-regexp-alist-alist): Extend caml and irix.
11597         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
11598         (compilation-mode-font-lock-keywords): Temporarily undo line as
11599         function patch, which wasn't ready.
11601 2004-04-07  Kenichi Handa  <handa@m17n.org>
11603         * international/latin1-disp.el (latin1-display-setup): Check each
11604         character is displayable or not instead of calling
11605         latin1-display-check-font.
11607 2004-04-06  Kenichi Handa  <handa@m17n.org>
11609         * language/ethio-util.el (ethio-sera-being-called-by-w3):
11610         New variable.
11611         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
11612         instead of sera-being-called-by-w3.
11613         (ethio-fidel-to-sera-buffer): Likewise.
11614         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
11615         instead of sera-being-called-by-w3.
11616         (ethio-write-file): Likewise.
11618 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11620         * printing.el: Doc fix.
11622 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
11624         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
11625         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
11626         (gdb-setup-windows): Only use separate IO buffer if required.
11628 2004-04-06  Kim F. Storm  <storm@cua.dk>
11630         * term.el (term-is-xemacs): Remove.
11631         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
11632         (term-window-width): New function.
11633         (term-mode, term-check-size): Use it.
11634         (term-mode): Disable overflow-newline-into-fringe in term buffer.
11636 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11638         * cus-edit.el (custom-add-parent-links): Change unbound variable
11639         `symbol' to `name'.
11641 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
11642         * info.el (info-apropos): New function.
11643         (Info-mode-menu): Add it.
11644         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
11646         * help-mode.el (help-make-xrefs): Recognize aliased variable with
11647         inherited docstring.
11649         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
11651 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11653         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
11655         * progmodes/compile.el (font-lock): Don't require any more.
11656         (compilation-error-properties, compilation-start, compilation-sentinel)
11657         (compilation-filter, next-error): Use with-current-buffer.
11658         (compilation-skip-to-next-location, compilation-skip-threshold)
11659         (compilation-skip-visited): Move to silence the byte-compiler.
11660         (compilation-setup): Simplify.
11661         (compilation-next-error): Use line-(beginning|end)-position.
11662         Make sure `pt' is non-nil before using compilation-loop.
11663         (compile-goto-error): Add optional event arg.  Use it.
11664         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
11665         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
11666         Update the binding for mouse-2.
11667         (first-error): Set compilation-current-error to nil rather than bob.
11668         (compilation-parsing-end, compilation-parse-errors-function)
11669         (compilation-error-list, compilation-old-error-list):
11670         "New" compatibility variables.
11671         (compile-buffer-substring, compilation-compat-error-properties)
11672         (compilation-compat-parse-errors, compilation-forget-errors):
11673         New compatibility functions.
11674         (compilation-mode-font-lock-keywords): Use them.
11676 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11678         * autorevert.el (auto-revert-handler): If point (or a window
11679         point) is at the end of the buffer, keep it there after
11680         reverting.  This allows to tail a file.
11681         Mention this in the `Commentary'.
11683         * format.el (format-write-file): Add optional argument CONFIRM
11684         and make it behave like the analogous argument to `write-file'.
11686 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11688         * progmodes/ebnf2ps.el: Doc fix.
11689         (ebnf-version): New version number (4.2).
11690         (ebnf-syntax): Customization and docstring fix.
11691         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
11692         Put autoloaded funs before first use.
11693         (ebnf-style-database): Add dtd entry.
11694         (ebnf-syntax-alist): Add dtd initialization.
11695         (ebnf-token-sequence): New fun.
11696         (ebnf-comment-table): Add new comment action character.
11697         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
11699         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
11700         Type Definition for XML).
11702         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
11703         * progmodes/ebnf-bnf.el (ebnf-sequence):
11704         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
11705         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
11706         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
11707         Code simplification: call ebnf-token-sequence.
11709 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
11711         * calendar/timeclock.el (timeclock-relative)
11712         (timeclock-get-project-function, timeclock-get-workday-function)
11713         (timeclock-query-out, timeclock-when-to-leave)
11714         (timeclock-when-to-leave-string, timeclock-log-data)
11715         (timeclock-generate-report, timeclock-in): Doc fixes.
11717 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11719         * url/: New dir.  Import the URL package from its repository.
11721 2004-04-03  Andreas Schwab  <schwab@suse.de>
11723         * diff-mode.el (diff-mode): Fix missing quote.
11725 2004-04-03  Juri Linkov  <juri@jurta.org>
11727         * descr-text.el (describe-property-list): Add `font-lock-face'.
11729         * dired.el (dired-font-lock-keywords): Fix permission regexps.
11731 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11733         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
11734         Use utf-16le on little endian machines and utf-16be otherwise.
11736 2004-04-02  David Kastrup  <dak@gnu.org>
11738         * net/browse-url.el (browse-url-generic): Use call-process
11739         instead of start-process to allow browsers that fork and detach.
11741 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
11743         * compile.el (compilation-current-error): New var.
11744         (compilation-setup, compile-mouse-goto-error)
11745         (compile-goto-error, next-error): Use it.
11746         (compilation-skip-to-next-location): Default to t, which gives
11747         contiguous skipping like old compile (where this was redundant).
11748         (compilation-next-error): Prevent previous-* commands from moving
11749         back to message at or just before point.
11751 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
11753         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
11754         (gdb-source-info): Don't display source at startup, if required.
11755         (gdb-show-main): New option.
11756         (gdba): Update documentation.
11757         (gdb-source): Cover case of auto-display output.
11759 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
11761         * autorevert.el: Delete obsolete autoload's and defvar's.
11762         (auto-revert-check-vc-info): New user option.
11763         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11764         (auto-revert-handler-vc): Delete.
11765         (auto-revert-handler): Treat return value `fast' of
11766         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
11768         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
11769         return `fast'.
11771         * files.el (buffer-stale-function): Doc change.
11773 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11775         * printing.el: New tip on Tips section.
11776         (pr-version): New version number (6.7.4).
11777         (pr-shell-file-name): Initialization fix.
11779 2004-03-31  Juri Linkov  <juri@jurta.org>
11781         * dired.el: Add autoload for `dired-do-touch'.
11782         (dired-touch-program): New var.
11783         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
11784         (dired-no-confirm): Add `touch' to docstring.
11786         * dired-aux.el (dired-do-touch): New fun.
11787         (dired-do-chxxx): Add argument -t for touch operation.
11789         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
11790         `dired-move-to-filename-regexp'.
11792 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
11794         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
11796 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11798         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
11799         and only if the buffer was modified.
11801 2004-03-30  Kenichi Handa  <handa@m17n.org>
11803         * international/characters.el: Delete pairs for U+2308..U+230B.
11805 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
11807         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11808         to detect the beginning of a level 2 or 3 annotation.
11810 2004-03-29  Kenichi Handa  <handa@m17n.org>
11812         * international/ucs-tables.el (ucs-insert): Fix the error message.
11814 2004-03-29  Kenichi Handa  <handa@m17n.org>
11816         * international/mule-util.el (char-displayable-p): Fix generation
11817         of XLFD file name.
11819         * Makefile.in (setwins, setwins_almost): Change directory to $wd
11820         before finding directories by `find'.
11822 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11824         * subr.el (interactive-form): Delete.  Now implemented in C.
11826         * pcvs.el (cvs-parse-process): Workaround for Darwin.
11828         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11829         (vc-diff-label): New fun.
11830         (vc-diff-internal): Use it.
11832         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11834 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11836         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11838         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11839         specify XML (EBNFX).
11841         * progmodes/ebnf2ps.el: Doc fix.
11842         (ebnf-version): New version number (4.1).
11843         (ebnf-syntax): Adjust customization.
11844         (ebnf-style-database): Add ebnfx entry.
11845         (ebnf-syntax-alist): Add ebnfx initialization.
11846         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11848         * printing.el: Doc fix.
11849         (pr-version): New version number (6.7.3).
11850         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11851         returns nil for mouse position.  Reported by Drew Adams
11852         <drew.adams@oracle.com>.
11853         (pr-update-menus): Modify interactive declaration.  Reported by Drew
11854         Adams <drew.adams@oracle.com>.
11856 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
11858         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11859         (gud-gdba-marker-filter): Log the process input and output, if
11860         required.  From Stefan Monnier.
11861         (gdb-debug-log, gdb-enable-debug-log): New variables.
11862         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11864 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11866         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11867         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11869 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
11871         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11872         Call vc-find-file-hook here instead of in auto-revert-buffers.
11873         (auto-revert-buffers): Delete call to vc-find-file-hook.
11874         (auto-revert-verbose, global-auto-revert-non-file-buffers)
11875         (global-auto-revert-mode, auto-revert-set-timer)
11876         (auto-revert-handler, auto-revert-buffers): Doc fixes.
11878 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11880         * woman.el (woman-change-fonts): Rename local variable
11881         woman-font-alist to font-alist to avoid a compiler warning.
11883 2004-03-27  Dave Love  <fx@gnu.org>
11885         * emacs-lisp/rx.el (rx): Doc fix.
11886         Fix copyright years.
11888         * strokes.el (strokes-global-set-stroke-string): New function.
11889         (strokes-list-strokes): Cope with strings, not just commands.
11890         Set foreground colour of image.
11891         (strokes-global-set-stroke): Doc fix.
11893 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
11895         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11896         Auto Revert mode.
11897         (Buffer-menu-files-only): New variable.
11898         (Buffer-menu-toggle-files-only): New function.
11899         (Buffer-menu-mode-map): Bind it to `T'.
11900         (Buffer-menu-mode): Mention `T' in docstring.
11901         Set buffer-stale-function.
11902         (list-buffers-noselect): Mark buffer non-modified and set
11903         Buffer-menu-files-only.
11905         * dired.el (buffer-stale-function): Remove no longer needed defvar.
11907         * autorevert.el (auto-revert-handler): Print revert message
11908         before, rather than after, reverting.
11909         (buffer-stale-function): Move to files.el.
11911         * files.el (buffer-stale-function): Move here from autorevert.el.
11913 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11915         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11917         * calc/calc.el (calc-mode-map): Use mapc.
11919         * apropos.el (apropos-mode): Don't autoload.
11920         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
11921         (apropos): Use it.
11922         (apropos-print): Add optional `text' argument.
11923         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11924         Don't assume point-min == 1.
11926         * bs.el (bs-buffer-list): Use buffer-local-value.
11927         (bs--set-toggle-to-show): Use with-current-buffer.
11929         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11930         New funs.
11931         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
11933         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11935         * dabbrev.el (dabbrev-expand): Fix regexp construction.
11936         (dabbrev--find-expansion): Use pop.
11937         (dabbrev--search): Use match-string-no-properties.
11939         * dired.el (dired-mode): Use run-mode-hooks.
11940         (dired-move-to-end-of-filename): Use match-string.
11942         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11943         is bound before using it.
11944         (ediff-verbose-p): Make it into a var since it's not constant.
11946         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11948         * faces.el (read-face-font): Don't cons up unnecessarily.
11949         (header-line, tool-bar): Share common parts.
11951         * files.el (file-relative-name): Use compare-strings.
11953         * finder.el (finder-mode): Follow coding convention.
11955         * subr.el (read-number): New function.
11957         * ses.el (ses-read-number): Move to subr.el.
11958         (ses-set-header-row): Use read-number.
11960 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
11962         * vc-hooks.el (vc-arg-list): New function, which handles both
11963         compiled and uncompiled code.
11964         (vc-default-workfile-unchanged-p): Use it.
11966         * vc.el (vc-print-log): Undo prev change, use new function
11967         vc-arg-list from vc-hooks.el.
11969 2004-03-26  Masatake YAMATO  <jet@gyve.org>
11971         * simple.el (completion-setup-function): Emphasize the
11972         first uncommon characters in the completions; and de-emphasize
11973         the common prefix substrings.
11974         (completion-emphasis): New face.
11975         (completion-de-emphasis): New face.
11977 2004-03-25  Juanma Barranquero  <lektu@terra.es>
11979         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11980         Comment out (it's unused and unfinished code).
11982 2004-03-25  Sam Steingold  <sds@gnu.org>
11984         * vc.el (vc-print-log): Fix a bug in the last patch:
11985         backend-function may be a byte-compiled object, not a lambda.
11987 2004-03-25  Juri Linkov  <juri@jurta.org>
11989         * descr-text.el (describe-property-list): Add a button
11990         for `face' property that calls `describe-face'.
11991         Suggested by luis fernandes <elf@ee.ryerson.ca>
11993         * international/mule.el (keyboard-coding-system):
11994         * kmacro.el (kmacro-call-macro): Fix docstring.
11996         * dired.el: Fix comments.
11998         * textmodes/fill.el (fill): Fix Info link.
12000         * font-lock.el (fast-lock, lazy-lock):
12001         * jit-lock.el (jit-lock): Remove links to removed Support Modes
12002         Info node.
12004         * eshell/eshell.el (eshell): Fix broken info-link.
12006         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
12007         * eshell/em-banner.el (eshell-banner):
12008         * eshell/em-smart.el (eshell-smart):
12009         * eshell/esh-cmd.el (eshell-cmd):
12010         Comment out broken info-links to incomplete Info manual.
12012         * info-xref.el: Fix commentary.
12014 2004-03-25  Kevin Ryde  <user42@zip.com.au>
12016         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
12017         Remove spurious node duplicate suppression, doesn't work, not wanted.
12018         (info-xref-output): Take format style args, add "sit-for 0" to let
12019         user see the results as they progress.
12020         (info-xref-check-all-custom): New function.
12022 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
12024         * gdb-ui.el: Moved to progmodes.
12026 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12028         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
12030 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12032         * calendar/appt.el (appt-check): Remove superfluous progn.
12033         When finished with diary buffer: if it was not being displayed
12034         before, kill it; otherwise restore its original state.
12035         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
12037         * calendar/calendar.el (calendar-set-mode-line): Use total
12038         available mode-line width, rather than frame-width.
12040         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
12041         after mode change so effect not lost.
12043 2004-03-23  Dave Love  <fx@gnu.org>
12045         * dired.el (dired) <defgroup>: Add link to manual.
12046         (dired-font-lock-keywords): Add highlighting on unusual permissions.
12047         (dired-revert): Use dolist.
12048         (dired-mode-map): Add U binding.
12049         (dired-mode): Add font-lock-beginning-of-syntax-function.
12050         (dired-garbage-files-regexp): Make it a defcustom.
12052 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12054         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
12055         is equivalent to nil.
12056         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
12057         (vc-arch-mode-line-string): Accept `added' state.
12058         (vc-arch-state): Use inode-sigs if available.
12059         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
12060         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
12061         (vc-arch-tagline-re): New var.
12062         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
12063         New functions.
12064         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
12065         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
12067         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
12068         (vc-file-not-found-hook): Use it.
12070         * diff-mode.el (diff-default-read-only): Change default.
12071         (diff-mode-hook): Make it a defcustom.  Add some options.
12072         (diff-mode-map): Bind diff-refine-hook.
12073         (diff-yank-handler): New var.
12074         (diff-yank-function): New fun.
12075         (diff-font-lock-keywords): Use them.
12076         (diff-end-of-file): Handle case where file-header looks like diff text.
12077         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
12078         (diff-file-kill): Delete a subsequent empty line, if applicable.
12079         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
12080         (diff-find-file-name): Use it.
12081         (diff-tell-file-name): New command.
12082         (diff-mode): Be careful with view-mode.
12083         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
12084         New functions, for use in diff-mode-hook.
12085         (diff-find-source-location): Catch "regex too large" errors.
12086         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
12087         (diff-refine-hunk): New command.
12089         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
12090         (smerge-context-menu-map): Remove unused var.
12091         (smerge-keep-all): Preserve markers.
12092         (smerge-keep-n): New fun.
12093         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12094         (smerge-keep-current, smerge-ediff): Use it.
12095         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
12096         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
12097         (smerge-resolve): Resolve trivial 3-part conflicts.
12099 2004-03-23  Juri Linkov  <juri@jurta.org>
12101         * man.el (Man-width): New var.
12102         (Man-getpage-in-background): Use it.
12103         (Man-support-local-filenames): New var and fun.
12104         (Man-build-man-command): Don't add a second %s.
12105         (Man-fontify-manpage): Clean up message.
12106         (Man-mode): Set outline-regexp, outline-level,
12107         imenu-generic-expression.
12109         * woman.el (woman-fill-frame): Doc fix.
12110         (woman-decode-region): Use window-width instead of frame-width.
12112         * abbrevlist.el (list-one-abbrev-table):
12113         * descr-text.el (describe-char):
12114         * international/mule-diag.el (describe-current-coding-system):
12115         * international/quail.el (quail-insert-decode-map):
12116         Use window-width instead of frame-width.
12118         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
12119         (jka-compr-mode-alist-additions): Add tbz.
12120         (jka-compr-write-region, jka-compr-insert-file-contents):
12121         Add message for undefined compress-program.
12122         (jka-compr-write-region): Remove redundant var bindings.
12124         * dired-x.el (dired-guess-shell-alist-default): Add choices for
12125         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
12126         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
12127         (dired-man): Use dired-guess-shell-command.
12128         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
12129         Change default nil to t.
12131         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
12132         (dired-compare-directories): Add default value for empty input.
12134         * help-at-pt.el: Move suggestions for key bindings to Commentary.
12136         * time.el (display-time-string-forms): Fix help-echo date format.
12138 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
12140         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
12141         (buffer-stale-function): New variable.
12142         (auto-revert-list-diff, auto-revert-dired-file-list)
12143         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
12144         (auto-revert-handler): Take over some functionality of deleted
12145         functions.
12146         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
12148         * dired.el (dired-directory-changed-p): New fun, extracted from
12149         dired-internal-noselect.
12150         (dired-buffer-stale-p): New fun.
12151         (dired-internal-noselect): Use dired-directory-changed-p.
12152         Eliminate revert messages.
12153         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
12155 2004-03-23  Kenichi Handa  <handa@m17n.org>
12157         * international/characters.el: Setup syntaxes for more parentheses
12158         Unicode characters.
12160         * international/mule-cmds.el (select-safe-coding-system):
12161         Merge coding-system and auto-cs before comparing them.
12163 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12165         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
12167         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12168         normal-auto-fill-function and comment-indent-function.
12169         The default values now work just as well.
12170         Don't set font-lock-beginning-of-syntax-function since we already set
12171         syntax-begin-function.
12172         (lisp-outline-level): Put ;;;###autoload at same level as (.
12173         (prin1-char): Quote special chars.
12175         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
12176         than with-no-warnings.
12178         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
12179         if the source location can't be found.
12180         (edebug-compute-previous-result): Use prin1-char.
12182         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
12183         (debug-ignored-errors): Add an entry.
12185         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
12186         (byte-compile-file): Output warning when deleting a file.
12188         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
12189         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
12191         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
12192         (byte-compile-inline-expand): Use backquote.
12193         (byte-optimize-pure-func): Rename from byte-optimize-concat.
12194         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
12196         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
12198         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
12200 2004-03-22  Juri Linkov  <juri@jurta.org>
12202         * finder.el (finder-known-keywords): Fix data, tex, unix.
12204         * play/landmark.el: Fix keywords.
12206         * language/ethio-util.el (ethio-find-file): Doc fix.
12208         * emacs-lisp/warnings.el: Doc fix.
12210         * textmodes/ispell.el (ispell-help): Doc fix.
12212 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
12214         * format.el (format-insert-file): Always return a list of two
12215         elements, like insert-file-contents does.
12217 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
12219         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
12220         and vc-BACKEND-diff.
12221         (vc-print-log): If the print-log implementation supports it, use
12222         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
12223         (vc-version-diff, vc-diff-internal): Doc fixes.
12225         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
12226         implementation supports it, let diff output go to *vc*,
12227         not *vc-diff*, since this is an internal call.
12229         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
12231         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
12233         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
12235 2004-03-21  Dave Love  <fx@gnu.org>
12237         * progmodes/cfengine.el (cfengine-mode):
12238         Set parse-sexp-ignore-comments.
12240         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
12242 2004-03-21  Juanma Barranquero  <lektu@terra.es>
12244         * allout.el (allout-mode): Fix docstring.
12246 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
12248         * files.el (insert-directory): Fix bug if SWITCHES is a list.
12250         * autorevert.el (auto-revert-interval): Make new value take
12251         effect immediately when set through Custom.
12252         (auto-revert-set-timer): Add interactive declaration.
12254 2004-03-19  David Ponce  <david@dponce.com>
12256         * ruler-mode.el (ruler-mode-header-line-format-old):
12257         Don't `make-variable-buffer-local'.
12258         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
12259         (ruler-mode-header-line-format): Simply funcall the above.
12260         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
12261         to save/restore a previous header line format.
12262         (ruler-mode-space): Don't depend on a numeric WIDTH value.
12263         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
12264         fringes and margins width.
12265         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
12267 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12269         * log-edit.el (log-edit-font-lock-keywords): Typo.
12271         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
12272         (tex-send-tex-command): Rather than here.
12273         (tex-compilation-parse-errors): Simplify.
12275         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
12277         * time.el (display-time-string-forms): Add help-echo with date on time.
12279         * composite.el (compose-region): Use restore-buffer-modified-p.
12281         * disp-table.el (standard-display-8bit): Simplify.
12283         * server.el (server-process-filter): Delete temp frame.
12285         * add-log.el (add-change-log-entry): Simplify.
12287 2004-03-19  Kim F. Storm  <storm@cua.dk>
12289         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
12290         (hexl-follow-line): Don't require 'fringe.
12292         * progmodes/compile.el (compilation-start): Always set
12293         compilation-last-buffer and return it.
12295 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12297         * simple.el (clone-buffer): Doc fix.
12299 2004-03-18  Juanma Barranquero  <lektu@terra.es>
12301         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
12303 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12305         * log-edit.el (log-edit-font-lock-keywords): New var.
12306         (log-edit-mode): Use it.
12308 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
12310         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
12311         properly for watching in speedbar.
12313 2004-03-17  Masatake YAMATO  <jet@gyve.org>
12315         * smerge-mode.el (smerge-popup-context-menu):
12316         Put `unwind-protect' around `overlay-put' and `popup-menu'.
12318 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12320         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
12321         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
12322         Take sealed revisions into account.
12323         (vc-arch-checkin): Extract a summary line from the message.
12325 2004-03-16  Masatake YAMATO  <jet@gyve.org>
12327         * register.el (register): Provide `register' feature.
12329 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12331         Added context menu support in smerge mode.
12332         Most of the part is written by Stefan Monnier.
12334         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
12335         New keymap and menu.
12336         (smerge-text-properties): New function.
12337         (smerge-remove-props): New function.
12338         (smerge-popup-context-menu): New function.
12339         (smerge-resolve): Call `smerge-remove-props'.
12340         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
12341         (smerge-keep-current): Ditto.
12342         (smerge-kill-current): New function.
12343         (smerge-match-conflict): Put text properties.
12344         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
12346 2004-03-15  David Ponce  <david@dponce.com>
12348         * ruler-mode.el: (ruler-mode-left-fringe-cols)
12349         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
12350         (ruler-mode-right-scroll-bar-cols): Remove.
12351         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
12352         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
12353         Use fringe-columns and scroll-bar-columns.
12355 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12357         * hl-line.el (hl-line-range-function): New variable.
12358         (hl-line-move): New function.
12359         (global-hl-line-highlight): Use `hl-line-move'.
12360         (hl-line-highlight): Ditto.
12362         * scroll-bar.el (scroll-bar-columns):
12363         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
12365         * ruler-mode.el (top-level): Require scroll-bar and fringe.
12366         (ruler-mode-left-fringe-cols)
12367         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
12368         (ruler-mode-right-scroll-bar-cols)
12369         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
12370         (ruler-mode-ruler-function): New variable.
12371         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
12372         if the value for `ruler-mode-ruler-function'is given.
12374         * hexl.el (hexl-mode-hook): Make the hook customizable.
12375         (hexl-address-area, hexl-ascii-area): New customize variables.
12376         (hexlify-buffer): Put font-lock-faces on the address area and
12377         the ascii area.
12378         (hexl-activate-ruler): New function.
12379         (hexl-follow-line): New function.
12380         (hexl-highlight-line-range): New function.
12381         (hexl-mode-ruler): New function.
12383 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12385         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
12386         (vc-default-find-file-hook): New fun.
12387         (vc-find-file-hook): Call new find-file-hook operation.
12389         * vc-arch.el: New file.
12391 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
12393         * info-look.el (info-lookup): Reuse an existing Info window.
12395 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12397         * woman.el (woman-preserve-ascii): Default value changed to t and
12398         doc string revised.
12400 2004-03-12  Richard M. Stallman  <rms@gnu.org>
12402         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12403         Fix minor bug.
12405         * replace.el (occur-engine): Change message for count of matches.
12407         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
12408         For strings, do compare text properties.
12410 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
12412         * progmodes/compile.el (compile-auto-highlight)
12413         (compilation-error-list, compilation-old-error-list)
12414         (compilation-parse-errors-function, compilation-parsing-end)
12415         (compilation-error-message, compilation-directory-stack)
12416         (compilation-enter-directory-regexp-alist)
12417         (compilation-leave-directory-regexp-alist)
12418         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
12419         (compilation-current-file, compilation-regexps): Remove vars.
12421         (compile-error-at-point, compilation-error-filedata)
12422         (compilation-error-filedata-file-name, compile-reinitialize-errors)
12423         (compilation-next-error-locus, compilation-forget-errors)
12424         (count-regexp-groupings, compilation-parse-errors)
12425         (compile-collect-regexps, compile-buffer-substring): Remove funs.
12427         (compile-internal): Make obsolete.
12429         (compilation-first-column, compilation-error)
12430         (compilation-directory-matcher, compilation-page-delimiter)
12431         (compilation-mode-font-lock-keywords, compilation-debug)
12432         (compilation-error-face, compilation-warning-face)
12433         (compilation-info-face, compilation-line-face)
12434         (compilation-column-face, compilation-enter-directory-face)
12435         (compilation-leave-directory-face, compilation-skip-threshold)
12436         (compilation-skip-visited, compilation-context-lines): New vars.
12438         (compilation-warning-face, compilation-info-face)
12439         (compilation-message-face): New faces.
12441         (compilation-error-regexp-alist-alist): New constant.
12443         (compilation-face, compilation-directory-properties)
12444         (compilation-assq, compilation-error-properties, compilation-start)
12445         (define-compilation-mode, compilation-loop)
12446         (compilation-set-window): New functions.
12448         (compile): Additional argument for interactive compiles like TeX.
12450         * progmodes/grep.el (kill-grep): Move here from compile.el
12451         (grep-error, grep-hit-face, grep-error-face)
12452         (grep-mode-font-lock-keywords): New variables.
12453         (grep-regexp-alist): Simplify regexp and add `binary' case.
12454         (grep-mode): New mode.
12455         (grep-process-setup): Simplify.
12457 2004-03-11  Jason Rumney  <jasonr@gnu.org>
12459         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
12460         letters on DOS/Windows.
12462 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12464         * server.el (server-name): New var.
12465         (server-socket-dir): New var to replace server-socket-name.
12466         (server-start): Use them.
12468 2004-03-11  Simon Josefsson  <jas@extundo.com>
12470         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
12471         died to avoid infloop.  Reported by Jonathan Glauner
12472         <jglauner@sbum.org>.
12474 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12476         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
12477         (smerge-mode-menu): Use it to deactivate menu entries.
12478         (smerge-keep-current): New fun.
12479         (smerge-keep-current): Use it.
12481 2004-03-10  John Paul Wallington  <jpw@gnu.org>
12483         * foldout.el (foldout-fold-list, foldout-modeline-string):
12484         Declare them as variables, not constants.
12486 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12488         * ps-print.el: Modification to print *Messages* buffer.
12489         (ps-print-version): New version 6.6.4.
12490         (ps-message-log-max): New fun.
12491         (ps-spool-without-faces, ps-spool-with-faces)
12492         (ps-count-lines-preprint): Code fix.
12494         * printing.el: New tips in Tips section.
12496 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12498         * delim-col.el: Doc fix.
12500         * printing.el: Doc fix.  New doc section (Tips).
12502 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12504         * type-break.el (type-break-emacs-variant): Remove.
12505         (type-break-run-at-time, type-break-cancel-function-timers):
12506         Use fboundp rather than version name and number.
12508 2004-03-09  Masatake YAMATO  <jet@gyve.org>
12510         * hexl.el (hexl-mode): Use `make-local-variable' instead of
12511         `make-variable-buffer-local'.
12513 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
12515         * find-dired.el (find-dired): Call `shell-command' instead of
12516         `start-process-shell-command'.  By this, Tramp takes over
12517         handling of remote directories.
12519 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12521         * newcomment.el (comment-use-global-state): New var.
12522         (comment-search-forward): Use it.
12524         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
12526         * cus-edit.el (fill) <defgroup>: Move to fill.el.
12528         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
12529         (enable-kinsoku): Make it a defcustom.
12530         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
12531         paragraph to same-comment-start-marker.
12533 2004-03-07  Dave Love  <fx@gnu.org>
12535         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
12536         (browse-url-mail): Use it.
12538         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
12539         (rfc2368-unhexify-string): Use replace-regexp-in-string.
12541 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12543         * woman.el (woman-man.conf-path): Doc fix.
12544         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
12546 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
12548         * sort.el (sort-columns): Remove ms-dos from the list of systems
12549         where the external `sort' command is not used.
12551 2004-03-07  Kim F. Storm  <storm@cua.dk>
12553         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
12554         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
12555         from overlay-arrow-variable-list.
12556         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
12558 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
12560         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
12561         overlay arrow string properly for the assembler buffer.
12563 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12565         * mail/sendmail.el (mail-mode): Fix last change.
12567 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
12569         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
12570         for the assembler buffer.
12571         (gdb-assembler-custom): Position the overlay arrow.
12572         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
12574 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12576         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
12578         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
12579         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
12581         * mail/sendmail.el (mail-mode): Set comment-start-skip.
12583         * newcomment.el (uncomment-region): Allow non-terminated comment.
12584         (comment-normalize-vars): Check the user-specified comstart marker.
12586 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12588         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
12589         Otherwise, do use it if the region only contains font-lock text
12590         properties.
12592 2004-03-04  Masatake YAMATO  <jet@gyve.org>
12594         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
12595         as the callback function for eldoc.
12596         (hexl-print-current-point-info): New function.
12597         (hexl-current-address): Print the address in both decimal
12598         and hexadecimal format.
12600 2004-03-04  Richard M. Stallman  <rms@gnu.org>
12602         * mail/rmail.el (rmail-convert-to-babyl-format):
12603         Specify t for UNIBYTE when calling mail-unquote-printable-region.
12605         * mail/mail-utils.el (mail-unquote-printable-region):
12606         New arg UNIBYTE.
12608         * startup.el (command-switch-alist): Doc fix.
12610         * simple.el (undo): Temporarily set this-command to `undo-start',
12611         then set it to `undo' once undo-start returns without error.
12613         * simple.el (minibuffer-history-sexp-flag): Doc fix.
12615         * simple.el (kill-line): Don't disregard trailing whitespace
12616         in eol condition, if show-trailing-whitespace is set.
12618         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
12619         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
12620         When disabling, restore old values only if mouse-sel-has-been-enabled.
12622         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
12623         (isearch-{-char): New function.
12624         (isearch-mode-map): Bind { to isearch-{-char.
12626         * font-lock.el (lisp-font-lock-keywords-2):
12627         Turn off the CL with-... and do-... general patterns.
12628         Instead, recognize several specific with... and do... constructs.
12630         * files.el (switch-to-buffer-other-window):
12631         Bind same-window-buffer-names and same-window-regexps to nil.
12632         (switch-to-buffer-other-frame): Likewise.
12634 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12636         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
12637         recognizing leading comment on code line.
12639 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12641         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
12642         hidden files/directories.
12644 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12646         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
12647         only comment-start (in case the mode hasn't set it).
12649         * Makefile.in (AUTOGENEL): New var.
12650         (bootstrap-prepare): Rename from bootstrap-clean.
12651         Don't remove elc files.
12652         (maintainer-clean): New target.
12654         * xml.el (xml-get-attribute-or-nil): Simplify.
12656 2004-03-02  Juri Linkov  <juri@jurta.org>
12658         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
12659         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
12660         URL to prevent their substitution with the environment variable
12661         values by browsers.
12663 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12665         * ps-print.el: Doc fix.
12666         (ps-print-version): New version number (6.6.3).
12667         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
12668         Docstring fix.
12669         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
12670         before printing.
12671         (ps-time-stamp-yyyy-mm-dd): New fun.
12672         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
12674 2004-03-02  Kim F. Storm  <storm@cua.dk>
12676         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
12678 2004-03-01  Juanma Barranquero  <lektu@terra.es>
12680         * allout.el (allout-rebullet-heading): Fix typo in docstring.
12682         * desktop.el (desktop-file-version)
12683         (desktop-after-read-hook): Fix typos.
12684         (desktop-clear-preserve-buffers): Remove redundant info in
12685         docstring already shown by the obsolescence message.
12686         (desktop-truncate, desktop-internal-v2s)
12687         (desktop-value-to-string): Change argument name to match docstring.
12689         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
12691         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
12692         docstring.
12694 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12696         * printing.el: Replace "As Is..." in PostScript file print/preview by
12697         "No Preprocessing...".  Suggested by Colin Marquardt
12698         <_marquardt_@zmd.de>.
12699         (pr-insert-section-4): Adjust buffer interface.
12701 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
12703         Version 2.0.39 of Tramp released.
12705         * net/tramp.el (tramp-handle-file-local-copy)
12706         (tramp-handle-write-region, tramp-open-connection-rsh):
12707         Variable name typo.  Small change.  From Patrick Tullmann
12708         <tullmann@flux.utah.edu>.
12709         (tramp-process-connection-type): New variable.
12710         (tramp-maybe-open-connection): Use it.
12711         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
12712         (tramp-touch): Set last-modified time of a remote file.
12713         (tramp-handle-write-region): Say which function is used when encoding.
12715 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
12717         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
12718         case of non-existing filename, too.  Reported by Christoph Bauer
12719         <c_bauer@informatik.uni-kl.de>.
12720         (tramp-smb-get-file-entries): The directory in question should
12721         have permissions "drwxrwxrwx".  Just virtual, because we don't
12722         know the real permissions.  Don't we know?
12723         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
12724         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
12725         (tramp-smb-wait-for-output): Optimize algorithm getting pending
12726         output.  If it was received chunkwise, there have been problems.
12727         Remove the "prompt not found" error message; it is obvious.
12728         Simplify algorithm.
12729         (tramp-smb-process-running): Remove.  Since we acknowledge the
12730         virtual prompt for shares, there's no need for distinction of
12731         reading shares (process ends afterwards) and interactive mode of
12732         smblient.
12733         (tramp-smb-open-connection): Setting process sentinel removed.
12734         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
12735         "NT_STATUS_NETWORK_ACCESS_DENIED".
12736         (tramp-smb-maybe-open-connection): Set `process-connection-type'
12737         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
12738         (top-level): Setting default value in `tramp-default-method-alist'
12739         corrected.  Order of USER and HOST have been wrong.
12740         Nobody complained for months ...
12741         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
12742         (tramp-smb-open-connection): Clear password cache if login has failed.
12744         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
12745         `tramp-unified-filenames'.
12746         (tramp-completion-mode): Make test for XEmacs explicitely.
12747         `event-to-character' can exists in Emacs packages too.
12748         Reported by Matt Swift <swift@alum.mit.edu>.
12749         (tramp-buffer-name): Buffer name must contain the user if exists.
12750         Reported by Adrian Phillips <a.phillips@met.no>.
12751         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
12752         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
12753         (tramp-do-copy-or-rename-file-out-of-band): Rename from
12754         `tramp-do-copy-or-rename-file-one-local', because it handles also
12755         the case both files use the same out-of-band method.
12756         Implementation added.
12757         (tramp-handle-file-local-copy, tramp-handle-write-region):
12758         Out-of-band handling removed.  `copy-file' called instead, which
12759         calls `tramp-do-copy-or-rename-file-out-of-band'.
12760         (tramp-action-password): Check for out-of-band method removed.
12761         This function is used for 'login-program.
12762         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
12763         appropriate.
12764         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
12765         and `tramp-parse-sknownhosts'.
12766         (tramp-completion-function-alist): It's a defvar now, because we
12767         want to apply the optimized `tramp-set-completion-function'
12768         instead of a static list.
12769         (tramp-set-completion-function): Implementation tuned.
12770         Avoid double entries, and entries where the function or the
12771         file/directory doesn't exist.
12772         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
12773         for SSH2.
12774         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
12775         (tramp-handle-dired-compress-file): New function.
12776         (tramp-async-proc): New variable.
12777         (tramp-handle-shell-command): Adding asynchronous processes.
12778         They are far from being perfect, but it works at least for
12779         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
12780         (top-level): Require password.el if visible.  Should be mandatory
12781         once No Gnus has found its way into (X)Emacs.
12782         (tramp-read-passwd): Invoke `password-read' if available,
12783         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
12784         fallback any longer.
12785         (tramp-clear-passwd): New function.
12786         (tramp-process-actions, tramp-process-multi-actions):
12787         Clear password cache if login has failed.
12789         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
12790         its own module.
12791         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
12792         `ange-ftp-ftp-name-res'.  There could be incorrect values from
12793         previous calls in case the "ftp" method is used in the Tramp file
12794         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12796 2004-02-28  Richard M. Stallman  <rms@gnu.org>
12798         * term.el (term-mouse-paste): Call mouse-set-point.
12800         * thumbs.el: New file.
12802 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12804         * progmodes/ebnf-abn.el: Doc fix.
12806         * progmodes/ebnf-bnf.el: Doc fix.
12807         (ebnf-repeat): Code fix.
12809         * progmodes/ebnf2ps.el: Doc fix.
12810         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
12812 2004-02-28  Juri Linkov  <juri@jurta.org>
12814         * ffap.el (dired-at-point): Additional writability test for
12815         relative directory names.
12816         (dired-at-point-prompter): Treat directories as a directory, get
12817         the directory component from files.
12818         (ffap-string-at-point): Return string from region if region is active.
12819         (ffap-file-at-point): Remove redundant code.
12821 2004-02-28  Kim F. Storm  <storm@cua.dk>
12823         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
12824         Initialize margin area images to nil.
12825         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12826         (breakpoint-enabled-bitmap-face)
12827         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12828         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12829         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12830         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12831         (gdb-reset): Use gdb-remove-breakpoint-icons.
12832         (gdb-put-string): Add dprop arg to specify alternative display
12833         property (for setting fringe bitmap).
12834         (gdb-remove-strings): Doc fix.
12835         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12836         icon in fringe (if available), or else as icon or text in display
12837         margin.  Creates necessary icons in breakpoint-bitmap,
12838         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12839         Also make left window margin if required.
12840         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12841         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
12842         no longer needed.
12843         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12844         gdb-put-breakpoint-icon.
12845         (gdb-assembler-mode): Don't set left-margin-width here.
12847 2004-02-27  Kevin Ryde  <user42@zip.com.au>
12849         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12850         comma, so that it DTRT in macros.
12852 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12854         * progmodes/sh-script.el (sh-shell-arg)
12855         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12856         (sh-leading-keywords, sh-other-keywords): Fix custom type.
12858 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
12860         * faces.el (face-spec-set-match-display): Add a new attribute,
12861         `min-colors'.
12862         (region, highlight, secondary-selection): Use `min-colors'.
12864         * custom.el (defface): Add documentation for `min-colors'.
12866         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12867         (font-lock-keyword-face, font-lock-function-name-face)
12868         (font-lock-variable-name-face, font-lock-constant-face):
12869         Use `min-colors'.
12871         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12873 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12875         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
12876         define assq-delete-all if it's not defined.
12877         (ebnf-generate-region): Code fix.
12879         * printing.el: Doc fix.
12880         (pr-version): New version number (6.7.2).
12881         (pr-command): Return empty string if command is an empty string.
12883 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12885         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12887         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
12888         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12889         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
12890         "tt" ["test"] ).  Reported by Markus Dreyer
12891         <mdreyer@ix.urz.uni-heidelberg.de>.
12892         (ebnf-version): New version number (4.0).
12893         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12894         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12895         (ebnf-delete-style): New commands.
12896         (ebnf-directory, ebnf-file): New funs.
12897         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12898         (ebnf-production-name-p, ebnf-stop-on-error): New options.
12899         (ebnf-syntax-alist): New var.
12900         (ebnf-element-width): New fun replacing ebnf-list-width.
12901         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12902         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12903         (ebnf-prologue): Adjust vars.
12904         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12905         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12906         (ebnf-check-style-values, ebnf-generate-production)
12907         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12908         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12909         (ebnf-token-repeat): Code fix.
12911         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
12912         %right, %left and %prec.  Suggested by Matthew K. Junker
12913         <junker@alum.mit.edu>.
12914         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12916         * progmodes/ebnf-iso.el: Doc fix.
12917         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12918         (ebnf-iso-lex): Code fix.
12920         * progmodes/ebnf-bnf.el: Doc fix.
12921         (ebnf-bnf-lex): Code fix.
12923         * progmodes/ebnf-otz.el: Doc fix.
12925 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12927         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
12928         (abbrev-prefix-mark): Doc fix.
12930 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
12932         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12933         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12934         (gdb-var-delete): Make interactive (really).
12935         (gdb-edit-value): Make non-interactive.
12937         * progmodes/gud.el (gud-speedbar-menu-items):
12938         Add gdb-var-delete and, indirectly, gdb-edit-value.
12939         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12940         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12941         (gud-gdb-marker-filter): Add comment for annotations.
12943 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12945         * calendar/calendar.el (generate-calendar)
12946         (calendar-read-date): Prevent display of BC calendars once more -
12947         reverts 2003-10-01 change.
12948         (generate-calendar-month): Doc fix.
12950 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12952         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12953         return value of increment-calendar-month.
12955 2004-02-21  Stephen Compall  <s11@member.fsf.org>
12957         * saveplace.el (save-place-forget-unreadable-files)
12958         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12959         (save-place-forget-unreadable-files): New function.
12960         (save-place-alist-to-file): Use it to filter out files that are
12961         no longer readable.
12963         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12964         current Texinfo environment, using the same method as in
12965         `texinfo-insert-@end', and insert a space rather than a newline if
12966         point in a @table environment.
12968 2004-02-21  Juri Linkov  <juri@jurta.org>
12970         * ffap.el (ffap-file-at-point): Try parent directories.
12972 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
12974         * vcursor.el (vcursor-modifiers): New defcustom.
12975         (vcursor-cs-binding): Use vcursor-modifiers instead of a
12976         hard-coded list.
12978 2004-02-21  Masatake YAMATO  <jet@gyve.org>
12980         * play/animate.el (animate-birthday-present): Accept names other
12981         than `Sarah', too.
12983 2004-02-21  Juri Linkov  <juri@jurta.org>
12985         * startup.el: Remove table of command line arguments from the
12986         Commentary section.
12988 2004-02-20  John Wiegley  <johnw@newartisans.com>
12990         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12991         again" modifier from 'e' to 'E', since 'e' is also used by the
12992         "file extension" modifier.
12994 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12996         * help-fns.el (describe-categories): Doc fix.
12998 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13000         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
13001         temporary file for buffer already visiting one.  This change makes
13002         output likely to be directly usable by patch program.
13003         Suggested by Adrian Aichner  <adrian@xemacs.org>
13005 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
13007         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
13008         case of variables defined in compound statements.
13009         (gdb-setup-windows, gdb-source-info, gdb-source-info):
13010         Simplify constructions using switch-to-buffer.
13012 2004-02-19  Simon Josefsson  <jas@extundo.com>
13014         * play/morse.el: Fix typo.
13015         (morse-code): Add @.
13017 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13019         * calendar/appt.el (appt-display-format): Change default to
13020         'ignore, for backwards compatibility.
13021         (appt-display-message): If appt-display-format is 'ignore,
13022         respect old vars appt-msg-window and appt-visible.
13023         (appt-activate): Don't depend on return value of cancel-timer.
13025         * calendar/calendar.el (calendar-holidays): Doc fix.
13027         * calendar/cal-coptic.el (coptic-prompt-for-date):
13028         Use assoc-string instead of assoc-ignore-case.
13029         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
13030         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
13031         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
13032         * calendar/cal-islam.el (calendar-goto-islamic-date)
13033         (mark-islamic-diary-entries): Ditto.
13034         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
13035         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
13036         (calendar-read-mayan-tzolkin-date): Ditto.
13037         * calendar/calendar.el (calendar-read-date): Ditto.
13038         * calendar/diary-lib.el (mark-diary-entries): Ditto.
13040 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13042         * progmodes/executable.el (executable-command-find-posix-p):
13043         Fix choice of the directory.
13045 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
13047         * simple.el (interprogram-cut-function)
13048         (interprogram-paste-function, kill-new, kill-append):
13049         Doc fixes.
13050         (kill-region): Make it return nil.  Doc fix.
13051         (yank-pop): Make its argument optional.
13052         (yank): Make ARG `-' equivalent to `-1'.
13054 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
13056         * mail/rmail.el (rmail-get-new-mail): Don't reference
13057         rmail-use-spam-filter if rmail-spam-filter is not loaded.
13059 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
13061         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
13062         if one of global-auto-revert-non-file-buffers or autorevert-mode
13063         is non-nil.
13065 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13067         * subr.el (delete-dups): A better implementation from Karl Heuer
13068         <kwzh@gnu.org>.
13070 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13072         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
13073         correct place.
13074         * progmodes/icon.el (icon-indent-command): Ditto.
13075         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
13077 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13079         * progmodes/grep.el (grep-compute-defaults): Undo change from
13080         2004-01-29: don't use executable-command-find-posix-p.
13082 2004-02-16  Richard Sharman  <rsharman@pobox.com>
13084         * hilit-chg.el: Use require instead of eval-and-compile.
13085         (highlight-compare-buffers): New function.
13087 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
13089         * man.el (Man-fontify-manpage): Render section headings in
13090         `Man-overstrike-face' even when overstrike was not used by man
13091         formatter for section headings.
13093 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
13095         * rmail-spam-filter.el: (vm-use-spam-filter)
13096         (rsf-min-region-length-added-to-spam-list): New variables.
13097         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
13098         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
13099         spam testing.  Don't delete spam message if automatic deletion
13100         after output via variable rmail-delete-after-output is turned on.
13101         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
13102         rsf-bbdb-dont-create-entries-for-spam.
13103         (check-field): New function, extracted from code in
13104         rmail-spam-filter to ease addition of header fields like content-type.
13105         (message-content-type): New variable to check the content-type:
13106         field added, also in defcustom of rsf-definitions-alist.
13107         (rmail-spam-filter): Replace repeated test code for header fields
13108         by calls to check-field; change the call to
13109         rmail-output-to-rmail-file such that rmail-current-message stays
13110         the same to avoid wrong deletion of unseen flags.
13111         (rsf-add-contents-type): New function to convert old format
13112         of rmail-spam-definitions-alist into new one.
13113         Change prefixes of all variables and functions from
13114         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
13116 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13118         * loadhist.el (unload-hook-features-list): New defvar.
13120 2004-02-16  Dave Love  <fx@gnu.org>
13122         * loadhist.el (unload-feature): Doc fix.  Rename flist to
13123         unload-hook-features-list.
13125 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
13127         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
13128         cookie.  Don't check if we are looking-at open-formula.
13130 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13132         * subr.el (match-string-no-properties): Use substring-no-properties.
13134 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13136         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
13137         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
13138         Use lower-case "rx" in all error message.
13140 2004-02-16  Dave Love  <fx@gnu.org>
13142         * emacs-lisp/rx.el (rx-or): Put group around result.
13143         (rx-constituents): Add backref.
13144         (rx-syntax): Add string-delimiter, comment-delimiter.
13145         (rx-categories): Add combining-diacritic.
13146         (rx-check-not, rx-greedy, rx): Doc fix.
13147         (rx-backref, rx-check-backref): New.
13149 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
13151         * newcomment.el (uncomment-region): Allow eob as comment end.
13153 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13155         * filecache.el: All message and error commands now use prefix
13156         "Filecache:" to make it easy to read *Messages* buffer.
13158 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13160         * autorevert.el: Add support to detect changed dired and VC buffers.
13161         (auto-revert-active-p, auto-revert-list-diff)
13162         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
13163         (auto-revert-handler, auto-revert-active-p): New functions.
13164         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
13165         and `auto-revert-active-p'.
13166         (eval-when-compile): Defvar dired-directory and vc-mode.
13167         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13168         (auto-revert-handler-vc): New functions.
13170 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13172         * progmodes/compile.el (compilation-directory): New defvar.
13173         (compile): Save current directory in compilation-directory.
13174         (recompile): Bind default-directory to compilation-directory if
13175         that is non-nil.
13177 2004-02-16  Dave Love  <fx@gnu.org>
13179         * newcomment.el (comment-insert-comment-function)
13180         (comment-region-function, uncomment-region-function): New.
13181         (comment-indent): Use comment-insert-comment-function.
13182         (uncomment-region): Use uncomment-region-function.
13183         (comment-region): Use comment-region-function.
13185         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
13187 2004-02-16  Richard Stallman  <rms@gnu.org>
13189         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
13190         loaddefs* and ldefs-boot*.
13192 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13194         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
13195         and email address at the beginning and end of the address.
13197         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
13198         anchored at the beginning of the email address.
13200 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
13202         * international/ccl.el (ccl-compile-write): Pass `left' to
13203         ccl-embed-code to generate correct code of write-expr-register.
13205 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
13207         * progmodes/grep.el (grep-compute-defaults): Fix typos.
13209 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13211         * x-dnd.el: Mention support for Motif in commentary.
13212         (x-dnd-handle-drag-n-drop-event): Ditto.
13214 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
13216         * ses.el: Use "ses--" prefixes for buffer-local variables.
13217         Use (point-min) instead of 1, even when we know the buffer
13218         is unnarrowed.
13219         (ses-build-load-map): Delete.  Distribute its content to defconst's for
13220         the three maps.
13221         (ses-menu, ses-header-line-menu): New menus.
13222         (ses-mode-map): Use them.
13223         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
13225 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
13227         * Makefile.in: Fix the CC Mode recompile kludge so it works
13228         when building in a different directory.
13230 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
13232         * simple.el (kill-new): Put yank-handler property on the entire string.
13234 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13236         * diff.el: Don't use compile any more, use diff-mode instead.
13237         (diff-regexp-alist, diff-old-file, diff-new-file)
13238         (diff-parse-differences, diff-process-setup): Remove.
13239         (diff-sentinel): New fun.
13240         (diff): Use it.  Run the process ourselves.
13241         Use diff-mode for the rest of the processing.
13243         * diff.el (diff): Simplify code handling `switch'.
13245 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13247         * pcvs-defs.el (cvs-menu): Add `tag'.
13249 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
13251         * simple.el (kill-append): Doc fix.
13253         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13254         Adapt outline-regexp to the new conventions for commenting out code.
13256 2004-02-11  John Paul Wallington  <jpw@gnu.org>
13258         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
13260 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13262         * diff.el (diff-switches): New fun.
13263         (diff, diff-backup): Use it.
13264         (diff): Clean up the args construction.  Use backquote.
13265         Use listp instead of consp to avoid putting a nil arg.
13266         (diff): Add a revert-buffer function.
13268 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13270         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
13271         handled by x-dnd-handle-file-name.
13272         (x-dnd-known-types): Add COMPOUND_TEXT.
13273         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
13274         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
13275         x-dnd-empty-state.
13276         (x-dnd-forget-drop): Ditto.
13277         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
13278         (x-dnd-handle-one-url): Return private when inserting text.
13279         (x-dnd-insert-ctext): New function.
13280         (x-dnd-handle-file-name): New function for FILE_NAME.
13281         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
13282         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
13283         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
13285 2004-02-10  Kenichi Handa  <handa@m17n.org>
13287         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
13288         instead of while loop.
13290 2004-02-10  Miles Bader  <miles@gnu.org>
13292         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
13294 2004-02-09  Kenichi Handa  <handa@m17n.org>
13296         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
13297         have end-of-line.
13299 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
13301         * Makefile.in: Added extra dependencies in the recompile target
13302         needed to cope with the compile time macro expansions in CC Mode.
13304 2004-02-09  Kim F. Storm  <storm@cua.dk>
13306         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
13307         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
13308         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
13309         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
13310         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
13311         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
13312         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
13313         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
13314         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
13315         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
13316         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
13318 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13320         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
13321         Don't allow shrink if there's a window on our right.
13323         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
13324         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
13325         Bring together declaration and initialization.
13326         (prolog-mode-variables): Don't set the syntax table.
13327         Don't set paragraph-start and comment-indent-function.
13328         Add /*..*/ to the comment regexps.
13329         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
13330         (prolog-mode-map): Don't bind TAB.
13331         (prolog-mode): Set the syntax table.
13332         (prolog-comment-indent): Remove.
13333         (inferior-prolog-mode-map): Initialize in the declaration.
13334         (inferior-prolog-mode-syntax-table)
13335         (inferior-prolog-mode-abbrev-table): New vars.
13336         (inferior-prolog-mode): Derive from comint-mode.
13337         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
13338         minibuffer windows.
13340         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
13341         in file names, as long as it is unabmiguous.
13343 2004-02-08  Andreas Schwab  <schwab@suse.de>
13345         * textmodes/reftex-toc.el
13346         (reftex-toc-load-all-files-for-promotion): Remove useless use of
13347         format.  Doc fix.
13349         * textmodes/refer.el (refer-find-entry-internal): Remove extra
13350         format string arguments.
13352         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
13353         string argument.
13355         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
13357         * play/zone.el (zone-call): Fix format string.
13359         * net/webjump.el (webjump-builtin): Add missing format string argument.
13361         * midnight.el (midnight-delay-set): Remove extra format string argument.
13363         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
13365         * hexl.el (hexl-insert-char): Add missing format string argument.
13367         * format.el (format-decode): Fix format string.
13369         * emulation/vi.el (vi-mode): Remove extra format string argument.
13370         (vi-repeat-last-search): Likewise.
13371         (vi-reverse-last-search): Likewise.
13372         (vi-goto-mark): Likewise.
13373         (vi-reverse-last-find-char): Likewise.
13374         (vi-repeat-last-find-char): Likewise.
13375         (vi-locate-def): Likewise.
13377         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
13379         * ediff-util.el (ediff-toggle-read-only): Remove extra format
13380         string argument.
13381         (ediff-toggle-regexp-match): Likewise.
13383         * dired-aux.el (dired-do-query-replace-regexp): Add missing
13384         format string argument.
13386         * calc/calc-map.el (calc-get-operator): Remove extra format
13387         string argument.
13389         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
13391         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
13392         string argument.
13394         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
13396         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
13398         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
13400         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
13401         (cl-struct-setf-expander): Likewise.
13403         * vc.el (with-vc-file): Fix unsafe uses of error.
13404         (vc-cancel-version): Likewise.
13406 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
13408         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
13409         thousands separator; fixes <class>:<line-number> regexp for
13410         non-english locales.
13412 2004-02-08  Andreas Schwab  <schwab@suse.de>
13414         * view.el (view-mode-enable): Revert previous change.
13416 2004-02-07  Kim F. Storm  <storm@cua.dk>
13418         * simple.el (line-number-at-pos): Rename from line-at-pos.
13419         Uses changed (what-line and vc-annotate-warp-version).
13421 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13423         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
13424         (diff-mode): Remove aborted attempt at support for compile.el.
13425         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
13427 2004-02-06  Andreas Schwab  <schwab@suse.de>
13429         * view.el (view-mode-enable): Add view-mode-map to
13430         minor-mode-overriding-map-alist.
13432 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13434         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
13436 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13438         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
13439         with point inside rather than after the paragraph.
13441 2004-02-04  Sam Steingold  <sds@gnu.org>
13443         * mail/smtpmail.el (smtpmail-try-auth-methods):
13444         Do not try authentication when no mechanism is available.
13445         Pass port-name as defaultport to `netrc-machine'.
13447 2004-02-04  Stephen Eglen  <stephen@gnu.org>
13449         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
13450         to show how minibuffer height can be constrained.
13452 2004-02-04  John Paul Wallington  <jpw@gnu.org>
13454         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
13456 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13458         * x-dnd.el: New file for drag and drop.
13460         * term/x-win.el: require x-dnd, set after-make-frame-functions
13461         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
13462         drag-n-drop event.
13464         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
13465         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
13466         (dired-dnd-handle-file): New functions for drag and drop support.
13467         (dired-mode): Initialize drag and drop if x-dnd present.
13469 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13471         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
13472         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
13473         (cperl-mode): Set fill-paragraph-function.
13474         (cperl-fill-paragraph): Make it non-interactive.
13476 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
13478         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
13480 2004-02-02  David Kastrup  <dak@gnu.org>
13482         * replace.el (perform-replace): Allow 'literal argument in
13483         regexp-flag to indicate literal replacement.
13484         (query-replace-regexp-eval): Use it.
13486 2004-02-01  Andreas Schwab  <schwab@suse.de>
13488         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
13490 2004-02-01  Stephen Eglen  <stephen@gnu.org>
13492         * info-look.el: Add support for maxima-mode.  Update commentary
13493         because info-lookup-symbol is now bound to C-h S.
13495 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
13497         * simple.el (edit-and-eval-command): Bind print-level and
13498         minibuffer-history-sexp-flag around call to read-from-minibuffer.
13499         Correct initial position in command-history.
13501 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
13503         * files.el (read-directory-name): Adapt the docstring to recent
13504         change in Fread_file_name.
13506 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
13508         * ses.el (ses-print-cell): If print format too wide for column
13509         width, truncate decimal places if that helps to avoid "#####" fill.
13510         * ses.el (ses-initial-column-width): Revert previous change.
13512 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13514         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
13515         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
13516         Add edebug info.
13517         (jit-lock-mode): Setup/cancel the new timer.
13518         (jit-lock-context-fontify): New fun.  Extracted from
13519         context fontification code of jit-lock-stealth-fontify.
13520         (jit-lock-stealth-fontify): Don't do context fontification any more.
13522         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
13523         (jit-lock-fontify-now): Handle the `quit' case.
13524         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
13526 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
13528         * progmodes/executable.el (executable-command-find-posix-p):
13529         New.  Check if find handles arguments Posix-style.
13531         * progmodes/grep.el (grep-compute-defaults):
13532         Use executable-command-find-posix-p.
13533         (grep-find): Check `grep-find-command'.
13535         * filecache.el (file-cache-find-posix-p): Delete.
13536         (file-cache-add-directory-using-find):
13537         Use `executable-command-find-posix-p'.
13539 2004-01-29  Dave Love  <fx@gnu.org>
13541         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13542         Iterate the hook function if arg is given.
13543         (mark-defun, narrow-to-defun): Change order of finding the limits.
13545         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
13546         (byte-compile-format-warn): New.
13547         (byte-compile-callargs-warn): Use it.
13548         (Format, message, error): Add byte-compile-format-like property.
13549         (byte-compile-maybe-guarded): New.
13550         (byte-compile-if, byte-compile-cond): Use it.
13551         (byte-compile-lambda): Compile interactive forms,
13552         just to make warnings about them.
13554 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
13556         * ses.el (ses-initial-column-width): Increase to 14, so it will
13557         work well with the default printer of "%.7g" for extreme values
13558         like "-1.234567e+07".
13560 2004-01-29  Kenichi Handa  <handa@m17n.org>
13562         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
13564 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
13566         * dos-w32.el: Added support for the `default-printer-name' function.
13568 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13570         * server.el (server-socket-name): Don't use the hostname in the
13571         socket name since /tmp is local to the host anyway.
13573         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
13574         robust check of widening and fix var-naming.
13576 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
13578         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
13579         or rmail-spam- to rsf- in all function and variable names.
13580         (rsf-min-region-to-spam-list): New variable.
13581         (rsf-bbdb-auto-delete-spam-entries): Rename from
13582         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
13583         scanned together with the recipients field for spam testing; Don't
13584         delete spam message if rmail-delete-after-output is non-nil;
13585         (rsf-check-field): New function, extracted from code in
13586         rmail-spam-filter to ease addition of header fields like
13587         content-type:;
13588         (message-content-type): New variable.  The content-type: field was
13589         added also in defcustom of rsf-definitions-alist;
13590         (rmail-spam-filter): Replace repeated test code for header fields
13591         by calls to check-field; change the call to
13592         rmail-output-to-rmail-file such that rmail-current-message stays
13593         the same to avoid wrong deletion of unseen flags.
13594         (rmail-use-spam-filter): Add autoload cookie.
13596 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
13598         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
13599         (file-cache-add-directory-using-find): Add Cygwin support.
13600         (file-cache-find-command-posix-flag): New user variable.
13602         * filecache.el (file-cache-add-directory): Check for
13603         directories an remove them from dir-files.
13605 2004-01-27  Richard M. Stallman  <rms@gnu.org>
13607         * man.el (Man-fontify-manpage): Clean up message.
13609 2004-01-27  Kenichi Handa  <handa@m17n.org>
13611         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
13612         (sentence-end): Define using sentence-end-without-space.
13614         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
13615         a sentence ends with one of a character in sentence-end-without-space.
13617 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13619         * font-lock.el (font-lock): Add jit-lock as explicit group member.
13620         (jit-lock): Group declaration moved to jit-lock.el.
13621         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
13622         when necessary.
13624         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
13625         (jit-lock-context-unfontify-pos): Rename from
13626         jit-lock-first-unfontify-pos.
13627         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
13629 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13631         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
13632         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
13633         (fortran-fill): When filling a string, adjust re-search-backward
13634         argument for special case of string just on fill-column.
13635         When filling non-string, allow one extra char if
13636         fortran-break-before-delimiters is non-nil.
13637         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
13638         Use fortran-break-delimiters-re and fortran-no-break-re to
13639         correctly handle cases such as "**".
13641         * progmodes/f90.el (f90-break-delimiters): Doc fix.
13642         (f90-no-break-re): Add some extra tokens.  Doc fix.
13644 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
13646         * mail/rmail-spam-filter.el:
13647         Use two semicolons as Commentary line prefix.
13648         Add ";;; Code:" stylized comment.
13649         Delete end-of-line whitespace.
13650         Wrap (require 'cl) with `eval-when-compile'.
13652 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
13654         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
13655         at the top level of vc.el.
13657 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
13659         * vc.el (vc-current-line): Function removed.  This is now done by
13660         the new function line-at-pos in simple.el.
13661         (vc-annotate-warp-version): Use line-at-pos instead of
13662         vc-current-line.
13664 2004-01-22  Kim F. Storm  <storm@cua.dk>
13666         * simple.el (line-at-pos): New defun.
13667         (what-line): Use it.  Optimize by only counting lines in narrowed
13668         region once.
13670 2004-01-22  Kenichi Handa  <handa@m17n.org>
13672         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
13673         point (register r1) only for charset mule-unicode-0100-24ff.
13675 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13677         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
13678         trailing white space and ensure a final newline.
13680         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
13681         Add autoload cookie.
13683 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
13685         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
13686         activate view-mode explicitly.
13688 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13690         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
13691         use clipboard first.
13693 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13695         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
13696         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
13697         (vc-mcvs-cvs): Remove.
13698         (vc-mcvs-command): Remove use of assert.
13700         * outline.el (outline-insert-heading): Tighten up match.
13701         (outline-demote, outline-move-subtree-down): Don't assume anything
13702         about outline-regexp.
13704         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
13705         (texinfo-show-structure): Explicitly add ^, and simplify.
13707 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
13709         * calendar/appt.el (appt-check): Restore usage of
13710         appt-issue-message deleted in previous change.
13711         (top-level): Activate package when loaded (needed for backwards
13712         compatibility).
13714 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13716         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
13717         following previous change to smtpmail-send-data.
13719 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
13721         * vc.el (vc-default-previous-version): Doc enhancement.
13722         (vc-default-next-version): New function.
13723         (vc-print-log): New arg FOCUS-REV.
13724         (vc-annotate-mode): Derive from view-mode.
13725         (vc-annotate): New args REVISION, DISPLAY-MODE.
13726         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
13727         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
13728         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
13729         (vc-annotate-show-diff-revision-at-line, vc-current-line)
13730         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
13732         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
13734 2004-01-19  Karl Berry  <karl@gnu.org>
13736         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
13737         or "TexInfo".
13739 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13741         * subr.el (delete-dups): New function.
13743 2004-01-19  Karl Berry  <karl@gnu.org>
13745         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
13746         with ^, since that's what texinfo-show-structure
13747         documentation says (plus it works much better in texinfo.txi).
13749 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
13751         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
13753 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
13755         * progmodes/which-func.el (which-function-mode): Don't cancel
13756         which-func-update-timer if not set.
13758 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
13760         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
13761         Remove spurious left square bracket in XX:XXam regexp.
13763 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13765         * progmodes/cc-defs.el: Do not require cl at run time.
13767 2004-01-16  Richard M. Stallman  <rms@gnu.org>
13769         * emacs-lisp/cl.el (cl-cannot-unload): New function.
13770         (cl-unload-hook): Defvar this to run cl-cannot-unload.
13772         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
13773         Call rmail-spam-filter.  Delete and expunge spam.
13774         Print number of spam messages deleted.
13775         Save and restore the deletion status of old messages when reading
13776         new mail with spam filter, so that expunging spam does not expunge
13777         msgs deleted by the user.
13778         (rmail-only-expunge): Add an optional argument dont-show to
13779         prevent showing message after expunge.
13781 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
13783         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
13784         * subr.el (declare): New macro.
13786 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
13788         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
13790 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13792         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13793         Test window-system rather than system-type (for X11/Mac).
13795 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
13797         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
13799 2004-01-12  Richard M. Stallman  <rms@gnu.org>
13801         * mail/rmail.el (rmail-convert-to-babyl-format):
13802         Use mail-unquote-printable-region.
13803         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13804         (rmail-hex-char-to-integer): Functions deleted.
13806         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13807         (mail-unquote-printable-region): New arg NOERROR.
13808         For invalid encoding, either signal an error to just return nil.
13810 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13812         * calendar/appt.el: Update copyright and commentary.
13813         (appt-issue-message): Make obsolete.
13814         (appt-visible, appt-msg-window): Make obsolete, in favour of
13815         appt-display-format.
13816         (appt-display-mode-line, appt-display-duration)
13817         (appt-display-diary, appt-time-msg-list, appt-mode-string)
13818         (appt-prev-comp-time, appt-display-count, appt-timer)
13819         (appt-convert-time): Doc change.
13820         (appt-disp-window-function, appt-delete-window-function):
13821         Use defcustom rather than defvar.
13822         (appt-display-format): New variable.
13823         (appt-display-message): New function with display code from appt-check.
13824         (appt-check): Add optional FORCE argument.  Doc change.
13825         Add appt-make-list to diary-hook if displaying diary.
13826         Remove checking of view-diary-entries-initially.
13827         Message display section removed to new function appt-display-message.
13828         (appt-display-window): Doc change.  Remove unused internal var
13829         this-buffer.  Do not beep, since appt-display-message does that.
13830         (appt-make-list): Doc change.  Use caar.
13831         (appt-sort-list): Simplify by using builtin sort function.
13832         (appt-update-list): New function for updating appts when diary is
13833         saved.
13834         (appt-activate): New autoloaded function to toggle package
13835         functionality.
13837         * calendar/cal-x.el: (calendar-one-frame-setup)
13838         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
13840         * calendar/calendar.el: Update copyright.
13841         (view-diary-entries-initially, european-calendar-style): Doc change.
13842         (calendar-setup): Make defcustom rather than defvar.
13843         (mark-visible-calendar-date): Initialize temp-face and faceinfo
13844         in let binding so local to function.
13846         * calendar/diary-lib.el: Update copyright.
13847         (diary, diary-entry-time): Doc change.
13848         (list-diary-entries): Doc change.  Trivial logic change.
13849         (fancy-diary-display): Restore make-face command mistakenly
13850         deleted 2003-05-08.
13851         (show-all-diary-entries): Allow to pop-up frame if needed.
13853 2004-01-09  John Paul Wallington  <jpw@gnu.org>
13855         * bindings.el (mode-line-change-eol): Add EVENT parameter.
13856         Temporarily select EVENT's window for changing eol type.
13858 2004-01-09  Deepak Goel  <deego@gnufans.org>
13860         * calendar/diary-lib.el (diary-entry-time):
13861         Also accept time in the form XX[.XX][am/pm/AM/PM].
13862         (fancy-diary-font-lock-keywords): Likewise.
13863         (diary-font-lock-keywords): Likewise.
13864         * calendar/appt.el (appt-add): Likewise.
13865         (appt-make-list): Likewise.
13866         (appt-convert-time): Likewise.
13868 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
13870         * gdb-ui.el (gdb-ann3): Revert previous change.
13871         (gdb-source-info): Allow for case of where compilation directory
13872         is not recorded.
13874 2004-01-08  John Paul Wallington  <jpw@gnu.org>
13876         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13878 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
13880         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13882         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13883         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13884         problems.
13885         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13887 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
13889         * files.el (write-file-functions, write-contents-functions):
13890         Clarify docstrings.
13892 2004-01-07  Kenichi Handa  <handa@m17n.org>
13894         * international/mule.el (set-auto-coding): Fix for the case that
13895         end-of-line is only CR.
13897 2004-01-07  Kim F. Storm  <storm@cua.dk>
13899         * subr.el (event-start, event-end): Doc fix.
13900         (posn-string, posn-image): New defuns.
13901         (posn-object): Return either image or string object.
13902         (posn-object-x-y): Return 8th element of position.
13903         (posn-object-width-height): New defun.
13905 2004-01-06  Andreas Schwab  <schwab@suse.de>
13907         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13908         output.
13910 2004-01-05  Karl Berry  <karl@gnu.org>
13912         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13913         / and *, too.
13915 2003-12-31  Simon Josefsson  <jas@extundo.com>
13917         * files.el (before-save-hook): Add.
13918         (basic-save-buffer): Use before-save-hook.
13920         * emacs-lisp/copyright.el: Fix comment to recommend
13921         before-save-hook instead of write-file-functions.
13923 2004-01-05  Richard M. Stallman  <rms@gnu.org>
13925         * finder.el (finder-commentary): Call delete-other-windows.
13927         * net/ange-ftp.el (ange-ftp-file-attributes):
13928         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13930 2004-01-04  Karl Berry  <karl@gnu.org>
13932         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13933         comment characters % and # in the copyright year notice,
13934         as well as ;.
13936 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
13938         * wid-edit.el (default): Define dummy :value-delete.
13939         Reported by Jesper Harder <harder@ifa.au.dk>.
13941 2004-01-03  Richard M. Stallman  <rms@gnu.org>
13943         * progmodes/compile.el (compile-internal): Use point, not point-min,
13944         for set-window-point.
13946         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13948         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13950         * progmodes/grep.el (grep-mode-map):
13951         Don't remap next-line, previous-line.
13953 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
13955         * speedbar.el (speedbar-edit-line): Change regexp to position
13956         the cursor on the first character of this line's button.
13958 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13960         * subr.el (functionp): Doc fix.
13962 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13964         * progmodes/idlwave.el (idlwave-make-tags):
13965         * textmodes/flyspell.el (flyspell-large-region):.
13966         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13967         * emulation/viper-util.el (viper-glob-unix-files):
13968         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13969         * man.el (Man-init-defvars):
13970         * jka-compr.el (jka-compr-call-process):
13971         * files.el (get-free-disk-space,insert-directory):
13972         * ediff-ptch.el (ediff-test-patch-utility):
13973         * ediff-diff.el (ediff-test-utility):
13974         * dired-aux.el (dired-check-process):
13975         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13976         test the return value of call-process, because it can be a string.
13978 2003-12-31  John Paul Wallington  <jpw@gnu.org>
13980         * bindings.el (completion-ignored-extensions): Add .pfsl.
13982 2003-12-31  Kim F. Storm  <storm@cua.dk>
13984         * ido.el (ido-nonreadable-directory-p): New defun to check for
13985         nonreadable directory without activating tramp (to avoid problems
13986         with checking incomplete tramp paths).
13987         (ido-set-current-directory, ido-file-internal)
13988         (ido-file-name-all-completions1): Use it.
13990 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13992         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13993         documentation if the anchor (or node) name is preceded by `info
13994         anchor' or `Info anchor' in addition to earlier `info node' and
13995         `Info node'.
13996         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13998 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
14000         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
14001         error in arguments to base64-decode-region.  Remove ^M characters
14002         after decoding base64.
14004 2003-12-30  Simon Josefsson  <jas@extundo.com>
14006         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
14007         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
14008         have only been distributed with Emacs for some years.
14009         (texinfo-mode-hook): Customize.
14011 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
14013         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
14014         cleaner (suggested by Richard Stallman).
14016         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
14017         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
14018         file-name clashes on 8+3 DOS filesystems.
14020         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
14021         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
14022         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
14023         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
14024         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
14025         file-name clashes on 8+3 filesystems.
14027         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
14028         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
14029         file-name clashes on 8+3 DOS filesystems.
14031 2003-12-29  Richard M. Stallman  <rms@gnu.org>
14033         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
14034         Upcase the character.
14036         * textmodes/flyspell.el (mail-mode-flyspell-verify):
14037         Search for header separator alone on a line, literally,
14038         and search for it backward, not forward.
14039         (flyspell-abbrev-table): Always use global-abbrev-table
14040         if there is no local one.
14042         * progmodes/sh-script.el (sh-get-indent-info):
14043         Don't move point back if at bob.
14045         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
14047         * play/handwrite.el (handwrite): Make the handwrite credit message
14048         a comment rather than an output command.
14050         * obsolete/sc.el: Display message that this file is obsolete.
14052         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
14054         * mail/rfc822.el (rfc822-address-start): Declare variable.
14055         Renamed from address-start.  All uses changed.
14057         * term.el (term-exec): Set up sentinel.
14058         (term-sentinel): New function.
14059         (term-handle-exit): New function.
14061         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14062         Use assoc-string, and mark them obsolete.
14063         (delay-mode-hooks): Mark as permanent local.
14065         * simple.el (sendmail-user-agent-compose): Use assoc-string.
14067         * register.el (copy-rectangle-to-register): Doc fix.
14069         * info.el (Info-insert-dir): Use assoc-string.
14071         * info-look.el (info-lookup): Use assoc-string.
14073         * frame.el (pop-up-frame-function): Use quote, not `function'.
14074         (frame-notice-user-settings): Calculate ADJUSTED-TOP
14075         copying with lists as coordinate values.
14077         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
14079         * find-dired.el (kill-find): New command.
14080         (find-dired): Make buffer read-only.
14081         Set up a keymap with C-c C-k running kill-find.
14082         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
14084         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
14086         * filecache.el (file-cache-ignore-case): New variable.
14087         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
14089         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
14090         (comint-dynamic-complete-as-filename): Rename local vars.
14091         (comint-dynamic-list-filename-completions): Likewise.
14093         * comint.el (comint-dynamic-list-completions-config): New var.
14094         (comint-dynamic-list-completions): Handle both SPC and TAB right.
14096         * comint.el (comint-file-name-chars): Add [].
14097         (comint-word): Use skip-chars-backward, not search.
14099         * shell.el (shell-file-name-chars): Add [].
14101         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
14103         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
14105         * generic.el (define-generic-mode): Doc fix.
14107 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14109         * files.el (kill-some-buffers): Doc fix.
14111 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
14113         * comint.el (comint-watch-for-password-prompt): Pass `string' as
14114         arg to send-invisible
14115         (send-invisible): Doc fix.  The argument is now a prompt, not the
14116         string to send.
14117         (comint-read-noecho): Doc fix.
14119 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
14121         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
14122         "@", as required by some ISP hosting service.  Fix defcustom
14123         argument syntax errors that prevented use of customization.
14125 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14127         * xml.el (xml-get-attribute-or-nil): Doc fix.
14129 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
14131         * net/zone-mode.el (zone-mode): Use write-file-functions, not
14132         write-file-hooks.
14134 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14136         * autorevert.el (auto-revert-interval): Doc fix.
14138 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
14140         * xml.el (xml-get-attribute-or-nil): New function, like
14141         xml-get-attribute, but returns nil if the attribute was not found.
14142         (xml-get-attribute): Convert to defsubst, uses
14143         xml-get-attribute-or-nil.
14145 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14147         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14149 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
14151         * custom.el (custom-declare-theme): Use `value' when putting
14152         properties on `theme'.
14154 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14156         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
14157         for each yank-handler segment.
14158         (insert-for-yank-1): New function, with the body of the previous
14159         insert-for-yank.
14161         * textmodes/table.el (table-yank-handler): New defcustom.
14162         (table--put-cell-indicator-property): Put yank-handler property
14163         that indicates the yank handler for the table cell.
14165 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14167         * generic-x.el (etc-modules-conf-generic-mode): A more complete
14168         set of keywords.
14170 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14172         * international/mule-cmds.el (reset-language-environment)
14173         (set-language-environment): Don't invoke fontset-related functions
14174         if fontset-list is not fboundp.
14176 2003-12-29  Kenichi Handa  <handa@m17n.org>
14178         * international/mule-cmds.el (reset-language-environment):
14179         Call set-overriding-fontspec-internal with nil.
14180         (set-language-environment): Call set-overriding-fontspec-internal
14181         if the language environment specify `overriding-fontspec'.
14182         (language-info-alist): Doc added.
14184         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
14185         characters of mule-unicode-0100-24ff.
14186         (ccl-encode-windows-1251-font): New CCL program.
14187         ("Bulgarian"): Specify overriding-fontspec.
14188         ("Belarusian"): Likewise.
14190 2003-12-28  Sam Steingold  <sds@gnu.org>
14192         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
14193         parameter ID-FORMAT to conform with the 2003-11-30 patch.
14195 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
14197         * progmodes/gud.el (gud-gdb-command-name): Set default to
14198         "gdb --annotate=3".
14199         (gud-gdb-marker-filter): Look out for annotations.
14200         (gdb-first-pre-prompt): New variable.
14201         Remove trailing white space.
14203         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
14204         if necessary.
14205         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
14206         annotations are detected.
14207         (gud-gdba-marker-filter): Use global variable gud-marker-acc
14208         instead of a local one to allow transition from
14209         gud-gdb-marker-filter.
14210         Remove trailing white space.
14212 2003-12-27  Kim F. Storm  <storm@cua.dk>
14214         * ido.el: Handle non-readable directories.
14215         (ido-decorations): Add 9th element for non-readable directory.
14216         (ido-directory-nonreadable): New dynamic var.
14217         (ido-set-current-directory): Set it.
14218         (ido-read-buffer, ido-file-internal):
14219         (ido-read-file-name, ido-read-directory-name): Let-bind it.
14220         (ido-file-name-all-completions1): Return empty list for
14221         non-readable directory.
14222         (ido-exhibit): Print [Not readable] if directory is not readable.
14223         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
14224         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
14225         Use it.
14227 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
14229         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
14230         calls to directory-files-and-attributes and file-attributes.
14231         (ls-lisp-format): Remove system dependent handling of user and
14232         group id's.
14234 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
14236         * ffap.el (ffap-read-file-or-url): Revert previous change.
14238 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
14240         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
14241         new list of included files called `files-with-node-lines', that
14242         only have node lines.  This way @include commands can include any
14243         file, such as version and update files without node lines, not
14244         just files that are chapters.
14246 2003-12-25  Andreas Schwab  <schwab@suse.de>
14248         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
14249         file not found.
14251 2003-12-08  Miles Bader  <miles@gnu.org>
14253         * dired.el (dired-between-files): Always use dired-move-to-filename,
14254         which is more robust in non-english locales.
14256 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14258         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
14260 2003-12-24  Andreas Schwab  <schwab@suse.de>
14262         * shell.el (shell-file-name-quote-list): Add backslash.
14264         * comint.el (comint-quote-filename): Correctly handle backslash
14265         in comint-file-name-quote-list.
14267 2003-12-24  Kenichi Handa  <handa@m17n.org>
14269         * international/mule-cmds.el (set-default-coding-systems):
14270         Call ucs-set-table-for-input for all buffers that don't have local
14271         value of buffer-file-coding-system.
14273         * international/ucs-tables.el (ucs-set-table-for-input):
14274         If translation-table-for-encode is a symbol, get its
14275         translation-table property.
14277 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
14279         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
14280         to `completing-read' on a recently fixed bug.
14282         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
14283         instead of SPACE, to get the list of possible fringe modes.
14284         SPACE only works if both `partial-completion-mode' and
14285         `completion-auto-help' are nil.
14287         * complete.el (PC-is-complete-p): Delete.
14288         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
14289         calls to `test-completion'.
14291 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
14293         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
14294         to edit values when there are no children.
14296         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
14297         a mode called "Assembler" already exists.
14298         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
14299         (gud-watch): Use format option.  Remove font properties from string.
14300         (gdb-var-create-handler, gdb-var-list-children-handler):
14301         Don't bother about properties as there are none.
14302         (gdb-var-create-handler, gdb-var-list-children-handler)
14303         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
14304         with two arguments.
14305         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
14306         Let speedbar show value changes with a different font.
14307         (gdb-edit-value): New defun.
14308         (gdb-clear-partial-output, gdb-clear-inferior-io)
14309         (def-gdb-auto-update-handler): Use erase-buffer.
14310         (gdb-frame-handler): Display watch expressions in
14311         FUNCTION::VARIABLE format if required.
14313 2003-12-23  John Paul Wallington  <jpw@gnu.org>
14315         * info.el (Info-unescape-quotes, Info-split-parameter-string)
14316         (Info-goto-emacs-command-node): Doc fixes.
14318 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
14320         * cus-edit.el (custom-add-parent-links): Define "many".
14322 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
14324         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
14325         (widget-child-validate, widget-type-value-create)
14326         (widget-type-default-get, widget-type-match): New functions.
14327         (lazy): New widget.
14328         (menu-choice, checklist, radio-button-choice, editable-list)
14329         (group, documentation-string): Remove redundant (per 2003-10-25
14330         change) calls to `widget-children-value-delete'.
14331         (widget-choice-value-get, widget-choice-value-inline): Remove.
14332         (menu-choice): Update widget.
14334 2003-12-03  Kenichi Handa  <handa@m17n.org>
14336         * language/cyrillic.el: Register "microsoft-cp1251" in
14337         ctext-non-standard-encodings-alist.
14338         ("Bulgarian"): Add ctext-non-standard-encodings.
14339         ("Belarusian"): Likewise.
14341         * international/mule-conf.el (compound-text-with-extensions):
14342         Change the type to 2 (iso-2022 base).
14344         * international/mule.el (ctext-non-standard-encodings-alist):
14345         Change the format.
14346         (ctext-non-standard-encodings): New variable.
14347         (ctext-post-read-conversion): Fully re-written.
14348         (ctext-non-standard-designations-alist): Delete it.
14349         (ctext-non-standard-encodings-table): New function.
14350         (ctext-pre-write-conversion): Fully re-written.
14352 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
14354         * cus-edit.el (custom-add-parent-links): Add documentation links
14355         for parent, if the item has none of its own.
14357 2003-11-30  Richard M. Stallman  <rms@gnu.org>
14359         * dired-aux.el (dired-do-query-replace-regexp):
14360         Report files visited read-only.
14362 2003-11-30  Juri Linkov  <juri@jurta.org>
14364         * dired-aux.el (dired-compare-directories): New command.
14365         (dired-file-set-difference, dired-files-attributes): New functions.
14367 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
14368         Version 2.0.38 of Tramp released.
14370         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
14371         Charles Curley <charlescurley@charlescurley.com>.
14372         (tramp-multi-connection-function-alist): Add ssht entry which adds
14373         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
14374         Aichner.
14375         (tramp-get-method-parameter): New function to retrieve a method
14376         parameter.  This allows for omission of method parameters.
14377         Callers adjusted.
14379 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
14381         * net/tramp.el: Add new optional parameter ID-FORMAT to
14382         `file-attributes'.  Calls of `file-attributes' won't use this
14383         parameter for backward compatibility reasons.
14384         (tramp-perl-file-attributes): Add a new parameter to Perl script
14385         in order to handle uid/gid as strings, if desired.
14386         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
14387         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
14388         order to make the function more general.
14389         (tramp-handle-file-attributes): Replace proprietary optional
14390         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
14391         (tramp-handle-file-attributes-with-perl): Handle parameter
14392         NONNUMERIC if set.  This wasn't done in the past.
14393         (tramp-post-connection): Apply second parameter "$2" if
14394         `tramp-remote-perl' is called.
14396         * net/tramp-smb.el (tramp-smb-handle-delete-file):
14397         Correct cut'n'waste error (`filename' instead of `directory').
14398         (tramp-smb-handle-directory-files-and-attributes)
14399         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
14400         introduced parameter ID-FORMAT.
14401         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
14402         error (`directory' instead of `ldir').
14404         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
14405         `file-attributes' has a second parameter.  If yes, apply it with
14406         value "'integer".  Otherwise, don't use that parameter (default is
14407         integer format).
14409 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
14411         * help.el (help-map): Bind `display-local-help' to `C-h .'.
14412         (help-for-help): Add `C-h .' to the listed Help options.
14413         Remove trailing whitespace.
14415         * help-at-pt.el: New file.
14417 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
14419         * subr.el (noreturn, 1value): New macros for test coverage.
14420         See `testcover.el'.
14422         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
14424         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
14425         for macro `1value'.
14426         (testcover-1value): New function.  Checks that a 1value form
14427         actually returns only one value.  Requested by RMS.
14429 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
14431         * gdb-ui.el (gud-watch, gdb-var-create-handler)
14432         (gdb-var-list-children, gdb-var-list-children-handler)
14433         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
14434         gdb commands that use mi to keep them out of the command history.
14436 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14438         * cus-start.el (all): Add use-file-dialog.
14440 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14442         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
14444 2003-11-27  Kim F. Storm  <storm@cua.dk>
14446         * subr.el (posn-object-x-y): New defun.
14448 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14450         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
14451         Don't use `space' for \\\n.
14452         Be more selective as to which # are comment-starters.
14454 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
14456         * subr.el (number-sequence): Improve handling of floating point
14457         arguments (suggested by Kim Storm).  Allow negative arguments.
14459 2003-11-26  Kenichi Handa  <handa@m17n.org>
14461         * international/mule-cmds.el (standard-display-european-internal):
14462         Cancel the standard-display-table setting for ` and '.
14464 2003-11-26  Kim F. Storm  <storm@cua.dk>
14466         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
14467         New defcustoms to add ffap-like functionality to ido.
14468         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
14469         (ido-no-final-slash): New defun.
14470         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
14471         (ido-read-file-name): ): Toggle VC checking via
14472         vc-handled-backends instead of vc-master-templates.
14473         (ido-file-internal): Handle ido-use-url-at-point and
14474         ido-use-filename-at-point via code borrowed from ffap-guesser.
14475         Handle new ido-exit code ffap.
14476         (ido-sort-list): Ignore final slash when sorting file names.
14478 2003-11-25  Kim F. Storm  <storm@cua.dk>
14480         * emulation/cua-base.el (cua--standard-movement-commands):
14481         Add forward-sentence and backward-sentence.
14483 2003-11-25  Stephen Eglen  <stephen@gnu.org>
14485         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
14486         iswitchb-exit is set to 'usefirst when user selects buffer at head
14487         of list using RET.  (Selecting buffers at the head of the list was
14488         broken if the substring was also a complete buffername.)
14490 2003-11-23  Kim F. Storm  <storm@cua.dk>
14492         * progmodes/compile.el (grep-command, grep-use-null-device)
14493         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
14494         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
14495         (grep-regexp-alist, grep-program, find-program)
14496         (grep-find-use-xargs, grep-history, grep-find-history)
14497         (grep-process-setup, grep-compute-defaults)
14498         (grep-default-command, grep, grep-tag-default, grep-find)
14499         (grep-expand-command-macros, grep-tree-last-regexp)
14500         (grep-tree-last-files, grep-tree): Move grep variables, functions
14501         and commands to new file grep.el.
14502         (compilation-mode-map): Remove grep commands from Compile sub-menu.
14503         (compilation-process-setup-function): Doc fix.
14504         (compilation-highlight-regexp, compilation-highlight-overlay): New
14505         defvars used for highlighting current compile error in source buffer.
14506         (compile-internal): New optional args HIGHLIGHT-REGEXP and
14507         LOCAL-MAP which overrides compilation-highlight-regexp and
14508         compilation-mode-map for this compilation.
14509         Delay calling compilation-set-window-height until after running
14510         compilation-process-setup-function so it can buffer-local override
14511         compilation-window-height.
14512         Check buffer-local value of compilation-scroll-output.
14513         (compilation-set-window-height): Use buffer-local value of
14514         compilation-window-height.
14515         (compilation-revert-buffer): Don't pass (undefined)
14516         preserve-modes arg to revert-buffer.
14517         (next-error-no-select, previous-error-no-select): New commands.
14518         (compilation-goto-locus): Temporarily highlight current match in
14519         source buffer using compilation-highlight-regexp.
14521         * progmodes/grep.el: New file with grep code from compile.el.
14522         (grep): New defcustom group.
14523         (grep-window-height): New defcustom, like compilation-window-height.
14524         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
14525         (grep-scroll-output): New defcustom, like compilation-scroll-output.
14526         (grep-command, grep-use-null-device, grep-find-command)
14527         (grep-tree-files-aliases, grep-tree-ignore-case)
14528         (grep-tree-ignore-CVS-directories): Move to grep custom group.
14529         (grep-setup-hook): New hook variable.
14530         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
14531         (grep-last-buffer): New defvar, override compilation-last-buffer.
14532         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
14533         Call compile-internal with args highlight-regexp and grep-mode-map.
14535 2003-11-23  Kim F. Storm  <storm@cua.dk>
14537         * subr.el (event-start, event-end): Doc fix.
14538         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
14539         (posn-area, posn-actual-col-row, posn-object): New defuns.
14540         (posn-col-row): Simplify doc.  Rewrite to use cond.
14541         (posn-point): Also return buffer position for events outside text
14542         area (that info is now present in the event position).
14544         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
14545         mouse-set-point so that hscroll still works now that clicks on
14546         fringes generate specific mouse events.
14547         (mouse-set-point): Note that it now works in fringes and margins
14548         too due to new semantics of posn-point in fringes and margins.
14550         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
14551         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
14553 2003-11-20  Kim F. Storm  <storm@cua.dk>
14555         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
14556         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
14557         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
14558         to 100 for icons to avoid increasing line height when shown.
14560 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14562         * newcomment.el (comment-normalize-vars): Initialize properly if
14563         comment-start was nil.
14565 2003-11-19  Andreas Schwab  <schwab@suse.de>
14567         * simple.el (set-variable): Fix indentation.
14569 2003-11-17  Kenichi Handa  <handa@m17n.org>
14571         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
14572         Fix docstring.
14574 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14576         * international/latin1-disp.el (latin1-display): Fix docstring.
14578 2003-11-16  John Wiegley  <johnw@newartisans.com>
14580         * eshell/em-ls.el (eshell-ls-file): There are times with
14581         size-width is nil and uncomputed (when directories are created in
14582         dired, for example); in this case, 4 is reasonable default value,
14583         although it may caused skewed new entries (which could be avoided
14584         by returning the original value of 8 in all cases, but 99% of the
14585         time this is a waste of whitespace).
14587 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14589         * cc-engine.el (c-guess-continued-construct)
14590         (c-guess-basic-syntax): Check a little more carefully if it's a
14591         function declaration when an unknown construct followed by a block
14592         is found inside a statement context.  This avoids macros followed
14593         by blocks to be taken as function declarations.
14595         (c-guess-continued-construct): Change the analysis of a statement
14596         continuation with a brace open to `substatement-block', for
14597         consistency with recognized statements.
14599         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
14600         start is in a position so that `c-beginning-of-statement-1' jumped
14601         to the beginning of the same statement.
14603         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
14604         Don't accept binary operators in the arglist if we're in a function
14605         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
14606         template recognition in cases like "if (a < b || c > d)".
14608         (c-restricted-<>-arglists): New more appropriate name for
14609         `c-disallow-comma-in-<>-arglists'.
14611         Accessing functions updated for the variable name change.
14613         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
14614         match data could get clobbered if NOT-INSIDE-TOKEN is used.
14616         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
14617         labels.
14619         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
14620         instead of duplicating parts of it.  This fixes bogus label
14621         recognition.
14623         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
14624         of checking the context in which to apply the minimum indentation,
14625         so that it isn't enforced in e.g. namespace blocks.
14627         * cc-vars.el (c-inside-block-syms): New constant used by
14628         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
14629         to somewhat reduce the risk of becoming stale.
14631         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
14632         cc-cmds to cc-engine to allow use from cc-align.
14634         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
14635         qualified identifiers containing "::".
14637         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
14638         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
14640         * cc-vars.el (c-emacs-features): Use a space in front of the name
14641         of the temporary buffer.  That also avoids dumping problems in
14642         XEmacs due to undo info being left around after the buffer is killed.
14644         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
14645         arglist to see if it's a K&R style declaration.
14647         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
14648         before returning `knr-argdecl-intro'.
14650 2003-11-16  John Wiegley  <johnw@newartisans.com>
14652         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
14653         field in a long-listing always 8 characters, use `size-width',
14654         which has already been computed.
14656 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
14658         * subr.el (minor-mode-list): Add `hs-minor-mode'.
14660 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14662         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
14663         Support operation while narrowed, with `diff-restrict-view'.
14665 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14667         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14668         Take additional optional arg NARROWFUN.  For the generated functions:
14669         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
14670         include frags that arrange to check for and save narrowing state before
14671         the move and then conditionally call NARROWFUN after the move.
14673 2003-11-14  John Wiegley  <johnw@newartisans.com>
14675         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
14676         that was optional, but obviously missing based on surrounding code.
14678         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
14679         string arguments to numbers unless the whole argument was seen as
14680         a number.
14682 2003-11-14  Kenichi Handa  <handa@m17n.org>
14684         * international/mule.el (ctext-non-standard-encodings-alist):
14685         Fix coding systems.
14687 2003-11-10  Kenichi Handa  <handa@m17n.org>
14689         * language/kannada.el ("Kannada"): Add sample-text.
14691         * language/knd-util.el (kannada-compose-region)
14692         (kannada-compose-string, kannada-post-read-conversion):
14693         Add autoload cookie.
14695         * international/quail.el (quail-completion): Change the message
14696         "corresponding translations" to "corresponding characters".
14698 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14700         * descr-text.el (describe-char): Fix typo.
14702 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
14704         These changes are to support Kannada language/script.
14706         * Makefile.in (DONTCOMPILE): Add kannada.el.
14708         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
14710         * loadup.el: Preload kannada.el.
14712         * language/ind-util.el (ucs-kannada-to-is13194-alist)
14713         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
14714         New variables.
14716         * language/kannada.el: New file.
14718         * language/knd-util.el: New file.
14720 2003-11-07  Andreas Schwab  <schwab@suse.de>
14722         * progmodes/autoconf.el (autoconf-font-lock-keywords):
14723         Also highlight AH_*.
14725         * xml.el (xml-parse-dtd): Fix misplaced paren.
14727 2003-11-07  Kenichi Handa  <handa@m17n.org>
14729         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
14731 2003-11-05  Juri Linkov  <juri@jurta.org>
14733         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
14734         (desktop-buffer-file): Use saved buffer-file-coding-system
14735         for file reading.  Set auto-insert to nil to prevent automatic
14736         insertion into restored empty files.
14738 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
14740         * files.el (risky-local-variable-p): Make second argument optional.
14742 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14744         * subr.el (add-hook): Fix last change.
14746 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
14748         * mail/rmail.el (rmail-convert-to-babyl-format):
14749         If base64-decode-region signals an error, catch it and silently
14750         ignore it.
14752 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
14754         * xml.el (xml-parse-region): Allow comments to appear after the
14755         topmost element has closed.
14756         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
14757         (xml-ns-expand-attr): New functions to do namespace handling.
14758         (xml-intern-attrlist): Back-compatible handling of attribute names.
14759         (xml-parse-tag): Move namespace handling to separate functions.
14760         Now produces elements in the form ((:ns . "element") (attr-list)
14761         children) instead of ('ns:element (attr-list) children).
14762         (xml-parse-attlist): Fix attribute parsing.
14763         (xml-parse-dtd): Change parsing so that it produces strings
14764         instead of interned symbols.
14766 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
14768         * dired.el (dired-ls-sorting-switches): Doc fix.
14770 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
14772         * emacs-lisp/rx.el (rx-or): Fix the case of
14773         "(rx (and ?a (or ?b ?c) ?d))".
14775 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
14777         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
14778         (texinfo-format-region): Use it.
14779         (texinfo-format-buffer-1): Ditto.
14781 2003-11-01  Alan Mackenzie  <acm@muc.de>
14783         Changes to allow scrolling whilst in isearch mode:
14784         * isearch.el (isearch-unread-key-sequence): New function,
14785         extracted from isearch-other-meta-char.
14786         (top level): (put 'foo 'isearch-scroll) on all Emacs's
14787         "scrollable" standard functions.
14788         (isearch-allow-scroll): New customizable variable.
14789         (isearch-string-out-of-window, isearch-back-into-window)
14790         (isearch-reread-key-sequence-naturally)
14791         (isearch-lookup-scroll-key): New functions.
14792         (isearch-other-meta-char): Doc string and functionality enhanced.
14793         Now accepts a prefix argument.
14794         (isearch-lazy-highlight-window-end): New variable.
14795         (isearch-lazy-highlight-new-loop): Pay attention to the window's
14796         end (thru isearch-lazy-highlight-window-end), not only its start.
14798         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
14799         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
14800         (universal-argument, universal-argument-more, negative-argument)
14801         (digit-argument, universal-argument-other-key): Minor changes.
14803 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14805         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14806         recursively if the last message is deleted, thus avoiding an
14807         infinite loop.
14809 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14811         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14812         (tex-main-file): Don't add .tex if the extension is already present.
14813         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14815 2003-10-29  Lute Kamstra  <lute@gnu.org>
14817         * progmodes/octave-inf.el (inferior-octave-prompt):
14818         Recognize version number in prompt.
14820 2003-10-28  Dave Love  <fx@gnu.org>
14822         * international/characters.el: Fix some Unicode ranges.
14824 2003-10-28  Kenichi Handa  <handa@m17n.org>
14826         * disp-table.el (standard-display-8bit)
14827         (standard-display-default, standard-display-ascii)
14828         (standard-display-g1, standard-display-graphic)
14829         (standard-display-underline): Assure that standard-display-table
14830         is a display table.
14832 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14834         * simple.el (reindent-then-newline-and-indent): Delete space *after*
14835         reindenting the first line.
14837 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14839         * wid-edit.el (widget-default-delete): Always delete child widgets.
14841 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14843         * newcomment.el (comment-indent): Don't call indent-according-to-mode
14844         if the line has code.
14845         Don't try to line up with something that's too far left.
14847         * progmodes/octave-mod.el (octave-comment-start): Simplify.
14848         (octave-mode-syntax-table): Add % as a comment starter.
14849         (octave-point): Remove.
14850         (octave-in-comment-p, octave-in-string-p)
14851         (octave-not-in-string-or-comment-p, calculate-octave-indent)
14852         (octave-blink-matching-block-open, octave-auto-fill):
14853         Use line-(beginning|end)-position instead.
14855 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14857         * emacs-lisp/authors.el (authors-aliases): Add correct realname
14858         for Francesco Potort\e,Al\e(B.
14860 2003-10-23  Dave Love  <fx@gnu.org>
14862         * international/mule-cmds.el (locale-charset-to-coding-system):
14863         Don't rely on nil being a coding system.
14865         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14866         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14867         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14869 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
14871         * gdb-ui.el (gdb-current-language): New variable.
14872         (gdb-update-flag): Remove variable.
14873         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14874         (gdb-take-last-elt): Remove function.
14875         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14876         (gdb-post-prompt): Check for variable object changes here.
14878         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14879         object changes in gdb-ui.el.
14881 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14883         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14885         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14886         Don't check for foo*/ wildcard form here.
14887         (insert-directory): Recognize foo*/ as a wildcard.
14888         Separate wildcard-regexp variable from the arg, wildcard.
14890         * subr.el (add-hook): Correctly detect when make-local-hook was used.
14891         (remove-hook): Correctly handle strange cases about local hooks.
14893 2003-10-21  David Ponce  <david@dponce.com>
14895         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14896         argument REAL, to return a real number instead of a rounded
14897         integer value.  Define as inline function.
14898         (ruler-mode-right-fringe-cols): Likewise.
14899         (ruler-mode-scroll-bar-cols): New function.
14900         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
14901         (ruler-mode-right-scroll-bar-cols): Likewise.
14902         (ruler-mode-space): New function.
14903         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
14904         scroll bar mode and margins in a more robust way.
14906 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
14908         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14909         (antlr-c-init-language-vars): New function.
14910         (antlr-mode): Use it with cc-mode before v5.29.
14911         (antlr-c-common-init): Don't set some local vars here.
14912         (antlr-mode): Set them here.
14913         (antlr-c-forward-sws): New function alias.
14914         (antlr-mode): Redefine with cc-mode before v5.30.
14915         (antlr-skip-sexps): Use it.
14916         (antlr-skip-exception-part): Ditto.
14917         (antlr-skip-file-prelude): Ditto.
14918         (antlr-outside-rule-p): Ditto.
14919         (antlr-end-of-body): Ditto.
14920         (antlr-option-kind): Ditto.
14921         (antlr-insert-option-area): Ditto.
14922         (antlr-file-dependencies): Ditto.
14924 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14926         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14927         Move backward only if point was not inside an entry.
14929 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14931         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14933 2003-10-21  Juri Linkov  <juri@jurta.org>
14935         * compare-w.el: Automatically skip non-matching text to resync.
14936         (compare-windows-whitespace): Doc fix.
14937         (compare-windows-sync, compare-windows-sync-string-size)
14938         (compare-windows-recenter, compare-ignore-whitespace)
14939         (compare-windows-highlight, compare-windows-face): New variables.
14940         (compare-windows): Use compare-windows-sync.
14941         (compare-windows-highlight, compare-windows-dehighlight)
14942         (compare-windows-sync-regexp)
14943         (compare-windows-sync-default-function): New functions.
14945 2003-10-21  Juri Linkov  <juri@jurta.org>
14947         * diff.el (diff-parse-differences): Don't visit the files now;
14948         instead, just record the error locus.
14950 2003-10-21  Dave Love  <fx@gnu.org>
14952         * progmodes/cfengine.el: New file.
14954 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14956         * complete.el (PC-do-completion): Do not forget to use `pred' as the
14957         default-directory when completing file names.
14959 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
14961         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14962         followed by the word `face', it gets treated as a face, even if
14963         it is also defined as a variable or a function.
14965 2003-10-20  Dave Love  <fx@gnu.org>
14967         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14968         Avoid incf in macro expansion.
14970 2003-10-20  John Paul Wallington  <jpw@gnu.org>
14972         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14973         `evenp' so we don't implicitly require cl library at runtime.
14975 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
14977         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14978         (help-make-xrefs): Only make cross-references for faces if
14979         preceded or followed by the word `face'.  Do not make a
14980         cross-reference for variables without variable documentation,
14981         unless preceded by the word `variable' or `option'.  Update doc
14982         string accordingly.
14984 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14986         * progmodes/hideshow.el: Rewrite one-armed `if'
14987         constructs using either `when' or `unless'.
14988         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14990 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
14992         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14993         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14994         instead of 12x12.
14996 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
14998         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14999         message while converting to Babyl.
15001 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
15003         * allout.el (allout-mode): Doc fix.
15005 2003-10-16  Lute Kamstra  <lute@gnu.org>
15007         * subr.el (force-mode-line-update): Fix docstring.
15009 2003-10-14  Dave Love  <fx@gnu.org>
15011         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
15012         (default-input-method): Add :link, improve :type.
15013         (locale-charset-language-names): Fix utf-8 pattern.
15014         (locale-charset-match-p, locale-charset-alist)
15015         (locale-charset-to-coding-system): New.
15016         (set-locale-environment): Deal with codeset part of locale specs.
15018 2003-10-14  Lute Kamstra  <lute@gnu.org>
15020         * fringe.el (fringe-mode): Use active voice in docstring.
15021         (set-fringe-style): Ditto.
15023 2003-10-13  Lute Kamstra  <lute@gnu.org>
15025         * fringe.el (fringe-mode): Fix docstring.
15026         (set-fringe-style): Ditto.
15028 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
15030         * ediff-mult.el (ediff-filegroup-action):
15031         Use ediff-default-filtering-regexp.
15033         * ediff-util.el (ediff-recenter): Don't call
15034         ediff-restore-highlighting twice.
15035         (ediff-select-difference): Set current difference.
15036         (ediff-unselect-and-select-difference): Add comment.
15038         * ediff.el (ediff-directories,ediff-directory-revisions)
15039         (ediff-directories3,ediff-merge-directories)
15040         (ediff-merge-directories-with-ancestor)
15041         (ediff-merge-directory-revisions)
15042         (ediff-merge-directory-revisions-with-ancestor):
15043         Use ediff-default-filtering-regexp.
15045 2003-10-12  Andreas Schwab  <schwab@suse.de>
15047         * international/mule-cmds.el (locale-charset-language-names):
15048         Simplify regex by removing unused grouping.
15050 2003-10-10  Dave Love  <fx@gnu.org>
15052         * bindings.el: Don't bind stop.
15054 2003-10-08  Miles Bader  <miles@gnu.org>
15056         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
15057         face instead of attempting to emulate it.
15059 2003-10-07  Kenichi Handa  <handa@m17n.org>
15061         * international/mule-diag.el (list-coding-systems-1): List coding
15062         systems that are loaded automatically.
15064         * international/code-pages.el (iso-8859-11): Add autoload cookie.
15066         * international/mule.el (autoload-coding-system): New function.
15068 2003-10-07  Andreas Schwab  <schwab@suse.de>
15070         * log-edit.el (log-edit-changelog-entries): Prefer local value of
15071         change-log-default-name in the buffer visiting the file.
15073 2003-10-06  Dave Love  <fx@gnu.org>
15075         * files.el (find-file-hook): Customize.
15076         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
15078         * bindings.el (completion-ignored-extensions): Remove .log.
15079         (global-map): Add again, open, stop keys.
15081 2003-10-05  Richard M. Stallman  <rms@gnu.org>
15083         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
15084         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
15085         Use sh-modify directly.
15086         (sh-select): Use sh-append, not eval.
15088         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
15090         * info.el (Info-following-node-name): New function.
15092         * loadhist.el (unload-feature-special-hooks):
15093         Rename from loadhist-hook-functions.
15094         (loadhist-hook-functions): Now an alias.
15096 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
15098         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
15099         file-name clashes on 8+3 filesystems.
15101         * Makefile.in (DONTCOMPILE, bootstrap-clean):
15102         Rename loaddefs-boot.el to ldefs-boot.el
15104         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
15105         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
15107 2003-10-03  Lute Kamstra  <lute@gnu.org>
15109         * info.el (Info-mode): Revert previous change.
15110         (Info-escape-percent): New function.
15111         (Info-fontify-node): Use it.
15113 2003-10-02  Andreas Schwab  <schwab@suse.de>
15115         * loaddefs-boot.el: Regenerated.
15117 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
15119         * ffap.el: Remove defadvice related code from CVS since `complete'
15120         provides a `PC-completion-as-file-name-predicate' variable that
15121         ffap can override.
15123 2003-10-02  Kenichi Handa  <handa@m17n.org>
15125         * international/utf-8.el (ccl-decode-mule-utf-8):
15126         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
15128         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
15129         * international/subst-big5.el: Likewise.
15130         * international/subst-gb2312.el: Likewise.
15131         * international/subst-ksc.el: Likewise.
15133 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
15135         * calendar/calendar.el (increment-calendar-month)
15136         (calendar-leap-year-p, calendar-absolute-from-gregorian)
15137         (generate-calendar, calendar-read-date, calendar-interval)
15138         (calendar-day-of-week): Handle years BC.
15139         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
15141 2003-10-01  Dave Love  <fx@gnu.org>
15143         * language/cyrillic.el (cp1251): Alias for windows-1251.
15145         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
15146         bootstrap.
15148 2003-10-01  Lute Kamstra  <lute@gnu.org>
15150         * files.el: Fix typo.
15151         * imenu.el (imenu--generic-function): Docstring fix.
15153 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15155         * dired.el (dired-mode): Handle dired-directory as a list.
15157 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
15159         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
15161         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
15163         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
15164         Replace gud-display with gud-watch.
15165         (gud-speedbar-buttons): Add stuff for watching expressions
15166         in the speedbar when using M-x gdba.  Use dolist on old part
15167         of this function.
15169         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
15170         (gdb-update-flag): New variables.
15171         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
15172         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
15173         (gud-watch, gdb-var-create-handler) : New functions.
15174         (gdb-var-list-children, gdb-var-list-children-handler)
15175         (gdb-var-create-regexp, gdb-var-update-regexp)
15176         (gdb-var-list-children-regexp): New constants.
15177         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
15178         (gdb-annotation-rules): Reduce annotation set (level 3).
15179         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
15180         (gdb-post-prompt): Don't update GDB buffers every time speedbar
15181         updates.
15182         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
15183         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
15184         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
15185         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
15186         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
15187         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
15188         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
15189         (gud-display, gud-display1)
15190         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
15191         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
15192         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
15193         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
15194         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
15195         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
15196         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
15197         (gdb-display-display-buffer, gdb-toggle-display)
15198         (gdb-delete-display, gdb-expressions-popup-menu)
15199         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
15200         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
15201         to display buffer.
15203 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15205         * progmodes/ada-mode.el (ada-mode): Don't use advice.
15206         Instead, set which-func-functions.
15208         * progmodes/which-func.el (which-func-modes): Add ada-mode.
15209         (which-func-functions): New variable.
15210         (which-function): Use that.
15212         * info.el (Info-mode): Double each `%' in header line.
15214         * emacs-lisp/lisp-mnt.el (lm-with-file):
15215         When FILE is nil, run BODY in current buffer.
15217         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
15219         * help.el (describe-mode): Start with a brief list of minor modes.
15220         Find them thru minor-mode-list so as to find them all.
15221         Show them in alphabetical order.
15223         * mail/sendmail.el (mail-aliases): Doc fix.
15225         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
15227 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15229         * mail/rmailsum.el (rmail-make-summary-line-1):
15230         Change comma after last label to a space.
15231         (rmail-summary-font-lock-keywords): Adapt to that change.
15233 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
15235         * progmodes/scheme.el (scheme-mode-variables): When setting
15236         `font-lock-defaults', also specify that "#" should
15237         be interpreted with `word' syntax.
15238         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
15240 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
15242         * desktop.el: A lot of comments updated.
15243         (desktop-save-mode): Minor mode introduced.
15244         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
15245         (desktop-load-default): Function made obsolete.
15246         (desktop-locals-to-save): Variable made customizable.
15247         (desktop-read): Optional parameter `dirname' added.
15248         (desktop-change-dir, desktop-revert): Parameter `dirname' in
15249         `desktop-read' used.
15250         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
15252 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
15254         * whitespace.el (whitespace-clean-msg): Add user customizable message
15255         for displaying ``clean'' output.
15256         (whitespace-buffer): Use `whitespace-clean-msg'.
15257         (whitespace-global-mode): Fix typo.
15259 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
15261         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
15263 2003-09-29  Lute Kamstra  <lute@gnu.org>
15265         * bindings.el (mode-line-modes): Remove superfluous :propertize
15266         construct in initialization.
15267         (mode-line-position): Change cons cell into proper list in
15268         initialization.
15270 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15272         * international/mule.el (decode-coding-inserted-region): Use car
15273         of the return value of find-operation-coding-system.
15275 2003-09-29  Kenichi Handa  <handa@m17n.org>
15277         * descr-text.el (describe-char): Fix previous change.
15279 2003-09-28  Kenichi Handa  <handa@m17n.org>
15281         * descr-text.el (describe-char-display): New function.
15282         (describe-char): Pay attention to display table on describing how
15283         a character is displayed.
15285         * international/mule-cmds.el (encoded-string-description):
15286         Prepend "0x" to each encoded byte.
15288 2003-09-28  Andreas Schwab  <schwab@suse.de>
15290         * find-file.el (ff-special-constructs): Add autoload cookie.
15292 2003-09-28  Kevin Ryde  <user42@zip.com.au>
15294         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
15295         makeinfo appends to duplicate index entries.
15297 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
15299         * dired-x.el (dired-clean-tex): Doc fix.
15301         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
15302         using a Chinese tutorial.
15304 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15306         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
15307         between "MAIL FROM:" and "RCPT TO:" and the following address.
15309 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15311         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
15313 2003-09-28  David Ponce  <david@dponce.com>
15315         * recentf.el (recentf-initialize-file-name-history): New defcustom.
15316         (recentf-load-list): When `recentf-initialize-file-name-history'
15317         is non-nil, initialize an empty `file-name-history' with the
15318         recent list.
15320 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
15322         * man.el (Man-default-man-entry): Remove the leading `*' from the
15323         word at point.
15325 2003-09-26  Lute Kamstra  <lute@gnu.org>
15327         * bindings.el (mode-line-position): Mention size indication in
15328         docstring.
15330 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
15332         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
15334         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
15335         because it's autoloaded now.
15337 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
15339         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
15340         (sh-font-lock-keywords, sh-feature): Fix previous change of
15341         sh-feature to avoid infloop with sh-font-lock-keywords.
15343 2003-09-25  Kim F. Storm  <storm@cua.dk>
15345         * frame.el (frame-current-scroll-bars): New defun.
15347         * window.el (window-current-scroll-bars): New defun.
15349 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15351         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
15352         cause errors when the state cache contains info on parts that have
15353         been narrowed out.
15355 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15357         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
15358         `c-setup-paragraph-variables' has to be used when this variable is
15359         changed; it doesn't work to reinitialize the mode since that
15360         typically clobbers the variable.
15362         * progmodes/cc-styles.el (c-setup-paragraph-variables):
15363         Make it interactive.
15365 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15367         * progmodes/cc-fonts.el (c-font-lock-declarations):
15368         Fix recognition of constructors and destructors for classes whose
15369         names are matched by `*-font-lock-extra-types'.
15371         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
15372         followed by an identifier in C++ then it's a type.
15374 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15376         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
15377         problem that primarily affected XEmacs.  Don't use faces to find
15378         unterminated strings since Emacs and XEmacs fontify strings
15379         differently - this function should now work better in XEmacs.
15381 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15383         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
15384         `expand-abbrev' workaround which caused braces to misbehave inside
15385         macros.
15387         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
15388         handling.  This bug could cause interactive font locking to bail out.
15390 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15392         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15393         Handle paren-style types in Pike.  Also fixed some cases of
15394         insufficient handling of unbalanced parens.
15396 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
15398         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
15399         common shell prompts that are not common filename or URL characters.
15400         (ffap-file-at-point): Use the new regexp to strip the prompts from
15401         the file names.  This is an issue mostly for user prompts that
15402         don't have a trailing space and find-file-at-point is invoked from
15403         within a shell inside Emacs.
15405 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
15407         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
15408         stamps numerically, rather than textually.
15410 2003-09-24  Kenichi Handa  <handa@m17n.org>
15412         * language/devan-util.el (devanagari-post-read-conversion):
15413         * language/mlm-util.el (malayalam-post-read-conversion):
15414         * language/tml-util.el (tamil-post-read-conversion):
15415         Add autoload cookie.
15417         * international/utf-8.el (utf-8-post-read-conversion):
15418         Call post-read-conversion functions for Devanagari, Malayalam,
15419         and Tamil.
15421 2003-09-23  Dave Love  <fx@gnu.org>
15423         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
15425 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
15427         * progmodes/gud.el (perldb): Add gud-until to list of commands.
15428         Update gud-remove.
15430 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15432         * progmodes/sh-script.el (sh-mode-default-syntax-table):
15433         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
15434         (sh-mode-syntax-table-input): New variable.
15435         (sh-require-final-newline): Don't use eval.
15436         (sh-builtins, sh-leading-keywords, sh-other-keywords)
15437         (sh-variables, sh-font-lock-keywords): Don't use eval.
15438         (sh-set-shell): When setting require-final-newline,
15439         treat value = `require-final-newline' as don't change it.
15440         Set sh-mode-syntax-table locally based on
15441         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
15443         * progmodes/compile.el (compile-internal):
15444         Call compilation-set-window-height before setting window start.
15446 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
15448         * emacs-lisp/bytecomp.el (byte-compile-log-file):
15449         Clear out byte-compile-last-warned-form.
15451 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15453         * woman.el (woman-file-name, woman-follow-word):
15454         If current-word returns nil, use "".
15456         * simple.el (eval-expression): Bind standard-output in to-buffer case.
15458 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15460         * emacs-lisp/lisp-mnt.el (lm-with-file):
15461         Don't visit the file, just use insert-file-contents in temp buffer.
15463 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
15465         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
15466         Add surrounding \\( and \\) around the header, as in
15467         for lm-history-header 'Change Log\\|History'.
15469 2003-09-22  John Paul Wallington  <jpw@gnu.org>
15471         * progmodes/ld-script.el: Add Commentary section,
15472         minor cleanup of file header.
15473         (ld-script-font-lock-keywords): Doc fix.
15474         (toplevel): Provide `ld-script' feature.
15476 2003-09-21  Kim F. Storm  <storm@cua.dk>
15478         * scroll-bar.el (set-scroll-bar-mode): Initialize to
15479         new built-in variable default-frame-scroll-bars.
15480         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
15481         scroll-bar-mode; notably, use it instead of t when we toggle
15482         scroll-bars on.
15483         (toggle-scroll-bar): Use default-frame-scroll-bars.
15485 2003-09-19  Masatake YAMATO  <jet@gyve.org>
15487         * pcvs.el (cvs-do-removal): Change the prompt depending on
15488         `filter' value.
15490 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
15492         * startup.el (command-line-1): Stop startup-echo-area-message
15493         being hidden by "Loading image..." message.
15494         (use-fancy-splash-screens-p, display-splash-screen):
15495         Move display-graphic-p test from latter to former.
15497         * progmodes/sh-script.el (sh-font-lock-keywords):
15498         Highlight escaped EOLs differently from other backslash constructs.
15500 2003-09-19  Richard M. Stallman  <rms@gnu.org>
15502         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
15503         New functions.
15504         (edebug-enter, edebug-outside-excursion): Use them.
15506         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
15507         Fix the condition for whether to print "In WHERE".
15509 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
15511         * finder.el (finder-mode-hook): New variable.
15512         (finder-mode): Run hook finder-mode-hook
15514 2003-09-18  Masatake YAMATO  <jet@gyve.org>
15516         * progmodes/ebrowse.el: Fix broken magic autoload comments.
15518 2003-09-17  Mario Lang  <mlang@delysid.org>
15520         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
15521         "p %e" to actually print the value in the GUD buffer.
15523 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
15525         From David Ponce <david.ponce@wanadoo.fr>:
15526         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
15527         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
15528         from loaddefs-boot.el if necessary.
15530 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
15532         * progmodes/gud.el (gud-find-class): Make jdb work again since
15533         cc-mode changed the syntactic information.
15535 2003-09-15  David Ponce  <david@dponce.com>
15537         * recentf.el: (recentf-exclude): Accept predicates too.
15538         (recentf-file-readable-p): New function.
15539         (recentf-include-p): Handle predicates in recentf-exclude.
15540         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
15541         (recentf-cleanup): Likewise.
15542         (recentf-save-list): Use write-file to handle backup of
15543         recentf-save-file.
15545 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
15547         * loaddefs-boot.el: Renamed from `loaddefs.el'
15548         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
15549         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
15550         necessary.
15552 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
15554         * electric.el (Electric-pop-up-window): For the `one-window' case,
15555         no longer disconcertingly move point in the original buffer.
15557 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15559         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
15561 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15563         * dired.el (dired-mode-map): Fix typo.
15565 2003-09-11  Richard M. Stallman  <rms@gnu.org>
15567         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
15569 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15571         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
15572         the function is less noisy.  Now only `kill-buffer' can ask questions.
15574 2003-09-10  Mario Lang  <mlang@delysid.org>
15576         * battery.el: Update Commentary and Copyright.
15577         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
15578         appear due to wrong ordering of the expressions in `or'.
15580 2003-09-09  Lute Kamstra  <lute@gnu.org>
15582         * misc.el (upcase-char): Fix docstring.
15583         (zap-up-to-char): New command.
15585 2003-09-08  David Ponce  <david@dponce.com>
15587         Ensure that recentf correctly updates the menu bar.
15588         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
15589         (recentf-menu-bar): New function.
15590         (recentf-clear-data): Use it
15591         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
15592         of easy-menu-change.
15594 2003-09-08  Lute Kamstra  <lute@gnu.org>
15596         * simple.el (size-indication-mode): New.
15597         * bindings.el (mode-line-position): Add buffer size indicator.
15599 2003-09-04  Mario Lang  <mlang@delysid.org>
15601         * battery.el (battery-linux-proc-acpi): New function.
15602         (battery-status-function): Modify default value calculation to also
15603         check for availability of ACPI.
15604         (battery-echo-area-format): Ditto.
15605         (battery-mode-line-format): Ditto.
15607 2003-09-06  Dave Love  <fx@gnu.org>
15609         * ielm.el (ielm-mode-hook): Add :options.
15611         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
15612         (eldoc-print-current-symbol-info): Use it.
15614 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
15616         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
15617         being displayed in GUD buffer.
15618         (gdb-idle-input-queue): Remove var.  Use just one queue.
15619         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
15620         Remove functions.  Use just one queue.
15621         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
15622         (gdb-invalidate-assembler, gdb-get-current-frame):
15623         Modify functions.  Use just one queue.
15625 2003-09-04  Dave Love  <fx@gnu.org>
15627         * cus-start.el: Add blink-cursor-alist.
15629         * ruler-mode.el (ruler-mode-fill-column-char)
15630         (ruler-mode-current-column-char): Use char-displayable-p,
15631         not window-system.
15633         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
15635         * language/european.el (windows-1252): Move from code-pages.
15637         * language/cyrillic.el ("Windows-1251"): Delete.
15638         ("Bulgarian", "Belarusian"): Remove `features'.
15639         (windows-1251): Move from code-pages.
15641         * international/mule-diag.el (non-iso-charset-alist):
15642         Remove `codepage' stuff.
15643         (print-designation, list-coding-systems-1): Output fixes.
15645         * international/code-pages.el (cp-make-translation-table)
15646         (cp-valid-codes): Made defsubsts.
15647         (cp-fix-safe-chars): Delete.
15648         (mule-diag): Don't require.
15649         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
15650         (top-level): Check for defined coding system when defining
15651         cp... aliases.  Change w32-add-charset-info test to avoid warning.
15652         (non-iso-charset-alist): Defvar when compiling.
15653         (cp-make-coding-system): Doc fix.
15655 2003-09-02  Jason Rumney  <jasonr@gnu.org>
15657         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
15658         line-ends from CVS before doing conversion.
15660 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
15662         * calendar/diary-lib.el (diary-header-line-flag)
15663         (diary-header-line-format): New variables.
15664         (list-diary-entries): Use them to set header line in simple diary.
15666         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
15667         other than font-lock-string-face to highlight backslashes.
15669 2003-09-01  Jason Rumney  <jasonr@gnu.org>
15671         * international/titdic-cnv.el (tit-read-key-value): Include \r in
15672         regexp.
15674 2003-09-01  Dave Love  <fx@gnu.org>
15676         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
15678         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
15679         and :help; also line and column numbers labels.
15681         * international/mule-util.el (char-displayable-p): Move from
15682         latin1-disp, rename and autoload.
15684         * international/latin1-disp.el (latin1-char-displayable-p):
15685         Now obsolete alias.  Replace uses with char-displayable-p.
15686         (latin1-display-ucs-per-lynx): Fix last change.
15688         * international/mule-cmds.el (standard-display-european-internal):
15689         Don't use char code for Latin-1 NBSP.
15690         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
15691         U+2018, U+2019 for `'.
15692         (select-safe-coding-system): Message fix.
15694 2003-09-01  Kenichi Handa  <handa@m17n.org>
15696         * international/fontset.el (setup-default-fontset): For Thai
15697         font, specify "*" family.
15699 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15701         * progmodes/compile.el (previous-error): Accept a prefix
15702         argument, similarly to next-error.
15704 2003-08-31  Masatake YAMATO  <jet@gyve.org>
15706         * pcvs.el (cvs-do-removal): Use = instead of eq to check
15707         the number of files.  Bind the number of files to a local
15708         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
15710 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
15712         * vc-hooks.el (vc-make-version-backup): Fix the change made on
15713         2003-07-26: msdos-long-file-names is a function, not a variable.
15715 2003-08-29  Richard M. Stallman  <rms@gnu.org>
15717         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
15718         Do nothing with mail-personal-alias-file if it is nil.
15720         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
15721         Do nothing if mail-personal-alias-file is nil.
15723         * term.el (term-exec-1): Bind coding-system-for-read.
15725         * dired.el (dired-mouse-find-file-other-window):
15726         Use dired-view-command-alist here, as in dired-view-file.
15727         (dired-view-command-alist): Use %s to substitute file name.
15728         Handle .ps_pages, .eps, .jpg, .gif, .png.
15730 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15732         * info.el (Info-mode-map): Bind S-tab and <backtab> to
15733         `Info-prev-reference', instead of M-tab.
15735 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
15737         * simple.el (blink-matching-open): Work correctly on chars that
15738         are designated as parens through the syntax-table text property.
15740 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
15742         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
15743         line break position in the middle of a non-kinsoku (e.g. latin)
15744         word, making it skip until either a space or a character with
15745         category "|".
15746         (kinsoku-longer): Test for end of buffer.
15748 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
15750         * mail/rmail.el (rmail-convert-to-babyl-format):
15751         Detect quoted-printable- and base64-encoded messages and decode them
15752         automatically.  Set the message's encoding from the charset=
15753         header, if any.  Decode base64-encoded messages in Mail format as well.
15755 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15757         * mail/smtpmail.el: Fix previous change.
15758         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
15759         calling smtpmail-via-smtp.
15760         (smtpmail-via-smtp): Add fall-back values for envelope-from.
15762 2003-08-26  John Paul Wallington  <jpw@gnu.org>
15764         * image.el (image-jpeg-p): Don't search beyond length of data.
15766 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15768         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
15769         misfeature in `expand-abbrev' which caused electric keywords like
15770         "else" to disappear if an open brace was typed directly afterwards.
15772 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15774         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
15775         mandatory in `define-widget'.
15777         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
15778         Don't align the operators "!=", "<=" and ">=" as assignment operators.
15780         (c-assignment-operators): New language constant that only contains
15781         the assignment operators.
15783         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
15785 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15787         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15788         Safeguard against unbalanced sexps.
15790 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
15792         * version.el (emacs-version): Check for gtk.  Include gtk version info.
15794 2003-08-25  John Paul Wallington  <jpw@gnu.org>
15796         * man.el (Man-default-man-entry): Don't whizz past the section
15797         number before looking for it.
15799 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
15801         * progmodes/gud.el (gud-display-line): Don't set window-point if
15802         source buffer is not visible.  (Only happens with M-x gdba.)
15804         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15805         documentation.
15806         (gdb-source, gdb-source-info): Update to assembler unnecessary
15807         as its done after each GDB command anyway.
15808         (gdb-pre-prompt): Use with-current-buffer.
15809         (gdb-insert-field): Add help-echo text.
15810         (gdb-invalidate-assembler): Re-display of assembler now done in
15811         gdb-info-breakpoints-custom.
15812         (gdb-info-breakpoints-custom): Force re-display of assembler to
15813         happen *after* update of breakpoints buffer.
15814         (gdb-display-source-buffer): Don't choke if gdb-source-window
15815         isn't visible.
15816         (gdb-put-string, gdb-put-arrow): Remove free variables.
15818 2003-08-24  John Paul Wallington  <jpw@gnu.org>
15820         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15822         * man.el (Man-default-man-entry): Strip text properties when
15823         snarfing parts of entry because `format' preserves properties.
15825 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15827         * files.el (file-newest-backup): Use `expand-file-name'.
15829         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15830         Allow the diary to pop up a new frame, if needed.
15832         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15833         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15834         (smtpmail-send-it): Make treatment of envelope-from consistent with
15835         sendmail.el.
15837         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15838         (sh-leading-keywords): Add the bash `time' reserved word.
15839         (sh-variables): Add some bash variables.
15840         (sh-add-completer): Fix nil branch of case statement.
15842 2003-08-24  Masatake YAMATO  <jet@gyve.org>
15844         * progmodes/ld-script.el: New file.
15846 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
15848         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15850 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
15852         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15853         Better explain obsolescence, and what to use instead.
15855 2003-08-23  Masatake YAMATO  <jet@gyve.org>
15857         * pcvs.el (cvs-do-removal): Show the deleted file name
15858         on the prompt.
15860 2003-08-20  Dave Love  <fx@gnu.org>
15862         * international/mule.el (make-coding-system)
15863         (set-buffer-file-coding-system): Doc fix.
15865         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15867         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15869         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15871         * international/utf-16.el: Add mime-text-unsuitable coding system
15872         properties.
15874         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15876         * cus-edit.el: Add some :links.
15877         (bib): Remove.
15879         * textmodes/bib-mode.el (bib): Add :group external.
15881 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
15883         * wid-edit.el (widget-echo-help): Make it handle expressions that
15884         evaluate to strings.
15886 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
15888         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
15890         Simplify selection of SQL products to define highlighting and
15891         interactive mode.  Includes detailed instructions on adding
15892         support for new products.
15894         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
15895         product for use in highlighting and interactive mode.
15896         (sql-interactive-product): New variable.  SQL product for
15897         sql-interactive-mode.
15898         (sql-product-support): New variable.  Specifies product-specific
15899         parameters to drive highlighting and interactive mode.
15900         (sql-imenu-generic-expression): Add more object types.
15901         (sql-sqlite-options): Correct comment.
15902         (sql-ms-program): Use "osql" rather than "isql".
15903         (sql-prompt-regexp, sql-prompt-length): Update comment.
15904         (sql-mode-menu): Add "Start SQLi session" entry.
15905         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
15906         (sql-mode-abbrev-table): Add abbreviations.  Support of
15907         SYSTEM-FLAG on define-abbrev.  Support was removed with last
15908         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15909         (sql-mode-font-lock-object-name): Add font-lock pattern for object
15910         names.
15911         (sql-mode-ansi-font-lock-keywords): Set as default value.
15912         (sql-mode-oracle-font-lock-keywords): Set as default value.
15913         Support Oracle 9i keywords.
15914         (sql-mode-postgres-font-lock-keywords): Set as default value.
15915         (sql-mode-linter-font-lock-keywords): Set as default value.
15916         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
15917         SQLServer 2000.
15918         (sql-mode-sybase-font-lock-keywords)
15919         (sql-mode-interbase-font-lock-keywords)
15920         (sql-mode-sqlite-font-lock-keywords)
15921         (sql-mode-strong-font-lock-keywords)
15922         (sql-mode-mysql-font-lock-keywords)
15923         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
15924         keywords.
15925         (sql-mode-font-lock-defaults): Update comment.
15926         (sql-product-feature): New function.  Returns feature associated
15927         with a product from `sql-product-support' alist.
15928         (sql-product-font-lock): New function.  Set font-lock support
15929         based on `sql-product'.
15930         (sql-add-product-keywords): New function.  Add font-lock rules to
15931         product-specific keyword variables.
15932         (sql-set-product): New function.  Set `sql-product' and apply
15933         appropriate font-lock highlighting.
15934         (sql-highlight-product): New function.  Set font-lock support
15935         based on a product.  Also set mode name to include product name.
15936         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15937         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15938         Use `sql-set-product'.
15939         (sql-highlight-ms-keywords)
15940         (sql-highlight-sybase-keywords)
15941         (sql-highlight-interbase-keywords)
15942         (sql-highlight-strong-keywords)
15943         (sql-highlight-mysql-keywords)
15944         (sql-highlight-sqlite-keywords)
15945         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
15946         (sql-get-login): Prompt in the same order as the tokens.
15947         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15948         (sql-product-interactive): New function.  Common portions of
15949         product-specific interactive mode wrappers.
15950         (sql-interactive-mode): Rewritten to use product features.
15951         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15952         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15953         (sql-db2, sql-linter): Use `sql-product-interactive'.
15954         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15955         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15956         (sql-connect-ingres, sql-connect-postgres)
15957         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15958         New functions.  Format command line parameters and invoke comint on
15959         the appropriate interpreter.  Code was in the corresponding
15960         `sql-xyz' function before.
15961         (sql-connect-ms): New function.  Support -E argument to use
15962         operating system credentials for authentication.
15964 2003-08-18  Kenichi Handa  <handa@m17n.org>
15966         * international/mule.el (encode-char): Fix for the ASCII case.
15968 2003-08-15  Kenichi Handa  <handa@m17n.org>
15970         * international/fontset.el (setup-default-fontset): Change "*" to
15971         nil in the specifications of font family.
15973 2003-08-18  Kim F. Storm  <storm@cua.dk>
15975         * kmacro.el (kmacro-keymap): Group related bindings in
15976         initialization for clarity.  Bind C-s to start macro.
15977         Remove C-r binding.
15978         (kmacro-initial-counter-value): New defvar to hold initial counter
15979         value in case we set the value before defining a macro.
15980         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15981         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15982         not defining or executing macro.  Doc fix.
15983         (kmacro-add-counter): Clear kmacro-initial-counter-value.
15984         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15985         temporarily view older elements on the macro ring without cycling
15986         the ring.
15987         (kmacro-display): Doc fix.
15988         (kmacro-exec-ring-item): New helper function.
15989         (kmacro-call-ring-2nd): Use it.
15990         (kmacro-call-ring-2nd-repeat): Doc fix.
15991         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15992         (kmacro-end-or-call-macro): Execute last viewed macro (using
15993         kmacro-exec-ring-item) from ring if this follows
15994         kmacro-view-macro.  This allows us to find a macro on the ring
15995         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15996         the ring to bring it to the head of the ring.
15997         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15998         Allow binding to reserved keys without specifying C-x C-k prefix.
15999         Ask for confirmation if entered key sequence is already bound to
16000         a non-macro command.
16001         (kmacro-view-macro): Repeating command will show older elements
16002         on the macro ring; C-k will execute the last viewed macro.
16003         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
16004         property from 'ring to 'head.
16006 2003-08-17  Alan Shutko  <ats@acm.org>
16008         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
16009         keeping December out of the alist.
16011 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
16013         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
16014         * calendar/calendar.el (calendar-mode-map): Bind it to key.
16015         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
16016         (calendar-flatten): New function.
16017         (calendar-mouse-view-other-diary-entries)
16018         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
16019         in the menu title and to show multi-line diary entries correctly
16020         in the menu.
16022 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
16024         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
16025         defcustom, because the default was recently changed.
16027 2003-08-16  Richard M. Stallman  <rms@gnu.org>
16029         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
16031         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16032         New subroutine, broken out of eval-last-sexp-1.
16033         (eval-last-sexp-1): Use eval-last-sexp-print-value.
16035         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
16037         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
16039         * simple.el (eval-expression): Use eval-last-sexp-print-value.
16041 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
16043         * progmodes/compile.el (compilation-error-regexp-alist):
16044         Add Java ANt error detection as described in document
16045         http://ant.apache.org/faq.html
16047 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
16049         * simple.el (backward-word, forward-to-indentation)
16050         (backward-to-indentation): Argument changed to optional.
16051         (next-line, previous-line): Use `or' instead of `unless'.
16053 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16055         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
16056         instead of a constant.
16058 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
16060         * shell.el (shell): With prefix-arg, suggest a new buffer name.
16062 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
16064         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
16065         (vc-sccs-workfile-version): Search the entire delta table, rather
16066         than just the first entry, because that might be a deleted version.
16068 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
16070         * menu-bar.el (menu-bar-options-menu): Supply a body for the
16071         [save-place] binding in the Options menu.  Have it require
16072         'saveplace' and then toggle the variable manually, to avoid an an
16073         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
16074         for the bug report.
16076 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
16078         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
16079         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
16080         (gdb-info-threads-custom): Add help-echo text.
16081         (gdb-display-back): Don't use purecopy.
16082         (gdb-info-breakpoints-custom, gdb-reset)
16083         (gdb-assembler-custom): Use display-images-p to test if breakpoint
16084         icons can be displayed.
16086 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
16088         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
16090 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
16092         * bookmark.el (bookmark-completing-read):
16093         Return a string, instead of a list of one string.
16094         Use a popup menu if activated from the mouse.
16095         (bookmark-edit-annotation): Remove unused vars.
16096         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
16097         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
16098         to bookmark-completing-read.
16099         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16100         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
16101         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
16102         and erase-buffer.
16103         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
16104         (bookmark-menu-jump, bookmark-menu-insert)
16105         (bookmark-popup-menu-and-apply-function)
16106         (bookmark-menu-popup-paned-bookmark-menu): Remove.
16107         (bookmark-menu-build-paned-menu): Remove by folding it into
16108         bookmark-menu-popup-paned-menu.
16109         (menu-bar-bookmark-map): Move the define-key statements here.
16110         Use the "non-menu" commands since they now pop up a menu if needed.
16111         (bookmark-exit-hook-internal): Simplify.
16113 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
16115         * reftex-toc.el (reftex-toc-rename-label): New function.
16116         (reftex-toc-check-docstruct): New function.
16118         * reftex.el (reftex-region-active-p): New function.
16120         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
16121         regexp to find the \bibliography macro.
16123         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
16124         which does not exist in LaTeX.
16125         (reftex-cite-format-builtin): Added amsrefs support.
16126         (reftex-toc-confirm-promotion): New option
16128         * reftex-toc.el
16129         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
16130         (reftex-toc-demote, reftex-toc-promote)
16131         (reftex-toc-do-promote, reftex-toc-promote-prepare)
16132         (reftex-toc-promote-action, reftex-toc-extract-section-number)
16133         (reftex-toc-newhead-from-alist)
16134         (reftex-toc-load-all-files-for-promotion): New functions.
16135         (reftex-toc-help): Added description of new keys.
16136         (reftex-toc-split-windows-fraction): New option.
16137         (reftex-recenter-toc-when-idle): Search *toc* window on all
16138         visible frames.
16139         (reftex-toc): Additional parameter REUSE
16140         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
16141         with REUSE argument.
16142         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
16143         the call of `reftex-toc'.
16144         (reftex-make-separate-toc-frame): New function .
16145         (reftex-toc-recenter): When called with triple prefix arg, call
16146         `reftex-make-separate-toc-frame' first.
16147         (reftex-toc-toggle-dedicated-frame): New command.
16148         (reftex-toc-quit): Adapted to delete frame when called in
16149         dedicated frame.
16151         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
16152         all enclosing macros.
16155 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16157         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
16158         first use.
16160 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16162         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
16164 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16166         * calendar/calendar.el (list-diary-entries-hook)
16167         (diary-display-hook, nongregorian-diary-listing-hook)
16168         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
16169         Add some customize options for these hooks.
16170         (calendar-abbrev-construct): Don't try to take a substring longer
16171         than the original string.
16173 2003-08-05  Richard M. Stallman  <rms@gnu.org>
16175         * emacs-lisp/testcover.el (noreturn): Report error if does return.
16176         (testcover-reinstrument-clauses): Doc fix.
16178         * emacs-lisp/warnings.el: Doc fixes, args renamed.
16179         (warning-type-format): Rename from warning-group-format.
16181         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
16182         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
16183         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
16184         to prevent warnings about defvar for an obsolete variable.
16186         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
16187         warning-group-format renamed to warning-type-format.
16189         * subr.el (read-passwd): Use clear-string instead of fillarray.
16191         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
16192         Use vconcat instead of concat.
16193         (edmacro-sanitize-for-string): New function.
16195 2003-08-05  Dave Love  <fx@gnu.org>
16197         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
16198         line-number-display-limit-width.
16200         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
16202 2003-08-05  Kenichi Handa  <handa@m17n.org>
16204         * international/code-pages.el: Don't require mule-diag.
16206         * international/mule-diag.el (non-iso-charset-alist):
16207         Add autoload cookie.
16209         * language/devan-util.el (dev-glyph-order): Add an entry for the
16210         glyph code #xC4.
16212 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16214         * calendar/calendar.el (diary-file, diary-file-name-prefix)
16215         (european-calendar-style, diary-date-forms)
16216         (calendar-day-name-array, calendar-month-name-array): Doc change.
16217         (generate-calendar-month): Adapt for new behaviour of
16218         `calendar-day-name' function.
16219         (calendar-abbrev-length, calendar-day-abbrev-array)
16220         (calendar-month-abbrev-array): New variables.
16221         (calendar-abbrev-construct): New function.
16222         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
16223         rather than fixing abbrevs at some width.  Calling syntax change.
16224         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
16225         (calendar-date-string): Adapt for new behaviours of
16226         `calendar-day-name' and `calendar-month-name' functions.
16228         * calendar/diary-lib.el (list-diary-entries): Adapt for new
16229         behaviour of `calendar-day-name' and `calendar-month-name' functions.
16230         (diary-name-pattern): Use abbrev arrays, rather than fixing
16231         abbrevs at three chars.  Calling syntax change.
16232         (mark-diary-entries): Adapt for new behaviours of
16233         `diary-name-pattern' and `calendar-make-alist' functions.
16234         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
16235         `diary-name-pattern' function.
16236         (font-lock-diary-date-forms): Use abbrev arrays, rather than
16237         fixing abbrevs at three chars.  Calling syntax change.
16238         (cal-hebrew, cal-islam): Require when compiling.
16239         (diary-font-lock-keywords): Adapt for new behaviour of
16240         `font-lock-diary-date-forms' function.
16242         * calendar/cal-hebrew.el: Reposition some code so defined before used.
16243         (calendar-hebrew-month-name-array-common-year)
16244         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
16245         (list-hebrew-diary-entries): Adapt for new behaviours of
16246         `calendar-day-name' and `add-to-diary-list' functions.
16247         (mark-hebrew-diary-entries): Adapt for new behaviours of
16248         `diary-name-pattern' and `calendar-make-alist' functions.
16250         * calendar/cal-islam.el (calendar-islamic-month-name-array):
16251         Add doc string.
16252         (list-islamic-diary-entries): Adapt for new behaviours of
16253         `calendar-day-name' and `add-to-diary-list' functions.
16254         (mark-islamic-diary-entries): Adapt for new behaviours of
16255         `diary-name-pattern' and `calendar-make-alist' functions.
16257         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
16258         `calendar-month-name' function.
16260         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
16262         * calendar/solar.el (solar-seasons-data): Move definition before use.
16264         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
16265         (cal-tex-LaTeX-hourbox): Move definition before use.
16267         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
16268         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
16269         lunar.el, solar.el
16270         (displayed-month, displayed-year): Define for compiler.
16272 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16274         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
16275         MODE.  Renamed from c-init-c-language-vars'.
16276         (c-initialize-cc-mode): Change accordingly.
16277         (c-common-init): Ditto.
16278         (c-mode): Ditto.
16279         (c++-mode): Use `c-init-language-vars-for'.
16280         (objc-mode): Ditto.
16281         (java-mode): Ditto.
16282         (idl-mode): Ditto.
16283         (pike-mode): Ditto.
16284         (awk-mode): Ditto.
16286 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16288         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
16289         or not the point moved.
16291         (c-search-decl-header-end): Don't trip up on operator identifiers
16292         in C++ and operators like == in all languages.
16294         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16295         Detect leading labels correctly.
16297 2003-08-02  Andreas Schwab  <schwab@suse.de>
16299         * textmodes/ispell.el: Don't redo key bindings on loading, put
16300         them only in loaddefs.el.
16301         * bookmark.el: Likewise.
16302         * dabbrev.el: Likewise.
16303         * emerge.el: Likewise.
16305         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
16306         has more than one member.
16308         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
16310 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16312         * lpr.el (printify-region): It was ending conversion before the
16313         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
16315 2003-07-31  John Paul Wallington  <jpw@gnu.org>
16317         * net/browse-url.el (browse-url-epiphany): Doc fix.
16319 2003-07-30  Kenichi Handa  <handa@m17n.org>
16321         * international/fontset.el (setup-default-fontset):
16322         Change registry names of Akurti fonts.
16324 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16326         * comint.el (comint-read-noecho): Use `clear-string' instead of
16327         `fillarray'.
16329 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
16331         * outline.el (outline-mode-hook): Add defvar.
16333 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
16335         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
16336         Restore assembler in source window if that is what has been selected.
16337         (menu): Add gdb-restore-windows to menu.  Make gdba
16338         specific menus only visible from gdba.
16340 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16342         * progmodes/compile.el (compilation-environment): New user variable.
16343         (compile-internal): Respect it.
16345 2003-07-23  Masatake YAMATO  <jet@gyve.org>
16347         * progmodes/gud.el (gdb-script-font-lock-keywords):
16348         Put `font-lock-function-name-face' on a symbol which includes
16349         `-' like `hook-run'.  Put font-lock-variable-name-face
16350         on a symbol starting with $.
16352 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
16354         * files.el (set-visited-file-name): Use truename for buffer-file-name.
16356 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16358         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
16360 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
16362         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
16363         Use with-no-warnings.
16364         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
16365         rather than to find-file-not-found-hook, which doesn't exist.
16367 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16369         * international/quail.el (quail-translate-key): Fix previous change.
16371 2003-07-25  John Paul Wallington  <jpw@gnu.org>
16373         * server.el (server-start): Check `server-process' is non-nil
16374         before killing it to avoid killing current buffer's process.
16376         * simple.el (choose-completion-string): Use `minibufferp';
16377         test `completion-reference-buffer' if `buffer' arg is nil.
16378         (push-mark): Use `when' and `unless'.
16379         (pop-mark): Use `when'.
16381         * mouse-sel.el (mouse-sel-get-selection-function):
16382         Check `x-last-selected-text-primary'.  Don't barf if it or
16383         `x-last-selected-text' aren't bound.
16385 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16387         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
16389 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
16391         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
16393 2003-07-23  John Paul Wallington  <jpw@gnu.org>
16395         * tooltip.el (defface tooltip): Inherit from variable-pitch.
16397 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16399         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
16400         string.  Defvar the derived hook.
16402         * macros.el (insert-kbd-macro): Escape double quote character.
16403         From Thomas W Murphy <twm@andrew.cmu.edu>.
16405 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
16407         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
16408         to match the specific mark rather than reusing comment-start-skip.
16410 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
16412         * progmodes/hideshow.el (hs-special-modes-alist):
16413         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
16415 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
16417         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
16418         value using ?\s.
16420 2003-07-21  John Paul Wallington  <jpw@gnu.org>
16422         * subr.el (with-selected-window): Add closing paren.
16424 2003-07-21  Richard M. Stallman  <rms@gnu.org>
16426         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
16427         (lisp-mode): Likewise.
16429         * subr.el (with-selected-window): Copy code form save-selected-window
16430         so as to call select-window with norecord arg.
16431         (dynamic-completion-table): Doc fix.
16432         (lazy-completion-table): Doc fix.
16434         * international/mule-cmds.el (set-locale-environment):
16435         langinfo renamed to locale-info.
16437         * international/mule.el (auto-coding-functions): Doc fix.
16439 2003-07-21  Kenichi Handa  <handa@m17n.org>
16441         * international/quail.el (quail-translate-key):
16442         Update quail-current-str correctly.
16444 2003-07-21  Andreas Schwab  <schwab@suse.de>
16446         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
16447         ?, to "_".
16449 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
16450         Version 2.0.36 of Tramp released.
16452         * net/tramp.el (tramp-default-password-end-of-line): Rename from
16453         tramp-password-end-of-line.
16454         (tramp-password-end-of-line): New method parameter.
16455         (tramp-get-password-end-of-line): Function to access method
16456         parameter `tramp-password-end-of-line', or variable
16457         `tramp-default-password-end-of-line' (default value).
16458         (tramp-methods): Add entries for new parameter
16459         tramp-password-end-of-line.
16460         (tramp-enter-password): Use new function
16461         `tramp-get-password-end-of-line'.
16462         (tramp-handle-insert-file-contents): Do not
16463         unconditionally inhibit the file operation file-local-copy, only
16464         do that when the inhibit-file-name-operation is currently
16465         insert-file-contents.  This fixes finding remote CVS-controlled
16466         files.  (It would barf on inserting the CVS/Entries file
16467         literally, because the file-local-copy handler wasn't called.)
16468         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
16469         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
16470         (tramp-initial-commands): New variable.
16471         (tramp-process-initial-commands): New function, using the variable.
16472         (tramp-open-connection-setup-interactive-shell): Call the new function.
16473         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
16474         method into the buffer name, never use nil.  Reported by Hanak
16475         David <dhanak@inf.bme.hu>.
16476         (tramp-open-connection-setup-interactive-shell): Erase buffer
16477         before sending "stty -onlcr".
16479         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
16481 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
16483         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
16485 2003-07-19  John Paul Wallington  <jpw@gnu.org>
16487         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
16488         (artist-draw-rect, artist-draw-square): Doc fixes.
16490         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
16492         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
16494 2003-07-19  Kenichi Handa  <handa@m17n.org>
16496         * international/kkc.el (kkc-show-conversion-list-update):
16497         Highlight the correct candidate in the message.
16499 2003-07-18  John Paul Wallington  <jpw@gnu.org>
16501         * simple.el (current-word): Don't include punctuation char when
16502         `really-word' arg is non-nil.
16504 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
16506         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
16507         moved to the directory obsolete.
16509 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
16511         * info.el (Info-menu-entry-name-re): Allow newlines in
16512         menu entry names.
16514         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
16515         syntax-ppss-after-change-function.
16516         (syntax-ppss-after-change-function): New alias.  Update uses.
16517         (syntax-ppss): Catch the case where the buffer is narrowed.
16519 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16521         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
16522         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
16524 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16526         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
16527         since it might be modified.
16529         * progmodes/cc-langs.el (c++-make-template-syntax-table)
16530         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
16531         names to these language constants.
16533 2003-07-15  Kim F. Storm  <storm@cua.dk>
16535         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
16536         All uses changed.
16538 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
16540         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
16541         Namespace support.
16543 2003-07-13  Juanma Barranquero  <lektu@terra.es>
16545         * frame.el (modify-all-frames-parameters): Reinstall (copyright
16546         papers received).
16548 2003-07-13  Karl Eichwalder  <ke@suse.de>
16550         * textmodes/po.el (po-find-charset): White space at the start of the
16551         Content-Type field body is non-mandatory.
16553 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16555         * textmodes/texinfo.el (texinfo-section-list):
16556         Append appendixsection; a synonym for appendixsec.
16558 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
16560         * man.el (Man-translate-cleanup): New.
16561         (Man-translate-references): Call `Man-translate-cleanup' to clean
16562         leading, trailing and middle spaces.
16564 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
16566         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
16567         Handle `dired-directory' being a list.
16569 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16571         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
16572         it doesn't exist.
16574 2003-07-12  Richard M. Stallman  <rms@gnu.org>
16576         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
16578         * progmodes/cc-defs.el (c-make-keywords-re):
16579         Don't use delete-duplicates.
16580         (c-lang-const): Don't use mapcan.
16582         * apropos.el (apropos-show-scores): Make it customizable.
16583         Document new meaning.
16584         (apropos): Compute scores from symbols.
16585         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
16587 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16589         * ps-bdf.el: Fix copyright line.
16590         (bdf-directory-list): Fix initialization code.
16592 2003-07-11  John Paul Wallington  <jpw@gnu.org>
16594         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
16595         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
16596         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
16598 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
16600         * emacs-lisp/ring.el (ring-elements): Doc fix.
16602 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16604         * calendar/timeclock.el (timeclock-relative)
16605         (timeclock-ask-before-exiting, timeclock-use-display-time):
16606         Doc changes.
16607         (timeclock-modeline-display): Give a message if
16608         `timeclock-use-display-time' is non-nil but `display-time-mode'
16609         is not active.
16611 2003-07-11  Kenichi Handa  <handa@m17n.org>
16613         * international/mule-cmds.el (set-language-environment):
16614         Set current-language-environment to the correct string.
16616 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16618         * ps-print.el: Print line number correctly in a region.  Reported by
16619         Tim Allen <timallen@ls83.fsnet.co.uk>.
16620         (ps-print-version): New version number (6.6.2).
16621         (ps-printing-region): Code fix.
16623 2003-07-10  John Paul Wallington  <jpw@gnu.org>
16625         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
16626         this function can be called from `add-completions-from-tags-table'.
16628 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
16630         * calendar/timeclock.el (timeclock-use-display-time)
16631         (timeclock-day-over-hook, timeclock-workday-remaining)
16632         (timeclock-status-string, timeclock-when-to-leave)
16633         (timeclock-when-to-leave-string, timeclock-log-data)
16634         (timeclock-find-discrep, timeclock-day-base)
16635         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
16636         (timeclock-modeline-display): Set the variable
16637         `timeclock-modeline-display'.
16638         (timeclock-update-modeline): Doc fix.  Respect value of
16639         `timeclock-relative'.
16641 2003-07-09  Richard M. Stallman  <rms@gnu.org>
16643         * textmodes/reftex-parse.el (reftex-all-document-files):
16644         Add autoload cookie.
16646         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
16647         (reftex-scanning-info-available-p): Add autoload cookie.
16649         * international/mule-cmds.el
16650         (set-display-table-and-terminal-coding-system): Delete duplicate
16651         aset on standard-display-table.
16653         * view.el (view-file): If existing buffer's major mode is special,
16654         don't go into view mode.
16656         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
16658 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16660         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
16661         buffer changes; there's third party code that calls this function
16662         directly.
16664 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16666         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
16667         (autodoc-font-lock-keywords): Don't byte compile on font lock
16668         initialization when running from byte compiled files.
16670 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16672         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16673         statement ends with auto-increment "++".
16675 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16677         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16678         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16679         these are changed, so declare them as variables and not constants.
16681 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
16683         * subr.el (dolist, dotimes): Doc fix.
16685 2003-07-08  Kim F. Storm  <storm@cua.dk>
16687         * international/mule-cmds.el
16688         (set-display-table-and-terminal-coding-system): Don't break
16689         bootstrap if standard-display-table isn't setup yet.
16691 2003-07-07  Richard M. Stallman  <rms@gnu.org>
16693         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
16694         Give it a doc string, and autoload it.
16696         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
16697         Use with-no-warnings.
16699         * info.el (Info-search): If find invisible text, search again.
16701         * isearch.el (search-whitespace-regexp): Add a shy group around it.
16703         * man.el (Man-name-regexp): Match + as part of name.
16705         * simple.el (visible-mode): Rename from vis-mode.
16706         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
16708         * simple.el (current-word): New arg REALLY-WORD specifies
16709         don't include punctuation chars.
16711         * emacs-lisp/debug.el (debug, debugger-env-macro):
16712         Use with-no-warnings while accessing and binding unread-command-char.
16714         * international/mule-cmds.el
16715         (set-display-table-and-terminal-coding-system): Use explicit loop
16716         instead of calling standard-display-default.
16718         * net/ange-ftp.el (ange-ftp-file-symlink-p):
16719         Use condition-case to catch error in ange-ftp-get-files.
16721         * net/browse-url.el (browse-url-browser-function):
16722         Add alternative for Epiphany.
16723         (browse-url-epiphany-program, browse-url-epiphany-arguments)
16724         (browse-url-epiphany-startup-arguments)
16725         (browse-url-epiphany-new-window-is-tab): New variables.
16726         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
16728         * progmodes/compile.el (compile-auto-highlight): Default now t.
16729         (compile): Doc fix.
16730         (compilation-next-error): Fix previous change.
16732         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
16734         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
16736 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
16738         * gdb-ui.el (gdb-source-info): Display current frame when
16739         attaching to an existing process.
16740         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
16741         while laying out windows when attaching to an existing process.
16743 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
16745         * info.el (Info-menu): Use Info-menu-entry-name-re.
16747 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
16749         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
16750         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
16752         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
16753         to match the same text.
16755 2003-07-06  John Paul Wallington  <jpw@gnu.org>
16757         * vc.el (vc-annotate-offset): Move defvar up.
16759 2003-07-06  Kim F. Storm  <storm@cua.dk>
16761         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
16762         This should fix the infinite loop when extracting menu names.
16764 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16766         * files.el (auto-mode-alist, interpreter-mode-alist):
16767         Remove entries to CC Mode modes to avoid duplicates; they are now added
16768         with autoload directives in cc-mode.el.
16770 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16772         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16773         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16774         these are changed, so declare them as variables and not constants.
16776         * progmodes/cc-mode.el: Fix some autoload problems: Try to
16777         ensure that the entry for ".c" extension comes before the one for
16778         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
16779         Fix incorrect entries that were added to `interpreter-mode-alist'.
16780         Move the autoload directives for AWK to the top level since they
16781         aren't recognized anywhere else.  Do not use the new AWK mode doc
16782         in the autoload form for the old AWK mode.
16784 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16786         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
16787         (bibtex-sort-ignore-string-entries): Default value t.
16788         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
16789         erroneously in previous version.
16790         (bibtex-string-files): Docstring reflects new parsing scheme.
16791         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
16792         docstring, add # as one of the chars to crush
16793         (bibtex-autokey-prefix-string, bibtex-autokey-names)
16794         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
16795         (bibtex-autokey-name-change-strings)
16796         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
16797         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
16798         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
16799         (bibtex-autokey-title-terminators)
16800         (bibtex-autokey-titlewords-stretch)
16801         (bibtex-autokey-titleword-ignore)
16802         (bibtex-autokey-titleword-case-convert)
16803         (bibtex-autokey-titleword-abbrevs)
16804         (bibtex-autokey-titleword-abbrevs)
16805         (bibtex-autokey-titleword-change-strings)
16806         (bibtex-autokey-titleword-length)
16807         (bibtex-autokey-titleword-separator)
16808         (bibtex-autokey-name-year-separator)
16809         (bibtex-autokey-year-title-separator)
16810         (bibtex-autokey-before-presentation-function)
16811         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16812         Fix docstring.
16813         (bibtex-strings, bibtex-reference-keys):
16814         Use lazy-completion-table and make-variable-buffer-local.
16815         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16816         (bibtex-braced-string-syntax-table)
16817         (bibtex-quoted-string-syntax-table): New variables.
16818         (bibtex-parse-nested-braces): Remove.
16819         (bibtex-parse-field-string): Use syntax table and forward-sexp.
16820         (bibtex-parse-association): Simplify.
16821         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16822         (bibtex-parse-field-text): Simplify.
16823         (bibtex-search-forward-field, bibtex-search-backward-field):
16824         argument BOUND can take value t.
16825         (bibtex-start-of-field, bibtex-start-of-name-in-field)
16826         (bibtex-end-of-name-in-field, bibtex-end-of-field)
16827         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16828         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16829         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16830         (bibtex-skip-to-valid-entry): Return buffer position of beginning
16831         and ending of entry.  Update for changes of bibtex-search-entry.
16832         Simplify.
16833         (bibtex-map-entries): FUN is called with three arguments.
16834         (bibtex-search-entry): Return a cons pair with buffer positions of
16835         beginning and end of entry.
16836         (bibtex-enclosing-field): Simplify.
16837         (bibtex-format-entry): Use booktitle to set a missing title.
16838         (bibtex-autokey-get-names): Fiddle with regexps.
16839         (bibtex-generate-autokey): Use identity.
16840         (bibtex-parse-keys): Use simplified parsing algorithm if
16841         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
16842         arguments.  Return alist of keys.
16843         (bibtex-parse-strings): Simplify.  Return alist of strings.
16844         (bibtex-complete-string-cleanup): Fix docstring.
16845         (bibtex-read-key): New function.
16846         (bibtex-mode): Fix docstring.  Do not parse for keys and
16847         strings when the mode is entered.  Set fill-paragraph-function to
16848         bibtex-fill-field.  Setup font-lock-mark-block-function the way
16849         font-lock intended.
16850         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
16851         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16852         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16853         (bibtex-Preamble): Avoid hard coded constants.
16854         (bibtex-make-field): Fix docstring.  Simplify.
16855         (bibtex-beginning-of-entry): Always return new position of point.
16856         (bibtex-end-of-entry): Rearrange cond clauses.
16857         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16858         Update for changes of bibtex-map-entries.
16859         (bibtex-ispell-abstract): Do not move point.
16860         (bibtex-entry-index): Use downcase.  Simplify.
16861         (bibtex-lessp): Handle catch-all.
16862         (bibtex-find-crossref): Turn into a command.
16863         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
16864         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
16865         preamble entries.
16866         (bibtex-fill-field-bounds): New function.
16867         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
16868         (bibtex-fill-entry): Use bibtex-fill-field-bounds
16869         (bibtex-String): Use bibtex-strings.  Always obey
16870         bibtex-sort-ignore-string-entries.
16872 2003-07-05  John Paul Wallington  <jpw@gnu.org>
16874         * cus-theme.el (customize-create-theme):
16875         Call `customize-create-theme' in Reset widget's notify function.
16877         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16878         (ibuffer-mark-interactive): Use `or' instead of `unless'.
16879         (define-ibuffer-column name): Add summarizer.
16880         (define-ibuffer-column size): Likewise.
16881         (define-ibuffer-column filename): Likewise.
16882         (define-ibuffer-column process): Likewise.  Change BODY's output too.
16883         (define-ibuffer-column filename-and-process): Likewise, likewise.
16884         (ibuffer): Remove local vars `already-in' and `need-update'.
16886         * ibuf-ext.el: Don't require `derived' at compile-time.
16888 2003-07-05  Kim F. Storm  <storm@cua.dk>
16890         * info.el: Disable paragraph refilling.
16891         (Info-refill-paragraphs): New defcustom.
16892         (Info-fontify-node): Use it.
16894 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
16896         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16897         thingies from constructors created by defstruct.
16899         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16900         the default value of the variable.
16901         (byte-code-meter): Move declaration to top level.
16903         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16905         * info.el (Info-following-node-name-re): New fun.
16906         (Info-following-node-name): Remove.
16907         (Info-insert-dir): Use the new fun.
16908         (Info-extract-pointer): Don't save restriction; use new fun.
16909         (Info-menu-entry-name-re): New const.
16910         (Info-menu-entry-name-re): Use it along with new fun.
16911         (Info-node-spec-re): Use new fun.
16912         (Info-complete-menu-item, Info-fontify-node): Use new const.
16913         (Info-goto-node, Info-follow-reference, Info-menu-update):
16914         Use match-string.
16915         (Info-follow-reference): Use assoc-string.
16916         Use a list of strings for the completion table.
16917         (Info-fontify-node): Use match-string, line-end-position.
16918         Limit the search for `node:' to the first line.
16920         * newcomment.el (uncomment-region): Remove padding coming from
16921         comment-start rather than just from comment-padding.
16923         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16924         (vc-cvs-stay-local-p): Use vc-stay-local-p.
16925         (vc-cvs-rename-file): Remove (use the default).
16926         (vc-cvs-register): Register parent dir if needed.
16927         (vc-cvs-could-register): Return non-nil if parent can be registered.
16928         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16929         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16931         * vc-svn.el (vc-svn-use-edit): Make it into a const.
16932         (vc-svn-update): Fix the arguments to `svn'.
16933         (vc-svn-diff-tree): Just use `vc-svn-diff'.
16934         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16935         Simple implementations, assuming `name' is a URL.
16937         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16938         set of chars allowed unquoted in a case pattern.
16940         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16942         * font-lock.el (font-lock-extra-types-widget)
16943         (c-font-lock-extra-types, c++-font-lock-extra-types)
16944         (objc-font-lock-extra-types, java-font-lock-extra-types)
16945         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16946         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16947         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16948         (font-lock-match-c++-structor-declaration)
16949         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16950         (c++-font-lock-keywords-3, c++-font-lock-keywords)
16951         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16952         (objc-font-lock-keywords-3, objc-font-lock-keywords)
16953         (java-font-lock-keywords-1, java-font-lock-keywords-2)
16954         (java-font-lock-keywords-3, java-font-lock-keywords)
16955         (java-font-lock-syntactic-face-function): Remove obsolete code
16956         and constants.  It's all in cc-fonts.el now.
16958 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
16960         * mail/sendmail.el (mail-specify-envelope-from)
16961         (mail-envelope-from): Doc fix.
16963 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
16965         * generic-x.el: Do away with the dependency on `c-emacs-features'
16966         when populating `rul-generic-mode-syntax-table'; we already know
16967         this isn't XEmacs.
16969 See ChangeLog.10 for earlier changes.
16971 ;; Local Variables:
16972 ;; coding: iso-2022-7bit
16973 ;; End:
16975     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
16976   Copying and distribution of this file, with or without modification,
16977   are permitted provided the copyright notice and this notice are preserved.
16979 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1