*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob976e062113f0fd01d98d6aa0eaeee6d79255db81
1 2005-03-21  Lute Kamstra  <lute@gnu.org>
3         * generic.el: Fix commentary section.  Don't require cl for
4         compilation.
5         (generic-mode-list): Add autoload cookie.
6         (generic-use-find-file-hook, generic-lines-to-scan)
7         (generic-find-file-regexp, generic-ignore-files-regexp)
8         (generic-mode, generic-mode-find-file-hook)
9         (generic-mode-ini-file-find-file-hook): Fix docstrings.
10         (define-generic-mode): Make it a defmacro.  Fix docstring.
11         (generic-mode-internal): Code cleanup.  Add autoload cookie.
12         (generic-mode-set-comments): Code cleanup.
13         * generic-x.el: Don't prevent compilation.  Don't require generic.
14         Follow coding conventions.  Minor code cleanup.
15         (etc-fstab-generic-mode): Add some keywords.
16         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17         define-generic-mode like a function declaration.
19 2005-03-21  Jay Belanger  <belanger@truman.edu>
21         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22         changing modes.
24 2005-03-21  Sam Steingold  <sds@gnu.org>
26         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
30         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31         Add underscore to "f$ lexicals" regexp.
33 2005-03-20  Juri Linkov  <juri@jurta.org>
35         * subr.el (progress-reporter-do-update): When `min-value' is equal
36         to `max-value', set `percentage' to 0 and prevent division by zero.
38 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
40         Sync with Tramp 2.0.48.
42         * tramp.el (all): Change all addresses to .gnu.org.
43         (tramp-append-tramp-buffers): New defun.
44         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
45         Catch `dont-send' signal.
46         (tramp-set-auto-save-file-modes): Set always permissions, because
47         there might be an old auto-saved file belonging to another
48         original file.  This could be a security threat.  Reported by
49         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
50         Check for Emacs 21.3.50 removed.
52         * tramp-smb.el (all): Remove debug construct for
53         `with-parsed-tramp-file-name'.
54         (tramp-smb-prompt): Prompt can contain spaces inside directory
55         names.
56         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
57         No error message if DIRECTORY or FILENAME doesn't exist.
58         (tramp-smb-open-connection): Check existence of
59         `tramp-smb-program'.
61 2005-03-20  Miles Bader  <miles@gnu.org>
63         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
64         in text-mode too.  Change to new face names.
65         (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'.
66         Add `:weight bold' attribute.
67         (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
69 2005-03-19  Juri Linkov  <juri@jurta.org>
71         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
73         * international/mule.el (auto-coding-alist): Sync with
74         `auto-mode-alist' by adding upper case archive file extensions
75         and adding ear/war to jar extension.
77 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
79         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
80         running, restart it.
82 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
84         * finder.el (finder-current-item): Throw an error on an empty
85         line.
87         * man.el (Man-follow-manual-reference): If current-word returns
88         nil, use "".
90 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
92         * simple.el (goto-line): Doc fix.
94 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
96         * files.el (save-buffer): Doc fix.
98 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
100         * recentf.el (recentf-cleanup-remote): New variable.
101         (recentf-cleanup): Use it to conditionally check availablity of
102         remote files.
104 2005-03-19  Joe Edmonds <joe-bugs-debian-org@elem.com>  (tiny change)
106         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
107         function names.
109 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
111         * language/thai-word.el: New file.
113 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
115         * files.el (backup-buffer): If the file's directory is not
116         writable, use copy instead of move to backup the file.
118 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
120         * obsolete/keyswap.el: Moved to obsolete/ from term/.
122 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
124         * ps-print.el (ps-generate-string-list, ps-generate-header-line): Use
125         functionp instead of symbolp and fboundp.  Reported by Drkm
126         <darkman_spam@yahoo.fr>.
127         (ps-print-version): New version 6.6.6.
129 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
131         * textmodes/table.el (table--line-column-position): New idiom.
132         (table--row-column-insertion-point-p): New function to test
133         validity of row and column insertion operation at a location.
134         (table-global-menu, table-cell-menu): Use above functions for
135         deterministic test operation.
136         (table--editable-cell-p): Behave in deterministic fashion.
138 2005-03-18  Juri Linkov  <juri@jurta.org>
140         * isearch.el (isearch-lazy-highlight-new-loop):
141         Make arguments beg and end optional.
142         (isearch-update): Remove optional arguments nil from
143         isearch-lazy-highlight-new-loop.
144         (isearch-lazy-highlight-search): Let-bind case-fold-search to
145         isearch-lazy-highlight-case-fold-search instead of
146         isearch-case-fold-search, and let-bind isearch-regexp to
147         isearch-lazy-highlight-regexp.
148         Use isearch-lazy-highlight-last-string instead of isearch-string.
150         * replace.el (perform-replace): Remove bindings of global
151         variables isearch-string, isearch-regexp, isearch-case-fold-search.
152         Add three new arguments to `replace-highlight'.
153         (replace-highlight): Add arguments string, regexp, case-fold.
154         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
155         to allow isearch-lazy-highlight-new-loop to use these values
156         to set corresponding isearch-lazy-highlight-* internal
157         variables whose values lazy highlighting will use regardless of
158         changes to global variables isearch-string, isearch-regexp,
159         isearch-case-fold-search during lazy highlighting loop.
160         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
161         to `lazy-highlight-cleanup'.
163         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
164         (ispell-highlight-face): Set default face to `isearch' when
165         lazy highlighting is enabled.
166         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
167         priority to 1.  Add lazy highlighting.
168         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
169         from `isearch-dehighlight'.
171 2005-03-18  David Ponce  <david@dponce.com>
173         * files.el (hack-local-variables): Do a case-insensitive search
174         for End.
176 2005-03-18  Juri Linkov  <juri@jurta.org>
178         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
179         `isearch-lazy-highlight-cleanup', add alias to old name and
180         declare obsolete.  Add release numbers to other obsolete vars.
181         (isearch-done, isearch-lazy-highlight-new-loop):
182         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
183         (lazy-highlight-cleanup) <variable>: Doc fix.
184         (isearch-lazy-highlight-update): Rename obsolete
185         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
187 2005-03-18  Kenichi Handa  <handa@m17n.org>
189         * language/thai-util.el: Fix categorization of Thai characters in
190         thai-category-table.
191         (thai-composition-pattern): Adjust it for the above change.
192         (thai-self-insert-command, thai-compose-syllable): New functions.
193         (thai-compose-region): Use thai-compose-syllable.
194         (thai-compose-string): Likewise.
195         (thai-composition-function): Likewise.
196         (thai-auto-composition): New function.
197         (thai-auto-composition-mode): New minor mode.
199         * language/thai.el: Fix patterns to be registered in
200         composition-function-table.
202         * international/quail.el (quail-input-method): Locally bind
203         inhibit-modification-hooks to t.
205 2005-03-17  Richard M. Stallman  <rms@gnu.org>
207         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
208         (perl-mode): Use run-mode-hooks.
210         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
211         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
212         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
214         * mail/sendmail.el (sendmail-send-it): Reenable the code
215         to compute resend-to-address and use it.
217         * tar-mode.el (tar-mode): Turn off undo unconditionally.
219         * image-mode.el: New file.
221         * image.el (insert-sliced-image): Add autoload cookie.
223         * font-lock.el (font-lock-lines-before): New user option.
224         (font-lock-after-change-function): Obey it.
226         * bindings.el (esc-map): Make M-g a prefix.
227         Bind M-g g and M-g M-g to goto-line.
229         * faces.el (face-id): Doc fix.
231 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
233         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
234         (rmail-show-message): Use rmail-unknown-mail-followup-to.
235         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
237         * mail/sendmail.el (mail-yank-ignored-headers)
238         (mail-font-lock-keywords, mail-mode-fill-paragraph):
239         Add Mail-Followup-To and Mail-Reply-To headers.
240         (mail-citation-hook): Add autoload cookie.
241         (mail-mode): Doc fix.
242         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
243         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
244         (mail-mode-fill-paragraph): Handle those headers.
245         (mail-mailing-lists): New variable.
246         (mail-mail-reply-to, mail-mail-followup-to): New functions.
248 2005-03-17  Juri Linkov  <juri@jurta.org>
250         * isearch.el (isearch-fallback): Check for `(car previous)'
251         before calling `isearch-other-end-state'.
253 2005-03-17  Kim F. Storm  <storm@cua.dk>
255         * simple.el (move-beginning-of-line): Move to beginning of buffer
256         line, as well as beginning of screen line.
258 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
260         * calendar/diary-lib.el (mark-diary-entries): Use new optional
261         argument REDRAW rather than calendar-redrawing variable.
262         * calendar/calendar.el (calendar-redrawing): Delete.
263         (redraw-calendar): Do not bind calendar-redrawing.
265 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
267         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
268         diary-file buffer.
270 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
272         * help.el (describe-mode): Allow a :minor-mode-function property to
273         specify a different minor mode toggle function than the variable.
274         * simple.el (auto-fill-function):
275         * subr.el (add-minor-mode): Use it.
277 2005-03-16  Kenichi Handa  <handa@m17n.org>
279         * language/ethio-util.el (sera-being-called-by-w3): New variable.
280         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
281         (ethio-fidel-to-sera-buffer): Likewise.
283 2005-03-16  Juri Linkov  <juri@jurta.org>
285         * emacs-lisp/find-func.el (find-function-regexp):
286         Add defun-emitting macro `menu-bar-make-toggle'.
288         * isearch.el: Put `isearch-scroll' property to
289         `split-window-horizontally'.
291         * info.el: Update error messages for `debug-ignored-errors'.
292         (Info-isearch-search): Doc fix.
293         (Info-find-node): Move up code to go into info buffer before
294         recording the node to the history.
295         (Info-fontify-node): Fontify titles only if the next line
296         has two or more `*', `=', `-', `.'.
297         Display "go to this node" for empty (match-string 3).
299 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
301         * term/mac-win.el: Add mouse pointer shape constants.
303 2005-03-15  Kim F. Storm  <storm@cua.dk>
305         * simple.el (move-beginning-of-line): Use vertical-motion.
307 2005-03-15  Juri Linkov  <juri@jurta.org>
309         * isearch.el (isearch-error): New variable.
310         (isearch-invalid-regexp, isearch-within-brackets): Remove.
311         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
312         (isearch-within-brackets-state): Remove.
313         (isearch-case-fold-search-state, isearch-pop-fun-state):
314         Decrease frame index.
315         (isearch-mode, isearch-top-state, isearch-push-state)
316         (isearch-edit-string, isearch-abort, isearch-search-and-update)
317         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
318         (isearch-search, isearch-lazy-highlight-new-loop):
319         Replace `isearch-invalid-regexp' with `isearch-error'.
320         Remove `isearch-within-brackets'.
321         (isearch-search): Add `search-failed' handler to `condition-case'.
322         (isearch-lazy-highlight-search): Add `condition-case' to catch
323         errors and allow `isearch-lazy-highlight-update' to try
324         highlighting from the beginning of the window.
325         (isearch-repeat): Move up code to set isearch-wrapped to t
326         before calling isearch-wrap-function.
328         * info.el (Info-isearch-initial-node): New internal variable.
329         (Info-search): Signal an error in isearch mode when search leaves
330         the initial node.  Signal an error when `bound' is non-nil and
331         nothing was found in the current subfile.
332         (Info-isearch-search): Remove `condition-case'.
333         (Info-isearch-wrap): Don't wrap when search failed during leaving
334         the initial node.  If `Info-isearch-search' is nil, wrap around
335         the current node.
336         (Info-isearch-start): New fun.
337         (Info-mode): Add buffer-local hook `Info-isearch-start' to
338         `isearch-mode-hook'.
340 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
342         * simple.el (normal-erase-is-backspace): Set default to t if
343         running on Mac.
345         * term/mac-win.el (function-key-map): Sync with x-win.el.
347 2005-03-15  Kenichi Handa  <handa@m17n.org>
349         * international/mule-cmds.el (locale-language-names): Modify the
350         format of elements and add more entries.
351         (locale-preferred-coding-systems): Add more entries.
352         (set-locale-environment): Adjust for the change of
353         locale-language-names.
355 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * pcvs.el (smerge-ediff): Remove bogus autoload.
359 2005-03-14  Lute Kamstra  <lute@gnu.org>
361         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
362         Ignore a `*' at the beginning of a line.
364         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
365         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
366         subr.el.
367         (dont-compile, eval-when-compile, eval-and-compile): Use declare
368         to specify indentation.
370         * generic.el (define-generic-mode): Let generic-mode-list be a
371         list of strings; test membership with equal.
373 2005-03-14  Kim F. Storm  <storm@cua.dk>
375         * simple.el (next-line, previous-line): Add optional try-vscroll
376         arg to recognize interactive use.  Pass it on to line-move.
377         (line-move): Don't perform auto-window-vscroll when defining or
378         executing keyboard macro to ensure consistent behaviour.
380 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
382         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
384 2005-03-13  Lute Kamstra  <lute@gnu.org>
386         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
387         debugger-setup-buffer so that backtrace marks the frames set to
388         debug-on-exit and we don't have to do it manually.  Set an extra
389         debug-on-exit for macro's.
390         (debugger-setup-buffer): Don't mark the top frame manually.
392 2005-03-12  Lute Kamstra  <lute@gnu.org>
394         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
395         lisp-indent-function throughout.
396         (with-no-warnings): Set lisp-indent-function property.
398 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
400         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
401         Add entry for backslash.
403 2005-03-12  Juri Linkov  <juri@jurta.org>
405         * info.el (Info-search): Four fixes for backward search.
407 2005-03-11  Jay Belanger  <belanger@truman.edu>
409         * calc/calc.el (calc-language-alist): New variable.
410         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
411         (calc-embedded-find-modes): Use calc-language-alist instead of
412         calc-embedded-language-alist.
414 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
416         * calendar/calendar.el (calendar-redrawing): New internal
417         variable.
418         (redraw-calendar): Remove bogus save-excursion from previous
419         change.  Bind calendar-redrawing to t for mark-diary-entries.
420         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
421         calendar if that is why we were called.
423 2005-03-11  Kenichi Handa  <handa@m17n.org>
425         * international/mule.el (make-coding-system): Set property
426         coding-system-define-form to nil.
427         (define-coding-system-alias): Likewise.
429 2005-03-11  Kenichi Handa  <handa@m17n.org>
431         These changes are suggested by Dave Love <fx@gnu.org>.
433         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
434         coding: tag.
435         (adaptive-fill-regexp): Add more bullets.
436         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
437         regexps.
439 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * help.el (describe-mode): Properly handle non-trivial lighters.
442         Don't ignore minor modes that are not listed in minor-mode-list.
444         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
445         feature ON when the user requests to turn it OFF.
447 2005-03-10  Lute Kamstra  <lute@gnu.org>
449         * emacs-lisp/debug.el (debug-entry-code): Delete it.
450         (implement-debug-on-entry): New function to replace debug-entry-code.
451         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
452         second argument as the 2005-03-07 change makes it obsolete.
453         (debug-on-entry, cancel-debug-on-entry): Update call to
454         debug-on-entry-1.
455         (debug, debugger-setup-buffer): Comment update.
456         (debugger-frame-number): Update to work with implement-debug-on-entry.
458 2005-03-10  Jay Belanger  <belanger@truman.edu>
460         * calc/calc-embed.el (math-ms-args): Declare it.
461         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
462         math-ms-args.
463         (calc-embedded-subst): Use math-multi-subst-rec to substitute
464         variables.
466 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
468         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
469         Use message-box.
471         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
472         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
473         (tooltip-gud-tips): Simplify.
474         (tooltip-gud-tips-p): Remove superflouous :set.
475         (tooltip-gud-modes): Add fortran-mode.
476         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
478         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
480 2005-03-09  Kim F. Storm  <storm@cua.dk>
482         * play/animate.el (animate-place-char): Use forward-line instead
483         of next-line to improve performance.
485 2005-03-09  Simon Josefsson  <jas@extundo.com>
487         * net/browse-url.el (browse-url-default-browser): Doc fix.
489 2005-03-09  Miles Bader  <miles@gnu.org>
491         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
492         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
494 2005-03-09  Kenichi Handa  <handa@m17n.org>
496         * international/latin-1.el: Set case and syntax for 255 only if
497         set-case-syntax-set-multibyte is nil.
499         * textmodes/ispell.el (ispell-insert-word): New function.
500         (ispell-word): Use ispell-insert-word to insert a new word.
501         (ispell-process-line): Likewise.
502         (ispell-complete-word): Likewise.
504 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
506         * calendar/calendar.el (redraw-calendar): Preserve point.
507         Reported by Matt Hodges <MPHodges@member.fsf.org>.
508         (calendar-week-start-day): Move after definition of
509         redraw-calendar.  Delete buffer test, since redraw-calendar has
510         that now.
512         * calendar/diary-lib.el (mark-diary-entries): Only call
513         redraw-calendar in the first of any recursive calls.
514         Reported by Alan Shutko <ats@acm.org>.
516 2005-03-08  Juri Linkov  <juri@jurta.org>
518         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
519         (html-horizontal-rule, html-line, html-image, html-checkboxes)
520         (html-radio-buttons): Add a space before the trailing `/>' where
521         sgml-xml-mode is non-nil.
522         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
523         the subsequent tag of the empty XML tag.
524         (html-href-anchor): Don't set initial input to "http:".
525         (html-image): Ask for the image URL and set point inside alt="".
526         (html-name-anchor): Duplicate the name in the `id' attribute when
527         sgml-xml-mode is non-nil.
528         (html-paragraph): Remove \n before <p>.
529         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
530         instead of `checked' when sgml-xml-mode is non-nil.
532         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
533         Remove 1 space before #RRGGBB to not truncate it on terminal
534         windows w/o fringes.  Remove 1 space between bg and fg examples
535         to get more space.
536         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
537         avoid byte-compile warnings.
539         * image-file.el (image-file-handler): Put `safe-magic' property to
540         `image-file-handler'.
542         * info.el (Info-isearch-search): Emulate word search in
543         isearching through multiple Info nodes with Info-search.
544         (Info-isearch-wrap): Allow isearch-word.
546 2005-03-08  Lute Kamstra  <lute@gnu.org>
548         * emacs-lisp/debug.el (debugger-step-through): Make sure that
549         stepping into the debugger's code is not possible.
550         (debugger-jumping-flag): Docstring update.
552 2005-03-08  Jay Belanger  <belanger@truman.edu>
554         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
555         embedded mode begins.
556         (calc-embedded-language-alist): New variable.
557         (calc-embedded-find-modes): Use calc-embedded-language-alist to
558         set default language mode.
560 2005-03-08  Kenichi Handa  <handa@m17n.org>
562         * international/ccl.el (define-ccl-program): Fix docstring about
563         extra 256 bytes assured for the output buffer.
565         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
566         Fix BUFFER_MAGNIFICATION to 2.
567         (ccl-encode-mule-utf-16be-with-signature): Likewise.
569 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
571         * align.el (align-rules-list): Added an alignment rule for CSS
572         declarations (applies to css-mode and html-mode buffers).
574 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
576         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
578 2005-03-07  Kim F. Storm  <storm@cua.dk>
580         * simple.el (move-beginning-of-line): New command.
582         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
584         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
586         * emulation/cua-base.el: Put CUA move property on move-end-of-line
587         and move-beginning-of-line.
589         * apropos.el (apropos-print): Omit command from M-x ... RET.
591 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
593         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
594         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
596 2005-03-06  Richard M. Stallman  <rms@gnu.org>
598         * bindings.el (esc-map): Bind M-g to goto-line.
600         * facemenu.el (global-map): Bind M-o, not M-g.
602 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
604         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
605         "Open Directory" as for "Open File".
607 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
609         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
610         (push-mark-command): Run activate-mark-hook.
612 2005-03-06  Richard M. Stallman  <rms@gnu.org>
614         * help-mode.el (help-mode-finish): Don't alter the element
615         in view-return-to-alist if there already is one.
617         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
618         make sure the current buffer is the expected one.
620         * novice.el (disabled-command-function): Output in *Disabled Command*.
621         Explicitly ignore non-keyboard events, and explicitly handle C-g.
623         * textmodes/flyspell.el (flyspell-large-region):
624         Pass args differently for aspell.
626         * files.el (mode-require-final-newline): Doc fix.
628 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
630         * progmodes/which-func.el (which-function):
631         Specify NOERROR when calling imenu--make-index-alist.
633 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
635         * simple.el (normal-erase-is-backspace): Define default value.
637         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
638         (custom-reevaluate-setting): Simple function to handle
639         variables that are defined before their default value can really
640         be computed.
642         * startup.el (command-line): Use it for temporary-file-directory,
643         small-emporary-file-directory, auto-save-file-name-transforms,
644         blink-cursor-mode, and normal-erase-is-backspace.
646         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
647         progress, even with buggy anchored keywords.
649 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
651         * simple.el (goto-line): Remove unbalanced final parenthesis.
653 2005-03-05  Richard M. Stallman  <rms@gnu.org>
655         * simple.el (goto-line): Use a number at point as the default.
656         With C-u as arg, switch buffers.
658 2005-03-05  Juri Linkov  <juri@jurta.org>
660         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
661         with `no-blinking-cursor'.
663         * startup.el (no-blinking-cursor): New defvar.
664         (command-line): Add `--no-blinking-cursor' to longopts.
665         Set `no-blinking-cursor' to t for command line arguments
666         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
667         with `no-blinking-cursor' in the condition for calling
668         `blink-cursor-mode'.
670 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
672         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
673         (menu-bar-options-save): Add blink-cursor-mode.
674         (menu-bar-options-menu): Add blink-cursor-mode.
676 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
678         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
679         (icalendar-export-file, icalendar-export-region)
680         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
681         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
683 2005-03-04  Lute Kamstra  <lute@gnu.org>
685         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
686         (debug-function-list): Ditto.
688 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
690         * textmodes/texinfmt.el (texinfo-append-refill):
691         Redefine the types of line to which @refill
692         is not appended by replacing a search for `@refill\\|@bye' with
693         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
694         itemize@refill' bug and the unfilled long lines bug.
695         (texinfmt-version): Update number and date.
697 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
699         * international/code-pages.el (windows-1250, windows-125[2-8])
700         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
702 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
705         bound yet.
707 2005-03-02  Romain Francoise  <romain@orebokech.com>
709         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
710         buffer after removing limits.
711         (ibuffer-pop-filter): Ditto.
712         Update copyright.
714 2005-03-02  Miles Bader  <miles@gnu.org>
716         * button.el (make-text-button): If the user doesn't specify a
717         type, use the default.  Rewrite to use `add-text-properties' and
718         plist functions.
720 2005-03-01  Lute Kamstra  <lute@gnu.org>
722         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
723         (debugger-jumping-flag): New var.
724         (debug-entry-code): Use it.
725         (debugger-jump): Use debugger-jumping-flag and add
726         debugger-reenable to post-command-hook.
727         (debugger-reenable): Use debugger-jumping-flag and remove itself
728         from post-command-hook.
729         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
730         debugger-reenable.
732 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
734         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
735         inclusion of "itemize\\|", which may be unnecessary, is certainly
736         inelegant, and stops refilling in itemize lists when formatting
737         Japanese Texinfo files to Info.
738         Update copyright to 2005.
740 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
742         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
743         of an error if GDB can't find the source file.
745 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
747         * calendar/calendar.el (redraw-calendar): Work from any buffer,
748         not just the calendar.
750         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
751         first.
752         (diary-redraw-calendar): New function.
753         (make-diary-entry): Add diary-redraw-calendar to local
754         write-contents-functions.  Turn off selective display before
755         inserting in diary.
757 2005-03-01  Kim F. Storm  <storm@cua.dk>
759         * emacs-lisp/copyright.el (copyright-fix-years): New command.
761 2005-03-01  Lute Kamstra  <lute@gnu.org>
763         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
764         that debug-entry-code can be safely removed from a function while
765         this code is being evaluated.  Revert the 2005-02-27 change as the
766         new implementation no longer requires it.  Make sure that a
767         function body containing just a string is not mistaken for a docstring.
768         (debug): Skip one more frame in case of debug on entry.
769         (debugger-setup-buffer): Delete one more frame line in case of
770         debug on entry.
771         (debugger-frame-number): Update to use the new text introduced by
772         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
774 2005-02-28  Kim F. Storm  <storm@cua.dk>
776         * double.el (double-translate-key): Call force-window-update after
777         read-event to avoid crash in redisplay.
779 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
782         (debug): Use it.  Move the inhibit-trace earlier.
783         (debug-entry-code): New const.
784         (debug-on-entry-1): Use it.
786 2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
788         * international/utf-16.el (ccl-encode-mule-utf-16le):
789         Fix BUFFER_MAGNIFICATION to 2.
790         (ccl-encode-mule-utf-16be): Likewise.
792 2005-02-28  Kenichi Handa  <handa@m17n.org>
794         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
795         Fix BUFFER_MAGNIFICATION to 4.
796         (ccl-encode-mule-utf-16be-with-signature): Likewise.
798 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
800         * speedbar.el (speedbar-update-flag): Doc fix.
801         (speedbar-show-info-under-mouse): Give set-mouse-position the right
802         argument.
804 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
806         * reveal.el (reveal-post-command): Don't try to reveal overlays which
807         have a non-nil `invisible' property but are actually visible.
809         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
810         for perldoc sections.
811         (perl-outline-regexp, perl-outline-level): New var and function.
812         (perl-mode): Use them.
814 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
816         * calendar/diary-lib.el (diary-remind): Discard any mark portion
817         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
819 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
821         * cus-edit.el: Comment change.
822         (custom-buffer-create-internal): Slightly reword text at top of
823         Custom buffers.  Mention there that saving an option edits the
824         init file.  Add link to Emacs manual node on `custom-file'.
825         (custom-magic-alist): Rewrite individual State messages to use
826         capitalized keywords.  Doc fix.
828 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
830         * calendar/calendar.el (calendar-buffer): Move above
831         calendar-week-start-day.
832         (calendar-week-start-day): Doc fix.  Add :set function.
833         (calendar-minimum-window-height): New variable.
834         (generate-calendar-window): Only resize window if selected-window
835         is displaying the calendar buffer.  Use new variable
836         calendar-minimum-window-height.
837         (generate-calendar): Reword error message.
838         (calendar-mode-map): Bind DEL to scroll-other-window-down.
840 2005-02-27  Andreas Schwab  <schwab@suse.de>
842         * vc.el (vc-do-command): Don't run command asynchronously when
843         operating in a remote directory.
845         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
846         change from sync with Tramp 2.0.47.
848 2005-02-27  Richard M. Stallman  <rms@gnu.org>
850         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
852         * textmodes/flyspell.el (flyspell-mode-on):
853         Call ispell-change-dictionary only if necessary.
855         * emacs-lisp/re-builder.el (regexp-builder): New function.
857         * register.el (describe-register-1): Explicitly handle
858         yank-excluded-properties = t.
860         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
861         (custom-magic-alist): Change the status descriptions again.
862         (face widget-type): Total rewrite based on `restricted-sexp'
863         to eliminate the confusing double hiding levels.
865         * emacs-lisp/debug.el (debug-on-entry-1):
866         If function body is empty, add nil as body form.
868 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * emacs-lisp/trace.el (inhibit-trace): New var.
871         (trace-make-advice): Use it.
873         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
875 2005-02-26  Kim F. Storm  <storm@cua.dk>
877         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
878         (mouse-on-link-p, mouse-drag-region-1): Use it.
880 2005-02-25  Lute Kamstra  <lute@gnu.org>
882         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
884 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
886         * frame.el (blink-cursor-mode): Add :group keyword.
888 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
890         * calendar/icalendar.el (icalendar--decode-isodatetime):
891         New optional argument DAY-SHIFT.
892         (icalendar-export-region): Fix coding-system-for-write.
893         (icalendar--convert-ical-to-diary): Shift end-day of all-day
894         events by one.
896 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
898         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
900 2005-02-24  Kim F. Storm  <storm@cua.dk>
902         * international/iso-acc.el (iso-accents-compose): Fix crash
903         during redisplay.  Call force-window-update after read-event
904         and delete-region to signal that window is not accurate.
906 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
909         Remove unused and inexistent var `inhibit-trace'.
910         (debugger-mode): Use run-mode-hooks.
911         (debugger-list-functions): Add buttons; setup xref stack.
913 2005-02-23  Richard M. Stallman  <rms@gnu.org>
915         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
916         appointment says it was explicitly made.
917         (appt-add): Set the 3rd element.
918         (appt-make-list): Preserve explicit appointments.
920         * subr.el (find-tag-default): Catch errors in forward-sexp.
922 2005-02-23  Juri Linkov  <juri@jurta.org>
924         * info.el (Info-isearch-search): New defcustom.
925         (Info-isearch-search): Call the default isearch function
926         when Info-isearch-search is nil.
927         (Info-isearch-wrap): Use variable Info-isearch-search.
929 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
931         * cus-edit.el: Comment change.
933 2005-02-22  Kim F. Storm  <storm@cua.dk>
935         * progmodes/hideif.el (hide-ifdef-use-define-alist):
936         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
938 2005-02-22  Simon Josefsson  <jas@extundo.com>
940         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
941         New variable.
942         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
943         Oskarsson" <myrkraverk@users.sourceforget.net>.
945 2005-02-22  Kim F. Storm  <storm@cua.dk>
947         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
948         check that window of that event is the selected window.
949         (mouse-drag-region-1): Compare mouse event window to selected
950         window before setting point.
952         * tooltip.el (tooltip-show-help-function): Pass event to
953         mouse-on-link-p so it can check selected window.
955 2005-02-22  Kenichi Handa  <handa@m17n.org>
957         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
958         (ps-mule-show-warning): New function.
959         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
960         characters are found.
962         * ps-print.el (ps-header-footer-string): Return a list of header
963         and footer strings.
965 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
967         * pcvs.el (cvs-retrieve-revision): Fix thinko.
969 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * frame.el (blink-cursor-mode): Use define-minor-mode.
973         * term/mac-win.el (function-key-map): Use char-names more consistently.
974         (file-name-coding-system): Only set it for MacOS-9.  The other case is
975         already handled in mule-cmds.el (where it also works when mac-win.el
976         is not used).
978 2005-02-21  Kenichi Handa  <handa@m17n.org>
980         * international/mule.el (ctext-pre-write-conversion): Always use
981         " *code-converting-work*" buffer for work.
983         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
985 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
987         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
989 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
991         * ses.el (undo-more): Restore defadvice, but only the part that
992         allows changes outside the restricted area of the buffer.
994 2005-02-20  Kim F. Storm  <storm@cua.dk>
996         * simple.el (line-move): Add fourth optional arg try-vscroll which
997         must be set to perform auto-window-vscroll.
998         When moving backwards and doing auto-window-vscroll, automatically
999         vscroll to the last part of lines which are taller than the window.
1000         (next-line, previous-line): Set try-vscroll arg on line-move.
1002 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1004         * replace.el (query-replace, query-replace-regexp)
1005         (replace-string, replace-regexp): When operating on region, make
1006         the minibuffer prompt say so.
1008         * isearch.el (isearch-forward): Document isearch-query-replace and
1009         isearch-query-replace-regexp keybindings.
1011 2005-02-19  Jay Belanger  <belanger@truman.edu>
1013         * calc/calc-aent.el (math-read-token): Add local variable.
1015         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
1016         (calc-edit-top): Move declaration to earlier in file.
1017         (calc-edit-macro-repeats): Add local variables.
1019         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
1020         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
1021         calcFunc-tanh.
1022         Adjust integration rule for calcFunc-tan.
1024 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1026         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
1027         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
1028         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
1029         (viper-skip-separators): Bug fix.
1030         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
1031         particular major mode.
1032         (viper-del-backward-char-in-replace): Don't put deleted char on the
1033         kill ring.
1035         * viper-ex.el (viper-color-display-p): New function.
1036         (viper-has-face-support-p): Use viper-color-display-p.
1038         * viper-keym.el (viper-gnus-modifier-map): New keymap.
1040         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
1042         * viper-util.el (viper-glob-unix-files): Fix shell status check.
1043         (viper-file-remote-p): Make equivalent to file-remote-p.
1045         * viper.el (viper-major-mode-modifier-list):
1046         Use viper-gnus-modifier-map.
1048 2005-02-19  David Kastrup  <dak@gnu.org>
1050         * subr.el (subregexp-context-p): Fix garbled doc string by adding
1051         quoting.
1053 2005-02-19  Jay Belanger  <belanger@truman.edu>
1055         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
1056         Remove extra definitions.
1057         (calc-coth): New function.
1058         (calcFunc-cot): Fix `let'.
1060 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
1062         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
1063         the reasons we use "type pc" in these faces.
1065         * button.el (button): Ditto.
1067 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
1069         * replace.el (query-replace-read-from): Set the value of
1070         query-replace-from-history-variable to handle the case of an empty
1071         string entered to accept the suggested default.
1073         * net/tramp.el (tramp-file-name-for-operation):
1074         Use dired-call-process instead of dired-call-process-command.
1076 2005-02-19  Jay Belanger  <belanger@truman.edu>
1078         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
1079         (math-div-non-trig): New variables.
1080         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
1081         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
1082         (math-combine-prod, math-div-symb-fancy): Add simplifications for
1083         trig expressions.
1085 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
1087         * progmodes/gdb-ui.el (gdb-var-update-handler)
1088         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
1089         for watch expressions,
1090         (gdb-var-create-handler): Don't set speedbar-update-flag.
1091         (gdb-post-prompt): Simplify test for speedbar.
1093 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1095         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
1096         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
1097         we use the syntax table of the correct buffer.
1098         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
1099         Felix Gatzemeier.
1101         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
1102         (ediff-file-remote-p): Make synonymous with file-remote-p.
1103         In all deffaces ediff-*-face-*, use min-colors.
1105         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
1106         ediff-recurse-to-subdirectories.
1107         (ediff-mark-if-equal): Check that the arguments are strings, use
1108         ediff-same-contents (after to Felix Gatzemeier).
1110         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
1111         nil.
1113 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1115         * log-view.el (log-view-message-re): Fix up Subversion regexp.
1117 2005-02-18  David Kastrup  <dak@gnu.org>
1119         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
1120         use `mark-active' when defined.
1122 2005-02-18  Kenichi Handa  <handa@m17n.org>
1124         * ps-print.el (ps-font-info-database): New entry
1125         ZapfChancery-MediumItalic with correct font name.  Fix font name
1126         of the entry Zapf-Chancery-MediumItalic.
1128 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
1130         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
1132 2005-02-16  Kim F. Storm  <storm@cua.dk>
1134         * ido.el (ido-fallback-command): Pass user input to fallback command.
1136 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
1138         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1139         (gdb-find-file-hook): Add server prefix.
1141 2005-02-16  Richard M. Stallman  <rms@gnu.org>
1143         * replace.el (perform-replace): Pass new args to replace-highlight.
1144         (replace-highlight): Take region args,
1145         and pass them to isearch-lazy-highlight-new-loop.
1147         * novice.el (disabled-command-hook): Autoload the defalias
1148         and the make-obsolete-variable call.
1150         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
1152         * isearch.el (isearch-lazy-highlight-start-limit)
1153         (isearch-lazy-highlight-end-limit): New variables limit
1154         the region for highlighting.
1155         (isearch-lazy-highlight-new-loop): New args BEG and END.
1156         (isearch-lazy-highlight-search): Use the new vars.
1157         (isearch-lazy-highlight-update): Likewise.
1159         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
1161         * cus-start.el (all): Use default-boundp.
1163 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
1165         * menu-bar.el (menu-bar-select-frame): Handle current frame.
1167 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
1169         * autorevert.el (auto-revert-stop-on-user-input)
1170         (auto-revert-verbose): Doc fixes.
1172 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
1174         * international/mule-cmds.el (set-locale-environment): Remove call
1175         to set-selection-coding-system on Windows.
1177 2005-02-15  Jay Belanger  <belanger@truman.edu>
1179         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
1180         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
1181         calcFunc-coth.
1182         (math-simplify-sqrt): Add simplifications.
1184         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
1185         to list.
1187         * calc/calc-ext.el: Add functions to autoloads.
1189         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
1190         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
1191         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
1192         (math-csc-raw, math-cot-raw): New functions.
1194         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
1196         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
1197         the variable name in a message.
1199         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
1200         calcFunc-csc, calcFunc-cot.
1202         * calc/calcalg2.el: Add derivative and integration rules for
1203         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
1204         calcFunc-csch, calcFunc-coth.
1205         (math-do-integral-methods): Add to checks for when to use
1206         substitutions.
1208         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
1210 2005-02-15  Lute Kamstra  <lute@gnu.org>
1212         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1213         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
1214         <monnier@iro.umontreal.ca>
1215         (lisp-outline-level): Improve efficiency.  Suggested by David
1216         Kastrup <dak@gnu.org>.
1218 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
1220         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
1221         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
1222         (gdb-set-gud-minor-mode-existing-buffers): New functions.
1223         (gdb-find-file-hook): New hook. Add it to find-file-hook.
1224         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
1226 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
1228         * cus-start.el (all): Comment change.
1230 2005-02-14  Lute Kamstra  <lute@gnu.org>
1232         * cus-start.el (all): Check if symbol is void.
1234 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
1236         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
1237         optional argument to \cite.
1239 2005-02-14  Richard M. Stallman  <rms@gnu.org>
1241         * cus-edit.el (custom-buffer-create-internal): Update help message.
1242         (custom-magic-alist): Update help messages.
1244         * cus-start.el (all): Allow a var to specify a standard value.
1246 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
1248         * custom.el (custom-theme-set-variables): Handle variable aliases.
1250         * frame.el (blink-cursor-timer): Doc fix.
1251         (blink-cursor): Make it an alias for `blink-cursor-mode' and
1252         declare obsolete.
1253         (blink-cursor-mode): Define with defcustom and use correct
1254         standard expression in that defcustom.
1255         * startup.el (command-line): Adapt to above changes in frame.el.
1257 2005-02-11  Lute Kamstra  <lute@gnu.org>
1259         * apropos.el (apropos-score-doc): Prevent division by zero.
1261 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
1263         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
1264         (icalendar--get-event-property-attributes)
1265         (icalendar--get-event-properties)
1266         (icalendar--datetime-to-diary-date): New functions.
1267         (icalendar--split-value): Doc fix.
1268         (icalendar--datetime-to-noneuropean-date)
1269         (icalendar--datetime-to-european-date): New optional argument
1270         SEPARATOR.  Return result as a string instead of a list.
1271         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
1272         (icalendar--convert-string-for-export): Rename arg S to STRING.
1273         (icalendar-export-region): Doc fix.  Change name of error buffer.
1274         Save output buffer.
1275         (icalendar-import-file): Add blank at end of prompt.
1276         (icalendar-import-buffer): Doc fix.  Do not switch to error
1277         buffer.  Indicate status in return value.
1278         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
1279         buffer.  Save output buffer.  Handle exception from recurrence
1280         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
1281         events.  Fix problems with weekly all-day events.
1283 2005-02-10  Richard M. Stallman  <rms@gnu.org>
1285         * simple.el (eval-expression-print-format):
1286         Avoid warning about edebug-active.
1288         * help.el (help-for-help-internal): Rename from help-for-help.
1289         (help-for-help): Define with defalias.
1291         * font-core.el (font-lock-default-function): Use with-no-warnings.
1293         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
1295         * custom.el (defface): Doc fix.
1297 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
1299         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
1300         width 0" to prevent word wrapping problems.
1302 2005-02-09  Kim F. Storm  <storm@cua.dk>
1304         * ido.el (ido-file-extensions-order): New defcustom.
1305         (ido-file-extension-lessp, ido-file-extension-aux)
1306         (ido-file-extension-order): New advanced file ordering.
1307         (ido-file-lessp): New simple file ordering.
1308         (ido-sort-list): Remove.
1309         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
1310         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
1312 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
1314         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
1315         that some versions of grep produce.
1316         (grep-mode-font-lock-keywords): Likewise.
1318 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
1320         * progmodes/gdb-ui.el (gdb-location-list): New variable.
1321         (gdb-cdir): Delete.
1322         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
1323         (gdb-source-info): Treat case when source file is in another
1324         directory properly.
1325         (gdb-get-location): New function.
1327 2005-02-07  Jay Belanger  <belanger@truman.edu>
1329         * calc/calc-prog.el (calc-write-parse-table-part)
1330         (calc-fix-token-name): Fix a check for language type.
1332         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
1334 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
1336         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
1337         as directory not writable.
1339 2005-02-07  Kim F. Storm  <storm@cua.dk>
1341         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
1342         (cua--standard-movement-commands): Remove list.
1343         Instead, set CUA property value to move for movement commands.
1344         (cua-movement-commands): Remove.  Users must set CUA prop instead.
1345         (cua--pre-command-handler): Check CUA property.
1346         (cua--init-keymaps): Don't remap undo commands.
1347         (cua-mode): Don't call cua--rectangle-on-off.
1349         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
1350         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
1351         (cua--rect-undo-set-point): New var.
1352         (cua--rectangle-undo-boundary): Setup undo apply entry.
1353         (cua--rect-undo-handler): New function for rectangle undo.
1354         (cua--rect-start-position, cua--rect-end-position): Add.
1355         (cua--rectangle-post-command): Call cua--rectangle-set-corners
1356         for restored rectangle.  Set point if cua--rect-undo-set-point.
1358 2005-02-06  Jay Belanger  <belanger@truman.edu>
1360         * calc/calc-lang.el (calc-tex-language): Display more information
1361         in messages.
1363         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
1364         in TeX mode.
1366 2005-02-06  Richard M. Stallman  <rms@gnu.org>
1368         * emacs-lisp/lisp.el (buffer-end): Doc fix.
1370 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1372         * net/ldap.el (ldap-search-internal): Support attributes with
1373         optional descriptions separated by a semi-colon, as in
1374         "userCertificate;binary".
1376 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1378         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
1379         isn't a cons (i.e. the version is 0).
1381 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
1383         * help.el (help-for-help): Doc fix.
1385 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
1387         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
1388         GDB-Windows on the menu-bar as this works better.
1390 2005-02-04  Jay Belanger  <belanger@truman.edu>
1392         * calc/calc-embed.el (calc-embedded-update): Don't put in
1393         unnecessary newlines. Adjust the end of formula marker.
1395         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
1396         (math-latex-parse-two-args): New function.
1398 2005-02-03  Lute Kamstra  <lute@gnu.org>
1400         * help-fns.el (help-with-tutorial): Make sure that users cannot
1401         remove the entire text of the tutorial by means of `undo'.
1403 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1405         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
1406         in recent changes, where the ispell process was repeatedly
1407         killed & restarted.
1409         * international/mule-cmds.el (set-locale-environment): Set file-name
1410         coding system to utf-8 on Darwin systems.
1411         (set-default-coding-systems): Don't set default-file-name-coding-system
1412         on Darwin systems.
1414 2005-02-03  Richard M. Stallman  <rms@gnu.org>
1416         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
1418 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
1420         * faces.el (list-faces-display): Add optional argument.
1422 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         * font-core.el (font-lock-default-function): Handle the rare case where
1425         only font-lock-keywords is set.
1427 2005-02-02  Kenichi Handa  <handa@m17n.org>
1429         * international/characters.el: Cancel previous change for
1430         I-WITH-DOT-ABOVE and DOTLESS-i.
1432         * international/latin-5.el: Cancel previous change.
1434 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1436         * progmodes/gud.el: Correction to syntax in gud-menu-map.
1438 2005-02-02  Kenichi Handa  <handa@m17n.org>
1440         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
1441         DOTLESS-i.
1443         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
1444         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
1446         * case-table.el (get-upcase-table): New function.
1447         (copy-case-table): Copy upcaes table too if non-nil.
1448         (set-case-syntax-delims): Maintain upcase table too.
1449         (set-case-syntax-pair): Likewise.
1450         (set-upcase-syntax, set-downcase-syntax): New functions.
1451         (set-case-syntax): Maintain upcase table too.
1453 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1455         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
1457         * progmodes/gud.el (gud-goto-info): New function.
1458         (gud-tool-bar-map): Use correct icon.
1460 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1462         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
1463         When delegating, order args in the funcall correctly.
1465 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1467         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1469 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
1471         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
1472         buffer not visiting a file.
1474 2005-01-31  Jay Belanger  <belanger@truman.edu>
1476         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
1477         bound on the line with the formula.
1479 2005-01-31  Kim F. Storm  <storm@cua.dk>
1481         * ses.el (ses-create-cell-variable-range)
1482         (ses-destroy-cell-variable-range, ses-reset-header-string)
1483         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
1484         (ses-insert-row): Fix format of apply undo entries.
1486 2005-01-31  Jay Belanger  <belanger@truman.edu>
1488         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
1489         parts.
1491         * calc/calc-embed.el (calc-embedded-open-formula)
1492         (calc-embedded-close-formula): Ignore matrix environments.
1494         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
1495         TeX mode.
1497         * calc/calc-lang.el (math-function-table, math-oper-table)
1498         (math-variable-table): Adjust the LaTeX portions.
1500         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
1501         (math-latex-ignore-words): New constant.
1503 2005-01-31  Richard M. Stallman  <rms@gnu.org>
1505         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
1506         (ispell-local-dictionary): Doc fix.
1507         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
1508         Don't reinitialize at run time.  Don't defcustom.
1509         All uses changed to append ispell-local-dictionary-alist,
1510         or check it first.
1511         (ispell-current-dictionary): New variable for dictionary in use.
1512         (ispell-dictionary): Now used only for global default.
1513         (ispell-start-process): Set ispell-current-dictionary,
1514         not ispell-dictionary.
1515         (ispell-change-dictionary): Use this only for setting
1516         user preferences.
1517         (ispell-internal-change-dictionary): New function
1518         to change the current dictionary in use.
1519         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
1520         Use ispell-current-dictionary.
1521         Handle ispell-local-dictionary-overridden.
1522         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
1524 2005-01-31  Jay Belanger  <belanger@truman.edu>
1526         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
1528         * calc/calc-ext.el: Add calc-latex-language to autoloads.
1529         (calc-mode-map): Add calc-latex-language.
1531         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
1532         (math-latex-print-frac): New functions.
1533         (math-oper-table, math-function-table, math-variable-table)
1534         (math-complex-format, math-input-filter): Add latex properties.
1535         (calc-set-language): Set math-expr-special-function-mapping.
1537         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
1538         (calc-write-parse-table-part):  Add LaTeX support.
1540         * calc/calc.el (calc-language): Adjust docstring.
1541         (calc-set-mode-line): Add LaTeX support.
1542         (math-expr-special-function-mapping): New variable.
1543         (math-tex-ignore-words): Add to list.
1545         * calc/calccomp.el (math-compose-expr, math-compose-rows):
1546         Add LaTeX support.
1547         (math-compose-expr): Add support for special functions.
1549         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
1551 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
1553         * progmodes/gdb-ui.el (gdb-memory-address)
1554         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
1555         (gdb-memory-mode-map, gdb-memory-format-keymap)
1556         (gdb-memory-format-menu, gdb-memory-unit-keymap)
1557         (gdb-memory-unit-menu): New variables for a buffer
1558         that lets the user examine program memory.
1559         (gdb-memory-set-address, gdb-memory-set-repeat-count)
1560         (gdb-memory-format-binary, gdb-memory-format-octal)
1561         (gdb-memory-format-unsigned, gdb-memory-format-signed)
1562         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
1563         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
1564         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1565         (gdb-memory-unit-byte, gdb-memory-unit-menu)
1566         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
1567         (gdb-memory-mode, gdb-memory-buffer-name)
1568         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
1569         New functions for above buffer.
1571 2005-01-30  Richard M. Stallman  <rms@gnu.org>
1573         * cus-edit.el (custom-bury-buffer): Function deleted.
1574         (custom-buffer-done-function): Option deleted.
1575         (custom-buffer-done-kill): New (replacement option.
1576         (Custom-buffer-done): Call quit-window.
1577         (custom-buffer-create-internal): Update for above changes.
1579 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
1581         * simple.el (undo-ask-before-discard): New var.
1582         (undo-outer-limit-truncate): Implement it.
1583         (undo-extra-outer-limit): Doc update.
1585 2005-01-29  Richard M. Stallman  <rms@gnu.org>
1587         * ses.el (undo-more): Delete defadvice.
1588         (ses-begin-change): Doc fix.
1590         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
1591         instead of rebinding C-x u and C-_.
1593         * files.el (normal-backup-enable-predicate): Return nil for files
1594         in /tmp, regardless of temporary-file-directory.
1596         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
1598         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
1599         (open-rectangle, delete-whitespace-rectangle-line)
1600         (clear-rectangle-line): If FILL, pass t instead of FILL
1601         for move-to-column's 2nd arg.
1603         * simple.el (undo): Fix the test for continuing a series of undos.
1604         (undo-more): Set pending-undo-list to t when we reach end.
1605         (pending-undo-list): Move up defvar.
1607         * wid-edit.el (widget-button-click):
1608         Shorten the range of the track-mouse binding.
1610         * comint.el (comint-insert-input): Undo previous changes;
1611         use last-input-event in interactive spec.
1613 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
1615         * progmodes/compile.el (compilation-start): Bind buffer-read-only
1616         to nil before invoking call-process.  Reset buffer's modified flag
1617         after fontifying it in the no-async branch.
1619         * wid-edit.el (widget-specify-button): If mouse pointer shape
1620         cannot be changed, use mouse face instead.
1622 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
1624         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1625         (gdb-goto-breakpoint): Make breakpoint handling work on template
1626         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
1627         (gdb-assembler-custom): Update to recognise breakpoint information
1628         added on 2005-01-19.
1630 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1632         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
1633         (dsssl-mode): Use define-derived-mode.
1634         (scheme-mode-initialize): Remove.
1635         (scheme-mode): Use run-mode-hooks.
1637         * cus-edit.el (customize-group-other-window)
1638         (custom-buffer-create-other-window): Don't override special-display-*.
1639         (custom-mode-map): Make it dense.
1641         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
1642         sets the default value.
1644 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
1646         * descr-text.el: Add more keywords.
1648 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1650         * speedbar.el: Avoid unnecessary use of locate-library.
1652         * international/mule-cmds.el (standard-display-european-internal):
1653         Don't fiddle with latin-1 non-break space any more since it's now
1654         special cased in the C code.
1655         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1657 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
1659         * cus-start.el (all): Add `undo-outer-limit'.
1661 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1663         * textmodes/bibtex.el (bibtex-format-entry):
1664         Use `bibtex-empty-field-re' only on the text of fields, not on entire
1665         field lines.
1666         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1667         not on part of a buffer.
1669 2005-01-25  Lute Kamstra  <lute@gnu.org>
1671         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1672         nonempty field text strings like "{letters\\macro{}more letters}".
1673         Clarify docstring.
1674         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1675         (bibtex-entry-offset, bibtex-parse-association)
1676         (bibtex-parse-field-name): Fix typos in docstrings.
1677         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
1679 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
1681         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
1682         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
1683         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1684         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1686         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1687         isearch minor mode.
1689 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1691         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1693 2005-01-24  Lute Kamstra  <lute@gnu.org>
1695         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1696         CASECHARS and NOT-CASECHARS regular expressions of the
1697         "nederlands" and "nederlands8" dictionaries to prevent a "Range
1698         striding over charsets" error.
1700 2005-01-24  Jay Belanger  <belanger@truman.edu>
1702         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1703         display variable name.
1705 2005-01-24  Kenichi Handa  <handa@m17n.org>
1707         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1708         Fix setting of the element of encoded-kbd-iso2022-invocations.
1710 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
1712         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1713         (gdb-threads-select): Change to also accept mouse events.
1714         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1715         (gdb-threads-mouse-select): Delete.
1717 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
1719         * files.el (insert-directory): Take care of empty directory,
1720         listed without -a switch.
1722 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1724         * textmodes/refill.el (refill-post-command-function):
1725         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1726         to the list of functions that we should be careful not to undo.
1727         (refill-late-fill-paragraph-function): Remove.
1728         (refill-saved-state): New var.
1729         (refill-mode): Use it to save fill-paragraph-function.
1730         Save also the value of auto-fill-function.
1732         * term/w32-win.el: Simplify code.
1734 2005-01-23  Kim F. Storm  <storm@cua.dk>
1736         * simple.el (line-move): Adapt to new return value from
1737         pos-visible-in-window-p.
1739         * simple.el (line-move): Fix last change.  Check partial
1740         visibility at point rather than at window-start.
1742 2005-01-22  Jason Rumney  <jasonr@gnu.org>
1744         * term/w32-win.el (xw-defined-colors): Remove debug-message.
1746 2005-01-22  David Kastrup  <dak@gnu.org>
1748         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1750 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
1752         * type-break.el (type-break-mode): Add a test for
1753         type-break-file-name being non-nil.
1755 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
1757         * net/eudc.el (top level): Call (message "") via progn, so that
1758         eudc-options-file is loaded.
1760 2005-01-22  Kim F. Storm  <storm@cua.dk>
1762         * simple.el (line-move-1): Rename from line-move.
1763         (line-move): New function that adjusts vscroll for partially
1764         visible rows, and calls line-move-1 otherwise.
1766 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
1768         * pcomplete.el: define pcomplete-read-event instead of read-event,
1769         since it's not a complete read-event implementation
1771 2005-01-20  Jay Belanger  <belanger@truman.edu>
1773         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1774         for called function.
1776 2005-01-20  Steven Tamm  <steventamm@mac.com>
1778         * term/mac-win.el (process-connection-type): Remove.
1779         Controlled now by s/darwin.h:PTY_ITERATION.
1781 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1783         * window.el (handle-select-window): Don't switch window when we're
1784         in the minibuffer.
1786 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1788         * subr.el (dotimes-with-progress-reporter): New macro.
1790         * ses.el (ses-dotimes-msg): Remove macro.
1791         Use `dotimes-with-progress-reporter' instead.
1793 2005-01-19  Steven Tamm  <steventamm@mac.com>
1795         * term/mac-win.el (process-connection-type): Use new
1796         operating-system-release variable to use ptys on Darwin 7 (OSX
1797         10.3) when using carbon build.
1799 2005-01-19  Jay Belanger  <belanger@truman.edu>
1801         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1802         flags if the last command was a tab or M-tab.
1804         * calc/calc-prog.el (calc-user-define-edit): Put original formula
1805         in formula editing buffer.
1807 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1809         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1810         breakpoint image symbol in margin.
1812 2005-01-19  Jay Belanger  <belanger@truman.edu>
1814         * calc/calc-prog.el (calc-execute-kbd-macro):
1815         Ignore calc-keep-arg-flag.
1817 2005-01-19  Kenichi Handa  <handa@m17n.org>
1819         * textmodes/ispell.el (ispell-looking-at): New function.
1820         (ispell-process-line): Use ispell-looking-at to compare the ispell
1821         output and the buffer contents.
1823 2005-01-18  Jay Belanger  <belanger@truman.edu>
1825         * calc/calc.el (calc-display-raw): Fix docstring.
1827 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1829         * simple.el (blink-matching-open): Strip extra info from syntax.
1831         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1832         funny chars in the end-of-here-doc marker.
1834 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1836         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1837         that enable/disabled state of breakpoints is shown correctly in
1838         fringe and on ttys.
1839         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1840         Add breakpoint information as text properties.
1841         (gdb-mouse-toggle-breakpoint):
1842         Rename to gdb-mouse-set-clear-breakpoint.
1843         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
1844         breakpoints in the margin.
1845         (gdb-remove-strings): Simplify.
1847 2005-01-17  Jay Belanger  <belanger@truman.edu>
1849         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1850         erasing buffer.
1852 2005-01-17  Richard M. Stallman  <rms@gnu.org>
1854         * progmodes/grep.el (grep-find): Copy from `grep' the condition
1855         for calling grep-compute-defaults.
1857         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1858         if buffer is empty.
1860         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1862 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * hilit-chg.el (highlight-changes-mode): Don't autoload.
1866         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1867         non-preloaded variables.
1869 2005-01-17  Steven Tamm  <steventamm@mac.com>
1871         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1872         tex-shell cause to force interactivity when using pipes.
1874 2005-01-17  Kim F. Storm  <storm@cua.dk>
1876         * simple.el (just-one-space): Make arg optional.
1878 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
1880         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1881         posn-at-x-y to t to access left-margin.
1883 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
1885         Sync with Tramp 2.0.47.
1887         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1888         catching keep-date problems in cp/scp operations.
1889         (tramp-handle-copy-file): Don't call `set-file-modes'
1890         unconditionally.  Specialized functions should know better what is
1891         necessary.  This improves performance a little bit, and the
1892         functions could catch errors with `cp -p' and `scp -p'.
1893         (tramp-do-copy-or-rename-file-via-buffer)
1894         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1895         when appropriate.
1896         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1897         Call `set-file-modes' when appropriate.
1898         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
1899         Johnsson <isak@hypergene.com>
1900         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1901         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
1902         <joakim@verona.se>
1903         (tramp-file-name-for-operation): Mark `shell-command' as magic for
1904         Emacs only.
1906         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
1907         `find-file-hooks' and `dired-mode-hook'.
1908         (tramp-minor-mode-map): Respective map.  Add remapping for
1909         `compile' and `recompile'.
1910         (tramp-remap-command, tramp-recompile): New defuns.
1911         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1912         in buffer "*Compilation*".  Call the commands asynchronously.
1914         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1915         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1916         `shell-command', because it isn't magic in XEmacs.  Reported by
1917         Adrian Aichner <adrian@xemacs.org>.
1919         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1920         `substitute-in-file-name.
1921         (tramp-smb-handle-substitute-in-file-name): New defun.
1922         (tramp-smb-advice-PC-do-completion): Delete advice.
1924 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
1926         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1927         Fix error in deleting region.
1929 2005-01-15  Richard M. Stallman  <rms@gnu.org>
1931         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1932         In non-temp buffer, switch syntax table temporarily.
1934         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1936         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1938         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1940         * imenu.el (imenu--split-menu): Copy menulist before sorting.
1941         (imenu--generic-function): Use START, not BEG, as pos of definition.
1943         * simple.el (just-one-space): Argument specifies number of spaces.
1945         * simple.el (eval-expression-print-format): Avoid warning
1946         about edebug-active.
1948 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
1950         * progmodes/sh-script.el: Code copied from make-mode.el
1951         with small changes,
1952         (sh-mode-map): Bind C-c C-\.
1953         (sh-backslash-column, sh-backslash-align): New variables.
1954         (sh-backslash-region, sh-append-backslash): New functions.
1956 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1958         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1959         (rmail-pop-password, rmail-pop-password-required): Move to
1960         rmail-obsolete group.
1961         (rmail-set-pop-password): Rename to rmail-set-remote-password.
1962         All callers updated.
1963         (rmail-get-pop-password): Rename to rmail-get-remote-password.
1964         Take an argument specifying whether it is POP or IMAP mailbox we
1965         are using.  All callers updated.
1966         (rmail-pop-password-error): Rename to
1967         rmail-remote-password-error.  Added mailutils-specific error message.
1968         (rmail-movemail-search-path)
1969         (rmail-movemail-variant-in-use): New variables.
1970         (rmail-remote-password, rmail-remote-password-required):
1971         New customization variables.
1972         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1973         (rmail-parse-url): New function.
1974         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1975         with GNU mailutils movemail.
1977 2005-01-15  Kevin Ryde  <user42@zip.com.au>
1979         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1980         suffix to space, $ or '$, to correctly position point when going
1981         to @table style constants like DBL_MAX.
1983 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
1985         * type-break.el (type-break-mode, type-break-file-time)
1986         (type-break-file-keystroke-count, type-break-choose-file):
1987         Don't store data in or load data from the file if type-break-file-name
1988         is nil.
1989         (type-break-file-name): Doc update as per the above.
1991 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
1993         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1994         lookup-key might return nil; handle that.
1996 2005-01-15  Alan Mackenzie  <acm@muc.de>
1998         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1999         rather than the element found, thus enabling the tree to be setcar'd.
2001 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2003         * textmodes/org.el (org-show-following-heading): New option.
2004         (org-show-hierarchy-above): Use `org-show-following-heading'.
2005         (org-cycle): Documentation fix.
2007         * textmodes/org.el (orgtbl-optimized): New option
2008         (orgtbl-mode): New command, a minor mode.
2009         (orgtbl-mode-map): New variable.
2010         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
2011         (orgtbl-error, orgtbl-self-insert-command)
2012         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2014         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
2015         a local variable in each org-mode buffer.
2017         * textmodes/org.el (org-set-regexps-and-options): Rename from
2018         `org-set-regexps'.  Added checking for STARTUP keyword.
2019         (org-get-current-options): Add STARTUP options.
2020         (org-table-insert-row): Mode mode intelligent about when
2021         realignment is needed.
2022         (org-self-insert-command, org-delete-backward-char, org-delete-char):
2023         New commands.
2024         (org-enable-table-editor): New default value `optimized'.
2025         (org-table-blank-field): Support blanking regions if active.
2027 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2029         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
2030         if the year is not given.
2032         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
2033         Add new escapes %m and %M, fixed bug with %F by adding
2034         save-match-data.
2035         (reftex-reference): Remove ?. from list of spaces.
2036         (reftex-label-info): Add automatic label prefix recognition.
2038         * textmodes/reftex-index.el (reftex-index-next-phrase):
2039         Add slave parameter to call of `reftex-index-this-phrase'.
2040         (reftex-index-this-phrase): New optional argument.
2041         (reftex-index-region-phrases): Add slave parameter to call of
2042         `reftex-index-this-phrase'.
2043         (reftex-display-index): New argument redo.
2044         (reftex-index-rescan): Add 'redo to arguments of
2045         `reftex-display-index'.
2046         (reftex-index-Rescan, reftex-index-revert)
2047         (reftex-index-switch-index-tag): Add 'redo to arguments of
2048         `reftex-display-index'.
2049         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
2050         indexing.  Fix bug with matching is there is a quote before or
2051         after the word.
2053         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2054         Fix bug when collecting citation keys in lines with comments.
2055         (reftex-citation): Prefix argument no longer rescans the document,
2056         but forces prompting for optional arguments of cite macros.
2057         (reftex-do-citation): Prompting for optional arguments implemented.
2059         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2060         Add optional arguments to most cite commands.
2061         (reftex-cite-cleanup-optional-args): New option
2062         (reftex-cite-prompt-optional-args): New option.
2063         (reftex-trust-label-prefix): New option.
2065         * textmodes/reftex-toc.el (reftex-toc-find-section):
2066         Add push-mark before changing the position in the buffer.
2068         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
2069         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
2071 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
2073         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
2074         more carefully.
2076 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2078         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
2079         (sgml-mode): Use it.
2080         (sgml-get-context): Better keep track of implicitly closed tags.
2082 2005-01-13  Kenichi Handa  <handa@m17n.org>
2084         * textmodes/ispell.el: These changes are to fix misalignment error
2085         caused by equivalent characters of different Emacs charsets.
2086         (ispell-unified-chars-table): New variable.
2087         (ispell-get-decoded-string): New function.
2088         (ispell-get-casechars, ispell-get-not-casechars)
2089         (ispell-get-otherchars): Call ispell-get-decoded-string.
2091 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2093         * custom.el (custom-declare-variable): Just put symbol instead
2094         of (defvar . symbol) in `current-load-list'.
2096 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2098         * emacs-lisp/elint.el: Fixed typo in Commentary section.
2100 2005-01-12  Jay Belanger  <belanger@truman.edu>
2102         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
2103         to create a Calc summary.
2105 2005-01-12  Kim F. Storm  <storm@cua.dk>
2107         * mouse.el (mouse-on-link-p): Change functionality and doc
2108         string to comply with latest description in lisp ref.
2110 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
2112         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
2113         Enable mouse clicks on mode-line, header-line and margin.
2114         (event-type): Give mouse event symbols an 'event-kind property
2115         with value 'mouse-click.
2117 2005-01-12  Juri Linkov  <juri@jurta.org>
2119         * facemenu.el (list-colors-display): Add new arg buffer-name.
2120         Use it.  Fix docstring.  Replace code for identifying duplicate
2121         colors by the name with call to `list-colors-duplicates' which
2122         identifies duplicate colors by the value unless the color
2123         is one of special Windows colors.  Set truncate-lines to t.
2124         Print sorted duplicate color names on each line.  Indent to 22
2125         \(the longest color name in rgb.txt) instead of 20.  Optimize.
2126         (list-colors-duplicates): New function.
2127         (facemenu-color-name-equal): Delete function.
2129         * facemenu.el (list-colors-print): New function created from code
2130         in list-colors-display.  Print #RRGGBB at the window right edge.
2131         (list-colors-display): When temp-buffer-show-function is not
2132         defined, call list-colors-print from temp-buffer-show-hook
2133         to get the right value of window-width in list-colors-print
2134         after the buffer is displayed.
2136         * simple.el (pop-mark): Move deactivate-mark out of conditional
2137         part to deactivate the active mark regardless of the state of the
2138         mark ring.
2140         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
2141         variables line in desktop files.
2143 2005-01-12  Juri Linkov  <juri@jurta.org>
2145         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
2146         Bring together isearch highlight related options.
2147         (lazy-highlight): Replace group `replace' by `matching'.
2148         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2149         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2150         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
2151         and declare them obsolete.
2152         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
2153         (isearch-faces): Remove defgroup.
2154         (isearch-overlay, isearch-highlight, isearch-dehighlight):
2155         Move isearch highlighting code closer to lazy highlighting code.
2157         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
2158         (query-replace-highlight, query-replace-lazy-highlight)
2159         (query-replace): Move definitions to the beginning of the file.
2161 2005-01-11  Juri Linkov  <juri@jurta.org>
2163         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
2164         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
2165         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
2167         * info.el (Info-history-forward): New variable.
2168         (Info-select-node): Reset Info-history-forward to nil.
2169         (Info-last): Turn into defalias.
2170         (Info-history-back): Rename from Info-last.
2171         Add current node to Info-history-forward.
2172         (Info-history-forward): New fun.
2173         (Info-mode-map): Replace Info-last by Info-history-back.
2174         Bind Info-history-forward to "r".
2175         (Info-mode-menu): Replace Info-last by Info-history-back.
2176         Fix menu item text.  Add menu item for Info-history-forward.
2177         (info-tool-bar-map): Replace Info-last by Info-history-back.
2178         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
2179         for Info-history-forward.
2180         (Info-mode): Replace Info-last by Info-history-back in docstring.
2181         Add local variable Info-history-forward.
2182         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
2184 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
2187         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
2188         Ignore select-window events rather than fiddle with
2189         mouse-autoselect-window.
2191 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
2193         * type-break.el (type-break-mode): Fix previous change.
2195 2005-01-10  Jay Belanger  <belanger@truman.edu>
2197         * calc/calc-ext.el (calc-reset): Reset when inside embedded
2198         calculator; only reset when point is inside a calculator.
2199         Don't adjust the window height if the window takes up the whole height
2200         of the frame.
2202 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2204         * ebuff-menu.el (Electric-buffer-menu-mode):
2205         Preserve value of buffer-local var header-line-format.
2207 2005-01-09  Jay Belanger  <belanger@truman.edu>
2209         * calc/calc.el (calc-mode-var-list-restore-saved-values):
2210         Make sure settings file exists before accessing it.
2212         * calc/calc-embed.el (calc-embedded-subst):
2213         Replace math-multi-subst-rec, which is only supposed to be called
2214         by math-multi-subst, by math-multi-subst.
2216 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
2218         * vc.el (vc-allow-async-revert): New user option.
2219         (vc-disable-async-diff): New internal variable.
2220         (vc-revert-buffer): Use them to disable asynchronous diff.
2222         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
2223         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
2224         asynchronously if vc-disable-async-diff is t.
2226 2005-01-09  Jay Belanger  <belanger@truman.edu>
2228         * calc/calc.el (defcalcmodevar): New macro.
2229         (calc-mode-var-list-restore-default-values)
2230         (calc-mode-var-list-restore-saved-values): New functions.
2231         (calc-mode-var-list): Use defcalcmodevar to define it.
2232         (calc-always-load-extensions, calc-line-numbering)
2233         (calc-line-breaking, calc-display-just, calc-display-origin)
2234         (calc-number-radix, calc-leading-zeros, calc-group-digits)
2235         (calc-group-char, calc-point-char, calc-frac-format)
2236         (calc-prefer-frac, calc-hms-format, calc-date-format)
2237         (calc-float-format, calc-full-float-format, calc-complex-format)
2238         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2239         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2240         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2241         (calc-matrix-brackets, calc-language, calc-language-option)
2242         (calc-left-label, calc-right-label, calc-word-size)
2243         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2244         (calc-display-raw, calc-internal-prec, calc-angle-mode)
2245         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2246         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2247         (calc-window-height, calc-display-trail, calc-show-selections)
2248         (calc-use-selections, calc-assoc-selections)
2249         (calc-display-working-message, calc-auto-why, calc-timing)
2250         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
2251         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
2252         (calc-gnuplot-default-device, calc-gnuplot-default-output)
2253         (calc-gnuplot-print-device, calc-gnuplot-print-output)
2254         (calc-gnuplot-geometry, calc-graph-default-resolution)
2255         (calc-graph-default-resolution-3d, calc-invocation-macro)
2256         (calc-show-banner): Use defcalcmodevar to declare them and set
2257         their default values.
2259         * calc/calc-ext.el (calc-reset): Restore saved values of variables
2260         instead of default values (but restore default values if there is
2261         an argument of 0).
2263 2005-01-09  David Kastrup  <dak@gnu.org>
2265         * desktop.el (desktop-restore-eager): Fix typo in type.
2267 2005-01-08  Richard M. Stallman  <rms@gnu.org>
2269         * cus-edit.el (customize): Delete :link.
2271 2005-01-08  Jay Belanger  <belanger@truman.edu>
2273         * calc/calc.el (calc-mode): Remove the extension from the
2274         `calc-settings-file' file name when loading it.
2276 2005-01-08  Kim F. Storm  <storm@cua.dk>
2278         * info.el (Info-mode-map, Info-next-link-keymap)
2279         (Info-prev-link-keymap, Info-up-link-keymap):
2280         Map follow-link to mouse-face.
2281         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
2283 2005-01-08  Jay Belanger  <belanger@truman.edu>
2285         * calc/calc.el (calc-settings-file): Change default value.
2286         Suggested by cgw in a comment in calc-mode.el.
2288         * calc/calc-mode.el (calc-settings-file-name):
2289         Compare calc-settings-file to user-init-file instead of ~/.emacs.
2290         Replace ~/.emacs in a prompt by calc-settings-file.
2292 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
2294         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
2295         (desktop-lazy-idle-delay): New customizable variables.
2296         (desktop-buffer-args-list): New variable.
2297         (desktop-append-buffer-args): New function.
2298         (desktop-save): Call desktop-append-buffer-args for some buffers.
2299         (desktop-lazy-create-buffer): New function.
2300         (desktop-idle-create-buffers): New function.
2301         (desktop-read): Add message about buffers to restore lazily.
2302         (desktop-lazy-abort): New command.
2303         (desktop-clear): Call desktop-lazy-abort.
2304         (desktop-lazy-complete): New command.
2306 2005-01-06  Richard M. Stallman  <rms@gnu.org>
2308         * emacs-lisp/find-func.el (find-face-definition):
2309         Rename from find-face.
2311 2005-01-06  Kim F. Storm  <storm@cua.dk>
2313         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
2315         * man.el (Man-xref-man-page, Man-xref-header-file)
2316         (Man-xref-normal-file): Add follow-link property.
2318 2005-01-06  Jay Belanger  <belanger@truman.edu>
2320         * calc/calc-units.el: Make sure the proper macro definitions are
2321         available when compiling.
2323 2005-01-06  Juri Linkov  <juri@jurta.org>
2325         * isearch.el (isearch-lazy-highlight-update):
2326         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
2328 2005-01-06  Miles Bader  <miles@gnu.org>
2330         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
2331         (isearch-lazy-highlight-face): Use new name.
2333 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * uniquify.el (uniquify-rationalize-file-buffer-names):
2336         Re-add an interactive spec.
2337         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
2338         to the same name.
2340         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
2341         (isearch-update, isearch-done): Adjust calls accordingly.
2343 2005-01-05  Richard M. Stallman  <rms@gnu.org>
2345         * custom.el (custom-set-variables, custom-theme-set-variables):
2346         Clarify documentation.
2348         * emacs-lisp/find-func.el (find-variable)
2349         (find-variable-other-window, find-variable-other-frame):
2350         Fix the TYPE args to find-function-read and find-function-do-it.
2351         (find-function): Doc fix.
2352         (find-function-at-point): Replace function-at-point alias.
2354 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2356         * cus-face.el (custom-declare-face):
2357         Record defface in current-load-list.
2359         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
2361         * emacs-lisp/find-func.el: Doc fixes.
2362         (find-face-regexp): New variable.
2363         (find-function-regexp-alist): New variable.
2364         (find-function-C-source): Third arg is now TYPE.
2365         (find-function-search-for-symbol): Handle general TYPE.
2366         (find-function-read, find-function-do-it): Handle general TYPE.
2367         (find-definition-noselect, find-face): New functions.
2368         (function-at-point): Alias deleted.
2370 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * battery.el (display-battery-mode): Rename from display-battery.
2373         Handle the case where it gets turned off.
2375 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2377         * cus-edit.el (customize): Make :link point to user doc.
2379         * man.el (Man-fontify-manpage): Turn off undo generation.
2381         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
2383 2005-01-04  Andreas Schwab  <schwab@suse.de>
2385         * files.el (insert-directory): Only look for error lines in
2386         inserted text.  Don't move too far after processing --dired markers.
2388 2005-01-04  Richard M. Stallman  <rms@gnu.org>
2390         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2391         Don't expand if the character is @, period, dash, etc.
2392         (define-mail-abbrev): Quote names that contain problem characters.
2394 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
2396         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
2398 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2400         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
2401         (query-replace-highlight, query-replace-lazy-highlight)
2402         (query-replace): Definitions moved up.  Doc fix.
2404 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2406         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
2407         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2408         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2409         (lazy-highlight-face): Rename from isearch-lazy-...
2410         Change all references to them.
2412 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2414         * cus-edit.el (custom-file): Doc fix for defcustom.
2415         (custom-file): The function no longer sets the variable
2416         `custom-file' to its return value.
2418         * startup.el (command-line): No longer load `custom-file'.
2420 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
2424         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
2425         Don't confuse module-prefixed identifiers for labels.
2426         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
2428 2005-01-02  Richard M. Stallman  <rms@gnu.org>
2430         * files.el (basic-save-buffer-1): Fix previous change.
2432         * loadhist.el (file-loadhist-lookup): New function.
2433         (file-provides, file-requires): Use it.
2435         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
2436         instead of calculating the right size.
2438 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2440         * vc-svn.el (vc-svn-diff): Stay local if possible.
2442 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
2444         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
2446         * files.el (hack-local-variables): Fix last change.
2448 2005-01-02  Jay Belanger  <belanger@truman.edu>
2450         * calc/calc-yank.el (calc-edit-top): New variable.
2451         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
2452         object.  Change header properties.
2453         (calc-edit-finish, calc-edit-finish-stack-object)
2454         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
2455         edited object.
2456         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
2457         for the beginning of the edited object.
2458         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
2459         for the beginning of the edited object.
2460         * calc/calc-prog.el (calc-edit-macro-finish-edit)
2461         (calc-finish-formula-edit, calc-macro-repeats)
2462         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
2463         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
2464         beginning of the edited object.
2465         (calc-user-define-edit): Change the header for editing macros.
2466         Remove unnecessary variable.
2468 2005-01-01  Jay Belanger  <belanger@truman.edu>
2470         * calc/calc-yank.el (calc-edit-mode): Change default header.
2471         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
2472         * calc/calc-store.el (calc-edit-variable): Change title to match new
2473         header.
2474         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
2475         mode to match new header.
2476         (calc-user-define-edit): Change titles to include names of commands.
2477         (calc-finish-formula-edit): Adjust to handle new header.
2478         (calc-finish-macro-edit): Remove.
2479         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
2480         (calc-edit-macro-command, calc-edit-macro-command-type)
2481         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
2482         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
2483         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
2484         (calc-edit-macro-finish-edit): New functions.
2485         (calc-user-define-edit): Use new functions to edit named calc macros.
2487 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
2489         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
2491         * ses.el (copy-region-as-kill): Deactivate mark.
2493 2005-01-01  Richard M. Stallman  <rms@gnu.org>
2495         * replace.el (occur-1): If the output buffer is also an input,
2496         don't kill it, rename it.
2498         * faces.el (set-face-background, set-face-foreground): Doc fix.
2500         * cus-face.el (custom-face-attributes): Fix :help-echo strings
2501         for :foreground and :background.
2503         * dired.el (dired-view-command-alist): Variable deleted.
2504         (dired-view-file, dired-mouse-find-file-other-window):
2505         Delete the code to use it.
2507 2005-01-01  Kim F. Storm  <storm@cua.dk>
2509         * image.el (insert-sliced-image): Use t for line-height property.
2511 2004-12-31  Jay Belanger  <belanger@truman.edu>
2513         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
2514         for "var-" at the beginning of the minibuffer.
2516 2004-12-31  Richard M. Stallman  <rms@gnu.org>
2518         * faces.el (read-face-name):
2519         Don't treat an attribute spec as a list of faces.
2521         * simple.el (undo): Use undo-equiv-table to detect
2522         unexpected changes since previous undo.
2523         (undo-list-saved): Variable deleted.
2524         (buffer-disable-undo): Don't alter undo-list-saved.
2526         * files.el (require-final-newline): Allow `visit' and `visit-save'.
2527         (mode-require-final-newline): New option.
2528         (after-find-file): Handle require-final-newline with new values.
2529         (basic-save-buffer): Handle new values of require-final-newline.
2531         * progmodes/sh-script.el (sh-require-final-newline):
2532         Alist value now controls whether to use mode-require-final-newline.
2533         (sh-set-shell): Implement that new meaning.
2535         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
2536         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
2537         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
2538         Delete old-Emacs compatibility code.
2539         (antlr-c-common-init): Function deleted.
2541         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
2542         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
2543         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
2544         * progmodes/python.el (python-mode): Use mode-require-final-newline.
2545         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
2546         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
2547         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
2548         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
2549         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
2550         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
2551         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
2552         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
2553         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
2554         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
2555         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
2556         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
2558 2004-12-31  Jay Belanger  <belanger@truman.edu>
2560         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
2561         way to return to Calc.
2563         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
2564         finish, C-xk as the way to cancel the edit.  Add cancel routine to
2565         kill-buffer-hook.
2567         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
2568         MacEdit code.
2570         * calc/calc-prog.el: Remove obsolete MacEdit code.
2571         (calc-macro-edit-algebraic, calc-macro-edit-variable)
2572         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
2574 2004-12-31  Kenichi Handa  <handa@m17n.org>
2576         * international/mule.el (buffer-file-coding-system-explicit):
2577         Rename for explicit-buffer-file-coding-system.
2578         (after-insert-file-set-coding): Adjust for the above change.
2580         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
2581         to buffer-file-coding-system-explicit.
2582         (basic-save-buffer-1): Likewise.
2584 2004-12-30  Richard M. Stallman  <rms@gnu.org>
2586         * textmodes/artist.el (artist-butlast-fn): Var deleted.
2587         (artist-butlast, artist-last): Functions deleted.
2588         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
2589         (artist-compute-key-compl-table): Call remq directly.
2590         (artist-remove-nulls): Function deleted.
2591         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
2592         (artist-push, artist-pop): Macro deleted.
2594 2004-12-30  Andreas Leue  <al@sphenon.de>
2596         * textmodes/artist.el (artist-version): 1.2.6
2597         (artist-prev-next-op-alist): New variable.
2598         (artist-select-next-op-in-list): New function.
2599         (artist-select-prev-op-in-list): New function.
2600         (artist-make-prev-next-op-alist): New function.
2601         (artist-is-in-op-list-p): New function.
2602         (artist-get-first-non-nil-op): New function.
2603         (artist-get-last-non-nil-op): New function.
2604         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
2605         artist-prev-next-op-alist.
2606         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
2607         change drawing operation.
2609 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2611         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
2613 2004-12-31  Masatake YAMATO  <jet@gyve.org>
2615         * server.el (server-process-filter): Suppress `error', too.
2617 2004-12-30  Jay Belanger  <belanger@truman.edu>
2619         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
2620         Change the way a variable is displayed in a message.
2622         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
2623         (calc-user-define-permanent, calc-execute-kbd-macro):
2624         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
2626 2004-12-30  Kenichi Handa  <handa@m17n.org>
2628         * files.el (basic-save-buffer-1):
2629         Set explicit-buffer-file-coding-system to last-coding-system-used.
2630         (revert-buffer): Pay attention to
2631         explicit-buffer-file-coding-system (not buffer-file-coding-system)
2632         on bind coding-system-for-read.
2634         * international/mule.el (explicit-buffer-file-coding-system):
2635         New buffer local variable.
2636         (after-insert-file-set-coding): Set it to coding-system-for-read.
2638 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2640         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
2642 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
2644         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
2645         that include line numbers.
2647 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
2649         * files.el (hack-local-variables): If no PREFIX, set it to "^".
2650         Redundant variable PREFIXLEN removed.
2652 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
2654         * eshell/em-hist.el (eshell-previous-matching-input):
2655         Start the deletion from the end of the output.
2657 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2659         * term/mac-win.el: Require x-dnd.
2660         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
2662 2004-12-29  David Kastrup  <dak@gnu.org>
2664         * international/mule.el (decode-coding-inserted-region):
2665         Don't barf if `buffer-undo-list' is already set to `t'.
2667 2004-12-29  Jay Belanger  <belanger@truman.edu>
2669         * calc/calc-prog.el (calc-user-define-formula): Put default values
2670         for function names in prompts.
2671         (calc-user-define-permanent, calc-user-define-composition)
2672         (calc-user-define-formula): Remove the need for "calcFunc-" in the
2673         default input for algebraic functions.
2675 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
2677         * vc-rcs.el (vc-rcs-annotate-command):
2678         Fix omission bug: Call `vc-setup-buffer'.
2680 2004-12-29  Kenichi Handa  <handa@m17n.org>
2682         * international/mule.el (recode-region): New function.
2684 2004-12-28  Richard M. Stallman  <rms@gnu.org>
2686         * simple.el (undo-extra-outer-limit): New variable.
2687         (undo-outer-limit-truncate): Test and set it.
2689         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2690         enables the feature to extend the existing region.
2692         * simple.el (mark-word): New arg ALLOW-EXTEND
2693         enables the feature to extend the existing region.
2695         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2696         enables the feature to extend the existing region.
2698         * startup.el (site-run-file): Don't allow setting it with Custom.
2700         * simple.el (buffer-disable-undo): Fix previous change.
2702 2004-12-27  Masatake YAMATO  <jet@gyve.org>
2704         * hexl.el (hexlify-buffer): Remove fontification here.
2705         Use font lock mechanism instead.
2706         (hexl-font-lock-keywords): New font lock kewords.
2707         (hexl-mode-old-font-lock-keywords): New variable.
2708         (hexl-mode): Store the old font lock keywords.
2709         (hexl-mode-exit): Restore the old font lock keywords.
2711 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2713         * simple.el (undo): Fix previous change.
2715 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2717         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
2718         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2719         Call x-open-connection on Mac OS X.
2721 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2723         * files.el (buffer-save-without-query): New var (buffer-local).
2724         (save-some-buffers): Save those buffers first, w/o asking.
2726         * files.el (insert-directory-ls-version): New variable.
2727         (insert-directory): When ls returns an error, test the version
2728         number to decide what the return code means.
2729         With --dired output format, detect and distinguish lines
2730         that are really error messages.
2731         (insert-directory-adj-pos): New function.
2733         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2735         * battery.el (battery-mode-line-format): Remove initial spaces.
2737         * uniquify.el (uniquify-rationalize-file-buffer-names):
2738         Delete interactive spec.
2740         * type-break.el (type-break-mode): Set buffer-save-without-query.
2741         Remove code that tried to set save-some-buffers-always.
2742         (type-break-file-keystroke-count): Bind deactivate-mark.
2744         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2746         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2747         Test that the buffer is live, and maybe reject current buffer too.
2748         Clarify.
2749         (next-error-find-buffer): Rewrite for clarity.
2751         * loadup.el: Don't use buffer-disable-undo; do it directly.
2753         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2754         (describe-variable): Call symbol-file with `defvar'.
2756         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2757         (symbol-file): Rewritten to handle new load-history format.
2758         Now takes an arg TYPE to specify looking for a particular
2759         type of definition only.
2761         * emacs-lisp/debug.el (debugger-make-xrefs):
2762         Call symbol-file with `defun'.
2764         * emacs-lisp/find-func.el (find-function-noselect):
2765         Call symbol-file with `defun'.
2766         (find-variable-noselect): Call symbol-file with `defvar'.
2768         * eshell/esh-cmd.el (eshell-find-alias-function):
2769         Call symbol-file with `defun'.
2771         * eshell/esh-test.el (eshell-test-goto-func):
2772         Call symbol-file with `defun'.
2774         * mail/rmail.el (rmail-resend):
2775         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2777         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2779         * progmodes/compile.el (compilation-find-buffer): Rename arg.
2781         * textmodes/texinfmt.el (texinfo-format-buffer-1):
2782         Call buffer-disable-undo.
2784         * simple.el (undo-list-saved): New variable (buffer-local).
2785         (undo): Set and test it.
2786         (buffer-disable-undo): Move here from buffer.c.
2787         Clear out undo-list-saved.
2789         * international/mule.el (decode-coding-inserted-region):
2790         Set buffer-undo-list in a correct and optimal way.
2792         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2793         (cperl-font-lock-unfontify-region-function): No need to save and
2794         restore info, since font-lock.el does it for us.
2796         * ansi-color.el (save-buffer-state): Definition deleted.
2797         (ansi-color-unfontify-region): Don't use save-buffer-state.
2799 2004-12-27  Dave Love  <fx@gnu.org>
2801         * wid-edit.el (function): Use restricted-sexp as parent.
2803 2004-12-27  Kevin Ryde  <user42@zip.com.au>
2805         * simple.el (next-matching-history-element): Use same
2806         `interactive' form as previous-matching-history-element.
2808         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2809         it can appear unencoded and has been seen from yahoo.
2811 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
2813         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2814         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
2816 2004-12-27  Kenichi Handa  <handa@m17n.org>
2818         * international/utf-8.el (utf-translate-cjk-load-tables):
2819         Bind coding-system-for-read to nil while loading subst-*.
2821 2004-12-26  Jay Belanger  <belanger@truman.edu>
2823         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2824         default input.
2826 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
2828         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2829         before reverting and disable undo recording while reverting.
2831 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
2833         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2834         (hs-make-overlay): New function.
2835         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2836         (hs-flag-region): Delete function.
2837         (hs-hide-comment-region): No longer use `hs-flag-region'.
2838         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2839         (hs-hide-block-at-point): Likewise.
2840         (hs-hide-level-recursive): Use `hs-discard-overlays'.
2841         (hs-hide-all, hs-show-all): Likewise.
2842         (hs-show-block): Likewise.
2843         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2845 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
2847         * progmodes/hideshow.el: Require `cl' when compiling.
2848         Remove XEmacs and Emacs 19 compatibility.
2849         Use `dolist' and `add-to-list' for load-time actions.
2850         (hs-discard-overlays): Use `dolist'.
2851         (hs-show-block): Likewise.
2853 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
2855         * faces.el (mode-line, mode-line-inactive): Use min-colors.
2857 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
2859         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2860         When extending backwards, move outside the current comment first.
2862 2004-12-22  Kenichi Handa  <handa@m17n.org>
2864         * international/quail.el (quail-start-translation): Fix prompt
2865         string for the case if input-method-use-echo-area being non-nil.
2866         (quail-start-conversion): Likewise.
2867         (quail-show-guidance): Don't show guidance if
2868         input-method-use-echo-area is non-nil.
2870 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2872         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2874 2004-12-21  Markus Rost  <rost@ias.edu>
2876         * calendar/diary-lib.el (mark-diary-entries):
2877         Set mark-diary-entries-in-calendar only after checking for diary-file.
2879 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2881         * faces.el (escape-glyph): Use blue against light foreground.
2883         * simple.el (undo-outer-limit-truncate): New function.
2884         (undo-outer-limit-function): Use undo-outer-limit-truncate.
2886 2004-12-21  Eli Barzilay  <eli@barzilay.org>
2888         * calculator.el: (calculator-radix-grouping-mode)
2889         (calculator-radix-grouping-digits)
2890         (calculator-radix-grouping-separator):
2891         New defcustoms for the new radix grouping mode functionality.
2892         (calculator-mode-hook): Now used in electric mode too,
2893         (calculator): Call it.
2894         (calculator-mode-map): Some new keys.
2895         (calculator-message): New function.  Some new calls.
2896         (calculator-op, calculator-set-register): Use it.
2897         (calculator-string-to-number): New function, mostly moved and
2898         updated code from calculator-curnum-value.
2899         (calculator-curnum-value): Use it.
2900         (calculator-paste): Use it, and update grabbing the current-kill.
2901         (calculator-rotate-displayer)
2902         (calculator-rotate-displayer-back): Toggle digit grouping when
2903         in radix mode, use calculator-message.
2904         (calculator-displayer-prev, calculator-displayer-next):
2905         Change digit group size when in radix mode.
2906         (calculator-number-to-string): Rename from
2907         calculator-num-to-string.  Now deals with digit grouping in
2908         radix mode.
2909         (calculator-update-display, calculator-put-value): Use the new name.
2910         (calculator-fact): Return a floating point number.
2911         (calculator-mode): Doc fix.
2913 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2915         * calendar/calendar.el (view-other-diary-entries): Add autoload.
2916         * calendar/diary-lib.el (view-other-diary-entries):
2917         Use current-prefix-arg in interactive spec.
2919 2004-12-19  Jay Belanger  <belanger@truman.edu>
2921         * calc/calc-aent.el (calcAlg-blank-matching-open):
2922         Temporarily adjust the syntax of both delimiters of half-open intervals.
2924 2004-12-19  Kim F. Storm  <storm@cua.dk>
2926         * mouse.el (mouse-1-click-follows-link): Doc fix.
2928 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2930         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2931         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2932         instead of centraleuropean as the name
2934 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
2936         Sync with Tramp 2.0.46.
2938         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2939         parameters wrt Tramp convention.
2940         (tramp-handle-file-attributes-with-perl)
2941         (tramp-handle-directory-files-and-attributes): Apply it.
2942         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2943         `copy-program'.  Reported by Zack Weinberg
2944         <zack@codesourcery.com>.
2945         (top): Set `edebug-form-spec' property directly rather than
2946         calling `def-edebug-spec'.
2948         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2949         advice less fragile.  Surround temporary redefinition of
2950         `substitute-in-file-name' with `unwind-protect'.  Suggested by
2951         Matt Hodges <MPHodges@member.fsf.org>.
2953 2004-12-17  Juri Linkov  <juri@jurta.org>
2955         * replace.el (occur-accumulate-lines, occur-engine):
2956         Make forcing deferred font-lock fontification jit-specific.
2958 2004-12-17  Kim F. Storm  <storm@cua.dk>
2960         * mouse.el (mouse-1-click-follows-link): New defcustom.
2961         (mouse-on-link-p): New function.
2962         (mouse-drag-region-1): Implement mouse-1-click-follows-link
2963         functionality.  Map a mouse-1 click event into a mouse-2 (or
2964         other) event when position is inside a link.
2966         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2967         prefix in tooltip text with "mouse-1" when this is a link
2968         recognized by mouse-1-click-follows-link functionality.
2970         * help.el (describe-key): Report effective and original binding
2971         for mouse-1 when clicked on a link.
2972         (describe-mode): Add follow-link property to "minor-mode" button.
2974         * help-fns.el (describe-variable): Add follow-link property to
2975         "below" button.
2977         * help-mode.el (help-xref): Add follow-link property.
2979         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2980         (apropos-command, apropos-variable, apropos-face, apropos-group)
2981         (apropos-widget, apropos-plist): Add follow-link property.
2983         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2984         checks if position is in a filename, rather than some other
2985         clickable item.  Function looks for cvs-filename-face at position.
2987         * wid-edit.el (widget-specify-field, widget-specify-button):
2988         Map a :follow-link keyword into a follow-link property.
2989         (link): Add :follow-link keyword, map to RET binding.
2991         * dired.el (dired-mode-map): Map follow-link to mouse-face.
2993         * progmodes/compile.el (compilation-minor-mode-map)
2994         (compilation-button-map, compilation-mode-map): Likewise.
2996 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
2998         * play/zone.el (zone): Init `line-spacing' from orig buffer.
2999         (zone-replace-char): Take `count' and `del-count'
3000         instead of `direction'.  Update callers.  When `del-count' is
3001         non-nil, delete that many characters, otherwise `count' characters
3002         backwards.  Insert the newly-replaced string `count' times.
3003         (zone-fret): Handle chars w/ width greater than one.
3004         (zone-fall-through-ws): No longer take window width `ww'.
3005         Update callers.  Add handling for `char-width' greater than one.
3006         (zone-pgm-drip): Update var holding window-end position every cycle.
3008 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
3010         * vc.el (vc-default-update-changelog): Use insert-file-contents,
3011         rather than insert-file.
3013 2004-12-16  Jay Belanger  <belanger@truman.edu>
3015         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
3016         (math-init-random-base, math-random-digit): Check to see if
3017         var-RandSeed is bound.
3018         (math-random-last): Declare it.
3019         (math-random-digit): Don't make math-random-last local.
3021 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
3023         * play/zone.el (zone): Fix omission bug: Use a self-disabling
3024         one-shot thunk for uniform (error, quit, normal) recovery.
3025         Reported by John Paul Wallington.
3026         (zone-pgm-random-life): Fix bug:
3027         Recognize empty initial field by lack of "@" chars.
3029 2004-12-16  Juri Linkov  <juri@jurta.org>
3031         * help.el (function-called-at-point):
3032         * help-fns.el (variable-at-point): As a last resort try stripping
3033         non-word prefixes and suffixes.
3035         * descr-text.el (describe-property-list): Don't treat syntax-table
3036         specially.  Use describe-text-sexp which inserts [show] button
3037         for large objects and handles printing errors.  Sort properties
3038         by names in alphabetical order instead of by value sizes.
3039         Add `mouse-face' to list of properties for `describe-face' widget.
3040         (describe-char): Mask out face-id from 19 bits of character.
3041         Print face-id separately.
3043         * replace.el (occur-accumulate-lines, occur-engine):
3044         Fontify unfontified matching lines in the source buffer
3045         before copying them.
3046         (occur-engine): Don't put mouse-face on context lines.
3047         (occur-next-error): Set point to line beginning/end
3048         before searching for prev/next property to skip multiple
3049         matches on a line (not supported by occur engine).
3050         Remove redundant prefix-numeric-value.
3052 2004-12-15  Juri Linkov  <juri@jurta.org>
3054         * replace.el (match): New face.
3055         (list-matching-lines-face): Change default from `bold' to `match'.
3057         * progmodes/grep.el (grep-match-face): New defvar.
3058         (grep-mode-font-lock-keywords): Use grep-match-face instead of
3059         compilation-column-face to highlight grep matches.
3061         * apropos.el (apropos-match-face): Change default from
3062         `secondary-selection' to `match'.
3064         * info-look.el (info-lookup-highlight-face): Change default from
3065         `highlight' to `match'.
3067 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
3069         * progmodes/executable.el (executable-interpret): Eliminate
3070         obsolete compile-internal, and switch to comint for interaction.
3072 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
3074         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
3075         `&&' when skipping multiple statements on a line.
3077 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
3079         * play/zone.el (zone): Set `truncate-lines'.
3080         Also, init `tab-width' with value from original buffer.
3081         (zone-shift-up): Rewrite for speed.
3082         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
3083         (zone-pgm-jitter): Remove redundant entries from ops vector.
3084         (zone-exploding-remove): Reduce iteration count.
3085         (zone-cpos): Convert to defsubst.
3086         (zone-replace-char): New defsubst.
3087         (zone-park/sit-for): Likewise.
3088         (zone-fret): Take window-start arg.
3089         Update callers. Use `zone-park/sit-for'.
3090         (zone-fill-out-screen): Rewrite.
3091         (zone-fall-through-ws): Likewise. Update callers.
3092         (zone-pgm-drip): Use `zone-replace-char'.
3093         Move var inits before while-loop. Use `zone-park/sit-for'.
3094         (zone-pgm-random-life): Handle empty initial field.
3095         Use `zone-replace-char' and `zone-park/sit-for'.
3097 2004-12-15  Juri Linkov  <juri@jurta.org>
3099         * isearch.el (isearch-update): Test isearch-lazy-highlight
3100         before calling isearch-lazy-highlight-new-loop.
3101         (isearch-lazy-highlight-new-loop):
3102         Don't test isearch-lazy-highlight.
3104         * replace.el (perform-replace): Add isearch-case-fold-search.
3105         Use delimited-flag for isearch-regexp.
3106         Reset isearch-lazy-highlight-last-string to force lazy
3107         highlighting when called from isearch mode.
3108         (query-replace-highlight): Revert defcustom type to boolean.
3109         (query-replace-lazy-highlight): New defcustom.
3110         (query-replace): New face.
3111         (perform-replace, replace-highlight, replace-dehighlight):
3112         Test query-replace-lazy-highlight instead of special value
3113         `isearch' of query-replace-highlight.
3114         (replace-dehighlight): Don't call isearch-dehighlight.
3115         (replace-highlight): Don't call isearch-highlight.
3116         Use face `query-replace' unconditionally.
3118 2004-12-14  Kim F. Storm  <storm@cua.dk>
3120         * simple.el (inhibit-mark-movement): Remove defvar.
3121         (beginning-of-buffer, end-of-buffer): Don't use it.
3123         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3124         Don't use inhibit-mark-movement.
3126         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
3127         (cua--undo-push-mark): Remove.
3128         (cua--pre-command-handler, cua--post-command-handler):
3129         Don't fiddle with inhibit-mark-movement.
3131 2004-12-14  Juri Linkov  <juri@jurta.org>
3133         * buff-menu.el (list-buffers-noselect): Collect internal info
3134         for every buffer in BUFFER-LIST arg too.
3135         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
3136         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
3137         Bind same-window-buffer-names and same-window-regexps to nil.
3139 2004-12-13  Juri Linkov  <juri@jurta.org>
3141         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
3143         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
3144         (sc-cite-region, sc-uncite-region, sc-recite-region):
3145         Fix previous change to handle not alist as a symbol, but
3146         a citation frame as a symbol that represents a variable name.
3148 2004-12-13  Richard M. Stallman  <rms@gnu.org>
3150         * filecache.el (file-cache-add-directory-using-find):
3151         Only set up file-cache-find-command-posix-flag if we will use it.
3153         * bindings.el (mode-line-buffer-identification-keymap):
3154         Don't cancel the mode-line's usual down-mouse-1 binding.
3156         * cus-edit.el (custom-face-selected): Handle `default' specs.
3157         (custom-face-edit): Increase extra-offset.
3158         (custom-display): Handle `default' specs.
3160         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
3162         * emacs-lisp/elint.el (elint-standard-variables)
3163         (elint-unknown-builtin-args): Move definitions up.
3165         * net/browse-url.el (browse-url-url-at-point): Add autoload.
3167         * info.el (info-xref-visited): Use `default' instead of t.
3168         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
3170         * faces.el (header-line, mode-line-inactive, tool-bar):
3171         Use `default' instead of t for setting the defaults.
3172         (face-spec-choose): Separate `t' from `default'.
3174         * subr.el (while-no-input): New macro.
3176 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
3178         * filecache.el (file-cache-add-directory-using-find):
3179         Only test file-cache-find-command-posix-flag on some systems.
3181 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3183         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
3184         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
3185         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
3186         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
3187         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
3189 2004-12-12  Juri Linkov  <juri@jurta.org>
3191         * files.el (find-file-other-window, find-file-other-frame):
3192         Add the first buffer to the returned value to return the complete
3193         list of all visited buffers.
3194         (find-file-read-only, find-file-read-only-other-window)
3195         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
3196         `find-file-read-args'.  Signal an error about non-existent file
3197         only if file name doesn't contain wildcards.  Toggle read-only in
3198         all visited buffers.
3199         (find-alternate-file, find-alternate-file-other-window):
3200         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
3201         called interactively.  Pass arg `wildcards' to other functions.
3202         (find-file-noselect): Doc fix.
3204         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
3205         Doc fix.
3206         (ffap-directory-finder): New variable.
3207         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
3208         (ffap-file-at-point): Add /* to immediately rejected names.
3209         Return absolute file names matching ffap-dired-wildcards.
3210         (ffap-read-file-or-url): Set default value for `completing-read'
3211         to `buffer-file-name'.
3212         (find-file-at-point): When filename matches ffap-dired-wildcards,
3213         call ffap-file-finder with t arg `wildcards', instead of dired.
3214         (ffap-other-window, ffap-other-frame): Return visited buffers.
3215         (ffap-read-only, ffap-read-only-other-window)
3216         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
3217         (dired-at-point): Call ffap-directory-finder instead of dired.
3218         (ffap-dired-other-window, ffap-dired-other-frame)
3219         (ffap-list-directory): New commands.
3220         (ffap-bindings): New keybindings for new commands.
3222 2004-12-12  Juri Linkov  <juri@jurta.org>
3224         * simple.el (beginning-of-buffer, end-of-buffer):
3225         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3226         Do not push mark when mark is active in transient-mark-mode.
3228         * simple.el (mark-word):
3229         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
3230         * textmodes/paragraphs.el (mark-paragraph):
3231         Extend the region when mark is active in transient-mark-mode,
3232         regardless of the last command.  Doc fix.
3234         * simple.el (mark-word): Preserve direction when repeating.
3235         Make arg optional.  Interactive "p" -> "P".
3236         (transient-mark-mode, inhibit-mark-movement): Doc fix.
3238         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
3239         preserving direction, to mark forward instead of backward when mark
3240         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
3242 2004-12-12  Juri Linkov  <juri@jurta.org>
3244         * isearch.el (isearch-edit-string): Set 7th arg of
3245         `read-from-minibuffer' to `t' to inherit the current input
3246         method (whose name is indicated by [IM] in the minibuffer prompt)
3247         from the current buffer to the minibuffer.
3248         (isearch-lazy-highlight-update): Put body to `with-local-quit'
3249         to allow C-g quitting for lazy highlighting looping inside the
3250         search with nested repetition operators.  Add overlay to the list
3251         before setting its face and other properties to avoid the case of
3252         code quitting after placing the new overlay but before it's
3253         recorded on the list.  Select the window where isearch was
3254         activated, to highlight matches in the right window when isearch
3255         switches the current window to the minibuffer.
3257         * international/isearch-x.el
3258         (isearch-process-search-multibyte-characters):
3259         Use `isearch-message' as initial input for `read-string' instead
3260         of adding it to the minibuffer prompt.  After reading a string
3261         remove the initial value of `isearch-message' from the string.
3263         * replace.el (replace-match-maybe-edit): Doc fix.
3264         (perform-replace): Don't call `replace-highlight' when automatic
3265         replacement is requested in literal mode, since it is intended
3266         only to highlight words during entering a new replacement string
3267         for \? in non-literal mode.
3269         * replace.el (query-replace-highlight): Add new value `isearch'
3270         that allows query replacement to use isearch highlighting.
3271         Change type from `boolean' to `choice'.  Doc fix.
3272         (replace-highlight, replace-dehighlight, perform-replace):
3273         Use isearch highlighting if query-replace-highlight eq `isearch'.
3275 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3277         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3278         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
3280         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
3281         case of \end{verbatim}.
3283 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
3285         * term.el (term-termcap-format): Synchronyze with terminfo.
3286         (term-emulate-terminal): Handle reset.
3287         (term-reset-terminal): New function.
3289 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
3291         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
3292         (zone-fill-out-screen): New func.
3293         (zone-pgm-drip): Use `zone-fill-out-screen'.
3294         Also, no longer go to point-min on every cycle.
3295         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
3296         (zone-pgm-random-life-wait): New user var.
3297         (zone-pgm-random-life): New func.
3299 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
3301         * files.el (auto-mode-alist): Map .com to DCL mode.
3303 2004-12-09  Richard M. Stallman  <rms@gnu.org>
3305         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
3307 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
3309         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
3310         buffer with a display margin.
3312 2004-12-08  Jay Belanger  <belanger@truman.edu>
3314         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
3315         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
3317 2004-12-08  Richard M. Stallman  <rms@gnu.org>
3319         * faces.el: Delete code to set display table.
3320         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
3322 2004-12-08  Jay Belanger  <belanger@truman.edu>
3324         * calc/calc.el: Add math-read-preprocess-string to autoloads.
3326         * calc/calc-ext.el (math-read-replacement-list)
3327         (math-read-superscripts, math-read-preprocess-string): Move to
3328         calc-aent.el.
3330         * calc/calc-aent.el (math-read-replacement-list)
3331         (math-read-superscripts, math-read-preprocess-string): Move from
3332         calc-ext.el.
3334 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3336         * isearch.el (isearch-quote-char): Fix up typo in last change.
3338 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
3340         * mouse.el (mouse-set-font): Handle the case where the command was
3341         not invoked using the mouse.
3343         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
3344         (edmacro-finish-edit): Further update for keyboard macros that are
3345         lambda forms.
3346         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
3348 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3350         * font-lock.el (font-lock-unfontify-region): Save buffer state.
3351         (font-lock-default-unfontify-region): Don't save buffer state any more.
3353 2004-12-07  Jay Belanger  <belanger@truman.edu>
3355         * calc/calc-help.el (calc-describe-key):
3356         Set calc-summary-indentation even when Calc Summary buffer exists.
3358 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
3360         * calendar/holidays.el (holiday-easter-etc): Make arguments
3361         optional for backwards compatibility.  Doc fix.
3362         Remove un-necessary local vars mandatory, output-list.
3363         (holiday-advent):  Make arguments optional for backwards
3364         compatibility.  Doc fix.
3366 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3368         * paren.el (show-paren-function): Fix last change (2004-12-02).
3370         * international/mule-util.el (char-displayable-p): Return nil for
3371         unibyte mode.
3373         * subr.el (subregexp-context-p): New function.
3375         * isearch.el (isearch-quote-char): Use it.
3377         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
3378         (regexp-opt-not-groupie*-re): Remove.
3379         (regexp-opt): Properly handle inputs with duplicate entries.
3381 2004-12-06  Richard M. Stallman  <rms@gnu.org>
3383         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
3385         * cus-edit.el (custom-file): Doc fix.
3387         * textmodes/org.el: New file.
3389 2004-12-06  Kenichi Handa  <handa@m17n.org>
3391         * ldefs-boot.el: Update international/mule-util.el section.
3393 2004-12-05  Sam Steingold  <sds@gnu.org>
3395         * net/tramp.el (tramp-handle-file-accessible-directory-p):
3396         Fix `tramp-time-diff' comparison logic.
3398 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
3400         * progmodes/which-func.el (which-function):
3401         Use `run-hook-with-args-until-success' instead of a custom loop.
3402         Fixes bug with local hooks.
3404 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3406         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
3407         Use delete-dups when calculating the initial value.
3408         (bibtex-autokey-get-title): Use <=.
3409         (bibtex-goto-line): New function.
3410         (bibtex-reposition-window): Use line numbers instead of point
3411         positions.  Use window-body-height.
3412         (bibtex-find-crossref): Use bibtex-reposition-window.
3413         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
3414         position of entry if key is found or nil if not found.
3416 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3418         * cus-edit.el (custom-file): Doc fix.
3420         * progmodes/sh-script.el (sh-indent-for-then): Change default.
3422 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * simple.el (blink-matching-open):
3425         * textmodes/tex-mode.el (tex-validate-region):
3426         Obey syntax-table text properties.
3428 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3430         * wid-edit.el (widget-specify-field): Add `real-field' property to
3431         boundary.
3432         (widget-field-at): Use it.
3434 2004-12-02  Richard M. Stallman  <rms@gnu.org>
3436         * progmodes/cc-mode.el (awk-mode autoload):
3437         Supply t meaning interactive function.
3439         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
3440         (isearch-mode-map): No special definition for space.
3441         (isearch-whitespace-chars): Command deleted.
3442         (isearch-forward-regexp): Doc fix.
3443         (isearch-quote-char): When a space is not inside brackets,
3444         use `[ ]' instead of just space.
3445         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
3447         * imenu.el (imenu--generic-function): Delete code to exclude
3448         matches in comments.
3450         * man.el (Man-reverse-face): Change default to `highlight'.
3452         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
3453         (occur-engine): Use `face' prop rather than `font-lock-face'
3454         when specifying use of `match-face'.
3455         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
3457         * emacs-lisp/elint.el (elint-standard-variables): Update list.
3459         * add-log.el (add-log-current-defun): Handle the case where point
3460         is in the header part of a DEFUN construct.
3462 2004-12-02  Dave Love  <fx@gnu.org>
3464         * progmodes/python.el (python-font-lock-syntactic-keywords):
3465         Fix previous change.
3467 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
3469         * paren.el (show-paren-function): Check for matching chars
3470         specified by text props.
3472 2004-12-02  Jay Belanger  <belanger@truman.edu>
3474         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
3475         when reading a new key sequence.
3477 2004-12-02  Kim F. Storm  <storm@cua.dk>
3479         * faces.el (escape-glyph): Rename from glyph.
3480         (standard-display-table): Set it here.  Add escape-glyph face to
3481         extra slot characters.
3483         * disp-table.el: Undo 2004-12-01 change.  Display table is now
3484         setup in faces.el.
3486 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
3488         * xml.el (xml-parse-dtd): Don't show validity messages when
3489         xml-validating-parser is nil.
3490         (xml-substitute-special): Fix validity error messages to
3491         actually show the unexpandable entity.  Added validity error if &
3492         isn't followed by an entity.
3493         (xml-parse-tag): Concatenate any string following the a
3494         <![CDATA[]]> section to the parsed CDATA.
3495         (xml-parse-dtd): Skip parameter entity declarations and use of
3496         parameter entities.
3498 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3500         * kmacro.el (kmacro-default-counter-format): New var.
3501         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
3502         (kmacro-display): Remove `nil' from `and' form.  Delete call to
3503         `format' inside `message'.
3504         (kmacro-start-macro): Use `kmacro-default-counter-format'.
3506 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3508         * pcvs.el (cvs-header-msg): New function.
3509         (cvs-update-header): Use it.  Change calling convention.
3510         Correctly handle the case of having simultaneous active processes.
3511         (cvs-sentinel): Don't call cvs-update-header any more.
3512         (cvs-mode-run): Update call and add cvs-update-header to postproc.
3514 2004-12-01  Jay Belanger  <belanger@truman.edu>
3516         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
3517         Change message.
3519 2004-12-01  Juri Linkov  <juri@jurta.org>
3521         * progmodes/prolog.el (prolog-mode-variables):
3522         Fix imenu-generic-expression.
3524 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
3526         * faces.el (glyph): New face.
3528         * disp-table.el: Add an autoloaded table, that doesn't require
3529         this library, with glyph face.
3531         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
3532         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
3533         (conf-quote-normal): Allow normalizing only ' or ".
3534         (conf-mode): Regexp-quote constructed comment-start and don't
3535         match section {} where "name" contains braces.
3537         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
3538         files.
3540 2004-12-01  Kenichi Handa  <handa@m17n.org>
3542         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
3543         (x-select-text): Don't treat eight-bit-control/graphic chars
3544         specially.  Store the encoded text in the X cut buffer.
3545         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
3546         with x-last-selected-text-cut-encoded.
3548 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3550         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
3552 2004-11-30  Markus Rost  <rost@ias.edu>
3554         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
3555         AUCTeX.
3557 2004-11-30  Jay Belanger  <belanger@truman.edu>
3559         * calc/calc-arith.el (math-possible-signs): Made stronger checks
3560         on signs of intervals.
3561         (math-pow-of-zero): Strengthen checks for positive and negative
3562         exponents.
3564         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
3565         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
3566         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
3567         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
3568         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
3569         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
3570         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
3571         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
3572         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
3573         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
3574         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
3575         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
3576         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
3577         with provide statements.
3579         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
3581         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
3583         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
3584         (calc-load-everything, math-defsimplify): Replace dummy autoloading
3585         functions by require statements.
3586         (math-defsimplify): Move to calc-alg.el, add to autoloads.
3588         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3589         (calc-gnuplot-print): Give them values.
3591         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
3592         autoloads.
3593         Add calc-do-embedded-activate to autoloads.
3594         (calc-gnuplot-name, calc-gnuplot-plot-command)
3595         (calc-gnuplot-print-command): Move them to calc-graph.el.
3597 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3599         * term/mac-win.el (ccl-encode-mac-roman-font)
3600         (ccl-encode-mac-cyrillic-font)
3601         (ccl-encode-mac-centraleuropean-font, encoder-list)
3602         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
3603         Support Cyrillic, CentralEuropean, and Dingbat font display
3605 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
3607         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
3609         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
3610         still nil.
3612 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
3614         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
3615         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
3617 2004-11-29  Jay Belanger  <belanger@truman.edu>
3619         * calc/calc-arith.el (math-pow-of-zero): Take into account different
3620         cases of the base and exponent.
3622 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3624         * simple.el (next-error-buffer-p): Allow for inclusive and
3625         exclusive tests for finding a buffer.
3626         (next-error-find-buffer): Pass the exclusive and inclusive tests
3627         to next-error-buffer-p.
3629         * replace.el (occur-next-error): Switch to the Occur buffer when
3630         appropriate, use the exclusive filter to next-error-find-buffer to
3631         do it.  Use the absolute value of the motion amount.
3633 2004-11-29  Kenichi Handa  <handa@m17n.org>
3635         * startup.el (command-line): Decode all default-directory by
3636         locale-coding-system.
3638 2004-11-29  Jay Belanger  <belanger@truman.edu>
3640         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
3641         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
3642         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
3643         Replace calls to calc-extensions by appropriate require, replace
3644         calc-extensions-loaded by appropriate featurep.
3646         * calc/calc-ext.el: Move require to end of file.
3647         Remove redundant loading of calc.el.
3648         (calc-extensions-loaded): Remove unnecessary variable.
3649         (calc-extensions): Remove unnecessary function.
3650         (calc-load-everything): Replace calc-need-macros by appropriate require.
3652         * calc/calc-macs.el: Move provide to end of file.
3653         (calc-need-macros): Remove unnecessary function.
3655         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3656         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3657         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3658         Replace calc-extensions by appropriate require.
3659         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3661         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3662         Replace calc-need-macros by appropriate require.
3664         * calc/calc.el: Move require to end of file.
3665         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3666         Remove unnecessary variable.
3667         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3668         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3669         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3670         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3671         (math-stack-value-offset, math-format-value, math-format-flat-expr)
3672         (math-format-number, math-format-bignum, math-read-number)
3673         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3674         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3675         by appropriate require.
3676         (calc-check-defines): Replace calc-need-macros by appropriate require.
3678 2004-11-29  Kim F. Storm  <storm@cua.dk>
3680         * macros.el (insert-kbd-macro): Handle kmacro functions.
3682 2004-11-28  Juri Linkov  <juri@jurta.org>
3684         * compare-w.el (compare-windows-highlight): Attach each overlay
3685         to its window to properly highlight differences while comparing
3686         two windows of the same buffer.  Fix arguments.
3687         (compare-windows-sync-default-function): Fix arguments of
3688         `compare-windows-highlight'.
3690         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3691         Use `read-expression-history'.  Set initial contents only if
3692         `edebug-global-break-condition' is non-nil.  Set histpos to 1
3693         if initial contents is equal to the last history element.
3694         (edebug-set-conditional-breakpoint): Instead of temporarily
3695         prepending the current condition to the history, set initial
3696         contents to the current condition.  Set histpos to 1 if initial
3697         contents is equal to the last history element.
3699         * info.el (Info-search-whitespace-regexp): Remove shy group.
3700         (Info-search): Forward line if search is on the header line.
3701         Use search-whitespace-regexp in two other places.
3703 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3705         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3706         warning.  Delay real definition, which uses
3707         `set-fringe-indicators-1' till after the definition of that function.
3709 2004-11-28  Kim F. Storm  <storm@cua.dk>
3711         * fringe.el (fringe): New defgroup.
3712         (fringe-mode): Move to fringe group.
3713         (fringe-indicators): New defcustom.
3714         (set-fringe-indicators-1): New defun.
3716         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3717         (menu-bar-showhide-fringe-ind-menu): New keymap.
3718         (menu-bar-showhide-fringe-ind-empty)
3719         (menu-bar-showhide-fringe-ind-mixed)
3720         (menu-bar-showhide-fringe-ind-box)
3721         (menu-bar-showhide-fringe-ind-right)
3722         (menu-bar-showhide-fringe-ind-left)
3723         (menu-bar-showhide-fringe-ind-none): New defuns.
3724         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3726 2004-11-27  Richard M. Stallman  <rms@gnu.org>
3728         * comint.el (comint-read-noecho): Add trivial compatibility definition.
3730         * generic.el (define-generic-mode): Doc fix.
3732         * menu-bar.el (menu-bar-options-save): For the options
3733         that are toggled with menu-bar-make-mm-toggle, don't check
3734         for customized-value prop.
3736 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
3738         * mail/supercite.el (sc-cite-region): Handle the case where
3739         sc-cite-frame-alist is a symbol.
3740         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3741         a symbol.
3742         (sc-recite-region): Handle the case where sc-recite-frame-alist is
3743         a symbol.
3745 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3747         * wid-edit.el (widget-narrow-to-field): New function.
3748         (widget-complete): Use it.
3750 2004-11-27  Jay Belanger  <belanger@truman.edu>
3752         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3753         variable.
3754         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3755         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3756         (math-alg-inequalities): Move declaration to earlier in the file.
3758         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3759         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3760         Declare them.
3762         * calc/calc-lang.el (math-expr-data, math-expr-token)
3763         (math-exp-old-pos): Declare them.
3765         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3766         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3768 2004-11-27  Kim F. Storm  <storm@cua.dk>
3770         * progmodes/flymake.el: Use (featurep 'xemacs).
3771         (flymake-makehash): Change to defsubst.  Use fboundp.
3772         (flymake-time-to-float): Remove.
3773         (flymake-float-time): Merge code from flymake-time-to-float here.
3774         (flymake-replace-regexp-in-string): Change to defsubst.
3775         (flymake-split-string-remove-empty-edges):
3776         Rename to flymake-split-string.
3777         (flymake-split-string): Remove previous defalias.
3778         (flymake-get-temp-dir): Change to defsubst.
3779         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3780         Define for xemacs only.
3781         (flymake-master-file-count-limit): Change into compiler defvar only.
3782         (flymake-find-possible-master-files): Let-bind it dynamically while
3783         sorting files using flymake-master-file-compare.
3785 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3787         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3788         of defun-prompt-regexp matches inside a comment/string but the
3789         beginning is correctly outside everything.
3791         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3792         appears within a string or a comment.
3794         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3795         rather than make-symbol for symbols which are used in
3796         a symbol-macrolet or equivalent.
3798 2004-11-26  Jay Belanger  <belanger@truman.edu>
3800         * calc-misc.el (calc-last-why-command): Declare it.
3802         * calc-vec.el (math-grade-vec): New variable.
3803         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3804         Replace variable grade-vec by declared variable.
3805         (math-rb-close): New variable.
3806         (math-read-brackets, math-read-vector): Replace variable close by
3807         declared variable.
3809         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3810         (calc-one-window, calc-edit-handler, calc-restore-trail)
3811         (calc-allow-ret): Declare them.
3813         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3814         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3815         (math-radix-float-cache-tag, math-random-cache)
3816         (math-max-digits-cache, math-integral-cache, math-units-table)
3817         (math-format-date-cache, math-holidays-cache-tag): Declare them.
3818         (math-moc-func): New variable.
3819         (math-map-over-constants, math-map-over-constants-rec):
3820         Replace variable func by declared variable.
3822         * calc/calc-store.el (calc-given-value, calc-store-opers):
3823         Declare them.
3824         (calc-var-name-map): Move declaration to earlier in the file.
3825         (calc-pv-pos): New variable.
3826         (calc-permanent-variable, calc-insert-permanent-variable):
3827         Replace variable pos by declared variable.
3829         * calc/calc-mtx.el (calc-det-lu): New variable.
3830         (math-det-raw, math-det-step): Replace variable lu by declared variable.
3832         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3833         (math-multi-subst, math-multi-subst-rec): Replace variables temp
3834         and arg by declared variables.
3835         (calcFunc-reducer): Fix incorrect variable.
3836         (math-inner-mul-func, math-inner-add-func): New variables.
3837         (calcFunc-inner, math-inner-mats): Replace variables mul-func
3838         and add-func by declared variables.
3840         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3841         (calc-digit-value): Declare them.
3843         * calc/calc-help.el (Info-history): Declare it.
3844         (calc-describe-key): Make calc-summary-indentation a local variable.
3845         (calc-help-long-names): Move declaration to earlier in file.
3847         * calc/calc-embed.el (calc-original-buffer): Declare it.
3848         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3849         (calc-embed-bot): New variables.
3850         (calc-do-embedded, calc-embedded-mark-formula)
3851         (calc-embedded-find-bounds, calc-embedded-duplicate)
3852         (calc-embedded-new-formula, calc-embedded-make-info):
3853         Replace vars outer-top, outer-bot, bot and top by declared variables.
3854         (calc-embed-prev-modes): New variable.
3855         (calc-embedded-set-modes, calc-embedded-update): Replace variable
3856         prev-modes with declared variable.
3857         (calc-embed-vars-used): New variable.
3858         (calc-embedded-make-info, calc-embedded-evaluate-expr)
3859         (calc-embedded-update, calc-embedded-find-vars): Replace variable
3860         vars-used by declared variable.
3862         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3863         (math-format-radix-float): Remove unnecessary setq.
3864         (math-radix-float-cache): Declare it.
3866         * calc/calcsel2.el (calc-keep-selection): Declare it.
3868         * calc/calc-maint.el: Remove file.
3870 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3872         * textmodes/bibtex.el (bibtex-sort-entry-class)
3873         (bibtex-comment-start): Use defcustom.
3874         (bibtex-entry-field-alist): Use nil if initial content of the
3875         field is undefined.  Fix docstring.
3876         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3877         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3878         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3879         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3880         Fix docstring.
3881         (bibtex-autokey-title-terminators): Use only one regexp.
3882         (bibtex-string-maybe-empty-head): New variable.
3883         (bibtex-remove-delimiters-string): New function.
3884         (bibtex-text-in-field-bounds, bibtex-text-in-string):
3885         Use bibtex-remove-delimiters-string.
3886         (bibtex-progress-message, bibtex-field-left-delimiter)
3887         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3888         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3889         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3890         Simplify.
3891         (bibtex-format-entry): Use save-excursion for inherited booktitle.
3892         Use eq and bibtex-remove-delimiters-string.  For end markers use
3893         insertion type so that marker stays after inserted text.
3894         (bibtex-autokey-get-names): Return empty string if name is missing.
3895         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3896         calling bibtex-autokey-name-case-convert.
3897         (bibtex-autokey-demangle-title):
3898         Call bibtex-autokey-titleword-case-convert.  Remove call to
3899         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3900         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3901         (bibtex-read-key): New optional arg global.
3902         (bibtex-files-expand): New optional arg force.
3903         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3904         (bibtex-complete-crossref-cleanup): Rename from
3905         bibtex-complete-key-cleanup.  Simplify code.
3906         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
3907         Operate on current entry.
3908         (bibtex-button): Add docstring.
3909         (bibtex-entry): Simplify.
3910         (bibtex-make-field): Replace optional arg called-by-yank with more
3911         specific args move and interactive.
3912         (bibtex-end-of-entry): Use forward-sexp.
3913         (bibtex-find-entry-globally): Remove.
3914         (bibtex-find-crossref): Allow for crossref key located in other buffer.
3915         Bound to C-c C-x.
3916         (bibtex-find-entry): New optional args global and display.
3917         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
3918         (bibtex-validate): Use arg force of bibtex-files-expand.
3919         (bibtex-clean-entry): Bugfix, clean string entries properly.
3920         Always keep point at beginning of entry.
3921         (bibtex-complete): Bugfix.  Handle string entries properly.
3922         Call cleanup functions only if needed.
3923         (bibtex-String): Use bibtex-read-string-key.
3924         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
3925         case of replacement text.
3927 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
3929         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3930         (tramp-perl-directory-files-and-attributes): New constant.
3931         (tramp-file-name-handler-alist): Delete file-directory-files, add
3932         directory-files-and-attributes.
3933         (tramp-perl-file-attributes): Surround uid and gid by double
3934         quotes. Change parameter id-format from nonnumeric.
3935         (tramp-convert-file-attributes): New function.
3936         (tramp-handle-file-attributes): Use it.
3937         (tramp-maybe-send-perl-script): New function.
3938         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3939         file mode. Change parameter id-format from nonnumeric.
3940         (tramp-handle-file-attributes-with-ls): Change parameter id-format
3941         from nonnumeric.
3942         (tramp-post-connection): Don't send tramp-perl-file-attributes
3943         script. Reset connection property "perl-scripts".
3944         (tramp-handle-insert-directory): Run real handler when ls-lisp is
3945         in use.
3947 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
3949         * desktop.el (desktop-read): Replace mapcar with mapc.
3950         (desktop-create-buffer): Replace mapcar with mapc.
3951         Remove redundant piece of code.
3953 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
3955         * progmodes/gud.el (gud-display-line): Use display-buffer
3956         for GDB-UI as for GUD.
3958         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3959         Delete variables.
3960         (gdb-ann3): Don't make GUD buffer dedicated.
3961         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3962         (gdb-display-source-buffer): Delete function.
3963         (gdb-view-source-function, gdb-view-assembler): Delete functions.
3964         (menu): Delete menu bindings for viewing source/assembler.
3965         (gdb-setup-windows, gdb-restore-windows):
3966         Don't dedicate GUD. No assembler now.
3967         (gdb-reset): No need to undedicate source buffers now.
3968         (gdb-source-info): No assembler now.
3970 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
3972         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3973         width to those for special frames.
3974         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3975         Use display-buffer.
3976         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3977         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3978         (gdb-frame-assembler-buffer): Rework like
3979         gdb-frame-breakpoints-buffer.
3981 2004-11-25  Richard M. Stallman  <rms@gnu.org>
3983         * progmodes/flymake.el: Reindent.
3984         (flymake-split-string): Turn into defalias.
3985         (flymake-fix-file-name): Rename from flymake-fix-path-name.
3986         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3987         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
3988         (flymake-build-relative-filename): Rename from ...path.
3989         Fix error message.
3991 2004-11-25  Cheng Gao  <chenggao@gmail.com>
3993         * progmodes/flymake.el: Much whitespace and capitalization change.
3994         Move `provide' to end.  Require `compile' only when compiling.
3996 2004-11-24  Jay Belanger  <belanger@truman.edu>
3998         * calc/calc-alg.el: Added comment.
3999         (math-polynomial-base): Replace variable mpb-top-expr by
4000         math-poly-base-top-expr.
4002         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
4003         (math-polynomial-p1): Replace variable mpb-top-expr by declared
4004         variable.
4005         (math-poly-base-total-base): New variable.
4006         (math-total-polynomial-base, math-polynomial-p1): Replace variable
4007         mpb-total-base by declared variable.
4008         (math-factored-vars, math-to-list): Declare it.
4009         (math-fact-expr): New variable.
4010         (calcFunc-factors, calcFunc-factor, math-factor-expr)
4011         (math-factor-expr-try, math-factor-expr-part): Replace variable
4012         expr by declared variable.
4013         (math-fet-x): New variable.
4014         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
4015         by declared variable.
4016         (math-factor-poly-coefs): Make temp a local variable.
4018         * calc/calc-units.el (calc-convert-units): Make units a local
4019         variable.
4020         (calc-num-units, calc-den-units): New variables.
4021         (calc-explain-units, calc-explain-units-rec): Replace variables
4022         num-units and den-units by declared variables.
4023         (math-cu-unit-list): New variable.
4024         (math-build-units-table, math-compare-unit-names)
4025         (math-convert-units, math-convert-units-rec): Replace variable
4026         unit-list by declared variable.
4027         (math-fbu-base, math-fbu-entry): New variables.
4028         (math-find-base-units, math-find-base-units-rec): Replace variables
4029         base and entry by declared variables.
4030         (math-which-standard): New variable.
4031         (math-to-standard-units, math-to-standard-rec): Replace variable
4032         which-standard by declared variable.
4033         (math-fcu-u): New variable.
4034         (math-find-compatible-unit, math-find-compatible-unit-rec):
4035         Replace variable u by declared variable.
4036         (math-cu-new-units, math-cu-pure): New variables.
4037         (math-convert-units, math-convert-units-rec): Replace variables
4038         new-units and pure by declared variables.
4039         (math-try-cancel-units): New variable.
4040         (math-simplify-units-quotient): Replace variable try-cancel-units by
4041         declared variable.
4043 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4045         * textmodes/ispell.el (ispell-check-version):
4046         If default-directory is nonexistent, use home dir.
4048         * progmodes/grep.el (grep-regexp-alist):
4049         Don't match parens around line numbers.
4051         * progmodes/cperl-mode.el (cperl-indent-region)
4052         (cperl-imenu--create-perl-index, cperl-xsub-scan):
4053         Don't print progress messages.
4055         * progmodes/compile.el (compilation-mode-map):
4056         Don't inherit from compilation-minor-mode-map;
4057         copy its bindings instead.  But the menu bar Compile
4058         entry now does inherit from compilation-menu-map.
4060         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4061         Use with-no-warnings around compiler-macroexpand.
4063         * imenu.el: Don't always require newcomment.
4064         (imenu--generic-function): Call comment-normalize-vars
4065         if we have a comment syntax.
4066         Exit the loop if REGEXP matches the null string.
4067         Test comment-start as well as comment-start-skip
4068         when deciding whether to check for comments.
4070         * tooltip.el (tooltip-mode): Doc fix.
4072         * term.el (term-escape-char, term-mode): Doc fixes.
4074 2004-11-24  Dave Love  <fx@gnu.org>
4076         * progmodes/python.el (python-font-lock-syntactic-keywords):
4077         Check for escapes in the regexp.
4078         (python-quote-syntax): Don't do it here.
4080 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4082         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4083         (gdb-frames-mode-map, gdb-threads-mode-map)
4084         (gdb-registers-mode-map, gdb-locals-mode-map)
4085         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
4086         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
4088         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
4089         (dedicated-switch-to-buffer): Rework.
4090         (gdb-var-evaluate-expression-handler, gdb-put-string):
4091         Remove unused variable bindings.
4092         (gdb-setup-windows, gdb-display-buffer):
4093         Simplify. Use pop-to-buffer.
4094         (gdb-view-source-function): Simplify.
4095         (gdb-frame-breakpoints-buffer):
4096         Use pop-to-buffer, special-display-regexps.
4098 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4100         * progmodes/f90.el (f90-smart-end)
4101         (f90-previous-statement, f90-beginning-of-block): Doc fix.
4102         (f90-calculate-indent): Handle un-named PROGRAM blocks.
4103         (f90-end-of-block): Doc fix.  Make check of outermost block
4104         conditional on value of `f90-smart-end'.
4105         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
4106         Handle case where END-BLOCK is nil.
4107         (f90-match-end): Handle un-named PROGRAM blocks.
4108         (f90-backslash-not-special): New function.
4110 2004-11-24  Jay Belanger  <belanger@truman.edu>
4112         * calc/calc.el (calc-embedded-active): Removed unnecessary
4113         declaration.
4114         (calc-show-banner): Removed redundant declaration.
4116         * calc/calc-graph.el (calc-gnuplot-default-device)
4117         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4118         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4119         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
4120         Remove redundant initial values.
4122         * calc/calc-arith.el (math-scalar-functions)
4123         (math-nonscalar-functions, math-scalar-if-args-functions)
4124         (math-real-functions, math-positive-functions)
4125         (math-nonnegative-functions, math-real-scalar-functions)
4126         (math-real-if-arg-functions, math-integer-functions)
4127         (math-num-integer-functions, math-rounding-functions)
4128         (math-float-rounding-functions, math-integer-if-args-functions)
4129         (math-super-types): Move declarations to earlier in file.
4130         (math-unit-prefixes): Declared it.
4131         (math-floor-prec, math-trunc-prec): New variables.
4132         (math-trunc-fancy): Replace variable prec by declared variable.
4133         (math-floor-fancy): Replace variable prec by declared variable.
4134         (math-com-bterms): New variable.
4135         (math-commutative-equal, math-commutative-collect):
4136         Replace variable bterms by declared variable.
4138         * calc/calc-misc.el (math-trunc): Replace variable prec by
4139         math-trunc-prec.
4140         (math-floor): Replace variable prec by math-floor-prec.
4142         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
4143         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
4144         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
4145         (math-format-date, math-format-date-part): Replace variables
4146         date, dt, year, month, day, weekday, hour, minute, second and
4147         bc-flag by declared variables.
4148         (math-pd-str): New variable.
4149         (math-parse-date, math-parse-date-word, math-parse-standard-date):
4150         Replace variable str by declared variable.
4151         (math-daylight-savings-hook, math-tzone-names): Move definitions
4152         to earlier in the file.
4153         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
4154         (math-sh-year): New variable.
4155         (math-setup-add-holidays, math-setup-holidays)
4156         (math-setup-year-holidays): Replace variable `year' by declared
4157         variable.
4159         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
4160         New variables.
4161         (math-nth-root-float, math-nth-root-float-iter): Replace variables
4162         n, nf and nfm1 by declared variables.
4163         (math-nri-n): New variable.
4164         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
4165         n by declared variable.
4166         (calcFunc-log): Removed misplaced condition.
4168 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4170         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
4172 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4174         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
4175         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
4176         Dedicate gdb-related windows.
4177         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
4178         other frames.
4179         (gdb-reset): Remove dedicated property after debugging.
4181 2004-11-24  Jay Belanger <belanger@truman.edu>
4183         * calc/calc-sel.el: Add comment.
4185         * calc/calc.el (math-stack-value-offset): Replace variables c,
4186         wid and off with math-svo-c, math-svo-wid and math-svo-off.
4188         * calc/calccomp.el (math-comp-sel-tag): Declare it.
4189         (math-svo-c, math-svo-wid, math-svo-off): New variables.
4190         (math-stack-value-offset-fancy): Replace variables c, wid and off
4191         by declared variables.
4192         (math-comp-just, math-comp-comma-spc): New variables.
4193         (math-compose-expr, math-compose-matrix): Replace variables `just'
4194         and comma-spc by declared variable.
4195         (math-comp-vector-prec): New variable.
4196         (math-compose-expr, math-compose-matrix, math-compose-rows):
4197         Replace variable vector-prec by declared variable.
4198         (math-comp-left-bracket, math-comp-right-bracket)
4199         (math-comp-comma): New variables.
4200         (math-compose-expr, math-compose-rows): Replace variables
4201         left-bracket, right-bracket and comma by declared variables.
4202         (math-comp-full-width): New variable.
4203         (math-comp-to-string-flat, math-comp-to-string-flat-term):
4204         Replace variable full-width by declared variable.
4205         (math-comp-highlight, math-comp-word, math-comp-level)
4206         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
4207         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
4208         New variables.
4209         (math-comp-to-string-flat, math-comp-to-string-flat-term)
4210         (math-comp-sel-flat-term): Replace variables comp-highlight,
4211         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
4212         declared variables.
4213         (math-comp-simplify, math-comp-simplify-term)
4214         (math-comp-add-string, math-comp-add-string-sel):
4215         Replace variables comp-highlight, comp-buf, comp-base,
4216         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
4218 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4220         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
4222         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
4223         and x-server-version may throw.
4225 2004-11-23  Kim F. Storm  <storm@cua.dk>
4227         * subr.el (substitute-key-definition-key): Optimize.
4228         Don't call indirect-function for nil defn (always signals error).
4230         * ido.el (ido-read-internal): Fix require-match check when
4231         ido-directory-too-big is set.
4233 2004-11-23  Jay Belanger  <belanger@truman.edu>
4235         * calc/calc-ext.el (math-read-replacement-list)
4236         (math-read-superscripts): New variables.
4237         (math-read-preprocess-string): New function.
4238         (math-read-expr): Filter input through math-read-preprocess-string.
4240         * calc/calc-aent.el (math-read-exprs): Filter input through
4241         math-read-preprocess-string.
4243 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
4245         * progmodes/compile.el (compilation-start): In cd command use
4246         substitute-env-vars -- not quite shell compatible but better than
4247         nothing.
4248         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
4249         handle the newer versions messages, which are more parseable.
4251 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * reveal.el (reveal-mode-map): New var.
4254         (reveal-mode): Use it.
4256 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
4258         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
4259         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
4261 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4263         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
4264         header-line when needed.
4265         Use fixed-pitch only in the header-line.
4266         Build the underline automatically.  Use emdash if available.
4268 2004-11-22  Richard M. Stallman  <rms@gnu.org>
4270         * dired.el (dired-recursive-copies): Move from dired-aux.el.
4271         * dired-aux.el (dired-recursive-copies): Move to dired.el.
4273 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
4275         * progmodes/gdb-ui.el (gdb-resync): New function.
4276         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
4277         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
4278         Use it to fail more gracefully.
4279         (gdb-variables): Delete variable.
4280         Re-order variables to reduce byte-compiler warnings.
4282 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4284         * descr-text.el (describe-char):
4285         * paren.el (show-paren-function):
4286         * subr.el (syntax-after): Undo last change.
4288         * progmodes/python.el (run-python): Don't hard code *Python*.
4289         Don't modify global process-environment.
4290         (python-send-region, python-load-file): Don't assume that
4291         python-buffer == (process-buffer (python-proc)).
4292         (python-switch-to-python): Simplify.
4294         * dired.el (dired-align-file): Don't assume line starts with spaces.
4296 2004-11-21  Jay Belanger  <belanger@truman.edu>
4298         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
4299         Replace variable `lines' by math-read-big-lines.
4300         (math-read-big-expr): Replace variables the-baseline, the-h2
4301         and err-msg by math-read-big-baseline, math-read-big-h2 and
4302         math-read-err-msg.
4303         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
4305         * calc/calc-lang.el (math-read-big-rec): Fix typo.
4306         (math-read-big-balance): Replace unbound variable by value.
4307         (math-read-big-lines): New variable.
4308         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4309         (math-read-big-error, math-read-big-balance): Replace variable
4310         `lines' by declared variable.
4311         (math-read-big-baseline, math-read-big-h2): New variables.
4312         (math-read-big-rec): Replace variables the-baseline and the-h2
4313         by declared variables.
4314         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
4315         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
4316         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
4317         declared variables.
4318         (math-read-big-err-msg): New variable.
4319         (math-read-big-error): Replace variable err-msg by declared variable.
4321 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4323         * ses.el: Add coding cookie.
4324         Fix up docstrings, follow new commenting conventions.
4325         (ses-header-line-menu): Fix missing variable rename for header-row.
4326         (ses-cell-size): Remove.
4327         (ses-make-cell): New function.
4328         (ses-cell, ses-insert-row, ses-insert-column): Use it.
4329         (ses-calculate-cell): Remove unused var `symbol'.
4330         (ses-narrowed-p): New function.
4331         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
4332         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
4333         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
4334         (ses-setup): Use restore-buffer-modified-p.
4335         (ses-cleanup): Remove unused var `end'.
4336         (ses-header-string-left-offset): Remove.
4337         (ses-create-header-string): Adjust to new behavior of `align-to'.
4338         Truncate excessively large fields to preserve alignment.
4339         (ses-reconstruct-all): Remove unused var `refs'.
4340         (ses-read-cell-printer): Remove unused var `prompt'.
4341         (ses-delete-row): Remove unused var `pos'.
4342         (ses-delete-column): Remove unused var `new'.
4344 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4346         * ps-print.el: Insert :version tag into all defgroup and defcustom.
4347         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4348         Eliminate eval-and-compile usage.
4349         (ps-insert-file): Use insert-file-contents instead of insert-file.
4350         (ps-setup): Code fix.
4352         * printing.el (pr-setup, lpr-setup): Code fix.
4354 2004-11-21  Jay Belanger  <belanger@truman.edu>
4356         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
4357         (calc-original-buffer): Declare them.
4358         (calc-user-formula-alist): New variable.
4359         (calc-user-define-formula, calc-fix-user-formula)
4360         (calc-user-define-composition, calc-finish-formula-edit):
4361         Replace variable `alist' by declared variable.
4362         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
4363         (var-q7, var-q7, var-q8, var-q9): Declare them.
4364         (calc-kbd-push): Don't check to see if var-q0 through var-q9
4365         are bound.
4366         (calcFunc-typeof): Replace undeclared variable by expression.
4367         (math-exp-env): New variable.
4368         (math-define-body, math-define-exp): Replace exp-env by declared var.
4369         (math-define-exp): Replace misplaced variable by expression.
4371         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
4372         (calc-curve-model, calc-curve-coefnames): New variables.
4373         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
4374         varnames, model and coefnames by declared variables.
4375         (math-root-widen): New variable.
4376         (math-search-root, math-find-root): Replace variable root-widen by
4377         declared variable.
4378         (var-DUMMY): Declare it.
4379         (math-root-vars, math-min-vars): Move the declarations to earlier in
4380         the file.
4381         (math-brent-min): Make d a local variable.
4382         (math-find-minimum): Replace non-existent variable.
4383         (math-ninteg-romberg): Remove unnecessary variable.
4384         (math-ninteg-temp): New variable.
4385         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
4386         integ-temp by declared variable.
4387         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
4388         New variables.
4389         (math-general-fit): Replace variables first-var, first-coef and
4390         new-coefs by declared variables.
4391         (calcFunc-fitvar): Replace variable first-var by declared variable.
4392         (calcFunc-fitparam): Replace variable first-coef by declared variable.
4393         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
4394         (math-all-vars-vars, math-all-vars-found): New variables.
4395         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
4396         found by declared variable math-all-vars-vars.
4398 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4400         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
4401         of `defconst'.
4403 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4405         * isearch.el (isearch-mode-map): Don't bind SPC.
4406         (isearch-whitespace-chars): Function deleted.
4407         (isearch-search): Bind search-spaces-regexp.
4408         (isearch-lazy-highlight-search): Likewise.
4409         (search-whitespace-regexp): Doc fix.
4410         (isearch-forward-regexp): Doc fix.
4412         * emacs-lisp/bytecomp.el (byte-compile-form):
4413         Move the calls to byte-compile-set-symbol-position,
4414         to avoid having two for the same symbol occurrence.
4416         * comint.el (comint-input-ring-size): Increase to 150.
4418         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
4419         New variables.
4420         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
4421         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
4423         * imenu.el (imenu--generic-function):
4424         Ensure we keep moving backward even if BEG isn't further back.
4426         * replace.el (query-replace-read-to, query-replace-read-from):
4427         Specify t for KEEP-ALL in read-from-minibuffer.
4429         * progmodes/python.el (python-switch-to-python):
4430         If Python isn't running, start it.
4431         Don't alter debug-ignored-errors.
4433         * progmodes/cperl-mode.el (cperl-indent-region):
4434         Don't mind imenu-scanning-message.
4436         * bindings.el (global-map): Bind C-e to move-end-of-line.
4438         * simple.el (line-move-finish): New arg FORWARD.
4439         Ignore invisible newlines, not intangible ones.
4440         Conditions for acceptable stopping positions depend on FORWARD.
4441         (line-move): Pass FORWARD arg to line-move-finish.
4443         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4444         of HEADER.  Compensate for this change in the code to add display
4445         properties.  Don't make the first line intangible.
4447         * info.el (Info-search): Fix previous change.
4449 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4451         * Makefile.in (recompile): Revert 2004-11-19 change.
4452         (compile): Likewise.
4454 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
4456         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
4458 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4460         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
4461         defgroup and defcustom.  Eliminate eval-and-compile usage.
4463         * progmodes/ebnf-otz.el: Fix typos.
4465 2004-11-19  Jay Belanger  <belanger@truman.edu>
4467         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
4468         (calc-edit-finish, calc-finish-stack-edit): Replace variable
4469         disp-trail by declared variable.
4471         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
4472         (calc-finish-selection-edit):  Replace variable disp-trail by
4473         declared variable.
4474         (calc-selection-cache-entry): Move declaration to earlier in the file.
4475         (calc-selection-cache-num, calc-selection-cache-comp)
4476         (calc-selection-cache-offset, calc-selection-true-num)
4477         (calc-final-point-line, calc-final-point-column)
4478         (calc-original-buffer): Declare them.
4479         (calc-fnp-op, calc-fnp-num): New variables.
4480         (calc-find-nth-part, calc-find-nth-part-rec)
4481         (calc-select-previous): Replace op and num by declared variables.
4482         (calc-rsf-old, calc-rsf-new): New variables.
4483         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
4484         Replace variables old and new by declared variables.
4485         (calc-sel-reselect): New variable.
4486         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
4487         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
4488         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
4489         reselect with declared variable.
4491         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4492         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
4493         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
4494         (math-import-list, math-rewrite-phase): Declare them.
4495         (math-rewrite):  Use let* to declare variables.
4496         (calc-rewrite-selection): Make rules a local variable.
4497         (calc-rewr-sel): New variable.
4498         (calc-rewrite-selection, calc-locate-selection-marker)
4499         (calc-rewrite): Use the declared variable calc-rewr-sel instead
4500         of sel.
4501         (math-rewrite-whole-expr): New variable.
4502         (math-rewrite, math-rewrite-phase): Replace variable expr by
4503         declared variable.
4504         (math-rewrite-heads-heads, math-rewrite-heads-skips)
4505         (math-rewrite-heads-blanks ): New variables.
4506         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
4507         heads, skips and blanks by declared variables.
4508         (math-rwcomp-subst-old, math-rwcomp-subst-new)
4509         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
4510         New variables.
4511         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
4512         old, new, old-func and new-func by declared variables.
4513         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
4514         Remove unnecessary variable.
4515         (math-apply-rw-regs): New variable.
4516         (math-apply-rewrites, math-rwapply-replace-regs)
4517         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
4518         (math-apply-rw-ruleset): New variable.
4519         (math-apply-rewrites, math-rwapply-remember): Replace variable
4520         ruleset by declared variable.
4522 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4524         * info.el (Info-search): Use search-whitespace-regexp.
4526 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4528         * vc-rcs.el (vc-rcs-parse): New function.
4529         (vc-rcs-annotate-command): Likewise.
4530         (vc-rcs-annotate-current-time): Likewise.
4531         (vc-rcs-annotate-time): Likewise.
4532         (vc-rcs-annotate-extract-revision-at-line): Likewise.
4534 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4536         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4538 2004-11-18  Jay Belanger  <belanger@truman.edu>
4540         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
4542 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4544         * printing.el: Eliminate use of interactive-p and eval-and-compile.
4545         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4546         Use make-temp-file to generate PostScript files in any situation.
4547         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
4548         (pr-interactive-p): Eliminate var.
4549         (pr-save-interactive): Eliminate macro.
4550         (pr-interface, pr-ps-directory-preview)
4551         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4552         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4553         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4554         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4555         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4556         (pr-ps-region-ps-print, pr-ps-mode-preview)
4557         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4558         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4559         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
4560         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4561         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4562         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4563         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4564         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4565         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4566         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4567         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4568         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
4569         Eliminate pr-save-interactive usage.
4570         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
4571         Eliminate pr-interactive-p usage.
4572         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
4573         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
4574         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
4575         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
4576         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
4577         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
4578         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
4579         New funs.
4580         (pr-ps-file): Use make-temp-file to generate a temporary file.
4582 2004-11-17  Jay Belanger  <belanger@truman.edu>
4584         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
4585         a local variable.
4586         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
4587         (math-top-only): New variable.
4588         (math-simplify, math-simplify-step): Replace variable top-only by
4589         declared variable math-top-only.
4590         (math-simplify-expr): Declare it.
4591         Replace argument expr in all calls of math-defsimplify by
4592         math-simplify-expr.
4593         (math-simplify-plus, math-simplify-times, math-simplify-divide)
4594         (math-simplify-divisor, math-simplify-one-divisor)
4595         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
4596         (math-simplify-pow): Replace variable expr by declared variable
4597         math-simplify-expr.
4598         (math-simplify-divisor): Remove local variables temp and op.
4599         (math-simplify-one-divisor): Make temp and op local variables.
4600         (math-simplify-divisor-nover, math-simplify-divisor-dover):
4601         New variables.
4602         (math-simplify-divisor, math-simplify-one-divisor):
4603         Replace variables nover and dover by declared variables.
4604         (math-expr-subst-new, math-expr-subst-old): New variables.
4605         (math-expr-subst, math-expr-subst-rec): Replace variables new
4606         and old by declared variables.
4607         (math-is-poly-degree, math-is-poly-loose): New variables.
4608         (math-is-polynomial, math-is-poly-rec): Replace variables degree
4609         and loose by declared variables.
4610         (math-poly-base-const-ok, math-poly-base-pred): New variables.
4611         (math-polynomial-base, math-polynomial-base-rec):
4612         Replace variables const-ok and mpb-pred by declared variables.
4614         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
4616         * calc/calc-ext.el (math-defsimplify): Change the argument in
4617         the created function to math-simplify-expr.
4619         * calc/calc-units.el (math-simplify-expr): Declare it.
4620         Replace argument expr in all calls of math-defsimplify by
4621         math-simplify-expr.
4622         (math-simplify-units-prod): Replace variable expr by declared
4623         variable math-simplify-expr.
4625 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4627         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
4628         Replace mapcar->dolist, format->string.
4630 2004-11-17  Miles Bader  <miles@gnu.org>
4632         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
4633         * progmodes/idlwave.el: Remove RCS keywords.
4635 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
4637         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
4638         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
4639         Update to IDLWAVE version 5.5.  Too many changes to list them here.
4640         * progmodes/idlw-help.el: New file.
4642 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4644         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4645         Discard spaces after \i according to TeX rules.
4647         * international/mule.el (set-buffer-file-coding-system):
4648         New arg NOMODIFY.
4649         (after-insert-file-set-coding): Pass that new arg.
4650         Prevent set-buffer-multibyte from trying to lock the file.
4652         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
4654         * saveplace.el (save-place): Doc fix.
4656         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4657         temporarily widen before finding the following word to copy.
4659         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4660         (cl-map-keymap): Definition deleted.
4662         * subr.el (map-keymap-internal): New function.
4664 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4666         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4667         when pressing rather than when releasing mouse-2.  Simplify.
4669 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4671         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4672         (compilation-mode): Set it here instead.
4674         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4676         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4677         (loop, cl-parse-loop-clause, defsetf): Use backquote.
4679 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         * progmodes/compile.el (compilation-internal-error-properties):
4682         Fix up a transposition-typo.  Check end-col before using it.
4684 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
4686         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4687         Discard whitespace after macro \i when converting it.
4689 2004-11-16  Juri Linkov  <juri@jurta.org>
4691         * emacs-lisp/find-func.el (find-function-regexp):
4692         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
4693         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
4694         Remove invalid `\W' from [^cgv\W].  Doc fix.
4695         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4697 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4699         * play/life.el: Maintainer is now FSF.
4700         (life-patterns, life-neighbor-deltas, life-window-start)
4701         (life-current-generation, life-generation-string): Use defvar
4702         instead of defconst.
4704 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4706         * progmodes/compile.el (compilation-move-to-column): New fun.
4707         (compilation-internal-error-properties)
4708         (compilation-next-error-function): Use it to make sure we don't go past
4709         the end of line.
4711 2004-11-15  John Paul Wallington  <jpw@gnu.org>
4713         * autoinsert.el (auto-insert-alist): Insert the user's name in
4714         copyright notice, rather than Free Software Foundation, for the
4715         Emacs Lisp header case too.
4717 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4719         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4720         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4721         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
4722         return the list of string in a string.
4723         (pr-call-process): Message if calling process returns an error, that
4724         is, the exit status is different of zero.
4726 2004-11-15  Jay Belanger  <belanger@truman.edu>
4728         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
4729         variable var-thing.
4730         (math-integ-depth, math-integ-level, math-integral-limit)
4731         (math-enable-subst, math-any-substs, math-integ-msg)
4732         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4733         (math-int-threshold, math-int-factors, math-double-roots)
4734         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4735         (var-GenCount):  Declare these variables.
4736         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
4737         (math-integral-cache, math-integral-cache-state):
4738         Move declarations to earlier in the file.
4739         (math-deriv-var, math-deriv-total, math-deriv-symb)
4740         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4741         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4742         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4743         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4744         (math-solve-res):  New variables
4745         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4746         (math-integral, math-replace-integral-parts)
4747         (math-integrate-by-parts, calc-dump-integral-cache)
4748         (math-try-integral, math-do-integral, math-do-integral)
4749         (math-do-integral-methods, math-try-solve-for)
4750         (math-try-solve-prod, math-solve-poly-funny-powers)
4751         (math-solve-crunch-poly, math-decompose-poly)
4752         (math-solve-find-root-term, math-find-root-in-prod)
4753         (math-integ-try-linear-substitutions)
4754         (math-integ-try-substitutions, math-expr-rational-in)
4755         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4756         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4757         (math-solve-for, math-solve-system, math-solve-system-rec)
4758         (math-solve-get-sign, math-solve-get-int)
4759         (math-solve-system-subst): Replace undeclared variables with newly
4760         declared variables.
4762 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4764         * winner.el (winner-active-region, winner-edges, winner-window-list):
4765         Define at toplevel.
4766         (winner-mode-map): Move init inside declaration.
4768 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4770         * files.el (convert-standard-filename): Doc fix.
4772 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
4774         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4775         passwd, group, shadow, default/* and pam.d/*.
4777 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4779         * printing.el (pr-menu-spec): Adjust menu specification.
4781 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4783         * printing.el: Doc fix.  Insert :version tag into all defcustom.
4784         Handle interactive-p as is recommended in Emacs Lisp Reference.
4785         Set the file permission bits for newly created files.
4786         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4787         The printing menu specification (in `pr-menu-spec') was merged.
4788         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4789         (pr-version): New version number (6.8.3).
4790         (pr-file-modes): New option.
4791         (pr-interactive-p): New var.
4792         (pr-save-interactive, pr-save-file-modes): New macros.
4793         (pr-setup): Code fix.
4794         (pr-menu-spec): Menu specification merged.
4795         (pr-call-process, pr-text2ps): Set file permission bits.
4796         (pr-despool-print): Set file permission bits.  Handle interactive-p as
4797         is recommended.
4798         (pr-interface, pr-ps-directory-preview)
4799         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4800         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4801         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4802         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4803         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4804         (pr-ps-region-ps-print, pr-ps-mode-preview)
4805         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4806         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4807         (pr-despool-using-ghostscript, pr-despool-ps-print)
4808         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4809         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4810         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4811         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4812         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4813         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4814         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4815         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4816         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4817         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4818         Handle interactive-p as is recommended.
4820 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4823         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4825         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4826         so it doesn't forget to highlight the beginning of the region either.
4828 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
4830         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4831         (c-font-lock-init): Eliminate obsolete make-local-hook.
4832         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4833         (awk-mode): Use run-mode-hooks.
4835         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4837 2004-11-13  Kim F. Storm  <storm@cua.dk>
4839         * mouse.el (mouse-drag-copy-region): Add :version.
4840         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4841         while dragging mode line, so mode line can be dragged downwards.
4842         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4843         while pressing mouse button so window doesn't scroll until we
4844         release the mouse if clicking on partially visible line.
4846 2004-11-12  Jay Belanger  <belanger@truman.edu>
4848         * calc/calc-graph.el (calc-dumb-map):  Declare it.
4849         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
4850         than unbound.
4851         (calc-graph-name):  Made `end' a local variable.
4852         (calc-graph-lookup):  Made `varname' a local variable.
4853         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4854         Declare them.
4855         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
4856         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
4857         the unused variable y3vec.
4858         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
4859         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
4860         calc-graph-prev-kill-hook.
4861         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4862         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4863         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4864         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4865         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4866         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4867         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4868         (calc-graph-y3value, calc-graph-y3name)
4869         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4870         (calc-graph-stepcount, calc-graph-is-splot)
4871         (calc-graph-surprise-splot, calc-graph-blank)
4872         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
4873         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4874         (calc-graph-recompute-2d, calc-graph-compute-3d)
4875         (calc-graph-format-data): Replace undeclared variables with the
4876         above newly declared variables.
4878 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
4880         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4881         `rsf-beep' and `rsf-sleep-after-message'.
4883         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4884         list if `message-sender' is non-nil.
4886 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4888         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4889         consing by using mapc instead of mapcar.
4891 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
4893         * tooltip.el (require): Explain why CL is needed.
4895 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4897         * printing.el: Insert :version into defgroup (printing).  All reference
4898         to Files option in menubar were changed to File.
4899         (pr-version): New version number (6.8.2).
4900         (pr-get-symbol): Call easy-menu-intern.
4901         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
4902         compilation gripes.
4904 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4906         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4907         new byte-compile-function-environment binding to t.
4909         * font-lock.el (font-lock-fontify-syntactically-region):
4910         Don't forget to highlight the last char when we hit `end'.
4912         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4913         (mwheel-scroll): Adjust accordingly.
4915         * cvs-status.el: Reduce spurious warnings.
4916         (cvs-status-checkout): Remove.
4917         (cvs-status-mode-map): Use cvs-mode-checkout instead.
4919         * pcvs.el (cvs-mode-checkout): New command.
4921         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4923         * tooltip.el: Require CL.
4925         * emacs-lisp/bytecomp.el: Use push.
4926         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4927         (defalias): Remove the `byte-compile' property and add
4928         a `byte-hunk-handler'.
4930 2004-11-11  Juri Linkov  <juri@jurta.org>
4932         * info.el (Info-search): Save match data for isearch.
4933         Skip Tag Table node.
4935         * descr-text.el (describe-char): Replace syntax-after with code
4936         from its previous version.
4938         * files.el (magic-mode-alist): Use optimization for SGML mode too.
4939         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
4941         * international/mule.el (sgml-html-meta-auto-coding-function):
4942         Remove > after <html to allow HTML attributes.
4944 2004-11-11  Jay Belanger  <belanger@truman.edu>
4946         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
4947         a variable.
4948         (calcFunc-dfac):  Replace unbound max by n.
4949         (math-stirling-local-cache):  New variable.
4950         (math-stirling-number, math-stirling-1, math-stirling-2):
4951         Replace the variable `cache' by the declared variable
4952         math-stirling-local-cache.
4953         (var-RandSeed):  Declare it as a variable.
4954         (math-init-random-base, math-random-digit):  Don't check to see if
4955         var-RandSeed is bound.
4956         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4957         Declare them instead of just setting them.
4958         (math-init-random-base):  Made i a local variable.
4959         (math-random-digit):  Made math-random-last a local variable.
4960         (math-prime-test-cache):  Move declaration to before it is used.
4961         (math-prime-test-cache-k, math-prime-test-cache-q)
4962         (math-prime-test-cache-nm1, math-prime-factors-finished):
4963         Declare them as variables.
4965 2004-11-11  Jay Belanger  <belanger@truman.edu>
4967         * calc/calc-ext.el (math-defcache):  Use defvar for the new
4968         variables it creates.
4970 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
4972         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4973         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4974         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4975         (desktop-save): Add :version.
4977 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * printing.el (pr-get-symbol): Don't downcase.
4981 2004-11-10  Jay Belanger  <belanger@truman.edu>
4983         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
4984         string to kill-ring.
4986         * calc/calc-aent.el (calc-alg-exp, math-toks)
4987         (math-exp-pos,math-exp-old-pos, math-exp-token)
4988         (math-exp-keep-spaces, math-exp-str):  New variables.
4989         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4990         (calcAlg-enter):  Use declared variable calc-alg-exp.
4991         (math-build-parse-table, math-find-user-token):  Use declared
4992         variable math-toks.
4993         (math-read-exprs, math-read-token, calc-check-user-syntax)
4994         (calc-match-user-syntax, match-factor-after, math-read-factor):
4995         Use declared variables math-exp-pos math-exp-old-pos.
4996         (math-read-exprs, math-read-token, math-read-expr-level)
4997         (calc-check-user-syntax, calc-match-user-syntax)
4998         (match-factor-after, math-read-factor):  Use declared variable
4999         math-exp-token.
5000         (math-read-exprs, math-read-expr-list, math-read-token)
5001         (math-read-factor):  Use declared variable math-exp-keep-spaces.
5002         (math-read-exprs, math-read-token):  Use declared variable
5003         math-exp-str.
5004         (calc-match-user-syntax):  Make m a local variable.
5006         * calc/calc-ext.el (math-read-expr):  Use declared variables
5007         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
5008         math-exp-keep-spaces.
5010         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
5011         variables math-exp-pos, math-exp-str.
5013         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
5014         math-exp-old-pos.
5015         (math-parse-fortran-vector, math-parse-fortran-vector-end)
5016         (math-parse-eqn-prime):  Use declared variable math-exp-token.
5018         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
5019         Use declared variable math-exp-pos.
5020         (math-check-for-commas):  Use declared variable math-exp-str.
5021         (math-read-brackets):  Use declared variables math-exp-old-pos,
5022         math-exp-keep-spaces.
5023         (math-read-brackets, math-read-vector, math-read-matrix):
5024         Use declared variable math-exp-token.
5026 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5028         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
5029         where the keymap is a symbol.
5030         (easy-menu-add-item): Use keymap-prompt.  Simplify.
5032         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
5034         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
5035         (sgml-parse-tag-backward): Use it to skip spurious < or >.
5037 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
5039         * ebuff-menu.el: Doc fixes throughout.
5040         (electric-buffer-menu-mode-hook): New defvar.
5042 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
5044         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
5045         compilation. The resulting compiler warnings appear to be harmless.
5047 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
5049         * textmodes/conf-mode.el: New file.
5051         * files.el (auto-mode-alist, magic-mode-alist): Use it.
5053 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5055         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
5057 2004-11-09  Jay Belanger  <belanger@truman.edu>
5059         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
5061         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
5062         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
5063         (calc-z-prefix-help, calc-user-function-list):  Use declared
5064         variables calc-z-prefix-buf, calc-z-prefix-msgs.
5065         (math-map-tree, math-map-tree-rec):  Use declared variables
5066         math-mt-many, math-mt-func.
5067         (math-read-expression, math-read-string):  Use declared variable
5068         math-expr-data.
5070         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
5071         variable math-normalize-a.
5073         * calc/calc.el (math-normalize-a):  New variable.
5074         (math-normalize):  Use declared variable math-normalize-a.
5076         * calc/calc-poly.el (math-expand-form):  Use declared variable
5077         math-mt-many.
5079         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5080         Use declared variable math-mt-many.
5081         (math-rewrite):  Use declared variable math-mt-func.
5083         * calc/calc-vec.el (math-read-brackets, math-read-vector)
5084         (math-read-matrix):  Use declared variable math-expr-data.
5086         * calc/calc-lang.el (math-parse-fortran-vector)
5087         (math-parse-fortran-vector-end, math-parse-tex-sum)
5088         (math-parse-eqn-matrix, math-parse-eqn-prime)
5089         (math-read-math-subscr):  Use declared variable math-expr-data.
5091         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
5092         (math-read-expr-level, math-read-token, calc-check-user-syntax)
5093         (calc-match-user-syntax, math-read-if, math-factor-after)
5094         (math-read-factor):  Use declared variable math-expr-data.
5096 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
5098         * calendar/diary-lib.el (diary-from-outlook)
5099         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
5100         interactive-p; but rather new optional argument NOCONFIRM.
5102 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5104         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
5105         (easy-menu-name-match): Revert correspondingly.
5107 2004-11-09  Richard M. Stallman  <rms@gnu.org>
5109         * emacs-lisp/bytecomp.el (byte-compile-defalias):
5110         Turn off warnings for the new function even if definition not constant.
5111         If the definition isn't a quoted symbol, record (FUNCTION . t).
5112         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
5113         (byte-compile-callargs-warn): Handle (FUNCTION . t).
5114         (display-call-tree, byte-compile-arglist-warn):
5115         Handle t returned by byte-compile-fdefinition.
5117 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5119         * Makefile.in (maintainer-clean): Depend on distclean.
5121         * help-fns.el (help-C-file-name): File name must be in build-files
5122         to be returned.
5124 2004-11-09  Jay Belanger  <belanger@truman.edu>
5126         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
5127         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
5129         * calc/calc.el (calc, calc-trail-display, calc-mode):
5130         Remove obsolete sections.
5132         * calc/calc.el (calc-x-paste-text):  Remove.
5134         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
5135         mouse-2.
5137 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
5139         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
5140         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
5141         current frame (in case of recursive calls).
5142         (gdb-show-changed-values): Add :version keyword.
5144 2004-11-09  Kenichi Handa  <handa@m17n.org>
5146         * international/mule-cmds.el: Change coding: tag back to
5147         iso-2022-7bit.
5149 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5151         * international/mule-cmds.el: Change coding-system to utf-8.
5152         (select-safe-coding-system-interactively):
5153         New function extracted from select-safe-coding-system.
5154         (select-safe-coding-system): Use it.
5156 2004-11-08  Richard M. Stallman  <rms@gnu.org>
5158         * subr.el (syntax-after): Doc fix.
5160         * paren.el (show-paren-function): Change calls to syntax-after
5161         for new way of returning the value.
5163         * menu-bar.el (menu-bar-file-menu): Make this the real name
5164         and menu-bar-files-menu the alias.  Use the former.
5165         (global-map): Use `file', not `files', as the symbol.
5167         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
5169         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
5170         Don't use beginning-of-buffer.
5171         (filesets-cmd-show-result): Use with-no-warnings.
5173 2004-11-08  Juri Linkov  <juri@jurta.org>
5175         * progmodes/compile.el (compile): Don't overwrite last command in
5176         minibuffer history with default command if they are not equal.
5178 2004-11-08  Jay Belanger  <belanger@truman.edu>
5180         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
5181         non-linear substitutions.
5183 2004-11-08  Jay Belanger  <belanger@truman.edu>
5185         * calc/calcalg2.el (math-linear-subst-tried): New variable.
5186         (math-do-integral):  Set `math-linear-subst-tried' to nil.
5187         (math-do-integral-methods):  Use `math-linear-subst-tried' to
5188         determine what type of substitution to try.
5189         (math-integ-try-linear-substituion):
5190         Set `math-linear-subst-tried' to t.
5192 2004-11-08  Kim F. Storm  <storm@cua.dk>
5194         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
5196 2004-11-07  Juri Linkov  <juri@jurta.org>
5198         * info-look.el (info-lookup): Allow reusing in the current buffer
5199         not only *info* buffer, but all (even renamed) Info buffers
5200         by checking for major-mode instead of *info* buffer name.
5201         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
5202         (octave-mode, maxima-mode) <doc-spec>:
5203         Allow long dashes generated by Texinfo 4.7 before definitions.
5204         (texinfo-mode) <doc-spec>: Add space to suffix to find command
5205         definitions with argument separated by space.
5207 2004-11-06  Richard M. Stallman  <rms@gnu.org>
5209         * simple.el (next-error group, face): Move before first use.
5210         (next-error-highlight, next-error-highlight-no-select): Likewise.
5212         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
5213         (line-move): New args NOERROR and TO-END.
5214         Return t if if succeed in moving specified number of lines.
5215         (move-end-of-line): New function.
5217         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
5218         (end-of-buffer-other-window): Likewise.
5220         * simple.el (line-move-ignore-invisible): Default to t.
5222         * subr.el (syntax-after): Return the syntax letter, not the raw code.
5224         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
5226         * international/iso-cvt.el (iso-cvt-define-menu):
5227         Rename menu-bar-files-menu to menu-bar-file-menu.
5229         * net/browse-url.el (browse-url-gnome-moz-program)
5230         (browse-url-gnome-moz-arguments): Move up before first use.
5232         * net/tramp.el (tramp group): Add :version.
5234         * progmodes/ada-xref.el (ada-gdb-application):
5235         Use goto-char instead of beginning-of-buffer.
5237         * progmodes/cperl-mode.el (cperl-info-on-command):
5238         Use goto-char instead of beginning-of-buffer.
5240         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
5241         Move up before first use.
5242         (idlwave-shell-temp-pro-file): Likewise.
5243         (idlwave-shell-temp-rinfo-save-file): Likewise.
5244         (idlwave-shell-temp-file): Minor doc fix.
5246         * textmodes/flyspell.el (flyspell-external-point-words):
5247         Use goto-char instead of beginning-of-buffer.
5249 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
5251         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
5252         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
5253         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
5255 2004-11-06  David Ponce  <david@dponce.com>
5257         * recentf.el (recentf-menu-path): Use menu item name.
5259 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
5261         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
5262         display doesn't support images.
5264 2004-11-06  Andreas Schwab  <schwab@suse.de>
5266         * tempo.el (tempo-match-finder): Doc fix.
5268         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
5270 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5272         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
5273         (easy-menu-lookup-name): New fun to replace it.
5274         (easy-menu-get-map): Use it to obey menu item names (rather than just
5275         keys) when looking up `path'.
5276         (easy-menu-always-true-p): Rename from easy-menu-always-true.
5277         (easy-menu-convert-item-1): Adjust to new name.
5279 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
5281         * outline.el (hide-body): Don't hide lines at the top of the file
5282         that precede the first header line.
5284 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
5286         * align.el (align-areas): Delete whitespace before reindenting, so
5287         that tabs are never placed after spaces.
5289 2004-11-06  Alan Shutko  <ats@acm.org>
5291         * macros.el (insert-kbd-macro): Do completions based on macros,
5292         rather than all commands.
5294 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
5296         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
5297         to solve a bug whereby tags with 'b' don't match.
5299 2004-11-05  Juri Linkov  <juri@jurta.org>
5301         * info.el (Info-search): Don't search in node header lines
5302         and file headers.
5304         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
5305         symbol-constituent characters after dot, not only digits.
5307 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
5309         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5311 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5313         * dired.el (dired-read-dir-and-switches): Call read-directory-name
5314         if a dialog will be used, read-file-name otherwise.
5316 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5318         * textmodes/table.el (table group): Add :version.
5320         * textmodes/ispell.el (ispell-word):
5321         Don't alter args; set them only thru `interactive' spec.
5323         * textmodes/flyspell.el (flyspell-word):
5324         Don't alter FOLLOWING; set it only thru `interactive' spec.
5326         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
5328         * net/browse-url.el (browse-url-maybe-new-window):
5329         Use called-interactively-p.
5331         * mail/supercite.el (sc-cite-region):
5332         Don't use interactive-p.  Add arg INTERACTIVE.
5333         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
5335         * international/mule-cmds.el (set-input-method, toggle-input-method):
5336         Don't use interactive-p.  Add arg INTERACTIVE.
5338         * eshell/esh-mode.el (eshell-show-maximum-output):
5339         Don't use interactive-p.
5340         (eshell-truncate-buffer): Just message, no error, if buffer is short.
5342         * mouse.el (mouse-show-mark): Get positions to delete from mark
5343         and point, not from mouse-drag-overlay.
5345         * imenu.el (imenu-eager-completion-buffer): Add :version.
5347         * filesets.el (filesets group): Add :version.
5349 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
5351         * files.el (xml-based-modes): Delete var.
5352         (magic-mode-alist): New more general var.
5353         (set-auto-mode): Use it.
5355         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
5356         when clicking from another window.
5358 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
5360         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
5361         (vc-cvs-annotate-time): Incorporate value of deleted var.
5362         Remove special-case handling of beginning-of-buffer cruft.
5363         Cache ending position (point) and return value in text property
5364         `vc-cvs-annotate-time', and consult it on subsequent invocations.
5366         * vc-cvs.el (vc-cvs-annotate-command):
5367         Delete extraneous lines from beginning of buffer.
5368         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
5370         * progmodes/grep.el (grep-default-command): Take empty string
5371         for tag if all other methods yield nil.  Shell-quote the tag.
5373         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
5374         spec in `interactive' form, and mention it in the docstring.
5375         Also, make sure point is at bol after calling `annotate-time'.
5377 2004-11-02  Richard M. Stallman  <rms@gnu.org>
5379         * cus-edit.el (customize-group-other-window):
5380         Select the window that displays the custom buffer.
5381         (custom-buffer-create-other-window): Likewise.
5383         * comint.el (comint-insert-input): Fix previous change.
5385         * emacs-lisp/elp.el (elp-instrument-function):
5386         Use called-interactively-p.
5388         * emacs-lisp/easymenu.el (easy-menu-intern):
5389         Don't downcase; rather, case-flip the first letter of each word.
5391         * emacs-lisp/easy-mmode.el (define-minor-mode):
5392         Use called-interactively-p.
5394         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
5395         Add interactive-only.
5396         (byte-compile-warnings): Add interactive-only as option.
5397         (byte-compile-interactive-only-functions): New variable.
5398         (byte-compile-form): Warn about calls to functions
5399         in byte-compile-interactive-only-functions.
5401         * emacs-lisp/autoload.el (update-file-autoloads):
5402         Don't use interactive-p; take new arg SAVE-AFTER.
5404         * emacs-lisp/advice.el (ad-make-advised-definition):
5405         Use called-interactively-p.
5407 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5409         * files.el (find-file-existing): New function.
5411         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
5412         find-file-existing.  Add "New File..." that calls find-file.
5414         * diropen.pbm, diropen.xpm: New files.
5416         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
5417         icon diropen.  New tool bar item find-file-existing uses icon open.
5419         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
5420         instead of read-file-name.
5422 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
5424         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
5425         (icalendar--split-value): Change name of work buffer.
5426         (icalendar--get-weekday-abbrev): Return nil on error.
5427         (icalendar--date-to-isodate): New function.
5428         (icalendar-convert-diary-to-ical)
5429         (icalendar-extract-ical-from-buffer): Use only two args for
5430         make-obsolete (XEmacs compatibility).
5431         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
5432         (icalendar-export-region): Doc fix.
5433         If error, return non-nil and write errors to a buffer.
5434         Use correct weekday for weekly recurring events.
5435         Check whether date has been parsed for ordinary events.
5436         Make weekly events start in the year 2000.
5437         DTEND is non-inclusive, shift end date by one day if
5438         necessary (not for entries that have date and time).
5439         Rename local let variables: oops -> found-error, datestring ->
5440         startdatestring.
5442 2004-11-02  Kim F. Storm  <storm@cua.dk>
5444         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
5445         keep-mode-if-same variable.  Add it as optional arg instead.
5446         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
5448         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
5449         substitute-command-keys will select lower-case bindings like those
5450         used in the static help texts.
5452         * descr-text.el (describe-text-properties): Don't err if called in
5453         the *Help* buffer; output to *Help-2* buffer instead.
5455         * kmacro.el (group kmacro): Add :version.
5456         (kmacro-keyboard-quit): New function to cleanup on C-g.
5457         (kmacro-start-macro): Set defining-kbd-macro to append when
5458         appending to last macro.
5460         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
5462 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
5464         * progmodes/gdb-ui.el (gdb-enable-debug-log)
5465         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
5466         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
5467         Add :version keyword.
5469 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
5471         * progmodes/flymake.el (flymake-err-line-patterns):
5472         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
5473         `compilation-error-regexp-alist-alist' to internal Flymake format.
5475         * progmodes/flymake.el: Eliminate byte-compiler warnings.
5477 2004-11-01  Jay Belanger  <belanger@truman.edu>
5479         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
5480         with `interactive "s"'.
5482 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5484         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5485         Revert change from 2004-10-16.  '*' checks the current buffer, but the
5486         mouse click may be in another buffer.
5488 2004-11-01  John Paul Wallington  <jpw@gnu.org>
5490         * files.el (large-file-warning-threshold): Add :version keyword.
5491         (kill-some-buffers): Doc fix.
5493         * thumbs.el (group thumbs): Add :version keyword.
5495         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
5497 2004-11-01  Richard M. Stallman  <rms@gnu.org>
5499         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
5501         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
5503         * allout.el (allout group): Add :version.
5504         (allout-init): Don't use interactive-p.
5505         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
5506         (allout-forward-current-level, allout-backward-current-level):
5507         Don't use interactive-p.
5509         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
5510         (bibtex-find-text): Likewise.
5512         * progmodes/vhdl-mode.el (vhdl-fill-region)
5513         (vhdl-beginning-of-statement): Don't use interactive-p.
5515         * progmodes/idlwave.el (idlwave-update-routine-info):
5516         Don't use interactive-p.
5518         * progmodes/idlw-shell.el (idlwave-shell-send-char):
5519         Don't use interactive-p.
5521         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
5522         Don't use interactive-p.
5524         * progmodes/ada-xref.el (ada-make-body-gnatstub):
5525         Don't use interactive-p.
5527         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
5528         (fortune-in-buffer): Doc fix.
5530         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
5532         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
5533         don't select the temporary buffer.
5534         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
5535         (eudc-get-phone): Likewise.
5537 2004-11-01  Kim F. Storm  <storm@cua.dk>
5539         * man.el (Man-xref-normal-file): Fix help-echo.
5541 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5543         * reveal.el (reveal-last-tick): New var.
5544         (reveal-post-command): Use it to avoid closing overlays when we're
5545         appending text to them.
5547 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5549         * textmodes/bibtex.el: Require button.
5550         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
5551         (bibtex-reference-keys): Distinguish between header keys and
5552         crossref keys.
5553         (bibtex-beginning-of-field): New function.
5554         (bibtex-url-map): Remove.
5555         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
5556         (bibtex-font-lock-url-regexp): Assume that field names begin at
5557         the beginning of a line.
5558         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
5559         Remove field delimiters.  Use bibtex-beginning-of-field.
5560         Bugfix, point can be inside a field with a url.
5561         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
5562         New functions.
5563         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
5564         (bibtex-key-in-head): Simplify.
5565         (bibtex-current-line): Use bolp.
5566         (bibtex-parse-keys): Remove unused arg `add'.
5567         Use bibtex-type-in-head and bibtex-key-in-head.
5568         (bibtex-parse-entry, bibtex-autofill-entry):
5569         Use bibtex-type-in-head and bibtex-key-in-head.
5570         (bibtex-autokey-get-field): Do not alter case of replacement text.
5571         (bibtex-autokey-get-names): Do all processing of name list.
5572         (bibtex-autokey-get-year): New function.
5573         (bibtex-autokey-get-title): Do all processing of title words.
5574         (bibtex-generate-autokey): Simplify.
5575         (bibtex-string-files-init): Use default-directory.
5576         Allow for absolute file names in bibtex-string-files.
5577         (bibtex-files, bibtex-file-path): New variables.
5578         (bibtex-files-expand): New function.
5579         (bibtex-find-entry-globally): New command.
5580         (bibtex-summary-function): New variable.
5581         (bibtex-summary): Default value of bibtex-summary-function.
5582         (bibtex-find-crossref): New optional args pnt and split.
5583         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
5584         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
5585         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
5586         Fix handling of required and alternative fields.
5587         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
5588         Use cons and display-buffer.
5589         (bibtex-validate-globally): New command.
5590         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
5591         bibtex-parse-keys and bibtex-parse-strings for updating
5592         bibtex-reference-keys and bibtex-strings.
5593         (bibtex-realign): Remove blank lines past the last entry.
5594         (bibtex-reformat): Use bibtex-entry-format as default.
5595         (bibtex-choose-completion-string): Remove.
5596         (bibtex-complete): Do not use bibtex-choose-completion-string.
5597         (bibtex-url): Simplify.
5599 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5601         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
5602         (x-dnd-types-alist, x-dnd-open-file-other-window)
5603         (x-dnd-known-types): Add :version.
5605 2004-10-31  John Paul Wallington  <jpw@gnu.org>
5607         * ibuffer.el (group ibuffer): Add :version keyword.
5609 2004-10-31  Kim F. Storm  <storm@cua.dk>
5611         * ido.el (group ido): Add :version keyword.
5612         (ido-mode): Remove :version keyword.
5614         * emulation/cua-base.el (group cua): Add :version keyword.
5615         (cua-mode): Remove :version keyword.
5617 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5619         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
5621         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
5622         compiler warning.
5623         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
5624         function.
5625         (help-at-pt-display-when-idle): Remove autoload.
5627 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5629         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
5631 2004-10-30  Juri Linkov  <juri@jurta.org>
5633         * help.el (function-called-at-point):
5634         * help-fns.el (variable-at-point): Read -> intern.
5636 2004-10-30  Simon Josefsson  <jas@extundo.com>
5638         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5639         Recognize AS_* too.
5641 2004-10-29  Simon Josefsson  <jas@extundo.com>
5643         * subr.el (read-passwd): Move back from password.el.
5645         * password.el: Remove, not ready yet.
5647 2004-10-29  Andreas Schwab  <schwab@suse.de>
5649         * speedbar.el (speedbar-frame-parameters): Improve customize type.
5651 2004-10-29  Sam Steingold  <sds@gnu.org>
5653         * mouse.el (mouse-show-mark): Replace the last occurrence of
5654         x-lost-selection-hooks with x-lost-selection-functions.
5656 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5659         x-lost-selection-functions is bound.
5661         * mouse-sel.el (mouse-sel-mode):
5662         * emacs-lisp/lselect.el: Adjust to new names for
5663         x-(lost|sent)-selection-functions.
5665         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5666         New obsolete aliases of x-lost-selection-functions and
5667         x-sent-selection-functions.
5669 2004-10-28  Kim F. Storm  <storm@cua.dk>
5671         * imenu.el (imenu-scanning-message): Remove.
5672         (imenu-progress-message): Make it a no-op.
5674 2004-10-28  John Paul Wallington  <jpw@gnu.org>
5676         * files.el (set-auto-mode): Call `throw' correctly.
5678 2004-10-28  Juri Linkov  <juri@jurta.org>
5680         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5681         to search `Info-...' commands in `info' manual.
5682         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5683         Add 'info-file "emacs" property.
5684         (Info-find-emacs-command-nodes): Fix index line number regexp.
5685         Set real line number (instead of fake 0) in first element of the
5686         returned list.
5687         (Info-goto-emacs-command-node): Use line number of first element
5688         to set point in the first found Info node.
5690         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5691         code to `grep-mode-font-lock-keywords'.
5692         (grep-mode-font-lock-keywords): Delete grep markers instead
5693         of making them invisible.
5695 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5697         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5698         and x-server-version in bug report.
5700 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
5702         * files.el (set-auto-mode-0): New function.
5703         (set-auto-mode): Use it to handle aliased modes and to
5704         be consistent between C-x C-f and C-x C-w.
5706 2004-10-28  Kenichi Handa  <handa@m17n.org>
5708         * international/utf-8.el (utf-translate-cjk-charsets):
5709         Add katakana-jisx0201.
5711         * international/subst-jis.el: Add data for JISX0201.
5713 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5715         * obsolete/hilit19.el (hilit-mode): New function.
5716         Move all the toplevel side-effecting stuff into it, so that loading
5717         hilit19 doesn't mess everything up any more.
5719 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5721         * add-log.el (add-change-log-entry): Set up mailing address
5722         and full name later, and don't alter add-log-mailing-address
5723         or add-log-full-name.
5725         * elide-head.el (elide-head): Change error to message.
5726         (elide-head-show): Likewise.
5728         * apropos.el (apropos-macrop): Doc fix.
5730         * mouse.el (mouse-show-mark): Do most processing the same
5731         regardless of transient-mark-mode.
5733         * shadowfile.el (shadow-copy-files): Use interactive-p
5734         only to control whether to print a message.
5736         * tar-mode.el (tar-mode): Use write-contents-functions,
5737         not write-contents-hooks.
5739         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5740         directory-sep-char.
5742 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5744         * strokes.el (strokes-unload-hook): Fix previous change.
5746         * type-break.el (type-break-run-at-time): Always use run-at-time;
5747         forget the alternatives.
5748         (type-break-cancel-function-timers): Always use cancel-function-timers;
5749         forget the alternatives.
5751         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5753 2004-10-27  Kenichi Handa  <handa@m17n.org>
5755         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5757         * international/subst-gb2312.el: Likewise.
5759         * international/subst-big5.el: Likewise.
5761         * international/subst-ksc.el: Likewise.
5763         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5764         New variable.
5765         (utf-translate-cjk-set-unicode-range): New function.
5766         (utf-translate-cjk-unicode-range): Make it customizable.
5767         (utf-8-post-read-conversion):
5768         Use utf-translate-cjk-unicode-range-string.
5769         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5770         Unicode ranges.
5772 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
5774         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5775         trivial variants to shorten the list.
5776         (xml-based-modes): New var.
5777         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5778         declaration higher priority than auto-mode-alist.
5780         * find-file.el (cc-other-file-alist): Bring it in line with
5781         cc-mode's auto-mode-alist entries and use \' instead of $.
5783         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5784         and add "Id" and "Name" submenus to it.
5786         * imenu.el (imenu--generic-function): Skip matches in comments.
5788 2004-10-26  Jay Belanger  <belanger@truman.edu>
5790         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5791         (full-calc-keypad, calc-trail-display):  Use an extra argument
5792         instead of `interactive-p'.
5794         * calc/calc-misc.el (calc-other-window): Use an extra argument
5795         instead of `interactive-p'.
5797         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5798         `interactive-p'.
5800 2004-10-26  Kim F. Storm  <storm@cua.dk>
5802         * help.el (describe-key): Describe both down-event and up-event
5803         for a mouse click.
5805 2004-10-26  Richard M. Stallman  <rms@gnu.org>
5807         * woman.el (woman): Don't call interactive-p.
5809         * pcomplete.el (pcomplete): Instead of interactive-p,
5810         use an arg set non-nil by the interactive spec.
5812         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5813         use an arg set non-nil by the interactive spec.
5815         * man.el (Man-cleanup-manpage): Instead of interactive-p,
5816         use an arg set non-nil by the interactive spec.
5818 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
5820         * progmodes/flymake.el (flymake-split-string):
5821         Use `flymake-split-string-remove-empty-edges' in any case.
5823 2004-10-26  Masatake YAMATO  <jet@gyve.org>
5825         * progmodes/flymake.el (flymake-err-line-patterns):
5826         Use `compilation-error-regexp-alist-alist' instead of
5827         `compilation-error-regexp-alist'.
5829 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5831         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5832         verbatim face on the \ of \end{verbatim}.
5834 2004-10-25  Jay Belanger  <belanger@truman.edu>
5836         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
5837         erasing minibuffer.
5839 2004-10-25  Simon Josefsson  <jas@extundo.com>
5841         * subr.el (read-passwd): Move to net/password.el.
5843         * net/password.el (read-passwd): Add.  Autoload it.
5845 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
5847         * mouse-sel.el (mouse-sel-mode): Specify custom group.
5849         * simple.el (process-file): Fix logic.
5851 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5853         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5854         (increase-right-margin): Remove erroneous call to `interactive-p'.
5856 2004-10-24  Kim F. Storm  <storm@cua.dk>
5858         * help.el (describe-mode): Fix 2004-10-13 change.
5859         Copy pure "Auto Fill" string so it can be propertized later
5860         without causing a read-only error.
5862 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5864         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5865         style indexes.
5867 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
5869         * simple.el (process-file): Accept nil for INFILE.  Reported by
5870         Luc Teirlinck.
5872 2004-10-24  Masatake YAMATO  <jet@gyve.org>
5874         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5875         Handle periods and underscores in a function name.
5876         Remove the address fontification.
5878 2004-10-24 Masatake YAMATO <jet@gyve.org>
5880         * progmodes/asm-mode.el (asm-font-lock-keywords):
5881         Use font-lock-variable-name-face for registers.
5883 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
5885         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5886         kill-all-local-variables.
5887         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5888         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5889         Use kill-all-local-variables and provide mode-hooks.
5890         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5891         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5892         Suggested by Masatake YAMATO <jet@gyve.org>.
5894 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
5896         * simple.el (process-file): New function, similar to call-process
5897         but supports file handlers.
5898         * vc.el (vc-do-command): Use it, instead of call-process.
5899         * net/tramp-vc.el (vc-do-command): Do not advise it if
5900         process-file is fboundp.
5901         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5902         process-file.
5903         (tramp-handle-process-file): New function.
5904         (tramp-file-name-for-operation): Support process-file.
5906 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
5908         * calendar/icalendar.el (icalendar--weekday-array): New constant.
5909         (icalendar-weekdayabbrev-table)
5910         (icalendar-monthnumber-table): Delete.
5911         (icalendar--get-month-number): Use calendar-month-name-array.
5912         (icalendar--get-weekday-number): New function.
5913         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5914         (icalendar-export-region): Handle multi-line entries.
5915         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5917 2004-10-23  John Paul Wallington  <jpw@gnu.org>
5919         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5920         `wildcards' set to t in interactive spec.
5922         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5923         interactive spec rather than use `interactive-p'.
5924         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5925         rather than use function `interactive-p'.
5927 2004-10-22  Kenichi Handa  <handa@m17n.org>
5929         * international/mule.el (translate-region): Implement it in Lisp
5930         as a front end of translate-region-internal.
5932 2004-10-21  Jay Belanger  <belanger@truman.edu>
5934         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5935         Declare these variables with defvar.
5937         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5938         is bound, only check to see if it is bound.
5940 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5942         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5943         Don't output messages.
5945         * calc/calc-help.el (calc-describe-bindings): Fix last change.
5947 2004-10-21  John Paul Wallington  <jpw@gnu.org>
5949         * calc/calc-graph.el (calc-graph-init):
5950         Use `set-process-query-on-exit-flag'.
5952 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
5954         * progmodes/compile.el (compilation-start): Rely on `cd' to get
5955         dir right and also allow argumentless cd.
5957 2004-10-19  Richard M. Stallman  <rms@gnu.org>
5959         * textmodes/flyspell.el (flyspell-mode): Doc fix.
5961         * eshell/em-unix.el (eshell-grep):
5962         Don't bind compilation-process-setup-function.
5964         * comint.el (comint-insert-input): Use @ in `interactive'.
5965         (comint-input-filter-functions): Doc fix.
5966         (comint-kill-whole-line, comint-get-source): Doc fix.
5968         * progmodes/compile.el (compilation-setup):
5969         Don't set buffer-read-only if MINOR is non-nil.
5971 2004-10-19  Jay Belanger  <belanger@truman.edu>
5973         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5974         (calc-emacs-type-gnu19): Remove.
5975         (calc-digit-map, calc-read-key-sequence, calc-read-key):
5976         Remove check for old emacs versions.
5978         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5979         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5980         for current Emacs.
5982         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5983         the end of the minibuffer.
5984         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
5985         copy `esc-map'.
5987         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5989         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5990         call that would be given when the current emacs was used.
5992 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
5994         * calendar/icalendar.el: Set coding to utf-8.
5995         (icalendar-version): Increase to 0.07.
5996         (icalendar-monthnumber-table): Change March pattern.
5997         (icalendar-get-all-event-properties)
5998         (icalendar-set-event-property): Delete.
5999         (icalendar-all-events): No longer interactive.
6000         (icalendar-convert-diary-to-ical)
6001         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
6002         their replacements.
6003         (icalendar-export-file, icalendar-export-region): New functions;
6004         essentially old `icalendar-convert-diary-to-ical' but appending to
6005         target rather than overwriting.
6006         (icalendar-import-file): Append to target file rather than
6007         overwriting.  Fourth arg deleted.
6008         (icalendar-import-buffer): New name for old
6009         `icalendar-extract-ical-from-buffer'.
6010         (icalendar--convert-string-for-import): New name for
6011         old `icalendar-convert-for-import'.
6012         (include-icalendar-files): Delete.
6013         Prefix for all internal functions changed from `icalendar-'
6014         to `icalendar--'.
6016 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6018         * paths.el (news-path): Fix previous change.
6020 2004-10-18 Jay Belanger  <belanger@truman.edu>
6022         * calc/calc-help.el (calc-describe-bindings):
6023         Set `buffer-read-only' to nil while working in the keybindings buffer;
6024         remove some extra information from the keybindings buffer.
6026 2004-10-18  David Ponce  <david@dponce.com>
6028         * mouse.el (mouse-drag-move-window-top): New function.
6029         (mouse-drag-mode-line-1): Use it.
6031 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6033         * info.el (Info-fontify-node): For multiline refs,
6034         arrange to unfontify newline and surrounding whitespace.
6036 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
6039         directory is missing.
6041 2004-10-17  John Paul Wallington  <jpw@gnu.org>
6043         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
6044         New customizable variable; whether to display buffers that match
6045         `ibuffer-maybe-show-predicates' by default.
6046         (ibuffer-maybe-show-predicates): Mention it in docstring.
6047         (ibuffer-display-maybe-show-predicates): New variable.
6048         (ibuffer-update): Prefix arg now toggles whether buffers that
6049         match `ibuffer-maybe-show-predicates' should be displayed.
6050         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
6051         locally to heed `ibuffer-default-display-maybe-show-predicates'.
6052         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
6054 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
6056         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
6057         work correctly.
6059 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
6061         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
6062         (Buffer-menu-beginning): New helper function.
6063         (Buffer-menu-execute): Use it.
6064         (Buffer-menu-select): Use it.
6065         (Buffer-menu-sort): Use it and also keep markers.
6067 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6069         * paths.el (news-directory): Rename from news-path.  Old name alias.
6070         (rmail-spool-directory): Use defvar.
6071         (sendmail-program): Use defcustom.
6072         (remote-shell-program): Use defcustom.
6073         (term-file-prefix): Use defvar.
6074         (abbrev-file-name): Use defvar.
6076         * term.el: Add maintainer.
6078         * subr.el (with-local-quit): Return nil if there's a quit.
6079         (read-passwd): Use with-local-quit.  Doc fix.
6081         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
6082         (strokes-unload-hook): Set as a variable with add-hook.
6084         * startup.el (fancy-splash-tail, normal-splash-screen):
6085         Update copyright year.
6087         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
6089         * server.el (server-unload-hook): Set as a variable with add-hook.
6091         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
6093         * frame.el (special-display-popup-frame):
6094         Make the buffer current as its frame is created.
6096         * delsel.el (delsel-unload-hook): Set as a variable.
6098         * comint.el (comint-output-filter-functions):
6099         Add comint-watch-for-password-prompt.
6100         (comint-read-noecho): Function deleted.
6101         (send-invisible): Use read-passwd.
6103         * fringe.el (fringe-mode-initialize): New function.
6104         (fringe-mode): Use fringe-mode-initialize as :initialize.
6106 2004-10-17  Kim F. Storm  <storm@cua.dk>
6108         * language/indian.el (indian-script-language-alist): Swap value and doc.
6109         (indian-font-char-index-table): Doc fix.
6111 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
6115 2004-10-16  Juri Linkov  <juri@jurta.org>
6117         * progmodes/compile.el (compilation-start): Move let-binding of
6118         `process-environment' into `with-current-buffer' body.
6119         Reported by Matt Hodges <MPHodges@member.fsf.org>.
6121 2004-10-16  Richard M. Stallman  <rms@gnu.org>
6123         * pcvs-util.el (cvs-bury-buffer):
6124         Don't call get-buffer-window for effect.
6126         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
6128         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
6130         * msb.el (msb-unload-hook): Set the variable.
6132         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6133         Use * to err if buffer is readonly.
6135         * subr.el (looking-back): Return only t or nil.
6137         * whitespace.el (whitespace-unload-hook): Set the variable.
6139         * view.el (view-mode-enable): Set view-page-size and
6140         view-half-page-size to nil.
6141         (view-set-half-page-size-default): view-half-page-size = nil
6142         means the default.
6143         (View-scroll-page-forward): Use view-page-size-default.
6144         (View-scroll-page-backward): Likewise.
6145         (view-page-size, view-half-page-size): Doc fixes.
6147         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
6149         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
6151         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
6152         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
6153         (byte-compile-log-1): Bind inhibit-read-only.
6154         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
6155         (byte-compile-log-warning): Likewise.
6156         (byte-compile-file-form-require): Detect "cl" from the arg value.
6158         * progmodes/compile.el (compilation-start): Assume compilation-mode
6159         will make the buffer read-only.
6160         (compilation-mode): Take arg name-of-mode.
6161         (compilation-setup): Make buffer read-only.
6162         (compilation-handle-exit): Bind inhibit-read-only.
6164         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
6165         (ispell-message): Likewise.
6166         (ispell-show-choices): Don't call get-buffer-window uselessly.
6167         (ispell-init-process): Use set-process-query-on-exit-flag.
6169 2004-10-16  Kim F. Storm  <storm@cua.dk>
6171         * fringe.el (fringe-bitmaps): Only initialize when defined.
6173         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
6174         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
6176         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
6178 2004-10-15  Simon Josefsson  <jas@extundo.com>
6180         * net/password.el: Add.
6182 2004-10-14  Masatake YAMATO  <jet@gyve.org>
6184         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
6185         (gdb-script-end-of-defun): New function.
6186         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
6187         `gdb-script-end-of-defun' as *-of-defun-function.
6189 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
6191         * button.el (button-activate): Allow a marker to display as an action.
6193         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
6195         * help.el (describe-mode): Use it to make minor mode list into
6196         hyperlinks.
6198 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6200         * vc.el (vc-annotate-display-select): Fix typo.
6202         * subr.el (substitute-key-definition-key): New function.
6203         (substitute-key-definition): Use it with map-keymap.
6204         (event-modifiers): Use push.
6205         (mouse-movement-p, with-temp-buffer): Simplify.
6207 2004-10-12  Jay Belanger  <belanger@truman.edu>
6209         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
6210         New variables.
6211         (calc-help-index-entries): New function.
6212         (calc-describe-function): Use `calc-help-function-list' instead of
6213         obarray for completion.
6214         (calc-describe-variable): Use `calc-help-variable-list' instead
6215         of obarray for completion.
6217 2004-10-12  Richard M. Stallman  <rms@gnu.org>
6219         * info-look.el (info-lookup-file): Add info-file property.
6220         (info-lookup-symbol): Likewise.
6222         * info.el (info-xref): Add underlining.
6223         (info): Add info-file property.
6224         (Info-find-emacs-command-nodes): Specify case-sensitive search.
6226 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
6228         Sync with Tramp 2.0.45.
6230         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
6231         defined.  This is not the case for XEmacs without package "edebug".
6232         (tramp-set-auto-save-file-modes): Set permissions of autosaved
6233         remote files to the permissions of the original file.  This is not
6234         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
6235         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
6236         (tramp-perl-decode): Fix an error in Perl implementation.
6237         $pending must be cleared every loop.  Reported by Benjamin Place
6238         <benjaminplace@sprintmail.com>
6240         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
6241         Don't activate advice during definition.  This is done later on,
6242         depending on test result of `substitute-in-file-name'.
6243         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6245 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6247         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
6249         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
6251 2004-10-12  David Ponce  <david@dponce.com>
6253         * recentf.el (recentf-edit-list): Update the menu when the recentf
6254         list has been modified.
6256 2004-10-12  Simon Josefsson  <jas@extundo.com>
6258         * net/tls.el (tls-certtool-program): New variable.
6259         (tls-certificate-information): New function, based on
6260         ssl-certificate-information.
6262 2004-10-12  Kenichi Handa  <handa@m17n.org>
6264         * international/mule.el (coding-system-equal): Move from mule-util.el.
6266         * international/mule-util.el (coding-system-equal): Move to mule.el.
6268 2004-10-12  Kim F. Storm  <storm@cua.dk>
6270         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
6271         reset kmacro-initial-counter-value if set.
6272         (kmacro-set-counter): Only set kmacro-counter if defining or executing
6273         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
6274         (kmacro-display): Show macro counter if non-zero.
6276         * subr.el (substitute-key-definition): Mention command remapping
6277         in doc string.
6279 2004-10-11  Jay Belanger  <belanger@truman.edu>
6281         * calc/calc-misc.el (calc-info-goto-node): New function.
6282         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
6283         node in one step.
6284         (calc-describe-copying, calc-describe-distribution)
6285         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
6286         Go to appropriate info node in one step.
6288 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
6292         * font-lock.el (font-lock-apply-highlight): Fix last change.
6294 2004-10-11  Simon Josefsson  <jas@extundo.com>
6296         * mail/smtpmail.el (smtpmail-open-stream): Look for
6297         starttls-gnutls-program instead of starttls-program iff
6298         starttls-use-gnutls is non-nil.
6299         (smtpmail-open-stream): Don't overwrite user settings of
6300         starttls-extra-arguments and starttls-extra-args.
6302 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         * comint.el (comint-mouse-insert-input): Remove.
6305         (comint-insert-input): Make it work for mouse bindings.
6306         (comint-mode-map): Move defs into the declaration.
6307         (comint-output-filter): Typo.
6309         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
6311 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
6313         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
6314         (ange-ftp-call-chmod): Reference remote-shell-program instead of
6315         ange-ftp-remote-shell.
6317 2004-10-10  Andreas Schwab  <schwab@suse.de>
6319         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
6320         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
6321         Reported by <sri@asu.edu>.
6323 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
6325         * vc.el (vc-annotate-mode): Remove variable.
6326         (vc-annotate-display-select): Only call vc-annotate-mode
6327         if we're not in that mode already.
6329 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
6332         (imenu-choose-buffer-index): Check here for rescan instead.
6334         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
6335         where the face expression evals to nil.
6337         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
6338         (tex-font-lock-keywords-2): Use it.
6339         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
6341         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
6343 2004-10-09  Kim F. Storm  <storm@cua.dk>
6345         * subr.el (progress-reporter-update): Define before first usage.
6346         (make-progress-reporter): Doc fix.
6348 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6350         * textmodes/paragraphs.el (sentence-end-double-space)
6351         (sentence-end-without-period, sentence-end-without-space)
6352         (sentence-end): Doc fixes.
6354 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
6356         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6357         Change paragraph-start regexp so we don't fill code starting with #'(.
6359 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
6361         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
6362         New defcustom.
6363         (extract-address-components): Use it.
6365 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6367         * subr.el (make-progress-reporter, progress-reporter-update)
6368         (progress-reporter-force-update, progress-reporter-do-update)
6369         (progress-reporter-done): New functions.
6371         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
6373         * progmodes/etags.el (etags-tags-completion-table): Use progress
6374         reporter.
6375         (etags-tags-apropos): Likewise.
6377 2004-10-08  Alan Mackenzie  <acm@muc.de>
6379         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
6380         of current line.
6382 2004-10-08  Masatake YAMATO  <jet@gyve.org>
6384         * server.el (server-process-filter): Wrap `process-send-region'
6385         by `condition-case' to guard the case when the pipe to PROC is closed.
6387 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
6389         * xml.el (xml-substitute-special): Limit handling of external entities.
6391 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
6393         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
6395 2004-10-06  John Paul Wallington  <jpw@gnu.org>
6397         * xml.el (xml-parse-dtd): Fix `error' call.
6399 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
6401         * xml.el (xml-substitute-special): Return a single string instead
6402         of a list of strings if an entity substitution is made.
6404 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
6406         * calendar/icalendar.el: New file.
6408 2004-10-05  Juri Linkov  <juri@jurta.org>
6410         * isearch.el (isearch-done): Set mark after running hook.
6411         Reported by Drew Adams <drew.adams@oracle.com>.
6413         * info.el (Info-history, Info-toc): Fix Info headers.
6414         (Info-toc): Narrow buffer before Info-fontify-node.
6415         (Info-build-toc): Don't check for special Info file names.
6416         Set main-file to nil if Info-find-file returns a symbol.
6418 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
6420         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
6421         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
6422         * calendar/cal-menu.el (calendar-mode-map): Ditto.
6424 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6426         * calendar/cal-iso.el (calendar-iso-read-args): New function,
6427         for old interactive spec from calendar-goto-iso-date.
6428         (calendar-goto-iso-date): Use it.
6429         (calendar-goto-iso-week): New function.  Suggested by Emilio
6430         C. Lopes <eclig@gmx.net>.
6432 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
6434         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
6435         `set-right-margin' bindings that follow the minor mode conventions.
6437 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6439         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
6440         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
6441         (latex-block-args-alist): Add minipage and picture.
6442         (latex-block-body-alist): Use reftex-label if enabled.
6443         (latex-insert-block): Don't insert a \n if not necessary.
6444         (tex-compile-commands): Make sure dvips doesn't send to printer.
6445         (tex-compile-default): Handle the case where no executable is found.
6446         (latex-noindent-environments): New var.
6447         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
6448         If tex-indent-allhanging is non-nil, make sure we only align for macros
6449         at beginning of line.
6451 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
6453         * newcomment.el (comment-beginning): Doc fix and don't choke on
6454         unset `comment-end-skip' when at beginning of comment.
6456 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
6458         * term.el (term-adjust-current-row-cache): Don't allow the current
6459         row to become negative.
6460         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
6461         the end of the line. Fix scroll down. Add comments.
6462         (term-handle-ansi-escape): Don't exceed terminal width when moving
6463         right.
6464         (term-scroll-region): Move the cursor after setting the scroll region.
6466 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
6468         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
6469         to `width' for consistency with docstring.  Doc fix.
6471 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
6473         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
6474         This is necessary for derived modes.
6476 2004-09-30  Kim F. Storm  <storm@cua.dk>
6478         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
6479         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
6481         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
6482         kmacro-extract-lambda functions.
6483         (edit-kbd-macro): Handle kmacro lambda forms.
6484         Include counter and counter format in edit buffer.
6485         (edmacro-finish-edit): Get counter and format from edit buffer and
6486         update kmacro bindings when found.
6488 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
6490         * textmodes/paragraphs.el (forward-paragraph):
6491         Avoid args-out-of-range error when point winds up at the beginning of
6492         the buffer and hard newlines are enabled.
6494         * newcomment.el (comment-multi-line): Doc fix.
6496 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6498         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
6499         (diff-fixup-modifs): Catch unified-diff file-headers.
6501 2004-09-29  Kim F. Storm  <storm@cua.dk>
6503         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
6504         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
6505         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
6507         * fringe.el (fringe-bitmap-p): New macro.
6508         (fringe-bitmaps): Add standard fringe bitmaps on load.
6510 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6512         * dired.el (dired-view-command-alist): Use more efficient regexps.
6513         Remove dubious arguments.
6514         (dired-align-file): New function.
6515         (dired-insert-directory): Use it.
6516         (dired-move-to-end-of-filename): Make the " -> " search more specific.
6517         (dired-buffers-for-dir): Remove unused var `pattern'.
6519 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
6521         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
6522         from diary display excursion.  Store diary buffer's point for
6523         `simple-diary-display'.
6524         (simple-diary-display): Set window point and start when
6525         displaying buffer, to preserve point.
6527 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
6529         * textmodes/enriched.el (enriched-translations): Replace defconst
6530         with defvar.
6532 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6534         * printing.el: Doc fix.
6535         (pr-version): New version number (6.8.1).
6536         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
6537         make-temp-name.
6538         (pr-delete-file): Check if file exists before deleting it.
6539         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6541 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6543         * term.el (term-display-table): New variable.
6544         (term-mode): Use it.
6545         (term-exec-1): Set the coding system to binary.
6546         (term-emulate-terminal): Decode the string before inserting it.
6548 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6550         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
6551         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
6552         (map): Bind S-prior, S-next and S-insert.
6553         (term-mode): Set `indent-tabs-mode' to nil.
6554         (term-paste): New function to be bound to S-insert.
6555         (term-send-del, term-send-backspace): Change the strings sent.
6556         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
6557         (term-handle-colors-array): Fix handling of underline and reverse.
6558         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
6559         (term-erase-in-line): Fix comparison.
6560         (term-emulate-terminal): Fix line wrap handling.
6561         (term-start-output-log): Rename from `term-set-output-log'.
6562         (term-stop-output-log): Rename from `term-stop-photo'.
6563         (term-switch-to-alternate-sub-buffer): Comment out, unused.
6565 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * dired.el (dired-move-to-filename): Don't output a message if
6568         raise-error is non-nil.  Fix return position and value.
6570         * files.el (insert-directory): Obey --dired even with symlinks.
6572 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
6574         * ls-lisp.el (ls-lisp-format): Mark file names with property
6575         dired-filename.
6577 2004-09-25  Kim F. Storm  <storm@cua.dk>
6579         * ido.el (ido-max-directory-size): New defcustom.
6580         (ido-decorations): Add "too big" element.
6581         (ido-directory-too-big): New dynamic var.
6582         (ido-may-cache-directory): Don't cache big directories.
6583         (ido-directory-too-big-p): New defun.
6584         (ido-set-current-directory): Update ido-directory-too-big.
6585         (ido-read-internal): Make empty ido-cur-item if too-big.
6586         (ido-buffer-internal): Use ido-read-internal directly instead of
6587         ido-read-buffer.
6588         (ido-file-internal): Init ido-directory-too-big.
6589         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
6590         and redo completion with full list.
6591         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
6592         it, and show completions.
6593         (ido-all-completions): Let bind ido-directory-too-big to nil.
6594         (ido-exhibit): Handle ido-directory-too-big.
6595         (ido-read-buffer): Handle fallback to read-buffer.
6596         Init ido-directory-too-big.
6597         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
6598         Init ido-directory-too-big.
6600 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6602         * subr.el (delay-mode-hooks): Doc fix.
6604 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
6606         * textmodes/enriched.el
6607         (enriched-default-text-properties-local-flag): New variable.
6608         (enriched-mode): Make sure that enabling and disabling the mode is
6609         a no-op.  Doc fix.
6611 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
6613         * calendar/holidays.el (holiday-advent): Report on a specified day
6614         offset from advent, not just advent.
6615         (holiday-easter-etc): Report on one specified day offset from
6616         easter, not all easter holidays. Various Easter holidays moved to
6617         `christian-holidays' variable in calendar.el.
6618         * calendar/calendar.el (christian-holidays): Adapt for new
6619         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
6621 2004-09-23  Kim F. Storm  <storm@cua.dk>
6623         * image.el (insert-sliced-image): Add doc string.
6625         * ido.el (ido-choice-list): New dynamic var for `list' context.
6626         (ido-context-switch-command): New dynamic var.
6627         (ido-define-mode-map): Generalize switch between file/buffer contexts.
6628         (ido-read-internal): Handle new `list' context.
6629         Handle insert-buffer and insert-file ido-exit values.
6630         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
6631         ido-context-switch-command. Handle insert-file ido-exit value.
6632         (ido-read-buffer): Set ido-context-switch-command to 'ignore
6633         unless it is already bound by caller.
6634         (ido-file-internal): New arg switch-cmd.  Use it to setup
6635         ido-context-switch-command.  Handle insert-buffer ido-exit value.
6636         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
6637         used for context switching.
6638         (ido-all-completions): Handle new `list' context.
6639         (ido-make-choice-list): Return choices for `list' context.
6640         (ido-find-file-in-dir, ido-display-file, ido-write-file)
6641         (ido-display-buffer, ido-kill-buffer): Disable context switching.
6642         (ido-insert-buffer, ido-insert-file): Setup context switching.
6643         (ido-exhibit): Handle `list' context.
6644         (ido-read-file-name): Disable context switching.  Handle fallback.
6645         (ido-read-directory-name): Disable context switching.
6646         (ido-completing-read): New defun like completing-read.  Setup and
6647         use new `list' context.
6649 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
6651         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
6653 2004-09-21  Jay Belanger  <belanger@truman.edu>
6655         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
6656         `calc-graph-set-styles' so the gnuplot buffer will appear in a
6657         separate window.
6659 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
6661         * subr.el (after-change-major-mode-hook): Doc fix.
6663 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6665         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
6666         of ghostscript for monochrome PostScript file in Windows.
6668 2004-09-21  Kenichi Handa  <handa@m17n.org>
6670         * descr-text.el (describe-char): Checking of quail activation
6671         fixed.
6673 2004-09-21  Jay Belanger  <belanger@truman.edu>
6675         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
6677 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
6679         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6680         after the mode hooks instead of before.  Doc fix.
6682 2004-09-20  Jason Rumney  <jasonr@gnu.org>
6684         * startup.el (command-line) [windows-nt]: Try .emacs first, then
6685         _emacs, but revert to .emacs if neither exists in home directory.
6687 2004-09-20  John Paul Wallington  <jpw@gnu.org>
6689         * bindings.el (completion-ignored-extensions): Add .dfsl.
6691 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6693         * bindings.el (scroll-left): Make it disabled.
6695         * files.el (enable-local-eval): Doc fix.
6697         * indent.el (move-to-left-margin): Special case for minibuffer.
6699         * term.el (term-emulate-terminal): Turn off undo for output.
6700         Use with-current-buffer and save-selected-window.
6702         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6704         * progmodes/make-mode.el (makefile-fill-paragraph):
6705         Don't insist on spaces when looking for comments.  # is enough.
6707         * files.el (hack-local-variables): Copy the variables list
6708         to another buffer, strip prefixes and suffixes there, then read.
6709         (enable-local-eval): Doc fix.
6710         (ignored-local-variables): Initialize to nil.
6711         (risky-local-variable-p): Don't check ignored-local-variables here.
6712         (hack-one-local-variable): Ignore var if in ignored-local-variables.
6714 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6716         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6717         of = to "." (punctuation).
6719 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6721         * subr.el (event-basic-type): Fix mask (extend to 22bits).
6723 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
6725         * textmodes/enriched.el (enriched-rerun-flag): New variable.
6726         (enriched-before-change-major-mode): New function.
6727         Add it to `change-major-mode-hook'.
6728         (enriched-after-change-major-mode): New function.
6729         Add it to `after-change-major-mode-hook'.
6730         (enriched-mode): Make it work correctly if called from
6731         `after-change-major-mode-hook'.
6732         No longer set `indent-line-function'.
6734         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6736         * subr.el (after-change-major-mode-hook): New variable.
6737         (run-mode-hooks): Implement it.
6739 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6741         * battery.el (battery-linux-proc-apm): Use string-to-number.
6742         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6743         Use dolist (and less indentation).  Use erase-buffer.
6744         Pre-initialize `design-capacity', `warn', and `low'.
6745         (battery-format): Use replace-regexp-in-string.
6747 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
6749         * battery.el: Delete superfluous empty lines.
6750         (battery-linux-proc-acpi): Attempt to gather information from all
6751         battery subdirectories regardless of their file name.
6752         (battery-linux-proc-apm): Replace all occurrences of
6753         battery-hex-to-int-2 with string-to-int (base 16).
6754         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6755         (battery-hex-map): Delete variable.
6757 2004-09-18  John Paul Wallington  <jpw@gnu.org>
6759         * calc/calc-units.el (calc-quick-units): Fix overzealous
6760         s/or/unless/.
6762 2004-09-17  Jay Belanger  <belanger@truman.edu>
6764         * calc/calc.el (calc-mode-var-list): Fix the value of
6765         `calc-matrix-brackets'.
6767 2004-09-17  Romain Francoise  <romain@orebokech.com>
6769         * ibuf-ext.el (define-ibuffer-filter filename):
6770         Expand dired-directory since buffer-file-name is absolute.
6772 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6774         * ediff-init.el (ediff-current-diff-face-A)
6775         (ediff-current-diff-face-B, ediff-current-diff-face-C)
6776         (ediff-current-diff-face-Ancestor)
6777         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6778         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6779         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6780         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6781         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6782         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6783         Use min-colors.
6785         * term.el (term-down): Perform vertical motion if DOWN is negative.
6786         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6787         (term-termcap-format): Synchronyze with the eterm terminfo entry
6788         in etc/e/eterm.ti.
6789         (term-handle-colors-array): If the current foreground or
6790         background are zero (i.e. unspecified), use the foreground and
6791         background of the default face for reverse video.
6792         (term-ansi-at-eval-string, term-ansi-default-fg)
6793         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6794         (term-mem): Delete ununsed function.
6795         (term-protocol-version): Increment.
6796         (term-current-face): Set to default.
6798 2004-09-15  Jay Belanger  <belanger@truman.edu>
6800         * calc/calc.el (calc-mode-var-list): Define this variable.
6801         (calc-always-load-extensions, calc-line-numbering)
6802         (calc-line-breaking, calc-display-just, calc-display-origin)
6803         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6804         (calc-group-char, calc-point-char, calc-frac-format)
6805         (calc-prefer-frac, calc-hms-format, calc-date-format)
6806         (calc-float-format, calc-full-float-format, calc-complex-format)
6807         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6808         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6809         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6810         (calc-matrix-brackets, calc-language, calc-language-option)
6811         (calc-left-label, calc-right-label, calc-word-size)
6812         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6813         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6814         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6815         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6816         (calc-window-height, calc-display-trail, calc-show-selections)
6817         (calc-use-selections, calc-assoc-selections)
6818         (calc-display-working-message, calc-auto-why, calc-timing)
6819         (calc-mode-save-mode, calc-standard-date-formats)
6820         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6821         (calc-user-parse-tables, calc-gnuplot-default-device)
6822         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6823         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6824         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6825         (calc-invocation-macro, calc-show-banner): Give these values as
6826         part of `calc-mode-var-list's initialization after the variables
6827         are declared with defvar.
6828         (calc-bug-address):  Change email address to send bug reports to.
6829         Change the maintainer address at the top.
6830         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6831         than "\\.emacs" to determine if it is the user-init-file.
6833         * calc/calc-embed.el (calc-embedded-set-modes): Use
6834         `calc-mode-var-list' correctly.
6836 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
6838         * vc.el (annotate-time): Document point handling.
6839         (vc-annotate-display-autoscale): Doc fix.
6841 2004-09-15  Miles Bader  <miles@gnu.org>
6843         * generic.el (generic-make-keywords-list): Use symbol rather than
6844         word anchors in regexp.
6846 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6848         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6849         no file name consider `dired-directory'.
6851 2004-09-14  Kim F. Storm  <storm@cua.dk>
6853         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
6855 2004-09-14  Simon Josefsson  <jas@extundo.com>
6857         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6859         * textmodes/dns-mode.el: Add.
6861 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6864         (disabled-command-function): Make the ?\  char more obvious.
6866         * vc-arch.el (vc-arch-root, vc-arch-registered):
6867         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6869 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
6871         * windmove.el (windmove-frame-edges): Report coordinates of
6872         outside edges of frame, not inside edges.
6873         (windmove-coordinates-of-position): Convert into wrapper to new
6874         function `windmove-coordinates-of-window-position';
6875         `compute-motion' always applies to selected window.
6876         (windmove-coordinates-of-position): Update documentation to refer
6877         to Emacs 21 Lisp Reference Manual.
6878         (windmove-find-other-window): Fix off-by-one errors for max x,y.
6880 2004-09-13  Kim F. Storm  <storm@cua.dk>
6882         * isearch.el (isearch-resume-in-command-history): Rename from
6883         isearch-resume-enabled and change default to nil.
6885 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6887         * vc-hooks.el (vc-ignore-dir-regexp): New var.
6888         (vc-registered): Use it.
6889         (vc-find-root): New fun.
6891         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6892         Don't tell to use \\{...} when it's already done.
6894         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6895         Provide a sample complex default.
6896         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6897         (bibtex-entry): Use mapc.
6899 2004-09-12  Kim F. Storm  <storm@cua.dk>
6901         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6903         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6904         inhibit-field-text-motion to t so rectangles work in comint buffers.
6906         * simple.el (choose-completion-string): Set buffer before running
6907         choose-completion-string-functions hook so it can be buffer-local.
6909 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
6911         * progmodes/compile.el (compilation-start): Parse command to see
6912         if it starts with a cd, and if so perform it for the *compilation*
6913         buffer.  Change the header to reflect this.
6915 2004-09-11  Kim F. Storm  <storm@cua.dk>
6917         * ido.el (ido-enable-dot-prefix): Doc fix.
6918         (ido-enable-dot-prefix): New defcustom.
6919         (ido-set-matches1): Use it.
6921 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6923         * textmodes/bibtex.el (bibtex-mark-active)
6924         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6926 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6928         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6929         used in a case insensitive environment.
6930         (bibtex-mode-map): Rearrange order of menus.
6931         (bibtex-quoted-string-re): Obsolete.
6932         (bibtex-complete-key-cleanup): Variable replaced by new function.
6933         (bibtex-font-lock-keywords): Use backquotes.
6934         (bibtex-font-lock-url-regexp): New internal variable.
6935         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6936         "OPT" and "ALT".
6937         (bibtex-insert-current-kill, bibtex-make-field)
6938         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6939         (bibtex-parse-field-text): Simplify.
6940         (bibtex-string=): New helper function.
6941         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6942         (bibtex-map-entries): Use bibtex-string=.
6943         (bibtex-search-entry): Use not.
6944         (bibtex-enclosing-field): Fix docstring.
6945         (bibtex-assoc-regexp): Obsolete.
6946         (bibtex-format-entry): Use assoc-string and bibtex-string=.
6947         (bibtex-autokey-get-names): Handle empty name field.
6948         (bibtex-parse-strings): Use assoc-string and unless.
6949         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6950         Use assoc-string.
6951         (bibtex-pop): Simplify.
6952         (bibtex-mode): Set font-lock-extra-managed-props.
6953         (bibtex-entry-update): Use assoc-string.
6954         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6955         (bibtex-autofill-entry): Use bibtex-string=.
6956         (bibtex-print-help-message): Simplify.
6957         (bibtex-find-entry): New optional arg START.
6958         (bibtex-validate): Use bibtex-string= and assoc-string.
6959         Do not call obsolete function compilation-parse-errors.
6960         (bibtex-remove-delimiters): Only remove delimiters if present.
6961         (bibtex-copy-entry-as-kill): Add docstring.
6962         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6963         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6964         (bibtex-complete): Use bibtex-predefined-month-strings,
6965         bibtex-string=, and new function bibtex-complete-key-cleanup.
6966         (bibtex-generate-url-list): New variable.
6967         (bibtex-url): New command bound to C-c C-l and mouse-2.
6968         (bibtex-url-map): New local keymap for bibtex-url-mouse.
6969         (bibtex-font-lock-url): New function.
6971 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6975 2004-09-09  Kim F. Storm  <storm@cua.dk>
6977         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6978         counter and format with binding.
6979         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
6980         the declared macro uses own macro counter and format.  Give symbol
6981         kmacro property.
6982         (kmacro-keymap): Bind kmacro-name-last-macro to n.
6983         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6984         (kmacro-end-and-call-macro): Doc fix.
6986 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
6988         * desktop.el (desktop-clear-preserve-buffers):
6989         Remove make-obsolete-variable.
6991 2004-09-08  Richard M. Stallman  <rms@gnu.org>
6993         * buff-menu.el (list-buffers-noselect): Call format-mode-line
6994         with the buffer as argument.
6996 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6998         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
7000 2004-09-08  Juri Linkov  <juri@jurta.org>
7002         * replace.el (perform-replace): Use `query-replace-descr'.
7004         * cus-start.el (history-delete-duplicates): Specify customization.
7006         * diff-mode.el (diff-mode-map):
7007         * progmodes/compile.el (compilation-mode-map):
7008         * progmodes/grep.el (grep-mode-map):
7009         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
7010         to `next-error-follow-minor-mode'.
7012 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7014         * isearch.el (isearch-lazy-highlight-update): Take into account
7015         the case of zero-length match at the search bound.
7017 2004-09-08  Kim F. Storm  <storm@cua.dk>
7019         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
7020         change.  Use zero width overlays when necessary.
7022 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7024         * subr.el (split-string): Docfix.
7026 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7028         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
7029         (display-call-tree): Ensure newline after caller/calls blocks.
7031 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7033         * startup.el (command-line-1): Make option
7034         --directory/-L modify `load-path' straight away.
7036 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7038         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
7040 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7042         * emacs-lisp/autoload.el (make-autoload):
7043         Handle `define-compilation-mode'.
7045         * emacs-lisp/lisp-mode.el (define-compilation-mode):
7046         Specify `doc-string-elt' property.
7048 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7050         * bs.el (bs-mode): Doc fix.
7052 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7054         * info.el (Info-insert-dir): Fix temp buffer leak bug.
7056 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7058         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
7060 2004-09-08  Kenichi Handa  <handa@m17n.org>
7062         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
7063         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
7064         ps-mule-next-point -> 1+).
7066         * composite.el (encode-composition-rule): Add autoload cooky.
7068 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7070         * format.el (buffer-auto-save-file-format): Make it permanent local.
7072 2004-09-07  Kim F. Storm  <storm@cua.dk>
7074         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
7075         (authors-fixed-entries): Fix typo.
7076         (authors-canonical-author-name): Compact multiple spaces.
7077         Ignore trivial names (e.g. only first name).
7079         * term.el (term-window-width): Only use full window width on
7080         window system if overflow-newline-into-fringe is enabled.
7081         (term-mode): Don't disable overflow-newline-into-fringe.
7083 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7085         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
7086         motion as seen on my Mac OS X xterms.
7088         * newcomment.el (uncomment-region-default, comment-region-default):
7089         New functions extracted from uncomment-region and comment-region.
7090         (comment-region, comment-region-function, uncomment-region)
7091         (uncomment-region-function): Use them.
7093         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
7095         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
7096         It's not crucial but can make sense at times.
7098         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
7099         the first commit.
7101         * vc.el (vc-buffer-context, vc-restore-buffer-context):
7102         Disable obsolete code.
7104 2004-09-07  Juri Linkov  <juri@jurta.org>
7106         * progmodes/grep.el (grep-highlight-matches): Change default from
7107         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
7108         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
7109         if grep option `--color' is available, or to `nil' otherwise.
7110         (grep-process-setup): Call `grep-compute-defaults' if
7111         `grep-highlight-matches' is not computed.  Set env-vars only
7112         if `grep-highlight-matches' is `t'.
7113         (grep-use-null-device): Remove redundant type `boolean' (`choice'
7114         is already defined).
7116         * progmodes/compile.el (compilation-start): Use copy of
7117         `process-environment' created by `copy-sequence' to not
7118         modify env-vars in the global `process-environment'.
7120 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
7122         * simple.el (next-error-follow-minor-mode): Fix last change.
7124 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
7126         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
7127         permanent local.
7129 2004-09-04  Richard M. Stallman  <rms@gnu.org>
7131         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
7132         highlighting if the search string is empty.
7134 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
7136         * facemenu.el (facemenu-active-faces): Change condition of inner
7137         `while' loop to also check the first two elements of `face-atts'
7138         and `mask-atts'.
7140 2004-09-04  John Paul Wallington  <jpw@gnu.org>
7142         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
7143         (thumbs-view-image-mode): Make buffer read-only.
7145 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
7147         * textmodes/ispell.el (ispell-really-aspell): New defvar.
7148         (ispell-check-version): Set it.
7149         (ispell-send-replacement): New function.
7150         (ispell-process-line): Call ispell-send-replacement.
7152 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7154         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
7155         Support choosing seconds with "s".
7157 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
7159         * terminal.el (te-escape): Show `?' in prompt for help key.
7161 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
7163         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
7165 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7167         * simple.el (next-error-follow-minor-mode)
7168         (next-error-follow-mode-post-command-hook): New functions.
7169         (next-error-follow-last-line): New defvar.
7171         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
7172         * progmodes/compile.el (compilation-mode-map): Likewise.
7173         * progmodes/grep.el (grep-mode-map): Likewise.
7174         * replace.el (occur-mode-map): Likewise.
7176         * newcomment.el (uncomment-region): Bind comment-use-global-state
7177         to nil.
7179 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
7181         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
7182         locally around the call to `revert-buffer'.
7184 2004-09-03  Juri Linkov  <juri@jurta.org>
7186         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
7187         `isearch-adjusted' to `t'.
7188         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
7189         (isearch-message-prefix): Add "pending" for isearch-adjusted.
7190         (isearch-other-meta-char): Restore isearch-point unconditionally.
7191         (isearch-query-replace): Add new arg `regexp-flag' and use it.
7192         Set point to start of match if region is not active in transient
7193         mark mode (to include the current match to region boundaries).
7194         Push the search string to `query-replace-from-history-variable'.
7195         Add prompt "Query replace regexp" for isearch-regexp.
7196         Add region beginning/end as last arguments of `perform-replace.'
7197         (isearch-query-replace-regexp): Replace code by the call to
7198         `isearch-query-replace' with arg `t'.
7200 2004-09-03  Richard M. Stallman  <rms@gnu.org>
7202         * startup.el (normal-top-level): Undo previous TERM change.
7204 2004-09-03  Kim F. Storm  <storm@cua.dk>
7206         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
7207         highlight overlays; allow using RET when cursor is over a button.
7208         (cua--highlight-rectangle): Use it.
7209         (cua--rectangle-set-corners): Don't move backwards at eol.
7210         (cua--forward-line): Don't move into void after eob.
7212         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
7213         point is set (and displayed) inside rectangle.
7214         (cua--rectangle-operation): Fix for highlight of empty lines.
7215         (cua--highlight-rectangle): Fix highlight for tabs.
7216         Position cursor at left/right edge of rectangle using new `cursor'
7217         property on overlay strings.
7218         (cua--indent-rectangle): Don't tabify.
7219         (cua-rotate-rectangle): Ignore that point has moved.
7221 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7223         * term/mac-win.el: Add ASCII equivalents for some function keys.
7224         (mode-line-frame-identification): Sync with x-win.el.
7226 2004-09-02  Juri Linkov  <juri@jurta.org>
7228         * progmodes/compile.el (compilation-buffer-name): Compare major
7229         mode with second element of compilation-arguments instead of third
7230         to reflect latest changes in compilation-arguments structure.
7231         (recompile): Use global variable `compilation-directory' to get
7232         recent compilation directory only when `recompile' is invoked NOT
7233         in the compilation buffer.  Otherwise, use `default-directory' of
7234         the compilation buffer.
7235         (compilation-error-properties): Allow to funcall col and end-col.
7236         (compilation-mode-font-lock-keywords): Check col and end-col by
7237         `integerp'.
7238         (compilation-goto-locus): If end-mk is non-nil in transient mark
7239         mode don't activate the mark (and don't display message in
7240         push-mark), but highlight overlay between mk and end-mk.
7242         * progmodes/grep.el (grep-highlight-matches): New defcustom.
7243         (grep-regexp-alist): Add rule to highlight grep matches.
7244         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
7246         * info.el (Info-fontify-node): Don't compute other-tag
7247         if Info-hide-note-references=hide.
7249         * help.el (function-called-at-point):
7250         * help-fns.el (variable-at-point):
7251         Try `find-tag-default' when other methods failed.
7253         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7254         Do not push mark if inhibit-mark-movement is non-nil.
7256         * textmodes/ispell.el (ispell-html-skip-alists):
7257         Fix backslashes in docstring.
7259 2004-09-01  Juri Linkov  <juri@jurta.org>
7261         * isearch.el (isearch-wrap-function)
7262         (isearch-push-state-function): New defvars.
7263         (isearch-pop-fun-state): New defsubst.
7264         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
7265         (isearch-push-state): Set the result of calling
7266         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
7267         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
7268         restore the mode-specific starting point of terminated search.
7269         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
7270         (isearch-repeat): Call `isearch-wrap-function' if defined.
7271         (isearch-message-prefix): Don't add prefix "over" to the message
7272         for wrapped search if `isearch-wrap-function' is defined.
7273         (isearch-search): Call function saved in `isearch-pop-fun-state' to
7274         restore the mode-specific starting point of failed search.
7276         * info.el (Info-search-whitespace-regexp): Fix backslashes.
7277         (Info-search): Add new optional arguments for the sake of isearch.
7278         Replace whitespace in Info-search-whitespace-regexp literally.
7279         Add backward search.  Don't call `Info-select-node' if regexp is
7280         found in the same Info node.  Don't add node to Info-history for
7281         wrapped isearch.
7282         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
7283         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
7284         (Info-mode): Set local variables `isearch-search-fun-function',
7285         `isearch-wrap-function', `isearch-push-state-function',
7286         `search-whitespace-regexp'.
7288         * isearch.el: Remove ancient Change Log section.
7289         (isearch-string, isearch-message-string, isearch-point)
7290         (isearch-success, isearch-forward-flag, isearch-other-end)
7291         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7292         (isearch-barrier, isearch-within-brackets)
7293         (isearch-case-fold-search): Add suffix `-state' to state-related
7294         defsubsts to avoid name clashes with other function names.
7296         * simple.el (next-error): New defgroup and defface.
7297         (next-error-highlight, next-error-highlight-no-select):
7298         New defcustoms.
7299         (next-error-no-select): Let-bind next-error-highlight to the value
7300         of next-error-highlight-no-select before calling `next-error'.
7302         * progmodes/compile.el (compilation-goto-locus):
7303         Use `next-error' face instead of `region'.  Set 4-th argument of
7304         `move-overlay' to `current-buffer' to move overlay to different
7305         source buffers.  Use new variable `next-error-highlight'.
7307         * simple.el (next-error-find-buffer): Move the rule
7308         "if current buffer is a next-error capable buffer" after the
7309         rule "if next-error-last-buffer is set to a live buffer".
7310         Simplify to test all rules in one `or'.
7311         (next-error): Doc fix.
7312         (next-error, previous-error, first-error)
7313         (next-error-no-select, previous-error-no-select):
7314         Make arguments optional.
7316 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
7318         * macros.el (apply-macro-to-region-lines): Make it operate on all
7319         lines that begin in the region, rather than on all complete lines
7320         in the region.
7322 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7324         * x-dnd.el (x-dnd-protocol-alist): Document update.
7325         (x-dnd-known-types): Defcustom it.
7326         (x-dnd-handle-motif): Print message-atom in error message.
7328 2004-08-30  John Paul Wallington  <jpw@gnu.org>
7330         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
7331         strings rather than programatically constructing message.
7333 2004-08-30  Richard M. Stallman  <rms@gnu.org>
7335         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
7336         Don't return a string that would read as the wrong character code.
7338 2004-08-29  Kim F. Storm  <storm@cua.dk>
7340         * emulation/cua-base.el (cua-auto-expand-rectangles):
7341         Remove automatic rectangle padding feature; replace by non-destructive
7342         virtual rectangle edges feature.
7343         (cua-virtual-rectangle-edges): New defcustom.
7344         (cua-auto-tabify-rectangles): New defcustom.
7345         (cua-paste): If paste into a marked rectangle, insert rectangle at
7346         current column, even if virtual; also paste exactly as many lines
7347         as has been marked (ignore additional lines or add empty lines),
7348         but paste whole source if only one line is marked.
7349         (cua--update-indications): No longer use overwrite-cursor to
7350         indicate rectangle padding
7352         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
7353         (cua--rectangle-virtual-edges): New defun.
7354         (cua--rectangle-get-corners): Remove optional PAD arg.
7355         (cua--rectangle-set-corners): Never do padding.
7356         (cua--forward-line): Remove optional PAD arg.  Simplify.
7357         (cua-resize-rectangle-right, cua-resize-rectangle-left)
7358         (cua-resize-rectangle-down, cua-resize-rectangle-up):
7359         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
7360         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
7361         (cua--rectangle-move): Never do padding.  Simplify.
7362         (cua--tabify-start): New defun.
7363         (cua--rectangle-operation): Add tabify arg.  All callers changed.
7364         (cua--pad-rectangle): Remove.
7365         (cua--delete-rectangle): Handle delete with virtual edges.
7366         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
7367         (cua--insert-rectangle): Handle insert at virtual column.
7368         Perform auto-tabify if necessary.
7369         (cua--activate-rectangle): Remove optional FORCE arg.
7370         Never do padding.  Simplify.
7371         (cua--highlight-rectangle): Enhance for virtual edges.
7372         (cua-toggle-rectangle-padding): Remove command.
7373         (cua-toggle-rectangle-virtual-edges): New command.
7374         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
7375         (cua--rectangle-post-command): Don't force rectangle padding.
7376         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
7378 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
7380         * indent.el (edit-tab-stops-buffer): Doc fix.
7382 2004-08-28  Richard M. Stallman  <rms@gnu.org>
7384         * progmodes/grep.el (grep-default-command): Use find-tag-default.
7385         (grep-tag-default): Function deleted.
7387         * subr.el (find-tag-default): Move from etags.el.
7389         * progmodes/etags.el (find-tag-default): Move to subr.el.
7391         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
7392         into the basic character if it has an uppercase form.
7394 2004-08-27  Kenichi Handa  <handa@m17n.org>
7396         * international/utf-8.el (utf-8-post-read-conversion): If the
7397         buffer is unibyte, temporarily make it multibyte.
7399 2004-08-27  Masatake YAMATO  <jet@gyve.org>
7401         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
7403 2004-08-25  John Paul Wallington  <jpw@gnu.org>
7405         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
7406         0, 1, and many mismatches in message.
7407         (tex-start-shell): Use `set-process-query-on-exit-flag'.
7409         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
7410         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
7412 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
7415         vc-diff-switches differently.
7417 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
7419         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
7420         before and a real defvar after
7421         `speedbar-supported-extension-expressions'.  This is to silence
7422         the compiler without breaking bootstrapping.
7424 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7426         * textmodes/flyspell.el (flyspell-word):
7427         Use set-process-query-on-exit-flag.
7428         (flyspell-highlight-duplicate-region): Take POSS as arg.
7429         (flyspell-word): Pass POSS as arg.
7431         * progmodes/ada-xref.el: Many doc and style fixes.
7432         (ada-find-any-references): Use compilation-start.
7433         (ada-get-ali-file-name): Improve error msg.
7434         (ada-get-ada-file-name): Likewise.
7436         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
7437         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
7439         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7440         Add forward defvar.
7442         * whitespace.el (global-whitespace-mode): New alias
7443         for whitespace-global-mode.
7445         * speedbar.el (speedbar-file-regexp): Move definition up.
7446         (speedbar-mode, speedbar-set-mode-line-format):
7447         Use with-no-warnings.
7448         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
7450         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
7451         controls whether to display the error buffer.
7453         * ps-mule.el: Delete compatibility code for old Emacses.
7454         (ps-mule-find-wrappoint): Don't use chars-in-region.
7456         * frame.el (display-mouse-p, display-selections-p):
7457         Use with-no-warnings.
7459         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
7461 2004-08-22  David Kastrup  <dak@gnu.org>
7463         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
7464         information.
7466         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
7468 2004-08-22  Andreas Schwab  <schwab@suse.de>
7470         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
7472 2004-08-22  Masatake YAMATO  <jet@gyve.org>
7474         * cvs-status.el (cvs-status-checkout): New function.
7475         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
7477 2004-08-21  David Kastrup  <dak@gnu.org>
7479         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
7480         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
7481         has been converted to use hashtables, the relation `nil=none' is
7482         no longer valid, as `nil' is not a hashtable.  This patch tries to
7483         reduce the number of resulting errors.
7485 2004-08-21  John Paul Wallington  <jpw@gnu.org>
7487         * subr.el (process-kill-without-query): Made obsolete in
7488         version 21.4, not 21.5.
7490         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
7491         (vc-previous-comment, vc-next-comment)
7492         (vc-comment-search-reverse, vc-comment-search-forward)
7493         (vc-comment-to-change-log): Likewise.
7495         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
7497 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
7499         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7500         Correct indentation of DEFMETHODS with non-standard method
7501         combinations (e.g., PROGN, MIN, MAX).
7503 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7505         * startup.el (normal-top-level-add-subdirs-to-load-path):
7506         Avoid unnecessarily checking system-type.
7507         (normal-top-level): Set TERM to "dumb".  Simplify.
7509         * avoid.el (mouse-avoidance-ignore-p): New fun.
7510         Also ignore switch-frame, select-window, double, and triple clicks.
7511         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
7512         (mouse-avoidance-fancy-hook): Use it.
7514 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
7516         * avoid.el (mouse-avoidance-nudge-mouse)
7517         (mouse-avoidance-banish-destination): Stay within the current window
7518         to avoid problems with mouse-autoselect-window.
7520 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7522         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
7523         the newer format of some messages in cvs-1.12.1.
7525 2004-08-19  Masatake YAMATO  <jet@gyve.org>
7527         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
7528         (elp-results-jump-to-definition-by-mouse)
7529         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
7530         (elp-output-result): Use elp-output-insert-symname.
7532 2004-08-18  Kenichi Handa  <handa@m17n.org>
7534         * language/cyrillic.el: Register koi8-r in
7535         ctext-non-standard-encodings-alist.
7536         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
7538 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
7540         * emacs-lisp/copyright.el (copyright-update-year): Delete code
7541         that replaces 20xy with xy.
7543 2004-08-17  John Paul Wallington  <jpw@gnu.org>
7545         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
7546         (reb-force-update): Doc fix.
7548 2004-08-16  Richard M. Stallman  <rms@gnu.org>
7550         * progmodes/which-func.el (which-func-update-1): Doc fix.
7552         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
7553         (sh-mode-abbrev-table): New variable.
7555         * progmodes/compile.el (compilation-mode): Doc fix.
7557         * emacs-lisp/lisp-mode.el (eval-last-sexp):
7558         Don't cons a new symbol each time.
7559         (eval-last-sexp-fake-value): New variable.
7561         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
7562         (copyright-update-year): Detect continuation of list of years.
7564         * term.el (term-default-fg-color, term-default-bg-color)
7565         (ansi-term-color-vector): Use `unspecified', not nil, as default.
7567         * imenu.el: Several doc fixes: don't say variables are buffer-local.
7569 2004-08-16  Davis Herring <herring@lanl.gov>
7571         * isearch.el (isearch-string, isearch-message-string, isearch-point)
7572         (isearch-success, isearch-forward-flag, isearch-other-end)
7573         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7574         (isearch-barrier, isearch-within-brackets)
7575         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
7577 2004-08-16  Kenichi Handa  <handa@m17n.org>
7579         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
7581 2004-08-15  Kenichi Handa  <handa@m17n.org>
7583         * term/x-win.el (x-selection-value): If utf8 was successful but
7584         ctext was not, use utf8 string.
7586 2004-08-14  Davis Herring  <herring@lanl.gov>
7588         * isearch.el: Remove accidental changes of March 4.  Fix backing
7589         up when a regexp isearch is made more general.  Use symbolic
7590         accessor functions for isearch stack frames to make usage clearer.
7591         (search-whitespace-regexp): Made groups in documentation shy (as
7592         is the group in the default value).
7593         (isearch-fallback): New function, addresses problems with regexps
7594         liberalized by `\|', adds support for liberalization by `\}' (the
7595         general repetition construct), and incorporates behavior for
7596         `*'/`?'.
7597         (isearch-}-char): New command, calls `isearch-fallback' with
7598         arguments appropriate to a typed `}'.
7599         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
7600         appropriately.
7601         (isearch-mode-map): Bind `}' to `isearch-}-char'.
7602         (isearch-string, isearch-message,string, isearch-point)
7603         (isearch-success, isearch-forward-flag, isearch-other-end)
7604         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7605         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
7606         New inline functions to read fields of a stack frame.
7608 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
7610         * battery.el (battery-linux-proc-acpi): Look into battery
7611         directories matching the literal string "CMB", too (required for
7612         Linux kernel version 2.6.7).
7614 2004-08-14  John Paul Wallington  <jpw@gnu.org>
7616         * cus-start.el (read-file-name-completion-ignore-case): Add.
7617         (blink-cursor-alist): Change version to "21.4".
7619         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
7621 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
7623         * speedbar.el (speedbar-scan-subdirs): New option.
7624         (speedbar-file-lists): Don't ignore file-name case on Unix and use
7625         dolist.
7626         (speedbar-insert-files-at-point): Take an extra argument and use
7627         it to optionally find out if a subdir is empty.  Also unreadable
7628         files don't get expand buttons.
7629         (speedbar-directory): New image (unused pixmap already existed).
7630         (speedbar-expand-image-button-alist): Use it.
7632 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
7634         CC Mode update to 5.30.9:
7636         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
7637         Move from cc-vars to cc-defs for dependency reasons.  Fix the
7638         POSIX char class test to check that it works in
7639         `skip-chars-(forward|backward)' too.
7641         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7642         first argument starts with a special brace list.
7644         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
7645         when `c-opt-type-concat-key' is used (i.e. in Pike).
7647         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
7648         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
7649         >)".
7651         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
7652         whitespace safe.
7654         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
7655         position for `arglist-intro', `arglist-cont-nonempty' and
7656         `arglist-close' when there are two arglist open parens on the same
7657         line and there's nothing in front of the first.
7659         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
7660         locking of qualified names in Java, which previously could fontify
7661         common indexing expressions in many cases.  The standard Java
7662         naming conventions are used to tell them apart.
7664         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7665         Fix inconsistency wrt opening parens on the first line inside a paren
7666         block.
7668         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7669         compile time for the sake of `c-major-mode-is'.
7671         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7672         `c-major-mode-is' in the event that this is used inside a
7673         `c-lang-defconst'.
7675         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
7676         `c-lang-defconst' so that it works better with fallback languages.
7678         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
7679         it to fail to record the base mode.
7681         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7682         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
7683         is used.  Reorder the syntax checks to get more efficient
7684         skipping in some situations.
7686         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7687         continuation which might precede the newly inserted '{'.
7689         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7690         Fix cases where it could loop indefinitely.
7692         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7693         size specs correctly.  Only fontify identifiers in front of '('
7694         with as functions - don't accept any paren char.  Tighten up
7695         initializer skipping to stop before function and class blocks.
7697         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7698         the point could be left directly after an open paren when finding
7699         the beginning of the first decl in the block.
7701         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7702         table when filtering out legitimate open parens to be recorded.
7703         This could cause cache inconsistencies when e.g.
7704         `c++-template-syntax-table' was temporarily in use.
7706         * progmodes/cc-engine.el (c-on-identifier)
7707         (c-simple-skip-symbol-backward): Small fix for handling "-"
7708         correctly in `skip-chars-backward'.  Affected the operator lfun
7709         syntax in Pike.
7711         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7712         Fix bug that could cause an error from `after-change-functions' when
7713         the changed region is at bob.
7715 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
7717         CC Mode update to 5.30.9:
7719         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7720         to say that <TAB> doesn't insert WS into a CPP line.
7721         (c-indent-command, c-tab-always-indent): Amend doc strings.
7723         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7724         checks for user errors, thus eliminating cryptic and unhelpful
7725         Emacs error messages.  (1) Check the arg to `c-set-style' is a
7726         string.  (2) Check that settings to `c-offsets-alist' are not
7727         spuriously quoted.
7729         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7730         which precedes the newly inserted `{'.
7732 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
7734         Sync with Tramp 2.0.44.
7736         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7737         function "tramp_file_attributes".  Otherwise, file names
7738         containing spaces are misinterpreted.  Reported by Magnus Henoch
7739         <mange@freemail.hu>.
7740         (tramp-handle-file-truename): FILENAME must be expanded first.
7741         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7742         obscure results.  Reported by D. Goel <deego@gnufans.org>.
7743         (tramp-handle-verify-visited-file-modtime): If file does not
7744         exist, say it is not modified if and only if that agrees with the
7745         buffer's record.  Check whether a file is visiting the buffer, or
7746         the buffer has no recorded last modification time.  Return t in
7747         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
7748         <teirllm@auburn.edu>.
7749         (tramp-handle-write-region): Pass modtime explicitely to
7750         `set-visited-file-modtime', because filename can be different
7751         from (buffer-file-name) if `file-precious-flag' is set.
7752         `set-visited-file-modtime' must be called always when `visit' is t
7753         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7754         (tramp-handle-set-visited-file-modtime): If `time-list' is not
7755         nil, don't apply the whole body.  If the file doesn't exists, set
7756         modtime to '(-1 65535).  Suggested by Luc Teirlinck
7757         <teirllm@auburn.edu>.
7759 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7761         * help.el (describe-bindings): Doc fix.
7763         * subr.el (kbd): Doc fix.
7765 2004-08-08  John Paul Wallington  <jpw@gnu.org>
7767         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7768         instead of `string-to-int'.
7769         (define-ibuffer-column mode): Fix indentation.
7771 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
7773         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7775 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7777         * subr.el (global-unset-key, local-unset-key): Doc fixes.
7779         * novice.el (disabled-command-function): New variable renamed from
7780         `disabled-command-hook'.
7781         (disabled-command-hook): Keep the _variable_ as alias for
7782         `disabled-command-function' and make obsolete.
7783         (disabled-command-function): Function renamed from
7784         `disabled-command-hook'.  Adapt code to name change of the variable.
7786 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
7788         * simple.el (completion-root-regexp): New defvar.
7789         (completion-setup-function): Use it instead of a literal string.
7791 2004-08-07  John Paul Wallington  <jpw@gnu.org>
7793         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7794         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7795         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7796         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7798 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7800         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7801         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7803 2004-08-04  Kenichi Handa  <handa@m17n.org>
7805         * international/encoded-kb.el (encoded-kbd-setup-keymap):
7806         Fix previous change.
7808 2004-08-03  Kenichi Handa  <handa@m17n.org>
7810         * international/encoded-kb.el: The following changes are to
7811         utilize key-translation-map instead of minor mode map.
7812         (encoded-kbd-iso2022-non-ascii-map): Delete it.
7813         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7814         (encoded-kbd-last-key): New function.
7815         (encoded-kbd-iso2022-single-shift): New function.
7816         (encoded-kbd-iso2022-designation)
7817         (encoded-kbd-self-insert-iso2022-7bit)
7818         (encoded-kbd-self-insert-iso2022-8bit)
7819         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7820         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7821         key-translation-map.
7822         (encoded-kbd-setup-keymap): Setup key-translation-map.
7823         (saved-key-translation-map): New variable.
7824         (encoded-kbd-mode): Save/restore key-translation-map.
7825         Adjust for the change of encoded-kbd-setup-keymap.
7827 2004-08-02  Kim F. Storm  <storm@cua.dk>
7829         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7830         and call compute-motion with nil for topos and width to get proper
7831         usable width and height for both window and non-window systems.
7833         * windmove.el (windmove-coordinates-of-position): Let compute-motion
7834         calculate usable window width and height.
7836         * window.el (window-buffer-height): Call compute-motion with nil width.
7838 2004-08-01  David Kastrup  <dak@gnu.org>
7840         * replace.el (query-replace-read-from):
7841         Use `query-replace-compile-replacement'.
7842         (query-replace-compile-replacement): New function.
7843         (query-replace-read-to): Use `query-replace-compile-replacement'
7844         for repeating the last command.
7846 2004-08-01  John Paul Wallington  <jpw@gnu.org>
7848         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7849         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7850         (pr-switches): Remove period from end of error messages.
7852         * help-mode.el (help-go-back): Likewise.
7854         * abbrev.el (only-global-abbrevs): Doc fix.
7855         (edit-abbrevs-map): Define within defvar.
7856         (quietly-read-abbrev-file): Doc fix.
7858 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
7860         * novice.el (enable-command, disable-command): Doc fixes.
7862         * subr.el (event-modifiers, event-basic-type): Doc fixes.
7864 2004-07-30  Richard M. Stallman  <rms@gnu.org>
7866         * subr.el (with-local-quit): Doc fix.
7868 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
7870         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7872 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
7874         * custom.el (defcustom): Doc fix.
7876 2004-07-28  Masatake YAMATO  <jet@gyve.org>
7878         * progmodes/etags.el (etags-tags-apropos): Show building progress.
7880 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7882         * imenu.el (imenu-prev-index-position-function)
7883         (imenu-extract-index-name-function, imenu-name-lookup-function)
7884         (imenu--index-alist): Docstring redundancy fix.
7886 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
7888         * wdired.el (wdired-finish-edit): Require dired-aux before locally
7889         binding dired-backup-overwrite.
7891 2004-07-25  John Paul Wallington  <jpw@gnu.org>
7893         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7895 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
7897         * term/tty-colors.el (tty-color-approximate): Doc fix.
7899         * select.el (x-get-selection, x-set-selection): Doc fixes.
7901         * frame.el (make-frame): Doc fix.
7903 2004-07-24  Richard M. Stallman  <rms@gnu.org>
7905         * mail/rmail.el (rmail-mime-charset-pattern):
7906         Don't include semicolon in the charset value.
7908         * replace.el (occur-next-error): Call set-window-point.
7909         (occur-engine): Handle negative NLINES.
7911 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
7913         * frame.el (modify-all-frames-parameters): Minor doc fix.
7914         (set-frame-configuration): Doc fix.
7916 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7918         * simple.el (completion-setup-function): Compute the common parts
7919         and the first difference place correctly when
7920         partial-completion-mode is on.
7922 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7924         * ps-print.el: Doc fix.
7925         (ps-print-version): New version 6.6.5.
7926         (ps-printing-region): Doc fix.
7927         (ps-generate-string-list): Comment fix.
7928         (ps-message-log-max): Code fix.
7930 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7932         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7933         generated PostScript.
7935 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
7937         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
7938         with Gnus v5_10 branch.)
7940 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7942         * calendar/time-date.el (time-to-number-of-days): New function.
7943         Imported from from Gnus.
7945 2004-07-22  Kim F. Storm  <storm@cua.dk>
7947         * progmodes/make-mode.el: Fix comments.
7949 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7951         * printing.el: Doc fix.
7953 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
7955         * frame.el (modify-all-frames-parameters): Minor doc fix.
7957 2004-07-20  Richard M. Stallman  <rms@gnu.org>
7959         * textmodes/fill.el (fill-nobreak-p): If this break point is
7960         at the end of the line, don't consider the newline which follows
7961         as a reason to return t.
7963 2004-07-19  John Paul Wallington  <jpw@gnu.org>
7965         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7967 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
7969         * dired-aux.el (dired-do-kill-lines): Expand docstring.
7970         Delete irrelevant code.
7972 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
7974         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7975         New docstring.  From Luc Teirlinck.
7977 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
7979         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7980         section.
7981         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7982         non-file buffers.  We know it is nil.
7984 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
7986         Sync with Tramp 2.0.43.
7988         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7989         Remove outdated comment.
7990         (tramp-locked, tramp-locker): New variables for implementing a
7991         global lock.
7992         (tramp-sh-file-name-handler): Use them to implement the global lock.
7994 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
7996         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
7997         calls to respective `xxx` calls.
7998         (tramp-process-alive-regexp): Precise doc string.
7999         (tramp-multi-action-process-alive): New defun.
8000         (tramp-multi-actions): Use it.
8001         (tramp-handle-find-backup-file-name): `copy-tree' is available
8002         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
8003         in order to avoid this function.
8004         (tramp-handle-write-region): Set current buffer.  If connection
8005         wasn't open, `file-modes' has changed it accidently.  Reported by
8006         David Kastrup <dak@gnu.org>.
8007         (tramp-enter-password, tramp-read-passwd): New arguments USER and
8008         HOST.
8009         (tramp-action-password, tramp-multi-action-password): Apply it.
8010         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
8011         name must still contain the port number.  Otherwise, we have two
8012         Tramp buffers, with all the confusion.  Reported by Myron Selby
8013         <myron@xytech.com> and Rolf Dubitzky
8014         <Dubitzky@physi.uni-heidelberg.de>.
8016         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
8017         HOST to `tramp-enter-passwd'.
8019         * net/tramp-vc.el (all): Code cleanup.  Change all
8020         `tramp-handle-xxx' calls to respective `xxx` calls.
8022 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
8024         * emacs-lisp/testcover.el: New category "potentially-1valued" for
8025         functions that are not erroneous if either 1-valued or
8026         multi-valued.  Detect functions in this class.
8027         (testcover-1value-functions, testcover-compose-functions)
8028         (testcover-progn-functions) Add some additional functions to lists.
8029         (testcover-mark): Bugfix when marking up the definition for an
8030         empty function.
8032 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8034         * replace.el (occur-read-primary-args): Pass default to
8035         read-from-minibuffer.
8037         * mail/footnote.el (footnote-section-tag): Use defcustom.
8039         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
8040         Compile font-lock-keywords, not KEYWORDS.
8041         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
8042         Add warn, check-type.  Handle cerror like error.
8044 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8046         * progmodes/which-func.el (which-func-keymap): New var.
8047         (which-func-face): New face.
8048         (which-func-format): Use them.
8050 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8052         * buff-menu.el (list-buffers-noselect): Append the buffer's
8053         process status to its mode name.
8055 2004-07-16  Kim F. Storm  <storm@cua.dk>
8057         * simple.el (inhibit-mark-movement): New defvar.
8058         (beginning-of-buffer, end-of-buffer): Do not push mark if
8059         inhibit-mark-movement is non-nil or C-u prefix is given.
8061         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
8062         Init to beginning-of-buffer and end-of-buffer.
8063         (cua--undo-push-mark): New defvar.
8064         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
8065         already active and command is in cua--preserve-mark-commands.
8066         Also fix check for shift modifier on non-window systems.
8067         (cua--post-command-handler): Clear inhibit-mark-movement if set.
8069 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8071         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
8072         of two integers, instead of a cons.
8074         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8075         `visited-file-modtime' now returns a list of two integers, instead
8076         of a cons.
8078         * dired.el (dired-directory-changed-p): Ditto.
8080         * progmodes/grep.el (grep): Doc fix.
8082 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8084         * autorevert.el (auto-revert-tail-mode)
8085         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
8086         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
8087         in both at the same time.
8088         (auto-revert-tail-mode): New command.
8089         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
8090         (auto-revert-handler): Revert only either tail or whole file.
8092         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
8093         add auto-revert-tail-mode.
8095 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8097         * printing.el: Doc fix.  Change name of some funs.
8098         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
8099         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
8100         (pr-standard-file-name): New fun.  Replace pr-standard-path.
8101         (pr-call-process): Code fix.
8103 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
8105         * subr.el (with-selected-window): Doc fix.
8107 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
8109         * subr.el (get-buffer-window-list): Doc fix.
8111 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
8113         * files.el (switch-to-buffer-other-window): Doc fix.
8115         * window.el (save-selected-window, one-window-p)
8116         (split-window-keep-point, split-window-vertically)
8117         (split-window-horizontally): Doc fixes.
8119 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8121         * printing.el: Doc fix.  Now it uses call-process instead of
8122         shell-command for low command execution.
8123         (pr-version): New version number (6.8).
8124         (pr-shell-file-name): Option removed.
8125         (pr-shell-command): Fun removed.
8126         (pr-call-process): New fun.  Replace pr-shell-command.
8127         (pr-standard-path, pr-remove-nil-from-list): New funs.
8128         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
8129         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
8130         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
8131         (pr-ps-utility-process, pr-txt-print): Code fix.
8133 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8135         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
8136         boolean.
8138 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
8140         * wid-edit.el (widget-field-buffer): Doc fix.
8142 2004-07-09  John Paul Wallington  <jpw@gnu.org>
8144         * emacs-lisp/re-builder.el (reb-update-overlays):
8145         Distinguish between one and several matches in message.
8147 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8149         * mouse.el (mouse-set-region-1): If transient-mark-mode
8150         is `identity', change it to `only'.
8152         * simple.el (current-word): Doc fix.
8154 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
8156         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
8157         so that it is more understanding of whitespace.
8159         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
8160         (("ns" . "element") (attr-list) children) instead of
8161         ((:ns . "element") (attr-list) children) in order to reduce the
8162         number of symbols used.
8163         (xml-skip-dtd): Change to use xml-parse-dtd but set
8164         xml-validating-parsing to nil.
8165         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
8166         (xml-substitute-entity): Remove in favor of new entity substitution.
8167         (xml-substitute-special): Rewrite in to substitute complex
8168         entities from DOCTYPE declarations.
8169         (xml-parse-fragment): Parse fragments from entity deleclarations.
8170         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
8171         (xml-parse-dtd, xml-substitute-special): Make validity checks
8172         conditioned on xml-validating-parser.  Add "Not Well Formed" to
8173         error messages about well-formedness.
8175 2004-07-08  Steven Tamm  <steventamm@mac.com>
8177         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
8178         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
8179         Do not treat double clicks and triple clicks specially in the
8180         scroll bar (preventing strange repositioning problems)
8182 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8184         * replace.el (query-replace-regexp-eval): Fix last change.
8186 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * replace.el (query-replace-descr): New fun.
8189         (query-replace-read-from, query-replace-read-args): Default to the
8190         previous from&to.
8191         (query-replace-read-to): Quote the `from' string when displaying it.
8192         (query-replace-regexp-eval): Immediately check read-only status.
8193         Use query-replace-read-from to get the \n checking.
8194         Quote the `from' string when displaying it.
8195         (map-query-replace-regexp, occur-read-primary-args):
8196         Quote the `from' string when displaying it.
8198         * isearch.el (isearch-query-replace): Pass the regexp-ness and
8199         delimited-ness of the search to query-replace.
8201         * replace.el (query-replace-read-from, query-replace-read-to):
8202         New funs extracted from query-replace-read-args.
8203         (query-replace-read-args): Use them.
8205         * replace.el (query-replace-interactive, query-replace-read-args):
8206         Remove the `initial' special value.
8207         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
8208         (occur-engine): Remove unused var `matchend'.
8210         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
8211         Use the search string without prompting.
8213 2004-07-05  Kenichi Handa  <handa@m17n.org>
8215         * international/mule.el (decode-coding-inserted-region):
8216         Set last-coding-system-used only when coding is nil.
8218 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
8220         * progmodes/grep.el (grep-compute-defaults, grep-command)
8221         (grep-program, find-program, grep-find-use-xargs, grep-history)
8222         (grep-find-history, grep-tag-default, grep-find-command)
8223         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
8224         Add autoload cookies, for unbundled packages that load `compile'
8225         and expect all grep-related symbols to become defined.
8227 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
8229         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
8230         (iimage-mode-image-search-path): New user option to search the
8231         image file.
8232         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
8233         have locate-file.
8234         (iimage-mode-buffer): Use it.
8236 2004-07-03  Nick Roberts  <nickrob@gnu.org>
8238         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
8239         carefully.
8240         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
8242 2004-07-03  Juri Linkov  <juri@jurta.org>
8244         * replace.el (query-replace-read-args): Swallow space after 'foo,
8245         not after (quote foo).  Match space only immediately after symbol,
8246         not anywhere in the whole string.
8248 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8250         * replace.el (query-replace-read-args): Swallow space after
8251         symbols, not after closeparens.  But avoid error if string ends there.
8253         * progmodes/python.el (python-beginning-of-statement):
8254         Exit the loop if backward-up-list gets error.
8256         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
8258 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
8260         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
8261         only if vc-consult-headers is non-nil.
8263 2004-07-02  Juri Linkov  <juri@jurta.org>
8265         * pcvs.el (cvs-mode-diff-repository): New command.
8267         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
8269 2004-07-01  Juri Linkov  <juri@jurta.org>
8271         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
8272         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
8273         C-M-% to isearch-query-replace-regexp.
8274         (minibuffer-local-isearch-map): Add arrow key bindings.
8275         Bind C-f to isearch-yank-char-in-minibuffer.
8276         (isearch-forward): Doc fix.
8277         (isearch-edit-string): Doc fix.
8278         (isearch-query-replace, isearch-query-replace-regexp): New funs.
8279         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
8280         (isearch-yank-char): Add optional arg.
8281         (isearch-yank-char-in-minibuffer): New fun.
8283         * replace.el (query-replace-interactive): Change type from boolean
8284         to choice.  Add value `initial'.
8285         (query-replace-read-args): Handle value `initial' of
8286         query-replace-interactive.
8288 2004-06-29  Kim F. Storm  <storm@cua.dk>
8290         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
8291         (breakpoint-disabled-bitmap-face): Add :group 'gud.
8293         * progmodes/ada-xref.el (ada-tight-gvd-integration):
8294         Add :group 'ada.
8296         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
8298 2004-06-29  Juri Linkov  <juri@jurta.org>
8300         * replace.el (query-replace-read-args): Swallow a space after
8301         everything except )]" which in most cases means after a symbol.
8303         * emacs-lisp/pp.el (pp-buffer): Add autoload.
8305 2004-06-28  Richard M. Stallman  <rms@gnu.org>
8307         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
8308         More changes to go with previous change in font-lock.el.
8310 2004-06-26  David Kastrup  <dak@gnu.org>
8312         * replace.el (perform-replace): Highlight the match even in
8313         non-query mode if there is potential replace string editing.
8315 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
8317         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
8318         agree with new return value of `file-remote-p'.
8319         This syncs with Tramp 2.0.42.
8321         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
8322         according to new documentation of `file-remote-p'.
8324         * files.el (file-remote-p): Fix doc to say that return value is
8325         identification of remote system, if not nil.
8326         (file-relative-name): Use new return value of `file-remote-p'.
8328 2004-06-26  Nick Roberts  <nickrob@gnu.org>
8330         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
8331         (gdb-goto-breakpoint): Fix breakage.
8333 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
8335         * man.el (Man-getpage-in-background): Add windows-nt to the list
8336         of systems where shell-file-name should be used instead of
8337         literal "sh".
8339 2004-06-25  Sam Steingold  <sds@gnu.org>
8341         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
8342         function names `(setf symbol)'.
8344 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8346         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
8348         * font-lock.el (font-lock-keywords): Change format of compiled values.
8349         Document it.
8350         (font-lock-add-keywords): If font-lock-keywords is compiled,
8351         extract the uncompiled version, modify, then recompile.
8352         (font-lock-remove-keywords): Likewise.
8353         (font-lock-fontify-keywords-region): Handle changed format.
8354         (font-lock-compile-keywords): Handle changed format.
8355         (font-lock-set-defaults): Compile the keywords explicitly here.
8357 2004-06-24  David Kastrup  <dak@gnu.org>
8359         * replace.el (query-replace-read-args): Implement `\,' and `\#'
8360         replacements here.
8361         (query-replace-regexp): Doc string explaining this and the new
8362         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
8363         is better placed in `query-replace-read-args'.
8364         (replace-regexp): Explain `\,', `\#' and `\?'.
8365         (replace-match-data): New function for thorough reuse/destruction
8366         of old match-data.
8367         (replace-match-maybe-edit): Function for implementing `\?' editing.
8368         (perform-replace): Fix maintaining of the match stack including
8369         already matched regions, implement `\?', fix various problems
8370         with regions while editing and other stuff.
8371         (replace-highlight): Simplify.
8373 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
8375         * progmodes/grep.el (grep-error-screen-columns): New variable.
8376         (grep-regexp-alist): Give it the full functionality of gnu style
8377         compilation messages with line and column ranges.  Ask me for the
8378         perl script I'm working on, that uses these.
8380 2004-06-23  Nick Roberts  <nickrob@gnu.org>
8382         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
8383         Remove.
8384         (comint-insert-input, comint-mouse-insert-input): New functions
8385         based on comint-insert-clicked-input for two bindings but just
8386         one functionality.
8388 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8390         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
8392 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8394         * files.el (write-contents-functions): Doc fix.
8396 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8398         * image.el (image-library-alist): Rewrite docstring in active voice.
8400 2004-06-20  Richard M. Stallman  <rms@gnu.org>
8402         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
8404         * isearch.el (isearch-repeat): Avoid testing old match data.
8405         (isearch-message): Display trailing space in special font
8406         when search is failing.
8407         (isearch-search-fun-function): Doc fix.
8409         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
8411 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
8413         * frame.el (show-trailing-whitespace): Doc fix.
8415         * cus-edit.el (custom-variable-documentation): New function.
8416         (custom-variable): Use it.
8418 2004-06-19  Nick Roberts  <nickrob@gnu.org>
8420         * man.el (Man-getpage-in-background): Revert previous change but
8421         make cygwin a special case.
8423 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
8425         * autorevert.el (global-auto-revert-non-file-buffers):
8426         Update docstring.
8428 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
8430         * progmodes/compile.el (compilation-error-properties): Store one
8431         more than end-col, if present, so that transient-mark-mode will
8432         highlight last char too.
8433         * progmodes/grep.el (grep-regexp-alist): Match columns and column
8434         ranges, if present.
8436 2004-06-18  Jason Rumney  <jasonr@gnu.org>
8438         * makefile.w32-in: Double percent signs in for loops.
8440 2004-06-17  David Kastrup  <dak@gnu.org>
8442         * replace.el (query-replace-read-args): Only warn about use of \n
8443         and \t when we are doing a regexp replacement and the actual
8444         escaped character is n or t.
8445         (query-replace-regexp): Add \, and \# interpretation to
8446         interactive call and document it.
8447         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
8448         as shortkey for replace-count.
8449         (replace-quote): New function for doubling backslashes.
8451 2004-06-17  Juanma Barranquero  <lektu@terra.es>
8453         * files.el (parse-colon-path, cd): Mention in docstring that the
8454         path separator is colon in GNU-like systems.
8456         * newcomment.el (comment-region-internal): Fix docstring.
8458         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
8459         (ewoc-invalidate, ewoc-collect): Doc fixes.
8460         (ewoc--create-node, ewoc--delete-node-internal):
8461         Fix typos in docstring.
8463 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8465         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
8466         manual to docstring.
8468 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8470         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
8472 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8474         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8475         Add hyperlink to emacs-xtra manual to docstring.
8477         * autorevert.el (global-auto-revert-non-file-buffers):
8478         Add hyperlink to emacs-xtra manual to docstring, as well as an
8479         info-link.
8481 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8483         * image.el (image-library-alist): New variable to map image types
8484         to external libraries.  Initialized to nil, unless system-specific
8485         configs change it.
8486         (image-type-available-p): Determine whether an image type is
8487         available by calling `init-image-library'.
8489         * term/w32-win.el (image-library-alist): Initialize to a known set
8490         of probable library names.
8492 2004-06-14  Kenichi Handa  <handa@m17n.org>
8494         * international/code-pages.el (windows-1256, cp1125): Fix tables
8495         for several characters.
8497         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
8499 2004-06-13  Richard M. Stallman  <rms@gnu.org>
8501         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
8503         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
8504         not "`pc-selection-mode'".
8506         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
8508         * simple.el (previous-matching-history-element): Specify a default.
8510         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
8512         * cus-face.el (custom-declare-face): Simplify code.
8514         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
8516 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8518         * files.el (before-save-hook): Add `time-stamp' to the options.
8520         * time-stamp.el (time-stamp): Recommend adding it to
8521         `before-save-hook', rather than `write-file-functions'.
8522         Make a similar change in `Commentary' section.
8524 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8526         * diff-mode.el (diff-current-defun): If at start of hunk, use
8527         position of first change.
8529 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8531         * dired-x.el (dired-mark-omitted): Bind to "*O".
8533 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
8535         * bookmark.el (bookmark-bmenu-relocate): New function, as
8536         suggested by David J. Biesack <David.Biesack@sas.com>.
8537         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
8538         (bookmark-bmenu-mode): Describe binding in doc string.
8539         (bookmark-set-filename): Save the bookmark list if it's time.
8541 2004-06-13  Kenichi Handa  <handa@m17n.org>
8543         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
8544         (ccl-untranslated-to-ucs): Fix typo.
8546 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8548         * progmodes/python.el (python-open-block-statement-p):
8549         Fix indentation after a block opening that contains a comment.
8551 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
8553         * bindings.el (completion-ignored-extensions): Add file extensions
8554         of Python byte-compiled files.
8556 2004-06-12  Juri Linkov  <juri@jurta.org>
8558         * info.el (Info-goto-node): Add autoload.
8559         (Info-toc): Add substring-no-properties on Info file name.
8560         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
8561         (Info-mode-map): Bind L to Info-history, T to Info-toc.
8563 2004-06-12  Kenichi Handa  <handa@m17n.org>
8565         * international/mule-cmds.el (set-language-environment):
8566         Load subst tables if necessary.
8568         * international/mule.el (decode-char): Load subst tables if necessary.
8569         (encode-char): Likewise.
8571         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
8572         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
8573         (utf-16le-decode-loop): Set r5 to -1 before loop.
8574         (utf-16be-decode-loop): Likewise.
8575         (ccl-decode-mule-utf-16le): Add EOF processing block.
8576         (ccl-decode-mule-utf-16be): Likewise.
8577         (ccl-decode-mule-utf-16le-with-signature): Likewise.
8578         (ccl-decode-mule-utf-16be-with-signature): Likewise.
8579         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
8580         (ccl-mule-utf-16-encode-untrans): New CCL.
8581         (utf-16-decode-to-ucs): Handle pre-read character.
8582         (utf-16le-encode-loop): Handle surrogate pair.
8583         (utf-16be-encode-loop): Likewise.
8584         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
8585         of utf-16le-encode-loop.
8586         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
8587         of utf-16be-encode-loop.
8588         (mule-utf-16-post-read-conversion):
8589         Call utf-8-post-read-conversion at first.
8590         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
8591         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
8592         Add post-read-conversion and pre-write-conversion.
8594         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
8595         (utf-translate-cjk-unicode-range): New variable.
8596         (utf-translate-cjk-load-tables): New function.
8597         (utf-lookup-subst-table-for-decode): New function.
8598         (utf-lookup-subst-table-for-encode): New function.
8599         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
8600         tables here.  Update safe-charsets of utf-* coding systems.
8601         (ccl-mule-utf-untrans): New CCL.
8602         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
8603         at end of each branch.
8604         (ccl-mule-utf-8-encode-untrans): New CCL.
8605         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
8606         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
8607         length of encoding.  Don't return r0.
8608         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
8609         (utf-8-post-read-conversion): Narrow to region properly.
8610         If utf-translate-cjk-mode is on, load tables if necessary.
8611         Call utf-8-compose with hash-table arg if necessary.
8612         Call XXX-compose-region instead of XXX-post-read-convesion.
8613         (utf-8-pre-write-conversion): New function.
8614         (mule-utf-8): Include CJK charsets in safe-charsets if
8615         utf-translate-cjk-mode is on.  Add pre-write-conversion.
8617         * international/characters.el: Temporarily set
8618         utf-translate-cjk-mode to nil.
8620         * language/devan-util.el (devanagari-compose-region):
8621         Add autoload cookie.
8623         * international/ccl.el (ccl-dump-call): Fix printing the
8624         subroutine name.
8626 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8628         * dired.el (dired-revert): If buffer is marked unmodified before
8629         reverting, keep it marked unmodified.
8630         Adapt to new conventions for commenting out code.
8631         (dired-make-relative): Adapt to new conventions for commenting out code.
8633 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
8635         * eshell/esh-module.el (eshell-load-defgroups):
8636         Bind `vc-handled-backends' to nil when opening files.
8638 2004-06-11  Juanma Barranquero  <lektu@terra.es>
8640         * files.el (parse-colon-path, cd): Doc fixes (refer to
8641         `path-separator', not colon).
8643 2004-06-10  Juanma Barranquero  <lektu@terra.es>
8645         * newcomment.el (comment-search-forward)
8646         (comment-search-backward): Fix typos in docstring.
8647         (comment-region): Doc fix.
8649 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8651         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
8652         switch is no longer stored in `dired-switches-alist'.
8654         * dired-aux.el (dired-insert-subdir): Do not store R switch in
8655         `dired-switches-alist'.
8657 2004-06-10  Kim F. Storm  <storm@cua.dk>
8659         * pcvs.el (cvs-mode-diff-yesterday): New command.
8661         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8663 2004-06-10  Juri Linkov  <juri@jurta.org>
8665         * emacs-lisp/edebug.el (edebug-eval-defun):
8666         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8667         Fix docstring.
8669         * simple.el (eval-expression-print-format): Don't print additional
8670         information on the first call to `eval-print-last-sexp'.
8671         (next-error-find-buffer): Fix punctuation.
8672         (killing) <defgroup>: Fix punctuation.
8673         (yank-excluded-properties): Change group from editing to killing.
8675         * replace.el (perform-replace): Use `limit' to terminate the
8676         while-loop explicitly.
8678 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8680         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8681         Use lc-*.xpm as prefix instead of *-locol.xpm.
8683         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8684         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8685         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8686         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8687         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8688         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8689         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8690         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8691         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8692         * toolbar/lc-up_arrow.xpm:
8693         Rename from *-locol.xpm.
8695 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
8697         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8698         include forms like &<str>; as valid url patterns.
8700 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
8702         * dired.el (dired-diff, dired-backup-diff)
8703         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8704         (dired-do-chown, dired-do-touch, dired-do-print)
8705         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8706         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8707         (dired-create-directory, dired-do-copy, dired-do-symlink)
8708         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8709         (dired-do-copy-regexp, dired-do-hardlink-regexp)
8710         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8711         (dired-maybe-insert-subdir, dired-next-subdir)
8712         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8713         (dired-kill-subdir, dired-tree-up, dired-tree-down)
8714         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8715         (dired-run-shell-command, dired-query): Remove redundant,
8716         or incorrect, autoloads.
8718         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8719         does not end in a slash.  Add optional argument KILL-ROOT.
8720         Update docstring.
8721         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8722         (dired-query): Add autoloads.
8724 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
8726         * progmodes/compile.el (compilation-set-window-height):
8727         Rearrange the save-* functions because a buffer can have several current
8728         point in different windows.
8729         (compilation-error-regexp-alist-alist): Recognize {standard input}
8730         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8732 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8734         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8735         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8736         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8737         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8738         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8739         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8740         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8741         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8742         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8743         * toolbar/up_arrow-locol.xpm:
8744         New versions of icons that uses fewer colors.
8746         * toolbar/tool-bar.el (tool-bar-local-item)
8747         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8748         if display-color-cells is 256 or less.
8750 2004-06-08  Kim F. Storm  <storm@cua.dk>
8752         * wid-edit.el (widget-specify-button): Use hand pointer rather
8753         than mouse-face as visible mouse-over effect.
8755 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
8757         * saveplace.el (save-place-alist-to-file): Bind `print-length'
8758         and `print-level' to nil when writing out `save-place-alist'.
8759         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8761 2004-06-07  Juanma Barranquero  <lektu@terra.es>
8763         * completion.el (completion-kill-region): Doc fix.
8765         * format.el (format-insert-annotations)
8766         (format-annotate-location): Doc fixes.
8767         (format-subtract-regions): Make arguments match their use in docstring.
8769         * simple.el (kill-region): Doc fix.
8771         * subr.el (insert-buffer-substring-no-properties)
8772         (insert-buffer-substring-as-yank): Doc fixes.
8774 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
8776         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8777         Update docstring.
8778         (dired-reset-subdir-switches): New function.
8780         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8781         Limit scope of `buffer-read-only' binding.
8783 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
8785         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8786         eshell-explicit-command-char.
8788 2004-06-06  Juanma Barranquero  <lektu@terra.es>
8790         * help-fns.el (help-argument-name): Inherit from italic face only
8791         if the frame supports it.
8793 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8795         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8796         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8797         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8798         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8799         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8800         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8801         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8802         New conversions from xpm files.
8804         * toolbar/README: New file.
8806 2004-06-06  Richard M. Stallman  <rms@gnu.org>
8808         * isearch.el (isearch-mode-map): Undo previous change.
8810 2004-06-05  Juri Linkov  <juri@jurta.org>
8812         * bindings.el (debug-ignored-errors): Add regexps for history
8813         related messages.  Remove $ from "No further undo information".
8814         Move Ediff's messages to ediff.el.
8816         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8818         * cus-edit.el (custom-display): Add `min-colors'.
8820         * custom.el (defface): Add `supports' to docstring.
8822         * help-fns.el (help-argument-name): Add :group 'help.
8824 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
8826         * find-dired.el (find-ls-subdir-switches): New user option.
8827         (find-dired): No longer call `abbreviate-file-name' on DIR.
8828         Set `dired-subdir-switches' buffer-locally.
8830         * locate.el: Merge the two `Commentary' sections.
8831         (locate-ls-subdir-switches): New user option.
8832         (locate): Update for other changes.
8833         (locate-mode-map): Restore Dired binding for mouse-2.
8834         Bind `locate-mouse-view-file' to M-mouse-2.
8835         Bind `l' to `locate-do-redisplay'.
8836         (locate-main-listing-line-p, locate-do-redisplay): New functions.
8837         (locate-mouse-view-file, locate-tags, locate-find-directory):
8838         Print message if used outside main listing.
8839         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
8840         Various changes to support inserted subdirectories.
8841         (locate-insert-header): Change header of *Locate* buffer.
8843         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8844         Change interactive default switches.
8845         (dired-rename-subdir-2): Update `dired-switches-alist'.
8846         (dired-insert-subdir, dired-kill-subdir):
8847         Handle `dired-switches-alist'.  Do not mark buffer modified.
8848         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8849         (dired-insert-subdir-doinsert): Omit messages.
8850         Handle `dired-subdir-switches'.
8851         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8853         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8854         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8855         subdirs if -R switch is used for a subdir.
8856         (dired-mode): Set `dired-switches-alist'.
8857         (dired-build-subdir-alist): Only print number of directories in
8858         echo area when invoked interactively.
8860 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8862         * dired-x.el (dired-omit-mode): Rename from
8863         dired-omit-files-p.  Use define-minor-mode to define it.
8864         (dired-omit-files-p): Add as alias for dired-omit-mode.
8865         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
8866         dired-mark-omitted.
8867         (dired-mark-omitted): Add.  Bind to M-O.
8869 2004-06-05  Kenichi Handa  <handa@m17n.org>
8871         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8873 2004-06-05  Juanma Barranquero  <lektu@terra.es>
8875         * help-fns.el (help-argument-name): Reintroduce face.
8876         (help-default-arg-highlight): Use it, now that
8877         `face-differs-from-default-p' can be trusted.
8879 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8881         * textmodes/table.el: Sentence commands added to Point Motion
8882         group; kill and backward-kill commands added to Extraction group.
8884 2004-06-04  Mario Lang  <mlang@delysid.org>
8886         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8887         systems appear to use mW, make the code handle this.  Fix a
8888         division-by-zero bug while at it, and handle kernels with
8889         a slightly different layout in /proc/acpi.
8891 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
8893         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8894         because the latter is a CL-ism.  This fixes the bug reported by
8895         Shawn Boyette <mdxi@collapsar.net> in
8896         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8898 2004-06-04  Miles Bader  <miles@gnu.org>
8900         * faces.el (display-supports-face-attributes-p): Function moved to
8901         C code.  Previously only the tty-related portion of this function
8902         was done in C; however the previous attempt to do a halfway-proper
8903         job for non-tty displays in lisp didn't work properly because of
8904         funny conditions during Emacs startup.
8905         (face-differs-from-default-p): Simplify, now that
8906         display-supports-face-attributes-p works properly on all display
8907         types.  Remove :stipple from comparison; it doesn't really work
8908         in emacs anyway.
8910 2004-06-04  Miles Bader  <miles@gnu.org>
8912         * faces.el (face-differs-from-default-p): Use a different
8913         implementation, so we can really check whether FACE displays
8914         differently or not.
8916 2004-06-04  Miles Bader  <miles@gnu.org>
8918         * faces.el (display-supports-face-attributes-p): Implement a
8919         `different from default' check for non-tty displays.
8921 2004-06-03  David Kastrup  <dak@gnu.org>
8923         * woman.el (woman-mapcan): More concise code.
8924         (woman-topic-all-completions, woman-topic-all-completions-1)
8925         (woman-topic-all-completions-merge): Replace by a simpler and
8926         much faster implementation based on O(n log n) sort/merge instead
8927         of the old O(n^2) behavior.
8929 2004-06-03  Miles Bader  <miles@gnu.org>
8931         * subr.el (read-number): Use canonical format for default in prompt.
8933         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8934         Add regexp for " [...]" style defaults.
8936 2004-06-02  Romain Francoise  <romain@orebokech.com>
8938         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8939         groups: if the user asks for a hidden buffer, open the
8940         corresponding filter group to expose it.
8942         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8943         `ibuffer-jump-to-buffer'.
8944         (ibuffer-jump-offer-only-visible-buffers): New user option.
8946 2004-06-02  Juanma Barranquero  <lektu@terra.es>
8948         * faces.el (frame-update-faces): Add empty docstring so the one
8949         for `ignore' doesn't show through.
8951         * subr.el (process-kill-without-query): Remove spurious "\n" on
8952         obsolescence string.
8953         (focus-frame, unfocus-frame): Add obsolescence declaration and
8954         empty docstring.
8956         * international/mule.el (register-char-codings): Make alias for
8957         `ignore'.  Move docstring to obsolescence info and remove redundancy.
8959 2004-06-02  Kim F. Storm  <storm@cua.dk>
8961         * frame.el (blink-cursor-start): Turn cursor off initially so blink
8962         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8964 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8966         * comint.el (comint-replace-by-expanded-history-before-point):
8967         Obey `start' as the docstring says.
8968         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8969         (comint-update-fence): Prevent font-lock from running unnecessarily.
8970         (comint-dynamic-list-completions): Use with-current-buffer.
8972 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8974         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8975         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8976         (bibtex-entry-update): Handle alternatives and optional fields.
8977         (bibtex-parse-entry): Bugfix, handle empty key.
8979 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8981         * vc-arch.el (vc-arch-state): Don't assume the file exists.
8983 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
8985         * desktop.el (desktop-save): Don't save minor modes without a
8986         known mode initialization function.
8988 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
8990         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8992         * autorevert.el: Update `Commentary' section.
8994 2004-05-30  Juanma Barranquero  <lektu@terra.es>
8996         * dos-fns.el (convert-standard-filename):
8997         * files.el (convert-standard-filename):
8998         * w32-fns.el (convert-standard-filename):
8999         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
9001 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9003         Sync with Tramp.
9005         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
9006         (tramp-let-maybe): Move to an earlier spot in the file.
9007         Patch by Andreas Schwab.
9009 2004-05-30  Andreas Schwab  <schwab@suse.de>
9011         * dired.el (dired-get-filename): Don't use dired-re-dot.
9013 2004-05-30  Richard M. Stallman  <rms@gnu.org>
9015         * files.el (find-file): Doc fix.
9017         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
9019 2004-05-30  Nick Roberts  <nickrob@gnu.org>
9021         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
9022         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
9023         modeline of the locals buffer.
9024         (gdb-goto-breakpoint): Handle gdbmi.
9025         (gdb-get-frame-number): Change for gdbmi.
9027 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
9029         * files.el (file-remote-p): Apply file name handler for operation
9030         `file-remote-p'.  It isn' a property any longer.
9031         (file-relative-name): `fh' and `fd' get the required value via
9032         `find-file-name-handler' already.
9034         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
9035         (top): Remove setting of `file-remote-p' property for
9036         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
9038 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
9040         Version 2.0.41 of Tramp released.
9042         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
9043         Throw away if process has died.
9044         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
9045         (tramp-out-of-band-prompt-regexp): Rename to
9046         `tramp-process-alive-regexp', because its usage is widen.
9047         (tramp-actions-copy-out-of-band): Apply it.
9048         (tramp-actions-before-shell, tramp-multi-actions):
9049         Add `tramp-action-process-alive' action.
9050         (tramp-action-process-alive): New defun.
9051         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9052         Add entry for `file-remote-p'.
9053         (tramp-handle-file-remote-p): New defun.
9054         (top): Remove setting of `file-remote-p'.  Don't set
9055         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
9057         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9058         `file-remote-p'.
9060         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
9061         counted for (last) line.  [They should or they shouldn't?  --Stef]
9062         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
9064 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
9066         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
9067         not really necessary but seems to keep the shell history smaller
9068         in some cases.  It is no substitute for setting HISTFILE and
9069         HISTSIZE from tramp-open-connection-setup-interactive-shell,
9070         though.  Suggested by Luc Teirlinck.
9071         (tramp-open-connection-setup-interactive-shell): Export variables
9072         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
9073         (tramp-set-process-query-on-exit-flag): New compat function.
9074         (tramp-open-connection-multi, tramp-open-connection-su)
9075         (tramp-open-connection-rsh, tramp-open-connection-telnet)
9076         (tramp-do-copy-or-rename-file-out-of-band): Use it.
9077         (tramp-let-maybe): New macro, let-binds a variable only if it
9078         isn't obsolete.
9079         (tramp-check-ls-commands, tramp-handle-expand-file-name)
9080         (tramp-handle-file-truename): Use it.
9081         (tramp-completion-file-name-regexp-unified): Avoid matching
9082         filenames starting with "/:" -- those are reserved for
9083         file-name-non-special.
9085         * tramp-smb.el (tramp-smb-open-connection):
9086         Use tramp-set-process-query-on-exit-flag compat function.
9088 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9090         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
9092         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
9093         (eval-last-sexp-print-value): Print char equivalent regardless
9094         of standard-output value.
9096         * thumbs.el (thumbs-subst-char-in-string): Delete.
9097         (thumbs-thumbname): Use subst-char-in-string.
9098         (thumbs-resize-image): Use condition-case, not ignore-errors.
9099         (thumbs-kill-buffer): Likewise.
9101         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
9102         (thumbs-mode): Make buffer read-only.
9103         (thumbs-make-thumb): Unconditionally accept an existing file.
9104         (thumbs-insert-thumb): Add thumb-image-file property to the image.
9105         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
9106         (thumbs-show-thumbs-list): Error if images not supported.
9107         (thumbs-save-current-image): Improve prompt string.
9108         (thumbs-mode-map): Define u, R, x.
9109         (thumbs-unmark): New command.
9110         (thumbs-emboss-image): Minor cleanup.
9111         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
9112         (thumbs-rename-images): New command.
9113         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
9115         * thumbs.el (thumbs-current-image): New function.
9116         (thumbs-file-list, thumbs-file-alist): New functions.
9117         (thumbs-find-image): Delete arg L.
9118         Don't set up thumbs-fileL as buffer-local global var.
9119         (thumbs-find-image-at-point): Use thumbs-current-image.
9120         (thumbs-set-image-at-point-to-root-window): Likewise.
9121         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
9122         Record and warn about errors.  Update thumbs-markedL for deletions.
9123         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
9124         (thumbs-redraw-buffer): Use thumbs-file-list.
9125         (thumbs-mark): Use thumbs-current-image.
9126         (thumbs-show-name): Use thumbs-current-image.
9128         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
9129         and imenu--last-menubar-index-alist.
9131         * subr.el (with-selected-window): Undo previous change.
9133 2004-05-29  John Paul Wallington  <jpw@gnu.org>
9135         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
9136         (thumbs-mouse-find-image): New command.
9137         (thumbs-mode-map): Bind it to mouse-2.
9138         (thumbs-mode): Make mode-class special.
9139         (thumbs-view-image-mode): Likewise.
9141 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
9143         * flymake.el: New file.
9145 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
9147         * files.el (find-file-noselect-1): Do not bind
9148         `inhibit-read-only' to t during execution of
9149         `find-file-not-found-functions'.
9151 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9153         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
9154         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
9156 2004-05-28  Juri Linkov  <juri@jurta.org>
9158         * simple.el (eval-expression-print-format): New fun.
9160         * simple.el (eval-expression):
9161         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9162         * emacs-lisp/edebug.el (edebug-compute-previous-result)
9163         (edebug-eval-expression): Print additionally the value returned by
9164         `eval-expression-print-format'.
9166         * emacs-lisp/lisp.el (insert-pair-alist): New var.
9167         (insert-pair): Make arguments optional.  Find character pair
9168         from `insert-pair-alist' according to the last input event.
9169         (insert-parentheses): Make arguments optional.
9170         (raise-sexp, delete-pair): New funs.
9172         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
9173         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9174         Bind C-M-q to `indent-pp-sexp'.
9176         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
9177         `pp-to-string' modified to be able to format text with newlines.
9178         (pp-to-string): Move the buffer-formatting part of the code to
9179         `pp-buffer'.  Call `pp-buffer'.
9181         * info.el (Info-desktop-buffer-misc-data): Don't save information
9182         about virtual files.
9183         (Info-restore-desktop-buffer): Restore Info buffers in prepared
9184         buffers with names obtained from the desktop file instead of the
9185         default *info* buffer.
9187 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * subr.el (with-selected-window): Only save/restore the selected window.
9191         * progmodes/compile.el (compilation-error-regexp-alist):
9192         Use expand-file-name and data-directory.
9194         * progmodes/grep.el (grep-tree): Rework previous fix.
9196         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
9197         after the user marked text with the mouse.
9199         * startup.el (command-line): Keep the first regexp of
9200         auto-save-file-name-transforms intact.
9202 2004-05-28  Juanma Barranquero  <lektu@terra.es>
9204         * cus-edit.el (customize-face, customize-face-other-window)
9205         (custom-face-edit-delete): Make arguments match their use in
9206         docstring.
9207         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
9208         docstring.
9210         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
9211         not `cvs-butlast'.
9213         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
9214         `nbutlast' are in subr.el).
9216         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
9217         (set-w32-system-coding-system): Doc fixes.
9219         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
9220         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
9221         Make arguments match their use in docstring.
9222         (artist-draw-region-trim-line-endings)
9223         (artist-mouse-choose-operation): Fix typo in docstring.
9224         (artist-key-set-point-common): Doc fix.
9226 2004-05-28  Simon Josefsson  <jas@extundo.com>
9228         * mail/smtpmail.el (smtpmail-open-stream):
9229         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
9231 2004-05-26  Simon Josefsson  <jas@extundo.com>
9233         * starttls.el: Merge with my GNUTLS based starttls.el.
9234         (starttls-gnutls-program, starttls-use-gnutls)
9235         (starttls-extra-arguments, starttls-process-connection-type)
9236         (starttls-connect, starttls-failure, starttls-success): New variables.
9237         (starttls-program, starttls-extra-args): Doc fix.
9238         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
9239         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
9240         and pass on to corresponding *-gnutls function if it is set.
9242 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
9244         * autorevert.el (auto-revert-handler): Disable auto-reverting of
9245         remote files.
9247 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
9249         * files.el (file-name-non-special): There are more operations
9250         which need handling: `find-backup-file-name',
9251         `insert-file-contents', `verify-visited-file-modtime',
9252         `write-region'.  Rename t value of method to `add'.  Add new
9253         methods `quote' and `unquote-then-quote' to file-arg-indices.
9255 2004-05-25  Juri Linkov  <juri@jurta.org>
9257         * info.el (Info-toc): Call Info-mode on intermediate buffer.
9258         (Info-index-nodes): Enclose code in condition-case to catch errors.
9259         (Info-index-node): Don't search all index nodes if request is only
9260         for the current node and file is not in the cache of index nodes.
9261         (Info-mode-map): Bind Info-copy-current-node-name to `w'
9262         for consistency with dired-copy-filename-as-kill.
9263         Bind `S' to Info-search-case-sensitively.
9264         (Info-copy-current-node-name): New arg.  With zero prefix arg put
9265         the name inside a function call to `info'.  Display copied text in
9266         the echo area.
9268 2004-05-25  Sam Steingold  <sds@gnu.org>
9270         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
9271         strip the package prefix from the symbol name, if any.
9272         Make it the `find-tag-default-function' for `lisp-mode'.
9274 2004-05-25  John Paul Wallington  <jpw@gnu.org>
9276         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
9277         instead of obsolete `process-kill-without-query'.
9279         * textmodes/texinfmt.el (texinfo-indexvar-alist):
9280         Declare as variable, not constant.
9282 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9284         * files.el (find-file-noselect-1): Fix bug introduced by
9285         Revision 1.694.  As a side effect, `inhibit-read-only'
9286         is again, by default, t during execution of
9287         `find-file-not-found-functions'.
9288         (insert-directory): Check that lines were really inserted by
9289         the --dired switch, before erasing them.
9291 2004-05-24  Nick Roberts  <nickrob@gnu.org>
9293         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
9294         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
9295         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
9296         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
9297         gud-minor-mode (gdbmi).
9299 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9301         * net/browse-url.el (browse-url-interactive-arg): Enable user to
9302         explicitly select the text to be taken as URL.
9304 2004-05-23  Juri Linkov  <juri@jurta.org>
9306         * info.el (Info-index-nodes): New var and fun.
9307         (Info-goto-index, Info-index, info-apropos)
9308         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
9309         (Info-index): Fix docstring.  Store and restore Info-history-list.
9310         (Info-complete-nodes): New var.
9311         (Info-complete-menu-item): Use it.
9312         (Info-index-node): New fun.
9313         (Info-final-node, Info-forward-node, Info-backward-node)
9314         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
9315         Use Info-index-node.
9316         (Info-extract-menu-item, Info-extract-menu-counting): Set second
9317         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
9318         (Info-find-node-2): If a node with period in its name not found,
9319         try to find a node without the name part after period.
9320         (Info-select-node): Call Info-fontify-node only if
9321         Info-fontify-maximum-menu-size is not nil.
9322         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
9323         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
9324         Preserve Info-history-list.
9325         (Info-toc): Set Info-current-file.
9326         (Info-build-toc): Move point to the beginning of the buffer.
9327         Add main-file variable.
9328         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
9329         Use backslashed representation of the control character ^_.
9331         * textmodes/texinfmt.el (texinfo-print-index): Print index line
9332         numbers in the new Texinfo 4.7 format.
9334         * add-log.el (change-log-font-lock-keywords): Remove `:' from
9335         regexps for function and variable names.
9337         * descr-text.el (describe-property-list): Add [show] button for
9338         `syntax-table' property with action to pp to a separate buffer.
9339         (describe-char): Replace search-forward by re-search-forward with
9340         whitespace regexp after "character:" to not fail in too narrow windows.
9342         * simple.el (next-error-find-buffer): Add a rule to return
9343         next-error capable buffer if one window on the selected frame
9344         displays such buffer.
9346 2004-05-23  Nick Roberts  <nickrob@gnu.org>
9348         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
9349         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
9350         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
9351         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
9352         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
9353         Handle new value for gud-minor-mode (gdbmi).
9354         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
9355         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
9356         Change from local to global gdb variable set.
9357         (gdb-ann3): Initialise above gdb variable set.
9358         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
9359         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
9360         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
9361         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
9362         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
9363         (gdb-info-locals-handler, gdb-invalidate-assembler)
9364         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
9365         set as global variables.
9366         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
9367         Handle gdbmi.
9368         (gdb-info-breakpoints-custom): Fix regexp.
9369         (def-gdb-var): Delete.
9371         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
9372         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
9373         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
9374         a new mode.  The file (gdb-mi.el) for this mode will be included
9375         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
9376         primary interface.
9378 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
9380         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
9381         interpreted as a directory.
9383 2004-05-22  Richard M. Stallman  <rms@gnu.org>
9385         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
9386         as a close quote.
9388         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
9390         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9391         Use assoc-string, not assoc-ignore-case.
9393         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
9395         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
9396         If moving back then fwd gets a defun that ends before point,
9397         try again moving fwd then back.
9399         * files.el (file-name-non-special): Allow t in file-arg-indices
9400         to mean requote the return value.  Use `identity' as an element
9401         rather than as the whole value.
9403         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
9405 2004-05-22  Juanma Barranquero  <lektu@terra.es>
9407         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
9408         `help-make-usage'.
9409         (help-highlight-arguments): Skip function name before searching
9410         for arguments.
9412 2004-05-21  Juanma Barranquero  <lektu@terra.es>
9414         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
9415         Don't mention in the docstring these arguments meant for
9416         internal (recursive) use only.
9417         (allout-char-spec): Comment out (it's not implemented).
9418         (allout-old-expose-topic, allout-exposure): Fix docstring and add
9419         obsolescence declaration.
9420         (allout-flatten-exposed-to-buffer)
9421         (allout-indented-exposed-to-buffer): Fix typos in docstring.
9422         (my-mark-marker): Doc fix.
9423         (produce-allout-mode-map, allout-sibling-index)
9424         (allout-isearch-expose, allout-distinctive-bullet)
9425         (allout-open-topic, allout-reindent-body)
9426         (allout-rebullet-heading, allout-process-exposed)
9427         (allout-insert-listified, allout-latex-verb-quote)
9428         (allout-insert-latex-header, allout-insert-latex-trailer):
9429         Make arguments match their use in docstring.
9430         (allout-primary-bullet, allout-old-style-prefixes)
9431         (allout-inhibit-protection, allout-init, allout-mode)
9432         (allout-before-change-protect, allout-flag-region):
9433         Use "Emacs" instead of "emacs" in docstrings.
9435 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
9437         * international/characters.el: Modify syntax of more characters.
9439 2004-05-21  Masatake YAMATO  <jet@gyve.org>
9441         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
9442         (etags-tags-completion-table): Show parsing progress.
9444 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
9446         * locate.el (locate-prompt-for-command): Shorten first line of
9447         docstring.
9448         (locate-mode): Expand docstring and include keymap summary.
9450         * files.el (find-file-noselect-1): Limit the scope of the
9451         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
9452         is, by default, nil during the execution of
9453         `find-file-not-found-functions' and `find-file-hook'.
9455 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
9457         * facemenu.el (facemenu-color-name-equal): New function.
9458         (list-colors-display): Use it to compare colors instead of
9459         facemenu-color-equal.
9461 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
9463         * compare-w.el (compare-windows-face): Use min-colors instead of
9464         checking for tty or pc types.
9466 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
9469         (completion-setup-function): Use with-current-buffer.
9470         Properly save excursion.  Simplify.
9471         Don't assume there is necessarily a `mouse-face' property somewhere.
9473         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9475         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
9477         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
9478         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
9479         Use with-current-buffer.
9480         (byte-goto-log-buffer): Delete.
9481         (byte-compile-log-file): Call compilation-forget-errors.
9483 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9485         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
9486         output messages into the search result.
9488 2004-05-19  Masatake YAMATO  <jet@gyve.org>
9490         * wid-edit.el (widget-radio-button-notify): Revert my last
9491         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9493 2004-05-19  Kenichi Handa  <handa@m17n.org>
9495         * international/characters.el: Fix syntax (open/close) of CJK chars.
9497 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
9499         * help-mode.el (help-go-back): Don't depend on position of back button.
9501 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9503         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
9504         files files don't contain an accidental additional /.
9506         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
9507         in source buffer.
9509 2004-05-18  Masatake YAMATO  <jet@gyve.org>
9511         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
9512         to widget-apply.  :action method assumes 2 arguments, not 3.
9514 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
9516         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9517         New constants.
9518         (hs-special-modes-alist): Add an f90-mode entry.
9520 2004-05-17  Sam Steingold  <sds@gnu.org>
9522         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9523         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
9525 2004-05-16  Kim F. Storm  <storm@cua.dk>
9527         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
9529 2004-05-15  John Wiegley  <johnw@newartisans.com>
9531         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
9532         (eshell-output-object-to-target): Improve output speed 20% by not
9533         calling `eshell-stringify' if something is already known to be a string.
9535 2004-05-15  Alex Ott  <ott@jet.msk.su>
9537         * textmodes/ispell.el (ispell-local-dictionary-alist):
9538         Add windows-1251 to the choice of coding systems.
9539         (ispell-dictionary-alist-6): Add support for "russianw.aff",
9540         encoded in cp1251.
9542 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
9544         * progmodes/compile.el (compilation-warning-face)
9545         (compilation-info-face): Use min-colors.
9547 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9549         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
9550         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
9551         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
9552         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
9553         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
9554         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
9555         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
9556         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
9557         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
9558         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
9559         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
9560         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
9561         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
9562         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
9564 2004-05-15  Kim F. Storm  <storm@cua.dk>
9566         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
9567         Use it to set triggered-p element of timer.
9568         (timer-event-handler): Set triggered-p element non-nil while running
9569         the timer function.
9571 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9573         * descr-text.el (describe-char-unicode-data)
9574         (describe-char-unicodedata-file): Re-enable the unicode code now that
9575         the licensing issues have been cleared in the unicode-4 license.
9576         (describe-text-properties-1): Remove unused `overlay' var.
9577         (describe-char): Remove unused var `buffer'.
9579 2004-05-14  David Ponce  <david@dponce.com>
9581         * tree-widget.el: New file.
9583 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
9585         * language/european.el ("Brazilian Portuguese"): Add support for
9586         Brazilian Portuguese.
9588 2004-05-13  John Wiegley  <johnw@newartisans.com>
9590         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
9591         `recentf-mode' if this variable has been customized to t.
9593         * eshell/esh-test.el (eshell-test): Call the function
9594         `emacs-version' rather than trying to build a custom version string.
9596 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * net/telnet.el (telnet-mode): Use define-derived-mode.
9599         Don't modify the global value of comint-prompt-regexp.
9601 2004-05-13  John Paul Wallington  <jpw@gnu.org>
9603         * version.el (emacs-version): Check for `gtk' feature before
9604         `x-toolkit' feature.
9606 2004-05-13  Juanma Barranquero  <lektu@terra.es>
9608         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
9609         arguments in the docstring, they're used only in recursive calls.
9611         * help-fns.el (help-arg-highlighting-function)
9612         (help-argument-name): Delete.
9613         (help-default-arg-highlight): New function.
9614         (help-do-arg-highlighting): Use it.
9616 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9618         * calendar/appt.el (appt-disp-window):
9619         Use `calendar-set-mode-line' for a centered mode-line.
9621 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9623         * calendar/appt.el (appt-disp-window): Do not split window
9624         excessively when `split-height-threshold' is low.
9626 2004-05-12  Nick Roberts  <nickrob@gnu.org>
9628         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
9629         kill-buffer-hook here and make it local.
9630         (gud-kill-buffer-hook): Use kill-process for a sure kill.
9632 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
9634         * progmodes/compile.el (compilation-set-window-height):
9635         Use save-excursion to protect against misplaced marker.
9637 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9639         * custom.el (defface): Document that type can have value gtk.
9641         * faces.el (face-spec-set-match-display): Handle type gtk in display.
9643 2004-05-12  Kenichi Handa  <handa@m17n.org>
9645         * descr-text.el: Require quail at comile time.
9646         (describe-char): If an input method is on and it supports the
9647         character, show how to input it.
9649         * international/quail.el (quail-install-decode-map): Accept a
9650         char-table whose subtype is `quail-decode-map'.
9651         (quail-store-decode-map-key, quail-gen-decode-map1)
9652         (quail-gen-decode-map, quail-find-key1, quail-find-key)
9653         (quail-show-key): New functions.
9655 2004-05-12  Juanma Barranquero  <lektu@terra.es>
9657         * generic.el (define-generic-mode): Remove redundant arglist info.
9659         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9660         Make arguments match their use in docstring.
9661         (help-arg-highlighting-function): New variable.
9662         (help-argument-name): Mention it in the docstring.
9663         (help-do-arg-highlight): Use it.  Expand regexp to accept also
9664         ARG-xxx and xxx-ARG references.
9666 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9668         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9669         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9670         and "mailto:addr1?to=addr2" equal.
9672 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9674         * man.el (Man-getpage-in-background): Use shell-file-name
9675         and shell-command-switch variables instead of hard-coded values.
9677 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
9679         * iimage.el: New file.
9681 2004-05-11  Juanma Barranquero  <lektu@terra.es>
9683         * custom.el (custom-initialize-default, defcustom):
9684         Fix typo in docstring.
9686         * files.el (set-visited-file-name, file-expand-wildcards):
9687         Fix docstring.
9689 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9693         * subr.el (eventp): Be more discriminating with integers.
9695 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
9697         * progmodes/compile.el (compile): Add universal prefix arg.
9698         (compilation-error-regexp-alist-alist): Add edg patterns.
9700 2004-05-10  Sam Steingold  <sds@gnu.org>
9702         * textmodes/ispell.el (ispell-message):
9703         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9705 2004-05-10  Dave Love  <fx@gnu.org>
9707         * progmodes/python.el (help-buffer): Autoload when compiling.
9708         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9709         (run-python): Prepend to any existing PYTHONPATH.
9711 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
9713         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9714         for pending breakpoints.
9716 2004-05-10  Richard M. Stallman  <rms@gnu.org>
9718         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
9719         directly without calling any functions in Rmail.
9720         (unrmail-unprune): Function deleted.
9722 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9724         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9725         C-c C-z binding.
9727 2004-05-10  Kenichi Handa  <handa@m17n.org>
9729         * descr-text.el (describe-char): Fix previous change.  Don't make
9730         a unibyte character to multibyte in the *Help* buffer.
9732 2004-05-10  Miles Bader  <miles@gnu.org>
9734         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9735         buffer an error if the debugger process is actually running.
9737 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9739         * help-fns.el (help-argument-name): Default to italic.
9740         (help-highlight-arguments): Return always (usage . doc), even when
9741         usage is nil.
9743         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9744         (define-ibuffer-filter): Add usage info.
9745         (define-ibuffer-op): Add usage info (but CL-style defaults for
9746         keyword args are not shown).
9748         * subr.el (remove-overlays, read-passwd): Fix docstring.
9749         (start-process-shell-command): Fix docstring.  Put usage info in a
9750         format usable by `describe-function'.
9751         (open-network-stream, open-network-stream-nowait)
9752         (open-network-stream-server): Fix docstring.
9754 2004-05-09  Jason Rumney  <jasonr@gnu.org>
9756         * international/code-pages (cp932, cp936, cp949, c950): Remove.
9757         Only define cp125* if windows-125* is already defined.
9759         * language/korean.el (cp949): Add alias.
9761         * language/chinese.el (cp936, cp950): Add aliases.
9763         * language/japanese.el (cp932): Add alias.
9765         * term/w32-win.el: Require code-pages.
9767         * international/mule-cmds.el (set-locale-environment):
9768         On MS-Windows use ansi code-page for default coding-systems.
9769         Set up paper sizes for Windows 3 letter languages.
9771         * international/code-pages.el (cp932, cp936, cp949, cp950):
9772         Add aliases.  Also add cp125* if not already defined.
9774 2004-05-09  Juanma Barranquero  <lektu@terra.es>
9776         * help-fns.el (help-highlight-arguments): Don't try to highlight
9777         missing or autoloaded arglists.  Accept structured arguments, like
9778         the first ones of `do' and `flet'.
9780         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9781         (cvs-get-marked): Remove redundant arglist info.
9783         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9784         Don't use CL-style default args.
9786 2004-05-08  Andreas Schwab  <schwab@suse.de>
9788         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9790         * international/subst-ksc.el: Fix references to utf-translate-cjk
9791         into utf-translate-cjk-mode.
9792         * international/subst-big5.el: Likewise.
9793         * international/subst-gb2312.el: Likewise.
9794         * international/subst-jis.el: Likewise.
9795         * international/utf-16.el: Likewise.
9796         * international/utf-8.el: Likewise.
9798 2004-05-08  John Wiegley  <johnw@newartisans.com>
9800         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9801         "virtual buffers" (off by default), which makes it possible to
9802         switch to the "virtual" buffers of recently visited files.  When a
9803         buffer name search fails, and this option is on, iswitchb will
9804         look at the list of recently visited files, and permit matching
9805         against those names.  When the user hits RET on a match, it will
9806         revisit that file.
9807         (iswitchb-read-buffer): Add two optional arguments, which makes
9808         isearchb.el possible.
9809         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9810         (iswitchb-next-match): Add support for virtual buffers.
9812         * isearchb.el: This module extends iswitchb to provide "as you
9813         type" buffer selection.
9815         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9816         Ignore the read-only property when flyspell highlighting is on.
9817         Not ignoring it leads to a series of confusing errors.
9818         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9819         but also make sure to call flyspell-incorrect-hook.
9820         (flyspell-maybe-correct-transposition): Perform transposition test
9821         by bit twiddling a string, rather than using a temp buffer.
9822         (flyspell-maybe-correct-doubling): Use a string rather than a temp
9823         buffer.  This is also the original version of the code, which
9824         could not be checked in before due to a previous lack of
9825         assignment papers.  This version has seen heavy usage on my system
9826         for several years now.
9828         * calendar/cal-bahai.el: New file, which adds support for the
9829         Baha'i calendar to Emacs.  This calendar is based on a solar year
9830         of 19 months of 19 days, with 4 intercalary days.  Each year
9831         begins on March 21, with the calendar starting in 1844.
9833         * calendar/cal-menu.el, calendar/calendar.el,
9834         calendar/diary-lib.el, calendar/holidays.el: Added support for
9835         using cal-bahai.el.
9837         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9838         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9839         function can be used outside of eshell buffers.
9840         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9842 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9844         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9845         word constituent so FOO-ARG is not recognized as an arg.
9846         (help-highlight-arguments): Don't skip lists in mandatory arguments.
9848         * simple.el (next-error): Fix typo in docstring.
9849         (open-line): Make argument names match their use in docstring.
9850         (split-line): Fix docstring.
9852         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9853         usable by `describe-function'.
9854         (gensym, gentemp, typep, ignore-errors): Make argument names match
9855         their use in docstring.
9857         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9858         argument to `help-setup-xref'.
9860 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
9862         Version 2.0.40 of Tramp released.
9864         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9865         Use symbol-function to invoke functions only known on some Emacs
9866         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
9867         Scaldeferri <kevin@scaldeferri.com>.
9868         (tramp-do-copy-or-rename-file-via-buffer): Rename from
9869         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9870         consistent with the other tramp-do-* functions.
9871         (tramp-do-copy-or-rename-file): Calls adjusted.
9872         (tramp-process-initial-commands): Avoid liveness check on shell --
9873         we know that it must be alive since we're opening a connection at
9874         this moment.
9875         (tramp-last-cmd): New internal variable.
9876         (tramp-process-echoes): New tunable.
9877         (tramp-send-command): Set tramp-last-cmd.
9878         (tramp-wait-for-output): Delete echo, if applicable.
9879         (tramp-read-passwd): Construct the key for the password cache in a
9880         way that works for multi methods, too.
9881         (tramp-bug): Add backup-directory-alist and
9882         bkup-backup-directory-info to bug reports, with Tramp counterparts.
9884 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
9886         * net/tramp*.el: Suppress byte-compiler warnings where possible.
9888         * net/tramp.el (tramp-out-of-band-prompt-regexp)
9889         (tramp-actions-copy-out-of-band): New defcustoms.
9890         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9891         used instead of a synchronous one.  Allows password entering.
9892         (tramp-action-out-of-band): New defun.
9893         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9894         Remove restriction with password from doc string.
9895         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9896         `tramp-out-of-band-prompt-regexp',
9897         `tramp-actions-copy-out-of-band', `password-cache' and
9898         `password-cache-expiry'.
9899         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
9900         password caching.
9901         (tramp-touch): FILE can be a local file, too.
9902         (TODO): Remove items done.
9903         (tramp-handle-insert-directory): Properly quote file name also if
9904         not full-directory-p.  Handle wildcard case.  Reported by Andreas
9905         Schwab <schwab@suse.de>.
9906         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9907         new file.
9908         (tramp-handle-file-local-copy, tramp-handle-write-region):
9909         The permissions of the temporary file are set if filename exists.
9910         Reported by Ted Stern <stern@cray.com>.
9911         (tramp-backup-directory-alist)
9912         (tramp-bkup-backup-directory-info): New defcustoms.
9913         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9914         (tramp-handle-find-backup-file-name): New function.
9915         Implements Tramp's find-backup-file-name.
9917         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9918         for `find-backup-file-name'.
9920         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9921         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
9923 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
9925         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9927 2004-05-07  Juanma Barranquero  <lektu@terra.es>
9929         * subr.el (lambda): Add arglist description to docstring.
9930         (declare): Fix typo in docstring.
9931         (open-network-stream): Fix docstring.
9932         (process-kill-without-query): Fix docstring and add obsolescence info.
9933         (last, butlast, nbutlast): Make arguments match their use in docstring.
9934         (insert-buffer-substring-no-properties): Likewise.
9935         (insert-buffer-substring-as-yank): Likewise.
9936         (split-string): Fix docstring.
9938         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9939         Make argument names match their use in docstring.
9941         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9943 2004-05-06  Nick Roberts  <nickrob@gnu.org>
9945         * progmodes/gdb-ui.el: Improve/extend documentation strings.
9946         Fit first sentence on one line for apropos-command.
9948 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9950         Changes largely merged in from Dave Love's code.
9951         * progmodes/python.el: Doc fixes.
9952         (python-mode-map): Add python-complete-symbol.
9953         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9954         (python-comment-indent, python-complete-symbol)
9955         (python-symbol-completions, python-partial-symbol)
9956         (python-try-complete): New.
9957         (python-indent-line): Remove optional arg.  Use python-block-end-p.
9958         (python-check): Bind compilation-error-regexp-alist.
9959         (inferior-python-mode): Use rx.  Move keybindings to top level.
9960         Set comint-input-filter.
9961         (python-preoutput-filter): Use rx.
9962         (python-input-filter): Re-introduce.
9963         (python-proc): Start new process if necessary.
9964         Check python-buffer non-nil.
9965         (view-return-to-alist): Defvar.
9966         (python-send-receive): New.
9967         (python-eldoc-function): Use it.
9968         (python-mode-running): Don't defvar.
9969         (python-mode): Set comment-indent-function.
9970         Maybe update hippie-expand-try-functions-list.
9971         (python-indentation-levels): Initialize differently.
9972         (python-block-end-p): New.
9973         (python-indent-line): Use it.
9974         (python-compilation-regexp-alist): Augment.
9975         (run-python): Import `emacs' module to Python rather than loading
9976         code directly.  Set python-buffer differently.
9977         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
9978         Use python-proc.
9979         (python-send-command): Go to end of comint buffer.
9980         (python-load-file): Use python-proc, emacs.eimport.
9981         (python-describe-symbol): Simplify interactive form.
9982         Use emacs.help.  Do use temp-buffer-show-hook.
9983         Call print-help-return-message.
9984         (hippie-exp): Require when compiling.
9985         (python-preoutput-continuation): Use rx.
9987         * diff-mode.el (diff-make-unified): Fix regexp.
9989 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
9991         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9992         filter groups from the buffer when rebuilding the Ibuffer buffer
9993         and `ibuffer-show-empty-filter-groups' is nil.
9995 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9997         * ps-print.el (ps-print-quote): Call ps-value-string.
9998         (ps-setup): Call ps-comment-string.
9999         (ps-value-string, ps-comment-string): New funs.
10001 2004-05-06  Juanma Barranquero  <lektu@terra.es>
10003         * ehelp.el (electric-help-command-loop): Check whether the last
10004         character is visible, not (point-max).
10006         * help-fns.el (help-argument-name): Default to bold; don't inherit
10007         from font-lock-variable-name-face.
10008         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
10010 2004-05-05  Kenichi Handa  <handa@m17n.org>
10012         * descr-text.el (describe-char): Copy the character with text
10013         properties and overlays into the first line, and call
10014         describe-text-properties on it.
10016 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
10018         * iswitchb.el (iswitchb-global-map): Fix typo.
10019         Remove unwanted ###autoloads from source file.
10021 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
10023         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
10024         in run-hooks.  Use substitute-command-keys in message.
10025         (wdired-abort-changes): Add message.
10027 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
10029         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
10030         (sql-emacs20-p): Remove.
10031         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
10032         (sql-builtin-face, sql-doc-face): Remove.
10033         (sql-mode-ansi-font-lock-keywords)
10034         (sql-mode-oracle-font-lock-keywords)
10035         (sql-mode-postgres-font-lock-keywords)
10036         (sql-mode-linter-font-lock-keywords)
10037         (sql-mode-ms-font-lock-keywords)
10038         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
10039         (sql-product-font-lock): Fix font-lock reset when font rules change.
10040         (sql-highlight-product): Remove incorrect font-lock reset logic.
10042 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
10044         * ses.el (ses-set-parameter): Fix typo.
10046 2004-05-04  Kim F. Storm  <storm@cua.dk>
10048         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
10049         Must expand directory for completion to work; and don't mess with
10050         process-environment.
10051         (ido-read-file-name): If command has ido property, don't use ido
10052         if value is ignore, or read as directory if value is dir.
10053         Set ido ignore property for dired-do-rename command.
10055 2004-05-04  Juanma Barranquero  <lektu@terra.es>
10057         * ehelp.el (electric-help-command-loop, electric-help-undefined)
10058         (electric-help-help): Check against unmapped commands.
10060         * help-fns.el (help-argument-name): New face, inheriting from
10061         font-lock-variable-name-face, to highlight function arguments in
10062         `describe-function' and `describe-key'.
10063         (help-do-arg-highlight): Auxiliary function to highlight a given
10064         list of arguments in a string.
10065         (help-highlight-arguments): Highlight the function arguments and
10066         all uses of them in the docstring.
10067         (describe-function-1): Use it.  Do docstring output via `insert',
10068         not 'princ', so text attributes are preserved.
10070         * winner.el (winner-mode-map): Move `winner-undo' and
10071         `winner-redo' to C-c <left> and C-c <right>, respectively (the
10072         previous bindings conflict with `prev-buffer', `next-buffer').
10074 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10076         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
10077         (bibtex-entry-update): New command bound to C-c C-u.
10078         (bibtex-text-in-string): Fix regexp.
10079         (bibtex-assoc-of-regexp): Remove.
10080         (bibtex-progress-message): Fix docstring.
10081         (bibtex-inside-field): Use if.
10082         (bibtex-assoc-regexp): New function.
10083         (bibtex-format-entry): Make code more robust so that it formats
10084         also old entries.
10085         (bibtex-autokey-demangle-title): Merge with obsolete function
10086         bibtex-assoc-of-regexp.
10087         (bibtex-field-list): New function.
10088         (bibtex-entry): Use bibtex-field-list.
10089         (bibtex-parse-entry): Fix docstring.
10090         (bibtex-print-help-message): Use bibtex-field-list.
10091         (bibtex-make-field): Use bibtex-field-list.
10092         (bibtex-entry-index): Bugfix.  Return crossref key if required.
10093         (bibtex-lessp): Fix docstring.
10095 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
10097         * select.el (xselect-convert-to-string): Move comment to intended line.
10099 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10101         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
10102         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
10104 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10106         * term/x-win.el (x-clipboard-yank): Don't exit on error from
10107         x-get-selection.
10109 2004-05-03  Jason Rumney  <jasonr@gnu.org>
10111         * makefile.nt: Remove.
10113 2004-05-03  Kim F. Storm  <storm@cua.dk>
10115         * emulation/cua-base.el (cua--update-indications): Fix last change.
10116         (cua-mode): Deactivate mark when cua-mode is enabled.
10118 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
10120         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
10122 2004-05-03  Nick Roberts  <nickrob@gnu.org>
10124         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
10125         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
10126         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
10127         window over visible frames.
10128         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
10130 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10132         * progmodes/compile.el (compilation-gcpro): New var.
10133         (compilation-fake-loc): Use it.
10134         (compilation-forget-errors): Reset it.
10136 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
10138         * diff-mode.el (diff-header-face, diff-file-header-face):
10139         Use min-colors.
10141 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10143         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
10144         (bibtex-clean-entry): Disentangle code.
10145         (bibtex-realign): New function.
10146         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
10147         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
10148         Remove undocumented optional arg called-by-convert-alien.
10149         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
10150         for sorting instead of bibtex-sort-buffer.
10152 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
10154         * progmodes/compile.el (compilation-start): In the
10155         no-async-subprocesses branch, call sit-for to give redisplay a
10156         chance to show the updated process status in the mode line, and
10157         fontify the buffer explicitly after the process exits.
10159 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10161         * progmodes/python.el (python-compilation-line-number): Remove.
10162         (python-compilation-regexp-alist): Don't use it any more.
10163         (python-orig-start, python-input-filter): Remove.
10164         (inferior-python-mode): Don't set up comint-input-filter-functions.
10165         (python-send-region): Use compilation-fake-loc.
10167         * progmodes/compile.el (compilation-messages-start): New var.
10168         (compilation-mode): Don't setup next-error-function here.
10169         (compilation-setup): Set it up here instead (for minor modes as well).
10170         Make compilation-messages-start buffer local.
10171         (compilation-next-error-function): Use it.
10172         (compilation-forget-errors): Set compilation-messages-start.
10174 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10176         * ielm.el (ielm-prompt-read-only): Update docstring.
10178         * comint.el (comint-prompt-read-only): Update docstring.
10179         (comint-update-fence, comint-kill-whole-line)
10180         (comint-kill-region): New functions.
10182         * simple.el (kill-whole-line): Use "p" instead of "P" in
10183         interactive form.
10185 2004-05-01  Juanma Barranquero  <lektu@terra.es>
10187         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
10188         format arglist so default values in CL-style argument lists are
10189         correctly shown.
10191 2004-05-01  Jason Rumney  <jasonr@gnu.org>
10193         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
10195 2004-05-01  Kenichi Handa  <handa@m17n.org>
10197         * international/titdic-cnv.el (miscdic-convert): Don't generate a
10198         quail file if it is up to date.
10200 2004-04-30  Juri Linkov  <juri@jurta.org>
10202         * cus-edit.el (custom-mode-map):
10203         Add key binding `C-x C-s' to `Custom-save'.
10205         * outline.el (outline-blank-line): New var.
10206         (outline-next-preface, outline-show-heading)
10207         (outline-end-of-subtree): Use it.
10209         * dired-aux.el (dired-touch-initial): New fun.
10210         (dired-do-chxxx): Call it for op-symbol `touch'.
10211         (dired-diff): Use `dired-dwim-target-directory'
10212         if current dired buffer has no buffer mark.
10214         * bindings.el (propertized-buffer-identification):
10215         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
10216         Add C-M-arrow keys for consistency.
10218         * files.el (confirm-kill-emacs):
10219         Change group from top-level `emacs' to `convenience'.
10221         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10222         Push mark on the first call of successive command calls.
10223         (insert-pair): New fun created from `insert-parentheses' with
10224         `open' and `close' arguments added.  Enclose active regions
10225         in paired characters.  Compare adjacent characters syntax with
10226         inserted characters syntax before inserting a space.
10227         (insert-parentheses): Call `insert-pair' with ?\( ?\).
10229         * delsel.el: Don't put `delete-selection' property
10230         on `insert-parentheses' symbol to take advantage of
10231         region handling in `insert-pair' function.
10232         Suggested by Stephan Stahl <stahl@eos.franken.de>.
10234 2004-04-30  Kim F. Storm  <storm@cua.dk>
10236         * emulation/cua-base.el: Add support for changing cursor types;
10237         based on patch from Michael Mauger.
10238         (cua-normal-cursor-color, cua-read-only-cursor-color)
10239         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
10240         Customization cursor type and/or cursor color.
10241         (cua--update-indications): Handle cursor type changes.
10242         (cua-mode): Update cursor indications if enabled.
10244         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
10246         * mouse.el (mouse-drag-copy-region): New defcustom.
10247         (mouse-set-region, mouse-drag-region-1): Use it.
10249         * simple.el (kill-ring-save): If region face background color is
10250         unspecified (if no highlighting), show extent of fully visible
10251         region even if transient-mark-mode is enabled.
10253         * emulation/cua-base.el (cua--standard-movement-commands):
10254         Add cua-scroll-up and cua-scroll-down.
10255         (cua-scroll-up, cua-scroll-down): New commands.
10256         (cua--init-keymaps): Remap scroll-up and scroll-down.
10258         * emulation/cua-rect.el (cua--convert-rectangle-as):
10259         New defmacro.
10260         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
10261         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
10262         New commands (suggested by Jordan Breeding).
10264 2004-04-30  Juanma Barranquero  <lektu@terra.es>
10266         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
10268 2004-04-30  Mario Lang  <mlang@delysid.org>
10270         * diff.el (diff-switches): Fix typo in docstring.
10272 2004-04-30  Alex Schroeder  <alex@gnu.org>
10274         * xml.el (xml-debug-print-internal): Don't add newline and
10275         indentation to text nodes and write empty elements as empty tags
10276         instead of opening and closing tags.
10277         (xml-debug-print): Take optional indent-string argument.
10278         (xml-print): Alias for xml-debug-print.
10280 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10282         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
10283         than duplicate call to `line-beginning-position'.
10285         * progmodes/f90.el (f90-get-present-comment-type):
10286         Return whitespace, as well as comment chars, for consistent filling
10287         of comment blocks.  Use `match-string-no-properties'.
10288         (f90-break-line): Trim trailing whitespace when filling comments.
10290 2004-04-30  Dave Love  <fx@gnu.org>
10292         * calendar/diary-lib.el (diary-outlook-formats): New variable.
10293         (diary-from-outlook-internal, diary-from-outlook)
10294         (diary-from-outlook-gnus, diary-from-outlook-rmail):
10295         New functions to import diary entries from Outlook-format
10296         appointments in mail messages.
10298 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10300         * progmodes/python.el (python-send-command): New fun.
10301         (python-send-region, python-load-file): Use it.
10303         * progmodes/compile.el (compilation-last-buffer): Add var alias.
10305         * help-fns.el (help-C-file-name): Use new subr-name.
10306         Prepend `src/' to the file name.
10307         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
10308         (describe-function-1, describe-variable): Only find a C source file
10309         name if DOC is already loaded.
10311         * help-mode.el (help-function-def, help-variable-def):
10312         Use the new find-function-search-for-symbol functionality.
10313         Allow FILE to be `C-source'.
10315         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
10316         (find-function-C-source): New fun.
10317         (find-function-search-for-symbol): Use it.
10319 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
10321         * progmodes/sql.el (sql-product-alist): Rename variable
10322         `sql-product-support'.  Add Postgres login parameters.
10323         (sql-set-product, sql-product-feature): Update with renamed variable.
10324         (sql-connect-postgres): Add username prompt.
10325         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
10326         Make patterns less product specific.
10327         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
10328         (sql-mode-abbrev-table): Modify initialization.
10329         (sql-builtin-face): Add variable.
10330         (sql-keywords-re): Add macro.
10331         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
10332         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
10333         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
10334         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
10335         (sql-mode-linter-font-lock-keywords)
10336         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
10337         (sql-mode-sybase-font-lock-keywords)
10338         (sql-mode-informix-font-lock-keywords)
10339         (sql-mode-interbase-font-lock-keywords)
10340         (sql-mode-ingres-font-lock-keywords)
10341         (sql-mode-solid-font-lock-keywords)
10342         (sql-mode-sqlite-font-lock-keywords)
10343         (sql-mode-db2-font-lock-keywords): Default to nil.
10344         (sql-product-font-lock): Always highlight ANSI keywords.
10345         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
10346         (sql-send-string): Add function.
10348 2004-04-29  Dave Love  <fx@gnu.org>
10350         * progmodes/cfengine.el (cfengine-beginning-of-defun)
10351         (cfengine-end-of-defun): Ensure progress through buffer.
10353         * info-look.el (cfengine-mode): Accept a terminal ().
10355 2004-04-29  Juri Linkov  <juri@jurta.org>
10357         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
10358         instead of isearch-yank-word-or-char.  Add new key bindings for
10359         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
10360         (isearch-del-char): New fun.
10361         (isearch-forward, isearch-edit-string): Update docstring.
10362         (isearch-yank-char): Doc fix.
10363         (isearch-other-meta-char): Restore point after scrolling.
10365         * progmodes/compile.el (compilation-context-lines): Add nil option
10366         to disable compilation output window scrolling.
10367         (compilation-set-window): Use it.
10369         * outline.el (outline-next-preface, outline-show-heading):
10370         Don't leave unhidden blank line before heading.
10371         (outline-end-of-subtree): Include last newline into subtree.
10372         (hide-entry): Leave point at beginning of heading instead of end.
10373         (outline-up-heading): Push mark for the first call of successive
10374         command calls.
10376 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
10378         * comint.el (comint-prompt-read-only): New variable.
10379         (comint-output-filter): Implement it.
10381         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
10382         (ielm-prompt-internal): New variable.
10383         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
10384         (ielm-send-input): Delete unused variable `buf'.
10385         (ielm-eval-input): Use `ielm-prompt-internal'.
10386         (inferior-emacs-lisp-mode): Use new variables
10387         `comint-prompt-read-only' and `ielm-prompt-internal'.
10388         Get rid of obsolete variable `directory-sep-char'.
10389         (ielm): Use `zerop'.
10391 2004-04-29  John Paul Wallington  <jpw@gnu.org>
10393         * thumbs.el (toplevel): Require cl at compile time.
10394         Remove conditional definitions of `ignore-errors' and `caddar'
10395         because they occur at run time.
10397 2004-04-28  Nick Roberts  <nickrob@gnu.org>
10399         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
10400         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
10401         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10402         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
10404         * progmodes/gud.el (gud-common-init): Throw an error if program is
10405         already running under gdb.
10407 2004-04-28  John Paul Wallington  <jpw@gnu.org>
10409         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
10410         (thumbs-show-image-num): Move assignment of
10411         `thumbs-current-image-filename' within scope of `i'.
10412         (thumbs-emboss-image): Don't use `evenp'.
10414 2004-04-28  Richard M. Stallman  <rms@gnu.org>
10416         * progmodes/compile.el (compilation-context-lines): Default now 0.
10418 2004-04-28  Juanma Barranquero  <lektu@terra.es>
10420         Use `time-less-p' from calendar/time-date.el instead of defining
10421         custom versions of it.
10423         * pcomplete.el (pcomplete-time-less-p): Remove.
10425         * thumbs.el (time-less-p): Remove.
10427         * calendar/timeclock.el (timeclock-time-less-p): Remove.
10428         (timeclock-generate-report): Use `time-less-p'.
10430         * emacs-lisp/autoload.el (autoload-before-p): Remove.
10431         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
10433 2004-04-28  Masatake YAMATO  <jet@gyve.org>
10435         * subr.el (remove-overlays): Make arguments optional.
10437         * wid-edit.el (widget-specify-button): Put evaporate to the
10438         overlay for sample.
10439         (widget-specify-sample): Put evaporate to the overlay for sample.
10440         (widget-specify-doc): Put evaporate to the overlay for documentation.
10442 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
10444         * info.el (info-apropos): Make it an index node.  Align node names
10445         like makeinfo.
10447 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
10449         * net/browse-url.el (browse-url-netscape-sentinel)
10450         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
10451         (browse-url-epiphany-sentinel, browse-url-mosaic):
10452         Use browse-url-*-program instead of a literal program name.
10454 2004-04-27  Kevin Ryde  <user42@zip.com.au>
10456         * eshell/em-alias.el:
10457         * eshell/em-dirs.el:
10458         * eshell/em-hist.el:
10459         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
10460         features when M-x customize-group loads modules before the main
10461         eshell.el.
10463 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
10465         * subr.el (momentary-string-display): Support EXIT-CHAR that is
10466         either a character representation of an event or an event
10467         description list.
10469         * type-break.el: Capitalise Emacs and Lisp.
10470         (type-break-good-break-interval, type-break-demo-boring-stats)
10471         (type-break-terse-messages, type-break-file-name): New defcustoms.
10472         (type-break-post-command-hook)
10473         (type-break-warning-countdown-string): Quote variable names in doc.
10474         (type-break-interval-start, type-break-auto-save-file-name): New vars.
10475         (type-break-mode): Document type-break-good-break-interval and the
10476         "session" file.  Schedule break according to the session file.
10477         Kill session file buffer on exit.  Organise for save-some-buffers
10478         to always save the session file.
10479         (type-break-mode-line-message-mode, type-break-query-mode):
10480         Uppercase arguments.
10481         (type-break-file-time, type-break-file-keystroke-count, timep)
10482         (type-break-choose-file, type-break-get-previous-time)
10483         (type-break-get-previous-count): New defuns.
10484         (type-break): Avoid break querying after a completed break in the
10485         case where the query was initiated during user invocation of the
10486         break.  Optional terse messages.
10487         Use type-break-good-break-interval if type-break-good-rest-interval is
10488         nil.  File the break time.
10489         (type-break-schedule): New optional args for overriding the use of
10490         the current time.
10491         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
10492         after a break.
10493         (type-break-check): File the keystroke count.
10494         (type-break-do-query): Prevent a second query when the break is
10495         interrupted.  Optional terse message.
10496         (type-break-keystroke-reset): Record the start of a typing interval.
10497         (type-break-demo-boring): Optional terse messages.  Display word
10498         per minute and keystroke counts according to
10499         type-break-demo-boring-stats.
10501 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
10503         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
10504         directories, make sure they exist under archive-tmpdir.
10506 2004-04-27  Juri Linkov  <juri@jurta.org>
10508         * help.el (view-emacs-news): With argument, display info for the
10509         selected version by finding it among different NEWS files, and
10510         narrowing the buffer to the selected version.
10512         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
10513         same-window-buffer-names.
10514         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
10515         non-numeric prefix argument, append the number to the buffer name
10516         for numeric prefix argument.
10517         (info-other-window): Bind same-window-regexps to nil.
10518         (Info-reference-name): Rename to Info-point-loc.
10519         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
10520         and Info-find-index-name for stringy Info-point-loc.
10521         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
10522         without middle `.', but with final `.' and optional line number
10523         for it.  Set Info-point-loc for index nodes.
10524         (Info-index): Remove middle `.' from index entry regexp.
10525         Modify line number regexp.
10526         (Info-index-next): Decrement line number.
10527         (info-apropos): Remove middle `.' from index entry regexp.
10528         Add optional line number regexp at the end.  Add matched value
10529         for line number to the result list and insert it to the buffer.
10530         Replace match-string by match-string-no-properties.
10531         Reorder result list.
10532         (Info-fontify-node): Hide index line numbers.
10533         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
10534         empty matches.
10535         (Info-follow-reference): Use `str' instead of
10536         Info-following-node-name-re.
10537         (Info-toc): Use full file names.  Set Info-current-node to "Top".
10538         (Info-fontify-node): Compare file names without directory name.
10539         (Info-try-follow-nearest-node): Don't set Info-reference-name.
10540         Set second arg of Info-extract-menu-node-name for index nodes.
10541         (info-xref-visited): Use magenta3 instead of magenta4.
10542         (Info-mode): Add info-apropos to docstring.
10544         * log-view.el (log-view-diff): Replace interactive code "r"
10545         by a list to allow to call it even if region is not active.
10547         * paren.el (show-paren-highlight-openparen): New var.
10548         (show-paren-function): Turn on openparen highlighting when
10549         matching forward if show-paren-highlight-openparen is non-nil.
10551         * simple.el (kill-ring-save): Use blink-matching-delay instead of
10552         the constant value 1.
10553         (completions-common-part): Expand docstring.
10555         * textmodes/picture.el (picture-mode-map): Add arrow keys.
10557 2004-04-27  Kim F. Storm  <storm@cua.dk>
10559         * image.el (insert-sliced-image): Use line-height instead of
10560         line-spacing property on newline.
10562 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
10564         * desktop.el (desktop-buffer-misc-data-function): Rename to
10565         desktop-save-buffer and change docstring.
10566         (desktop-buffer-modes-to-save): Delete.
10567         (desktop-save-buffer-p): Use desktop-save-buffer instead of
10568         desktop-buffer-modes-to-save.
10569         (desktop-save): Rename desktop-buffer-misc-data-function to
10570         desktop-save-buffer and allow non-function value.
10571         (desktop-missing-file-warning): Correct docstring.
10573         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
10574         to desktop-save-buffer.
10576         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
10577         desktop-save-buffer.
10579         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
10581         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
10583 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
10585         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
10587 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
10589         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
10590         (ielm): Only go to the end of the buffer when starting a new process.
10592 2004-04-25  Juanma Barranquero  <lektu@terra.es>
10594         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
10595         mode line.  Bind `inhibit-read-only' to t before modifying
10596         properties of text in the buffer.
10597         (ielm): Force point to the end of buffer, even when running ielm
10598         from inside itself.
10600 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10602         * info.el (info-apropos): Reset Info-complete-cache.
10604 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
10606         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10607         Also recognize severe Irix et al. messages.
10608         (compilation-normalize-filename, compile-abbreviate-directory):
10609         Delete functions.
10610         (compilation-get-file-structure): New function inherits
10611         functionality of the two preceding ones.
10612         (compilation-internal-error-properties, compilation-fake-loc):
10613         Use it so that different paths to the same file share the same
10614         markers.  Also optimize finding adjacent marker slightly.
10616 2004-04-25  Kim F. Storm  <storm@cua.dk>
10618         * image.el (insert-sliced-image): Add line-spacing t property
10619         to newlines separating image lines.
10621 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
10623         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
10625         * ielm.el (ielm-prompt-read-only): New user option.
10626         (ielm-prompt): Expand docstring to describe new behavior.
10627         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
10628         mention it in the docstring.
10630 2004-04-24  Andreas Schwab  <schwab@suse.de>
10632         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
10634         * diff.el (diff): Set default-directory in diff buffer.
10636 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
10638         * mail/sendmail.el (mail-bury): Don't delete the frame where the
10639         mail was being composed if the terminal cannot display more than
10640         one frame; instead, switch to previous frame.
10642         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
10643         (rmail-start-mail): Support rmail-mail-new-frame even on
10644         terminals that can display only one frame at a time.
10646 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10648         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
10649         (checkdoc-output-font-lock-keywords): Remove error regexp.
10650         (checkdoc-output-mode-map): Remove.
10651         (checkdoc-output-mode): Derive from compilation-mode.
10652         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
10654         * dired.el (dired-mode-map): Add a menu entry for wdired.
10656         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10657         (rx-bracket, rx-check-any, rx-any): Clean up name space.
10659         * wdired.el: (wdired-mode-map): Move init into declaration.
10660         Fix `return' binding.
10661         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10662         Use force-mode-line-update.
10663         (wdired-get-filename): Use `unless'.
10664         (wdired-preprocess-files): Don't assume names have no \n and use / for
10665         dir separator.
10666         (wdired-normalize-filename): Use replace-regexp-in-string.
10667         (wdired-load-hooks): Remove.
10668         (wdired-mode-hooks): Rename to wdired-mode-hook.
10670         * info-look.el: Add support for cfengine-mode.
10671         (info-lookup-setup-mode): Use dolist.
10673 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
10675         * wdired.el: New file.
10677 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10679         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10681         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10682         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10683         (pcomplete--help, pcomplete--here): Doc fixes.
10685 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
10687         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10688         handles wrong-number-of-arguments in backend call.
10690         * vc.el (vc-print-log): Likewise.
10692 2004-04-20  Dave Love  <fx@gnu.org>
10694         * emacs-lisp/rx.el: Doc fixes.
10695         (rx-constituents): Add/extend many forms.
10696         (rx-check): Check form is a list.
10697         (bracket): Defvar.
10698         (rx-check-any, rx-any, rx-check-not): Modify.
10699         (rx-not): Simplify.
10700         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10701         (rx-kleene): Use rx-trans-forms.
10702         (rx-quote-for-set): Delete.
10703         (rx): Allow multiple args.
10705 2004-04-23  Kenichi Handa  <handa@m17n.org>
10707         * international/mule-util.el (char-displayable-p): Simplify by
10708         using internal-char-font.
10710 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10712         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10714 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10716         * diff-mode.el (diff-next-error): New fun.
10717         (diff-mode): Use it.
10719         * simple.el (next-error): Change arg name.
10720         Add support for the documented C-u C-x ` usage.
10722         * frame.el (special-display-popup-frame, next-multiframe-window)
10723         (previous-multiframe-window): Only consider frames on same display.
10725 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
10727         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10728         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10730 2004-04-22  Kim F. Storm  <storm@cua.dk>
10732         * net/telnet.el (telnet): Add optional port arg.
10734 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10736         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10737         Minor sanity check on the `hyperlink' slot.
10739         * Makefile.in (recompile): Compile new files.
10741         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10742         Add byte-recompile-directory's optional `arg'.
10744         * cvs-status.el (cvs-tree-use-charset): New var.
10745         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10746         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10747         (cvs-status-cvstrees): Use it.
10749         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10750         Make it a normal major mode.
10751         (checkdoc-buffer-label): Make sure the file name is meaningful.
10752         (checkdoc-output-to-error-buffer): Remove.
10753         (checkdoc-error, checkdoc-start-section): Rewrite.
10755         * info.el (info-node, info-menu-5, info-xref, info-header-node)
10756         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10757         (Info-title-4-face): Use new syntax.
10758         (info-xref-visited): Inherit from info-xref.
10760         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10762 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10764         * simple.el (next-error-last-buffer, next-error-function):
10765         New variables for the next-error framework.
10766         (next-error-buffer-p): New function.
10767         (next-error-find-buffer): Generalize compilation-find-buffer.
10768         (next-error, previous-error, first-error, next-error-no-select)
10769         (previous-error-no-select): Move from compile.el.
10771         * replace.el (occur-next-error, occur-1): Hook into the next-error
10772         framework.
10774         * progmodes/compile.el (compilation-start):
10775         Set next-error-last-buffer so next-error knows where to jump.
10776         (compilation-setup): Set the buffer-local variable
10777         next-error-function to 'compilation-next-error-function.
10778         (compilation-buffer-p, compilation-buffer-internal-p): Use an
10779         alternate way to find if a buffer is a compilation buffer, for
10780         next-error convenience.
10781         (next-error-no-select, previous-error-no-select, next-error)
10782         (previous-error, first-error): Move to simple.el.
10783         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10784         (compilation-last-buffer): Remove.
10785         (compilation-start, compilation-next-error, compilation-setup)
10786         (compilation-next-error-function, compilation-find-buffer):
10787         Remove compilation-last-buffer use.
10789 2004-04-21  Juanma Barranquero  <lektu@terra.es>
10791         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10792         (font-lock-warning-face): Fix spacing.
10794         * makefile.w32-in (WINS): Add url/ directory.
10796 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
10798         * desktop.el (desktop-buffer-mode-handlers): New variable.
10799         Alist of major mode specific functions to restore a desktop buffer.
10800         (desktop-buffer-handlers): Make variable obsolete.
10801         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10802         Catch errors signaled in handlers.  Update buffer count.
10803         Evaluate desktop-buffer-point.
10804         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10805         move to dired.el.
10806         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10807         move to info.el.
10808         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10809         move to mail/rmail.el.
10810         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10811         to mh-e/mh-e.el.
10812         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10813         On fail, print message (to message buffer) even if
10814         desktop-missing-file-warning is nil.
10815         (desktop-buffer-misc-data-function): New buffer local variable.
10816         Function returning major mode specific data.
10817         (desktop-buffer-misc-functions): Make variable obsolete.
10818         (desktop-save): Use desktop-buffer-misc-data-function.
10819         (desktop-buffer-dired-misc-data): Rename to
10820         dired-desktop-buffer-misc-data and move to dired.el.
10821         (desktop-buffer-info-misc-data): Rename to
10822         Info-desktop-buffer-misc-data and move to info.el.
10823         (desktop-read): Add message about number of buffers restored/failed.
10825         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10826         Add parameters.  Pause to display error only when
10827         desktop-missing-file-warning is non-nil.
10828         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10829         (dired-mode): Bind desktop-buffer-misc-data-function.
10831         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10832         Add Parameters.
10833         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10834         (Info-mode): Bind desktop-buffer-misc-data-function.
10836         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10837         Add Parameters.
10839         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10840         Add Parameters.
10842 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
10844         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10845         the case of letters in case-insensitive expansions when the
10846         abbrev is preceded by characters with letter syntax.
10848 2004-04-21  Richard M. Stallman  <rms@gnu.org>
10850         * progmodes/cperl-mode.el (cperl-putback-char):
10851         Delete Emacs 18 definition.
10853         * international/mule.el (ctext-post-read-conversion):
10854         Use assoc-string, not assoc-ignore-case.
10856         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10858         * emacs-lisp/easymenu.el (easy-menu-add):
10859         Do call x-popup-menu, but only if it's defined.
10861         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10863         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10864         Handle multiple args: compile like progn.
10866         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10867         take all args as &rest arg.
10869         * autoinsert.el (auto-insert-alist): Insert the user's name in
10870         copyright notice, rather than Free Software Foundation.
10872 2004-04-21  Kenichi Handa  <handa@m17n.org>
10874         * descr-text.el (describe-char): Make it work on *Help* buffer.
10876 2004-04-21  Kim F. Storm  <storm@cua.dk>
10878         * image.el (insert-image): Add optional SLICE arg.
10879         (insert-sliced-image): New defun.
10881 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10883         * subr.el (read-number): Check whether `default' is nil.
10885 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10887         * progmodes/compile.el (compilation-error-properties):
10888         Split into two.
10889         (compilation-internal-error-properties): New one.
10890         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
10892 2004-04-20  Richard M. Stallman  <rms@gnu.org>
10894         * window.el (split-window-save-restore-data):
10895         Don't update the data if OLD-INFO is nil.
10897         * view.el (view-return-to-alist): Mark it permanent local.
10899         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10901         * recentf.el (recentf-save-list): Catch and warn about errors.
10903         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10904         so "Buffers" won't be pure.
10906         * help-mode.el (help-mode-finish): Set help-return-alist first
10907         thing, setting only the entry for the selected window.
10909         * help-fns.el (describe-function-1): If many non-control non-meta
10910         keys run the command, don't list all of them.
10912 2004-04-20  Juanma Barranquero  <lektu@terra.es>
10914         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10915         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
10917         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10919 2004-04-20  Kenichi Handa  <handa@m17n.org>
10921         * international/quail.el (quail-lookup-key): New optional arg
10922         NOT-RESET-INDICES.
10923         (quail-get-translations): Call quail-lookup-key with
10924         NOT-RESET-INDICES t.
10925         (quail-completion): Likewise.
10926         (quail-lookup-map-and-concat): Likewise.
10928 2004-04-20  Kenichi Handa  <handa@m17n.org>
10930         * international/quail.el (quail-update-translation): Don't insert
10931         such an unsupported multibyte char in a unibyte buffer.
10933 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
10935         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10936         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10937         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10938         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10939         (gdb-frame-assembler-buffer): Improve behaviour with
10940         multiple frames.
10941         (gdb-display-buffer): Extend search to all visible frames.
10943 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
10945         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10946         characters left after base64 decoding.
10947         (rmail-decode-region): Use -dos variety of `coding', to remove any
10948         ^M characters left after qp or base64 decoding.
10950 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10952         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10953         messages.
10955 2004-04-19  Stephen Eglen  <stephen@gnu.org>
10957         * add-log.el (add-change-log-entry): Update doc string to mention
10958         add-log-full-name and add-log-mailing-address.
10960 2004-04-18  Juri Linkov  <juri@jurta.org>
10962         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10963         (Info-find-node-2): Simplify error message.
10964         (Info-insert-dir): Use Info-following-node-name.
10965         (Info-goto-node): Remove *info-history* and *info-toc*.
10966         (Info-history): Create a node of the virtual history file.
10967         (Info-toc): Create a node of the virtual toc file.
10968         (Info-insert-toc): New arg `curr-file' for reference file names.
10969         (info-apropos): Remove redundant var binding for temp-file.
10970         (Info-index, Info-index-next, Info-mode): Doc fix.
10971         (Info-goto-emacs-command-node): Don't jump to *info* from
10972         non-*info* Info buffers.
10973         (Info-fontify-node): Don't show the file name of external
10974         references if `Info-hide-note-references' is `hide'.  Don't hide
10975         newlines at the end of paragraphs.
10977         * international/mule-diag.el (list-input-methods):
10978         Fix args to help-xref-button.
10980         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10981         to put into effect local variables from TUTORIAL files.
10983         * textmodes/paragraphs.el (sentence-end) <function>: New fun
10984         with default value taken from the variable `sentence-end'.
10985         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
10986         Add nil const to :type.
10987         (sentence-end-without-period, sentence-end-double-space)
10988         (sentence-end-without-space): Doc fix.
10990         * textmodes/paragraphs.el (forward-sentence):
10991         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10992         (fill-delete-newlines):
10993         * progmodes/cc-cmds.el (c-beginning-of-statement):
10994         Use function `sentence-end' instead of variable `sentence-end'.
10996 2004-04-18  Andreas Schwab  <schwab@suse.de>
10998         * progmodes/compile.el (compilation-start): Set window start to
10999         point-min if compilation-scroll-output is nil.
11001 2004-04-18  John Wiegley  <johnw@newartisans.com>
11003         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
11005 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
11007         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
11008         (gdb-info-breakpoints-custom): Revert previous change.
11009         (gdb-view-assembler): Update assembler if necessary.
11010         (gdb-frame-handler): Parse correctly for gdb-current-frame.
11011         (gdb-display-source-buffer): Update properly when both source and
11012         assembler are visible.
11014 2004-04-17  John Wiegley  <johnw@newartisans.com>
11016         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
11017         which limits the number of names shown in the minibuffer.  Off by
11018         default.
11019         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
11020         up iswitchb for users with a multitude of open buffers by showing
11021         only the first and last N/2 buffers in the completion list (which
11022         is enough to aid C-s/C-r, and to know that more characters are
11023         needed to refine the completion list).
11025 2004-04-17  Richard M. Stallman  <rms@gnu.org>
11027         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
11028         (file-truename): Expand all ~ constructs directly.
11029         (insert-directory): Delete any error msg output by the
11030         `insert-directory-program'.
11032         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
11033         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
11034         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
11035         (allout-init): Use find-file-hook, not find-file-hooks.
11036         (allout-mode): Eliminate Emacs 18 support.
11037         Use write-contents-functions, not local-write-file-hooks.
11039 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
11041         * progmodes/compile.el (compilation-error-properties): Fix for
11042         adding messages when there are already markers for their file.
11043         (compilation-fake-loc): New function.
11045 2004-04-16  Dave Love  <fx@gnu.org>
11047         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
11048         (python-load-file): Fix python-orig-start setting.
11050         * progmodes/compile.el: Doc fixes.
11051         (compilation-error-regexp-alist-alist)
11052         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
11053         (compilation-assq): Wrap in eval-when-compile.
11054         (compilation-mode-font-lock-keywords): Don't use list*.
11055         (compilation-start): Avoid warning.
11056         (compilation-compat-error-properties)
11057         (compilation-directory-properties): Add keymap property.
11058         (compilation-parsing-end): Make it a marker for better compatibility.
11060         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
11062 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
11064         * xml.el: Doc fixes.
11065         (xml-get-children): Only looks at sub-tags and ignore strings.
11067         * xml.el (xml-parse-tag): Avoid overwriting node-name.
11069 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11071         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
11073 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
11075         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
11077         * vc.el (vc-print-log): Likewise.
11079 2004-04-16  Masatake YAMATO  <jet@gyve.org>
11081         * simple.el (completion-setup-function): Set an initial value
11082         to `element-common-end' before entering loop.  Set a value
11083         to `element-common-end' at the end of loop.
11084         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
11085         (completions-common-part): Rename from completion-de-emphasis.
11086         (completions-first-difference): Rename from completion-emphasis.
11087         Suggested by RMS.
11089 2004-04-16  Juanma Barranquero  <lektu@terra.es>
11091         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
11092         (bookmark-edit-annotation-mode): Add mode name.
11094 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11096         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
11097         for nested conflict markers.
11098         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
11100 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
11102         * progmodes/gdb-ui.el (gdb-goto-info): New function.
11104         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
11106 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11108         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
11109         Give a backtrace if requested.
11111         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
11113         * progmodes/python.el (python-mouse-2-command, python-RET-command):
11114         Remove unused functions.
11115         (python-orig-start-line, python-orig-file): Remove.
11116         (python-orig-start): New var.
11117         (python-input-filter, python-compilation-line-number)
11118         (python-send-region, python-load-file): Use it.
11120         * info.el (info): Always jump to *info*.
11122         * subr.el (posn-set-point): New function.
11124         * mouse.el (mouse-set-point): Use it.
11126         * progmodes/compile.el (compile-goto-error): Use it.
11127         (compilation-button-map): New keymap.
11128         (compilation-error-properties): Use it.
11129         (compilation-shell-minor-mode-map): Don't bind mouse-2.
11131         * smerge-mode.el (smerge-popup-context-menu): Use it.
11133         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
11134         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
11135         mouse and non-mouse case.
11137         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
11138         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
11140         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
11141         Make it work for non-mouse events.
11143         * pcvs-info.el (cvs-status-map): Update binding name.
11145 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
11147         * xml.el (xml-maybe-do-ns): New function to handle namespace
11148         parsing of both attribute and element names.
11149         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
11150         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
11151         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
11152         (xml-parse-attlist): Make it do its own namespace parsing.
11154 2004-04-14  Dave Love  <fx@gnu.org>
11156         * progmodes/python.el (run-python): Fix use of \n.
11157         (python-load-file): Remove `try' from Python fragment.
11158         (python-describe-symbol): Fix message.
11160         * comint.el: Doc fixes.
11161         (comint-last-input-start, comint-last-input-end)
11162         (comint-last-output-start): Give them values.
11163         (comint-arguments): Avoid warning.
11164         (comint-skip-prompt): Use line-end-position.
11165         (comint-backward-matching-input): Rename arg to agree with doc.
11166         (comint-extract-string): Use syntax-ppss.
11167         (comint-dynamic-simple-complete): Delete useless list construction.
11168         (comint-redirect-subvert-readonly): New.
11169         (comint-redirect-preoutput-filter): Use it.
11171         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11172         Correctly handle negative arguments when calling hook functions.
11174 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
11176         * info.el (info-apropos): Don't clobber Info-history-list.
11178 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
11180         * progmodes/compile.el (compilation-setup):
11181         Localize overlay-arrow-position.
11182         (compilation-sentinel): Restructure code equivalently.
11183         (compilation-next-error): Find message on same line after point if
11184         not found before point.
11185         (compile-mouse-goto-error): Restore function so that compilation
11186         buffer need not be current and use compile-goto-error.
11187         (compile-goto-error): Restore function.
11188         (next-error): Set overlay-arrow-position.
11189         (compilation-forget-errors): Don't localize already local
11190         compilation-locs and remove FIXME about refontifying.
11192 2004-04-14  Kim F. Storm  <storm@cua.dk>
11194         * startup.el (emacs-quick-startup): New defvar (set by -Q).
11195         (command-line): New option -Q.  Like -q --no-site-file, but
11196         in addition it also disables menu-bar, tool-bar, scroll-bars,
11197         tool-tips, and the blinking cursor.
11198         (command-line-1): Skip startup screen if -Q.
11199         (fancy-splash-head): Use ":align-to center" prop to center splash image.
11201         * emulation/cua-base.el (cua-read-only-cursor-color)
11202         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
11204 2004-04-13  Dave Love  <fx@gnu.org>
11206         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
11207         (syntax): Don't require.
11208         (python) <defgroup>: Add :version.
11209         (python-quote-syntax): Re-written.
11210         (inferior-python-mode): Move stuff here from run-python and add
11211         some more.
11212         (python-preoutput-continuation, python-preoutput-result)
11213         (python-dotty-syntax-table): New.
11214         (python-describe-symbol): Use them.
11215         (run-python): Move stuff to inferior-python-mode.  Modify code
11216         loaded into Python.
11217         (python-send-region): Use python-proc, python-send-string.
11218         (python-send-string): Send newlines too.  Callers changed.
11219         (python-load-file): Re-written.
11220         (python-eldoc-function): New.
11221         (info-look): Don't require.
11222         (python-after-info-look): New.  A modified version of former
11223         top-level code for use with eval-after-load.
11224         (python-maybe-jython, python-guess-indent): Use widened buffer.
11225         (python-fill-paragraph): Re-written.
11226         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
11227         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
11229 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11231         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
11232         Set compilation-error-regexp-alist earlier.
11234         * progmodes/compile.el (compilation-minor-mode-map)
11235         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
11236         (compile-goto-error): Re-merge the mouse and non-mouse commands.
11238 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11240         * progmodes/compile.el (compile-goto-error): Select the buffer/window
11241         corresponding to the event.
11243 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
11245         * loadup.el: Add cygwin to system-type list, for unexec() support.
11247 2004-04-12  John Paul Wallington  <jpw@gnu.org>
11249         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
11250         (ibuffer-restore-window-config-on-quit): New variable to replace
11251         `ibuffer-delete-window-on-quit'.  Update all references.
11252         (ibuffer-prev-window-config): New variable.
11253         (ibuffer-quit): Restore previous window configuration instead of
11254         deleting window.
11255         (ibuffer): Save window configuration before showing Ibuffer buffer.
11257         * help.el (describe-mode): Doc fix.
11259 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11261         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
11262         not to treat nil as a function.
11264         * vc-arch.el (vc-arch-root): Be a bit more careful.
11265         (vc-arch-register): Save the buffer if we modified it.
11266         (vc-arch-delete-rej-if-obsolete): Save excursion.
11267         (vc-arch-find-file-hook): Use the simpler after-save-hook.
11268         (vc-arch-responsible-p, vc-arch-init-version): New functions.
11270         * net/ldap.el (ldap-search): Use list*.
11272 2004-04-12  Juri Linkov  <juri@jurta.org>
11274         * info.el (Info-follow-reference): Allow multiline reference name.
11276 2004-04-11  Dave Love  <fx@gnu.org>
11278         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
11280         * progmodes/python.el: New file.
11282 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
11284         * vc-hooks.el (vc-arg-list): Function removed.
11285         (vc-default-workfile-unchanged-p): Use condition-case to check for
11286         backward compatibility.
11288         * vc.el (vc-print-log): Use condition-case to check for backward
11289         compatibility.
11291 2004-04-11  Juri Linkov  <juri@jurta.org>
11293         * dired.el (dired-faces): New defgroup.
11294         (dired-header, dired-mark, dired-marked, dired-flagged)
11295         (dired-warning, dired-directory, dired-symlink, dired-ignored):
11296         New faces.
11297         (dired-header-face, dired-mark-face, dired-marked-face)
11298         (dired-flagged-face, dired-warning-face, dired-directory-face)
11299         (dired-symlink-face, dired-ignored-face): New face variables.
11300         (dired-font-lock-keywords): Use them instead of font-lock faces.
11301         Split the rule for dired marks into 3 separate rules: for marks,
11302         marked file names and flagged file names.
11304         * help-mode.el (help-make-xrefs): Add a final newline to the
11305         *Help* buffer.
11307 2004-04-11  John Paul Wallington  <jpw@gnu.org>
11309         * replace.el (occur-engine): Distinguish between one and several
11310         matches in the matches per buffer heading.
11312 2004-04-11  Kim F. Storm  <storm@cua.dk>
11314         * ido.el (ido-confirm-unique-completion): New defcustom.
11315         (ido-complete): Use it.
11316         (ido-write-file): Set it to t unconditionally.
11318 2004-04-10  Miles Bader  <miles@gnu.org>
11320         RCS keyword removal (only non-comment changes are enumerated here):
11322         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
11323         (byte-compile-insert-header): Don't use `byte-compile-version'.
11324         * forms.el (forms-version): Variable removed.
11325         (forms-mode): Don't use `forms-version'.
11326         * recentf.el (recentf-version): Variable removed.
11327         * progmodes/delphi.el (delphi-version): Variable removed.
11328         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
11330 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11332         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
11334 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
11336         * info.el (info-apropos): Improve menu item regexp.
11338 2004-04-09  Simon Josefsson  <jas@extundo.com>
11340         * mail/smtpmail.el: Add comment, based on report by
11341         kdc@rcn.com (Kevin D. Clark).
11343 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11345         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11346         Redo one more thing that I didn't notice Daniel had undone.
11348 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
11350         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
11351         (gdb-goto-breakpoint, gdb-display-buffer)
11352         (gdb-display-source-buffer, gdb-view-source-function)
11353         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
11354         (gdb-source-info, gdb-frame-handler): Don't specify a window
11355         for display.
11356         (gdb-info-breakpoints-custom): Remove superfluous update of
11357         assembler buffer.
11358         (gdb-many-windows): Make settable outside gdb.
11360 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
11362         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
11363         Derive from fundamental-mode rather than text-mode.
11365 2004-04-08  Juri Linkov  <juri@jurta.org>
11367         * info.el (Info-history): Doc fix.
11368         (Info-history-list): New var.
11369         (info-xref): Change magenta4 to blue, remove bold for dark and
11370         light backgrounds, change bold to underline for non-color classes.
11371         (info-xref-visited): New face.
11372         (Info-fontify-visited-nodes): New custom.
11373         (Info-hide-note-references): Add new value `hide'.  Doc fix.
11374         (Info-reference-name): New var.
11375         (Info-selection-hook): New custom.
11376         (Info-edit-mode-hook): New var.
11377         (Info-find-file): New fun.
11378         (Info-find-node): Move part of code to Info-find-file.
11379         (Info-find-node-2): Add anchors to Info-history-list.  Move point
11380         to the place with the reference name if name is defined.
11381         (Info-select-node): Add current node to Info-history-list.
11382         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
11383         (Info-search-whitespace-regexp): New custom.
11384         (Info-search-case-fold): New var.
11385         (Info-search): Add "case-sensitively" to the prompt.
11386         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
11387         (Info-search-case-sensitively, Info-search-next): New fun.
11388         (Info-up): Move point to the menu item of the current node.
11389         (Info-history): New fun.  Add *info-history* to
11390         same-window-buffer-names.
11391         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
11392         (Info-insert-toc): New fun.
11393         (Info-build-toc): New fun.
11394         (Info-follow-reference): Add new arg `fork'.  Doc fix.
11395         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
11396         with the same name prefer the reference closest to point.
11397         (Info-next-reference): Replace * by + in the *Note regexp.
11398         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11399         (Info-prev-reference): Replace * by + in the *Note regexp.
11400         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11401         (Info-follow-nearest-node): Add new arg `fork'.
11402         (Info-try-follow-nearest-node): Add new arg `fork'.
11403         Call browse-url for http:// and ftp:// references.
11404         Set Info-reference-name for index entries.
11405         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
11406         Info-search-next, Info-history, Info-toc, clone-buffer.
11407         (Info-menu-update): Replace * by + in the *Note regexp.
11408         (Info-mode): Add documentation for Info-history, Info-toc,
11409         Info-search-case-sensitively, Info-search-next, clone-buffer.
11410         (Info-fontify-menu-headers): Remove fun.  Move code to
11411         Info-fontify-node.
11412         (Info-fontify-node): Add docstring.  Add local vars
11413         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
11414         then fontify header line, titles, menu headers, http and ftp
11415         references, refill paragraphs.  If not-fontified-p is t or
11416         fontify-visited-p is t then fontify cross references, menu items.
11417         Fontify menu headers.  Fontify http and ftp references.
11418         Change regexp for cross references to require whitespace after *Note,
11419         add matching groups for file and node names.  Remove hack for quote.
11420         Use display property for Info-hide-note-references=t.  Use fifth
11421         or fourth match for help-echo.  Display visited nodes in a
11422         different face.  Unhide file names of external references.
11423         Unhide newlines.  Display visited menu items in a different face.
11425 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11427         * progmodes/compile.el: Require CL.
11428         (compilation-mode-font-lock-keywords): Re-install the "line as
11429         function" patch.
11431         * help-fns.el (help-C-source-directory): New var.
11432         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
11433         (describe-function-1, describe-variable): Use them.
11435         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
11436         to C source files specially.
11438 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11440         * info.el (Info-hide-cookies-node): New function.
11441         (Info-select-node): Use it.
11442         (Info-display-images-node): Remove message with image file name.
11444 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
11446         * progmodes/compile.el (compilation-warning-face)
11447         (compilation-info-face, compilation-skip-threshold)
11448         (compilation-skip-visited, compilation-context-lines):
11449         Declare :version when added to Emacs.
11450         (compilation-error-regexp-alist-alist): Extend caml and irix.
11451         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
11452         (compilation-mode-font-lock-keywords): Temporarily undo line as
11453         function patch, which wasn't ready.
11455 2004-04-07  Kenichi Handa  <handa@m17n.org>
11457         * international/latin1-disp.el (latin1-display-setup): Check each
11458         character is displayable or not instead of calling
11459         latin1-display-check-font.
11461 2004-04-06  Kenichi Handa  <handa@m17n.org>
11463         * language/ethio-util.el (ethio-sera-being-called-by-w3):
11464         New variable.
11465         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
11466         instead of sera-being-called-by-w3.
11467         (ethio-fidel-to-sera-buffer): Likewise.
11468         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
11469         instead of sera-being-called-by-w3.
11470         (ethio-write-file): Likewise.
11472 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11474         * printing.el: Doc fix.
11476 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
11478         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
11479         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
11480         (gdb-setup-windows): Only use separate IO buffer if required.
11482 2004-04-06  Kim F. Storm  <storm@cua.dk>
11484         * term.el (term-is-xemacs): Remove.
11485         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
11486         (term-window-width): New function.
11487         (term-mode, term-check-size): Use it.
11488         (term-mode): Disable overflow-newline-into-fringe in term buffer.
11490 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11492         * cus-edit.el (custom-add-parent-links): Change unbound variable
11493         `symbol' to `name'.
11495 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
11496         * info.el (info-apropos): New function.
11497         (Info-mode-menu): Add it.
11498         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
11500         * help-mode.el (help-make-xrefs): Recognize aliased variable with
11501         inherited docstring.
11503         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
11505 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11507         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
11509         * progmodes/compile.el (font-lock): Don't require any more.
11510         (compilation-error-properties, compilation-start, compilation-sentinel)
11511         (compilation-filter, next-error): Use with-current-buffer.
11512         (compilation-skip-to-next-location, compilation-skip-threshold)
11513         (compilation-skip-visited): Move to silence the byte-compiler.
11514         (compilation-setup): Simplify.
11515         (compilation-next-error): Use line-(beginning|end)-position.
11516         Make sure `pt' is non-nil before using compilation-loop.
11517         (compile-goto-error): Add optional event arg.  Use it.
11518         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
11519         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
11520         Update the binding for mouse-2.
11521         (first-error): Set compilation-current-error to nil rather than bob.
11522         (compilation-parsing-end, compilation-parse-errors-function)
11523         (compilation-error-list, compilation-old-error-list):
11524         "New" compatibility variables.
11525         (compile-buffer-substring, compilation-compat-error-properties)
11526         (compilation-compat-parse-errors, compilation-forget-errors):
11527         New compatibility functions.
11528         (compilation-mode-font-lock-keywords): Use them.
11530 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11532         * autorevert.el (auto-revert-handler): If point (or a window
11533         point) is at the end of the buffer, keep it there after
11534         reverting.  This allows to tail a file.
11535         Mention this in the `Commentary'.
11537         * format.el (format-write-file): Add optional argument CONFIRM
11538         and make it behave like the analogous argument to `write-file'.
11540 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11542         * progmodes/ebnf2ps.el: Doc fix.
11543         (ebnf-version): New version number (4.2).
11544         (ebnf-syntax): Customization and docstring fix.
11545         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
11546         Put autoloaded funs before first use.
11547         (ebnf-style-database): Add dtd entry.
11548         (ebnf-syntax-alist): Add dtd initialization.
11549         (ebnf-token-sequence): New fun.
11550         (ebnf-comment-table): Add new comment action character.
11551         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
11553         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
11554         Type Definition for XML).
11556         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
11557         * progmodes/ebnf-bnf.el (ebnf-sequence):
11558         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
11559         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
11560         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
11561         Code simplification: call ebnf-token-sequence.
11563 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
11565         * calendar/timeclock.el (timeclock-relative)
11566         (timeclock-get-project-function, timeclock-get-workday-function)
11567         (timeclock-query-out, timeclock-when-to-leave)
11568         (timeclock-when-to-leave-string, timeclock-log-data)
11569         (timeclock-generate-report, timeclock-in): Doc fixes.
11571 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11573         * url/: New dir.  Import the URL package from its repository.
11575 2004-04-03  Andreas Schwab  <schwab@suse.de>
11577         * diff-mode.el (diff-mode): Fix missing quote.
11579 2004-04-03  Juri Linkov  <juri@jurta.org>
11581         * descr-text.el (describe-property-list): Add `font-lock-face'.
11583         * dired.el (dired-font-lock-keywords): Fix permission regexps.
11585 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11587         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
11588         Use utf-16le on little endian machines and utf-16be otherwise.
11590 2004-04-02  David Kastrup  <dak@gnu.org>
11592         * net/browse-url.el (browse-url-generic): Use call-process
11593         instead of start-process to allow browsers that fork and detach.
11595 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
11597         * compile.el (compilation-current-error): New var.
11598         (compilation-setup, compile-mouse-goto-error)
11599         (compile-goto-error, next-error): Use it.
11600         (compilation-skip-to-next-location): Default to t, which gives
11601         contiguous skipping like old compile (where this was redundant).
11602         (compilation-next-error): Prevent previous-* commands from moving
11603         back to message at or just before point.
11605 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
11607         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
11608         (gdb-source-info): Don't display source at startup, if required.
11609         (gdb-show-main): New option.
11610         (gdba): Update documentation.
11611         (gdb-source): Cover case of auto-display output.
11613 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
11615         * autorevert.el: Delete obsolete autoload's and defvar's.
11616         (auto-revert-check-vc-info): New user option.
11617         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11618         (auto-revert-handler-vc): Delete.
11619         (auto-revert-handler): Treat return value `fast' of
11620         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
11622         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
11623         return `fast'.
11625         * files.el (buffer-stale-function): Doc change.
11627 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11629         * printing.el: New tip on Tips section.
11630         (pr-version): New version number (6.7.4).
11631         (pr-shell-file-name): Initialization fix.
11633 2004-03-31  Juri Linkov  <juri@jurta.org>
11635         * dired.el: Add autoload for `dired-do-touch'.
11636         (dired-touch-program): New var.
11637         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
11638         (dired-no-confirm): Add `touch' to docstring.
11640         * dired-aux.el (dired-do-touch): New fun.
11641         (dired-do-chxxx): Add argument -t for touch operation.
11643         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
11644         `dired-move-to-filename-regexp'.
11646 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
11648         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
11650 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11652         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
11653         and only if the buffer was modified.
11655 2004-03-30  Kenichi Handa  <handa@m17n.org>
11657         * international/characters.el: Delete pairs for U+2308..U+230B.
11659 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
11661         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11662         to detect the beginning of a level 2 or 3 annotation.
11664 2004-03-29  Kenichi Handa  <handa@m17n.org>
11666         * international/ucs-tables.el (ucs-insert): Fix the error message.
11668 2004-03-29  Kenichi Handa  <handa@m17n.org>
11670         * international/mule-util.el (char-displayable-p): Fix generation
11671         of XLFD file name.
11673         * Makefile.in (setwins, setwins_almost): Change directory to $wd
11674         before finding directories by `find'.
11676 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11678         * subr.el (interactive-form): Delete.  Now implemented in C.
11680         * pcvs.el (cvs-parse-process): Workaround for Darwin.
11682         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11683         (vc-diff-label): New fun.
11684         (vc-diff-internal): Use it.
11686         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11688 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11690         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11692         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11693         specify XML (EBNFX).
11695         * progmodes/ebnf2ps.el: Doc fix.
11696         (ebnf-version): New version number (4.1).
11697         (ebnf-syntax): Adjust customization.
11698         (ebnf-style-database): Add ebnfx entry.
11699         (ebnf-syntax-alist): Add ebnfx initialization.
11700         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11702         * printing.el: Doc fix.
11703         (pr-version): New version number (6.7.3).
11704         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11705         returns nil for mouse position.  Reported by Drew Adams
11706         <drew.adams@oracle.com>.
11707         (pr-update-menus): Modify interactive declaration.  Reported by Drew
11708         Adams <drew.adams@oracle.com>.
11710 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
11712         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11713         (gud-gdba-marker-filter): Log the process input and output, if
11714         required.  From Stefan Monnier.
11715         (gdb-debug-log, gdb-enable-debug-log): New variables.
11716         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11718 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11720         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11721         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11723 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
11725         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11726         Call vc-find-file-hook here instead of in auto-revert-buffers.
11727         (auto-revert-buffers): Delete call to vc-find-file-hook.
11728         (auto-revert-verbose, global-auto-revert-non-file-buffers)
11729         (global-auto-revert-mode, auto-revert-set-timer)
11730         (auto-revert-handler, auto-revert-buffers): Doc fixes.
11732 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11734         * woman.el (woman-change-fonts): Rename local variable
11735         woman-font-alist to font-alist to avoid a compiler warning.
11737 2004-03-27  Dave Love  <fx@gnu.org>
11739         * emacs-lisp/rx.el (rx): Doc fix.
11740         Fix copyright years.
11742         * strokes.el (strokes-global-set-stroke-string): New function.
11743         (strokes-list-strokes): Cope with strings, not just commands.
11744         Set foreground colour of image.
11745         (strokes-global-set-stroke): Doc fix.
11747 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
11749         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11750         Auto Revert mode.
11751         (Buffer-menu-files-only): New variable.
11752         (Buffer-menu-toggle-files-only): New function.
11753         (Buffer-menu-mode-map): Bind it to `T'.
11754         (Buffer-menu-mode): Mention `T' in docstring.
11755         Set buffer-stale-function.
11756         (list-buffers-noselect): Mark buffer non-modified and set
11757         Buffer-menu-files-only.
11759         * dired.el (buffer-stale-function): Remove no longer needed defvar.
11761         * autorevert.el (auto-revert-handler): Print revert message
11762         before, rather than after, reverting.
11763         (buffer-stale-function): Move to files.el.
11765         * files.el (buffer-stale-function): Move here from autorevert.el.
11767 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11769         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11771         * calc/calc.el (calc-mode-map): Use mapc.
11773         * apropos.el (apropos-mode): Don't autoload.
11774         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
11775         (apropos): Use it.
11776         (apropos-print): Add optional `text' argument.
11777         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11778         Don't assume point-min == 1.
11780         * bs.el (bs-buffer-list): Use buffer-local-value.
11781         (bs--set-toggle-to-show): Use with-current-buffer.
11783         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11784         New funs.
11785         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
11787         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11789         * dabbrev.el (dabbrev-expand): Fix regexp construction.
11790         (dabbrev--find-expansion): Use pop.
11791         (dabbrev--search): Use match-string-no-properties.
11793         * dired.el (dired-mode): Use run-mode-hooks.
11794         (dired-move-to-end-of-filename): Use match-string.
11796         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11797         is bound before using it.
11798         (ediff-verbose-p): Make it into a var since it's not constant.
11800         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11802         * faces.el (read-face-font): Don't cons up unnecessarily.
11803         (header-line, tool-bar): Share common parts.
11805         * files.el (file-relative-name): Use compare-strings.
11807         * finder.el (finder-mode): Follow coding convention.
11809         * subr.el (read-number): New function.
11811         * ses.el (ses-read-number): Move to subr.el.
11812         (ses-set-header-row): Use read-number.
11814 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
11816         * vc-hooks.el (vc-arg-list): New function, which handles both
11817         compiled and uncompiled code.
11818         (vc-default-workfile-unchanged-p): Use it.
11820         * vc.el (vc-print-log): Undo prev change, use new function
11821         vc-arg-list from vc-hooks.el.
11823 2004-03-26  Masatake YAMATO  <jet@gyve.org>
11825         * simple.el (completion-setup-function): Emphasize the
11826         first uncommon characters in the completions; and de-emphasize
11827         the common prefix substrings.
11828         (completion-emphasis): New face.
11829         (completion-de-emphasis): New face.
11831 2004-03-25  Juanma Barranquero  <lektu@terra.es>
11833         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11834         Comment out (it's unused and unfinished code).
11836 2004-03-25  Sam Steingold  <sds@gnu.org>
11838         * vc.el (vc-print-log): Fix a bug in the last patch:
11839         backend-function may be a byte-compiled object, not a lambda.
11841 2004-03-25  Juri Linkov  <juri@jurta.org>
11843         * descr-text.el (describe-property-list): Add a button
11844         for `face' property that calls `describe-face'.
11845         Suggested by luis fernandes <elf@ee.ryerson.ca>
11847         * international/mule.el (keyboard-coding-system):
11848         * kmacro.el (kmacro-call-macro): Fix docstring.
11850         * dired.el: Fix comments.
11852         * textmodes/fill.el (fill): Fix Info link.
11854         * font-lock.el (fast-lock, lazy-lock):
11855         * jit-lock.el (jit-lock): Remove links to removed Support Modes
11856         Info node.
11858         * eshell/eshell.el (eshell): Fix broken info-link.
11860         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11861         * eshell/em-banner.el (eshell-banner):
11862         * eshell/em-smart.el (eshell-smart):
11863         * eshell/esh-cmd.el (eshell-cmd):
11864         Comment out broken info-links to incomplete Info manual.
11866         * info-xref.el: Fix commentary.
11868 2004-03-25  Kevin Ryde  <user42@zip.com.au>
11870         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11871         Remove spurious node duplicate suppression, doesn't work, not wanted.
11872         (info-xref-output): Take format style args, add "sit-for 0" to let
11873         user see the results as they progress.
11874         (info-xref-check-all-custom): New function.
11876 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
11878         * gdb-ui.el: Moved to progmodes.
11880 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11882         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11884 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11886         * calendar/appt.el (appt-check): Remove superfluous progn.
11887         When finished with diary buffer: if it was not being displayed
11888         before, kill it; otherwise restore its original state.
11889         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11891         * calendar/calendar.el (calendar-set-mode-line): Use total
11892         available mode-line width, rather than frame-width.
11894         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11895         after mode change so effect not lost.
11897 2004-03-23  Dave Love  <fx@gnu.org>
11899         * dired.el (dired) <defgroup>: Add link to manual.
11900         (dired-font-lock-keywords): Add highlighting on unusual permissions.
11901         (dired-revert): Use dolist.
11902         (dired-mode-map): Add U binding.
11903         (dired-mode): Add font-lock-beginning-of-syntax-function.
11904         (dired-garbage-files-regexp): Make it a defcustom.
11906 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11908         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11909         is equivalent to nil.
11910         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11911         (vc-arch-mode-line-string): Accept `added' state.
11912         (vc-arch-state): Use inode-sigs if available.
11913         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11914         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
11915         (vc-arch-tagline-re): New var.
11916         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11917         New functions.
11918         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11919         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11921         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11922         (vc-file-not-found-hook): Use it.
11924         * diff-mode.el (diff-default-read-only): Change default.
11925         (diff-mode-hook): Make it a defcustom.  Add some options.
11926         (diff-mode-map): Bind diff-refine-hook.
11927         (diff-yank-handler): New var.
11928         (diff-yank-function): New fun.
11929         (diff-font-lock-keywords): Use them.
11930         (diff-end-of-file): Handle case where file-header looks like diff text.
11931         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11932         (diff-file-kill): Delete a subsequent empty line, if applicable.
11933         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11934         (diff-find-file-name): Use it.
11935         (diff-tell-file-name): New command.
11936         (diff-mode): Be careful with view-mode.
11937         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11938         New functions, for use in diff-mode-hook.
11939         (diff-find-source-location): Catch "regex too large" errors.
11940         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11941         (diff-refine-hunk): New command.
11943         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11944         (smerge-context-menu-map): Remove unused var.
11945         (smerge-keep-all): Preserve markers.
11946         (smerge-keep-n): New fun.
11947         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11948         (smerge-keep-current, smerge-ediff): Use it.
11949         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
11950         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11951         (smerge-resolve): Resolve trivial 3-part conflicts.
11953 2004-03-23  Juri Linkov  <juri@jurta.org>
11955         * man.el (Man-width): New var.
11956         (Man-getpage-in-background): Use it.
11957         (Man-support-local-filenames): New var and fun.
11958         (Man-build-man-command): Don't add a second %s.
11959         (Man-fontify-manpage): Clean up message.
11960         (Man-mode): Set outline-regexp, outline-level,
11961         imenu-generic-expression.
11963         * woman.el (woman-fill-frame): Doc fix.
11964         (woman-decode-region): Use window-width instead of frame-width.
11966         * abbrevlist.el (list-one-abbrev-table):
11967         * descr-text.el (describe-char):
11968         * international/mule-diag.el (describe-current-coding-system):
11969         * international/quail.el (quail-insert-decode-map):
11970         Use window-width instead of frame-width.
11972         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11973         (jka-compr-mode-alist-additions): Add tbz.
11974         (jka-compr-write-region, jka-compr-insert-file-contents):
11975         Add message for undefined compress-program.
11976         (jka-compr-write-region): Remove redundant var bindings.
11978         * dired-x.el (dired-guess-shell-alist-default): Add choices for
11979         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
11980         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11981         (dired-man): Use dired-guess-shell-command.
11982         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11983         Change default nil to t.
11985         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11986         (dired-compare-directories): Add default value for empty input.
11988         * help-at-pt.el: Move suggestions for key bindings to Commentary.
11990         * time.el (display-time-string-forms): Fix help-echo date format.
11992 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
11994         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11995         (buffer-stale-function): New variable.
11996         (auto-revert-list-diff, auto-revert-dired-file-list)
11997         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11998         (auto-revert-handler): Take over some functionality of deleted
11999         functions.
12000         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
12002         * dired.el (dired-directory-changed-p): New fun, extracted from
12003         dired-internal-noselect.
12004         (dired-buffer-stale-p): New fun.
12005         (dired-internal-noselect): Use dired-directory-changed-p.
12006         Eliminate revert messages.
12007         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
12009 2004-03-23  Kenichi Handa  <handa@m17n.org>
12011         * international/characters.el: Setup syntaxes for more parentheses
12012         Unicode characters.
12014         * international/mule-cmds.el (select-safe-coding-system):
12015         Merge coding-system and auto-cs before comparing them.
12017 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12019         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
12021         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12022         normal-auto-fill-function and comment-indent-function.
12023         The default values now work just as well.
12024         Don't set font-lock-beginning-of-syntax-function since we already set
12025         syntax-begin-function.
12026         (lisp-outline-level): Put ;;;###autoload at same level as (.
12027         (prin1-char): Quote special chars.
12029         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
12030         than with-no-warnings.
12032         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
12033         if the source location can't be found.
12034         (edebug-compute-previous-result): Use prin1-char.
12036         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
12037         (debug-ignored-errors): Add an entry.
12039         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
12040         (byte-compile-file): Output warning when deleting a file.
12042         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
12043         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
12045         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
12046         (byte-compile-inline-expand): Use backquote.
12047         (byte-optimize-pure-func): Rename from byte-optimize-concat.
12048         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
12050         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
12052         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
12054 2004-03-22  Juri Linkov  <juri@jurta.org>
12056         * finder.el (finder-known-keywords): Fix data, tex, unix.
12058         * play/landmark.el: Fix keywords.
12060         * language/ethio-util.el (ethio-find-file): Doc fix.
12062         * emacs-lisp/warnings.el: Doc fix.
12064         * textmodes/ispell.el (ispell-help): Doc fix.
12066 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
12068         * format.el (format-insert-file): Always return a list of two
12069         elements, like insert-file-contents does.
12071 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
12073         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
12074         and vc-BACKEND-diff.
12075         (vc-print-log): If the print-log implementation supports it, use
12076         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
12077         (vc-version-diff, vc-diff-internal): Doc fixes.
12079         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
12080         implementation supports it, let diff output go to *vc*,
12081         not *vc-diff*, since this is an internal call.
12083         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
12085         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
12087         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
12089 2004-03-21  Dave Love  <fx@gnu.org>
12091         * progmodes/cfengine.el (cfengine-mode):
12092         Set parse-sexp-ignore-comments.
12094         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
12096 2004-03-21  Juanma Barranquero  <lektu@terra.es>
12098         * allout.el (allout-mode): Fix docstring.
12100 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
12102         * files.el (insert-directory): Fix bug if SWITCHES is a list.
12104         * autorevert.el (auto-revert-interval): Make new value take
12105         effect immediately when set through Custom.
12106         (auto-revert-set-timer): Add interactive declaration.
12108 2004-03-19  David Ponce  <david@dponce.com>
12110         * ruler-mode.el (ruler-mode-header-line-format-old):
12111         Don't `make-variable-buffer-local'.
12112         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
12113         (ruler-mode-header-line-format): Simply funcall the above.
12114         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
12115         to save/restore a previous header line format.
12116         (ruler-mode-space): Don't depend on a numeric WIDTH value.
12117         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
12118         fringes and margins width.
12119         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
12121 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12123         * log-edit.el (log-edit-font-lock-keywords): Typo.
12125         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
12126         (tex-send-tex-command): Rather than here.
12127         (tex-compilation-parse-errors): Simplify.
12129         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
12131         * time.el (display-time-string-forms): Add help-echo with date on time.
12133         * composite.el (compose-region): Use restore-buffer-modified-p.
12135         * disp-table.el (standard-display-8bit): Simplify.
12137         * server.el (server-process-filter): Delete temp frame.
12139         * add-log.el (add-change-log-entry): Simplify.
12141 2004-03-19  Kim F. Storm  <storm@cua.dk>
12143         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
12144         (hexl-follow-line): Don't require 'fringe.
12146         * progmodes/compile.el (compilation-start): Always set
12147         compilation-last-buffer and return it.
12149 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12151         * simple.el (clone-buffer): Doc fix.
12153 2004-03-18  Juanma Barranquero  <lektu@terra.es>
12155         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
12157 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12159         * log-edit.el (log-edit-font-lock-keywords): New var.
12160         (log-edit-mode): Use it.
12162 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
12164         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
12165         properly for watching in speedbar.
12167 2004-03-17  Masatake YAMATO  <jet@gyve.org>
12169         * smerge-mode.el (smerge-popup-context-menu):
12170         Put `unwind-protect' around `overlay-put' and `popup-menu'.
12172 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12174         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
12175         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
12176         Take sealed revisions into account.
12177         (vc-arch-checkin): Extract a summary line from the message.
12179 2004-03-16  Masatake YAMATO  <jet@gyve.org>
12181         * register.el (register): Provide `register' feature.
12183 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12185         Added context menu support in smerge mode.
12186         Most of the part is written by Stefan Monnier.
12188         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
12189         New keymap and menu.
12190         (smerge-text-properties): New function.
12191         (smerge-remove-props): New function.
12192         (smerge-popup-context-menu): New function.
12193         (smerge-resolve): Call `smerge-remove-props'.
12194         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
12195         (smerge-keep-current): Ditto.
12196         (smerge-kill-current): New function.
12197         (smerge-match-conflict): Put text properties.
12198         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
12200 2004-03-15  David Ponce  <david@dponce.com>
12202         * ruler-mode.el: (ruler-mode-left-fringe-cols)
12203         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
12204         (ruler-mode-right-scroll-bar-cols): Remove.
12205         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
12206         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
12207         Use fringe-columns and scroll-bar-columns.
12209 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12211         * hl-line.el (hl-line-range-function): New variable.
12212         (hl-line-move): New function.
12213         (global-hl-line-highlight): Use `hl-line-move'.
12214         (hl-line-highlight): Ditto.
12216         * scroll-bar.el (scroll-bar-columns):
12217         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
12219         * ruler-mode.el (top-level): Require scroll-bar and fringe.
12220         (ruler-mode-left-fringe-cols)
12221         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
12222         (ruler-mode-right-scroll-bar-cols)
12223         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
12224         (ruler-mode-ruler-function): New variable.
12225         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
12226         if the value for `ruler-mode-ruler-function'is given.
12228         * hexl.el (hexl-mode-hook): Make the hook customizable.
12229         (hexl-address-area, hexl-ascii-area): New customize variables.
12230         (hexlify-buffer): Put font-lock-faces on the address area and
12231         the ascii area.
12232         (hexl-activate-ruler): New function.
12233         (hexl-follow-line): New function.
12234         (hexl-highlight-line-range): New function.
12235         (hexl-mode-ruler): New function.
12237 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12239         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
12240         (vc-default-find-file-hook): New fun.
12241         (vc-find-file-hook): Call new find-file-hook operation.
12243         * vc-arch.el: New file.
12245 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
12247         * info-look.el (info-lookup): Reuse an existing Info window.
12249 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12251         * woman.el (woman-preserve-ascii): Default value changed to t and
12252         doc string revised.
12254 2004-03-12  Richard M. Stallman  <rms@gnu.org>
12256         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12257         Fix minor bug.
12259         * replace.el (occur-engine): Change message for count of matches.
12261         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
12262         For strings, do compare text properties.
12264 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
12266         * progmodes/compile.el (compile-auto-highlight)
12267         (compilation-error-list, compilation-old-error-list)
12268         (compilation-parse-errors-function, compilation-parsing-end)
12269         (compilation-error-message, compilation-directory-stack)
12270         (compilation-enter-directory-regexp-alist)
12271         (compilation-leave-directory-regexp-alist)
12272         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
12273         (compilation-current-file, compilation-regexps): Remove vars.
12275         (compile-error-at-point, compilation-error-filedata)
12276         (compilation-error-filedata-file-name, compile-reinitialize-errors)
12277         (compilation-next-error-locus, compilation-forget-errors)
12278         (count-regexp-groupings, compilation-parse-errors)
12279         (compile-collect-regexps, compile-buffer-substring): Remove funs.
12281         (compile-internal): Make obsolete.
12283         (compilation-first-column, compilation-error)
12284         (compilation-directory-matcher, compilation-page-delimiter)
12285         (compilation-mode-font-lock-keywords, compilation-debug)
12286         (compilation-error-face, compilation-warning-face)
12287         (compilation-info-face, compilation-line-face)
12288         (compilation-column-face, compilation-enter-directory-face)
12289         (compilation-leave-directory-face, compilation-skip-threshold)
12290         (compilation-skip-visited, compilation-context-lines): New vars.
12292         (compilation-warning-face, compilation-info-face)
12293         (compilation-message-face): New faces.
12295         (compilation-error-regexp-alist-alist): New constant.
12297         (compilation-face, compilation-directory-properties)
12298         (compilation-assq, compilation-error-properties, compilation-start)
12299         (define-compilation-mode, compilation-loop)
12300         (compilation-set-window): New functions.
12302         (compile): Additional argument for interactive compiles like TeX.
12304         * progmodes/grep.el (kill-grep): Move here from compile.el
12305         (grep-error, grep-hit-face, grep-error-face)
12306         (grep-mode-font-lock-keywords): New variables.
12307         (grep-regexp-alist): Simplify regexp and add `binary' case.
12308         (grep-mode): New mode.
12309         (grep-process-setup): Simplify.
12311 2004-03-11  Jason Rumney  <jasonr@gnu.org>
12313         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
12314         letters on DOS/Windows.
12316 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12318         * server.el (server-name): New var.
12319         (server-socket-dir): New var to replace server-socket-name.
12320         (server-start): Use them.
12322 2004-03-11  Simon Josefsson  <jas@extundo.com>
12324         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
12325         died to avoid infloop.  Reported by Jonathan Glauner
12326         <jglauner@sbum.org>.
12328 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12330         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
12331         (smerge-mode-menu): Use it to deactivate menu entries.
12332         (smerge-keep-current): New fun.
12333         (smerge-keep-current): Use it.
12335 2004-03-10  John Paul Wallington  <jpw@gnu.org>
12337         * foldout.el (foldout-fold-list, foldout-modeline-string):
12338         Declare them as variables, not constants.
12340 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12342         * ps-print.el: Modification to print *Messages* buffer.
12343         (ps-print-version): New version 6.6.4.
12344         (ps-message-log-max): New fun.
12345         (ps-spool-without-faces, ps-spool-with-faces)
12346         (ps-count-lines-preprint): Code fix.
12348         * printing.el: New tips in Tips section.
12350 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12352         * delim-col.el: Doc fix.
12354         * printing.el: Doc fix.  New doc section (Tips).
12356 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12358         * type-break.el (type-break-emacs-variant): Remove.
12359         (type-break-run-at-time, type-break-cancel-function-timers):
12360         Use fboundp rather than version name and number.
12362 2004-03-09  Masatake YAMATO  <jet@gyve.org>
12364         * hexl.el (hexl-mode): Use `make-local-variable' instead of
12365         `make-variable-buffer-local'.
12367 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
12369         * find-dired.el (find-dired): Call `shell-command' instead of
12370         `start-process-shell-command'.  By this, Tramp takes over
12371         handling of remote directories.
12373 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12375         * newcomment.el (comment-use-global-state): New var.
12376         (comment-search-forward): Use it.
12378         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
12380         * cus-edit.el (fill) <defgroup>: Move to fill.el.
12382         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
12383         (enable-kinsoku): Make it a defcustom.
12384         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
12385         paragraph to same-comment-start-marker.
12387 2004-03-07  Dave Love  <fx@gnu.org>
12389         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
12390         (browse-url-mail): Use it.
12392         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
12393         (rfc2368-unhexify-string): Use replace-regexp-in-string.
12395 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12397         * woman.el (woman-man.conf-path): Doc fix.
12398         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
12400 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
12402         * sort.el (sort-columns): Remove ms-dos from the list of systems
12403         where the external `sort' command is not used.
12405 2004-03-07  Kim F. Storm  <storm@cua.dk>
12407         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
12408         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
12409         from overlay-arrow-variable-list.
12410         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
12412 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
12414         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
12415         overlay arrow string properly for the assembler buffer.
12417 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12419         * mail/sendmail.el (mail-mode): Fix last change.
12421 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
12423         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
12424         for the assembler buffer.
12425         (gdb-assembler-custom): Position the overlay arrow.
12426         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
12428 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12430         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
12432         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
12433         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
12435         * mail/sendmail.el (mail-mode): Set comment-start-skip.
12437         * newcomment.el (uncomment-region): Allow non-terminated comment.
12438         (comment-normalize-vars): Check the user-specified comstart marker.
12440 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12442         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
12443         Otherwise, do use it if the region only contains font-lock text
12444         properties.
12446 2004-03-04  Masatake YAMATO  <jet@gyve.org>
12448         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
12449         as the callback function for eldoc.
12450         (hexl-print-current-point-info): New function.
12451         (hexl-current-address): Print the address in both decimal
12452         and hexadecimal format.
12454 2004-03-04  Richard M. Stallman  <rms@gnu.org>
12456         * mail/rmail.el (rmail-convert-to-babyl-format):
12457         Specify t for UNIBYTE when calling mail-unquote-printable-region.
12459         * mail/mail-utils.el (mail-unquote-printable-region):
12460         New arg UNIBYTE.
12462         * startup.el (command-switch-alist): Doc fix.
12464         * simple.el (undo): Temporarily set this-command to `undo-start',
12465         then set it to `undo' once undo-start returns without error.
12467         * simple.el (minibuffer-history-sexp-flag): Doc fix.
12469         * simple.el (kill-line): Don't disregard trailing whitespace
12470         in eol condition, if show-trailing-whitespace is set.
12472         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
12473         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
12474         When disabling, restore old values only if mouse-sel-has-been-enabled.
12476         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
12477         (isearch-{-char): New function.
12478         (isearch-mode-map): Bind { to isearch-{-char.
12480         * font-lock.el (lisp-font-lock-keywords-2):
12481         Turn off the CL with-... and do-... general patterns.
12482         Instead, recognize several specific with... and do... constructs.
12484         * files.el (switch-to-buffer-other-window):
12485         Bind same-window-buffer-names and same-window-regexps to nil.
12486         (switch-to-buffer-other-frame): Likewise.
12488 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12490         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
12491         recognizing leading comment on code line.
12493 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12495         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
12496         hidden files/directories.
12498 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12500         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
12501         only comment-start (in case the mode hasn't set it).
12503         * Makefile.in (AUTOGENEL): New var.
12504         (bootstrap-prepare): Rename from bootstrap-clean.
12505         Don't remove elc files.
12506         (maintainer-clean): New target.
12508         * xml.el (xml-get-attribute-or-nil): Simplify.
12510 2004-03-02  Juri Linkov  <juri@jurta.org>
12512         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
12513         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
12514         URL to prevent their substitution with the environment variable
12515         values by browsers.
12517 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12519         * ps-print.el: Doc fix.
12520         (ps-print-version): New version number (6.6.3).
12521         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
12522         Docstring fix.
12523         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
12524         before printing.
12525         (ps-time-stamp-yyyy-mm-dd): New fun.
12526         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
12528 2004-03-02  Kim F. Storm  <storm@cua.dk>
12530         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
12532 2004-03-01  Juanma Barranquero  <lektu@terra.es>
12534         * allout.el (allout-rebullet-heading): Fix typo in docstring.
12536         * desktop.el (desktop-file-version)
12537         (desktop-after-read-hook): Fix typos.
12538         (desktop-clear-preserve-buffers): Remove redundant info in
12539         docstring already shown by the obsolescence message.
12540         (desktop-truncate, desktop-internal-v2s)
12541         (desktop-value-to-string): Change argument name to match docstring.
12543         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
12545         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
12546         docstring.
12548 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12550         * printing.el: Replace "As Is..." in PostScript file print/preview by
12551         "No Preprocessing...".  Suggested by Colin Marquardt
12552         <_marquardt_@zmd.de>.
12553         (pr-insert-section-4): Adjust buffer interface.
12555 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
12557         Version 2.0.39 of Tramp released.
12559         * net/tramp.el (tramp-handle-file-local-copy)
12560         (tramp-handle-write-region, tramp-open-connection-rsh):
12561         Variable name typo.  Small change.  From Patrick Tullmann
12562         <tullmann@flux.utah.edu>.
12563         (tramp-process-connection-type): New variable.
12564         (tramp-maybe-open-connection): Use it.
12565         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
12566         (tramp-touch): Set last-modified time of a remote file.
12567         (tramp-handle-write-region): Say which function is used when encoding.
12569 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
12571         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
12572         case of non-existing filename, too.  Reported by Christoph Bauer
12573         <c_bauer@informatik.uni-kl.de>.
12574         (tramp-smb-get-file-entries): The directory in question should
12575         have permissions "drwxrwxrwx".  Just virtual, because we don't
12576         know the real permissions.  Don't we know?
12577         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
12578         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
12579         (tramp-smb-wait-for-output): Optimize algorithm getting pending
12580         output.  If it was received chunkwise, there have been problems.
12581         Remove the "prompt not found" error message; it is obvious.
12582         Simplify algorithm.
12583         (tramp-smb-process-running): Remove.  Since we acknowledge the
12584         virtual prompt for shares, there's no need for distinction of
12585         reading shares (process ends afterwards) and interactive mode of
12586         smblient.
12587         (tramp-smb-open-connection): Setting process sentinel removed.
12588         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
12589         "NT_STATUS_NETWORK_ACCESS_DENIED".
12590         (tramp-smb-maybe-open-connection): Set `process-connection-type'
12591         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
12592         (top-level): Setting default value in `tramp-default-method-alist'
12593         corrected.  Order of USER and HOST have been wrong.
12594         Nobody complained for months ...
12595         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
12596         (tramp-smb-open-connection): Clear password cache if login has failed.
12598         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
12599         `tramp-unified-filenames'.
12600         (tramp-completion-mode): Make test for XEmacs explicitely.
12601         `event-to-character' can exists in Emacs packages too.
12602         Reported by Matt Swift <swift@alum.mit.edu>.
12603         (tramp-buffer-name): Buffer name must contain the user if exists.
12604         Reported by Adrian Phillips <a.phillips@met.no>.
12605         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
12606         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
12607         (tramp-do-copy-or-rename-file-out-of-band): Rename from
12608         `tramp-do-copy-or-rename-file-one-local', because it handles also
12609         the case both files use the same out-of-band method.
12610         Implementation added.
12611         (tramp-handle-file-local-copy, tramp-handle-write-region):
12612         Out-of-band handling removed.  `copy-file' called instead, which
12613         calls `tramp-do-copy-or-rename-file-out-of-band'.
12614         (tramp-action-password): Check for out-of-band method removed.
12615         This function is used for 'login-program.
12616         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
12617         appropriate.
12618         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
12619         and `tramp-parse-sknownhosts'.
12620         (tramp-completion-function-alist): It's a defvar now, because we
12621         want to apply the optimized `tramp-set-completion-function'
12622         instead of a static list.
12623         (tramp-set-completion-function): Implementation tuned.
12624         Avoid double entries, and entries where the function or the
12625         file/directory doesn't exist.
12626         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
12627         for SSH2.
12628         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
12629         (tramp-handle-dired-compress-file): New function.
12630         (tramp-async-proc): New variable.
12631         (tramp-handle-shell-command): Adding asynchronous processes.
12632         They are far from being perfect, but it works at least for
12633         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
12634         (top-level): Require password.el if visible.  Should be mandatory
12635         once No Gnus has found its way into (X)Emacs.
12636         (tramp-read-passwd): Invoke `password-read' if available,
12637         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
12638         fallback any longer.
12639         (tramp-clear-passwd): New function.
12640         (tramp-process-actions, tramp-process-multi-actions):
12641         Clear password cache if login has failed.
12643         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
12644         its own module.
12645         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
12646         `ange-ftp-ftp-name-res'.  There could be incorrect values from
12647         previous calls in case the "ftp" method is used in the Tramp file
12648         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12650 2004-02-28  Richard M. Stallman  <rms@gnu.org>
12652         * term.el (term-mouse-paste): Call mouse-set-point.
12654         * thumbs.el: New file.
12656 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12658         * progmodes/ebnf-abn.el: Doc fix.
12660         * progmodes/ebnf-bnf.el: Doc fix.
12661         (ebnf-repeat): Code fix.
12663         * progmodes/ebnf2ps.el: Doc fix.
12664         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
12666 2004-02-28  Juri Linkov  <juri@jurta.org>
12668         * ffap.el (dired-at-point): Additional writability test for
12669         relative directory names.
12670         (dired-at-point-prompter): Treat directories as a directory, get
12671         the directory component from files.
12672         (ffap-string-at-point): Return string from region if region is active.
12673         (ffap-file-at-point): Remove redundant code.
12675 2004-02-28  Kim F. Storm  <storm@cua.dk>
12677         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
12678         Initialize margin area images to nil.
12679         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12680         (breakpoint-enabled-bitmap-face)
12681         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12682         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12683         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12684         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12685         (gdb-reset): Use gdb-remove-breakpoint-icons.
12686         (gdb-put-string): Add dprop arg to specify alternative display
12687         property (for setting fringe bitmap).
12688         (gdb-remove-strings): Doc fix.
12689         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12690         icon in fringe (if available), or else as icon or text in display
12691         margin.  Creates necessary icons in breakpoint-bitmap,
12692         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12693         Also make left window margin if required.
12694         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12695         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
12696         no longer needed.
12697         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12698         gdb-put-breakpoint-icon.
12699         (gdb-assembler-mode): Don't set left-margin-width here.
12701 2004-02-27  Kevin Ryde  <user42@zip.com.au>
12703         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12704         comma, so that it DTRT in macros.
12706 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12708         * progmodes/sh-script.el (sh-shell-arg)
12709         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12710         (sh-leading-keywords, sh-other-keywords): Fix custom type.
12712 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
12714         * faces.el (face-spec-set-match-display): Add a new attribute,
12715         `min-colors'.
12716         (region, highlight, secondary-selection): Use `min-colors'.
12718         * custom.el (defface): Add documentation for `min-colors'.
12720         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12721         (font-lock-keyword-face, font-lock-function-name-face)
12722         (font-lock-variable-name-face, font-lock-constant-face):
12723         Use `min-colors'.
12725         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12727 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12729         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
12730         define assq-delete-all if it's not defined.
12731         (ebnf-generate-region): Code fix.
12733         * printing.el: Doc fix.
12734         (pr-version): New version number (6.7.2).
12735         (pr-command): Return empty string if command is an empty string.
12737 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12739         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12741         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
12742         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12743         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
12744         "tt" ["test"] ).  Reported by Markus Dreyer
12745         <mdreyer@ix.urz.uni-heidelberg.de>.
12746         (ebnf-version): New version number (4.0).
12747         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12748         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12749         (ebnf-delete-style): New commands.
12750         (ebnf-directory, ebnf-file): New funs.
12751         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12752         (ebnf-production-name-p, ebnf-stop-on-error): New options.
12753         (ebnf-syntax-alist): New var.
12754         (ebnf-element-width): New fun replacing ebnf-list-width.
12755         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12756         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12757         (ebnf-prologue): Adjust vars.
12758         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12759         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12760         (ebnf-check-style-values, ebnf-generate-production)
12761         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12762         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12763         (ebnf-token-repeat): Code fix.
12765         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
12766         %right, %left and %prec.  Suggested by Matthew K. Junker
12767         <junker@alum.mit.edu>.
12768         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12770         * progmodes/ebnf-iso.el: Doc fix.
12771         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12772         (ebnf-iso-lex): Code fix.
12774         * progmodes/ebnf-bnf.el: Doc fix.
12775         (ebnf-bnf-lex): Code fix.
12777         * progmodes/ebnf-otz.el: Doc fix.
12779 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12781         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
12782         (abbrev-prefix-mark): Doc fix.
12784 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
12786         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12787         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12788         (gdb-var-delete): Make interactive (really).
12789         (gdb-edit-value): Make non-interactive.
12791         * progmodes/gud.el (gud-speedbar-menu-items):
12792         Add gdb-var-delete and, indirectly, gdb-edit-value.
12793         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12794         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12795         (gud-gdb-marker-filter): Add comment for annotations.
12797 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12799         * calendar/calendar.el (generate-calendar)
12800         (calendar-read-date): Prevent display of BC calendars once more -
12801         reverts 2003-10-01 change.
12802         (generate-calendar-month): Doc fix.
12804 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12806         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12807         return value of increment-calendar-month.
12809 2004-02-21  Stephen Compall  <s11@member.fsf.org>
12811         * saveplace.el (save-place-forget-unreadable-files)
12812         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12813         (save-place-forget-unreadable-files): New function.
12814         (save-place-alist-to-file): Use it to filter out files that are
12815         no longer readable.
12817         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12818         current Texinfo environment, using the same method as in
12819         `texinfo-insert-@end', and insert a space rather than a newline if
12820         point in a @table environment.
12822 2004-02-21  Juri Linkov  <juri@jurta.org>
12824         * ffap.el (ffap-file-at-point): Try parent directories.
12826 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
12828         * vcursor.el (vcursor-modifiers): New defcustom.
12829         (vcursor-cs-binding): Use vcursor-modifiers instead of a
12830         hard-coded list.
12832 2004-02-21  Masatake YAMATO  <jet@gyve.org>
12834         * play/animate.el (animate-birthday-present): Accept names other
12835         than `Sarah', too.
12837 2004-02-21  Juri Linkov  <juri@jurta.org>
12839         * startup.el: Remove table of command line arguments from the
12840         Commentary section.
12842 2004-02-20  John Wiegley  <johnw@newartisans.com>
12844         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12845         again" modifier from 'e' to 'E', since 'e' is also used by the
12846         "file extension" modifier.
12848 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12850         * help-fns.el (describe-categories): Doc fix.
12852 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12854         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12855         temporary file for buffer already visiting one.  This change makes
12856         output likely to be directly usable by patch program.
12857         Suggested by Adrian Aichner  <adrian@xemacs.org>
12859 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
12861         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12862         case of variables defined in compound statements.
12863         (gdb-setup-windows, gdb-source-info, gdb-source-info):
12864         Simplify constructions using switch-to-buffer.
12866 2004-02-19  Simon Josefsson  <jas@extundo.com>
12868         * play/morse.el: Fix typo.
12869         (morse-code): Add @.
12871 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12873         * calendar/appt.el (appt-display-format): Change default to
12874         'ignore, for backwards compatibility.
12875         (appt-display-message): If appt-display-format is 'ignore,
12876         respect old vars appt-msg-window and appt-visible.
12877         (appt-activate): Don't depend on return value of cancel-timer.
12879         * calendar/calendar.el (calendar-holidays): Doc fix.
12881         * calendar/cal-coptic.el (coptic-prompt-for-date):
12882         Use assoc-string instead of assoc-ignore-case.
12883         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12884         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12885         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12886         * calendar/cal-islam.el (calendar-goto-islamic-date)
12887         (mark-islamic-diary-entries): Ditto.
12888         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12889         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12890         (calendar-read-mayan-tzolkin-date): Ditto.
12891         * calendar/calendar.el (calendar-read-date): Ditto.
12892         * calendar/diary-lib.el (mark-diary-entries): Ditto.
12894 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12896         * progmodes/executable.el (executable-command-find-posix-p):
12897         Fix choice of the directory.
12899 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
12901         * simple.el (interprogram-cut-function)
12902         (interprogram-paste-function, kill-new, kill-append):
12903         Doc fixes.
12904         (kill-region): Make it return nil.  Doc fix.
12905         (yank-pop): Make its argument optional.
12906         (yank): Make ARG `-' equivalent to `-1'.
12908 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
12910         * mail/rmail.el (rmail-get-new-mail): Don't reference
12911         rmail-use-spam-filter if rmail-spam-filter is not loaded.
12913 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
12915         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12916         if one of global-auto-revert-non-file-buffers or autorevert-mode
12917         is non-nil.
12919 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12921         * subr.el (delete-dups): A better implementation from Karl Heuer
12922         <kwzh@gnu.org>.
12924 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12926         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12927         correct place.
12928         * progmodes/icon.el (icon-indent-command): Ditto.
12929         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12931 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12933         * progmodes/grep.el (grep-compute-defaults): Undo change from
12934         2004-01-29: don't use executable-command-find-posix-p.
12936 2004-02-16  Richard Sharman  <rsharman@pobox.com>
12938         * hilit-chg.el: Use require instead of eval-and-compile.
12939         (highlight-compare-buffers): New function.
12941 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
12943         * man.el (Man-fontify-manpage): Render section headings in
12944         `Man-overstrike-face' even when overstrike was not used by man
12945         formatter for section headings.
12947 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
12949         * rmail-spam-filter.el: (vm-use-spam-filter)
12950         (rsf-min-region-length-added-to-spam-list): New variables.
12951         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12952         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
12953         spam testing.  Don't delete spam message if automatic deletion
12954         after output via variable rmail-delete-after-output is turned on.
12955         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12956         rsf-bbdb-dont-create-entries-for-spam.
12957         (check-field): New function, extracted from code in
12958         rmail-spam-filter to ease addition of header fields like content-type.
12959         (message-content-type): New variable to check the content-type:
12960         field added, also in defcustom of rsf-definitions-alist.
12961         (rmail-spam-filter): Replace repeated test code for header fields
12962         by calls to check-field; change the call to
12963         rmail-output-to-rmail-file such that rmail-current-message stays
12964         the same to avoid wrong deletion of unseen flags.
12965         (rsf-add-contents-type): New function to convert old format
12966         of rmail-spam-definitions-alist into new one.
12967         Change prefixes of all variables and functions from
12968         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12970 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12972         * loadhist.el (unload-hook-features-list): New defvar.
12974 2004-02-16  Dave Love  <fx@gnu.org>
12976         * loadhist.el (unload-feature): Doc fix.  Rename flist to
12977         unload-hook-features-list.
12979 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
12981         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12982         cookie.  Don't check if we are looking-at open-formula.
12984 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12986         * subr.el (match-string-no-properties): Use substring-no-properties.
12988 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12990         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12991         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12992         Use lower-case "rx" in all error message.
12994 2004-02-16  Dave Love  <fx@gnu.org>
12996         * emacs-lisp/rx.el (rx-or): Put group around result.
12997         (rx-constituents): Add backref.
12998         (rx-syntax): Add string-delimiter, comment-delimiter.
12999         (rx-categories): Add combining-diacritic.
13000         (rx-check-not, rx-greedy, rx): Doc fix.
13001         (rx-backref, rx-check-backref): New.
13003 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
13005         * newcomment.el (uncomment-region): Allow eob as comment end.
13007 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13009         * filecache.el: All message and error commands now use prefix
13010         "Filecache:" to make it easy to read *Messages* buffer.
13012 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13014         * autorevert.el: Add support to detect changed dired and VC buffers.
13015         (auto-revert-active-p, auto-revert-list-diff)
13016         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
13017         (auto-revert-handler, auto-revert-active-p): New functions.
13018         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
13019         and `auto-revert-active-p'.
13020         (eval-when-compile): Defvar dired-directory and vc-mode.
13021         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13022         (auto-revert-handler-vc): New functions.
13024 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13026         * progmodes/compile.el (compilation-directory): New defvar.
13027         (compile): Save current directory in compilation-directory.
13028         (recompile): Bind default-directory to compilation-directory if
13029         that is non-nil.
13031 2004-02-16  Dave Love  <fx@gnu.org>
13033         * newcomment.el (comment-insert-comment-function)
13034         (comment-region-function, uncomment-region-function): New.
13035         (comment-indent): Use comment-insert-comment-function.
13036         (uncomment-region): Use uncomment-region-function.
13037         (comment-region): Use comment-region-function.
13039         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
13041 2004-02-16  Richard Stallman  <rms@gnu.org>
13043         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
13044         loaddefs* and ldefs-boot*.
13046 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13048         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
13049         and email address at the beginning and end of the address.
13051         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
13052         anchored at the beginning of the email address.
13054 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
13056         * international/ccl.el (ccl-compile-write): Pass `left' to
13057         ccl-embed-code to generate correct code of write-expr-register.
13059 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
13061         * progmodes/grep.el (grep-compute-defaults): Fix typos.
13063 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13065         * x-dnd.el: Mention support for Motif in commentary.
13066         (x-dnd-handle-drag-n-drop-event): Ditto.
13068 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
13070         * ses.el: Use "ses--" prefixes for buffer-local variables.
13071         Use (point-min) instead of 1, even when we know the buffer
13072         is unnarrowed.
13073         (ses-build-load-map): Delete.  Distribute its content to defconst's for
13074         the three maps.
13075         (ses-menu, ses-header-line-menu): New menus.
13076         (ses-mode-map): Use them.
13077         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
13079 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
13081         * Makefile.in: Fix the CC Mode recompile kludge so it works
13082         when building in a different directory.
13084 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
13086         * simple.el (kill-new): Put yank-handler property on the entire string.
13088 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13090         * diff.el: Don't use compile any more, use diff-mode instead.
13091         (diff-regexp-alist, diff-old-file, diff-new-file)
13092         (diff-parse-differences, diff-process-setup): Remove.
13093         (diff-sentinel): New fun.
13094         (diff): Use it.  Run the process ourselves.
13095         Use diff-mode for the rest of the processing.
13097         * diff.el (diff): Simplify code handling `switch'.
13099 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13101         * pcvs-defs.el (cvs-menu): Add `tag'.
13103 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
13105         * simple.el (kill-append): Doc fix.
13107         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13108         Adapt outline-regexp to the new conventions for commenting out code.
13110 2004-02-11  John Paul Wallington  <jpw@gnu.org>
13112         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
13114 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13116         * diff.el (diff-switches): New fun.
13117         (diff, diff-backup): Use it.
13118         (diff): Clean up the args construction.  Use backquote.
13119         Use listp instead of consp to avoid putting a nil arg.
13120         (diff): Add a revert-buffer function.
13122 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13124         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
13125         handled by x-dnd-handle-file-name.
13126         (x-dnd-known-types): Add COMPOUND_TEXT.
13127         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
13128         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
13129         x-dnd-empty-state.
13130         (x-dnd-forget-drop): Ditto.
13131         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
13132         (x-dnd-handle-one-url): Return private when inserting text.
13133         (x-dnd-insert-ctext): New function.
13134         (x-dnd-handle-file-name): New function for FILE_NAME.
13135         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
13136         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
13137         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
13139 2004-02-10  Kenichi Handa  <handa@m17n.org>
13141         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
13142         instead of while loop.
13144 2004-02-10  Miles Bader  <miles@gnu.org>
13146         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
13148 2004-02-09  Kenichi Handa  <handa@m17n.org>
13150         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
13151         have end-of-line.
13153 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
13155         * Makefile.in: Added extra dependencies in the recompile target
13156         needed to cope with the compile time macro expansions in CC Mode.
13158 2004-02-09  Kim F. Storm  <storm@cua.dk>
13160         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
13161         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
13162         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
13163         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
13164         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
13165         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
13166         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
13167         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
13168         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
13169         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
13170         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
13172 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13174         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
13175         Don't allow shrink if there's a window on our right.
13177         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
13178         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
13179         Bring together declaration and initialization.
13180         (prolog-mode-variables): Don't set the syntax table.
13181         Don't set paragraph-start and comment-indent-function.
13182         Add /*..*/ to the comment regexps.
13183         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
13184         (prolog-mode-map): Don't bind TAB.
13185         (prolog-mode): Set the syntax table.
13186         (prolog-comment-indent): Remove.
13187         (inferior-prolog-mode-map): Initialize in the declaration.
13188         (inferior-prolog-mode-syntax-table)
13189         (inferior-prolog-mode-abbrev-table): New vars.
13190         (inferior-prolog-mode): Derive from comint-mode.
13191         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
13192         minibuffer windows.
13194         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
13195         in file names, as long as it is unabmiguous.
13197 2004-02-08  Andreas Schwab  <schwab@suse.de>
13199         * textmodes/reftex-toc.el
13200         (reftex-toc-load-all-files-for-promotion): Remove useless use of
13201         format.  Doc fix.
13203         * textmodes/refer.el (refer-find-entry-internal): Remove extra
13204         format string arguments.
13206         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
13207         string argument.
13209         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
13211         * play/zone.el (zone-call): Fix format string.
13213         * net/webjump.el (webjump-builtin): Add missing format string argument.
13215         * midnight.el (midnight-delay-set): Remove extra format string argument.
13217         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
13219         * hexl.el (hexl-insert-char): Add missing format string argument.
13221         * format.el (format-decode): Fix format string.
13223         * emulation/vi.el (vi-mode): Remove extra format string argument.
13224         (vi-repeat-last-search): Likewise.
13225         (vi-reverse-last-search): Likewise.
13226         (vi-goto-mark): Likewise.
13227         (vi-reverse-last-find-char): Likewise.
13228         (vi-repeat-last-find-char): Likewise.
13229         (vi-locate-def): Likewise.
13231         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
13233         * ediff-util.el (ediff-toggle-read-only): Remove extra format
13234         string argument.
13235         (ediff-toggle-regexp-match): Likewise.
13237         * dired-aux.el (dired-do-query-replace-regexp): Add missing
13238         format string argument.
13240         * calc/calc-map.el (calc-get-operator): Remove extra format
13241         string argument.
13243         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
13245         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
13246         string argument.
13248         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
13250         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
13252         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
13254         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
13255         (cl-struct-setf-expander): Likewise.
13257         * vc.el (with-vc-file): Fix unsafe uses of error.
13258         (vc-cancel-version): Likewise.
13260 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
13262         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
13263         thousands separator; fixes <class>:<line-number> regexp for
13264         non-english locales.
13266 2004-02-08  Andreas Schwab  <schwab@suse.de>
13268         * view.el (view-mode-enable): Revert previous change.
13270 2004-02-07  Kim F. Storm  <storm@cua.dk>
13272         * simple.el (line-number-at-pos): Rename from line-at-pos.
13273         Uses changed (what-line and vc-annotate-warp-version).
13275 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13277         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
13278         (diff-mode): Remove aborted attempt at support for compile.el.
13279         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
13281 2004-02-06  Andreas Schwab  <schwab@suse.de>
13283         * view.el (view-mode-enable): Add view-mode-map to
13284         minor-mode-overriding-map-alist.
13286 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13288         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
13290 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13292         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
13293         with point inside rather than after the paragraph.
13295 2004-02-04  Sam Steingold  <sds@gnu.org>
13297         * mail/smtpmail.el (smtpmail-try-auth-methods):
13298         Do not try authentication when no mechanism is available.
13299         Pass port-name as defaultport to `netrc-machine'.
13301 2004-02-04  Stephen Eglen  <stephen@gnu.org>
13303         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
13304         to show how minibuffer height can be constrained.
13306 2004-02-04  John Paul Wallington  <jpw@gnu.org>
13308         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
13310 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13312         * x-dnd.el: New file for drag and drop.
13314         * term/x-win.el: require x-dnd, set after-make-frame-functions
13315         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
13316         drag-n-drop event.
13318         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
13319         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
13320         (dired-dnd-handle-file): New functions for drag and drop support.
13321         (dired-mode): Initialize drag and drop if x-dnd present.
13323 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13325         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
13326         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
13327         (cperl-mode): Set fill-paragraph-function.
13328         (cperl-fill-paragraph): Make it non-interactive.
13330 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
13332         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
13334 2004-02-02  David Kastrup  <dak@gnu.org>
13336         * replace.el (perform-replace): Allow 'literal argument in
13337         regexp-flag to indicate literal replacement.
13338         (query-replace-regexp-eval): Use it.
13340 2004-02-01  Andreas Schwab  <schwab@suse.de>
13342         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
13344 2004-02-01  Stephen Eglen  <stephen@gnu.org>
13346         * info-look.el: Add support for maxima-mode.  Update commentary
13347         because info-lookup-symbol is now bound to C-h S.
13349 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
13351         * simple.el (edit-and-eval-command): Bind print-level and
13352         minibuffer-history-sexp-flag around call to read-from-minibuffer.
13353         Correct initial position in command-history.
13355 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
13357         * files.el (read-directory-name): Adapt the docstring to recent
13358         change in Fread_file_name.
13360 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
13362         * ses.el (ses-print-cell): If print format too wide for column
13363         width, truncate decimal places if that helps to avoid "#####" fill.
13364         * ses.el (ses-initial-column-width): Revert previous change.
13366 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13368         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
13369         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
13370         Add edebug info.
13371         (jit-lock-mode): Setup/cancel the new timer.
13372         (jit-lock-context-fontify): New fun.  Extracted from
13373         context fontification code of jit-lock-stealth-fontify.
13374         (jit-lock-stealth-fontify): Don't do context fontification any more.
13376         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
13377         (jit-lock-fontify-now): Handle the `quit' case.
13378         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
13380 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
13382         * progmodes/executable.el (executable-command-find-posix-p):
13383         New.  Check if find handles arguments Posix-style.
13385         * progmodes/grep.el (grep-compute-defaults):
13386         Use executable-command-find-posix-p.
13387         (grep-find): Check `grep-find-command'.
13389         * filecache.el (file-cache-find-posix-p): Delete.
13390         (file-cache-add-directory-using-find):
13391         Use `executable-command-find-posix-p'.
13393 2004-01-29  Dave Love  <fx@gnu.org>
13395         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13396         Iterate the hook function if arg is given.
13397         (mark-defun, narrow-to-defun): Change order of finding the limits.
13399         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
13400         (byte-compile-format-warn): New.
13401         (byte-compile-callargs-warn): Use it.
13402         (Format, message, error): Add byte-compile-format-like property.
13403         (byte-compile-maybe-guarded): New.
13404         (byte-compile-if, byte-compile-cond): Use it.
13405         (byte-compile-lambda): Compile interactive forms,
13406         just to make warnings about them.
13408 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
13410         * ses.el (ses-initial-column-width): Increase to 14, so it will
13411         work well with the default printer of "%.7g" for extreme values
13412         like "-1.234567e+07".
13414 2004-01-29  Kenichi Handa  <handa@m17n.org>
13416         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
13418 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
13420         * dos-w32.el: Added support for the `default-printer-name' function.
13422 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13424         * server.el (server-socket-name): Don't use the hostname in the
13425         socket name since /tmp is local to the host anyway.
13427         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
13428         robust check of widening and fix var-naming.
13430 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
13432         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
13433         or rmail-spam- to rsf- in all function and variable names.
13434         (rsf-min-region-to-spam-list): New variable.
13435         (rsf-bbdb-auto-delete-spam-entries): Rename from
13436         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
13437         scanned together with the recipients field for spam testing; Don't
13438         delete spam message if rmail-delete-after-output is non-nil;
13439         (rsf-check-field): New function, extracted from code in
13440         rmail-spam-filter to ease addition of header fields like
13441         content-type:;
13442         (message-content-type): New variable.  The content-type: field was
13443         added also in defcustom of rsf-definitions-alist;
13444         (rmail-spam-filter): Replace repeated test code for header fields
13445         by calls to check-field; change the call to
13446         rmail-output-to-rmail-file such that rmail-current-message stays
13447         the same to avoid wrong deletion of unseen flags.
13448         (rmail-use-spam-filter): Add autoload cookie.
13450 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
13452         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
13453         (file-cache-add-directory-using-find): Add Cygwin support.
13454         (file-cache-find-command-posix-flag): New user variable.
13456         * filecache.el (file-cache-add-directory): Check for
13457         directories an remove them from dir-files.
13459 2004-01-27  Richard M. Stallman  <rms@gnu.org>
13461         * man.el (Man-fontify-manpage): Clean up message.
13463 2004-01-27  Kenichi Handa  <handa@m17n.org>
13465         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
13466         (sentence-end): Define using sentence-end-without-space.
13468         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
13469         a sentence ends with one of a character in sentence-end-without-space.
13471 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13473         * font-lock.el (font-lock): Add jit-lock as explicit group member.
13474         (jit-lock): Group declaration moved to jit-lock.el.
13475         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
13476         when necessary.
13478         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
13479         (jit-lock-context-unfontify-pos): Rename from
13480         jit-lock-first-unfontify-pos.
13481         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
13483 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13485         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
13486         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
13487         (fortran-fill): When filling a string, adjust re-search-backward
13488         argument for special case of string just on fill-column.
13489         When filling non-string, allow one extra char if
13490         fortran-break-before-delimiters is non-nil.
13491         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
13492         Use fortran-break-delimiters-re and fortran-no-break-re to
13493         correctly handle cases such as "**".
13495         * progmodes/f90.el (f90-break-delimiters): Doc fix.
13496         (f90-no-break-re): Add some extra tokens.  Doc fix.
13498 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
13500         * mail/rmail-spam-filter.el:
13501         Use two semicolons as Commentary line prefix.
13502         Add ";;; Code:" stylized comment.
13503         Delete end-of-line whitespace.
13504         Wrap (require 'cl) with `eval-when-compile'.
13506 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
13508         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
13509         at the top level of vc.el.
13511 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
13513         * vc.el (vc-current-line): Function removed.  This is now done by
13514         the new function line-at-pos in simple.el.
13515         (vc-annotate-warp-version): Use line-at-pos instead of
13516         vc-current-line.
13518 2004-01-22  Kim F. Storm  <storm@cua.dk>
13520         * simple.el (line-at-pos): New defun.
13521         (what-line): Use it.  Optimize by only counting lines in narrowed
13522         region once.
13524 2004-01-22  Kenichi Handa  <handa@m17n.org>
13526         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
13527         point (register r1) only for charset mule-unicode-0100-24ff.
13529 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13531         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
13532         trailing white space and ensure a final newline.
13534         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
13535         Add autoload cookie.
13537 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
13539         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
13540         activate view-mode explicitly.
13542 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13544         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
13545         use clipboard first.
13547 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13549         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
13550         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
13551         (vc-mcvs-cvs): Remove.
13552         (vc-mcvs-command): Remove use of assert.
13554         * outline.el (outline-insert-heading): Tighten up match.
13555         (outline-demote, outline-move-subtree-down): Don't assume anything
13556         about outline-regexp.
13558         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
13559         (texinfo-show-structure): Explicitly add ^, and simplify.
13561 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
13563         * calendar/appt.el (appt-check): Restore usage of
13564         appt-issue-message deleted in previous change.
13565         (top-level): Activate package when loaded (needed for backwards
13566         compatibility).
13568 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13570         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
13571         following previous change to smtpmail-send-data.
13573 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
13575         * vc.el (vc-default-previous-version): Doc enhancement.
13576         (vc-default-next-version): New function.
13577         (vc-print-log): New arg FOCUS-REV.
13578         (vc-annotate-mode): Derive from view-mode.
13579         (vc-annotate): New args REVISION, DISPLAY-MODE.
13580         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
13581         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
13582         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
13583         (vc-annotate-show-diff-revision-at-line, vc-current-line)
13584         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
13586         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
13588 2004-01-19  Karl Berry  <karl@gnu.org>
13590         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
13591         or "TexInfo".
13593 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13595         * subr.el (delete-dups): New function.
13597 2004-01-19  Karl Berry  <karl@gnu.org>
13599         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
13600         with ^, since that's what texinfo-show-structure
13601         documentation says (plus it works much better in texinfo.txi).
13603 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
13605         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
13607 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
13609         * progmodes/which-func.el (which-function-mode): Don't cancel
13610         which-func-update-timer if not set.
13612 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
13614         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
13615         Remove spurious left square bracket in XX:XXam regexp.
13617 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13619         * progmodes/cc-defs.el: Do not require cl at run time.
13621 2004-01-16  Richard M. Stallman  <rms@gnu.org>
13623         * emacs-lisp/cl.el (cl-cannot-unload): New function.
13624         (cl-unload-hook): Defvar this to run cl-cannot-unload.
13626         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
13627         Call rmail-spam-filter.  Delete and expunge spam.
13628         Print number of spam messages deleted.
13629         Save and restore the deletion status of old messages when reading
13630         new mail with spam filter, so that expunging spam does not expunge
13631         msgs deleted by the user.
13632         (rmail-only-expunge): Add an optional argument dont-show to
13633         prevent showing message after expunge.
13635 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
13637         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
13638         * subr.el (declare): New macro.
13640 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
13642         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
13644 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13646         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13647         Test window-system rather than system-type (for X11/Mac).
13649 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
13651         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
13653 2004-01-12  Richard M. Stallman  <rms@gnu.org>
13655         * mail/rmail.el (rmail-convert-to-babyl-format):
13656         Use mail-unquote-printable-region.
13657         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13658         (rmail-hex-char-to-integer): Functions deleted.
13660         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13661         (mail-unquote-printable-region): New arg NOERROR.
13662         For invalid encoding, either signal an error to just return nil.
13664 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13666         * calendar/appt.el: Update copyright and commentary.
13667         (appt-issue-message): Make obsolete.
13668         (appt-visible, appt-msg-window): Make obsolete, in favour of
13669         appt-display-format.
13670         (appt-display-mode-line, appt-display-duration)
13671         (appt-display-diary, appt-time-msg-list, appt-mode-string)
13672         (appt-prev-comp-time, appt-display-count, appt-timer)
13673         (appt-convert-time): Doc change.
13674         (appt-disp-window-function, appt-delete-window-function):
13675         Use defcustom rather than defvar.
13676         (appt-display-format): New variable.
13677         (appt-display-message): New function with display code from appt-check.
13678         (appt-check): Add optional FORCE argument.  Doc change.
13679         Add appt-make-list to diary-hook if displaying diary.
13680         Remove checking of view-diary-entries-initially.
13681         Message display section removed to new function appt-display-message.
13682         (appt-display-window): Doc change.  Remove unused internal var
13683         this-buffer.  Do not beep, since appt-display-message does that.
13684         (appt-make-list): Doc change.  Use caar.
13685         (appt-sort-list): Simplify by using builtin sort function.
13686         (appt-update-list): New function for updating appts when diary is
13687         saved.
13688         (appt-activate): New autoloaded function to toggle package
13689         functionality.
13691         * calendar/cal-x.el: (calendar-one-frame-setup)
13692         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
13694         * calendar/calendar.el: Update copyright.
13695         (view-diary-entries-initially, european-calendar-style): Doc change.
13696         (calendar-setup): Make defcustom rather than defvar.
13697         (mark-visible-calendar-date): Initialize temp-face and faceinfo
13698         in let binding so local to function.
13700         * calendar/diary-lib.el: Update copyright.
13701         (diary, diary-entry-time): Doc change.
13702         (list-diary-entries): Doc change.  Trivial logic change.
13703         (fancy-diary-display): Restore make-face command mistakenly
13704         deleted 2003-05-08.
13705         (show-all-diary-entries): Allow to pop-up frame if needed.
13707 2004-01-09  John Paul Wallington  <jpw@gnu.org>
13709         * bindings.el (mode-line-change-eol): Add EVENT parameter.
13710         Temporarily select EVENT's window for changing eol type.
13712 2004-01-09  Deepak Goel  <deego@gnufans.org>
13714         * calendar/diary-lib.el (diary-entry-time):
13715         Also accept time in the form XX[.XX][am/pm/AM/PM].
13716         (fancy-diary-font-lock-keywords): Likewise.
13717         (diary-font-lock-keywords): Likewise.
13718         * calendar/appt.el (appt-add): Likewise.
13719         (appt-make-list): Likewise.
13720         (appt-convert-time): Likewise.
13722 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
13724         * gdb-ui.el (gdb-ann3): Revert previous change.
13725         (gdb-source-info): Allow for case of where compilation directory
13726         is not recorded.
13728 2004-01-08  John Paul Wallington  <jpw@gnu.org>
13730         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13732 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
13734         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13736         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13737         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13738         problems.
13739         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13741 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
13743         * files.el (write-file-functions, write-contents-functions):
13744         Clarify docstrings.
13746 2004-01-07  Kenichi Handa  <handa@m17n.org>
13748         * international/mule.el (set-auto-coding): Fix for the case that
13749         end-of-line is only CR.
13751 2004-01-07  Kim F. Storm  <storm@cua.dk>
13753         * subr.el (event-start, event-end): Doc fix.
13754         (posn-string, posn-image): New defuns.
13755         (posn-object): Return either image or string object.
13756         (posn-object-x-y): Return 8th element of position.
13757         (posn-object-width-height): New defun.
13759 2004-01-06  Andreas Schwab  <schwab@suse.de>
13761         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13762         output.
13764 2004-01-05  Karl Berry  <karl@gnu.org>
13766         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13767         / and *, too.
13769 2003-12-31  Simon Josefsson  <jas@extundo.com>
13771         * files.el (before-save-hook): Add.
13772         (basic-save-buffer): Use before-save-hook.
13774         * emacs-lisp/copyright.el: Fix comment to recommend
13775         before-save-hook instead of write-file-functions.
13777 2004-01-05  Richard M. Stallman  <rms@gnu.org>
13779         * finder.el (finder-commentary): Call delete-other-windows.
13781         * net/ange-ftp.el (ange-ftp-file-attributes):
13782         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13784 2004-01-04  Karl Berry  <karl@gnu.org>
13786         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13787         comment characters % and # in the copyright year notice,
13788         as well as ;.
13790 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
13792         * wid-edit.el (default): Define dummy :value-delete.
13793         Reported by Jesper Harder <harder@ifa.au.dk>.
13795 2004-01-03  Richard M. Stallman  <rms@gnu.org>
13797         * progmodes/compile.el (compile-internal): Use point, not point-min,
13798         for set-window-point.
13800         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13802         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13804         * progmodes/grep.el (grep-mode-map):
13805         Don't remap next-line, previous-line.
13807 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
13809         * speedbar.el (speedbar-edit-line): Change regexp to position
13810         the cursor on the first character of this line's button.
13812 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13814         * subr.el (functionp): Doc fix.
13816 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13818         * progmodes/idlwave.el (idlwave-make-tags):
13819         * textmodes/flyspell.el (flyspell-large-region):.
13820         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13821         * emulation/viper-util.el (viper-glob-unix-files):
13822         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13823         * man.el (Man-init-defvars):
13824         * jka-compr.el (jka-compr-call-process):
13825         * files.el (get-free-disk-space,insert-directory):
13826         * ediff-ptch.el (ediff-test-patch-utility):
13827         * ediff-diff.el (ediff-test-utility):
13828         * dired-aux.el (dired-check-process):
13829         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13830         test the return value of call-process, because it can be a string.
13832 2003-12-31  John Paul Wallington  <jpw@gnu.org>
13834         * bindings.el (completion-ignored-extensions): Add .pfsl.
13836 2003-12-31  Kim F. Storm  <storm@cua.dk>
13838         * ido.el (ido-nonreadable-directory-p): New defun to check for
13839         nonreadable directory without activating tramp (to avoid problems
13840         with checking incomplete tramp paths).
13841         (ido-set-current-directory, ido-file-internal)
13842         (ido-file-name-all-completions1): Use it.
13844 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13846         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13847         documentation if the anchor (or node) name is preceded by `info
13848         anchor' or `Info anchor' in addition to earlier `info node' and
13849         `Info node'.
13850         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13852 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13854         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13855         error in arguments to base64-decode-region.  Remove ^M characters
13856         after decoding base64.
13858 2003-12-30  Simon Josefsson  <jas@extundo.com>
13860         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
13861         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13862         have only been distributed with Emacs for some years.
13863         (texinfo-mode-hook): Customize.
13865 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13867         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13868         cleaner (suggested by Richard Stallman).
13870         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13871         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13872         file-name clashes on 8+3 DOS filesystems.
13874         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13875         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13876         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13877         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13878         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13879         file-name clashes on 8+3 filesystems.
13881         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13882         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13883         file-name clashes on 8+3 DOS filesystems.
13885 2003-12-29  Richard M. Stallman  <rms@gnu.org>
13887         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13888         Upcase the character.
13890         * textmodes/flyspell.el (mail-mode-flyspell-verify):
13891         Search for header separator alone on a line, literally,
13892         and search for it backward, not forward.
13893         (flyspell-abbrev-table): Always use global-abbrev-table
13894         if there is no local one.
13896         * progmodes/sh-script.el (sh-get-indent-info):
13897         Don't move point back if at bob.
13899         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13901         * play/handwrite.el (handwrite): Make the handwrite credit message
13902         a comment rather than an output command.
13904         * obsolete/sc.el: Display message that this file is obsolete.
13906         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13908         * mail/rfc822.el (rfc822-address-start): Declare variable.
13909         Renamed from address-start.  All uses changed.
13911         * term.el (term-exec): Set up sentinel.
13912         (term-sentinel): New function.
13913         (term-handle-exit): New function.
13915         * subr.el (assoc-ignore-case, assoc-ignore-representation):
13916         Use assoc-string, and mark them obsolete.
13917         (delay-mode-hooks): Mark as permanent local.
13919         * simple.el (sendmail-user-agent-compose): Use assoc-string.
13921         * register.el (copy-rectangle-to-register): Doc fix.
13923         * info.el (Info-insert-dir): Use assoc-string.
13925         * info-look.el (info-lookup): Use assoc-string.
13927         * frame.el (pop-up-frame-function): Use quote, not `function'.
13928         (frame-notice-user-settings): Calculate ADJUSTED-TOP
13929         copying with lists as coordinate values.
13931         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13933         * find-dired.el (kill-find): New command.
13934         (find-dired): Make buffer read-only.
13935         Set up a keymap with C-c C-k running kill-find.
13936         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13938         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13940         * filecache.el (file-cache-ignore-case): New variable.
13941         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
13943         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13944         (comint-dynamic-complete-as-filename): Rename local vars.
13945         (comint-dynamic-list-filename-completions): Likewise.
13947         * comint.el (comint-dynamic-list-completions-config): New var.
13948         (comint-dynamic-list-completions): Handle both SPC and TAB right.
13950         * comint.el (comint-file-name-chars): Add [].
13951         (comint-word): Use skip-chars-backward, not search.
13953         * shell.el (shell-file-name-chars): Add [].
13955         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13957         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13959         * generic.el (define-generic-mode): Doc fix.
13961 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13963         * files.el (kill-some-buffers): Doc fix.
13965 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
13967         * comint.el (comint-watch-for-password-prompt): Pass `string' as
13968         arg to send-invisible
13969         (send-invisible): Doc fix.  The argument is now a prompt, not the
13970         string to send.
13971         (comint-read-noecho): Doc fix.
13973 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
13975         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13976         "@", as required by some ISP hosting service.  Fix defcustom
13977         argument syntax errors that prevented use of customization.
13979 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13981         * xml.el (xml-get-attribute-or-nil): Doc fix.
13983 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
13985         * net/zone-mode.el (zone-mode): Use write-file-functions, not
13986         write-file-hooks.
13988 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13990         * autorevert.el (auto-revert-interval): Doc fix.
13992 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
13994         * xml.el (xml-get-attribute-or-nil): New function, like
13995         xml-get-attribute, but returns nil if the attribute was not found.
13996         (xml-get-attribute): Convert to defsubst, uses
13997         xml-get-attribute-or-nil.
13999 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14001         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14003 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
14005         * custom.el (custom-declare-theme): Use `value' when putting
14006         properties on `theme'.
14008 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14010         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
14011         for each yank-handler segment.
14012         (insert-for-yank-1): New function, with the body of the previous
14013         insert-for-yank.
14015         * textmodes/table.el (table-yank-handler): New defcustom.
14016         (table--put-cell-indicator-property): Put yank-handler property
14017         that indicates the yank handler for the table cell.
14019 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14021         * generic-x.el (etc-modules-conf-generic-mode): A more complete
14022         set of keywords.
14024 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14026         * international/mule-cmds.el (reset-language-environment)
14027         (set-language-environment): Don't invoke fontset-related functions
14028         if fontset-list is not fboundp.
14030 2003-12-29  Kenichi Handa  <handa@m17n.org>
14032         * international/mule-cmds.el (reset-language-environment):
14033         Call set-overriding-fontspec-internal with nil.
14034         (set-language-environment): Call set-overriding-fontspec-internal
14035         if the language environment specify `overriding-fontspec'.
14036         (language-info-alist): Doc added.
14038         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
14039         characters of mule-unicode-0100-24ff.
14040         (ccl-encode-windows-1251-font): New CCL program.
14041         ("Bulgarian"): Specify overriding-fontspec.
14042         ("Belarusian"): Likewise.
14044 2003-12-28  Sam Steingold  <sds@gnu.org>
14046         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
14047         parameter ID-FORMAT to conform with the 2003-11-30 patch.
14049 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
14051         * progmodes/gud.el (gud-gdb-command-name): Set default to
14052         "gdb --annotate=3".
14053         (gud-gdb-marker-filter): Look out for annotations.
14054         (gdb-first-pre-prompt): New variable.
14055         Remove trailing white space.
14057         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
14058         if necessary.
14059         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
14060         annotations are detected.
14061         (gud-gdba-marker-filter): Use global variable gud-marker-acc
14062         instead of a local one to allow transition from
14063         gud-gdb-marker-filter.
14064         Remove trailing white space.
14066 2003-12-27  Kim F. Storm  <storm@cua.dk>
14068         * ido.el: Handle non-readable directories.
14069         (ido-decorations): Add 9th element for non-readable directory.
14070         (ido-directory-nonreadable): New dynamic var.
14071         (ido-set-current-directory): Set it.
14072         (ido-read-buffer, ido-file-internal):
14073         (ido-read-file-name, ido-read-directory-name): Let-bind it.
14074         (ido-file-name-all-completions1): Return empty list for
14075         non-readable directory.
14076         (ido-exhibit): Print [Not readable] if directory is not readable.
14077         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
14078         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
14079         Use it.
14081 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
14083         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
14084         calls to directory-files-and-attributes and file-attributes.
14085         (ls-lisp-format): Remove system dependent handling of user and
14086         group id's.
14088 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
14090         * ffap.el (ffap-read-file-or-url): Revert previous change.
14092 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
14094         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
14095         new list of included files called `files-with-node-lines', that
14096         only have node lines.  This way @include commands can include any
14097         file, such as version and update files without node lines, not
14098         just files that are chapters.
14100 2003-12-25  Andreas Schwab  <schwab@suse.de>
14102         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
14103         file not found.
14105 2003-12-08  Miles Bader  <miles@gnu.org>
14107         * dired.el (dired-between-files): Always use dired-move-to-filename,
14108         which is more robust in non-english locales.
14110 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14112         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
14114 2003-12-24  Andreas Schwab  <schwab@suse.de>
14116         * shell.el (shell-file-name-quote-list): Add backslash.
14118         * comint.el (comint-quote-filename): Correctly handle backslash
14119         in comint-file-name-quote-list.
14121 2003-12-24  Kenichi Handa  <handa@m17n.org>
14123         * international/mule-cmds.el (set-default-coding-systems):
14124         Call ucs-set-table-for-input for all buffers that don't have local
14125         value of buffer-file-coding-system.
14127         * international/ucs-tables.el (ucs-set-table-for-input):
14128         If translation-table-for-encode is a symbol, get its
14129         translation-table property.
14131 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
14133         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
14134         to `completing-read' on a recently fixed bug.
14136         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
14137         instead of SPACE, to get the list of possible fringe modes.
14138         SPACE only works if both `partial-completion-mode' and
14139         `completion-auto-help' are nil.
14141         * complete.el (PC-is-complete-p): Delete.
14142         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
14143         calls to `test-completion'.
14145 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
14147         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
14148         to edit values when there are no children.
14150         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
14151         a mode called "Assembler" already exists.
14152         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
14153         (gud-watch): Use format option.  Remove font properties from string.
14154         (gdb-var-create-handler, gdb-var-list-children-handler):
14155         Don't bother about properties as there are none.
14156         (gdb-var-create-handler, gdb-var-list-children-handler)
14157         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
14158         with two arguments.
14159         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
14160         Let speedbar show value changes with a different font.
14161         (gdb-edit-value): New defun.
14162         (gdb-clear-partial-output, gdb-clear-inferior-io)
14163         (def-gdb-auto-update-handler): Use erase-buffer.
14164         (gdb-frame-handler): Display watch expressions in
14165         FUNCTION::VARIABLE format if required.
14167 2003-12-23  John Paul Wallington  <jpw@gnu.org>
14169         * info.el (Info-unescape-quotes, Info-split-parameter-string)
14170         (Info-goto-emacs-command-node): Doc fixes.
14172 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
14174         * cus-edit.el (custom-add-parent-links): Define "many".
14176 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
14178         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
14179         (widget-child-validate, widget-type-value-create)
14180         (widget-type-default-get, widget-type-match): New functions.
14181         (lazy): New widget.
14182         (menu-choice, checklist, radio-button-choice, editable-list)
14183         (group, documentation-string): Remove redundant (per 2003-10-25
14184         change) calls to `widget-children-value-delete'.
14185         (widget-choice-value-get, widget-choice-value-inline): Remove.
14186         (menu-choice): Update widget.
14188 2003-12-03  Kenichi Handa  <handa@m17n.org>
14190         * language/cyrillic.el: Register "microsoft-cp1251" in
14191         ctext-non-standard-encodings-alist.
14192         ("Bulgarian"): Add ctext-non-standard-encodings.
14193         ("Belarusian"): Likewise.
14195         * international/mule-conf.el (compound-text-with-extensions):
14196         Change the type to 2 (iso-2022 base).
14198         * international/mule.el (ctext-non-standard-encodings-alist):
14199         Change the format.
14200         (ctext-non-standard-encodings): New variable.
14201         (ctext-post-read-conversion): Fully re-written.
14202         (ctext-non-standard-designations-alist): Delete it.
14203         (ctext-non-standard-encodings-table): New function.
14204         (ctext-pre-write-conversion): Fully re-written.
14206 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
14208         * cus-edit.el (custom-add-parent-links): Add documentation links
14209         for parent, if the item has none of its own.
14211 2003-11-30  Richard M. Stallman  <rms@gnu.org>
14213         * dired-aux.el (dired-do-query-replace-regexp):
14214         Report files visited read-only.
14216 2003-11-30  Juri Linkov  <juri@jurta.org>
14218         * dired-aux.el (dired-compare-directories): New command.
14219         (dired-file-set-difference, dired-files-attributes): New functions.
14221 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
14222         Version 2.0.38 of Tramp released.
14224         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
14225         Charles Curley <charlescurley@charlescurley.com>.
14226         (tramp-multi-connection-function-alist): Add ssht entry which adds
14227         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
14228         Aichner.
14229         (tramp-get-method-parameter): New function to retrieve a method
14230         parameter.  This allows for omission of method parameters.
14231         Callers adjusted.
14233 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
14235         * net/tramp.el: Add new optional parameter ID-FORMAT to
14236         `file-attributes'.  Calls of `file-attributes' won't use this
14237         parameter for backward compatibility reasons.
14238         (tramp-perl-file-attributes): Add a new parameter to Perl script
14239         in order to handle uid/gid as strings, if desired.
14240         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
14241         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
14242         order to make the function more general.
14243         (tramp-handle-file-attributes): Replace proprietary optional
14244         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
14245         (tramp-handle-file-attributes-with-perl): Handle parameter
14246         NONNUMERIC if set.  This wasn't done in the past.
14247         (tramp-post-connection): Apply second parameter "$2" if
14248         `tramp-remote-perl' is called.
14250         * net/tramp-smb.el (tramp-smb-handle-delete-file):
14251         Correct cut'n'waste error (`filename' instead of `directory').
14252         (tramp-smb-handle-directory-files-and-attributes)
14253         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
14254         introduced parameter ID-FORMAT.
14255         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
14256         error (`directory' instead of `ldir').
14258         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
14259         `file-attributes' has a second parameter.  If yes, apply it with
14260         value "'integer".  Otherwise, don't use that parameter (default is
14261         integer format).
14263 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
14265         * help.el (help-map): Bind `display-local-help' to `C-h .'.
14266         (help-for-help): Add `C-h .' to the listed Help options.
14267         Remove trailing whitespace.
14269         * help-at-pt.el: New file.
14271 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
14273         * subr.el (noreturn, 1value): New macros for test coverage.
14274         See `testcover.el'.
14276         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
14278         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
14279         for macro `1value'.
14280         (testcover-1value): New function.  Checks that a 1value form
14281         actually returns only one value.  Requested by RMS.
14283 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
14285         * gdb-ui.el (gud-watch, gdb-var-create-handler)
14286         (gdb-var-list-children, gdb-var-list-children-handler)
14287         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
14288         gdb commands that use mi to keep them out of the command history.
14290 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14292         * cus-start.el (all): Add use-file-dialog.
14294 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14296         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
14298 2003-11-27  Kim F. Storm  <storm@cua.dk>
14300         * subr.el (posn-object-x-y): New defun.
14302 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14304         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
14305         Don't use `space' for \\\n.
14306         Be more selective as to which # are comment-starters.
14308 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
14310         * subr.el (number-sequence): Improve handling of floating point
14311         arguments (suggested by Kim Storm).  Allow negative arguments.
14313 2003-11-26  Kenichi Handa  <handa@m17n.org>
14315         * international/mule-cmds.el (standard-display-european-internal):
14316         Cancel the standard-display-table setting for ` and '.
14318 2003-11-26  Kim F. Storm  <storm@cua.dk>
14320         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
14321         New defcustoms to add ffap-like functionality to ido.
14322         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
14323         (ido-no-final-slash): New defun.
14324         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
14325         (ido-read-file-name): ): Toggle VC checking via
14326         vc-handled-backends instead of vc-master-templates.
14327         (ido-file-internal): Handle ido-use-url-at-point and
14328         ido-use-filename-at-point via code borrowed from ffap-guesser.
14329         Handle new ido-exit code ffap.
14330         (ido-sort-list): Ignore final slash when sorting file names.
14332 2003-11-25  Kim F. Storm  <storm@cua.dk>
14334         * emulation/cua-base.el (cua--standard-movement-commands):
14335         Add forward-sentence and backward-sentence.
14337 2003-11-25  Stephen Eglen  <stephen@gnu.org>
14339         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
14340         iswitchb-exit is set to 'usefirst when user selects buffer at head
14341         of list using RET.  (Selecting buffers at the head of the list was
14342         broken if the substring was also a complete buffername.)
14344 2003-11-23  Kim F. Storm  <storm@cua.dk>
14346         * progmodes/compile.el (grep-command, grep-use-null-device)
14347         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
14348         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
14349         (grep-regexp-alist, grep-program, find-program)
14350         (grep-find-use-xargs, grep-history, grep-find-history)
14351         (grep-process-setup, grep-compute-defaults)
14352         (grep-default-command, grep, grep-tag-default, grep-find)
14353         (grep-expand-command-macros, grep-tree-last-regexp)
14354         (grep-tree-last-files, grep-tree): Move grep variables, functions
14355         and commands to new file grep.el.
14356         (compilation-mode-map): Remove grep commands from Compile sub-menu.
14357         (compilation-process-setup-function): Doc fix.
14358         (compilation-highlight-regexp, compilation-highlight-overlay): New
14359         defvars used for highlighting current compile error in source buffer.
14360         (compile-internal): New optional args HIGHLIGHT-REGEXP and
14361         LOCAL-MAP which overrides compilation-highlight-regexp and
14362         compilation-mode-map for this compilation.
14363         Delay calling compilation-set-window-height until after running
14364         compilation-process-setup-function so it can buffer-local override
14365         compilation-window-height.
14366         Check buffer-local value of compilation-scroll-output.
14367         (compilation-set-window-height): Use buffer-local value of
14368         compilation-window-height.
14369         (compilation-revert-buffer): Don't pass (undefined)
14370         preserve-modes arg to revert-buffer.
14371         (next-error-no-select, previous-error-no-select): New commands.
14372         (compilation-goto-locus): Temporarily highlight current match in
14373         source buffer using compilation-highlight-regexp.
14375         * progmodes/grep.el: New file with grep code from compile.el.
14376         (grep): New defcustom group.
14377         (grep-window-height): New defcustom, like compilation-window-height.
14378         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
14379         (grep-scroll-output): New defcustom, like compilation-scroll-output.
14380         (grep-command, grep-use-null-device, grep-find-command)
14381         (grep-tree-files-aliases, grep-tree-ignore-case)
14382         (grep-tree-ignore-CVS-directories): Move to grep custom group.
14383         (grep-setup-hook): New hook variable.
14384         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
14385         (grep-last-buffer): New defvar, override compilation-last-buffer.
14386         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
14387         Call compile-internal with args highlight-regexp and grep-mode-map.
14389 2003-11-23  Kim F. Storm  <storm@cua.dk>
14391         * subr.el (event-start, event-end): Doc fix.
14392         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
14393         (posn-area, posn-actual-col-row, posn-object): New defuns.
14394         (posn-col-row): Simplify doc.  Rewrite to use cond.
14395         (posn-point): Also return buffer position for events outside text
14396         area (that info is now present in the event position).
14398         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
14399         mouse-set-point so that hscroll still works now that clicks on
14400         fringes generate specific mouse events.
14401         (mouse-set-point): Note that it now works in fringes and margins
14402         too due to new semantics of posn-point in fringes and margins.
14404         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
14405         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
14407 2003-11-20  Kim F. Storm  <storm@cua.dk>
14409         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
14410         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
14411         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
14412         to 100 for icons to avoid increasing line height when shown.
14414 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14416         * newcomment.el (comment-normalize-vars): Initialize properly if
14417         comment-start was nil.
14419 2003-11-19  Andreas Schwab  <schwab@suse.de>
14421         * simple.el (set-variable): Fix indentation.
14423 2003-11-17  Kenichi Handa  <handa@m17n.org>
14425         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
14426         Fix docstring.
14428 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14430         * international/latin1-disp.el (latin1-display): Fix docstring.
14432 2003-11-16  John Wiegley  <johnw@newartisans.com>
14434         * eshell/em-ls.el (eshell-ls-file): There are times with
14435         size-width is nil and uncomputed (when directories are created in
14436         dired, for example); in this case, 4 is reasonable default value,
14437         although it may caused skewed new entries (which could be avoided
14438         by returning the original value of 8 in all cases, but 99% of the
14439         time this is a waste of whitespace).
14441 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14443         * cc-engine.el (c-guess-continued-construct)
14444         (c-guess-basic-syntax): Check a little more carefully if it's a
14445         function declaration when an unknown construct followed by a block
14446         is found inside a statement context.  This avoids macros followed
14447         by blocks to be taken as function declarations.
14449         (c-guess-continued-construct): Change the analysis of a statement
14450         continuation with a brace open to `substatement-block', for
14451         consistency with recognized statements.
14453         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
14454         start is in a position so that `c-beginning-of-statement-1' jumped
14455         to the beginning of the same statement.
14457         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
14458         Don't accept binary operators in the arglist if we're in a function
14459         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
14460         template recognition in cases like "if (a < b || c > d)".
14462         (c-restricted-<>-arglists): New more appropriate name for
14463         `c-disallow-comma-in-<>-arglists'.
14465         Accessing functions updated for the variable name change.
14467         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
14468         match data could get clobbered if NOT-INSIDE-TOKEN is used.
14470         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
14471         labels.
14473         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
14474         instead of duplicating parts of it.  This fixes bogus label
14475         recognition.
14477         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
14478         of checking the context in which to apply the minimum indentation,
14479         so that it isn't enforced in e.g. namespace blocks.
14481         * cc-vars.el (c-inside-block-syms): New constant used by
14482         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
14483         to somewhat reduce the risk of becoming stale.
14485         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
14486         cc-cmds to cc-engine to allow use from cc-align.
14488         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
14489         qualified identifiers containing "::".
14491         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
14492         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
14494         * cc-vars.el (c-emacs-features): Use a space in front of the name
14495         of the temporary buffer.  That also avoids dumping problems in
14496         XEmacs due to undo info being left around after the buffer is killed.
14498         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
14499         arglist to see if it's a K&R style declaration.
14501         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
14502         before returning `knr-argdecl-intro'.
14504 2003-11-16  John Wiegley  <johnw@newartisans.com>
14506         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
14507         field in a long-listing always 8 characters, use `size-width',
14508         which has already been computed.
14510 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
14512         * subr.el (minor-mode-list): Add `hs-minor-mode'.
14514 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14516         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
14517         Support operation while narrowed, with `diff-restrict-view'.
14519 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14521         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14522         Take additional optional arg NARROWFUN.  For the generated functions:
14523         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
14524         include frags that arrange to check for and save narrowing state before
14525         the move and then conditionally call NARROWFUN after the move.
14527 2003-11-14  John Wiegley  <johnw@newartisans.com>
14529         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
14530         that was optional, but obviously missing based on surrounding code.
14532         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
14533         string arguments to numbers unless the whole argument was seen as
14534         a number.
14536 2003-11-14  Kenichi Handa  <handa@m17n.org>
14538         * international/mule.el (ctext-non-standard-encodings-alist):
14539         Fix coding systems.
14541 2003-11-10  Kenichi Handa  <handa@m17n.org>
14543         * language/kannada.el ("Kannada"): Add sample-text.
14545         * language/knd-util.el (kannada-compose-region)
14546         (kannada-compose-string, kannada-post-read-conversion):
14547         Add autoload cookie.
14549         * international/quail.el (quail-completion): Change the message
14550         "corresponding translations" to "corresponding characters".
14552 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14554         * descr-text.el (describe-char): Fix typo.
14556 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
14558         These changes are to support Kannada language/script.
14560         * Makefile.in (DONTCOMPILE): Add kannada.el.
14562         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
14564         * loadup.el: Preload kannada.el.
14566         * language/ind-util.el (ucs-kannada-to-is13194-alist)
14567         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
14568         New variables.
14570         * language/kannada.el: New file.
14572         * language/knd-util.el: New file.
14574 2003-11-07  Andreas Schwab  <schwab@suse.de>
14576         * progmodes/autoconf.el (autoconf-font-lock-keywords):
14577         Also highlight AH_*.
14579         * xml.el (xml-parse-dtd): Fix misplaced paren.
14581 2003-11-07  Kenichi Handa  <handa@m17n.org>
14583         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
14585 2003-11-05  Juri Linkov  <juri@jurta.org>
14587         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
14588         (desktop-buffer-file): Use saved buffer-file-coding-system
14589         for file reading.  Set auto-insert to nil to prevent automatic
14590         insertion into restored empty files.
14592 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
14594         * files.el (risky-local-variable-p): Make second argument optional.
14596 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14598         * subr.el (add-hook): Fix last change.
14600 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
14602         * mail/rmail.el (rmail-convert-to-babyl-format):
14603         If base64-decode-region signals an error, catch it and silently
14604         ignore it.
14606 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
14608         * xml.el (xml-parse-region): Allow comments to appear after the
14609         topmost element has closed.
14610         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
14611         (xml-ns-expand-attr): New functions to do namespace handling.
14612         (xml-intern-attrlist): Back-compatible handling of attribute names.
14613         (xml-parse-tag): Move namespace handling to separate functions.
14614         Now produces elements in the form ((:ns . "element") (attr-list)
14615         children) instead of ('ns:element (attr-list) children).
14616         (xml-parse-attlist): Fix attribute parsing.
14617         (xml-parse-dtd): Change parsing so that it produces strings
14618         instead of interned symbols.
14620 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
14622         * dired.el (dired-ls-sorting-switches): Doc fix.
14624 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
14626         * emacs-lisp/rx.el (rx-or): Fix the case of
14627         "(rx (and ?a (or ?b ?c) ?d))".
14629 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
14631         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
14632         (texinfo-format-region): Use it.
14633         (texinfo-format-buffer-1): Ditto.
14635 2003-11-01  Alan Mackenzie  <acm@muc.de>
14637         Changes to allow scrolling whilst in isearch mode:
14638         * isearch.el (isearch-unread-key-sequence): New function,
14639         extracted from isearch-other-meta-char.
14640         (top level): (put 'foo 'isearch-scroll) on all Emacs's
14641         "scrollable" standard functions.
14642         (isearch-allow-scroll): New customizable variable.
14643         (isearch-string-out-of-window, isearch-back-into-window)
14644         (isearch-reread-key-sequence-naturally)
14645         (isearch-lookup-scroll-key): New functions.
14646         (isearch-other-meta-char): Doc string and functionality enhanced.
14647         Now accepts a prefix argument.
14648         (isearch-lazy-highlight-window-end): New variable.
14649         (isearch-lazy-highlight-new-loop): Pay attention to the window's
14650         end (thru isearch-lazy-highlight-window-end), not only its start.
14652         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
14653         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
14654         (universal-argument, universal-argument-more, negative-argument)
14655         (digit-argument, universal-argument-other-key): Minor changes.
14657 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14659         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14660         recursively if the last message is deleted, thus avoiding an
14661         infinite loop.
14663 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14665         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14666         (tex-main-file): Don't add .tex if the extension is already present.
14667         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14669 2003-10-29  Lute Kamstra  <lute@gnu.org>
14671         * progmodes/octave-inf.el (inferior-octave-prompt):
14672         Recognize version number in prompt.
14674 2003-10-28  Dave Love  <fx@gnu.org>
14676         * international/characters.el: Fix some Unicode ranges.
14678 2003-10-28  Kenichi Handa  <handa@m17n.org>
14680         * disp-table.el (standard-display-8bit)
14681         (standard-display-default, standard-display-ascii)
14682         (standard-display-g1, standard-display-graphic)
14683         (standard-display-underline): Assure that standard-display-table
14684         is a display table.
14686 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14688         * simple.el (reindent-then-newline-and-indent): Delete space *after*
14689         reindenting the first line.
14691 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14693         * wid-edit.el (widget-default-delete): Always delete child widgets.
14695 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14697         * newcomment.el (comment-indent): Don't call indent-according-to-mode
14698         if the line has code.
14699         Don't try to line up with something that's too far left.
14701         * progmodes/octave-mod.el (octave-comment-start): Simplify.
14702         (octave-mode-syntax-table): Add % as a comment starter.
14703         (octave-point): Remove.
14704         (octave-in-comment-p, octave-in-string-p)
14705         (octave-not-in-string-or-comment-p, calculate-octave-indent)
14706         (octave-blink-matching-block-open, octave-auto-fill):
14707         Use line-(beginning|end)-position instead.
14709 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14711         * emacs-lisp/authors.el (authors-aliases): Add correct realname
14712         for Francesco Potort\e,Al\e(B.
14714 2003-10-23  Dave Love  <fx@gnu.org>
14716         * international/mule-cmds.el (locale-charset-to-coding-system):
14717         Don't rely on nil being a coding system.
14719         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14720         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14721         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14723 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
14725         * gdb-ui.el (gdb-current-language): New variable.
14726         (gdb-update-flag): Remove variable.
14727         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14728         (gdb-take-last-elt): Remove function.
14729         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14730         (gdb-post-prompt): Check for variable object changes here.
14732         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14733         object changes in gdb-ui.el.
14735 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14737         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14739         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14740         Don't check for foo*/ wildcard form here.
14741         (insert-directory): Recognize foo*/ as a wildcard.
14742         Separate wildcard-regexp variable from the arg, wildcard.
14744         * subr.el (add-hook): Correctly detect when make-local-hook was used.
14745         (remove-hook): Correctly handle strange cases about local hooks.
14747 2003-10-21  David Ponce  <david@dponce.com>
14749         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14750         argument REAL, to return a real number instead of a rounded
14751         integer value.  Define as inline function.
14752         (ruler-mode-right-fringe-cols): Likewise.
14753         (ruler-mode-scroll-bar-cols): New function.
14754         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
14755         (ruler-mode-right-scroll-bar-cols): Likewise.
14756         (ruler-mode-space): New function.
14757         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
14758         scroll bar mode and margins in a more robust way.
14760 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
14762         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14763         (antlr-c-init-language-vars): New function.
14764         (antlr-mode): Use it with cc-mode before v5.29.
14765         (antlr-c-common-init): Don't set some local vars here.
14766         (antlr-mode): Set them here.
14767         (antlr-c-forward-sws): New function alias.
14768         (antlr-mode): Redefine with cc-mode before v5.30.
14769         (antlr-skip-sexps): Use it.
14770         (antlr-skip-exception-part): Ditto.
14771         (antlr-skip-file-prelude): Ditto.
14772         (antlr-outside-rule-p): Ditto.
14773         (antlr-end-of-body): Ditto.
14774         (antlr-option-kind): Ditto.
14775         (antlr-insert-option-area): Ditto.
14776         (antlr-file-dependencies): Ditto.
14778 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14780         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14781         Move backward only if point was not inside an entry.
14783 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14785         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14787 2003-10-21  Juri Linkov  <juri@jurta.org>
14789         * compare-w.el: Automatically skip non-matching text to resync.
14790         (compare-windows-whitespace): Doc fix.
14791         (compare-windows-sync, compare-windows-sync-string-size)
14792         (compare-windows-recenter, compare-ignore-whitespace)
14793         (compare-windows-highlight, compare-windows-face): New variables.
14794         (compare-windows): Use compare-windows-sync.
14795         (compare-windows-highlight, compare-windows-dehighlight)
14796         (compare-windows-sync-regexp)
14797         (compare-windows-sync-default-function): New functions.
14799 2003-10-21  Juri Linkov  <juri@jurta.org>
14801         * diff.el (diff-parse-differences): Don't visit the files now;
14802         instead, just record the error locus.
14804 2003-10-21  Dave Love  <fx@gnu.org>
14806         * progmodes/cfengine.el: New file.
14808 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14810         * complete.el (PC-do-completion): Do not forget to use `pred' as the
14811         default-directory when completing file names.
14813 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
14815         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14816         followed by the word `face', it gets treated as a face, even if
14817         it is also defined as a variable or a function.
14819 2003-10-20  Dave Love  <fx@gnu.org>
14821         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14822         Avoid incf in macro expansion.
14824 2003-10-20  John Paul Wallington  <jpw@gnu.org>
14826         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14827         `evenp' so we don't implicitly require cl library at runtime.
14829 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
14831         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14832         (help-make-xrefs): Only make cross-references for faces if
14833         preceded or followed by the word `face'.  Do not make a
14834         cross-reference for variables without variable documentation,
14835         unless preceded by the word `variable' or `option'.  Update doc
14836         string accordingly.
14838 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14840         * progmodes/hideshow.el: Rewrite one-armed `if'
14841         constructs using either `when' or `unless'.
14842         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14844 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
14846         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14847         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14848         instead of 12x12.
14850 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
14852         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14853         message while converting to Babyl.
14855 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
14857         * allout.el (allout-mode): Doc fix.
14859 2003-10-16  Lute Kamstra  <lute@gnu.org>
14861         * subr.el (force-mode-line-update): Fix docstring.
14863 2003-10-14  Dave Love  <fx@gnu.org>
14865         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14866         (default-input-method): Add :link, improve :type.
14867         (locale-charset-language-names): Fix utf-8 pattern.
14868         (locale-charset-match-p, locale-charset-alist)
14869         (locale-charset-to-coding-system): New.
14870         (set-locale-environment): Deal with codeset part of locale specs.
14872 2003-10-14  Lute Kamstra  <lute@gnu.org>
14874         * fringe.el (fringe-mode): Use active voice in docstring.
14875         (set-fringe-style): Ditto.
14877 2003-10-13  Lute Kamstra  <lute@gnu.org>
14879         * fringe.el (fringe-mode): Fix docstring.
14880         (set-fringe-style): Ditto.
14882 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
14884         * ediff-mult.el (ediff-filegroup-action):
14885         Use ediff-default-filtering-regexp.
14887         * ediff-util.el (ediff-recenter): Don't call
14888         ediff-restore-highlighting twice.
14889         (ediff-select-difference): Set current difference.
14890         (ediff-unselect-and-select-difference): Add comment.
14892         * ediff.el (ediff-directories,ediff-directory-revisions)
14893         (ediff-directories3,ediff-merge-directories)
14894         (ediff-merge-directories-with-ancestor)
14895         (ediff-merge-directory-revisions)
14896         (ediff-merge-directory-revisions-with-ancestor):
14897         Use ediff-default-filtering-regexp.
14899 2003-10-12  Andreas Schwab  <schwab@suse.de>
14901         * international/mule-cmds.el (locale-charset-language-names):
14902         Simplify regex by removing unused grouping.
14904 2003-10-10  Dave Love  <fx@gnu.org>
14906         * bindings.el: Don't bind stop.
14908 2003-10-08  Miles Bader  <miles@gnu.org>
14910         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14911         face instead of attempting to emulate it.
14913 2003-10-07  Kenichi Handa  <handa@m17n.org>
14915         * international/mule-diag.el (list-coding-systems-1): List coding
14916         systems that are loaded automatically.
14918         * international/code-pages.el (iso-8859-11): Add autoload cookie.
14920         * international/mule.el (autoload-coding-system): New function.
14922 2003-10-07  Andreas Schwab  <schwab@suse.de>
14924         * log-edit.el (log-edit-changelog-entries): Prefer local value of
14925         change-log-default-name in the buffer visiting the file.
14927 2003-10-06  Dave Love  <fx@gnu.org>
14929         * files.el (find-file-hook): Customize.
14930         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14932         * bindings.el (completion-ignored-extensions): Remove .log.
14933         (global-map): Add again, open, stop keys.
14935 2003-10-05  Richard M. Stallman  <rms@gnu.org>
14937         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14938         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14939         Use sh-modify directly.
14940         (sh-select): Use sh-append, not eval.
14942         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14944         * info.el (Info-following-node-name): New function.
14946         * loadhist.el (unload-feature-special-hooks):
14947         Rename from loadhist-hook-functions.
14948         (loadhist-hook-functions): Now an alias.
14950 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
14952         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14953         file-name clashes on 8+3 filesystems.
14955         * Makefile.in (DONTCOMPILE, bootstrap-clean):
14956         Rename loaddefs-boot.el to ldefs-boot.el
14958         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14959         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14961 2003-10-03  Lute Kamstra  <lute@gnu.org>
14963         * info.el (Info-mode): Revert previous change.
14964         (Info-escape-percent): New function.
14965         (Info-fontify-node): Use it.
14967 2003-10-02  Andreas Schwab  <schwab@suse.de>
14969         * loaddefs-boot.el: Regenerated.
14971 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
14973         * ffap.el: Remove defadvice related code from CVS since `complete'
14974         provides a `PC-completion-as-file-name-predicate' variable that
14975         ffap can override.
14977 2003-10-02  Kenichi Handa  <handa@m17n.org>
14979         * international/utf-8.el (ccl-decode-mule-utf-8):
14980         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14982         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14983         * international/subst-big5.el: Likewise.
14984         * international/subst-gb2312.el: Likewise.
14985         * international/subst-ksc.el: Likewise.
14987 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
14989         * calendar/calendar.el (increment-calendar-month)
14990         (calendar-leap-year-p, calendar-absolute-from-gregorian)
14991         (generate-calendar, calendar-read-date, calendar-interval)
14992         (calendar-day-of-week): Handle years BC.
14993         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14995 2003-10-01  Dave Love  <fx@gnu.org>
14997         * language/cyrillic.el (cp1251): Alias for windows-1251.
14999         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
15000         bootstrap.
15002 2003-10-01  Lute Kamstra  <lute@gnu.org>
15004         * files.el: Fix typo.
15005         * imenu.el (imenu--generic-function): Docstring fix.
15007 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15009         * dired.el (dired-mode): Handle dired-directory as a list.
15011 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
15013         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
15015         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
15017         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
15018         Replace gud-display with gud-watch.
15019         (gud-speedbar-buttons): Add stuff for watching expressions
15020         in the speedbar when using M-x gdba.  Use dolist on old part
15021         of this function.
15023         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
15024         (gdb-update-flag): New variables.
15025         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
15026         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
15027         (gud-watch, gdb-var-create-handler) : New functions.
15028         (gdb-var-list-children, gdb-var-list-children-handler)
15029         (gdb-var-create-regexp, gdb-var-update-regexp)
15030         (gdb-var-list-children-regexp): New constants.
15031         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
15032         (gdb-annotation-rules): Reduce annotation set (level 3).
15033         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
15034         (gdb-post-prompt): Don't update GDB buffers every time speedbar
15035         updates.
15036         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
15037         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
15038         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
15039         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
15040         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
15041         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
15042         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
15043         (gud-display, gud-display1)
15044         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
15045         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
15046         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
15047         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
15048         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
15049         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
15050         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
15051         (gdb-display-display-buffer, gdb-toggle-display)
15052         (gdb-delete-display, gdb-expressions-popup-menu)
15053         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
15054         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
15055         to display buffer.
15057 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15059         * progmodes/ada-mode.el (ada-mode): Don't use advice.
15060         Instead, set which-func-functions.
15062         * progmodes/which-func.el (which-func-modes): Add ada-mode.
15063         (which-func-functions): New variable.
15064         (which-function): Use that.
15066         * info.el (Info-mode): Double each `%' in header line.
15068         * emacs-lisp/lisp-mnt.el (lm-with-file):
15069         When FILE is nil, run BODY in current buffer.
15071         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
15073         * help.el (describe-mode): Start with a brief list of minor modes.
15074         Find them thru minor-mode-list so as to find them all.
15075         Show them in alphabetical order.
15077         * mail/sendmail.el (mail-aliases): Doc fix.
15079         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
15081 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15083         * mail/rmailsum.el (rmail-make-summary-line-1):
15084         Change comma after last label to a space.
15085         (rmail-summary-font-lock-keywords): Adapt to that change.
15087 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
15089         * progmodes/scheme.el (scheme-mode-variables): When setting
15090         `font-lock-defaults', also specify that "#" should
15091         be interpreted with `word' syntax.
15092         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
15094 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
15096         * desktop.el: A lot of comments updated.
15097         (desktop-save-mode): Minor mode introduced.
15098         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
15099         (desktop-load-default): Function made obsolete.
15100         (desktop-locals-to-save): Variable made customizable.
15101         (desktop-read): Optional parameter `dirname' added.
15102         (desktop-change-dir, desktop-revert): Parameter `dirname' in
15103         `desktop-read' used.
15104         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
15106 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
15108         * whitespace.el (whitespace-clean-msg): Add user customizable message
15109         for displaying ``clean'' output.
15110         (whitespace-buffer): Use `whitespace-clean-msg'.
15111         (whitespace-global-mode): Fix typo.
15113 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
15115         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
15117 2003-09-29  Lute Kamstra  <lute@gnu.org>
15119         * bindings.el (mode-line-modes): Remove superfluous :propertize
15120         construct in initialization.
15121         (mode-line-position): Change cons cell into proper list in
15122         initialization.
15124 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15126         * international/mule.el (decode-coding-inserted-region): Use car
15127         of the return value of find-operation-coding-system.
15129 2003-09-29  Kenichi Handa  <handa@m17n.org>
15131         * descr-text.el (describe-char): Fix previous change.
15133 2003-09-28  Kenichi Handa  <handa@m17n.org>
15135         * descr-text.el (describe-char-display): New function.
15136         (describe-char): Pay attention to display table on describing how
15137         a character is displayed.
15139         * international/mule-cmds.el (encoded-string-description):
15140         Prepend "0x" to each encoded byte.
15142 2003-09-28  Andreas Schwab  <schwab@suse.de>
15144         * find-file.el (ff-special-constructs): Add autoload cookie.
15146 2003-09-28  Kevin Ryde  <user42@zip.com.au>
15148         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
15149         makeinfo appends to duplicate index entries.
15151 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
15153         * dired-x.el (dired-clean-tex): Doc fix.
15155         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
15156         using a Chinese tutorial.
15158 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15160         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
15161         between "MAIL FROM:" and "RCPT TO:" and the following address.
15163 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15165         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
15167 2003-09-28  David Ponce  <david@dponce.com>
15169         * recentf.el (recentf-initialize-file-name-history): New defcustom.
15170         (recentf-load-list): When `recentf-initialize-file-name-history'
15171         is non-nil, initialize an empty `file-name-history' with the
15172         recent list.
15174 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
15176         * man.el (Man-default-man-entry): Remove the leading `*' from the
15177         word at point.
15179 2003-09-26  Lute Kamstra  <lute@gnu.org>
15181         * bindings.el (mode-line-position): Mention size indication in
15182         docstring.
15184 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
15186         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
15188         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
15189         because it's autoloaded now.
15191 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
15193         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
15194         (sh-font-lock-keywords, sh-feature): Fix previous change of
15195         sh-feature to avoid infloop with sh-font-lock-keywords.
15197 2003-09-25  Kim F. Storm  <storm@cua.dk>
15199         * frame.el (frame-current-scroll-bars): New defun.
15201         * window.el (window-current-scroll-bars): New defun.
15203 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15205         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
15206         cause errors when the state cache contains info on parts that have
15207         been narrowed out.
15209 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15211         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
15212         `c-setup-paragraph-variables' has to be used when this variable is
15213         changed; it doesn't work to reinitialize the mode since that
15214         typically clobbers the variable.
15216         * progmodes/cc-styles.el (c-setup-paragraph-variables):
15217         Make it interactive.
15219 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15221         * progmodes/cc-fonts.el (c-font-lock-declarations):
15222         Fix recognition of constructors and destructors for classes whose
15223         names are matched by `*-font-lock-extra-types'.
15225         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
15226         followed by an identifier in C++ then it's a type.
15228 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15230         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
15231         problem that primarily affected XEmacs.  Don't use faces to find
15232         unterminated strings since Emacs and XEmacs fontify strings
15233         differently - this function should now work better in XEmacs.
15235 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15237         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
15238         `expand-abbrev' workaround which caused braces to misbehave inside
15239         macros.
15241         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
15242         handling.  This bug could cause interactive font locking to bail out.
15244 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15246         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15247         Handle paren-style types in Pike.  Also fixed some cases of
15248         insufficient handling of unbalanced parens.
15250 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
15252         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
15253         common shell prompts that are not common filename or URL characters.
15254         (ffap-file-at-point): Use the new regexp to strip the prompts from
15255         the file names.  This is an issue mostly for user prompts that
15256         don't have a trailing space and find-file-at-point is invoked from
15257         within a shell inside Emacs.
15259 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
15261         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
15262         stamps numerically, rather than textually.
15264 2003-09-24  Kenichi Handa  <handa@m17n.org>
15266         * language/devan-util.el (devanagari-post-read-conversion):
15267         * language/mlm-util.el (malayalam-post-read-conversion):
15268         * language/tml-util.el (tamil-post-read-conversion):
15269         Add autoload cookie.
15271         * international/utf-8.el (utf-8-post-read-conversion):
15272         Call post-read-conversion functions for Devanagari, Malayalam,
15273         and Tamil.
15275 2003-09-23  Dave Love  <fx@gnu.org>
15277         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
15279 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
15281         * progmodes/gud.el (perldb): Add gud-until to list of commands.
15282         Update gud-remove.
15284 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15286         * progmodes/sh-script.el (sh-mode-default-syntax-table):
15287         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
15288         (sh-mode-syntax-table-input): New variable.
15289         (sh-require-final-newline): Don't use eval.
15290         (sh-builtins, sh-leading-keywords, sh-other-keywords)
15291         (sh-variables, sh-font-lock-keywords): Don't use eval.
15292         (sh-set-shell): When setting require-final-newline,
15293         treat value = `require-final-newline' as don't change it.
15294         Set sh-mode-syntax-table locally based on
15295         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
15297         * progmodes/compile.el (compile-internal):
15298         Call compilation-set-window-height before setting window start.
15300 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
15302         * emacs-lisp/bytecomp.el (byte-compile-log-file):
15303         Clear out byte-compile-last-warned-form.
15305 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15307         * woman.el (woman-file-name, woman-follow-word):
15308         If current-word returns nil, use "".
15310         * simple.el (eval-expression): Bind standard-output in to-buffer case.
15312 2003-09-22  Richard M. Stallman  <rms@gnu.org>
15314         * emacs-lisp/lisp-mnt.el (lm-with-file):
15315         Don't visit the file, just use insert-file-contents in temp buffer.
15317 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
15319         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
15320         Add surrounding \\( and \\) around the header, as in
15321         for lm-history-header 'Change Log\\|History'.
15323 2003-09-22  John Paul Wallington  <jpw@gnu.org>
15325         * progmodes/ld-script.el: Add Commentary section,
15326         minor cleanup of file header.
15327         (ld-script-font-lock-keywords): Doc fix.
15328         (toplevel): Provide `ld-script' feature.
15330 2003-09-21  Kim F. Storm  <storm@cua.dk>
15332         * scroll-bar.el (set-scroll-bar-mode): Initialize to
15333         new built-in variable default-frame-scroll-bars.
15334         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
15335         scroll-bar-mode; notably, use it instead of t when we toggle
15336         scroll-bars on.
15337         (toggle-scroll-bar): Use default-frame-scroll-bars.
15339 2003-09-19  Masatake YAMATO  <jet@gyve.org>
15341         * pcvs.el (cvs-do-removal): Change the prompt depending on
15342         `filter' value.
15344 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
15346         * startup.el (command-line-1): Stop startup-echo-area-message
15347         being hidden by "Loading image..." message.
15348         (use-fancy-splash-screens-p, display-splash-screen):
15349         Move display-graphic-p test from latter to former.
15351         * progmodes/sh-script.el (sh-font-lock-keywords):
15352         Highlight escaped EOLs differently from other backslash constructs.
15354 2003-09-19  Richard M. Stallman  <rms@gnu.org>
15356         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
15357         New functions.
15358         (edebug-enter, edebug-outside-excursion): Use them.
15360         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
15361         Fix the condition for whether to print "In WHERE".
15363 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
15365         * finder.el (finder-mode-hook): New variable.
15366         (finder-mode): Run hook finder-mode-hook
15368 2003-09-18  Masatake YAMATO  <jet@gyve.org>
15370         * progmodes/ebrowse.el: Fix broken magic autoload comments.
15372 2003-09-17  Mario Lang  <mlang@delysid.org>
15374         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
15375         "p %e" to actually print the value in the GUD buffer.
15377 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
15379         From David Ponce <david.ponce@wanadoo.fr>:
15380         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
15381         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
15382         from loaddefs-boot.el if necessary.
15384 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
15386         * progmodes/gud.el (gud-find-class): Make jdb work again since
15387         cc-mode changed the syntactic information.
15389 2003-09-15  David Ponce  <david@dponce.com>
15391         * recentf.el: (recentf-exclude): Accept predicates too.
15392         (recentf-file-readable-p): New function.
15393         (recentf-include-p): Handle predicates in recentf-exclude.
15394         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
15395         (recentf-cleanup): Likewise.
15396         (recentf-save-list): Use write-file to handle backup of
15397         recentf-save-file.
15399 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
15401         * loaddefs-boot.el: Renamed from `loaddefs.el'
15402         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
15403         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
15404         necessary.
15406 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
15408         * electric.el (Electric-pop-up-window): For the `one-window' case,
15409         no longer disconcertingly move point in the original buffer.
15411 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15413         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
15415 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15417         * dired.el (dired-mode-map): Fix typo.
15419 2003-09-11  Richard M. Stallman  <rms@gnu.org>
15421         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
15423 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15425         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
15426         the function is less noisy.  Now only `kill-buffer' can ask questions.
15428 2003-09-10  Mario Lang  <mlang@delysid.org>
15430         * battery.el: Update Commentary and Copyright.
15431         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
15432         appear due to wrong ordering of the expressions in `or'.
15434 2003-09-09  Lute Kamstra  <lute@gnu.org>
15436         * misc.el (upcase-char): Fix docstring.
15437         (zap-up-to-char): New command.
15439 2003-09-08  David Ponce  <david@dponce.com>
15441         Ensure that recentf correctly updates the menu bar.
15442         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
15443         (recentf-menu-bar): New function.
15444         (recentf-clear-data): Use it
15445         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
15446         of easy-menu-change.
15448 2003-09-08  Lute Kamstra  <lute@gnu.org>
15450         * simple.el (size-indication-mode): New.
15451         * bindings.el (mode-line-position): Add buffer size indicator.
15453 2003-09-04  Mario Lang  <mlang@delysid.org>
15455         * battery.el (battery-linux-proc-acpi): New function.
15456         (battery-status-function): Modify default value calculation to also
15457         check for availability of ACPI.
15458         (battery-echo-area-format): Ditto.
15459         (battery-mode-line-format): Ditto.
15461 2003-09-06  Dave Love  <fx@gnu.org>
15463         * ielm.el (ielm-mode-hook): Add :options.
15465         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
15466         (eldoc-print-current-symbol-info): Use it.
15468 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
15470         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
15471         being displayed in GUD buffer.
15472         (gdb-idle-input-queue): Remove var.  Use just one queue.
15473         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
15474         Remove functions.  Use just one queue.
15475         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
15476         (gdb-invalidate-assembler, gdb-get-current-frame):
15477         Modify functions.  Use just one queue.
15479 2003-09-04  Dave Love  <fx@gnu.org>
15481         * cus-start.el: Add blink-cursor-alist.
15483         * ruler-mode.el (ruler-mode-fill-column-char)
15484         (ruler-mode-current-column-char): Use char-displayable-p,
15485         not window-system.
15487         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
15489         * language/european.el (windows-1252): Move from code-pages.
15491         * language/cyrillic.el ("Windows-1251"): Delete.
15492         ("Bulgarian", "Belarusian"): Remove `features'.
15493         (windows-1251): Move from code-pages.
15495         * international/mule-diag.el (non-iso-charset-alist):
15496         Remove `codepage' stuff.
15497         (print-designation, list-coding-systems-1): Output fixes.
15499         * international/code-pages.el (cp-make-translation-table)
15500         (cp-valid-codes): Made defsubsts.
15501         (cp-fix-safe-chars): Delete.
15502         (mule-diag): Don't require.
15503         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
15504         (top-level): Check for defined coding system when defining
15505         cp... aliases.  Change w32-add-charset-info test to avoid warning.
15506         (non-iso-charset-alist): Defvar when compiling.
15507         (cp-make-coding-system): Doc fix.
15509 2003-09-02  Jason Rumney  <jasonr@gnu.org>
15511         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
15512         line-ends from CVS before doing conversion.
15514 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
15516         * calendar/diary-lib.el (diary-header-line-flag)
15517         (diary-header-line-format): New variables.
15518         (list-diary-entries): Use them to set header line in simple diary.
15520         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
15521         other than font-lock-string-face to highlight backslashes.
15523 2003-09-01  Jason Rumney  <jasonr@gnu.org>
15525         * international/titdic-cnv.el (tit-read-key-value): Include \r in
15526         regexp.
15528 2003-09-01  Dave Love  <fx@gnu.org>
15530         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
15532         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
15533         and :help; also line and column numbers labels.
15535         * international/mule-util.el (char-displayable-p): Move from
15536         latin1-disp, rename and autoload.
15538         * international/latin1-disp.el (latin1-char-displayable-p):
15539         Now obsolete alias.  Replace uses with char-displayable-p.
15540         (latin1-display-ucs-per-lynx): Fix last change.
15542         * international/mule-cmds.el (standard-display-european-internal):
15543         Don't use char code for Latin-1 NBSP.
15544         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
15545         U+2018, U+2019 for `'.
15546         (select-safe-coding-system): Message fix.
15548 2003-09-01  Kenichi Handa  <handa@m17n.org>
15550         * international/fontset.el (setup-default-fontset): For Thai
15551         font, specify "*" family.
15553 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15555         * progmodes/compile.el (previous-error): Accept a prefix
15556         argument, similarly to next-error.
15558 2003-08-31  Masatake YAMATO  <jet@gyve.org>
15560         * pcvs.el (cvs-do-removal): Use = instead of eq to check
15561         the number of files.  Bind the number of files to a local
15562         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
15564 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
15566         * vc-hooks.el (vc-make-version-backup): Fix the change made on
15567         2003-07-26: msdos-long-file-names is a function, not a variable.
15569 2003-08-29  Richard M. Stallman  <rms@gnu.org>
15571         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
15572         Do nothing with mail-personal-alias-file if it is nil.
15574         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
15575         Do nothing if mail-personal-alias-file is nil.
15577         * term.el (term-exec-1): Bind coding-system-for-read.
15579         * dired.el (dired-mouse-find-file-other-window):
15580         Use dired-view-command-alist here, as in dired-view-file.
15581         (dired-view-command-alist): Use %s to substitute file name.
15582         Handle .ps_pages, .eps, .jpg, .gif, .png.
15584 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15586         * info.el (Info-mode-map): Bind S-tab and <backtab> to
15587         `Info-prev-reference', instead of M-tab.
15589 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
15591         * simple.el (blink-matching-open): Work correctly on chars that
15592         are designated as parens through the syntax-table text property.
15594 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
15596         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
15597         line break position in the middle of a non-kinsoku (e.g. latin)
15598         word, making it skip until either a space or a character with
15599         category "|".
15600         (kinsoku-longer): Test for end of buffer.
15602 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
15604         * mail/rmail.el (rmail-convert-to-babyl-format):
15605         Detect quoted-printable- and base64-encoded messages and decode them
15606         automatically.  Set the message's encoding from the charset=
15607         header, if any.  Decode base64-encoded messages in Mail format as well.
15609 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15611         * mail/smtpmail.el: Fix previous change.
15612         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
15613         calling smtpmail-via-smtp.
15614         (smtpmail-via-smtp): Add fall-back values for envelope-from.
15616 2003-08-26  John Paul Wallington  <jpw@gnu.org>
15618         * image.el (image-jpeg-p): Don't search beyond length of data.
15620 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15622         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
15623         misfeature in `expand-abbrev' which caused electric keywords like
15624         "else" to disappear if an open brace was typed directly afterwards.
15626 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15628         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
15629         mandatory in `define-widget'.
15631         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
15632         Don't align the operators "!=", "<=" and ">=" as assignment operators.
15634         (c-assignment-operators): New language constant that only contains
15635         the assignment operators.
15637         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
15639 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15641         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15642         Safeguard against unbalanced sexps.
15644 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
15646         * version.el (emacs-version): Check for gtk.  Include gtk version info.
15648 2003-08-25  John Paul Wallington  <jpw@gnu.org>
15650         * man.el (Man-default-man-entry): Don't whizz past the section
15651         number before looking for it.
15653 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
15655         * progmodes/gud.el (gud-display-line): Don't set window-point if
15656         source buffer is not visible.  (Only happens with M-x gdba.)
15658         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15659         documentation.
15660         (gdb-source, gdb-source-info): Update to assembler unnecessary
15661         as its done after each GDB command anyway.
15662         (gdb-pre-prompt): Use with-current-buffer.
15663         (gdb-insert-field): Add help-echo text.
15664         (gdb-invalidate-assembler): Re-display of assembler now done in
15665         gdb-info-breakpoints-custom.
15666         (gdb-info-breakpoints-custom): Force re-display of assembler to
15667         happen *after* update of breakpoints buffer.
15668         (gdb-display-source-buffer): Don't choke if gdb-source-window
15669         isn't visible.
15670         (gdb-put-string, gdb-put-arrow): Remove free variables.
15672 2003-08-24  John Paul Wallington  <jpw@gnu.org>
15674         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15676         * man.el (Man-default-man-entry): Strip text properties when
15677         snarfing parts of entry because `format' preserves properties.
15679 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15681         * files.el (file-newest-backup): Use `expand-file-name'.
15683         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15684         Allow the diary to pop up a new frame, if needed.
15686         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15687         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15688         (smtpmail-send-it): Make treatment of envelope-from consistent with
15689         sendmail.el.
15691         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15692         (sh-leading-keywords): Add the bash `time' reserved word.
15693         (sh-variables): Add some bash variables.
15694         (sh-add-completer): Fix nil branch of case statement.
15696 2003-08-24  Masatake YAMATO  <jet@gyve.org>
15698         * progmodes/ld-script.el: New file.
15700 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
15702         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15704 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
15706         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15707         Better explain obsolescence, and what to use instead.
15709 2003-08-23  Masatake YAMATO  <jet@gyve.org>
15711         * pcvs.el (cvs-do-removal): Show the deleted file name
15712         on the prompt.
15714 2003-08-20  Dave Love  <fx@gnu.org>
15716         * international/mule.el (make-coding-system)
15717         (set-buffer-file-coding-system): Doc fix.
15719         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15721         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15723         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15725         * international/utf-16.el: Add mime-text-unsuitable coding system
15726         properties.
15728         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15730         * cus-edit.el: Add some :links.
15731         (bib): Remove.
15733         * textmodes/bib-mode.el (bib): Add :group external.
15735 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
15737         * wid-edit.el (widget-echo-help): Make it handle expressions that
15738         evaluate to strings.
15740 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
15742         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
15744         Simplify selection of SQL products to define highlighting and
15745         interactive mode.  Includes detailed instructions on adding
15746         support for new products.
15748         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
15749         product for use in highlighting and interactive mode.
15750         (sql-interactive-product): New variable.  SQL product for
15751         sql-interactive-mode.
15752         (sql-product-support): New variable.  Specifies product-specific
15753         parameters to drive highlighting and interactive mode.
15754         (sql-imenu-generic-expression): Add more object types.
15755         (sql-sqlite-options): Correct comment.
15756         (sql-ms-program): Use "osql" rather than "isql".
15757         (sql-prompt-regexp, sql-prompt-length): Update comment.
15758         (sql-mode-menu): Add "Start SQLi session" entry.
15759         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
15760         (sql-mode-abbrev-table): Add abbreviations.  Support of
15761         SYSTEM-FLAG on define-abbrev.  Support was removed with last
15762         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15763         (sql-mode-font-lock-object-name): Add font-lock pattern for object
15764         names.
15765         (sql-mode-ansi-font-lock-keywords): Set as default value.
15766         (sql-mode-oracle-font-lock-keywords): Set as default value.
15767         Support Oracle 9i keywords.
15768         (sql-mode-postgres-font-lock-keywords): Set as default value.
15769         (sql-mode-linter-font-lock-keywords): Set as default value.
15770         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
15771         SQLServer 2000.
15772         (sql-mode-sybase-font-lock-keywords)
15773         (sql-mode-interbase-font-lock-keywords)
15774         (sql-mode-sqlite-font-lock-keywords)
15775         (sql-mode-strong-font-lock-keywords)
15776         (sql-mode-mysql-font-lock-keywords)
15777         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
15778         keywords.
15779         (sql-mode-font-lock-defaults): Update comment.
15780         (sql-product-feature): New function.  Returns feature associated
15781         with a product from `sql-product-support' alist.
15782         (sql-product-font-lock): New function.  Set font-lock support
15783         based on `sql-product'.
15784         (sql-add-product-keywords): New function.  Add font-lock rules to
15785         product-specific keyword variables.
15786         (sql-set-product): New function.  Set `sql-product' and apply
15787         appropriate font-lock highlighting.
15788         (sql-highlight-product): New function.  Set font-lock support
15789         based on a product.  Also set mode name to include product name.
15790         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15791         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15792         Use `sql-set-product'.
15793         (sql-highlight-ms-keywords)
15794         (sql-highlight-sybase-keywords)
15795         (sql-highlight-interbase-keywords)
15796         (sql-highlight-strong-keywords)
15797         (sql-highlight-mysql-keywords)
15798         (sql-highlight-sqlite-keywords)
15799         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
15800         (sql-get-login): Prompt in the same order as the tokens.
15801         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15802         (sql-product-interactive): New function.  Common portions of
15803         product-specific interactive mode wrappers.
15804         (sql-interactive-mode): Rewritten to use product features.
15805         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15806         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15807         (sql-db2, sql-linter): Use `sql-product-interactive'.
15808         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15809         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15810         (sql-connect-ingres, sql-connect-postgres)
15811         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15812         New functions.  Format command line parameters and invoke comint on
15813         the appropriate interpreter.  Code was in the corresponding
15814         `sql-xyz' function before.
15815         (sql-connect-ms): New function.  Support -E argument to use
15816         operating system credentials for authentication.
15818 2003-08-18  Kenichi Handa  <handa@m17n.org>
15820         * international/mule.el (encode-char): Fix for the ASCII case.
15822 2003-08-15  Kenichi Handa  <handa@m17n.org>
15824         * international/fontset.el (setup-default-fontset): Change "*" to
15825         nil in the specifications of font family.
15827 2003-08-18  Kim F. Storm  <storm@cua.dk>
15829         * kmacro.el (kmacro-keymap): Group related bindings in
15830         initialization for clarity.  Bind C-s to start macro.
15831         Remove C-r binding.
15832         (kmacro-initial-counter-value): New defvar to hold initial counter
15833         value in case we set the value before defining a macro.
15834         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15835         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15836         not defining or executing macro.  Doc fix.
15837         (kmacro-add-counter): Clear kmacro-initial-counter-value.
15838         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15839         temporarily view older elements on the macro ring without cycling
15840         the ring.
15841         (kmacro-display): Doc fix.
15842         (kmacro-exec-ring-item): New helper function.
15843         (kmacro-call-ring-2nd): Use it.
15844         (kmacro-call-ring-2nd-repeat): Doc fix.
15845         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15846         (kmacro-end-or-call-macro): Execute last viewed macro (using
15847         kmacro-exec-ring-item) from ring if this follows
15848         kmacro-view-macro.  This allows us to find a macro on the ring
15849         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15850         the ring to bring it to the head of the ring.
15851         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15852         Allow binding to reserved keys without specifying C-x C-k prefix.
15853         Ask for confirmation if entered key sequence is already bound to
15854         a non-macro command.
15855         (kmacro-view-macro): Repeating command will show older elements
15856         on the macro ring; C-k will execute the last viewed macro.
15857         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
15858         property from 'ring to 'head.
15860 2003-08-17  Alan Shutko  <ats@acm.org>
15862         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15863         keeping December out of the alist.
15865 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
15867         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15868         * calendar/calendar.el (calendar-mode-map): Bind it to key.
15869         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15870         (calendar-flatten): New function.
15871         (calendar-mouse-view-other-diary-entries)
15872         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15873         in the menu title and to show multi-line diary entries correctly
15874         in the menu.
15876 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
15878         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15879         defcustom, because the default was recently changed.
15881 2003-08-16  Richard M. Stallman  <rms@gnu.org>
15883         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15885         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15886         New subroutine, broken out of eval-last-sexp-1.
15887         (eval-last-sexp-1): Use eval-last-sexp-print-value.
15889         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15891         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15893         * simple.el (eval-expression): Use eval-last-sexp-print-value.
15895 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
15897         * progmodes/compile.el (compilation-error-regexp-alist):
15898         Add Java ANt error detection as described in document
15899         http://ant.apache.org/faq.html
15901 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
15903         * simple.el (backward-word, forward-to-indentation)
15904         (backward-to-indentation): Argument changed to optional.
15905         (next-line, previous-line): Use `or' instead of `unless'.
15907 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15909         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15910         instead of a constant.
15912 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
15914         * shell.el (shell): With prefix-arg, suggest a new buffer name.
15916 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
15918         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15919         (vc-sccs-workfile-version): Search the entire delta table, rather
15920         than just the first entry, because that might be a deleted version.
15922 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
15924         * menu-bar.el (menu-bar-options-menu): Supply a body for the
15925         [save-place] binding in the Options menu.  Have it require
15926         'saveplace' and then toggle the variable manually, to avoid an an
15927         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
15928         for the bug report.
15930 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
15932         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15933         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15934         (gdb-info-threads-custom): Add help-echo text.
15935         (gdb-display-back): Don't use purecopy.
15936         (gdb-info-breakpoints-custom, gdb-reset)
15937         (gdb-assembler-custom): Use display-images-p to test if breakpoint
15938         icons can be displayed.
15940 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
15942         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15944 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
15946         * bookmark.el (bookmark-completing-read):
15947         Return a string, instead of a list of one string.
15948         Use a popup menu if activated from the mouse.
15949         (bookmark-edit-annotation): Remove unused vars.
15950         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15951         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15952         to bookmark-completing-read.
15953         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15954         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15955         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15956         and erase-buffer.
15957         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15958         (bookmark-menu-jump, bookmark-menu-insert)
15959         (bookmark-popup-menu-and-apply-function)
15960         (bookmark-menu-popup-paned-bookmark-menu): Remove.
15961         (bookmark-menu-build-paned-menu): Remove by folding it into
15962         bookmark-menu-popup-paned-menu.
15963         (menu-bar-bookmark-map): Move the define-key statements here.
15964         Use the "non-menu" commands since they now pop up a menu if needed.
15965         (bookmark-exit-hook-internal): Simplify.
15967 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
15969         * reftex-toc.el (reftex-toc-rename-label): New function.
15970         (reftex-toc-check-docstruct): New function.
15972         * reftex.el (reftex-region-active-p): New function.
15974         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15975         regexp to find the \bibliography macro.
15977         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15978         which does not exist in LaTeX.
15979         (reftex-cite-format-builtin): Added amsrefs support.
15980         (reftex-toc-confirm-promotion): New option
15982         * reftex-toc.el
15983         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15984         (reftex-toc-demote, reftex-toc-promote)
15985         (reftex-toc-do-promote, reftex-toc-promote-prepare)
15986         (reftex-toc-promote-action, reftex-toc-extract-section-number)
15987         (reftex-toc-newhead-from-alist)
15988         (reftex-toc-load-all-files-for-promotion): New functions.
15989         (reftex-toc-help): Added description of new keys.
15990         (reftex-toc-split-windows-fraction): New option.
15991         (reftex-recenter-toc-when-idle): Search *toc* window on all
15992         visible frames.
15993         (reftex-toc): Additional parameter REUSE
15994         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
15995         with REUSE argument.
15996         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15997         the call of `reftex-toc'.
15998         (reftex-make-separate-toc-frame): New function .
15999         (reftex-toc-recenter): When called with triple prefix arg, call
16000         `reftex-make-separate-toc-frame' first.
16001         (reftex-toc-toggle-dedicated-frame): New command.
16002         (reftex-toc-quit): Adapted to delete frame when called in
16003         dedicated frame.
16005         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
16006         all enclosing macros.
16009 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16011         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
16012         first use.
16014 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16016         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
16018 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16020         * calendar/calendar.el (list-diary-entries-hook)
16021         (diary-display-hook, nongregorian-diary-listing-hook)
16022         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
16023         Add some customize options for these hooks.
16024         (calendar-abbrev-construct): Don't try to take a substring longer
16025         than the original string.
16027 2003-08-05  Richard M. Stallman  <rms@gnu.org>
16029         * emacs-lisp/testcover.el (noreturn): Report error if does return.
16030         (testcover-reinstrument-clauses): Doc fix.
16032         * emacs-lisp/warnings.el: Doc fixes, args renamed.
16033         (warning-type-format): Rename from warning-group-format.
16035         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
16036         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
16037         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
16038         to prevent warnings about defvar for an obsolete variable.
16040         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
16041         warning-group-format renamed to warning-type-format.
16043         * subr.el (read-passwd): Use clear-string instead of fillarray.
16045         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
16046         Use vconcat instead of concat.
16047         (edmacro-sanitize-for-string): New function.
16049 2003-08-05  Dave Love  <fx@gnu.org>
16051         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
16052         line-number-display-limit-width.
16054         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
16056 2003-08-05  Kenichi Handa  <handa@m17n.org>
16058         * international/code-pages.el: Don't require mule-diag.
16060         * international/mule-diag.el (non-iso-charset-alist):
16061         Add autoload cookie.
16063         * language/devan-util.el (dev-glyph-order): Add an entry for the
16064         glyph code #xC4.
16066 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16068         * calendar/calendar.el (diary-file, diary-file-name-prefix)
16069         (european-calendar-style, diary-date-forms)
16070         (calendar-day-name-array, calendar-month-name-array): Doc change.
16071         (generate-calendar-month): Adapt for new behaviour of
16072         `calendar-day-name' function.
16073         (calendar-abbrev-length, calendar-day-abbrev-array)
16074         (calendar-month-abbrev-array): New variables.
16075         (calendar-abbrev-construct): New function.
16076         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
16077         rather than fixing abbrevs at some width.  Calling syntax change.
16078         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
16079         (calendar-date-string): Adapt for new behaviours of
16080         `calendar-day-name' and `calendar-month-name' functions.
16082         * calendar/diary-lib.el (list-diary-entries): Adapt for new
16083         behaviour of `calendar-day-name' and `calendar-month-name' functions.
16084         (diary-name-pattern): Use abbrev arrays, rather than fixing
16085         abbrevs at three chars.  Calling syntax change.
16086         (mark-diary-entries): Adapt for new behaviours of
16087         `diary-name-pattern' and `calendar-make-alist' functions.
16088         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
16089         `diary-name-pattern' function.
16090         (font-lock-diary-date-forms): Use abbrev arrays, rather than
16091         fixing abbrevs at three chars.  Calling syntax change.
16092         (cal-hebrew, cal-islam): Require when compiling.
16093         (diary-font-lock-keywords): Adapt for new behaviour of
16094         `font-lock-diary-date-forms' function.
16096         * calendar/cal-hebrew.el: Reposition some code so defined before used.
16097         (calendar-hebrew-month-name-array-common-year)
16098         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
16099         (list-hebrew-diary-entries): Adapt for new behaviours of
16100         `calendar-day-name' and `add-to-diary-list' functions.
16101         (mark-hebrew-diary-entries): Adapt for new behaviours of
16102         `diary-name-pattern' and `calendar-make-alist' functions.
16104         * calendar/cal-islam.el (calendar-islamic-month-name-array):
16105         Add doc string.
16106         (list-islamic-diary-entries): Adapt for new behaviours of
16107         `calendar-day-name' and `add-to-diary-list' functions.
16108         (mark-islamic-diary-entries): Adapt for new behaviours of
16109         `diary-name-pattern' and `calendar-make-alist' functions.
16111         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
16112         `calendar-month-name' function.
16114         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
16116         * calendar/solar.el (solar-seasons-data): Move definition before use.
16118         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
16119         (cal-tex-LaTeX-hourbox): Move definition before use.
16121         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
16122         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
16123         lunar.el, solar.el
16124         (displayed-month, displayed-year): Define for compiler.
16126 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16128         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
16129         MODE.  Renamed from c-init-c-language-vars'.
16130         (c-initialize-cc-mode): Change accordingly.
16131         (c-common-init): Ditto.
16132         (c-mode): Ditto.
16133         (c++-mode): Use `c-init-language-vars-for'.
16134         (objc-mode): Ditto.
16135         (java-mode): Ditto.
16136         (idl-mode): Ditto.
16137         (pike-mode): Ditto.
16138         (awk-mode): Ditto.
16140 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16142         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
16143         or not the point moved.
16145         (c-search-decl-header-end): Don't trip up on operator identifiers
16146         in C++ and operators like == in all languages.
16148         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16149         Detect leading labels correctly.
16151 2003-08-02  Andreas Schwab  <schwab@suse.de>
16153         * textmodes/ispell.el: Don't redo key bindings on loading, put
16154         them only in loaddefs.el.
16155         * bookmark.el: Likewise.
16156         * dabbrev.el: Likewise.
16157         * emerge.el: Likewise.
16159         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
16160         has more than one member.
16162         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
16164 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16166         * lpr.el (printify-region): It was ending conversion before the
16167         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
16169 2003-07-31  John Paul Wallington  <jpw@gnu.org>
16171         * net/browse-url.el (browse-url-epiphany): Doc fix.
16173 2003-07-30  Kenichi Handa  <handa@m17n.org>
16175         * international/fontset.el (setup-default-fontset):
16176         Change registry names of Akurti fonts.
16178 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16180         * comint.el (comint-read-noecho): Use `clear-string' instead of
16181         `fillarray'.
16183 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
16185         * outline.el (outline-mode-hook): Add defvar.
16187 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
16189         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
16190         Restore assembler in source window if that is what has been selected.
16191         (menu): Add gdb-restore-windows to menu.  Make gdba
16192         specific menus only visible from gdba.
16194 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16196         * progmodes/compile.el (compilation-environment): New user variable.
16197         (compile-internal): Respect it.
16199 2003-07-23  Masatake YAMATO  <jet@gyve.org>
16201         * progmodes/gud.el (gdb-script-font-lock-keywords):
16202         Put `font-lock-function-name-face' on a symbol which includes
16203         `-' like `hook-run'.  Put font-lock-variable-name-face
16204         on a symbol starting with $.
16206 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
16208         * files.el (set-visited-file-name): Use truename for buffer-file-name.
16210 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16212         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
16214 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
16216         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
16217         Use with-no-warnings.
16218         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
16219         rather than to find-file-not-found-hook, which doesn't exist.
16221 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16223         * international/quail.el (quail-translate-key): Fix previous change.
16225 2003-07-25  John Paul Wallington  <jpw@gnu.org>
16227         * server.el (server-start): Check `server-process' is non-nil
16228         before killing it to avoid killing current buffer's process.
16230         * simple.el (choose-completion-string): Use `minibufferp';
16231         test `completion-reference-buffer' if `buffer' arg is nil.
16232         (push-mark): Use `when' and `unless'.
16233         (pop-mark): Use `when'.
16235         * mouse-sel.el (mouse-sel-get-selection-function):
16236         Check `x-last-selected-text-primary'.  Don't barf if it or
16237         `x-last-selected-text' aren't bound.
16239 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16241         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
16243 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
16245         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
16247 2003-07-23  John Paul Wallington  <jpw@gnu.org>
16249         * tooltip.el (defface tooltip): Inherit from variable-pitch.
16251 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16253         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
16254         string.  Defvar the derived hook.
16256         * macros.el (insert-kbd-macro): Escape double quote character.
16257         From Thomas W Murphy <twm@andrew.cmu.edu>.
16259 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
16261         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
16262         to match the specific mark rather than reusing comment-start-skip.
16264 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
16266         * progmodes/hideshow.el (hs-special-modes-alist):
16267         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
16269 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
16271         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
16272         value using ?\s.
16274 2003-07-21  John Paul Wallington  <jpw@gnu.org>
16276         * subr.el (with-selected-window): Add closing paren.
16278 2003-07-21  Richard M. Stallman  <rms@gnu.org>
16280         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
16281         (lisp-mode): Likewise.
16283         * subr.el (with-selected-window): Copy code form save-selected-window
16284         so as to call select-window with norecord arg.
16285         (dynamic-completion-table): Doc fix.
16286         (lazy-completion-table): Doc fix.
16288         * international/mule-cmds.el (set-locale-environment):
16289         langinfo renamed to locale-info.
16291         * international/mule.el (auto-coding-functions): Doc fix.
16293 2003-07-21  Kenichi Handa  <handa@m17n.org>
16295         * international/quail.el (quail-translate-key):
16296         Update quail-current-str correctly.
16298 2003-07-21  Andreas Schwab  <schwab@suse.de>
16300         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
16301         ?, to "_".
16303 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
16304         Version 2.0.36 of Tramp released.
16306         * net/tramp.el (tramp-default-password-end-of-line): Rename from
16307         tramp-password-end-of-line.
16308         (tramp-password-end-of-line): New method parameter.
16309         (tramp-get-password-end-of-line): Function to access method
16310         parameter `tramp-password-end-of-line', or variable
16311         `tramp-default-password-end-of-line' (default value).
16312         (tramp-methods): Add entries for new parameter
16313         tramp-password-end-of-line.
16314         (tramp-enter-password): Use new function
16315         `tramp-get-password-end-of-line'.
16316         (tramp-handle-insert-file-contents): Do not
16317         unconditionally inhibit the file operation file-local-copy, only
16318         do that when the inhibit-file-name-operation is currently
16319         insert-file-contents.  This fixes finding remote CVS-controlled
16320         files.  (It would barf on inserting the CVS/Entries file
16321         literally, because the file-local-copy handler wasn't called.)
16322         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
16323         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
16324         (tramp-initial-commands): New variable.
16325         (tramp-process-initial-commands): New function, using the variable.
16326         (tramp-open-connection-setup-interactive-shell): Call the new function.
16327         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
16328         method into the buffer name, never use nil.  Reported by Hanak
16329         David <dhanak@inf.bme.hu>.
16330         (tramp-open-connection-setup-interactive-shell): Erase buffer
16331         before sending "stty -onlcr".
16333         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
16335 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
16337         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
16339 2003-07-19  John Paul Wallington  <jpw@gnu.org>
16341         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
16342         (artist-draw-rect, artist-draw-square): Doc fixes.
16344         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
16346         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
16348 2003-07-19  Kenichi Handa  <handa@m17n.org>
16350         * international/kkc.el (kkc-show-conversion-list-update):
16351         Highlight the correct candidate in the message.
16353 2003-07-18  John Paul Wallington  <jpw@gnu.org>
16355         * simple.el (current-word): Don't include punctuation char when
16356         `really-word' arg is non-nil.
16358 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
16360         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
16361         moved to the directory obsolete.
16363 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
16365         * info.el (Info-menu-entry-name-re): Allow newlines in
16366         menu entry names.
16368         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
16369         syntax-ppss-after-change-function.
16370         (syntax-ppss-after-change-function): New alias.  Update uses.
16371         (syntax-ppss): Catch the case where the buffer is narrowed.
16373 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16375         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
16376         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
16378 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16380         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
16381         since it might be modified.
16383         * progmodes/cc-langs.el (c++-make-template-syntax-table)
16384         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
16385         names to these language constants.
16387 2003-07-15  Kim F. Storm  <storm@cua.dk>
16389         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
16390         All uses changed.
16392 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
16394         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
16395         Namespace support.
16397 2003-07-13  Juanma Barranquero  <lektu@terra.es>
16399         * frame.el (modify-all-frames-parameters): Reinstall (copyright
16400         papers received).
16402 2003-07-13  Karl Eichwalder  <ke@suse.de>
16404         * textmodes/po.el (po-find-charset): White space at the start of the
16405         Content-Type field body is non-mandatory.
16407 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16409         * textmodes/texinfo.el (texinfo-section-list):
16410         Append appendixsection; a synonym for appendixsec.
16412 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
16414         * man.el (Man-translate-cleanup): New.
16415         (Man-translate-references): Call `Man-translate-cleanup' to clean
16416         leading, trailing and middle spaces.
16418 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
16420         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
16421         Handle `dired-directory' being a list.
16423 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16425         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
16426         it doesn't exist.
16428 2003-07-12  Richard M. Stallman  <rms@gnu.org>
16430         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
16432         * progmodes/cc-defs.el (c-make-keywords-re):
16433         Don't use delete-duplicates.
16434         (c-lang-const): Don't use mapcan.
16436         * apropos.el (apropos-show-scores): Make it customizable.
16437         Document new meaning.
16438         (apropos): Compute scores from symbols.
16439         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
16441 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16443         * ps-bdf.el: Fix copyright line.
16444         (bdf-directory-list): Fix initialization code.
16446 2003-07-11  John Paul Wallington  <jpw@gnu.org>
16448         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
16449         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
16450         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
16452 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
16454         * emacs-lisp/ring.el (ring-elements): Doc fix.
16456 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16458         * calendar/timeclock.el (timeclock-relative)
16459         (timeclock-ask-before-exiting, timeclock-use-display-time):
16460         Doc changes.
16461         (timeclock-modeline-display): Give a message if
16462         `timeclock-use-display-time' is non-nil but `display-time-mode'
16463         is not active.
16465 2003-07-11  Kenichi Handa  <handa@m17n.org>
16467         * international/mule-cmds.el (set-language-environment):
16468         Set current-language-environment to the correct string.
16470 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16472         * ps-print.el: Print line number correctly in a region.  Reported by
16473         Tim Allen <timallen@ls83.fsnet.co.uk>.
16474         (ps-print-version): New version number (6.6.2).
16475         (ps-printing-region): Code fix.
16477 2003-07-10  John Paul Wallington  <jpw@gnu.org>
16479         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
16480         this function can be called from `add-completions-from-tags-table'.
16482 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
16484         * calendar/timeclock.el (timeclock-use-display-time)
16485         (timeclock-day-over-hook, timeclock-workday-remaining)
16486         (timeclock-status-string, timeclock-when-to-leave)
16487         (timeclock-when-to-leave-string, timeclock-log-data)
16488         (timeclock-find-discrep, timeclock-day-base)
16489         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
16490         (timeclock-modeline-display): Set the variable
16491         `timeclock-modeline-display'.
16492         (timeclock-update-modeline): Doc fix.  Respect value of
16493         `timeclock-relative'.
16495 2003-07-09  Richard M. Stallman  <rms@gnu.org>
16497         * textmodes/reftex-parse.el (reftex-all-document-files):
16498         Add autoload cookie.
16500         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
16501         (reftex-scanning-info-available-p): Add autoload cookie.
16503         * international/mule-cmds.el
16504         (set-display-table-and-terminal-coding-system): Delete duplicate
16505         aset on standard-display-table.
16507         * view.el (view-file): If existing buffer's major mode is special,
16508         don't go into view mode.
16510         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
16512 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16514         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
16515         buffer changes; there's third party code that calls this function
16516         directly.
16518 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16520         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
16521         (autodoc-font-lock-keywords): Don't byte compile on font lock
16522         initialization when running from byte compiled files.
16524 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16526         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16527         statement ends with auto-increment "++".
16529 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16531         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16532         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16533         these are changed, so declare them as variables and not constants.
16535 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
16537         * subr.el (dolist, dotimes): Doc fix.
16539 2003-07-08  Kim F. Storm  <storm@cua.dk>
16541         * international/mule-cmds.el
16542         (set-display-table-and-terminal-coding-system): Don't break
16543         bootstrap if standard-display-table isn't setup yet.
16545 2003-07-07  Richard M. Stallman  <rms@gnu.org>
16547         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
16548         Give it a doc string, and autoload it.
16550         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
16551         Use with-no-warnings.
16553         * info.el (Info-search): If find invisible text, search again.
16555         * isearch.el (search-whitespace-regexp): Add a shy group around it.
16557         * man.el (Man-name-regexp): Match + as part of name.
16559         * simple.el (visible-mode): Rename from vis-mode.
16560         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
16562         * simple.el (current-word): New arg REALLY-WORD specifies
16563         don't include punctuation chars.
16565         * emacs-lisp/debug.el (debug, debugger-env-macro):
16566         Use with-no-warnings while accessing and binding unread-command-char.
16568         * international/mule-cmds.el
16569         (set-display-table-and-terminal-coding-system): Use explicit loop
16570         instead of calling standard-display-default.
16572         * net/ange-ftp.el (ange-ftp-file-symlink-p):
16573         Use condition-case to catch error in ange-ftp-get-files.
16575         * net/browse-url.el (browse-url-browser-function):
16576         Add alternative for Epiphany.
16577         (browse-url-epiphany-program, browse-url-epiphany-arguments)
16578         (browse-url-epiphany-startup-arguments)
16579         (browse-url-epiphany-new-window-is-tab): New variables.
16580         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
16582         * progmodes/compile.el (compile-auto-highlight): Default now t.
16583         (compile): Doc fix.
16584         (compilation-next-error): Fix previous change.
16586         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
16588         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
16590 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
16592         * gdb-ui.el (gdb-source-info): Display current frame when
16593         attaching to an existing process.
16594         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
16595         while laying out windows when attaching to an existing process.
16597 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
16599         * info.el (Info-menu): Use Info-menu-entry-name-re.
16601 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
16603         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
16604         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
16606         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
16607         to match the same text.
16609 2003-07-06  John Paul Wallington  <jpw@gnu.org>
16611         * vc.el (vc-annotate-offset): Move defvar up.
16613 2003-07-06  Kim F. Storm  <storm@cua.dk>
16615         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
16616         This should fix the infinite loop when extracting menu names.
16618 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16620         * files.el (auto-mode-alist, interpreter-mode-alist):
16621         Remove entries to CC Mode modes to avoid duplicates; they are now added
16622         with autoload directives in cc-mode.el.
16624 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16626         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16627         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16628         these are changed, so declare them as variables and not constants.
16630         * progmodes/cc-mode.el: Fix some autoload problems: Try to
16631         ensure that the entry for ".c" extension comes before the one for
16632         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
16633         Fix incorrect entries that were added to `interpreter-mode-alist'.
16634         Move the autoload directives for AWK to the top level since they
16635         aren't recognized anywhere else.  Do not use the new AWK mode doc
16636         in the autoload form for the old AWK mode.
16638 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16640         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
16641         (bibtex-sort-ignore-string-entries): Default value t.
16642         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
16643         erroneously in previous version.
16644         (bibtex-string-files): Docstring reflects new parsing scheme.
16645         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
16646         docstring, add # as one of the chars to crush
16647         (bibtex-autokey-prefix-string, bibtex-autokey-names)
16648         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
16649         (bibtex-autokey-name-change-strings)
16650         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
16651         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
16652         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
16653         (bibtex-autokey-title-terminators)
16654         (bibtex-autokey-titlewords-stretch)
16655         (bibtex-autokey-titleword-ignore)
16656         (bibtex-autokey-titleword-case-convert)
16657         (bibtex-autokey-titleword-abbrevs)
16658         (bibtex-autokey-titleword-abbrevs)
16659         (bibtex-autokey-titleword-change-strings)
16660         (bibtex-autokey-titleword-length)
16661         (bibtex-autokey-titleword-separator)
16662         (bibtex-autokey-name-year-separator)
16663         (bibtex-autokey-year-title-separator)
16664         (bibtex-autokey-before-presentation-function)
16665         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16666         Fix docstring.
16667         (bibtex-strings, bibtex-reference-keys):
16668         Use lazy-completion-table and make-variable-buffer-local.
16669         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16670         (bibtex-braced-string-syntax-table)
16671         (bibtex-quoted-string-syntax-table): New variables.
16672         (bibtex-parse-nested-braces): Remove.
16673         (bibtex-parse-field-string): Use syntax table and forward-sexp.
16674         (bibtex-parse-association): Simplify.
16675         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16676         (bibtex-parse-field-text): Simplify.
16677         (bibtex-search-forward-field, bibtex-search-backward-field):
16678         argument BOUND can take value t.
16679         (bibtex-start-of-field, bibtex-start-of-name-in-field)
16680         (bibtex-end-of-name-in-field, bibtex-end-of-field)
16681         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16682         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16683         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16684         (bibtex-skip-to-valid-entry): Return buffer position of beginning
16685         and ending of entry.  Update for changes of bibtex-search-entry.
16686         Simplify.
16687         (bibtex-map-entries): FUN is called with three arguments.
16688         (bibtex-search-entry): Return a cons pair with buffer positions of
16689         beginning and end of entry.
16690         (bibtex-enclosing-field): Simplify.
16691         (bibtex-format-entry): Use booktitle to set a missing title.
16692         (bibtex-autokey-get-names): Fiddle with regexps.
16693         (bibtex-generate-autokey): Use identity.
16694         (bibtex-parse-keys): Use simplified parsing algorithm if
16695         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
16696         arguments.  Return alist of keys.
16697         (bibtex-parse-strings): Simplify.  Return alist of strings.
16698         (bibtex-complete-string-cleanup): Fix docstring.
16699         (bibtex-read-key): New function.
16700         (bibtex-mode): Fix docstring.  Do not parse for keys and
16701         strings when the mode is entered.  Set fill-paragraph-function to
16702         bibtex-fill-field.  Setup font-lock-mark-block-function the way
16703         font-lock intended.
16704         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
16705         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16706         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16707         (bibtex-Preamble): Avoid hard coded constants.
16708         (bibtex-make-field): Fix docstring.  Simplify.
16709         (bibtex-beginning-of-entry): Always return new position of point.
16710         (bibtex-end-of-entry): Rearrange cond clauses.
16711         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16712         Update for changes of bibtex-map-entries.
16713         (bibtex-ispell-abstract): Do not move point.
16714         (bibtex-entry-index): Use downcase.  Simplify.
16715         (bibtex-lessp): Handle catch-all.
16716         (bibtex-find-crossref): Turn into a command.
16717         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
16718         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
16719         preamble entries.
16720         (bibtex-fill-field-bounds): New function.
16721         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
16722         (bibtex-fill-entry): Use bibtex-fill-field-bounds
16723         (bibtex-String): Use bibtex-strings.  Always obey
16724         bibtex-sort-ignore-string-entries.
16726 2003-07-05  John Paul Wallington  <jpw@gnu.org>
16728         * cus-theme.el (customize-create-theme):
16729         Call `customize-create-theme' in Reset widget's notify function.
16731         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16732         (ibuffer-mark-interactive): Use `or' instead of `unless'.
16733         (define-ibuffer-column name): Add summarizer.
16734         (define-ibuffer-column size): Likewise.
16735         (define-ibuffer-column filename): Likewise.
16736         (define-ibuffer-column process): Likewise.  Change BODY's output too.
16737         (define-ibuffer-column filename-and-process): Likewise, likewise.
16738         (ibuffer): Remove local vars `already-in' and `need-update'.
16740         * ibuf-ext.el: Don't require `derived' at compile-time.
16742 2003-07-05  Kim F. Storm  <storm@cua.dk>
16744         * info.el: Disable paragraph refilling.
16745         (Info-refill-paragraphs): New defcustom.
16746         (Info-fontify-node): Use it.
16748 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
16750         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16751         thingies from constructors created by defstruct.
16753         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16754         the default value of the variable.
16755         (byte-code-meter): Move declaration to top level.
16757         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16759         * info.el (Info-following-node-name-re): New fun.
16760         (Info-following-node-name): Remove.
16761         (Info-insert-dir): Use the new fun.
16762         (Info-extract-pointer): Don't save restriction; use new fun.
16763         (Info-menu-entry-name-re): New const.
16764         (Info-menu-entry-name-re): Use it along with new fun.
16765         (Info-node-spec-re): Use new fun.
16766         (Info-complete-menu-item, Info-fontify-node): Use new const.
16767         (Info-goto-node, Info-follow-reference, Info-menu-update):
16768         Use match-string.
16769         (Info-follow-reference): Use assoc-string.
16770         Use a list of strings for the completion table.
16771         (Info-fontify-node): Use match-string, line-end-position.
16772         Limit the search for `node:' to the first line.
16774         * newcomment.el (uncomment-region): Remove padding coming from
16775         comment-start rather than just from comment-padding.
16777         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16778         (vc-cvs-stay-local-p): Use vc-stay-local-p.
16779         (vc-cvs-rename-file): Remove (use the default).
16780         (vc-cvs-register): Register parent dir if needed.
16781         (vc-cvs-could-register): Return non-nil if parent can be registered.
16782         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16783         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16785         * vc-svn.el (vc-svn-use-edit): Make it into a const.
16786         (vc-svn-update): Fix the arguments to `svn'.
16787         (vc-svn-diff-tree): Just use `vc-svn-diff'.
16788         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16789         Simple implementations, assuming `name' is a URL.
16791         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16792         set of chars allowed unquoted in a case pattern.
16794         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16796         * font-lock.el (font-lock-extra-types-widget)
16797         (c-font-lock-extra-types, c++-font-lock-extra-types)
16798         (objc-font-lock-extra-types, java-font-lock-extra-types)
16799         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16800         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16801         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16802         (font-lock-match-c++-structor-declaration)
16803         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16804         (c++-font-lock-keywords-3, c++-font-lock-keywords)
16805         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16806         (objc-font-lock-keywords-3, objc-font-lock-keywords)
16807         (java-font-lock-keywords-1, java-font-lock-keywords-2)
16808         (java-font-lock-keywords-3, java-font-lock-keywords)
16809         (java-font-lock-syntactic-face-function): Remove obsolete code
16810         and constants.  It's all in cc-fonts.el now.
16812 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
16814         * mail/sendmail.el (mail-specify-envelope-from)
16815         (mail-envelope-from): Doc fix.
16817 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
16819         * generic-x.el: Do away with the dependency on `c-emacs-features'
16820         when populating `rul-generic-mode-syntax-table'; we already know
16821         this isn't XEmacs.
16823 See ChangeLog.10 for earlier changes.
16825 ;; Local Variables:
16826 ;; coding: iso-2022-7bit
16827 ;; End:
16829     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
16830   Copying and distribution of this file, with or without modification,
16831   are permitted provided the copyright notice and this notice are preserved.
16833 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1