Replace lisp-indent-hook with lisp-indent-function throughout.
[emacs.git] / lisp / ChangeLog
blob8d82e2476bf9619171947d34e4b034244c1f02fa
1 2005-03-12  Lute Kamstra  <lute@gnu.org>
3         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4         lisp-indent-function throughout.
5         (with-no-warnings): Set lisp-indent-function property.
7 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
9         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10         Add entry for backslash.
12 2005-03-12  Juri Linkov  <juri@jurta.org>
14         * info.el (Info-search): Four fixes for backward search.
16 2005-03-11  Jay Belanger  <belanger@truman.edu>
18         * calc/calc.el (calc-language-alist): New variable.
19         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20         (calc-embedded-find-modes): Use calc-language-alist instead of
21         calc-embedded-language-alist.
23 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
25         * calendar/calendar.el (calendar-redrawing): New internal
26         variable.
27         (redraw-calendar): Remove bogus save-excursion from previous
28         change.  Bind calendar-redrawing to t for mark-diary-entries.
29         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30         calendar if that is why we were called.
32 2005-03-11  Kenichi Handa  <handa@m17n.org>
34         * international/mule.el (make-coding-system): Set property
35         'coding-system-define-form to nil.
36         (define-coding-system-alias): Likewise.
38 2005-03-11  Kenichi Handa  <handa@m17n.org>
40         These changes are suggested by Dave Love <fx@gnu.org>.
42         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
43         coding: tag.
44         (adaptive-fill-regexp): Add more bullets.
45         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
46         regexps.
48 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * help.el (describe-mode): Properly handle non-trivial lighters.
51         Don't ignore minor modes that are not listed in minor-mode-list.
53         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
54         feature ON when the user requests to turn it OFF.
56 2005-03-10  Lute Kamstra  <lute@gnu.org>
58         * emacs-lisp/debug.el (debug-entry-code): Delete it.
59         (implement-debug-on-entry): New function to replace debug-entry-code.
60         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
61         second argument as the 2005-03-07 change makes it obsolete.
62         (debug-on-entry, cancel-debug-on-entry): Update call to
63         debug-on-entry-1.
64         (debug, debugger-setup-buffer): Comment update.
65         (debugger-frame-number): Update to work with implement-debug-on-entry.
67 2005-03-10  Jay Belanger  <belanger@truman.edu>
69         * calc/calc-embed.el (math-ms-args): Declare it.
70         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
71         math-ms-args.
72         (calc-embedded-subst): Use math-multi-subst-rec to substitute
73         variables.
75 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
77         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
78         Use message-box.
80         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
81         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
82         (tooltip-gud-tips): Simplify.
83         (tooltip-gud-tips-p): Remove superflouous :set.
84         (tooltip-gud-modes): Add fortran-mode.
85         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
87         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
89 2005-03-09  Kim F. Storm  <storm@cua.dk>
91         * play/animate.el (animate-place-char): Use forward-line instead
92         of next-line to improve performance.
94 2005-03-09  Simon Josefsson  <jas@extundo.com>
96         * net/browse-url.el (browse-url-default-browser): Doc fix.
98 2005-03-09  Miles Bader  <miles@gnu.org>
100         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
101         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
103 2005-03-09  Kenichi Handa  <handa@m17n.org>
105         * international/latin-1.el: Set case and syntax for 255 only if
106         set-case-syntax-set-multibyte is nil.
108         * textmodes/ispell.el (ispell-insert-word): New function.
109         (ispell-word): Use ispell-insert-word to insert a new word.
110         (ispell-process-line): Likewise.
111         (ispell-complete-word): Likewise.
113 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
115         * calendar/calendar.el (redraw-calendar): Preserve point.
116         Reported by Matt Hodges <MPHodges@member.fsf.org>.
117         (calendar-week-start-day): Move after definition of
118         redraw-calendar.  Delete buffer test, since redraw-calendar has
119         that now.
121         * calendar/diary-lib.el (mark-diary-entries): Only call
122         redraw-calendar in the first of any recursive calls.
123         Reported by Alan Shutko <ats@acm.org>.
125 2005-03-08  Juri Linkov  <juri@jurta.org>
127         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
128         (html-horizontal-rule, html-line, html-image, html-checkboxes)
129         (html-radio-buttons): Add a space before the trailing `/>' where
130         sgml-xml-mode is non-nil.
131         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
132         the subsequent tag of the empty XML tag.
133         (html-href-anchor): Don't set initial input to "http:".
134         (html-image): Ask for the image URL and set point inside alt="".
135         (html-name-anchor): Duplicate the name in the `id' attribute when
136         sgml-xml-mode is non-nil.
137         (html-paragraph): Remove \n before <p>.
138         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
139         instead of `checked' when sgml-xml-mode is non-nil.
141         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
142         Remove 1 space before #RRGGBB to not truncate it on terminal
143         windows w/o fringes.  Remove 1 space between bg and fg examples
144         to get more space.
145         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
146         avoid byte-compile warnings.
148         * image-file.el (image-file-handler): Put `safe-magic' property to
149         `image-file-handler'.
151         * info.el (Info-isearch-search): Emulate word search in
152         isearching through multiple Info nodes with Info-search.
153         (Info-isearch-wrap): Allow isearch-word.
155 2005-03-08  Lute Kamstra  <lute@gnu.org>
157         * emacs-lisp/debug.el (debugger-step-through): Make sure that
158         stepping into the debugger's code is not possible.
159         (debugger-jumping-flag): Docstring update.
161 2005-03-08  Jay Belanger  <belanger@truman.edu>
163         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
164         embedded mode begins.
165         (calc-embedded-language-alist): New variable.
166         (calc-embedded-find-modes): Use calc-embedded-language-alist to
167         set default language mode.
169 2005-03-08  Kenichi Handa  <handa@m17n.org>
171         * international/ccl.el (define-ccl-program): Fix docstring about
172         extra 256 bytes assured for the output buffer.
174         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
175         Fix BUFFER_MAGNIFICATION to 2.
176         (ccl-encode-mule-utf-16be-with-signature): Likewise.
178 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
180         * align.el (align-rules-list): Added an alignment rule for CSS
181         declarations (applies to css-mode and html-mode buffers).
183 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
187 2005-03-07  Kim F. Storm  <storm@cua.dk>
189         * simple.el (move-beginning-of-line): New command.
191         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
193         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
195         * emulation/cua-base.el: Put CUA move property on move-end-of-line
196         and move-beginning-of-line.
198         * apropos.el (apropos-print): Omit command from M-x ... RET.
200 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
202         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
203         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
205 2005-03-06  Richard M. Stallman  <rms@gnu.org>
207         * bindings.el (esc-map): Bind M-g to goto-line.
209         * facemenu.el (global-map): Bind M-o, not M-g.
211 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
213         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
214         "Open Directory" as for "Open File".
216 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
218         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
219         (push-mark-command): Run activate-mark-hook.
221 2005-03-06  Richard M. Stallman  <rms@gnu.org>
223         * help-mode.el (help-mode-finish): Don't alter the element
224         in view-return-to-alist if there already is one.
226         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
227         make sure the current buffer is the expected one.
229         * novice.el (disabled-command-function): Output in *Disabled Command*.
230         Explicitly ignore non-keyboard events, and explicitly handle C-g.
232         * textmodes/flyspell.el (flyspell-large-region):
233         Pass args differently for aspell.
235         * files.el (mode-require-final-newline): Doc fix.
237 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
239         * progmodes/which-func.el (which-function):
240         Specify NOERROR when calling imenu--make-index-alist.
242 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
244         * simple.el (normal-erase-is-backspace): Define default value.
246         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
247         (custom-reevaluate-setting): Simple function to handle
248         variables that are defined before their default value can really
249         be computed.
251         * startup.el (command-line): Use it for temporary-file-directory,
252         small-emporary-file-directory, auto-save-file-name-transforms,
253         blink-cursor-mode, and normal-erase-is-backspace.
255         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
256         progress, even with buggy anchored keywords.
258 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
260         * simple.el (goto-line): Remove unbalanced final parenthesis.
262 2005-03-05  Richard M. Stallman  <rms@gnu.org>
264         * simple.el (goto-line): Use a number at point as the default.
265         With C-u as arg, switch buffers.
267 2005-03-05  Juri Linkov  <juri@jurta.org>
269         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
270         with `no-blinking-cursor'.
272         * startup.el (no-blinking-cursor): New defvar.
273         (command-line): Add `--no-blinking-cursor' to longopts.
274         Set `no-blinking-cursor' to t for command line arguments
275         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
276         with `no-blinking-cursor' in the condition for calling
277         `blink-cursor-mode'.
279 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
281         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
282         (menu-bar-options-save): Add blink-cursor-mode.
283         (menu-bar-options-menu): Add blink-cursor-mode.
285 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
287         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
288         (icalendar-export-file, icalendar-export-region)
289         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
290         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
292 2005-03-04  Lute Kamstra  <lute@gnu.org>
294         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
295         (debug-function-list): Ditto.
297 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
299         * textmodes/texinfmt.el (texinfo-append-refill):
300         Redefine the types of line to which @refill
301         is not appended by replacing a search for `@refill\\|@bye' with
302         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
303         itemize@refill' bug and the unfilled long lines bug.
304         (texinfmt-version): Update number and date.
306 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
308         * international/code-pages.el (windows-1250, windows-125[2-8])
309         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
311 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
313         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
314         bound yet.
316 2005-03-02  Romain Francoise  <romain@orebokech.com>
318         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
319         buffer after removing limits.
320         (ibuffer-pop-filter): Ditto.
321         Update copyright.
323 2005-03-02  Miles Bader  <miles@gnu.org>
325         * button.el (make-text-button): If the user doesn't specify a
326         type, use the default.  Rewrite to use `add-text-properties' and
327         plist functions.
329 2005-03-01  Lute Kamstra  <lute@gnu.org>
331         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
332         (debugger-jumping-flag): New var.
333         (debug-entry-code): Use it.
334         (debugger-jump): Use debugger-jumping-flag and add
335         debugger-reenable to post-command-hook.
336         (debugger-reenable): Use debugger-jumping-flag and remove itself
337         from post-command-hook.
338         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
339         debugger-reenable.
341 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
343         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
344         inclusion of "itemize\\|", which may be unnecessary, is certainly
345         inelegant, and stops refilling in itemize lists when formatting
346         Japanese Texinfo files to Info.
347         Update copyright to 2005.
349 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
351         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
352         of an error if GDB can't find the source file.
354 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
356         * calendar/calendar.el (redraw-calendar): Work from any buffer,
357         not just the calendar.
359         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
360         first.
361         (diary-redraw-calendar): New function.
362         (make-diary-entry): Add diary-redraw-calendar to local
363         write-contents-functions.  Turn off selective display before
364         inserting in diary.
366 2005-03-01  Kim F. Storm  <storm@cua.dk>
368         * emacs-lisp/copyright.el (copyright-fix-years): New command.
370 2005-03-01  Lute Kamstra  <lute@gnu.org>
372         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
373         that debug-entry-code can be safely removed from a function while
374         this code is being evaluated.  Revert the 2005-02-27 change as the
375         new implementation no longer requires it.  Make sure that a
376         function body containing just a string is not mistaken for a docstring.
377         (debug): Skip one more frame in case of debug on entry.
378         (debugger-setup-buffer): Delete one more frame line in case of
379         debug on entry.
380         (debugger-frame-number): Update to use the new text introduced by
381         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
383 2005-02-28  Kim F. Storm  <storm@cua.dk>
385         * double.el (double-translate-key): Call force-window-update after
386         read-event to avoid crash in redisplay.
388 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
391         (debug): Use it.  Move the inhibit-trace earlier.
392         (debug-entry-code): New const.
393         (debug-on-entry-1): Use it.
395 2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
397         * international/utf-16.el (ccl-encode-mule-utf-16le):
398         Fix BUFFER_MAGNIFICATION to 2.
399         (ccl-encode-mule-utf-16be): Likewise.
401 2005-02-28  Kenichi Handa  <handa@m17n.org>
403         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
404         Fix BUFFER_MAGNIFICATION to 4.
405         (ccl-encode-mule-utf-16be-with-signature): Likewise.
407 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
409         * speedbar.el (speedbar-update-flag): Doc fix.
410         (speedbar-show-info-under-mouse): Give set-mouse-position the right
411         argument.
413 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * reveal.el (reveal-post-command): Don't try to reveal overlays which
416         have a non-nil `invisible' property but are actually visible.
418         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
419         for perldoc sections.
420         (perl-outline-regexp, perl-outline-level): New var and function.
421         (perl-mode): Use them.
423 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
425         * calendar/diary-lib.el (diary-remind): Discard any mark portion
426         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
428 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
430         * cus-edit.el: Comment change.
431         (custom-buffer-create-internal): Slightly reword text at top of
432         Custom buffers.  Mention there that saving an option edits the
433         init file.  Add link to Emacs manual node on `custom-file'.
434         (custom-magic-alist): Rewrite individual State messages to use
435         capitalized keywords.  Doc fix.
437 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
439         * calendar/calendar.el (calendar-buffer): Move above
440         calendar-week-start-day.
441         (calendar-week-start-day): Doc fix.  Add :set function.
442         (calendar-minimum-window-height): New variable.
443         (generate-calendar-window): Only resize window if selected-window
444         is displaying the calendar buffer.  Use new variable
445         calendar-minimum-window-height.
446         (generate-calendar): Reword error message.
447         (calendar-mode-map): Bind DEL to scroll-other-window-down.
449 2005-02-27  Andreas Schwab  <schwab@suse.de>
451         * vc.el (vc-do-command): Don't run command asynchronously when
452         operating in a remote directory.
454         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
455         change from sync with Tramp 2.0.47.
457 2005-02-27  Richard M. Stallman  <rms@gnu.org>
459         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
461         * textmodes/flyspell.el (flyspell-mode-on):
462         Call ispell-change-dictionary only if necessary.
464         * emacs-lisp/re-builder.el (regexp-builder): New function.
466         * register.el (describe-register-1): Explicitly handle
467         yank-excluded-properties = t.
469         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
470         (custom-magic-alist): Change the status descriptions again.
471         (face widget-type): Total rewrite based on `restricted-sexp'
472         to eliminate the confusing double hiding levels.
474         * emacs-lisp/debug.el (debug-on-entry-1):
475         If function body is empty, add nil as body form.
477 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * emacs-lisp/trace.el (inhibit-trace): New var.
480         (trace-make-advice): Use it.
482         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
484 2005-02-26  Kim F. Storm  <storm@cua.dk>
486         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
487         (mouse-on-link-p, mouse-drag-region-1): Use it.
489 2005-02-25  Lute Kamstra  <lute@gnu.org>
491         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
493 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
495         * frame.el (blink-cursor-mode): Add :group keyword.
497 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
499         * calendar/icalendar.el (icalendar--decode-isodatetime):
500         New optional argument DAY-SHIFT.
501         (icalendar-export-region): Fix coding-system-for-write.
502         (icalendar--convert-ical-to-diary): Shift end-day of all-day
503         events by one.
505 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
509 2005-02-24  Kim F. Storm  <storm@cua.dk>
511         * international/iso-acc.el (iso-accents-compose): Fix crash
512         during redisplay.  Call force-window-update after read-event
513         and delete-region to signal that window is not accurate.
515 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
518         Remove unused and inexistent var `inhibit-trace'.
519         (debugger-mode): Use run-mode-hooks.
520         (debugger-list-functions): Add buttons; setup xref stack.
522 2005-02-23  Richard M. Stallman  <rms@gnu.org>
524         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
525         appointment says it was explicitly made.
526         (appt-add): Set the 3rd element.
527         (appt-make-list): Preserve explicit appointments.
529         * subr.el (find-tag-default): Catch errors in forward-sexp.
531 2005-02-23  Juri Linkov  <juri@jurta.org>
533         * info.el (Info-isearch-search): New defcustom.
534         (Info-isearch-search): Call the default isearch function
535         when Info-isearch-search is nil.
536         (Info-isearch-wrap): Use variable Info-isearch-search.
538 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
540         * cus-edit.el: Comment change.
542 2005-02-22  Kim F. Storm  <storm@cua.dk>
544         * progmodes/hideif.el (hide-ifdef-use-define-alist):
545         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
547 2005-02-22  Simon Josefsson  <jas@extundo.com>
549         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
550         New variable.
551         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
552         Oskarsson" <myrkraverk@users.sourceforget.net>.
554 2005-02-22  Kim F. Storm  <storm@cua.dk>
556         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
557         check that window of that event is the selected window.
558         (mouse-drag-region-1): Compare mouse event window to selected
559         window before setting point.
561         * tooltip.el (tooltip-show-help-function): Pass event to
562         mouse-on-link-p so it can check selected window.
564 2005-02-22  Kenichi Handa  <handa@m17n.org>
566         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
567         (ps-mule-show-warning): New function.
568         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
569         characters are found.
571         * ps-print.el (ps-header-footer-string): Return a list of header
572         and footer strings.
574 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
576         * pcvs.el (cvs-retrieve-revision): Fix thinko.
578 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * frame.el (blink-cursor-mode): Use define-minor-mode.
582         * term/mac-win.el (function-key-map): Use char-names more consistently.
583         (file-name-coding-system): Only set it for MacOS-9.  The other case is
584         already handled in mule-cmds.el (where it also works when mac-win.el
585         is not used).
587 2005-02-21  Kenichi Handa  <handa@m17n.org>
589         * international/mule.el (ctext-pre-write-conversion): Always use
590         " *code-converting-work*" buffer for work.
592         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
594 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
596         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
598 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
600         * ses.el (undo-more): Restore defadvice, but only the part that
601         allows changes outside the restricted area of the buffer.
603 2005-02-20  Kim F. Storm  <storm@cua.dk>
605         * simple.el (line-move): Add fourth optional arg try-vscroll which
606         must be set to perform auto-window-vscroll.
607         When moving backwards and doing auto-window-vscroll, automatically
608         vscroll to the last part of lines which are taller than the window.
609         (next-line, previous-line): Set try-vscroll arg on line-move.
611 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
613         * replace.el (query-replace, query-replace-regexp)
614         (replace-string, replace-regexp): When operating on region, make
615         the minibuffer prompt say so.
617         * isearch.el (isearch-forward): Document isearch-query-replace and
618         isearch-query-replace-regexp keybindings.
620 2005-02-19  Jay Belanger  <belanger@truman.edu>
622         * calc/calc-aent.el (math-read-token): Add local variable.
624         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
625         (calc-edit-top): Move declaration to earlier in file.
626         (calc-edit-macro-repeats): Add local variables.
628         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
629         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
630         calcFunc-tanh.
631         Adjust integration rule for calcFunc-tan.
633 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
635         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
636         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
637         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
638         (viper-skip-separators): Bug fix.
639         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
640         particular major mode.
641         (viper-del-backward-char-in-replace): Don't put deleted char on the
642         kill ring.
644         * viper-ex.el (viper-color-display-p): New function.
645         (viper-has-face-support-p): Use viper-color-display-p.
647         * viper-keym.el (viper-gnus-modifier-map): New keymap.
649         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
651         * viper-util.el (viper-glob-unix-files): Fix shell status check.
652         (viper-file-remote-p): Make equivalent to file-remote-p.
654         * viper.el (viper-major-mode-modifier-list):
655         Use viper-gnus-modifier-map.
657 2005-02-19  David Kastrup  <dak@gnu.org>
659         * subr.el (subregexp-context-p): Fix garbled doc string by adding
660         quoting.
662 2005-02-19  Jay Belanger  <belanger@truman.edu>
664         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
665         Remove extra definitions.
666         (calc-coth): New function.
667         (calcFunc-cot): Fix `let'.
669 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
671         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
672         the reasons we use "type pc" in these faces.
674         * button.el (button): Ditto.
676 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
678         * replace.el (query-replace-read-from): Set the value of
679         query-replace-from-history-variable to handle the case of an empty
680         string entered to accept the suggested default.
682         * net/tramp.el (tramp-file-name-for-operation):
683         Use dired-call-process instead of dired-call-process-command.
685 2005-02-19  Jay Belanger  <belanger@truman.edu>
687         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
688         (math-div-non-trig): New variables.
689         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
690         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
691         (math-combine-prod, math-div-symb-fancy): Add simplifications for
692         trig expressions.
694 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
696         * progmodes/gdb-ui.el (gdb-var-update-handler)
697         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
698         for watch expressions,
699         (gdb-var-create-handler): Don't set speedbar-update-flag.
700         (gdb-post-prompt): Simplify test for speedbar.
702 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
704         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
705         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
706         we use the syntax table of the correct buffer.
707         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
708         Felix Gatzemeier.
710         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
711         (ediff-file-remote-p): Make synonymous with file-remote-p.
712         In all deffaces ediff-*-face-*, use min-colors.
714         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
715         ediff-recurse-to-subdirectories.
716         (ediff-mark-if-equal): Check that the arguments are strings, use
717         ediff-same-contents (after to Felix Gatzemeier).
719         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
720         nil.
722 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * log-view.el (log-view-message-re): Fix up Subversion regexp.
726 2005-02-18  David Kastrup  <dak@gnu.org>
728         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
729         use `mark-active' when defined.
731 2005-02-18  Kenichi Handa  <handa@m17n.org>
733         * ps-print.el (ps-font-info-database): New entry
734         ZapfChancery-MediumItalic with correct font name.  Fix font name
735         of the entry Zapf-Chancery-MediumItalic.
737 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
739         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
741 2005-02-16  Kim F. Storm  <storm@cua.dk>
743         * ido.el (ido-fallback-command): Pass user input to fallback command.
745 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
747         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
748         (gdb-find-file-hook): Add server prefix.
750 2005-02-16  Richard M. Stallman  <rms@gnu.org>
752         * replace.el (perform-replace): Pass new args to replace-highlight.
753         (replace-highlight): Take region args,
754         and pass them to isearch-lazy-highlight-new-loop.
756         * novice.el (disabled-command-hook): Autoload the defalias
757         and the make-obsolete-variable call.
759         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
761         * isearch.el (isearch-lazy-highlight-start-limit)
762         (isearch-lazy-highlight-end-limit): New variables limit
763         the region for highlighting.
764         (isearch-lazy-highlight-new-loop): New args BEG and END.
765         (isearch-lazy-highlight-search): Use the new vars.
766         (isearch-lazy-highlight-update): Likewise.
768         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
770         * cus-start.el (all): Use default-boundp.
772 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
774         * menu-bar.el (menu-bar-select-frame): Handle current frame.
776 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
778         * autorevert.el (auto-revert-stop-on-user-input)
779         (auto-revert-verbose): Doc fixes.
781 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
783         * international/mule-cmds.el (set-locale-environment): Remove call
784         to set-selection-coding-system on Windows.
786 2005-02-15  Jay Belanger  <belanger@truman.edu>
788         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
789         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
790         calcFunc-coth.
791         (math-simplify-sqrt): Add simplifications.
793         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
794         to list.
796         * calc/calc-ext.el: Add functions to autoloads.
798         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
799         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
800         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
801         (math-csc-raw, math-cot-raw): New functions.
803         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
805         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
806         the variable name in a message.
808         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
809         calcFunc-csc, calcFunc-cot.
811         * calc/calcalg2.el: Add derivative and integration rules for
812         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
813         calcFunc-csch, calcFunc-coth.
814         (math-do-integral-methods): Add to checks for when to use
815         substitutions.
817         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
819 2005-02-15  Lute Kamstra  <lute@gnu.org>
821         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
822         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
823         <monnier@iro.umontreal.ca>
824         (lisp-outline-level): Improve efficiency.  Suggested by David
825         Kastrup <dak@gnu.org>.
827 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
829         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
830         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
831         (gdb-set-gud-minor-mode-existing-buffers): New functions.
832         (gdb-find-file-hook): New hook. Add it to find-file-hook.
833         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
835 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
837         * cus-start.el (all): Comment change.
839 2005-02-14  Lute Kamstra  <lute@gnu.org>
841         * cus-start.el (all): Check if symbol is void.
843 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
845         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
846         optional argument to \cite.
848 2005-02-14  Richard M. Stallman  <rms@gnu.org>
850         * cus-edit.el (custom-buffer-create-internal): Update help message.
851         (custom-magic-alist): Update help messages.
853         * cus-start.el (all): Allow a var to specify a standard value.
855 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
857         * custom.el (custom-theme-set-variables): Handle variable aliases.
859         * frame.el (blink-cursor-timer): Doc fix.
860         (blink-cursor): Make it an alias for `blink-cursor-mode' and
861         declare obsolete.
862         (blink-cursor-mode): Define with defcustom and use correct
863         standard expression in that defcustom.
864         * startup.el (command-line): Adapt to above changes in frame.el.
866 2005-02-11  Lute Kamstra  <lute@gnu.org>
868         * apropos.el (apropos-score-doc): Prevent division by zero.
870 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
872         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
873         (icalendar--get-event-property-attributes)
874         (icalendar--get-event-properties)
875         (icalendar--datetime-to-diary-date): New functions.
876         (icalendar--split-value): Doc fix.
877         (icalendar--datetime-to-noneuropean-date)
878         (icalendar--datetime-to-european-date): New optional argument
879         SEPARATOR.  Return result as a string instead of a list.
880         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
881         (icalendar--convert-string-for-export): Rename arg S to STRING.
882         (icalendar-export-region): Doc fix.  Change name of error buffer.
883         Save output buffer.
884         (icalendar-import-file): Add blank at end of prompt.
885         (icalendar-import-buffer): Doc fix.  Do not switch to error
886         buffer.  Indicate status in return value.
887         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
888         buffer.  Save output buffer.  Handle exception from recurrence
889         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
890         events.  Fix problems with weekly all-day events.
892 2005-02-10  Richard M. Stallman  <rms@gnu.org>
894         * simple.el (eval-expression-print-format):
895         Avoid warning about edebug-active.
897         * help.el (help-for-help-internal): Rename from help-for-help.
898         (help-for-help): Define with defalias.
900         * font-core.el (font-lock-default-function): Use with-no-warnings.
902         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
904         * custom.el (defface): Doc fix.
906 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
908         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
909         width 0" to prevent word wrapping problems.
911 2005-02-09  Kim F. Storm  <storm@cua.dk>
913         * ido.el (ido-file-extensions-order): New defcustom.
914         (ido-file-extension-lessp, ido-file-extension-aux)
915         (ido-file-extension-order): New advanced file ordering.
916         (ido-file-lessp): New simple file ordering.
917         (ido-sort-list): Remove.
918         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
919         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
921 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
923         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
924         that some versions of grep produce.
925         (grep-mode-font-lock-keywords): Likewise.
927 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
929         * progmodes/gdb-ui.el (gdb-location-list): New variable.
930         (gdb-cdir): Delete.
931         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
932         (gdb-source-info): Treat case when source file is in another
933         directory properly.
934         (gdb-get-location): New function.
936 2005-02-07  Jay Belanger  <belanger@truman.edu>
938         * calc/calc-prog.el (calc-write-parse-table-part)
939         (calc-fix-token-name): Fix a check for language type.
941         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
943 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
945         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
946         as directory not writable.
948 2005-02-07  Kim F. Storm  <storm@cua.dk>
950         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
951         (cua--standard-movement-commands): Remove list.
952         Instead, set CUA property value to move for movement commands.
953         (cua-movement-commands): Remove.  Users must set CUA prop instead.
954         (cua--pre-command-handler): Check CUA property.
955         (cua--init-keymaps): Don't remap undo commands.
956         (cua-mode): Don't call cua--rectangle-on-off.
958         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
959         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
960         (cua--rect-undo-set-point): New var.
961         (cua--rectangle-undo-boundary): Setup undo apply entry.
962         (cua--rect-undo-handler): New function for rectangle undo.
963         (cua--rect-start-position, cua--rect-end-position): Add.
964         (cua--rectangle-post-command): Call cua--rectangle-set-corners
965         for restored rectangle.  Set point if cua--rect-undo-set-point.
967 2005-02-06  Jay Belanger  <belanger@truman.edu>
969         * calc/calc-lang.el (calc-tex-language): Display more information
970         in messages.
972         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
973         in TeX mode.
975 2005-02-06  Richard M. Stallman  <rms@gnu.org>
977         * emacs-lisp/lisp.el (buffer-end): Doc fix.
979 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
981         * net/ldap.el (ldap-search-internal): Support attributes with
982         optional descriptions separated by a semi-colon, as in
983         "userCertificate;binary".
985 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
987         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
988         isn't a cons (i.e. the version is 0).
990 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
992         * help.el (help-for-help): Doc fix.
994 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
996         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
997         GDB-Windows on the menu-bar as this works better.
999 2005-02-04  Jay Belanger  <belanger@truman.edu>
1001         * calc/calc-embed.el (calc-embedded-update): Don't put in
1002         unnecessary newlines. Adjust the end of formula marker.
1004         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
1005         (math-latex-parse-two-args): New function.
1007 2005-02-03  Lute Kamstra  <lute@gnu.org>
1009         * help-fns.el (help-with-tutorial): Make sure that users cannot
1010         remove the entire text of the tutorial by means of `undo'.
1012 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
1015         in recent changes, where the ispell process was repeatedly
1016         killed & restarted.
1018         * international/mule-cmds.el (set-locale-environment): Set file-name
1019         coding system to utf-8 on Darwin systems.
1020         (set-default-coding-systems): Don't set default-file-name-coding-system
1021         on Darwin systems.
1023 2005-02-03  Richard M. Stallman  <rms@gnu.org>
1025         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
1027 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
1029         * faces.el (list-faces-display): Add optional argument.
1031 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * font-core.el (font-lock-default-function): Handle the rare case where
1034         only font-lock-keywords is set.
1036 2005-02-02  Kenichi Handa  <handa@m17n.org>
1038         * international/characters.el: Cancel previous change for
1039         I-WITH-DOT-ABOVE and DOTLESS-i.
1041         * international/latin-5.el: Cancel previous change.
1043 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1045         * progmodes/gud.el: Correction to syntax in gud-menu-map.
1047 2005-02-02  Kenichi Handa  <handa@m17n.org>
1049         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
1050         DOTLESS-i.
1052         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
1053         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
1055         * case-table.el (get-upcase-table): New function.
1056         (copy-case-table): Copy upcaes table too if non-nil.
1057         (set-case-syntax-delims): Maintain upcase table too.
1058         (set-case-syntax-pair): Likewise.
1059         (set-upcase-syntax, set-downcase-syntax): New functions.
1060         (set-case-syntax): Maintain upcase table too.
1062 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
1064         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
1066         * progmodes/gud.el (gud-goto-info): New function.
1067         (gud-tool-bar-map): Use correct icon.
1069 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1071         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
1072         When delegating, order args in the funcall correctly.
1074 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
1076         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1078 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
1080         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
1081         buffer not visiting a file.
1083 2005-01-31  Jay Belanger  <belanger@truman.edu>
1085         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
1086         bound on the line with the formula.
1088 2005-01-31  Kim F. Storm  <storm@cua.dk>
1090         * ses.el (ses-create-cell-variable-range)
1091         (ses-destroy-cell-variable-range, ses-reset-header-string)
1092         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
1093         (ses-insert-row): Fix format of apply undo entries.
1095 2005-01-31  Jay Belanger  <belanger@truman.edu>
1097         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
1098         parts.
1100         * calc/calc-embed.el (calc-embedded-open-formula)
1101         (calc-embedded-close-formula): Ignore matrix environments.
1103         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
1104         TeX mode.
1106         * calc/calc-lang.el (math-function-table, math-oper-table)
1107         (math-variable-table): Adjust the LaTeX portions.
1109         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
1110         (math-latex-ignore-words): New constant.
1112 2005-01-31  Richard M. Stallman  <rms@gnu.org>
1114         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
1115         (ispell-local-dictionary): Doc fix.
1116         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
1117         Don't reinitialize at run time.  Don't defcustom.
1118         All uses changed to append ispell-local-dictionary-alist,
1119         or check it first.
1120         (ispell-current-dictionary): New variable for dictionary in use.
1121         (ispell-dictionary): Now used only for global default.
1122         (ispell-start-process): Set ispell-current-dictionary,
1123         not ispell-dictionary.
1124         (ispell-change-dictionary): Use this only for setting
1125         user preferences.
1126         (ispell-internal-change-dictionary): New function
1127         to change the current dictionary in use.
1128         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
1129         Use ispell-current-dictionary.
1130         Handle ispell-local-dictionary-overridden.
1131         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
1133 2005-01-31  Jay Belanger  <belanger@truman.edu>
1135         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
1137         * calc/calc-ext.el: Add calc-latex-language to autoloads.
1138         (calc-mode-map): Add calc-latex-language.
1140         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
1141         (math-latex-print-frac): New functions.
1142         (math-oper-table, math-function-table, math-variable-table)
1143         (math-complex-format, math-input-filter): Add latex properties.
1144         (calc-set-language): Set math-expr-special-function-mapping.
1146         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
1147         (calc-write-parse-table-part):  Add LaTeX support.
1149         * calc/calc.el (calc-language): Adjust docstring.
1150         (calc-set-mode-line): Add LaTeX support.
1151         (math-expr-special-function-mapping): New variable.
1152         (math-tex-ignore-words): Add to list.
1154         * calc/calccomp.el (math-compose-expr, math-compose-rows):
1155         Add LaTeX support.
1156         (math-compose-expr): Add support for special functions.
1158         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
1160 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
1162         * progmodes/gdb-ui.el (gdb-memory-address)
1163         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
1164         (gdb-memory-mode-map, gdb-memory-format-keymap)
1165         (gdb-memory-format-menu, gdb-memory-unit-keymap)
1166         (gdb-memory-unit-menu): New variables for a buffer
1167         that lets the user examine program memory.
1168         (gdb-memory-set-address, gdb-memory-set-repeat-count)
1169         (gdb-memory-format-binary, gdb-memory-format-octal)
1170         (gdb-memory-format-unsigned, gdb-memory-format-signed)
1171         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
1172         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
1173         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1174         (gdb-memory-unit-byte, gdb-memory-unit-menu)
1175         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
1176         (gdb-memory-mode, gdb-memory-buffer-name)
1177         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
1178         New functions for above buffer.
1180 2005-01-30  Richard M. Stallman  <rms@gnu.org>
1182         * cus-edit.el (custom-bury-buffer): Function deleted.
1183         (custom-buffer-done-function): Option deleted.
1184         (custom-buffer-done-kill): New (replacement option.
1185         (Custom-buffer-done): Call quit-window.
1186         (custom-buffer-create-internal): Update for above changes.
1188 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
1190         * simple.el (undo-ask-before-discard): New var.
1191         (undo-outer-limit-truncate): Implement it.
1192         (undo-extra-outer-limit): Doc update.
1194 2005-01-29  Richard M. Stallman  <rms@gnu.org>
1196         * ses.el (undo-more): Delete defadvice.
1197         (ses-begin-change): Doc fix.
1199         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
1200         instead of rebinding C-x u and C-_.
1202         * files.el (normal-backup-enable-predicate): Return nil for files
1203         in /tmp, regardless of temporary-file-directory.
1205         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
1207         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
1208         (open-rectangle, delete-whitespace-rectangle-line)
1209         (clear-rectangle-line): If FILL, pass t instead of FILL
1210         for move-to-column's 2nd arg.
1212         * simple.el (undo): Fix the test for continuing a series of undos.
1213         (undo-more): Set pending-undo-list to t when we reach end.
1214         (pending-undo-list): Move up defvar.
1216         * wid-edit.el (widget-button-click):
1217         Shorten the range of the track-mouse binding.
1219         * comint.el (comint-insert-input): Undo previous changes;
1220         use last-input-event in interactive spec.
1222 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
1224         * progmodes/compile.el (compilation-start): Bind buffer-read-only
1225         to nil before invoking call-process.  Reset buffer's modified flag
1226         after fontifying it in the no-async branch.
1228         * wid-edit.el (widget-specify-button): If mouse pointer shape
1229         cannot be changed, use mouse face instead.
1231 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
1233         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1234         (gdb-goto-breakpoint): Make breakpoint handling work on template
1235         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
1236         (gdb-assembler-custom): Update to recognise breakpoint information
1237         added on 2005-01-19.
1239 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
1242         (dsssl-mode): Use define-derived-mode.
1243         (scheme-mode-initialize): Remove.
1244         (scheme-mode): Use run-mode-hooks.
1246         * cus-edit.el (customize-group-other-window)
1247         (custom-buffer-create-other-window): Don't override special-display-*.
1248         (custom-mode-map): Make it dense.
1250         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
1251         sets the default value.
1253 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
1255         * descr-text.el: Add more keywords.
1257 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1259         * speedbar.el: Avoid unnecessary use of locate-library.
1261         * international/mule-cmds.el (standard-display-european-internal):
1262         Don't fiddle with latin-1 non-break space any more since it's now
1263         special cased in the C code.
1264         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1266 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
1268         * cus-start.el (all): Add `undo-outer-limit'.
1270 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1272         * textmodes/bibtex.el (bibtex-format-entry):
1273         Use `bibtex-empty-field-re' only on the text of fields, not on entire
1274         field lines.
1275         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1276         not on part of a buffer.
1278 2005-01-25  Lute Kamstra  <lute@gnu.org>
1280         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1281         nonempty field text strings like "{letters\\macro{}more letters}".
1282         Clarify docstring.
1283         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1284         (bibtex-entry-offset, bibtex-parse-association)
1285         (bibtex-parse-field-name): Fix typos in docstrings.
1286         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
1288 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
1290         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
1291         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
1292         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1293         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1295         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1296         isearch minor mode.
1298 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1300         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1302 2005-01-24  Lute Kamstra  <lute@gnu.org>
1304         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1305         CASECHARS and NOT-CASECHARS regular expressions of the
1306         "nederlands" and "nederlands8" dictionaries to prevent a "Range
1307         striding over charsets" error.
1309 2005-01-24  Jay Belanger  <belanger@truman.edu>
1311         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1312         display variable name.
1314 2005-01-24  Kenichi Handa  <handa@m17n.org>
1316         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1317         Fix setting of the element of encoded-kbd-iso2022-invocations.
1319 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
1321         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1322         (gdb-threads-select): Change to also accept mouse events.
1323         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1324         (gdb-threads-mouse-select): Delete.
1326 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
1328         * files.el (insert-directory): Take care of empty directory,
1329         listed without -a switch.
1331 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1333         * textmodes/refill.el (refill-post-command-function):
1334         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1335         to the list of functions that we should be careful not to undo.
1336         (refill-late-fill-paragraph-function): Remove.
1337         (refill-saved-state): New var.
1338         (refill-mode): Use it to save fill-paragraph-function.
1339         Save also the value of auto-fill-function.
1341         * term/w32-win.el: Simplify code.
1343 2005-01-23  Kim F. Storm  <storm@cua.dk>
1345         * simple.el (line-move): Adapt to new return value from
1346         pos-visible-in-window-p.
1348         * simple.el (line-move): Fix last change.  Check partial
1349         visibility at point rather than at window-start.
1351 2005-01-22  Jason Rumney  <jasonr@gnu.org>
1353         * term/w32-win.el (xw-defined-colors): Remove debug-message.
1355 2005-01-22  David Kastrup  <dak@gnu.org>
1357         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1359 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
1361         * type-break.el (type-break-mode): Add a test for
1362         type-break-file-name being non-nil.
1364 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
1366         * net/eudc.el (top level): Call (message "") via progn, so that
1367         eudc-options-file is loaded.
1369 2005-01-22  Kim F. Storm  <storm@cua.dk>
1371         * simple.el (line-move-1): Rename from line-move.
1372         (line-move): New function that adjusts vscroll for partially
1373         visible rows, and calls line-move-1 otherwise.
1375 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
1377         * pcomplete.el: define pcomplete-read-event instead of read-event,
1378         since it's not a complete read-event implementation
1380 2005-01-20  Jay Belanger  <belanger@truman.edu>
1382         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1383         for called function.
1385 2005-01-20  Steven Tamm  <steventamm@mac.com>
1387         * term/mac-win.el (process-connection-type): Remove.
1388         Controlled now by s/darwin.h:PTY_ITERATION.
1390 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1392         * window.el (handle-select-window): Don't switch window when we're
1393         in the minibuffer.
1395 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1397         * subr.el (dotimes-with-progress-reporter): New macro.
1399         * ses.el (ses-dotimes-msg): Remove macro.
1400         Use `dotimes-with-progress-reporter' instead.
1402 2005-01-19  Steven Tamm  <steventamm@mac.com>
1404         * term/mac-win.el (process-connection-type): Use new
1405         operating-system-release variable to use ptys on Darwin 7 (OSX
1406         10.3) when using carbon build.
1408 2005-01-19  Jay Belanger  <belanger@truman.edu>
1410         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1411         flags if the last command was a tab or M-tab.
1413         * calc/calc-prog.el (calc-user-define-edit): Put original formula
1414         in formula editing buffer.
1416 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1418         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1419         breakpoint image symbol in margin.
1421 2005-01-19  Jay Belanger  <belanger@truman.edu>
1423         * calc/calc-prog.el (calc-execute-kbd-macro):
1424         Ignore calc-keep-arg-flag.
1426 2005-01-19  Kenichi Handa  <handa@m17n.org>
1428         * textmodes/ispell.el (ispell-looking-at): New function.
1429         (ispell-process-line): Use ispell-looking-at to compare the ispell
1430         output and the buffer contents.
1432 2005-01-18  Jay Belanger  <belanger@truman.edu>
1434         * calc/calc.el (calc-display-raw): Fix docstring.
1436 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1438         * simple.el (blink-matching-open): Strip extra info from syntax.
1440         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1441         funny chars in the end-of-here-doc marker.
1443 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1445         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1446         that enable/disabled state of breakpoints is shown correctly in
1447         fringe and on ttys.
1448         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1449         Add breakpoint information as text properties.
1450         (gdb-mouse-toggle-breakpoint):
1451         Rename to gdb-mouse-set-clear-breakpoint.
1452         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
1453         breakpoints in the margin.
1454         (gdb-remove-strings): Simplify.
1456 2005-01-17  Jay Belanger  <belanger@truman.edu>
1458         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1459         erasing buffer.
1461 2005-01-17  Richard M. Stallman  <rms@gnu.org>
1463         * progmodes/grep.el (grep-find): Copy from `grep' the condition
1464         for calling grep-compute-defaults.
1466         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1467         if buffer is empty.
1469         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1471 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * hilit-chg.el (highlight-changes-mode): Don't autoload.
1475         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1476         non-preloaded variables.
1478 2005-01-17  Steven Tamm  <steventamm@mac.com>
1480         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1481         tex-shell cause to force interactivity when using pipes.
1483 2005-01-17  Kim F. Storm  <storm@cua.dk>
1485         * simple.el (just-one-space): Make arg optional.
1487 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
1489         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1490         posn-at-x-y to t to access left-margin.
1492 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
1494         Sync with Tramp 2.0.47.
1496         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1497         catching keep-date problems in cp/scp operations.
1498         (tramp-handle-copy-file): Don't call `set-file-modes'
1499         unconditionally.  Specialized functions should know better what is
1500         necessary.  This improves performance a little bit, and the
1501         functions could catch errors with `cp -p' and `scp -p'.
1502         (tramp-do-copy-or-rename-file-via-buffer)
1503         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1504         when appropriate.
1505         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1506         Call `set-file-modes' when appropriate.
1507         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
1508         Johnsson <isak@hypergene.com>
1509         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1510         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
1511         <joakim@verona.se>
1512         (tramp-file-name-for-operation): Mark `shell-command' as magic for
1513         Emacs only.
1515         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
1516         `find-file-hooks' and `dired-mode-hook'.
1517         (tramp-minor-mode-map): Respective map.  Add remapping for
1518         `compile' and `recompile'.
1519         (tramp-remap-command, tramp-recompile): New defuns.
1520         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1521         in buffer "*Compilation*".  Call the commands asynchronously.
1523         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1524         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1525         `shell-command', because it isn't magic in XEmacs.  Reported by
1526         Adrian Aichner <adrian@xemacs.org>.
1528         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1529         `substitute-in-file-name.
1530         (tramp-smb-handle-substitute-in-file-name): New defun.
1531         (tramp-smb-advice-PC-do-completion): Delete advice.
1533 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
1535         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1536         Fix error in deleting region.
1538 2005-01-15  Richard M. Stallman  <rms@gnu.org>
1540         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1541         In non-temp buffer, switch syntax table temporarily.
1543         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1545         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1547         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1549         * imenu.el (imenu--split-menu): Copy menulist before sorting.
1550         (imenu--generic-function): Use START, not BEG, as pos of definition.
1552         * simple.el (just-one-space): Argument specifies number of spaces.
1554         * simple.el (eval-expression-print-format): Avoid warning
1555         about edebug-active.
1557 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
1559         * progmodes/sh-script.el: Code copied from make-mode.el
1560         with small changes,
1561         (sh-mode-map): Bind C-c C-\.
1562         (sh-backslash-column, sh-backslash-align): New variables.
1563         (sh-backslash-region, sh-append-backslash): New functions.
1565 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1567         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1568         (rmail-pop-password, rmail-pop-password-required): Move to
1569         rmail-obsolete group.
1570         (rmail-set-pop-password): Rename to rmail-set-remote-password.
1571         All callers updated.
1572         (rmail-get-pop-password): Rename to rmail-get-remote-password.
1573         Take an argument specifying whether it is POP or IMAP mailbox we
1574         are using.  All callers updated.
1575         (rmail-pop-password-error): Rename to
1576         rmail-remote-password-error.  Added mailutils-specific error message.
1577         (rmail-movemail-search-path)
1578         (rmail-movemail-variant-in-use): New variables.
1579         (rmail-remote-password, rmail-remote-password-required):
1580         New customization variables.
1581         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1582         (rmail-parse-url): New function.
1583         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1584         with GNU mailutils movemail.
1586 2005-01-15  Kevin Ryde  <user42@zip.com.au>
1588         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1589         suffix to space, $ or '$, to correctly position point when going
1590         to @table style constants like DBL_MAX.
1592 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
1594         * type-break.el (type-break-mode, type-break-file-time)
1595         (type-break-file-keystroke-count, type-break-choose-file):
1596         Don't store data in or load data from the file if type-break-file-name
1597         is nil.
1598         (type-break-file-name): Doc update as per the above.
1600 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
1602         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1603         lookup-key might return nil; handle that.
1605 2005-01-15  Alan Mackenzie  <acm@muc.de>
1607         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1608         rather than the element found, thus enabling the tree to be setcar'd.
1610 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
1612         * textmodes/org.el (org-show-following-heading): New option.
1613         (org-show-hierarchy-above): Use `org-show-following-heading'.
1614         (org-cycle): Documentation fix.
1616         * textmodes/org.el (orgtbl-optimized): New option
1617         (orgtbl-mode): New command, a minor mode.
1618         (orgtbl-mode-map): New variable.
1619         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1620         (orgtbl-error, orgtbl-self-insert-command)
1621         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1623         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1624         a local variable in each org-mode buffer.
1626         * textmodes/org.el (org-set-regexps-and-options): Rename from
1627         `org-set-regexps'.  Added checking for STARTUP keyword.
1628         (org-get-current-options): Add STARTUP options.
1629         (org-table-insert-row): Mode mode intelligent about when
1630         realignment is needed.
1631         (org-self-insert-command, org-delete-backward-char, org-delete-char):
1632         New commands.
1633         (org-enable-table-editor): New default value `optimized'.
1634         (org-table-blank-field): Support blanking regions if active.
1636 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
1638         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1639         if the year is not given.
1641         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1642         Add new escapes %m and %M, fixed bug with %F by adding
1643         save-match-data.
1644         (reftex-reference): Remove ?. from list of spaces.
1645         (reftex-label-info): Add automatic label prefix recognition.
1647         * textmodes/reftex-index.el (reftex-index-next-phrase):
1648         Add slave parameter to call of `reftex-index-this-phrase'.
1649         (reftex-index-this-phrase): New optional argument.
1650         (reftex-index-region-phrases): Add slave parameter to call of
1651         `reftex-index-this-phrase'.
1652         (reftex-display-index): New argument redo.
1653         (reftex-index-rescan): Add 'redo to arguments of
1654         `reftex-display-index'.
1655         (reftex-index-Rescan, reftex-index-revert)
1656         (reftex-index-switch-index-tag): Add 'redo to arguments of
1657         `reftex-display-index'.
1658         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1659         indexing.  Fix bug with matching is there is a quote before or
1660         after the word.
1662         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1663         Fix bug when collecting citation keys in lines with comments.
1664         (reftex-citation): Prefix argument no longer rescans the document,
1665         but forces prompting for optional arguments of cite macros.
1666         (reftex-do-citation): Prompting for optional arguments implemented.
1668         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1669         Add optional arguments to most cite commands.
1670         (reftex-cite-cleanup-optional-args): New option
1671         (reftex-cite-prompt-optional-args): New option.
1672         (reftex-trust-label-prefix): New option.
1674         * textmodes/reftex-toc.el (reftex-toc-find-section):
1675         Add push-mark before changing the position in the buffer.
1677         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1678         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1680 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
1682         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1683         more carefully.
1685 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1687         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1688         (sgml-mode): Use it.
1689         (sgml-get-context): Better keep track of implicitly closed tags.
1691 2005-01-13  Kenichi Handa  <handa@m17n.org>
1693         * textmodes/ispell.el: These changes are to fix misalignment error
1694         caused by equivalent characters of different Emacs charsets.
1695         (ispell-unified-chars-table): New variable.
1696         (ispell-get-decoded-string): New function.
1697         (ispell-get-casechars, ispell-get-not-casechars)
1698         (ispell-get-otherchars): Call ispell-get-decoded-string.
1700 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
1702         * custom.el (custom-declare-variable): Just put symbol instead
1703         of (defvar . symbol) in `current-load-list'.
1705 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1707         * emacs-lisp/elint.el: Fixed typo in Commentary section.
1709 2005-01-12  Jay Belanger  <belanger@truman.edu>
1711         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1712         to create a Calc summary.
1714 2005-01-12  Kim F. Storm  <storm@cua.dk>
1716         * mouse.el (mouse-on-link-p): Change functionality and doc
1717         string to comply with latest description in lisp ref.
1719 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
1721         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1722         Enable mouse clicks on mode-line, header-line and margin.
1723         (event-type): Give mouse event symbols an 'event-kind property
1724         with value 'mouse-click.
1726 2005-01-12  Juri Linkov  <juri@jurta.org>
1728         * facemenu.el (list-colors-display): Add new arg buffer-name.
1729         Use it.  Fix docstring.  Replace code for identifying duplicate
1730         colors by the name with call to `list-colors-duplicates' which
1731         identifies duplicate colors by the value unless the color
1732         is one of special Windows colors.  Set truncate-lines to t.
1733         Print sorted duplicate color names on each line.  Indent to 22
1734         \(the longest color name in rgb.txt) instead of 20.  Optimize.
1735         (list-colors-duplicates): New function.
1736         (facemenu-color-name-equal): Delete function.
1738         * facemenu.el (list-colors-print): New function created from code
1739         in list-colors-display.  Print #RRGGBB at the window right edge.
1740         (list-colors-display): When temp-buffer-show-function is not
1741         defined, call list-colors-print from temp-buffer-show-hook
1742         to get the right value of window-width in list-colors-print
1743         after the buffer is displayed.
1745         * simple.el (pop-mark): Move deactivate-mark out of conditional
1746         part to deactivate the active mark regardless of the state of the
1747         mark ring.
1749         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1750         variables line in desktop files.
1752 2005-01-12  Juri Linkov  <juri@jurta.org>
1754         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1755         Bring together isearch highlight related options.
1756         (lazy-highlight): Replace group `replace' by `matching'.
1757         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1758         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1759         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1760         and declare them obsolete.
1761         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1762         (isearch-faces): Remove defgroup.
1763         (isearch-overlay, isearch-highlight, isearch-dehighlight):
1764         Move isearch highlighting code closer to lazy highlighting code.
1766         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1767         (query-replace-highlight, query-replace-lazy-highlight)
1768         (query-replace): Move definitions to the beginning of the file.
1770 2005-01-11  Juri Linkov  <juri@jurta.org>
1772         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1773         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1774         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1776         * info.el (Info-history-forward): New variable.
1777         (Info-select-node): Reset Info-history-forward to nil.
1778         (Info-last): Turn into defalias.
1779         (Info-history-back): Rename from Info-last.
1780         Add current node to Info-history-forward.
1781         (Info-history-forward): New fun.
1782         (Info-mode-map): Replace Info-last by Info-history-back.
1783         Bind Info-history-forward to "r".
1784         (Info-mode-menu): Replace Info-last by Info-history-back.
1785         Fix menu item text.  Add menu item for Info-history-forward.
1786         (info-tool-bar-map): Replace Info-last by Info-history-back.
1787         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
1788         for Info-history-forward.
1789         (Info-mode): Replace Info-last by Info-history-back in docstring.
1790         Add local variable Info-history-forward.
1791         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1793 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1795         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1796         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1797         Ignore select-window events rather than fiddle with
1798         mouse-autoselect-window.
1800 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
1802         * type-break.el (type-break-mode): Fix previous change.
1804 2005-01-10  Jay Belanger  <belanger@truman.edu>
1806         * calc/calc-ext.el (calc-reset): Reset when inside embedded
1807         calculator; only reset when point is inside a calculator.
1808         Don't adjust the window height if the window takes up the whole height
1809         of the frame.
1811 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
1813         * ebuff-menu.el (Electric-buffer-menu-mode):
1814         Preserve value of buffer-local var header-line-format.
1816 2005-01-09  Jay Belanger  <belanger@truman.edu>
1818         * calc/calc.el (calc-mode-var-list-restore-saved-values):
1819         Make sure settings file exists before accessing it.
1821         * calc/calc-embed.el (calc-embedded-subst):
1822         Replace math-multi-subst-rec, which is only supposed to be called
1823         by math-multi-subst, by math-multi-subst.
1825 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
1827         * vc.el (vc-allow-async-revert): New user option.
1828         (vc-disable-async-diff): New internal variable.
1829         (vc-revert-buffer): Use them to disable asynchronous diff.
1831         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1832         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1833         asynchronously if vc-disable-async-diff is t.
1835 2005-01-09  Jay Belanger  <belanger@truman.edu>
1837         * calc/calc.el (defcalcmodevar): New macro.
1838         (calc-mode-var-list-restore-default-values)
1839         (calc-mode-var-list-restore-saved-values): New functions.
1840         (calc-mode-var-list): Use defcalcmodevar to define it.
1841         (calc-always-load-extensions, calc-line-numbering)
1842         (calc-line-breaking, calc-display-just, calc-display-origin)
1843         (calc-number-radix, calc-leading-zeros, calc-group-digits)
1844         (calc-group-char, calc-point-char, calc-frac-format)
1845         (calc-prefer-frac, calc-hms-format, calc-date-format)
1846         (calc-float-format, calc-full-float-format, calc-complex-format)
1847         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1848         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1849         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1850         (calc-matrix-brackets, calc-language, calc-language-option)
1851         (calc-left-label, calc-right-label, calc-word-size)
1852         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1853         (calc-display-raw, calc-internal-prec, calc-angle-mode)
1854         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1855         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1856         (calc-window-height, calc-display-trail, calc-show-selections)
1857         (calc-use-selections, calc-assoc-selections)
1858         (calc-display-working-message, calc-auto-why, calc-timing)
1859         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1860         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1861         (calc-gnuplot-default-device, calc-gnuplot-default-output)
1862         (calc-gnuplot-print-device, calc-gnuplot-print-output)
1863         (calc-gnuplot-geometry, calc-graph-default-resolution)
1864         (calc-graph-default-resolution-3d, calc-invocation-macro)
1865         (calc-show-banner): Use defcalcmodevar to declare them and set
1866         their default values.
1868         * calc/calc-ext.el (calc-reset): Restore saved values of variables
1869         instead of default values (but restore default values if there is
1870         an argument of 0).
1872 2005-01-09  David Kastrup  <dak@gnu.org>
1874         * desktop.el (desktop-restore-eager): Fix typo in type.
1876 2005-01-08  Richard M. Stallman  <rms@gnu.org>
1878         * cus-edit.el (customize): Delete :link.
1880 2005-01-08  Jay Belanger  <belanger@truman.edu>
1882         * calc/calc.el (calc-mode): Remove the extension from the
1883         `calc-settings-file' file name when loading it.
1885 2005-01-08  Kim F. Storm  <storm@cua.dk>
1887         * info.el (Info-mode-map, Info-next-link-keymap)
1888         (Info-prev-link-keymap, Info-up-link-keymap):
1889         Map follow-link to mouse-face.
1890         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1892 2005-01-08  Jay Belanger  <belanger@truman.edu>
1894         * calc/calc.el (calc-settings-file): Change default value.
1895         Suggested by cgw in a comment in calc-mode.el.
1897         * calc/calc-mode.el (calc-settings-file-name):
1898         Compare calc-settings-file to user-init-file instead of ~/.emacs.
1899         Replace ~/.emacs in a prompt by calc-settings-file.
1901 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
1903         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1904         (desktop-lazy-idle-delay): New customizable variables.
1905         (desktop-buffer-args-list): New variable.
1906         (desktop-append-buffer-args): New function.
1907         (desktop-save): Call desktop-append-buffer-args for some buffers.
1908         (desktop-lazy-create-buffer): New function.
1909         (desktop-idle-create-buffers): New function.
1910         (desktop-read): Add message about buffers to restore lazily.
1911         (desktop-lazy-abort): New command.
1912         (desktop-clear): Call desktop-lazy-abort.
1913         (desktop-lazy-complete): New command.
1915 2005-01-06  Richard M. Stallman  <rms@gnu.org>
1917         * emacs-lisp/find-func.el (find-face-definition):
1918         Rename from find-face.
1920 2005-01-06  Kim F. Storm  <storm@cua.dk>
1922         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1924         * man.el (Man-xref-man-page, Man-xref-header-file)
1925         (Man-xref-normal-file): Add follow-link property.
1927 2005-01-06  Jay Belanger  <belanger@truman.edu>
1929         * calc/calc-units.el: Make sure the proper macro definitions are
1930         available when compiling.
1932 2005-01-06  Juri Linkov  <juri@jurta.org>
1934         * isearch.el (isearch-lazy-highlight-update):
1935         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1937 2005-01-06  Miles Bader  <miles@gnu.org>
1939         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1940         (isearch-lazy-highlight-face): Use new name.
1942 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * uniquify.el (uniquify-rationalize-file-buffer-names):
1945         Re-add an interactive spec.
1946         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1947         to the same name.
1949         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1950         (isearch-update, isearch-done): Adjust calls accordingly.
1952 2005-01-05  Richard M. Stallman  <rms@gnu.org>
1954         * custom.el (custom-set-variables, custom-theme-set-variables):
1955         Clarify documentation.
1957         * emacs-lisp/find-func.el (find-variable)
1958         (find-variable-other-window, find-variable-other-frame):
1959         Fix the TYPE args to find-function-read and find-function-do-it.
1960         (find-function): Doc fix.
1961         (find-function-at-point): Replace function-at-point alias.
1963 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1965         * cus-face.el (custom-declare-face):
1966         Record defface in current-load-list.
1968         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1970         * emacs-lisp/find-func.el: Doc fixes.
1971         (find-face-regexp): New variable.
1972         (find-function-regexp-alist): New variable.
1973         (find-function-C-source): Third arg is now TYPE.
1974         (find-function-search-for-symbol): Handle general TYPE.
1975         (find-function-read, find-function-do-it): Handle general TYPE.
1976         (find-definition-noselect, find-face): New functions.
1977         (function-at-point): Alias deleted.
1979 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * battery.el (display-battery-mode): Rename from display-battery.
1982         Handle the case where it gets turned off.
1984 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1986         * cus-edit.el (customize): Make :link point to user doc.
1988         * man.el (Man-fontify-manpage): Turn off undo generation.
1990         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1992 2005-01-04  Andreas Schwab  <schwab@suse.de>
1994         * files.el (insert-directory): Only look for error lines in
1995         inserted text.  Don't move too far after processing --dired markers.
1997 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1999         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2000         Don't expand if the character is @, period, dash, etc.
2001         (define-mail-abbrev): Quote names that contain problem characters.
2003 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
2005         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
2007 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2009         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
2010         (query-replace-highlight, query-replace-lazy-highlight)
2011         (query-replace): Definitions moved up.  Doc fix.
2013 2005-01-03  Richard M. Stallman  <rms@gnu.org>
2015         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
2016         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2017         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2018         (lazy-highlight-face): Rename from isearch-lazy-...
2019         Change all references to them.
2021 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2023         * cus-edit.el (custom-file): Doc fix for defcustom.
2024         (custom-file): The function no longer sets the variable
2025         `custom-file' to its return value.
2027         * startup.el (command-line): No longer load `custom-file'.
2029 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
2033         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
2034         Don't confuse module-prefixed identifiers for labels.
2035         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
2037 2005-01-02  Richard M. Stallman  <rms@gnu.org>
2039         * files.el (basic-save-buffer-1): Fix previous change.
2041         * loadhist.el (file-loadhist-lookup): New function.
2042         (file-provides, file-requires): Use it.
2044         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
2045         instead of calculating the right size.
2047 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2049         * vc-svn.el (vc-svn-diff): Stay local if possible.
2051 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
2053         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
2055         * files.el (hack-local-variables): Fix last change.
2057 2005-01-02  Jay Belanger  <belanger@truman.edu>
2059         * calc/calc-yank.el (calc-edit-top): New variable.
2060         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
2061         object.  Change header properties.
2062         (calc-edit-finish, calc-edit-finish-stack-object)
2063         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
2064         edited object.
2065         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
2066         for the beginning of the edited object.
2067         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
2068         for the beginning of the edited object.
2069         * calc/calc-prog.el (calc-edit-macro-finish-edit)
2070         (calc-finish-formula-edit, calc-macro-repeats)
2071         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
2072         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
2073         beginning of the edited object.
2074         (calc-user-define-edit): Change the header for editing macros.
2075         Remove unnecessary variable.
2077 2005-01-01  Jay Belanger  <belanger@truman.edu>
2079         * calc/calc-yank.el (calc-edit-mode): Change default header.
2080         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
2081         * calc/calc-store.el (calc-edit-variable): Change title to match new
2082         header.
2083         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
2084         mode to match new header.
2085         (calc-user-define-edit): Change titles to include names of commands.
2086         (calc-finish-formula-edit): Adjust to handle new header.
2087         (calc-finish-macro-edit): Remove.
2088         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
2089         (calc-edit-macro-command, calc-edit-macro-command-type)
2090         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
2091         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
2092         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
2093         (calc-edit-macro-finish-edit): New functions.
2094         (calc-user-define-edit): Use new functions to edit named calc macros.
2096 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
2098         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
2100         * ses.el (copy-region-as-kill): Deactivate mark.
2102 2005-01-01  Richard M. Stallman  <rms@gnu.org>
2104         * replace.el (occur-1): If the output buffer is also an input,
2105         don't kill it, rename it.
2107         * faces.el (set-face-background, set-face-foreground): Doc fix.
2109         * cus-face.el (custom-face-attributes): Fix :help-echo strings
2110         for :foreground and :background.
2112         * dired.el (dired-view-command-alist): Variable deleted.
2113         (dired-view-file, dired-mouse-find-file-other-window):
2114         Delete the code to use it.
2116 2005-01-01  Kim F. Storm  <storm@cua.dk>
2118         * image.el (insert-sliced-image): Use t for line-height property.
2120 2004-12-31  Jay Belanger  <belanger@truman.edu>
2122         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
2123         for "var-" at the beginning of the minibuffer.
2125 2004-12-31  Richard M. Stallman  <rms@gnu.org>
2127         * faces.el (read-face-name):
2128         Don't treat an attribute spec as a list of faces.
2130         * simple.el (undo): Use undo-equiv-table to detect
2131         unexpected changes since previous undo.
2132         (undo-list-saved): Variable deleted.
2133         (buffer-disable-undo): Don't alter undo-list-saved.
2135         * files.el (require-final-newline): Allow `visit' and `visit-save'.
2136         (mode-require-final-newline): New option.
2137         (after-find-file): Handle require-final-newline with new values.
2138         (basic-save-buffer): Handle new values of require-final-newline.
2140         * progmodes/sh-script.el (sh-require-final-newline):
2141         Alist value now controls whether to use mode-require-final-newline.
2142         (sh-set-shell): Implement that new meaning.
2144         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
2145         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
2146         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
2147         Delete old-Emacs compatibility code.
2148         (antlr-c-common-init): Function deleted.
2150         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
2151         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
2152         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
2153         * progmodes/python.el (python-mode): Use mode-require-final-newline.
2154         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
2155         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
2156         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
2157         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
2158         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
2159         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
2160         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
2161         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
2162         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
2163         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
2164         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
2165         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
2167 2004-12-31  Jay Belanger  <belanger@truman.edu>
2169         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
2170         way to return to Calc.
2172         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
2173         finish, C-xk as the way to cancel the edit.  Add cancel routine to
2174         kill-buffer-hook.
2176         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
2177         MacEdit code.
2179         * calc/calc-prog.el: Remove obsolete MacEdit code.
2180         (calc-macro-edit-algebraic, calc-macro-edit-variable)
2181         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
2183 2004-12-31  Kenichi Handa  <handa@m17n.org>
2185         * international/mule.el (buffer-file-coding-system-explicit):
2186         Rename for explicit-buffer-file-coding-system.
2187         (after-insert-file-set-coding): Adjust for the above change.
2189         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
2190         to buffer-file-coding-system-explicit.
2191         (basic-save-buffer-1): Likewise.
2193 2004-12-30  Richard M. Stallman  <rms@gnu.org>
2195         * textmodes/artist.el (artist-butlast-fn): Var deleted.
2196         (artist-butlast, artist-last): Functions deleted.
2197         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
2198         (artist-compute-key-compl-table): Call remq directly.
2199         (artist-remove-nulls): Function deleted.
2200         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
2201         (artist-push, artist-pop): Macro deleted.
2203 2004-12-30  Andreas Leue  <al@sphenon.de>
2205         * textmodes/artist.el (artist-version): 1.2.6
2206         (artist-prev-next-op-alist): New variable.
2207         (artist-select-next-op-in-list): New function.
2208         (artist-select-prev-op-in-list): New function.
2209         (artist-make-prev-next-op-alist): New function.
2210         (artist-is-in-op-list-p): New function.
2211         (artist-get-first-non-nil-op): New function.
2212         (artist-get-last-non-nil-op): New function.
2213         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
2214         artist-prev-next-op-alist.
2215         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
2216         change drawing operation.
2218 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2220         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
2222 2004-12-31  Masatake YAMATO  <jet@gyve.org>
2224         * server.el (server-process-filter): Suppress `error', too.
2226 2004-12-30  Jay Belanger  <belanger@truman.edu>
2228         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
2229         Change the way a variable is displayed in a message.
2231         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
2232         (calc-user-define-permanent, calc-execute-kbd-macro):
2233         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
2235 2004-12-30  Kenichi Handa  <handa@m17n.org>
2237         * files.el (basic-save-buffer-1):
2238         Set explicit-buffer-file-coding-system to last-coding-system-used.
2239         (revert-buffer): Pay attention to
2240         explicit-buffer-file-coding-system (not buffer-file-coding-system)
2241         on bind coding-system-for-read.
2243         * international/mule.el (explicit-buffer-file-coding-system):
2244         New buffer local variable.
2245         (after-insert-file-set-coding): Set it to coding-system-for-read.
2247 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2249         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
2251 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
2253         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
2254         that include line numbers.
2256 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
2258         * files.el (hack-local-variables): If no PREFIX, set it to "^".
2259         Redundant variable PREFIXLEN removed.
2261 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
2263         * eshell/em-hist.el (eshell-previous-matching-input):
2264         Start the deletion from the end of the output.
2266 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2268         * term/mac-win.el: Require x-dnd.
2269         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
2271 2004-12-29  David Kastrup  <dak@gnu.org>
2273         * international/mule.el (decode-coding-inserted-region):
2274         Don't barf if `buffer-undo-list' is already set to `t'.
2276 2004-12-29  Jay Belanger  <belanger@truman.edu>
2278         * calc/calc-prog.el (calc-user-define-formula): Put default values
2279         for function names in prompts.
2280         (calc-user-define-permanent, calc-user-define-composition)
2281         (calc-user-define-formula): Remove the need for "calcFunc-" in the
2282         default input for algebraic functions.
2284 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
2286         * vc-rcs.el (vc-rcs-annotate-command):
2287         Fix omission bug: Call `vc-setup-buffer'.
2289 2004-12-29  Kenichi Handa  <handa@m17n.org>
2291         * international/mule.el (recode-region): New function.
2293 2004-12-28  Richard M. Stallman  <rms@gnu.org>
2295         * simple.el (undo-extra-outer-limit): New variable.
2296         (undo-outer-limit-truncate): Test and set it.
2298         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2299         enables the feature to extend the existing region.
2301         * simple.el (mark-word): New arg ALLOW-EXTEND
2302         enables the feature to extend the existing region.
2304         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2305         enables the feature to extend the existing region.
2307         * startup.el (site-run-file): Don't allow setting it with Custom.
2309         * simple.el (buffer-disable-undo): Fix previous change.
2311 2004-12-27  Masatake YAMATO  <jet@gyve.org>
2313         * hexl.el (hexlify-buffer): Remove fontification here.
2314         Use font lock mechanism instead.
2315         (hexl-font-lock-keywords): New font lock kewords.
2316         (hexl-mode-old-font-lock-keywords): New variable.
2317         (hexl-mode): Store the old font lock keywords.
2318         (hexl-mode-exit): Restore the old font lock keywords.
2320 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2322         * simple.el (undo): Fix previous change.
2324 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2326         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
2327         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2328         Call x-open-connection on Mac OS X.
2330 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2332         * files.el (buffer-save-without-query): New var (buffer-local).
2333         (save-some-buffers): Save those buffers first, w/o asking.
2335         * files.el (insert-directory-ls-version): New variable.
2336         (insert-directory): When ls returns an error, test the version
2337         number to decide what the return code means.
2338         With --dired output format, detect and distinguish lines
2339         that are really error messages.
2340         (insert-directory-adj-pos): New function.
2342         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2344         * battery.el (battery-mode-line-format): Remove initial spaces.
2346         * uniquify.el (uniquify-rationalize-file-buffer-names):
2347         Delete interactive spec.
2349         * type-break.el (type-break-mode): Set buffer-save-without-query.
2350         Remove code that tried to set save-some-buffers-always.
2351         (type-break-file-keystroke-count): Bind deactivate-mark.
2353         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2355         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2356         Test that the buffer is live, and maybe reject current buffer too.
2357         Clarify.
2358         (next-error-find-buffer): Rewrite for clarity.
2360         * loadup.el: Don't use buffer-disable-undo; do it directly.
2362         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2363         (describe-variable): Call symbol-file with `defvar'.
2365         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2366         (symbol-file): Rewritten to handle new load-history format.
2367         Now takes an arg TYPE to specify looking for a particular
2368         type of definition only.
2370         * emacs-lisp/debug.el (debugger-make-xrefs):
2371         Call symbol-file with `defun'.
2373         * emacs-lisp/find-func.el (find-function-noselect):
2374         Call symbol-file with `defun'.
2375         (find-variable-noselect): Call symbol-file with `defvar'.
2377         * eshell/esh-cmd.el (eshell-find-alias-function):
2378         Call symbol-file with `defun'.
2380         * eshell/esh-test.el (eshell-test-goto-func):
2381         Call symbol-file with `defun'.
2383         * mail/rmail.el (rmail-resend):
2384         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2386         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2388         * progmodes/compile.el (compilation-find-buffer): Rename arg.
2390         * textmodes/texinfmt.el (texinfo-format-buffer-1):
2391         Call buffer-disable-undo.
2393         * simple.el (undo-list-saved): New variable (buffer-local).
2394         (undo): Set and test it.
2395         (buffer-disable-undo): Move here from buffer.c.
2396         Clear out undo-list-saved.
2398         * international/mule.el (decode-coding-inserted-region):
2399         Set buffer-undo-list in a correct and optimal way.
2401         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2402         (cperl-font-lock-unfontify-region-function): No need to save and
2403         restore info, since font-lock.el does it for us.
2405         * ansi-color.el (save-buffer-state): Definition deleted.
2406         (ansi-color-unfontify-region): Don't use save-buffer-state.
2408 2004-12-27  Dave Love  <fx@gnu.org>
2410         * wid-edit.el (function): Use restricted-sexp as parent.
2412 2004-12-27  Kevin Ryde  <user42@zip.com.au>
2414         * simple.el (next-matching-history-element): Use same
2415         `interactive' form as previous-matching-history-element.
2417         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2418         it can appear unencoded and has been seen from yahoo.
2420 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
2422         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2423         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
2425 2004-12-27  Kenichi Handa  <handa@m17n.org>
2427         * international/utf-8.el (utf-translate-cjk-load-tables):
2428         Bind coding-system-for-read to nil while loading subst-*.
2430 2004-12-26  Jay Belanger  <belanger@truman.edu>
2432         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2433         default input.
2435 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
2437         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2438         before reverting and disable undo recording while reverting.
2440 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
2442         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2443         (hs-make-overlay): New function.
2444         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2445         (hs-flag-region): Delete function.
2446         (hs-hide-comment-region): No longer use `hs-flag-region'.
2447         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2448         (hs-hide-block-at-point): Likewise.
2449         (hs-hide-level-recursive): Use `hs-discard-overlays'.
2450         (hs-hide-all, hs-show-all): Likewise.
2451         (hs-show-block): Likewise.
2452         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2454 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
2456         * progmodes/hideshow.el: Require `cl' when compiling.
2457         Remove XEmacs and Emacs 19 compatibility.
2458         Use `dolist' and `add-to-list' for load-time actions.
2459         (hs-discard-overlays): Use `dolist'.
2460         (hs-show-block): Likewise.
2462 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
2464         * faces.el (mode-line, mode-line-inactive): Use min-colors.
2466 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
2468         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2469         When extending backwards, move outside the current comment first.
2471 2004-12-22  Kenichi Handa  <handa@m17n.org>
2473         * international/quail.el (quail-start-translation): Fix prompt
2474         string for the case if input-method-use-echo-area being non-nil.
2475         (quail-start-conversion): Likewise.
2476         (quail-show-guidance): Don't show guidance if
2477         input-method-use-echo-area is non-nil.
2479 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2481         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2483 2004-12-21  Markus Rost  <rost@ias.edu>
2485         * calendar/diary-lib.el (mark-diary-entries):
2486         Set mark-diary-entries-in-calendar only after checking for diary-file.
2488 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2490         * faces.el (escape-glyph): Use blue against light foreground.
2492         * simple.el (undo-outer-limit-truncate): New function.
2493         (undo-outer-limit-function): Use undo-outer-limit-truncate.
2495 2004-12-21  Eli Barzilay  <eli@barzilay.org>
2497         * calculator.el: (calculator-radix-grouping-mode)
2498         (calculator-radix-grouping-digits)
2499         (calculator-radix-grouping-separator):
2500         New defcustoms for the new radix grouping mode functionality.
2501         (calculator-mode-hook): Now used in electric mode too,
2502         (calculator): Call it.
2503         (calculator-mode-map): Some new keys.
2504         (calculator-message): New function.  Some new calls.
2505         (calculator-op, calculator-set-register): Use it.
2506         (calculator-string-to-number): New function, mostly moved and
2507         updated code from calculator-curnum-value.
2508         (calculator-curnum-value): Use it.
2509         (calculator-paste): Use it, and update grabbing the current-kill.
2510         (calculator-rotate-displayer)
2511         (calculator-rotate-displayer-back): Toggle digit grouping when
2512         in radix mode, use calculator-message.
2513         (calculator-displayer-prev, calculator-displayer-next):
2514         Change digit group size when in radix mode.
2515         (calculator-number-to-string): Rename from
2516         calculator-num-to-string.  Now deals with digit grouping in
2517         radix mode.
2518         (calculator-update-display, calculator-put-value): Use the new name.
2519         (calculator-fact): Return a floating point number.
2520         (calculator-mode): Doc fix.
2522 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2524         * calendar/calendar.el (view-other-diary-entries): Add autoload.
2525         * calendar/diary-lib.el (view-other-diary-entries):
2526         Use current-prefix-arg in interactive spec.
2528 2004-12-19  Jay Belanger  <belanger@truman.edu>
2530         * calc/calc-aent.el (calcAlg-blank-matching-open):
2531         Temporarily adjust the syntax of both delimiters of half-open intervals.
2533 2004-12-19  Kim F. Storm  <storm@cua.dk>
2535         * mouse.el (mouse-1-click-follows-link): Doc fix.
2537 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2539         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2540         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2541         instead of centraleuropean as the name
2543 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
2545         Sync with Tramp 2.0.46.
2547         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2548         parameters wrt Tramp convention.
2549         (tramp-handle-file-attributes-with-perl)
2550         (tramp-handle-directory-files-and-attributes): Apply it.
2551         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2552         `copy-program'.  Reported by Zack Weinberg
2553         <zack@codesourcery.com>.
2554         (top): Set `edebug-form-spec' property directly rather than
2555         calling `def-edebug-spec'.
2557         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2558         advice less fragile.  Surround temporary redefinition of
2559         `substitute-in-file-name' with `unwind-protect'.  Suggested by
2560         Matt Hodges <MPHodges@member.fsf.org>.
2562 2004-12-17  Juri Linkov  <juri@jurta.org>
2564         * replace.el (occur-accumulate-lines, occur-engine):
2565         Make forcing deferred font-lock fontification jit-specific.
2567 2004-12-17  Kim F. Storm  <storm@cua.dk>
2569         * mouse.el (mouse-1-click-follows-link): New defcustom.
2570         (mouse-on-link-p): New function.
2571         (mouse-drag-region-1): Implement mouse-1-click-follows-link
2572         functionality.  Map a mouse-1 click event into a mouse-2 (or
2573         other) event when position is inside a link.
2575         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2576         prefix in tooltip text with "mouse-1" when this is a link
2577         recognized by mouse-1-click-follows-link functionality.
2579         * help.el (describe-key): Report effective and original binding
2580         for mouse-1 when clicked on a link.
2581         (describe-mode): Add follow-link property to "minor-mode" button.
2583         * help-fns.el (describe-variable): Add follow-link property to
2584         "below" button.
2586         * help-mode.el (help-xref): Add follow-link property.
2588         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2589         (apropos-command, apropos-variable, apropos-face, apropos-group)
2590         (apropos-widget, apropos-plist): Add follow-link property.
2592         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2593         checks if position is in a filename, rather than some other
2594         clickable item.  Function looks for cvs-filename-face at position.
2596         * wid-edit.el (widget-specify-field, widget-specify-button):
2597         Map a :follow-link keyword into a follow-link property.
2598         (link): Add :follow-link keyword, map to RET binding.
2600         * dired.el (dired-mode-map): Map follow-link to mouse-face.
2602         * progmodes/compile.el (compilation-minor-mode-map)
2603         (compilation-button-map, compilation-mode-map): Likewise.
2605 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
2607         * play/zone.el (zone): Init `line-spacing' from orig buffer.
2608         (zone-replace-char): Take `count' and `del-count'
2609         instead of `direction'.  Update callers.  When `del-count' is
2610         non-nil, delete that many characters, otherwise `count' characters
2611         backwards.  Insert the newly-replaced string `count' times.
2612         (zone-fret): Handle chars w/ width greater than one.
2613         (zone-fall-through-ws): No longer take window width `ww'.
2614         Update callers.  Add handling for `char-width' greater than one.
2615         (zone-pgm-drip): Update var holding window-end position every cycle.
2617 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
2619         * vc.el (vc-default-update-changelog): Use insert-file-contents,
2620         rather than insert-file.
2622 2004-12-16  Jay Belanger  <belanger@truman.edu>
2624         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2625         (math-init-random-base, math-random-digit): Check to see if
2626         var-RandSeed is bound.
2627         (math-random-last): Declare it.
2628         (math-random-digit): Don't make math-random-last local.
2630 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
2632         * play/zone.el (zone): Fix omission bug: Use a self-disabling
2633         one-shot thunk for uniform (error, quit, normal) recovery.
2634         Reported by John Paul Wallington.
2635         (zone-pgm-random-life): Fix bug:
2636         Recognize empty initial field by lack of "@" chars.
2638 2004-12-16  Juri Linkov  <juri@jurta.org>
2640         * help.el (function-called-at-point):
2641         * help-fns.el (variable-at-point): As a last resort try stripping
2642         non-word prefixes and suffixes.
2644         * descr-text.el (describe-property-list): Don't treat syntax-table
2645         specially.  Use describe-text-sexp which inserts [show] button
2646         for large objects and handles printing errors.  Sort properties
2647         by names in alphabetical order instead of by value sizes.
2648         Add `mouse-face' to list of properties for `describe-face' widget.
2649         (describe-char): Mask out face-id from 19 bits of character.
2650         Print face-id separately.
2652         * replace.el (occur-accumulate-lines, occur-engine):
2653         Fontify unfontified matching lines in the source buffer
2654         before copying them.
2655         (occur-engine): Don't put mouse-face on context lines.
2656         (occur-next-error): Set point to line beginning/end
2657         before searching for prev/next property to skip multiple
2658         matches on a line (not supported by occur engine).
2659         Remove redundant prefix-numeric-value.
2661 2004-12-15  Juri Linkov  <juri@jurta.org>
2663         * replace.el (match): New face.
2664         (list-matching-lines-face): Change default from `bold' to `match'.
2666         * progmodes/grep.el (grep-match-face): New defvar.
2667         (grep-mode-font-lock-keywords): Use grep-match-face instead of
2668         compilation-column-face to highlight grep matches.
2670         * apropos.el (apropos-match-face): Change default from
2671         `secondary-selection' to `match'.
2673         * info-look.el (info-lookup-highlight-face): Change default from
2674         `highlight' to `match'.
2676 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
2678         * progmodes/executable.el (executable-interpret): Eliminate
2679         obsolete compile-internal, and switch to comint for interaction.
2681 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
2683         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2684         `&&' when skipping multiple statements on a line.
2686 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
2688         * play/zone.el (zone): Set `truncate-lines'.
2689         Also, init `tab-width' with value from original buffer.
2690         (zone-shift-up): Rewrite for speed.
2691         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2692         (zone-pgm-jitter): Remove redundant entries from ops vector.
2693         (zone-exploding-remove): Reduce iteration count.
2694         (zone-cpos): Convert to defsubst.
2695         (zone-replace-char): New defsubst.
2696         (zone-park/sit-for): Likewise.
2697         (zone-fret): Take window-start arg.
2698         Update callers. Use `zone-park/sit-for'.
2699         (zone-fill-out-screen): Rewrite.
2700         (zone-fall-through-ws): Likewise. Update callers.
2701         (zone-pgm-drip): Use `zone-replace-char'.
2702         Move var inits before while-loop. Use `zone-park/sit-for'.
2703         (zone-pgm-random-life): Handle empty initial field.
2704         Use `zone-replace-char' and `zone-park/sit-for'.
2706 2004-12-15  Juri Linkov  <juri@jurta.org>
2708         * isearch.el (isearch-update): Test isearch-lazy-highlight
2709         before calling isearch-lazy-highlight-new-loop.
2710         (isearch-lazy-highlight-new-loop):
2711         Don't test isearch-lazy-highlight.
2713         * replace.el (perform-replace): Add isearch-case-fold-search.
2714         Use delimited-flag for isearch-regexp.
2715         Reset isearch-lazy-highlight-last-string to force lazy
2716         highlighting when called from isearch mode.
2717         (query-replace-highlight): Revert defcustom type to boolean.
2718         (query-replace-lazy-highlight): New defcustom.
2719         (query-replace): New face.
2720         (perform-replace, replace-highlight, replace-dehighlight):
2721         Test query-replace-lazy-highlight instead of special value
2722         `isearch' of query-replace-highlight.
2723         (replace-dehighlight): Don't call isearch-dehighlight.
2724         (replace-highlight): Don't call isearch-highlight.
2725         Use face `query-replace' unconditionally.
2727 2004-12-14  Kim F. Storm  <storm@cua.dk>
2729         * simple.el (inhibit-mark-movement): Remove defvar.
2730         (beginning-of-buffer, end-of-buffer): Don't use it.
2732         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2733         Don't use inhibit-mark-movement.
2735         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2736         (cua--undo-push-mark): Remove.
2737         (cua--pre-command-handler, cua--post-command-handler):
2738         Don't fiddle with inhibit-mark-movement.
2740 2004-12-14  Juri Linkov  <juri@jurta.org>
2742         * buff-menu.el (list-buffers-noselect): Collect internal info
2743         for every buffer in BUFFER-LIST arg too.
2744         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2745         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2746         Bind same-window-buffer-names and same-window-regexps to nil.
2748 2004-12-13  Juri Linkov  <juri@jurta.org>
2750         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2752         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2753         (sc-cite-region, sc-uncite-region, sc-recite-region):
2754         Fix previous change to handle not alist as a symbol, but
2755         a citation frame as a symbol that represents a variable name.
2757 2004-12-13  Richard M. Stallman  <rms@gnu.org>
2759         * filecache.el (file-cache-add-directory-using-find):
2760         Only set up file-cache-find-command-posix-flag if we will use it.
2762         * bindings.el (mode-line-buffer-identification-keymap):
2763         Don't cancel the mode-line's usual down-mouse-1 binding.
2765         * cus-edit.el (custom-face-selected): Handle `default' specs.
2766         (custom-face-edit): Increase extra-offset.
2767         (custom-display): Handle `default' specs.
2769         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2771         * emacs-lisp/elint.el (elint-standard-variables)
2772         (elint-unknown-builtin-args): Move definitions up.
2774         * net/browse-url.el (browse-url-url-at-point): Add autoload.
2776         * info.el (info-xref-visited): Use `default' instead of t.
2777         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2779         * faces.el (header-line, mode-line-inactive, tool-bar):
2780         Use `default' instead of t for setting the defaults.
2781         (face-spec-choose): Separate `t' from `default'.
2783         * subr.el (while-no-input): New macro.
2785 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
2787         * filecache.el (file-cache-add-directory-using-find):
2788         Only test file-cache-find-command-posix-flag on some systems.
2790 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2792         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2793         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2794         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2795         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2796         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2798 2004-12-12  Juri Linkov  <juri@jurta.org>
2800         * files.el (find-file-other-window, find-file-other-frame):
2801         Add the first buffer to the returned value to return the complete
2802         list of all visited buffers.
2803         (find-file-read-only, find-file-read-only-other-window)
2804         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2805         `find-file-read-args'.  Signal an error about non-existent file
2806         only if file name doesn't contain wildcards.  Toggle read-only in
2807         all visited buffers.
2808         (find-alternate-file, find-alternate-file-other-window):
2809         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
2810         called interactively.  Pass arg `wildcards' to other functions.
2811         (find-file-noselect): Doc fix.
2813         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2814         Doc fix.
2815         (ffap-directory-finder): New variable.
2816         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2817         (ffap-file-at-point): Add /* to immediately rejected names.
2818         Return absolute file names matching ffap-dired-wildcards.
2819         (ffap-read-file-or-url): Set default value for `completing-read'
2820         to `buffer-file-name'.
2821         (find-file-at-point): When filename matches ffap-dired-wildcards,
2822         call ffap-file-finder with t arg `wildcards', instead of dired.
2823         (ffap-other-window, ffap-other-frame): Return visited buffers.
2824         (ffap-read-only, ffap-read-only-other-window)
2825         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2826         (dired-at-point): Call ffap-directory-finder instead of dired.
2827         (ffap-dired-other-window, ffap-dired-other-frame)
2828         (ffap-list-directory): New commands.
2829         (ffap-bindings): New keybindings for new commands.
2831 2004-12-12  Juri Linkov  <juri@jurta.org>
2833         * simple.el (beginning-of-buffer, end-of-buffer):
2834         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2835         Do not push mark when mark is active in transient-mark-mode.
2837         * simple.el (mark-word):
2838         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2839         * textmodes/paragraphs.el (mark-paragraph):
2840         Extend the region when mark is active in transient-mark-mode,
2841         regardless of the last command.  Doc fix.
2843         * simple.el (mark-word): Preserve direction when repeating.
2844         Make arg optional.  Interactive "p" -> "P".
2845         (transient-mark-mode, inhibit-mark-movement): Doc fix.
2847         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2848         preserving direction, to mark forward instead of backward when mark
2849         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2851 2004-12-12  Juri Linkov  <juri@jurta.org>
2853         * isearch.el (isearch-edit-string): Set 7th arg of
2854         `read-from-minibuffer' to `t' to inherit the current input
2855         method (whose name is indicated by [IM] in the minibuffer prompt)
2856         from the current buffer to the minibuffer.
2857         (isearch-lazy-highlight-update): Put body to `with-local-quit'
2858         to allow C-g quitting for lazy highlighting looping inside the
2859         search with nested repetition operators.  Add overlay to the list
2860         before setting its face and other properties to avoid the case of
2861         code quitting after placing the new overlay but before it's
2862         recorded on the list.  Select the window where isearch was
2863         activated, to highlight matches in the right window when isearch
2864         switches the current window to the minibuffer.
2866         * international/isearch-x.el
2867         (isearch-process-search-multibyte-characters):
2868         Use `isearch-message' as initial input for `read-string' instead
2869         of adding it to the minibuffer prompt.  After reading a string
2870         remove the initial value of `isearch-message' from the string.
2872         * replace.el (replace-match-maybe-edit): Doc fix.
2873         (perform-replace): Don't call `replace-highlight' when automatic
2874         replacement is requested in literal mode, since it is intended
2875         only to highlight words during entering a new replacement string
2876         for \? in non-literal mode.
2878         * replace.el (query-replace-highlight): Add new value `isearch'
2879         that allows query replacement to use isearch highlighting.
2880         Change type from `boolean' to `choice'.  Doc fix.
2881         (replace-highlight, replace-dehighlight, perform-replace):
2882         Use isearch highlighting if query-replace-highlight eq `isearch'.
2884 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2886         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2887         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2889         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2890         case of \end{verbatim}.
2892 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2894         * term.el (term-termcap-format): Synchronyze with terminfo.
2895         (term-emulate-terminal): Handle reset.
2896         (term-reset-terminal): New function.
2898 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
2900         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2901         (zone-fill-out-screen): New func.
2902         (zone-pgm-drip): Use `zone-fill-out-screen'.
2903         Also, no longer go to point-min on every cycle.
2904         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2905         (zone-pgm-random-life-wait): New user var.
2906         (zone-pgm-random-life): New func.
2908 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
2910         * files.el (auto-mode-alist): Map .com to DCL mode.
2912 2004-12-09  Richard M. Stallman  <rms@gnu.org>
2914         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2916 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
2918         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2919         buffer with a display margin.
2921 2004-12-08  Jay Belanger  <belanger@truman.edu>
2923         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2924         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2926 2004-12-08  Richard M. Stallman  <rms@gnu.org>
2928         * faces.el: Delete code to set display table.
2929         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
2931 2004-12-08  Jay Belanger  <belanger@truman.edu>
2933         * calc/calc.el: Add math-read-preprocess-string to autoloads.
2935         * calc/calc-ext.el (math-read-replacement-list)
2936         (math-read-superscripts, math-read-preprocess-string): Move to
2937         calc-aent.el.
2939         * calc/calc-aent.el (math-read-replacement-list)
2940         (math-read-superscripts, math-read-preprocess-string): Move from
2941         calc-ext.el.
2943 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2945         * isearch.el (isearch-quote-char): Fix up typo in last change.
2947 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
2949         * mouse.el (mouse-set-font): Handle the case where the command was
2950         not invoked using the mouse.
2952         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2953         (edmacro-finish-edit): Further update for keyboard macros that are
2954         lambda forms.
2955         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2957 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2959         * font-lock.el (font-lock-unfontify-region): Save buffer state.
2960         (font-lock-default-unfontify-region): Don't save buffer state any more.
2962 2004-12-07  Jay Belanger  <belanger@truman.edu>
2964         * calc/calc-help.el (calc-describe-key):
2965         Set calc-summary-indentation even when Calc Summary buffer exists.
2967 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
2969         * calendar/holidays.el (holiday-easter-etc): Make arguments
2970         optional for backwards compatibility.  Doc fix.
2971         Remove un-necessary local vars mandatory, output-list.
2972         (holiday-advent):  Make arguments optional for backwards
2973         compatibility.  Doc fix.
2975 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2977         * paren.el (show-paren-function): Fix last change (2004-12-02).
2979         * international/mule-util.el (char-displayable-p): Return nil for
2980         unibyte mode.
2982         * subr.el (subregexp-context-p): New function.
2984         * isearch.el (isearch-quote-char): Use it.
2986         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2987         (regexp-opt-not-groupie*-re): Remove.
2988         (regexp-opt): Properly handle inputs with duplicate entries.
2990 2004-12-06  Richard M. Stallman  <rms@gnu.org>
2992         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2994         * cus-edit.el (custom-file): Doc fix.
2996         * textmodes/org.el: New file.
2998 2004-12-06  Kenichi Handa  <handa@m17n.org>
3000         * ldefs-boot.el: Update international/mule-util.el section.
3002 2004-12-05  Sam Steingold  <sds@gnu.org>
3004         * net/tramp.el (tramp-handle-file-accessible-directory-p):
3005         Fix `tramp-time-diff' comparison logic.
3007 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
3009         * progmodes/which-func.el (which-function):
3010         Use `run-hook-with-args-until-success' instead of a custom loop.
3011         Fixes bug with local hooks.
3013 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3015         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
3016         Use delete-dups when calculating the initial value.
3017         (bibtex-autokey-get-title): Use <=.
3018         (bibtex-goto-line): New function.
3019         (bibtex-reposition-window): Use line numbers instead of point
3020         positions.  Use window-body-height.
3021         (bibtex-find-crossref): Use bibtex-reposition-window.
3022         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
3023         position of entry if key is found or nil if not found.
3025 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3027         * cus-edit.el (custom-file): Doc fix.
3029         * progmodes/sh-script.el (sh-indent-for-then): Change default.
3031 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * simple.el (blink-matching-open):
3034         * textmodes/tex-mode.el (tex-validate-region):
3035         Obey syntax-table text properties.
3037 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3039         * wid-edit.el (widget-specify-field): Add `real-field' property to
3040         boundary.
3041         (widget-field-at): Use it.
3043 2004-12-02  Richard M. Stallman  <rms@gnu.org>
3045         * progmodes/cc-mode.el (awk-mode autoload):
3046         Supply t meaning interactive function.
3048         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
3049         (isearch-mode-map): No special definition for space.
3050         (isearch-whitespace-chars): Command deleted.
3051         (isearch-forward-regexp): Doc fix.
3052         (isearch-quote-char): When a space is not inside brackets,
3053         use `[ ]' instead of just space.
3054         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
3056         * imenu.el (imenu--generic-function): Delete code to exclude
3057         matches in comments.
3059         * man.el (Man-reverse-face): Change default to `highlight'.
3061         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
3062         (occur-engine): Use `face' prop rather than `font-lock-face'
3063         when specifying use of `match-face'.
3064         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
3066         * emacs-lisp/elint.el (elint-standard-variables): Update list.
3068         * add-log.el (add-log-current-defun): Handle the case where point
3069         is in the header part of a DEFUN construct.
3071 2004-12-02  Dave Love  <fx@gnu.org>
3073         * progmodes/python.el (python-font-lock-syntactic-keywords):
3074         Fix previous change.
3076 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
3078         * paren.el (show-paren-function): Check for matching chars
3079         specified by text props.
3081 2004-12-02  Jay Belanger  <belanger@truman.edu>
3083         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
3084         when reading a new key sequence.
3086 2004-12-02  Kim F. Storm  <storm@cua.dk>
3088         * faces.el (escape-glyph): Rename from glyph.
3089         (standard-display-table): Set it here.  Add escape-glyph face to
3090         extra slot characters.
3092         * disp-table.el: Undo 2004-12-01 change.  Display table is now
3093         setup in faces.el.
3095 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
3097         * xml.el (xml-parse-dtd): Don't show validity messages when
3098         xml-validating-parser is nil.
3099         (xml-substitute-special): Fix validity error messages to
3100         actually show the unexpandable entity.  Added validity error if &
3101         isn't followed by an entity.
3102         (xml-parse-tag): Concatenate any string following the a
3103         <![CDATA[]]> section to the parsed CDATA.
3104         (xml-parse-dtd): Skip parameter entity declarations and use of
3105         parameter entities.
3107 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3109         * kmacro.el (kmacro-default-counter-format): New var.
3110         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
3111         (kmacro-display): Remove `nil' from `and' form.  Delete call to
3112         `format' inside `message'.
3113         (kmacro-start-macro): Use `kmacro-default-counter-format'.
3115 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3117         * pcvs.el (cvs-header-msg): New function.
3118         (cvs-update-header): Use it.  Change calling convention.
3119         Correctly handle the case of having simultaneous active processes.
3120         (cvs-sentinel): Don't call cvs-update-header any more.
3121         (cvs-mode-run): Update call and add cvs-update-header to postproc.
3123 2004-12-01  Jay Belanger  <belanger@truman.edu>
3125         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
3126         Change message.
3128 2004-12-01  Juri Linkov  <juri@jurta.org>
3130         * progmodes/prolog.el (prolog-mode-variables):
3131         Fix imenu-generic-expression.
3133 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
3135         * faces.el (glyph): New face.
3137         * disp-table.el: Add an autoloaded table, that doesn't require
3138         this library, with glyph face.
3140         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
3141         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
3142         (conf-quote-normal): Allow normalizing only ' or ".
3143         (conf-mode): Regexp-quote constructed comment-start and don't
3144         match section {} where "name" contains braces.
3146         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
3147         files.
3149 2004-12-01  Kenichi Handa  <handa@m17n.org>
3151         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
3152         (x-select-text): Don't treat eight-bit-control/graphic chars
3153         specially.  Store the encoded text in the X cut buffer.
3154         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
3155         with x-last-selected-text-cut-encoded.
3157 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3159         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
3161 2004-11-30  Markus Rost  <rost@ias.edu>
3163         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
3164         AUCTeX.
3166 2004-11-30  Jay Belanger  <belanger@truman.edu>
3168         * calc/calc-arith.el (math-possible-signs): Made stronger checks
3169         on signs of intervals.
3170         (math-pow-of-zero): Strengthen checks for positive and negative
3171         exponents.
3173         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
3174         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
3175         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
3176         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
3177         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
3178         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
3179         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
3180         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
3181         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
3182         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
3183         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
3184         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
3185         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
3186         with provide statements.
3188         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
3190         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
3192         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
3193         (calc-load-everything, math-defsimplify): Replace dummy autoloading
3194         functions by require statements.
3195         (math-defsimplify): Move to calc-alg.el, add to autoloads.
3197         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3198         (calc-gnuplot-print): Give them values.
3200         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
3201         autoloads.
3202         Add calc-do-embedded-activate to autoloads.
3203         (calc-gnuplot-name, calc-gnuplot-plot-command)
3204         (calc-gnuplot-print-command): Move them to calc-graph.el.
3206 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3208         * term/mac-win.el (ccl-encode-mac-roman-font)
3209         (ccl-encode-mac-cyrillic-font)
3210         (ccl-encode-mac-centraleuropean-font, encoder-list)
3211         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
3212         Support Cyrillic, CentralEuropean, and Dingbat font display
3214 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
3216         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
3218         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
3219         still nil.
3221 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
3223         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
3224         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
3226 2004-11-29  Jay Belanger  <belanger@truman.edu>
3228         * calc/calc-arith.el (math-pow-of-zero): Take into account different
3229         cases of the base and exponent.
3231 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3233         * simple.el (next-error-buffer-p): Allow for inclusive and
3234         exclusive tests for finding a buffer.
3235         (next-error-find-buffer): Pass the exclusive and inclusive tests
3236         to next-error-buffer-p.
3238         * replace.el (occur-next-error): Switch to the Occur buffer when
3239         appropriate, use the exclusive filter to next-error-find-buffer to
3240         do it.  Use the absolute value of the motion amount.
3242 2004-11-29  Kenichi Handa  <handa@m17n.org>
3244         * startup.el (command-line): Decode all default-directory by
3245         locale-coding-system.
3247 2004-11-29  Jay Belanger  <belanger@truman.edu>
3249         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
3250         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
3251         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
3252         Replace calls to calc-extensions by appropriate require, replace
3253         calc-extensions-loaded by appropriate featurep.
3255         * calc/calc-ext.el: Move require to end of file.
3256         Remove redundant loading of calc.el.
3257         (calc-extensions-loaded): Remove unnecessary variable.
3258         (calc-extensions): Remove unnecessary function.
3259         (calc-load-everything): Replace calc-need-macros by appropriate require.
3261         * calc/calc-macs.el: Move provide to end of file.
3262         (calc-need-macros): Remove unnecessary function.
3264         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3265         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3266         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3267         Replace calc-extensions by appropriate require.
3268         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3270         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3271         Replace calc-need-macros by appropriate require.
3273         * calc/calc.el: Move require to end of file.
3274         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3275         Remove unnecessary variable.
3276         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3277         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3278         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3279         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3280         (math-stack-value-offset, math-format-value, math-format-flat-expr)
3281         (math-format-number, math-format-bignum, math-read-number)
3282         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3283         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3284         by appropriate require.
3285         (calc-check-defines): Replace calc-need-macros by appropriate require.
3287 2004-11-29  Kim F. Storm  <storm@cua.dk>
3289         * macros.el (insert-kbd-macro): Handle kmacro functions.
3291 2004-11-28  Juri Linkov  <juri@jurta.org>
3293         * compare-w.el (compare-windows-highlight): Attach each overlay
3294         to its window to properly highlight differences while comparing
3295         two windows of the same buffer.  Fix arguments.
3296         (compare-windows-sync-default-function): Fix arguments of
3297         `compare-windows-highlight'.
3299         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3300         Use `read-expression-history'.  Set initial contents only if
3301         `edebug-global-break-condition' is non-nil.  Set histpos to 1
3302         if initial contents is equal to the last history element.
3303         (edebug-set-conditional-breakpoint): Instead of temporarily
3304         prepending the current condition to the history, set initial
3305         contents to the current condition.  Set histpos to 1 if initial
3306         contents is equal to the last history element.
3308         * info.el (Info-search-whitespace-regexp): Remove shy group.
3309         (Info-search): Forward line if search is on the header line.
3310         Use search-whitespace-regexp in two other places.
3312 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3314         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3315         warning.  Delay real definition, which uses
3316         `set-fringe-indicators-1' till after the definition of that function.
3318 2004-11-28  Kim F. Storm  <storm@cua.dk>
3320         * fringe.el (fringe): New defgroup.
3321         (fringe-mode): Move to fringe group.
3322         (fringe-indicators): New defcustom.
3323         (set-fringe-indicators-1): New defun.
3325         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3326         (menu-bar-showhide-fringe-ind-menu): New keymap.
3327         (menu-bar-showhide-fringe-ind-empty)
3328         (menu-bar-showhide-fringe-ind-mixed)
3329         (menu-bar-showhide-fringe-ind-box)
3330         (menu-bar-showhide-fringe-ind-right)
3331         (menu-bar-showhide-fringe-ind-left)
3332         (menu-bar-showhide-fringe-ind-none): New defuns.
3333         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3335 2004-11-27  Richard M. Stallman  <rms@gnu.org>
3337         * comint.el (comint-read-noecho): Add trivial compatibility definition.
3339         * generic.el (define-generic-mode): Doc fix.
3341         * menu-bar.el (menu-bar-options-save): For the options
3342         that are toggled with menu-bar-make-mm-toggle, don't check
3343         for customized-value prop.
3345 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
3347         * mail/supercite.el (sc-cite-region): Handle the case where
3348         sc-cite-frame-alist is a symbol.
3349         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3350         a symbol.
3351         (sc-recite-region): Handle the case where sc-recite-frame-alist is
3352         a symbol.
3354 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3356         * wid-edit.el (widget-narrow-to-field): New function.
3357         (widget-complete): Use it.
3359 2004-11-27  Jay Belanger  <belanger@truman.edu>
3361         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3362         variable.
3363         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3364         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3365         (math-alg-inequalities): Move declaration to earlier in the file.
3367         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3368         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3369         Declare them.
3371         * calc/calc-lang.el (math-expr-data, math-expr-token)
3372         (math-exp-old-pos): Declare them.
3374         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3375         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3377 2004-11-27  Kim F. Storm  <storm@cua.dk>
3379         * progmodes/flymake.el: Use (featurep 'xemacs).
3380         (flymake-makehash): Change to defsubst.  Use fboundp.
3381         (flymake-time-to-float): Remove.
3382         (flymake-float-time): Merge code from flymake-time-to-float here.
3383         (flymake-replace-regexp-in-string): Change to defsubst.
3384         (flymake-split-string-remove-empty-edges):
3385         Rename to flymake-split-string.
3386         (flymake-split-string): Remove previous defalias.
3387         (flymake-get-temp-dir): Change to defsubst.
3388         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3389         Define for xemacs only.
3390         (flymake-master-file-count-limit): Change into compiler defvar only.
3391         (flymake-find-possible-master-files): Let-bind it dynamically while
3392         sorting files using flymake-master-file-compare.
3394 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3396         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3397         of defun-prompt-regexp matches inside a comment/string but the
3398         beginning is correctly outside everything.
3400         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3401         appears within a string or a comment.
3403         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3404         rather than make-symbol for symbols which are used in
3405         a symbol-macrolet or equivalent.
3407 2004-11-26  Jay Belanger  <belanger@truman.edu>
3409         * calc-misc.el (calc-last-why-command): Declare it.
3411         * calc-vec.el (math-grade-vec): New variable.
3412         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3413         Replace variable grade-vec by declared variable.
3414         (math-rb-close): New variable.
3415         (math-read-brackets, math-read-vector): Replace variable close by
3416         declared variable.
3418         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3419         (calc-one-window, calc-edit-handler, calc-restore-trail)
3420         (calc-allow-ret): Declare them.
3422         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3423         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3424         (math-radix-float-cache-tag, math-random-cache)
3425         (math-max-digits-cache, math-integral-cache, math-units-table)
3426         (math-format-date-cache, math-holidays-cache-tag): Declare them.
3427         (math-moc-func): New variable.
3428         (math-map-over-constants, math-map-over-constants-rec):
3429         Replace variable func by declared variable.
3431         * calc/calc-store.el (calc-given-value, calc-store-opers):
3432         Declare them.
3433         (calc-var-name-map): Move declaration to earlier in the file.
3434         (calc-pv-pos): New variable.
3435         (calc-permanent-variable, calc-insert-permanent-variable):
3436         Replace variable pos by declared variable.
3438         * calc/calc-mtx.el (calc-det-lu): New variable.
3439         (math-det-raw, math-det-step): Replace variable lu by declared variable.
3441         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3442         (math-multi-subst, math-multi-subst-rec): Replace variables temp
3443         and arg by declared variables.
3444         (calcFunc-reducer): Fix incorrect variable.
3445         (math-inner-mul-func, math-inner-add-func): New variables.
3446         (calcFunc-inner, math-inner-mats): Replace variables mul-func
3447         and add-func by declared variables.
3449         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3450         (calc-digit-value): Declare them.
3452         * calc/calc-help.el (Info-history): Declare it.
3453         (calc-describe-key): Make calc-summary-indentation a local variable.
3454         (calc-help-long-names): Move declaration to earlier in file.
3456         * calc/calc-embed.el (calc-original-buffer): Declare it.
3457         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3458         (calc-embed-bot): New variables.
3459         (calc-do-embedded, calc-embedded-mark-formula)
3460         (calc-embedded-find-bounds, calc-embedded-duplicate)
3461         (calc-embedded-new-formula, calc-embedded-make-info):
3462         Replace vars outer-top, outer-bot, bot and top by declared variables.
3463         (calc-embed-prev-modes): New variable.
3464         (calc-embedded-set-modes, calc-embedded-update): Replace variable
3465         prev-modes with declared variable.
3466         (calc-embed-vars-used): New variable.
3467         (calc-embedded-make-info, calc-embedded-evaluate-expr)
3468         (calc-embedded-update, calc-embedded-find-vars): Replace variable
3469         vars-used by declared variable.
3471         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3472         (math-format-radix-float): Remove unnecessary setq.
3473         (math-radix-float-cache): Declare it.
3475         * calc/calcsel2.el (calc-keep-selection): Declare it.
3477         * calc/calc-maint.el: Remove file.
3479 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3481         * textmodes/bibtex.el (bibtex-sort-entry-class)
3482         (bibtex-comment-start): Use defcustom.
3483         (bibtex-entry-field-alist): Use nil if initial content of the
3484         field is undefined.  Fix docstring.
3485         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3486         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3487         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3488         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3489         Fix docstring.
3490         (bibtex-autokey-title-terminators): Use only one regexp.
3491         (bibtex-string-maybe-empty-head): New variable.
3492         (bibtex-remove-delimiters-string): New function.
3493         (bibtex-text-in-field-bounds, bibtex-text-in-string):
3494         Use bibtex-remove-delimiters-string.
3495         (bibtex-progress-message, bibtex-field-left-delimiter)
3496         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3497         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3498         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3499         Simplify.
3500         (bibtex-format-entry): Use save-excursion for inherited booktitle.
3501         Use eq and bibtex-remove-delimiters-string.  For end markers use
3502         insertion type so that marker stays after inserted text.
3503         (bibtex-autokey-get-names): Return empty string if name is missing.
3504         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3505         calling bibtex-autokey-name-case-convert.
3506         (bibtex-autokey-demangle-title):
3507         Call bibtex-autokey-titleword-case-convert.  Remove call to
3508         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3509         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3510         (bibtex-read-key): New optional arg global.
3511         (bibtex-files-expand): New optional arg force.
3512         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3513         (bibtex-complete-crossref-cleanup): Rename from
3514         bibtex-complete-key-cleanup.  Simplify code.
3515         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
3516         Operate on current entry.
3517         (bibtex-button): Add docstring.
3518         (bibtex-entry): Simplify.
3519         (bibtex-make-field): Replace optional arg called-by-yank with more
3520         specific args move and interactive.
3521         (bibtex-end-of-entry): Use forward-sexp.
3522         (bibtex-find-entry-globally): Remove.
3523         (bibtex-find-crossref): Allow for crossref key located in other buffer.
3524         Bound to C-c C-x.
3525         (bibtex-find-entry): New optional args global and display.
3526         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
3527         (bibtex-validate): Use arg force of bibtex-files-expand.
3528         (bibtex-clean-entry): Bugfix, clean string entries properly.
3529         Always keep point at beginning of entry.
3530         (bibtex-complete): Bugfix.  Handle string entries properly.
3531         Call cleanup functions only if needed.
3532         (bibtex-String): Use bibtex-read-string-key.
3533         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
3534         case of replacement text.
3536 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
3538         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3539         (tramp-perl-directory-files-and-attributes): New constant.
3540         (tramp-file-name-handler-alist): Delete file-directory-files, add
3541         directory-files-and-attributes.
3542         (tramp-perl-file-attributes): Surround uid and gid by double
3543         quotes. Change parameter id-format from nonnumeric.
3544         (tramp-convert-file-attributes): New function.
3545         (tramp-handle-file-attributes): Use it.
3546         (tramp-maybe-send-perl-script): New function.
3547         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3548         file mode. Change parameter id-format from nonnumeric.
3549         (tramp-handle-file-attributes-with-ls): Change parameter id-format
3550         from nonnumeric.
3551         (tramp-post-connection): Don't send tramp-perl-file-attributes
3552         script. Reset connection property "perl-scripts".
3553         (tramp-handle-insert-directory): Run real handler when ls-lisp is
3554         in use.
3556 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
3558         * desktop.el (desktop-read): Replace mapcar with mapc.
3559         (desktop-create-buffer): Replace mapcar with mapc.
3560         Remove redundant piece of code.
3562 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
3564         * progmodes/gud.el (gud-display-line): Use display-buffer
3565         for GDB-UI as for GUD.
3567         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3568         Delete variables.
3569         (gdb-ann3): Don't make GUD buffer dedicated.
3570         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3571         (gdb-display-source-buffer): Delete function.
3572         (gdb-view-source-function, gdb-view-assembler): Delete functions.
3573         (menu): Delete menu bindings for viewing source/assembler.
3574         (gdb-setup-windows, gdb-restore-windows):
3575         Don't dedicate GUD. No assembler now.
3576         (gdb-reset): No need to undedicate source buffers now.
3577         (gdb-source-info): No assembler now.
3579 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
3581         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3582         width to those for special frames.
3583         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3584         Use display-buffer.
3585         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3586         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3587         (gdb-frame-assembler-buffer): Rework like
3588         gdb-frame-breakpoints-buffer.
3590 2004-11-25  Richard M. Stallman  <rms@gnu.org>
3592         * progmodes/flymake.el: Reindent.
3593         (flymake-split-string): Turn into defalias.
3594         (flymake-fix-file-name): Rename from flymake-fix-path-name.
3595         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3596         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
3597         (flymake-build-relative-filename): Rename from ...path.
3598         Fix error message.
3600 2004-11-25  Cheng Gao  <chenggao@gmail.com>
3602         * progmodes/flymake.el: Much whitespace and capitalization change.
3603         Move `provide' to end.  Require `compile' only when compiling.
3605 2004-11-24  Jay Belanger  <belanger@truman.edu>
3607         * calc/calc-alg.el: Added comment.
3608         (math-polynomial-base): Replace variable mpb-top-expr by
3609         math-poly-base-top-expr.
3611         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3612         (math-polynomial-p1): Replace variable mpb-top-expr by declared
3613         variable.
3614         (math-poly-base-total-base): New variable.
3615         (math-total-polynomial-base, math-polynomial-p1): Replace variable
3616         mpb-total-base by declared variable.
3617         (math-factored-vars, math-to-list): Declare it.
3618         (math-fact-expr): New variable.
3619         (calcFunc-factors, calcFunc-factor, math-factor-expr)
3620         (math-factor-expr-try, math-factor-expr-part): Replace variable
3621         expr by declared variable.
3622         (math-fet-x): New variable.
3623         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3624         by declared variable.
3625         (math-factor-poly-coefs): Make temp a local variable.
3627         * calc/calc-units.el (calc-convert-units): Make units a local
3628         variable.
3629         (calc-num-units, calc-den-units): New variables.
3630         (calc-explain-units, calc-explain-units-rec): Replace variables
3631         num-units and den-units by declared variables.
3632         (math-cu-unit-list): New variable.
3633         (math-build-units-table, math-compare-unit-names)
3634         (math-convert-units, math-convert-units-rec): Replace variable
3635         unit-list by declared variable.
3636         (math-fbu-base, math-fbu-entry): New variables.
3637         (math-find-base-units, math-find-base-units-rec): Replace variables
3638         base and entry by declared variables.
3639         (math-which-standard): New variable.
3640         (math-to-standard-units, math-to-standard-rec): Replace variable
3641         which-standard by declared variable.
3642         (math-fcu-u): New variable.
3643         (math-find-compatible-unit, math-find-compatible-unit-rec):
3644         Replace variable u by declared variable.
3645         (math-cu-new-units, math-cu-pure): New variables.
3646         (math-convert-units, math-convert-units-rec): Replace variables
3647         new-units and pure by declared variables.
3648         (math-try-cancel-units): New variable.
3649         (math-simplify-units-quotient): Replace variable try-cancel-units by
3650         declared variable.
3652 2004-11-24  Richard M. Stallman  <rms@gnu.org>
3654         * textmodes/ispell.el (ispell-check-version):
3655         If default-directory is nonexistent, use home dir.
3657         * progmodes/grep.el (grep-regexp-alist):
3658         Don't match parens around line numbers.
3660         * progmodes/cperl-mode.el (cperl-indent-region)
3661         (cperl-imenu--create-perl-index, cperl-xsub-scan):
3662         Don't print progress messages.
3664         * progmodes/compile.el (compilation-mode-map):
3665         Don't inherit from compilation-minor-mode-map;
3666         copy its bindings instead.  But the menu bar Compile
3667         entry now does inherit from compilation-menu-map.
3669         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3670         Use with-no-warnings around compiler-macroexpand.
3672         * imenu.el: Don't always require newcomment.
3673         (imenu--generic-function): Call comment-normalize-vars
3674         if we have a comment syntax.
3675         Exit the loop if REGEXP matches the null string.
3676         Test comment-start as well as comment-start-skip
3677         when deciding whether to check for comments.
3679         * tooltip.el (tooltip-mode): Doc fix.
3681         * term.el (term-escape-char, term-mode): Doc fixes.
3683 2004-11-24  Dave Love  <fx@gnu.org>
3685         * progmodes/python.el (python-font-lock-syntactic-keywords):
3686         Check for escapes in the regexp.
3687         (python-quote-syntax): Don't do it here.
3689 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
3691         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3692         (gdb-frames-mode-map, gdb-threads-mode-map)
3693         (gdb-registers-mode-map, gdb-locals-mode-map)
3694         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3695         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3697         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3698         (dedicated-switch-to-buffer): Rework.
3699         (gdb-var-evaluate-expression-handler, gdb-put-string):
3700         Remove unused variable bindings.
3701         (gdb-setup-windows, gdb-display-buffer):
3702         Simplify. Use pop-to-buffer.
3703         (gdb-view-source-function): Simplify.
3704         (gdb-frame-breakpoints-buffer):
3705         Use pop-to-buffer, special-display-regexps.
3707 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3709         * progmodes/f90.el (f90-smart-end)
3710         (f90-previous-statement, f90-beginning-of-block): Doc fix.
3711         (f90-calculate-indent): Handle un-named PROGRAM blocks.
3712         (f90-end-of-block): Doc fix.  Make check of outermost block
3713         conditional on value of `f90-smart-end'.
3714         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3715         Handle case where END-BLOCK is nil.
3716         (f90-match-end): Handle un-named PROGRAM blocks.
3717         (f90-backslash-not-special): New function.
3719 2004-11-24  Jay Belanger  <belanger@truman.edu>
3721         * calc/calc.el (calc-embedded-active): Removed unnecessary
3722         declaration.
3723         (calc-show-banner): Removed redundant declaration.
3725         * calc/calc-graph.el (calc-gnuplot-default-device)
3726         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3727         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3728         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3729         Remove redundant initial values.
3731         * calc/calc-arith.el (math-scalar-functions)
3732         (math-nonscalar-functions, math-scalar-if-args-functions)
3733         (math-real-functions, math-positive-functions)
3734         (math-nonnegative-functions, math-real-scalar-functions)
3735         (math-real-if-arg-functions, math-integer-functions)
3736         (math-num-integer-functions, math-rounding-functions)
3737         (math-float-rounding-functions, math-integer-if-args-functions)
3738         (math-super-types): Move declarations to earlier in file.
3739         (math-unit-prefixes): Declared it.
3740         (math-floor-prec, math-trunc-prec): New variables.
3741         (math-trunc-fancy): Replace variable prec by declared variable.
3742         (math-floor-fancy): Replace variable prec by declared variable.
3743         (math-com-bterms): New variable.
3744         (math-commutative-equal, math-commutative-collect):
3745         Replace variable bterms by declared variable.
3747         * calc/calc-misc.el (math-trunc): Replace variable prec by
3748         math-trunc-prec.
3749         (math-floor): Replace variable prec by math-floor-prec.
3751         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3752         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3753         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3754         (math-format-date, math-format-date-part): Replace variables
3755         date, dt, year, month, day, weekday, hour, minute, second and
3756         bc-flag by declared variables.
3757         (math-pd-str): New variable.
3758         (math-parse-date, math-parse-date-word, math-parse-standard-date):
3759         Replace variable str by declared variable.
3760         (math-daylight-savings-hook, math-tzone-names): Move definitions
3761         to earlier in the file.
3762         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3763         (math-sh-year): New variable.
3764         (math-setup-add-holidays, math-setup-holidays)
3765         (math-setup-year-holidays): Replace variable `year' by declared
3766         variable.
3768         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3769         New variables.
3770         (math-nth-root-float, math-nth-root-float-iter): Replace variables
3771         n, nf and nfm1 by declared variables.
3772         (math-nri-n): New variable.
3773         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3774         n by declared variable.
3775         (calcFunc-log): Removed misplaced condition.
3777 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3781 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
3783         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3784         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3785         Dedicate gdb-related windows.
3786         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3787         other frames.
3788         (gdb-reset): Remove dedicated property after debugging.
3790 2004-11-24  Jay Belanger <belanger@truman.edu>
3792         * calc/calc-sel.el: Add comment.
3794         * calc/calc.el (math-stack-value-offset): Replace variables c,
3795         wid and off with math-svo-c, math-svo-wid and math-svo-off.
3797         * calc/calccomp.el (math-comp-sel-tag): Declare it.
3798         (math-svo-c, math-svo-wid, math-svo-off): New variables.
3799         (math-stack-value-offset-fancy): Replace variables c, wid and off
3800         by declared variables.
3801         (math-comp-just, math-comp-comma-spc): New variables.
3802         (math-compose-expr, math-compose-matrix): Replace variables `just'
3803         and comma-spc by declared variable.
3804         (math-comp-vector-prec): New variable.
3805         (math-compose-expr, math-compose-matrix, math-compose-rows):
3806         Replace variable vector-prec by declared variable.
3807         (math-comp-left-bracket, math-comp-right-bracket)
3808         (math-comp-comma): New variables.
3809         (math-compose-expr, math-compose-rows): Replace variables
3810         left-bracket, right-bracket and comma by declared variables.
3811         (math-comp-full-width): New variable.
3812         (math-comp-to-string-flat, math-comp-to-string-flat-term):
3813         Replace variable full-width by declared variable.
3814         (math-comp-highlight, math-comp-word, math-comp-level)
3815         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3816         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3817         New variables.
3818         (math-comp-to-string-flat, math-comp-to-string-flat-term)
3819         (math-comp-sel-flat-term): Replace variables comp-highlight,
3820         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3821         declared variables.
3822         (math-comp-simplify, math-comp-simplify-term)
3823         (math-comp-add-string, math-comp-add-string-sel):
3824         Replace variables comp-highlight, comp-buf, comp-base,
3825         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3827 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3829         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3831         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3832         and x-server-version may throw.
3834 2004-11-23  Kim F. Storm  <storm@cua.dk>
3836         * subr.el (substitute-key-definition-key): Optimize.
3837         Don't call indirect-function for nil defn (always signals error).
3839         * ido.el (ido-read-internal): Fix require-match check when
3840         ido-directory-too-big is set.
3842 2004-11-23  Jay Belanger  <belanger@truman.edu>
3844         * calc/calc-ext.el (math-read-replacement-list)
3845         (math-read-superscripts): New variables.
3846         (math-read-preprocess-string): New function.
3847         (math-read-expr): Filter input through math-read-preprocess-string.
3849         * calc/calc-aent.el (math-read-exprs): Filter input through
3850         math-read-preprocess-string.
3852 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
3854         * progmodes/compile.el (compilation-start): In cd command use
3855         substitute-env-vars -- not quite shell compatible but better than
3856         nothing.
3857         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3858         handle the newer versions messages, which are more parseable.
3860 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * reveal.el (reveal-mode-map): New var.
3863         (reveal-mode): Use it.
3865 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
3867         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3868         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3870 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3872         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3873         header-line when needed.
3874         Use fixed-pitch only in the header-line.
3875         Build the underline automatically.  Use emdash if available.
3877 2004-11-22  Richard M. Stallman  <rms@gnu.org>
3879         * dired.el (dired-recursive-copies): Move from dired-aux.el.
3880         * dired-aux.el (dired-recursive-copies): Move to dired.el.
3882 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
3884         * progmodes/gdb-ui.el (gdb-resync): New function.
3885         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3886         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3887         Use it to fail more gracefully.
3888         (gdb-variables): Delete variable.
3889         Re-order variables to reduce byte-compiler warnings.
3891 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3893         * descr-text.el (describe-char):
3894         * paren.el (show-paren-function):
3895         * subr.el (syntax-after): Undo last change.
3897         * progmodes/python.el (run-python): Don't hard code *Python*.
3898         Don't modify global process-environment.
3899         (python-send-region, python-load-file): Don't assume that
3900         python-buffer == (process-buffer (python-proc)).
3901         (python-switch-to-python): Simplify.
3903         * dired.el (dired-align-file): Don't assume line starts with spaces.
3905 2004-11-21  Jay Belanger  <belanger@truman.edu>
3907         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3908         Replace variable `lines' by math-read-big-lines.
3909         (math-read-big-expr): Replace variables the-baseline, the-h2
3910         and err-msg by math-read-big-baseline, math-read-big-h2 and
3911         math-read-err-msg.
3912         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3914         * calc/calc-lang.el (math-read-big-rec): Fix typo.
3915         (math-read-big-balance): Replace unbound variable by value.
3916         (math-read-big-lines): New variable.
3917         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3918         (math-read-big-error, math-read-big-balance): Replace variable
3919         `lines' by declared variable.
3920         (math-read-big-baseline, math-read-big-h2): New variables.
3921         (math-read-big-rec): Replace variables the-baseline and the-h2
3922         by declared variables.
3923         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3924         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3925         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3926         declared variables.
3927         (math-read-big-err-msg): New variable.
3928         (math-read-big-error): Replace variable err-msg by declared variable.
3930 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3932         * ses.el: Add coding cookie.
3933         Fix up docstrings, follow new commenting conventions.
3934         (ses-header-line-menu): Fix missing variable rename for header-row.
3935         (ses-cell-size): Remove.
3936         (ses-make-cell): New function.
3937         (ses-cell, ses-insert-row, ses-insert-column): Use it.
3938         (ses-calculate-cell): Remove unused var `symbol'.
3939         (ses-narrowed-p): New function.
3940         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3941         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3942         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3943         (ses-setup): Use restore-buffer-modified-p.
3944         (ses-cleanup): Remove unused var `end'.
3945         (ses-header-string-left-offset): Remove.
3946         (ses-create-header-string): Adjust to new behavior of `align-to'.
3947         Truncate excessively large fields to preserve alignment.
3948         (ses-reconstruct-all): Remove unused var `refs'.
3949         (ses-read-cell-printer): Remove unused var `prompt'.
3950         (ses-delete-row): Remove unused var `pos'.
3951         (ses-delete-column): Remove unused var `new'.
3953 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3955         * ps-print.el: Insert :version tag into all defgroup and defcustom.
3956         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3957         Eliminate eval-and-compile usage.
3958         (ps-insert-file): Use insert-file-contents instead of insert-file.
3959         (ps-setup): Code fix.
3961         * printing.el (pr-setup, lpr-setup): Code fix.
3963 2004-11-21  Jay Belanger  <belanger@truman.edu>
3965         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3966         (calc-original-buffer): Declare them.
3967         (calc-user-formula-alist): New variable.
3968         (calc-user-define-formula, calc-fix-user-formula)
3969         (calc-user-define-composition, calc-finish-formula-edit):
3970         Replace variable `alist' by declared variable.
3971         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3972         (var-q7, var-q7, var-q8, var-q9): Declare them.
3973         (calc-kbd-push): Don't check to see if var-q0 through var-q9
3974         are bound.
3975         (calcFunc-typeof): Replace undeclared variable by expression.
3976         (math-exp-env): New variable.
3977         (math-define-body, math-define-exp): Replace exp-env by declared var.
3978         (math-define-exp): Replace misplaced variable by expression.
3980         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3981         (calc-curve-model, calc-curve-coefnames): New variables.
3982         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3983         varnames, model and coefnames by declared variables.
3984         (math-root-widen): New variable.
3985         (math-search-root, math-find-root): Replace variable root-widen by
3986         declared variable.
3987         (var-DUMMY): Declare it.
3988         (math-root-vars, math-min-vars): Move the declarations to earlier in
3989         the file.
3990         (math-brent-min): Make d a local variable.
3991         (math-find-minimum): Replace non-existent variable.
3992         (math-ninteg-romberg): Remove unnecessary variable.
3993         (math-ninteg-temp): New variable.
3994         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3995         integ-temp by declared variable.
3996         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3997         New variables.
3998         (math-general-fit): Replace variables first-var, first-coef and
3999         new-coefs by declared variables.
4000         (calcFunc-fitvar): Replace variable first-var by declared variable.
4001         (calcFunc-fitparam): Replace variable first-coef by declared variable.
4002         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
4003         (math-all-vars-vars, math-all-vars-found): New variables.
4004         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
4005         found by declared variable math-all-vars-vars.
4007 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4009         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
4010         of `defconst'.
4012 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4014         * isearch.el (isearch-mode-map): Don't bind SPC.
4015         (isearch-whitespace-chars): Function deleted.
4016         (isearch-search): Bind search-spaces-regexp.
4017         (isearch-lazy-highlight-search): Likewise.
4018         (search-whitespace-regexp): Doc fix.
4019         (isearch-forward-regexp): Doc fix.
4021         * emacs-lisp/bytecomp.el (byte-compile-form):
4022         Move the calls to byte-compile-set-symbol-position,
4023         to avoid having two for the same symbol occurrence.
4025         * comint.el (comint-input-ring-size): Increase to 150.
4027         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
4028         New variables.
4029         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
4030         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
4032         * imenu.el (imenu--generic-function):
4033         Ensure we keep moving backward even if BEG isn't further back.
4035         * replace.el (query-replace-read-to, query-replace-read-from):
4036         Specify t for KEEP-ALL in read-from-minibuffer.
4038         * progmodes/python.el (python-switch-to-python):
4039         If Python isn't running, start it.
4040         Don't alter debug-ignored-errors.
4042         * progmodes/cperl-mode.el (cperl-indent-region):
4043         Don't mind imenu-scanning-message.
4045         * bindings.el (global-map): Bind C-e to move-end-of-line.
4047         * simple.el (line-move-finish): New arg FORWARD.
4048         Ignore invisible newlines, not intangible ones.
4049         Conditions for acceptable stopping positions depend on FORWARD.
4050         (line-move): Pass FORWARD arg to line-move-finish.
4052         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4053         of HEADER.  Compensate for this change in the code to add display
4054         properties.  Don't make the first line intangible.
4056         * info.el (Info-search): Fix previous change.
4058 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4060         * Makefile.in (recompile): Revert 2004-11-19 change.
4061         (compile): Likewise.
4063 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
4065         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
4067 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4069         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
4070         defgroup and defcustom.  Eliminate eval-and-compile usage.
4072         * progmodes/ebnf-otz.el: Fix typos.
4074 2004-11-19  Jay Belanger  <belanger@truman.edu>
4076         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
4077         (calc-edit-finish, calc-finish-stack-edit): Replace variable
4078         disp-trail by declared variable.
4080         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
4081         (calc-finish-selection-edit):  Replace variable disp-trail by
4082         declared variable.
4083         (calc-selection-cache-entry): Move declaration to earlier in the file.
4084         (calc-selection-cache-num, calc-selection-cache-comp)
4085         (calc-selection-cache-offset, calc-selection-true-num)
4086         (calc-final-point-line, calc-final-point-column)
4087         (calc-original-buffer): Declare them.
4088         (calc-fnp-op, calc-fnp-num): New variables.
4089         (calc-find-nth-part, calc-find-nth-part-rec)
4090         (calc-select-previous): Replace op and num by declared variables.
4091         (calc-rsf-old, calc-rsf-new): New variables.
4092         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
4093         Replace variables old and new by declared variables.
4094         (calc-sel-reselect): New variable.
4095         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
4096         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
4097         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
4098         reselect with declared variable.
4100         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4101         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
4102         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
4103         (math-import-list, math-rewrite-phase): Declare them.
4104         (math-rewrite):  Use let* to declare variables.
4105         (calc-rewrite-selection): Make rules a local variable.
4106         (calc-rewr-sel): New variable.
4107         (calc-rewrite-selection, calc-locate-selection-marker)
4108         (calc-rewrite): Use the declared variable calc-rewr-sel instead
4109         of sel.
4110         (math-rewrite-whole-expr): New variable.
4111         (math-rewrite, math-rewrite-phase): Replace variable expr by
4112         declared variable.
4113         (math-rewrite-heads-heads, math-rewrite-heads-skips)
4114         (math-rewrite-heads-blanks ): New variables.
4115         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
4116         heads, skips and blanks by declared variables.
4117         (math-rwcomp-subst-old, math-rwcomp-subst-new)
4118         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
4119         New variables.
4120         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
4121         old, new, old-func and new-func by declared variables.
4122         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
4123         Remove unnecessary variable.
4124         (math-apply-rw-regs): New variable.
4125         (math-apply-rewrites, math-rwapply-replace-regs)
4126         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
4127         (math-apply-rw-ruleset): New variable.
4128         (math-apply-rewrites, math-rwapply-remember): Replace variable
4129         ruleset by declared variable.
4131 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4133         * info.el (Info-search): Use search-whitespace-regexp.
4135 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4137         * vc-rcs.el (vc-rcs-parse): New function.
4138         (vc-rcs-annotate-command): Likewise.
4139         (vc-rcs-annotate-current-time): Likewise.
4140         (vc-rcs-annotate-time): Likewise.
4141         (vc-rcs-annotate-extract-revision-at-line): Likewise.
4143 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
4145         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4147 2004-11-18  Jay Belanger  <belanger@truman.edu>
4149         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
4151 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4153         * printing.el: Eliminate use of interactive-p and eval-and-compile.
4154         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4155         Use make-temp-file to generate PostScript files in any situation.
4156         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
4157         (pr-interactive-p): Eliminate var.
4158         (pr-save-interactive): Eliminate macro.
4159         (pr-interface, pr-ps-directory-preview)
4160         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4161         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4162         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4163         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4164         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4165         (pr-ps-region-ps-print, pr-ps-mode-preview)
4166         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4167         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4168         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
4169         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4170         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4171         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4172         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4173         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4174         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4175         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4176         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4177         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
4178         Eliminate pr-save-interactive usage.
4179         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
4180         Eliminate pr-interactive-p usage.
4181         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
4182         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
4183         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
4184         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
4185         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
4186         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
4187         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
4188         New funs.
4189         (pr-ps-file): Use make-temp-file to generate a temporary file.
4191 2004-11-17  Jay Belanger  <belanger@truman.edu>
4193         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
4194         a local variable.
4195         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
4196         (math-top-only): New variable.
4197         (math-simplify, math-simplify-step): Replace variable top-only by
4198         declared variable math-top-only.
4199         (math-simplify-expr): Declare it.
4200         Replace argument expr in all calls of math-defsimplify by
4201         math-simplify-expr.
4202         (math-simplify-plus, math-simplify-times, math-simplify-divide)
4203         (math-simplify-divisor, math-simplify-one-divisor)
4204         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
4205         (math-simplify-pow): Replace variable expr by declared variable
4206         math-simplify-expr.
4207         (math-simplify-divisor): Remove local variables temp and op.
4208         (math-simplify-one-divisor): Make temp and op local variables.
4209         (math-simplify-divisor-nover, math-simplify-divisor-dover):
4210         New variables.
4211         (math-simplify-divisor, math-simplify-one-divisor):
4212         Replace variables nover and dover by declared variables.
4213         (math-expr-subst-new, math-expr-subst-old): New variables.
4214         (math-expr-subst, math-expr-subst-rec): Replace variables new
4215         and old by declared variables.
4216         (math-is-poly-degree, math-is-poly-loose): New variables.
4217         (math-is-polynomial, math-is-poly-rec): Replace variables degree
4218         and loose by declared variables.
4219         (math-poly-base-const-ok, math-poly-base-pred): New variables.
4220         (math-polynomial-base, math-polynomial-base-rec):
4221         Replace variables const-ok and mpb-pred by declared variables.
4223         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
4225         * calc/calc-ext.el (math-defsimplify): Change the argument in
4226         the created function to math-simplify-expr.
4228         * calc/calc-units.el (math-simplify-expr): Declare it.
4229         Replace argument expr in all calls of math-defsimplify by
4230         math-simplify-expr.
4231         (math-simplify-units-prod): Replace variable expr by declared
4232         variable math-simplify-expr.
4234 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4236         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
4237         Replace mapcar->dolist, format->string.
4239 2004-11-17  Miles Bader  <miles@gnu.org>
4241         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
4242         * progmodes/idlwave.el: Remove RCS keywords.
4244 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
4246         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
4247         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
4248         Update to IDLWAVE version 5.5.  Too many changes to list them here.
4249         * progmodes/idlw-help.el: New file.
4251 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4253         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4254         Discard spaces after \i according to TeX rules.
4256         * international/mule.el (set-buffer-file-coding-system):
4257         New arg NOMODIFY.
4258         (after-insert-file-set-coding): Pass that new arg.
4259         Prevent set-buffer-multibyte from trying to lock the file.
4261         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
4263         * saveplace.el (save-place): Doc fix.
4265         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4266         temporarily widen before finding the following word to copy.
4268         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4269         (cl-map-keymap): Definition deleted.
4271         * subr.el (map-keymap-internal): New function.
4273 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4276         when pressing rather than when releasing mouse-2.  Simplify.
4278 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4280         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4281         (compilation-mode): Set it here instead.
4283         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4285         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4286         (loop, cl-parse-loop-clause, defsetf): Use backquote.
4288 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4290         * progmodes/compile.el (compilation-internal-error-properties):
4291         Fix up a transposition-typo.  Check end-col before using it.
4293 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
4295         * international/iso-cvt.el (iso-tex2iso-trans-tab):
4296         Discard whitespace after macro \i when converting it.
4298 2004-11-16  Juri Linkov  <juri@jurta.org>
4300         * emacs-lisp/find-func.el (find-function-regexp):
4301         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
4302         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
4303         Remove invalid `\W' from [^cgv\W].  Doc fix.
4304         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4306 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4308         * play/life.el: Maintainer is now FSF.
4309         (life-patterns, life-neighbor-deltas, life-window-start)
4310         (life-current-generation, life-generation-string): Use defvar
4311         instead of defconst.
4313 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * progmodes/compile.el (compilation-move-to-column): New fun.
4316         (compilation-internal-error-properties)
4317         (compilation-next-error-function): Use it to make sure we don't go past
4318         the end of line.
4320 2004-11-15  John Paul Wallington  <jpw@gnu.org>
4322         * autoinsert.el (auto-insert-alist): Insert the user's name in
4323         copyright notice, rather than Free Software Foundation, for the
4324         Emacs Lisp header case too.
4326 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4328         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4329         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4330         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
4331         return the list of string in a string.
4332         (pr-call-process): Message if calling process returns an error, that
4333         is, the exit status is different of zero.
4335 2004-11-15  Jay Belanger  <belanger@truman.edu>
4337         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
4338         variable var-thing.
4339         (math-integ-depth, math-integ-level, math-integral-limit)
4340         (math-enable-subst, math-any-substs, math-integ-msg)
4341         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4342         (math-int-threshold, math-int-factors, math-double-roots)
4343         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4344         (var-GenCount):  Declare these variables.
4345         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
4346         (math-integral-cache, math-integral-cache-state):
4347         Move declarations to earlier in the file.
4348         (math-deriv-var, math-deriv-total, math-deriv-symb)
4349         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4350         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4351         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4352         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4353         (math-solve-res):  New variables
4354         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4355         (math-integral, math-replace-integral-parts)
4356         (math-integrate-by-parts, calc-dump-integral-cache)
4357         (math-try-integral, math-do-integral, math-do-integral)
4358         (math-do-integral-methods, math-try-solve-for)
4359         (math-try-solve-prod, math-solve-poly-funny-powers)
4360         (math-solve-crunch-poly, math-decompose-poly)
4361         (math-solve-find-root-term, math-find-root-in-prod)
4362         (math-integ-try-linear-substitutions)
4363         (math-integ-try-substitutions, math-expr-rational-in)
4364         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4365         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4366         (math-solve-for, math-solve-system, math-solve-system-rec)
4367         (math-solve-get-sign, math-solve-get-int)
4368         (math-solve-system-subst): Replace undeclared variables with newly
4369         declared variables.
4371 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * winner.el (winner-active-region, winner-edges, winner-window-list):
4374         Define at toplevel.
4375         (winner-mode-map): Move init inside declaration.
4377 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4379         * files.el (convert-standard-filename): Doc fix.
4381 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
4383         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4384         passwd, group, shadow, default/* and pam.d/*.
4386 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4388         * printing.el (pr-menu-spec): Adjust menu specification.
4390 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4392         * printing.el: Doc fix.  Insert :version tag into all defcustom.
4393         Handle interactive-p as is recommended in Emacs Lisp Reference.
4394         Set the file permission bits for newly created files.
4395         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4396         The printing menu specification (in `pr-menu-spec') was merged.
4397         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4398         (pr-version): New version number (6.8.3).
4399         (pr-file-modes): New option.
4400         (pr-interactive-p): New var.
4401         (pr-save-interactive, pr-save-file-modes): New macros.
4402         (pr-setup): Code fix.
4403         (pr-menu-spec): Menu specification merged.
4404         (pr-call-process, pr-text2ps): Set file permission bits.
4405         (pr-despool-print): Set file permission bits.  Handle interactive-p as
4406         is recommended.
4407         (pr-interface, pr-ps-directory-preview)
4408         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4409         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4410         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4411         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4412         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4413         (pr-ps-region-ps-print, pr-ps-mode-preview)
4414         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4415         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4416         (pr-despool-using-ghostscript, pr-despool-ps-print)
4417         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4418         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4419         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4420         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4421         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4422         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4423         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4424         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4425         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4426         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4427         Handle interactive-p as is recommended.
4429 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4431         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4432         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4434         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4435         so it doesn't forget to highlight the beginning of the region either.
4437 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
4439         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4440         (c-font-lock-init): Eliminate obsolete make-local-hook.
4441         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4442         (awk-mode): Use run-mode-hooks.
4444         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4446 2004-11-13  Kim F. Storm  <storm@cua.dk>
4448         * mouse.el (mouse-drag-copy-region): Add :version.
4449         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4450         while dragging mode line, so mode line can be dragged downwards.
4451         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4452         while pressing mouse button so window doesn't scroll until we
4453         release the mouse if clicking on partially visible line.
4455 2004-11-12  Jay Belanger  <belanger@truman.edu>
4457         * calc/calc-graph.el (calc-dumb-map):  Declare it.
4458         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
4459         than unbound.
4460         (calc-graph-name):  Made `end' a local variable.
4461         (calc-graph-lookup):  Made `varname' a local variable.
4462         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4463         Declare them.
4464         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
4465         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
4466         the unused variable y3vec.
4467         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
4468         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
4469         calc-graph-prev-kill-hook.
4470         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4471         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4472         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4473         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4474         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4475         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4476         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4477         (calc-graph-y3value, calc-graph-y3name)
4478         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4479         (calc-graph-stepcount, calc-graph-is-splot)
4480         (calc-graph-surprise-splot, calc-graph-blank)
4481         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
4482         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4483         (calc-graph-recompute-2d, calc-graph-compute-3d)
4484         (calc-graph-format-data): Replace undeclared variables with the
4485         above newly declared variables.
4487 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
4489         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4490         `rsf-beep' and `rsf-sleep-after-message'.
4492         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4493         list if `message-sender' is non-nil.
4495 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4497         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4498         consing by using mapc instead of mapcar.
4500 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
4502         * tooltip.el (require): Explain why CL is needed.
4504 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4506         * printing.el: Insert :version into defgroup (printing).  All reference
4507         to Files option in menubar were changed to File.
4508         (pr-version): New version number (6.8.2).
4509         (pr-get-symbol): Call easy-menu-intern.
4510         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
4511         compilation gripes.
4513 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4515         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4516         new byte-compile-function-environment binding to t.
4518         * font-lock.el (font-lock-fontify-syntactically-region):
4519         Don't forget to highlight the last char when we hit `end'.
4521         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4522         (mwheel-scroll): Adjust accordingly.
4524         * cvs-status.el: Reduce spurious warnings.
4525         (cvs-status-checkout): Remove.
4526         (cvs-status-mode-map): Use cvs-mode-checkout instead.
4528         * pcvs.el (cvs-mode-checkout): New command.
4530         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4532         * tooltip.el: Require CL.
4534         * emacs-lisp/bytecomp.el: Use push.
4535         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4536         (defalias): Remove the `byte-compile' property and add
4537         a `byte-hunk-handler'.
4539 2004-11-11  Juri Linkov  <juri@jurta.org>
4541         * info.el (Info-search): Save match data for isearch.
4542         Skip Tag Table node.
4544         * descr-text.el (describe-char): Replace syntax-after with code
4545         from its previous version.
4547         * files.el (magic-mode-alist): Use optimization for SGML mode too.
4548         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
4550         * international/mule.el (sgml-html-meta-auto-coding-function):
4551         Remove > after <html to allow HTML attributes.
4553 2004-11-11  Jay Belanger  <belanger@truman.edu>
4555         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
4556         a variable.
4557         (calcFunc-dfac):  Replace unbound max by n.
4558         (math-stirling-local-cache):  New variable.
4559         (math-stirling-number, math-stirling-1, math-stirling-2):
4560         Replace the variable `cache' by the declared variable
4561         math-stirling-local-cache.
4562         (var-RandSeed):  Declare it as a variable.
4563         (math-init-random-base, math-random-digit):  Don't check to see if
4564         var-RandSeed is bound.
4565         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4566         Declare them instead of just setting them.
4567         (math-init-random-base):  Made i a local variable.
4568         (math-random-digit):  Made math-random-last a local variable.
4569         (math-prime-test-cache):  Move declaration to before it is used.
4570         (math-prime-test-cache-k, math-prime-test-cache-q)
4571         (math-prime-test-cache-nm1, math-prime-factors-finished):
4572         Declare them as variables.
4574 2004-11-11  Jay Belanger  <belanger@truman.edu>
4576         * calc/calc-ext.el (math-defcache):  Use defvar for the new
4577         variables it creates.
4579 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
4581         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4582         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4583         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4584         (desktop-save): Add :version.
4586 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4588         * printing.el (pr-get-symbol): Don't downcase.
4590 2004-11-10  Jay Belanger  <belanger@truman.edu>
4592         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
4593         string to kill-ring.
4595         * calc/calc-aent.el (calc-alg-exp, math-toks)
4596         (math-exp-pos,math-exp-old-pos, math-exp-token)
4597         (math-exp-keep-spaces, math-exp-str):  New variables.
4598         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4599         (calcAlg-enter):  Use declared variable calc-alg-exp.
4600         (math-build-parse-table, math-find-user-token):  Use declared
4601         variable math-toks.
4602         (math-read-exprs, math-read-token, calc-check-user-syntax)
4603         (calc-match-user-syntax, match-factor-after, math-read-factor):
4604         Use declared variables math-exp-pos math-exp-old-pos.
4605         (math-read-exprs, math-read-token, math-read-expr-level)
4606         (calc-check-user-syntax, calc-match-user-syntax)
4607         (match-factor-after, math-read-factor):  Use declared variable
4608         math-exp-token.
4609         (math-read-exprs, math-read-expr-list, math-read-token)
4610         (math-read-factor):  Use declared variable math-exp-keep-spaces.
4611         (math-read-exprs, math-read-token):  Use declared variable
4612         math-exp-str.
4613         (calc-match-user-syntax):  Make m a local variable.
4615         * calc/calc-ext.el (math-read-expr):  Use declared variables
4616         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4617         math-exp-keep-spaces.
4619         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
4620         variables math-exp-pos, math-exp-str.
4622         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
4623         math-exp-old-pos.
4624         (math-parse-fortran-vector, math-parse-fortran-vector-end)
4625         (math-parse-eqn-prime):  Use declared variable math-exp-token.
4627         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4628         Use declared variable math-exp-pos.
4629         (math-check-for-commas):  Use declared variable math-exp-str.
4630         (math-read-brackets):  Use declared variables math-exp-old-pos,
4631         math-exp-keep-spaces.
4632         (math-read-brackets, math-read-vector, math-read-matrix):
4633         Use declared variable math-exp-token.
4635 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4637         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4638         where the keymap is a symbol.
4639         (easy-menu-add-item): Use keymap-prompt.  Simplify.
4641         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4643         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4644         (sgml-parse-tag-backward): Use it to skip spurious < or >.
4646 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
4648         * ebuff-menu.el: Doc fixes throughout.
4649         (electric-buffer-menu-mode-hook): New defvar.
4651 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
4653         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4654         compilation. The resulting compiler warnings appear to be harmless.
4656 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
4658         * textmodes/conf-mode.el: New file.
4660         * files.el (auto-mode-alist, magic-mode-alist): Use it.
4662 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4664         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4666 2004-11-09  Jay Belanger  <belanger@truman.edu>
4668         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
4670         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4671         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
4672         (calc-z-prefix-help, calc-user-function-list):  Use declared
4673         variables calc-z-prefix-buf, calc-z-prefix-msgs.
4674         (math-map-tree, math-map-tree-rec):  Use declared variables
4675         math-mt-many, math-mt-func.
4676         (math-read-expression, math-read-string):  Use declared variable
4677         math-expr-data.
4679         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
4680         variable math-normalize-a.
4682         * calc/calc.el (math-normalize-a):  New variable.
4683         (math-normalize):  Use declared variable math-normalize-a.
4685         * calc/calc-poly.el (math-expand-form):  Use declared variable
4686         math-mt-many.
4688         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4689         Use declared variable math-mt-many.
4690         (math-rewrite):  Use declared variable math-mt-func.
4692         * calc/calc-vec.el (math-read-brackets, math-read-vector)
4693         (math-read-matrix):  Use declared variable math-expr-data.
4695         * calc/calc-lang.el (math-parse-fortran-vector)
4696         (math-parse-fortran-vector-end, math-parse-tex-sum)
4697         (math-parse-eqn-matrix, math-parse-eqn-prime)
4698         (math-read-math-subscr):  Use declared variable math-expr-data.
4700         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4701         (math-read-expr-level, math-read-token, calc-check-user-syntax)
4702         (calc-match-user-syntax, math-read-if, math-factor-after)
4703         (math-read-factor):  Use declared variable math-expr-data.
4705 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
4707         * calendar/diary-lib.el (diary-from-outlook)
4708         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4709         interactive-p; but rather new optional argument NOCONFIRM.
4711 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4713         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4714         (easy-menu-name-match): Revert correspondingly.
4716 2004-11-09  Richard M. Stallman  <rms@gnu.org>
4718         * emacs-lisp/bytecomp.el (byte-compile-defalias):
4719         Turn off warnings for the new function even if definition not constant.
4720         If the definition isn't a quoted symbol, record (FUNCTION . t).
4721         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4722         (byte-compile-callargs-warn): Handle (FUNCTION . t).
4723         (display-call-tree, byte-compile-arglist-warn):
4724         Handle t returned by byte-compile-fdefinition.
4726 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4728         * Makefile.in (maintainer-clean): Depend on distclean.
4730         * help-fns.el (help-C-file-name): File name must be in build-files
4731         to be returned.
4733 2004-11-09  Jay Belanger  <belanger@truman.edu>
4735         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4736         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
4738         * calc/calc.el (calc, calc-trail-display, calc-mode):
4739         Remove obsolete sections.
4741         * calc/calc.el (calc-x-paste-text):  Remove.
4743         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
4744         mouse-2.
4746 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
4748         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4749         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4750         current frame (in case of recursive calls).
4751         (gdb-show-changed-values): Add :version keyword.
4753 2004-11-09  Kenichi Handa  <handa@m17n.org>
4755         * international/mule-cmds.el: Change coding: tag back to
4756         iso-2022-7bit.
4758 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * international/mule-cmds.el: Change coding-system to utf-8.
4761         (select-safe-coding-system-interactively):
4762         New function extracted from select-safe-coding-system.
4763         (select-safe-coding-system): Use it.
4765 2004-11-08  Richard M. Stallman  <rms@gnu.org>
4767         * subr.el (syntax-after): Doc fix.
4769         * paren.el (show-paren-function): Change calls to syntax-after
4770         for new way of returning the value.
4772         * menu-bar.el (menu-bar-file-menu): Make this the real name
4773         and menu-bar-files-menu the alias.  Use the former.
4774         (global-map): Use `file', not `files', as the symbol.
4776         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4778         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4779         Don't use beginning-of-buffer.
4780         (filesets-cmd-show-result): Use with-no-warnings.
4782 2004-11-08  Juri Linkov  <juri@jurta.org>
4784         * progmodes/compile.el (compile): Don't overwrite last command in
4785         minibuffer history with default command if they are not equal.
4787 2004-11-08  Jay Belanger  <belanger@truman.edu>
4789         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
4790         non-linear substitutions.
4792 2004-11-08  Jay Belanger  <belanger@truman.edu>
4794         * calc/calcalg2.el (math-linear-subst-tried): New variable.
4795         (math-do-integral):  Set `math-linear-subst-tried' to nil.
4796         (math-do-integral-methods):  Use `math-linear-subst-tried' to
4797         determine what type of substitution to try.
4798         (math-integ-try-linear-substituion):
4799         Set `math-linear-subst-tried' to t.
4801 2004-11-08  Kim F. Storm  <storm@cua.dk>
4803         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4805 2004-11-07  Juri Linkov  <juri@jurta.org>
4807         * info-look.el (info-lookup): Allow reusing in the current buffer
4808         not only *info* buffer, but all (even renamed) Info buffers
4809         by checking for major-mode instead of *info* buffer name.
4810         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4811         (octave-mode, maxima-mode) <doc-spec>:
4812         Allow long dashes generated by Texinfo 4.7 before definitions.
4813         (texinfo-mode) <doc-spec>: Add space to suffix to find command
4814         definitions with argument separated by space.
4816 2004-11-06  Richard M. Stallman  <rms@gnu.org>
4818         * simple.el (next-error group, face): Move before first use.
4819         (next-error-highlight, next-error-highlight-no-select): Likewise.
4821         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4822         (line-move): New args NOERROR and TO-END.
4823         Return t if if succeed in moving specified number of lines.
4824         (move-end-of-line): New function.
4826         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4827         (end-of-buffer-other-window): Likewise.
4829         * simple.el (line-move-ignore-invisible): Default to t.
4831         * subr.el (syntax-after): Return the syntax letter, not the raw code.
4833         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4835         * international/iso-cvt.el (iso-cvt-define-menu):
4836         Rename menu-bar-files-menu to menu-bar-file-menu.
4838         * net/browse-url.el (browse-url-gnome-moz-program)
4839         (browse-url-gnome-moz-arguments): Move up before first use.
4841         * net/tramp.el (tramp group): Add :version.
4843         * progmodes/ada-xref.el (ada-gdb-application):
4844         Use goto-char instead of beginning-of-buffer.
4846         * progmodes/cperl-mode.el (cperl-info-on-command):
4847         Use goto-char instead of beginning-of-buffer.
4849         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4850         Move up before first use.
4851         (idlwave-shell-temp-pro-file): Likewise.
4852         (idlwave-shell-temp-rinfo-save-file): Likewise.
4853         (idlwave-shell-temp-file): Minor doc fix.
4855         * textmodes/flyspell.el (flyspell-external-point-words):
4856         Use goto-char instead of beginning-of-buffer.
4858 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
4860         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4861         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
4862         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4864 2004-11-06  David Ponce  <david@dponce.com>
4866         * recentf.el (recentf-menu-path): Use menu item name.
4868 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
4870         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4871         display doesn't support images.
4873 2004-11-06  Andreas Schwab  <schwab@suse.de>
4875         * tempo.el (tempo-match-finder): Doc fix.
4877         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4879 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4882         (easy-menu-lookup-name): New fun to replace it.
4883         (easy-menu-get-map): Use it to obey menu item names (rather than just
4884         keys) when looking up `path'.
4885         (easy-menu-always-true-p): Rename from easy-menu-always-true.
4886         (easy-menu-convert-item-1): Adjust to new name.
4888 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
4890         * outline.el (hide-body): Don't hide lines at the top of the file
4891         that precede the first header line.
4893 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
4895         * align.el (align-areas): Delete whitespace before reindenting, so
4896         that tabs are never placed after spaces.
4898 2004-11-06  Alan Shutko  <ats@acm.org>
4900         * macros.el (insert-kbd-macro): Do completions based on macros,
4901         rather than all commands.
4903 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
4905         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4906         to solve a bug whereby tags with 'b' don't match.
4908 2004-11-05  Juri Linkov  <juri@jurta.org>
4910         * info.el (Info-search): Don't search in node header lines
4911         and file headers.
4913         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4914         symbol-constituent characters after dot, not only digits.
4916 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
4918         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4920 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4922         * dired.el (dired-read-dir-and-switches): Call read-directory-name
4923         if a dialog will be used, read-file-name otherwise.
4925 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4927         * textmodes/table.el (table group): Add :version.
4929         * textmodes/ispell.el (ispell-word):
4930         Don't alter args; set them only thru `interactive' spec.
4932         * textmodes/flyspell.el (flyspell-word):
4933         Don't alter FOLLOWING; set it only thru `interactive' spec.
4935         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4937         * net/browse-url.el (browse-url-maybe-new-window):
4938         Use called-interactively-p.
4940         * mail/supercite.el (sc-cite-region):
4941         Don't use interactive-p.  Add arg INTERACTIVE.
4942         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
4944         * international/mule-cmds.el (set-input-method, toggle-input-method):
4945         Don't use interactive-p.  Add arg INTERACTIVE.
4947         * eshell/esh-mode.el (eshell-show-maximum-output):
4948         Don't use interactive-p.
4949         (eshell-truncate-buffer): Just message, no error, if buffer is short.
4951         * mouse.el (mouse-show-mark): Get positions to delete from mark
4952         and point, not from mouse-drag-overlay.
4954         * imenu.el (imenu-eager-completion-buffer): Add :version.
4956         * filesets.el (filesets group): Add :version.
4958 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
4960         * files.el (xml-based-modes): Delete var.
4961         (magic-mode-alist): New more general var.
4962         (set-auto-mode): Use it.
4964         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4965         when clicking from another window.
4967 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
4969         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4970         (vc-cvs-annotate-time): Incorporate value of deleted var.
4971         Remove special-case handling of beginning-of-buffer cruft.
4972         Cache ending position (point) and return value in text property
4973         `vc-cvs-annotate-time', and consult it on subsequent invocations.
4975         * vc-cvs.el (vc-cvs-annotate-command):
4976         Delete extraneous lines from beginning of buffer.
4977         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4979         * progmodes/grep.el (grep-default-command): Take empty string
4980         for tag if all other methods yield nil.  Shell-quote the tag.
4982         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4983         spec in `interactive' form, and mention it in the docstring.
4984         Also, make sure point is at bol after calling `annotate-time'.
4986 2004-11-02  Richard M. Stallman  <rms@gnu.org>
4988         * cus-edit.el (customize-group-other-window):
4989         Select the window that displays the custom buffer.
4990         (custom-buffer-create-other-window): Likewise.
4992         * comint.el (comint-insert-input): Fix previous change.
4994         * emacs-lisp/elp.el (elp-instrument-function):
4995         Use called-interactively-p.
4997         * emacs-lisp/easymenu.el (easy-menu-intern):
4998         Don't downcase; rather, case-flip the first letter of each word.
5000         * emacs-lisp/easy-mmode.el (define-minor-mode):
5001         Use called-interactively-p.
5003         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
5004         Add interactive-only.
5005         (byte-compile-warnings): Add interactive-only as option.
5006         (byte-compile-interactive-only-functions): New variable.
5007         (byte-compile-form): Warn about calls to functions
5008         in byte-compile-interactive-only-functions.
5010         * emacs-lisp/autoload.el (update-file-autoloads):
5011         Don't use interactive-p; take new arg SAVE-AFTER.
5013         * emacs-lisp/advice.el (ad-make-advised-definition):
5014         Use called-interactively-p.
5016 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5018         * files.el (find-file-existing): New function.
5020         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
5021         find-file-existing.  Add "New File..." that calls find-file.
5023         * diropen.pbm, diropen.xpm: New files.
5025         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
5026         icon diropen.  New tool bar item find-file-existing uses icon open.
5028         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
5029         instead of read-file-name.
5031 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
5033         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
5034         (icalendar--split-value): Change name of work buffer.
5035         (icalendar--get-weekday-abbrev): Return nil on error.
5036         (icalendar--date-to-isodate): New function.
5037         (icalendar-convert-diary-to-ical)
5038         (icalendar-extract-ical-from-buffer): Use only two args for
5039         make-obsolete (XEmacs compatibility).
5040         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
5041         (icalendar-export-region): Doc fix.
5042         If error, return non-nil and write errors to a buffer.
5043         Use correct weekday for weekly recurring events.
5044         Check whether date has been parsed for ordinary events.
5045         Make weekly events start in the year 2000.
5046         DTEND is non-inclusive, shift end date by one day if
5047         necessary (not for entries that have date and time).
5048         Rename local let variables: oops -> found-error, datestring ->
5049         startdatestring.
5051 2004-11-02  Kim F. Storm  <storm@cua.dk>
5053         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
5054         keep-mode-if-same variable.  Add it as optional arg instead.
5055         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
5057         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
5058         substitute-command-keys will select lower-case bindings like those
5059         used in the static help texts.
5061         * descr-text.el (describe-text-properties): Don't err if called in
5062         the *Help* buffer; output to *Help-2* buffer instead.
5064         * kmacro.el (group kmacro): Add :version.
5065         (kmacro-keyboard-quit): New function to cleanup on C-g.
5066         (kmacro-start-macro): Set defining-kbd-macro to append when
5067         appending to last macro.
5069         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
5071 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
5073         * progmodes/gdb-ui.el (gdb-enable-debug-log)
5074         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
5075         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
5076         Add :version keyword.
5078 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
5080         * progmodes/flymake.el (flymake-err-line-patterns):
5081         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
5082         `compilation-error-regexp-alist-alist' to internal Flymake format.
5084         * progmodes/flymake.el: Eliminate byte-compiler warnings.
5086 2004-11-01  Jay Belanger  <belanger@truman.edu>
5088         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
5089         with `interactive "s"'.
5091 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5093         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5094         Revert change from 2004-10-16.  '*' checks the current buffer, but the
5095         mouse click may be in another buffer.
5097 2004-11-01  John Paul Wallington  <jpw@gnu.org>
5099         * files.el (large-file-warning-threshold): Add :version keyword.
5100         (kill-some-buffers): Doc fix.
5102         * thumbs.el (group thumbs): Add :version keyword.
5104         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
5106 2004-11-01  Richard M. Stallman  <rms@gnu.org>
5108         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
5110         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
5112         * allout.el (allout group): Add :version.
5113         (allout-init): Don't use interactive-p.
5114         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
5115         (allout-forward-current-level, allout-backward-current-level):
5116         Don't use interactive-p.
5118         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
5119         (bibtex-find-text): Likewise.
5121         * progmodes/vhdl-mode.el (vhdl-fill-region)
5122         (vhdl-beginning-of-statement): Don't use interactive-p.
5124         * progmodes/idlwave.el (idlwave-update-routine-info):
5125         Don't use interactive-p.
5127         * progmodes/idlw-shell.el (idlwave-shell-send-char):
5128         Don't use interactive-p.
5130         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
5131         Don't use interactive-p.
5133         * progmodes/ada-xref.el (ada-make-body-gnatstub):
5134         Don't use interactive-p.
5136         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
5137         (fortune-in-buffer): Doc fix.
5139         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
5141         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
5142         don't select the temporary buffer.
5143         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
5144         (eudc-get-phone): Likewise.
5146 2004-11-01  Kim F. Storm  <storm@cua.dk>
5148         * man.el (Man-xref-normal-file): Fix help-echo.
5150 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5152         * reveal.el (reveal-last-tick): New var.
5153         (reveal-post-command): Use it to avoid closing overlays when we're
5154         appending text to them.
5156 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5158         * textmodes/bibtex.el: Require button.
5159         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
5160         (bibtex-reference-keys): Distinguish between header keys and
5161         crossref keys.
5162         (bibtex-beginning-of-field): New function.
5163         (bibtex-url-map): Remove.
5164         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
5165         (bibtex-font-lock-url-regexp): Assume that field names begin at
5166         the beginning of a line.
5167         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
5168         Remove field delimiters.  Use bibtex-beginning-of-field.
5169         Bugfix, point can be inside a field with a url.
5170         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
5171         New functions.
5172         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
5173         (bibtex-key-in-head): Simplify.
5174         (bibtex-current-line): Use bolp.
5175         (bibtex-parse-keys): Remove unused arg `add'.
5176         Use bibtex-type-in-head and bibtex-key-in-head.
5177         (bibtex-parse-entry, bibtex-autofill-entry):
5178         Use bibtex-type-in-head and bibtex-key-in-head.
5179         (bibtex-autokey-get-field): Do not alter case of replacement text.
5180         (bibtex-autokey-get-names): Do all processing of name list.
5181         (bibtex-autokey-get-year): New function.
5182         (bibtex-autokey-get-title): Do all processing of title words.
5183         (bibtex-generate-autokey): Simplify.
5184         (bibtex-string-files-init): Use default-directory.
5185         Allow for absolute file names in bibtex-string-files.
5186         (bibtex-files, bibtex-file-path): New variables.
5187         (bibtex-files-expand): New function.
5188         (bibtex-find-entry-globally): New command.
5189         (bibtex-summary-function): New variable.
5190         (bibtex-summary): Default value of bibtex-summary-function.
5191         (bibtex-find-crossref): New optional args pnt and split.
5192         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
5193         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
5194         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
5195         Fix handling of required and alternative fields.
5196         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
5197         Use cons and display-buffer.
5198         (bibtex-validate-globally): New command.
5199         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
5200         bibtex-parse-keys and bibtex-parse-strings for updating
5201         bibtex-reference-keys and bibtex-strings.
5202         (bibtex-realign): Remove blank lines past the last entry.
5203         (bibtex-reformat): Use bibtex-entry-format as default.
5204         (bibtex-choose-completion-string): Remove.
5205         (bibtex-complete): Do not use bibtex-choose-completion-string.
5206         (bibtex-url): Simplify.
5208 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5210         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
5211         (x-dnd-types-alist, x-dnd-open-file-other-window)
5212         (x-dnd-known-types): Add :version.
5214 2004-10-31  John Paul Wallington  <jpw@gnu.org>
5216         * ibuffer.el (group ibuffer): Add :version keyword.
5218 2004-10-31  Kim F. Storm  <storm@cua.dk>
5220         * ido.el (group ido): Add :version keyword.
5221         (ido-mode): Remove :version keyword.
5223         * emulation/cua-base.el (group cua): Add :version keyword.
5224         (cua-mode): Remove :version keyword.
5226 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5228         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
5230         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
5231         compiler warning.
5232         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
5233         function.
5234         (help-at-pt-display-when-idle): Remove autoload.
5236 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5238         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
5240 2004-10-30  Juri Linkov  <juri@jurta.org>
5242         * help.el (function-called-at-point):
5243         * help-fns.el (variable-at-point): Read -> intern.
5245 2004-10-30  Simon Josefsson  <jas@extundo.com>
5247         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5248         Recognize AS_* too.
5250 2004-10-29  Simon Josefsson  <jas@extundo.com>
5252         * subr.el (read-passwd): Move back from password.el.
5254         * password.el: Remove, not ready yet.
5256 2004-10-29  Andreas Schwab  <schwab@suse.de>
5258         * speedbar.el (speedbar-frame-parameters): Improve customize type.
5260 2004-10-29  Sam Steingold  <sds@gnu.org>
5262         * mouse.el (mouse-show-mark): Replace the last occurrence of
5263         x-lost-selection-hooks with x-lost-selection-functions.
5265 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5267         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5268         x-lost-selection-functions is bound.
5270         * mouse-sel.el (mouse-sel-mode):
5271         * emacs-lisp/lselect.el: Adjust to new names for
5272         x-(lost|sent)-selection-functions.
5274         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5275         New obsolete aliases of x-lost-selection-functions and
5276         x-sent-selection-functions.
5278 2004-10-28  Kim F. Storm  <storm@cua.dk>
5280         * imenu.el (imenu-scanning-message): Remove.
5281         (imenu-progress-message): Make it a no-op.
5283 2004-10-28  John Paul Wallington  <jpw@gnu.org>
5285         * files.el (set-auto-mode): Call `throw' correctly.
5287 2004-10-28  Juri Linkov  <juri@jurta.org>
5289         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5290         to search `Info-...' commands in `info' manual.
5291         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5292         Add 'info-file "emacs" property.
5293         (Info-find-emacs-command-nodes): Fix index line number regexp.
5294         Set real line number (instead of fake 0) in first element of the
5295         returned list.
5296         (Info-goto-emacs-command-node): Use line number of first element
5297         to set point in the first found Info node.
5299         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5300         code to `grep-mode-font-lock-keywords'.
5301         (grep-mode-font-lock-keywords): Delete grep markers instead
5302         of making them invisible.
5304 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5306         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5307         and x-server-version in bug report.
5309 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
5311         * files.el (set-auto-mode-0): New function.
5312         (set-auto-mode): Use it to handle aliased modes and to
5313         be consistent between C-x C-f and C-x C-w.
5315 2004-10-28  Kenichi Handa  <handa@m17n.org>
5317         * international/utf-8.el (utf-translate-cjk-charsets):
5318         Add katakana-jisx0201.
5320         * international/subst-jis.el: Add data for JISX0201.
5322 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * obsolete/hilit19.el (hilit-mode): New function.
5325         Move all the toplevel side-effecting stuff into it, so that loading
5326         hilit19 doesn't mess everything up any more.
5328 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5330         * add-log.el (add-change-log-entry): Set up mailing address
5331         and full name later, and don't alter add-log-mailing-address
5332         or add-log-full-name.
5334         * elide-head.el (elide-head): Change error to message.
5335         (elide-head-show): Likewise.
5337         * apropos.el (apropos-macrop): Doc fix.
5339         * mouse.el (mouse-show-mark): Do most processing the same
5340         regardless of transient-mark-mode.
5342         * shadowfile.el (shadow-copy-files): Use interactive-p
5343         only to control whether to print a message.
5345         * tar-mode.el (tar-mode): Use write-contents-functions,
5346         not write-contents-hooks.
5348         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5349         directory-sep-char.
5351 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5353         * strokes.el (strokes-unload-hook): Fix previous change.
5355         * type-break.el (type-break-run-at-time): Always use run-at-time;
5356         forget the alternatives.
5357         (type-break-cancel-function-timers): Always use cancel-function-timers;
5358         forget the alternatives.
5360         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5362 2004-10-27  Kenichi Handa  <handa@m17n.org>
5364         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5366         * international/subst-gb2312.el: Likewise.
5368         * international/subst-big5.el: Likewise.
5370         * international/subst-ksc.el: Likewise.
5372         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5373         New variable.
5374         (utf-translate-cjk-set-unicode-range): New function.
5375         (utf-translate-cjk-unicode-range): Make it customizable.
5376         (utf-8-post-read-conversion):
5377         Use utf-translate-cjk-unicode-range-string.
5378         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5379         Unicode ranges.
5381 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
5383         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5384         trivial variants to shorten the list.
5385         (xml-based-modes): New var.
5386         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5387         declaration higher priority than auto-mode-alist.
5389         * find-file.el (cc-other-file-alist): Bring it in line with
5390         cc-mode's auto-mode-alist entries and use \' instead of $.
5392         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5393         and add "Id" and "Name" submenus to it.
5395         * imenu.el (imenu--generic-function): Skip matches in comments.
5397 2004-10-26  Jay Belanger  <belanger@truman.edu>
5399         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5400         (full-calc-keypad, calc-trail-display):  Use an extra argument
5401         instead of `interactive-p'.
5403         * calc/calc-misc.el (calc-other-window): Use an extra argument
5404         instead of `interactive-p'.
5406         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5407         `interactive-p'.
5409 2004-10-26  Kim F. Storm  <storm@cua.dk>
5411         * help.el (describe-key): Describe both down-event and up-event
5412         for a mouse click.
5414 2004-10-26  Richard M. Stallman  <rms@gnu.org>
5416         * woman.el (woman): Don't call interactive-p.
5418         * pcomplete.el (pcomplete): Instead of interactive-p,
5419         use an arg set non-nil by the interactive spec.
5421         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5422         use an arg set non-nil by the interactive spec.
5424         * man.el (Man-cleanup-manpage): Instead of interactive-p,
5425         use an arg set non-nil by the interactive spec.
5427 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
5429         * progmodes/flymake.el (flymake-split-string):
5430         Use `flymake-split-string-remove-empty-edges' in any case.
5432 2004-10-26  Masatake YAMATO  <jet@gyve.org>
5434         * progmodes/flymake.el (flymake-err-line-patterns):
5435         Use `compilation-error-regexp-alist-alist' instead of
5436         `compilation-error-regexp-alist'.
5438 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5440         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5441         verbatim face on the \ of \end{verbatim}.
5443 2004-10-25  Jay Belanger  <belanger@truman.edu>
5445         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
5446         erasing minibuffer.
5448 2004-10-25  Simon Josefsson  <jas@extundo.com>
5450         * subr.el (read-passwd): Move to net/password.el.
5452         * net/password.el (read-passwd): Add.  Autoload it.
5454 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
5456         * mouse-sel.el (mouse-sel-mode): Specify custom group.
5458         * simple.el (process-file): Fix logic.
5460 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5462         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5463         (increase-right-margin): Remove erroneous call to `interactive-p'.
5465 2004-10-24  Kim F. Storm  <storm@cua.dk>
5467         * help.el (describe-mode): Fix 2004-10-13 change.
5468         Copy pure "Auto Fill" string so it can be propertized later
5469         without causing a read-only error.
5471 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5473         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5474         style indexes.
5476 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
5478         * simple.el (process-file): Accept nil for INFILE.  Reported by
5479         Luc Teirlinck.
5481 2004-10-24  Masatake YAMATO  <jet@gyve.org>
5483         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5484         Handle periods and underscores in a function name.
5485         Remove the address fontification.
5487 2004-10-24 Masatake YAMATO <jet@gyve.org>
5489         * progmodes/asm-mode.el (asm-font-lock-keywords):
5490         Use font-lock-variable-name-face for registers.
5492 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
5494         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5495         kill-all-local-variables.
5496         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5497         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5498         Use kill-all-local-variables and provide mode-hooks.
5499         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5500         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5501         Suggested by Masatake YAMATO <jet@gyve.org>.
5503 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
5505         * simple.el (process-file): New function, similar to call-process
5506         but supports file handlers.
5507         * vc.el (vc-do-command): Use it, instead of call-process.
5508         * net/tramp-vc.el (vc-do-command): Do not advise it if
5509         process-file is fboundp.
5510         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5511         process-file.
5512         (tramp-handle-process-file): New function.
5513         (tramp-file-name-for-operation): Support process-file.
5515 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
5517         * calendar/icalendar.el (icalendar--weekday-array): New constant.
5518         (icalendar-weekdayabbrev-table)
5519         (icalendar-monthnumber-table): Delete.
5520         (icalendar--get-month-number): Use calendar-month-name-array.
5521         (icalendar--get-weekday-number): New function.
5522         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5523         (icalendar-export-region): Handle multi-line entries.
5524         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5526 2004-10-23  John Paul Wallington  <jpw@gnu.org>
5528         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5529         `wildcards' set to t in interactive spec.
5531         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5532         interactive spec rather than use `interactive-p'.
5533         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5534         rather than use function `interactive-p'.
5536 2004-10-22  Kenichi Handa  <handa@m17n.org>
5538         * international/mule.el (translate-region): Implement it in Lisp
5539         as a front end of translate-region-internal.
5541 2004-10-21  Jay Belanger  <belanger@truman.edu>
5543         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5544         Declare these variables with defvar.
5546         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5547         is bound, only check to see if it is bound.
5549 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5552         Don't output messages.
5554         * calc/calc-help.el (calc-describe-bindings): Fix last change.
5556 2004-10-21  John Paul Wallington  <jpw@gnu.org>
5558         * calc/calc-graph.el (calc-graph-init):
5559         Use `set-process-query-on-exit-flag'.
5561 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
5563         * progmodes/compile.el (compilation-start): Rely on `cd' to get
5564         dir right and also allow argumentless cd.
5566 2004-10-19  Richard M. Stallman  <rms@gnu.org>
5568         * textmodes/flyspell.el (flyspell-mode): Doc fix.
5570         * eshell/em-unix.el (eshell-grep):
5571         Don't bind compilation-process-setup-function.
5573         * comint.el (comint-insert-input): Use @ in `interactive'.
5574         (comint-input-filter-functions): Doc fix.
5575         (comint-kill-whole-line, comint-get-source): Doc fix.
5577         * progmodes/compile.el (compilation-setup):
5578         Don't set buffer-read-only if MINOR is non-nil.
5580 2004-10-19  Jay Belanger  <belanger@truman.edu>
5582         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5583         (calc-emacs-type-gnu19): Remove.
5584         (calc-digit-map, calc-read-key-sequence, calc-read-key):
5585         Remove check for old emacs versions.
5587         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5588         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5589         for current Emacs.
5591         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5592         the end of the minibuffer.
5593         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
5594         copy `esc-map'.
5596         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5598         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5599         call that would be given when the current emacs was used.
5601 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
5603         * calendar/icalendar.el: Set coding to utf-8.
5604         (icalendar-version): Increase to 0.07.
5605         (icalendar-monthnumber-table): Change March pattern.
5606         (icalendar-get-all-event-properties)
5607         (icalendar-set-event-property): Delete.
5608         (icalendar-all-events): No longer interactive.
5609         (icalendar-convert-diary-to-ical)
5610         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5611         their replacements.
5612         (icalendar-export-file, icalendar-export-region): New functions;
5613         essentially old `icalendar-convert-diary-to-ical' but appending to
5614         target rather than overwriting.
5615         (icalendar-import-file): Append to target file rather than
5616         overwriting.  Fourth arg deleted.
5617         (icalendar-import-buffer): New name for old
5618         `icalendar-extract-ical-from-buffer'.
5619         (icalendar--convert-string-for-import): New name for
5620         old `icalendar-convert-for-import'.
5621         (include-icalendar-files): Delete.
5622         Prefix for all internal functions changed from `icalendar-'
5623         to `icalendar--'.
5625 2004-10-19  Richard M. Stallman  <rms@gnu.org>
5627         * paths.el (news-path): Fix previous change.
5629 2004-10-18 Jay Belanger  <belanger@truman.edu>
5631         * calc/calc-help.el (calc-describe-bindings):
5632         Set `buffer-read-only' to nil while working in the keybindings buffer;
5633         remove some extra information from the keybindings buffer.
5635 2004-10-18  David Ponce  <david@dponce.com>
5637         * mouse.el (mouse-drag-move-window-top): New function.
5638         (mouse-drag-mode-line-1): Use it.
5640 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5642         * info.el (Info-fontify-node): For multiline refs,
5643         arrange to unfontify newline and surrounding whitespace.
5645 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5647         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5648         directory is missing.
5650 2004-10-17  John Paul Wallington  <jpw@gnu.org>
5652         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5653         New customizable variable; whether to display buffers that match
5654         `ibuffer-maybe-show-predicates' by default.
5655         (ibuffer-maybe-show-predicates): Mention it in docstring.
5656         (ibuffer-display-maybe-show-predicates): New variable.
5657         (ibuffer-update): Prefix arg now toggles whether buffers that
5658         match `ibuffer-maybe-show-predicates' should be displayed.
5659         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5660         locally to heed `ibuffer-default-display-maybe-show-predicates'.
5661         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5663 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
5665         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
5666         work correctly.
5668 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
5670         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5671         (Buffer-menu-beginning): New helper function.
5672         (Buffer-menu-execute): Use it.
5673         (Buffer-menu-select): Use it.
5674         (Buffer-menu-sort): Use it and also keep markers.
5676 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5678         * paths.el (news-directory): Rename from news-path.  Old name alias.
5679         (rmail-spool-directory): Use defvar.
5680         (sendmail-program): Use defcustom.
5681         (remote-shell-program): Use defcustom.
5682         (term-file-prefix): Use defvar.
5683         (abbrev-file-name): Use defvar.
5685         * term.el: Add maintainer.
5687         * subr.el (with-local-quit): Return nil if there's a quit.
5688         (read-passwd): Use with-local-quit.  Doc fix.
5690         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5691         (strokes-unload-hook): Set as a variable with add-hook.
5693         * startup.el (fancy-splash-tail, normal-splash-screen):
5694         Update copyright year.
5696         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5698         * server.el (server-unload-hook): Set as a variable with add-hook.
5700         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5702         * frame.el (special-display-popup-frame):
5703         Make the buffer current as its frame is created.
5705         * delsel.el (delsel-unload-hook): Set as a variable.
5707         * comint.el (comint-output-filter-functions):
5708         Add comint-watch-for-password-prompt.
5709         (comint-read-noecho): Function deleted.
5710         (send-invisible): Use read-passwd.
5712         * fringe.el (fringe-mode-initialize): New function.
5713         (fringe-mode): Use fringe-mode-initialize as :initialize.
5715 2004-10-17  Kim F. Storm  <storm@cua.dk>
5717         * language/indian.el (indian-script-language-alist): Swap value and doc.
5718         (indian-font-char-index-table): Doc fix.
5720 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5722         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5724 2004-10-16  Juri Linkov  <juri@jurta.org>
5726         * progmodes/compile.el (compilation-start): Move let-binding of
5727         `process-environment' into `with-current-buffer' body.
5728         Reported by Matt Hodges <MPHodges@member.fsf.org>.
5730 2004-10-16  Richard M. Stallman  <rms@gnu.org>
5732         * pcvs-util.el (cvs-bury-buffer):
5733         Don't call get-buffer-window for effect.
5735         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5737         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5739         * msb.el (msb-unload-hook): Set the variable.
5741         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5742         Use * to err if buffer is readonly.
5744         * subr.el (looking-back): Return only t or nil.
5746         * whitespace.el (whitespace-unload-hook): Set the variable.
5748         * view.el (view-mode-enable): Set view-page-size and
5749         view-half-page-size to nil.
5750         (view-set-half-page-size-default): view-half-page-size = nil
5751         means the default.
5752         (View-scroll-page-forward): Use view-page-size-default.
5753         (View-scroll-page-backward): Likewise.
5754         (view-page-size, view-half-page-size): Doc fixes.
5756         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5758         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5760         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5761         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
5762         (byte-compile-log-1): Bind inhibit-read-only.
5763         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5764         (byte-compile-log-warning): Likewise.
5765         (byte-compile-file-form-require): Detect "cl" from the arg value.
5767         * progmodes/compile.el (compilation-start): Assume compilation-mode
5768         will make the buffer read-only.
5769         (compilation-mode): Take arg name-of-mode.
5770         (compilation-setup): Make buffer read-only.
5771         (compilation-handle-exit): Bind inhibit-read-only.
5773         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5774         (ispell-message): Likewise.
5775         (ispell-show-choices): Don't call get-buffer-window uselessly.
5776         (ispell-init-process): Use set-process-query-on-exit-flag.
5778 2004-10-16  Kim F. Storm  <storm@cua.dk>
5780         * fringe.el (fringe-bitmaps): Only initialize when defined.
5782         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5783         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5785         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5787 2004-10-15  Simon Josefsson  <jas@extundo.com>
5789         * net/password.el: Add.
5791 2004-10-14  Masatake YAMATO  <jet@gyve.org>
5793         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5794         (gdb-script-end-of-defun): New function.
5795         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5796         `gdb-script-end-of-defun' as *-of-defun-function.
5798 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
5800         * button.el (button-activate): Allow a marker to display as an action.
5802         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5804         * help.el (describe-mode): Use it to make minor mode list into
5805         hyperlinks.
5807 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5809         * vc.el (vc-annotate-display-select): Fix typo.
5811         * subr.el (substitute-key-definition-key): New function.
5812         (substitute-key-definition): Use it with map-keymap.
5813         (event-modifiers): Use push.
5814         (mouse-movement-p, with-temp-buffer): Simplify.
5816 2004-10-12  Jay Belanger  <belanger@truman.edu>
5818         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5819         New variables.
5820         (calc-help-index-entries): New function.
5821         (calc-describe-function): Use `calc-help-function-list' instead of
5822         obarray for completion.
5823         (calc-describe-variable): Use `calc-help-variable-list' instead
5824         of obarray for completion.
5826 2004-10-12  Richard M. Stallman  <rms@gnu.org>
5828         * info-look.el (info-lookup-file): Add info-file property.
5829         (info-lookup-symbol): Likewise.
5831         * info.el (info-xref): Add underlining.
5832         (info): Add info-file property.
5833         (Info-find-emacs-command-nodes): Specify case-sensitive search.
5835 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
5837         Sync with Tramp 2.0.45.
5839         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5840         defined.  This is not the case for XEmacs without package "edebug".
5841         (tramp-set-auto-save-file-modes): Set permissions of autosaved
5842         remote files to the permissions of the original file.  This is not
5843         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
5844         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
5845         (tramp-perl-decode): Fix an error in Perl implementation.
5846         $pending must be cleared every loop.  Reported by Benjamin Place
5847         <benjaminplace@sprintmail.com>
5849         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5850         Don't activate advice during definition.  This is done later on,
5851         depending on test result of `substitute-in-file-name'.
5852         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5854 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5856         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5858         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5860 2004-10-12  David Ponce  <david@dponce.com>
5862         * recentf.el (recentf-edit-list): Update the menu when the recentf
5863         list has been modified.
5865 2004-10-12  Simon Josefsson  <jas@extundo.com>
5867         * net/tls.el (tls-certtool-program): New variable.
5868         (tls-certificate-information): New function, based on
5869         ssl-certificate-information.
5871 2004-10-12  Kenichi Handa  <handa@m17n.org>
5873         * international/mule.el (coding-system-equal): Move from mule-util.el.
5875         * international/mule-util.el (coding-system-equal): Move to mule.el.
5877 2004-10-12  Kim F. Storm  <storm@cua.dk>
5879         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5880         reset kmacro-initial-counter-value if set.
5881         (kmacro-set-counter): Only set kmacro-counter if defining or executing
5882         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
5883         (kmacro-display): Show macro counter if non-zero.
5885         * subr.el (substitute-key-definition): Mention command remapping
5886         in doc string.
5888 2004-10-11  Jay Belanger  <belanger@truman.edu>
5890         * calc/calc-misc.el (calc-info-goto-node): New function.
5891         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5892         node in one step.
5893         (calc-describe-copying, calc-describe-distribution)
5894         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5895         Go to appropriate info node in one step.
5897 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5901         * font-lock.el (font-lock-apply-highlight): Fix last change.
5903 2004-10-11  Simon Josefsson  <jas@extundo.com>
5905         * mail/smtpmail.el (smtpmail-open-stream): Look for
5906         starttls-gnutls-program instead of starttls-program iff
5907         starttls-use-gnutls is non-nil.
5908         (smtpmail-open-stream): Don't overwrite user settings of
5909         starttls-extra-arguments and starttls-extra-args.
5911 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * comint.el (comint-mouse-insert-input): Remove.
5914         (comint-insert-input): Make it work for mouse bindings.
5915         (comint-mode-map): Move defs into the declaration.
5916         (comint-output-filter): Typo.
5918         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5920 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
5922         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5923         (ange-ftp-call-chmod): Reference remote-shell-program instead of
5924         ange-ftp-remote-shell.
5926 2004-10-10  Andreas Schwab  <schwab@suse.de>
5928         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5929         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5930         Reported by <sri@asu.edu>.
5932 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
5934         * vc.el (vc-annotate-mode): Remove variable.
5935         (vc-annotate-display-select): Only call vc-annotate-mode
5936         if we're not in that mode already.
5938 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5940         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5941         (imenu-choose-buffer-index): Check here for rescan instead.
5943         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5944         where the face expression evals to nil.
5946         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5947         (tex-font-lock-keywords-2): Use it.
5948         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5950         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5952 2004-10-09  Kim F. Storm  <storm@cua.dk>
5954         * subr.el (progress-reporter-update): Define before first usage.
5955         (make-progress-reporter): Doc fix.
5957 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5959         * textmodes/paragraphs.el (sentence-end-double-space)
5960         (sentence-end-without-period, sentence-end-without-space)
5961         (sentence-end): Doc fixes.
5963 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
5965         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5966         Change paragraph-start regexp so we don't fill code starting with #'(.
5968 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
5970         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5971         New defcustom.
5972         (extract-address-components): Use it.
5974 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
5976         * subr.el (make-progress-reporter, progress-reporter-update)
5977         (progress-reporter-force-update, progress-reporter-do-update)
5978         (progress-reporter-done): New functions.
5980         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5982         * progmodes/etags.el (etags-tags-completion-table): Use progress
5983         reporter.
5984         (etags-tags-apropos): Likewise.
5986 2004-10-08  Alan Mackenzie  <acm@muc.de>
5988         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5989         of current line.
5991 2004-10-08  Masatake YAMATO  <jet@gyve.org>
5993         * server.el (server-process-filter): Wrap `process-send-region'
5994         by `condition-case' to guard the case when the pipe to PROC is closed.
5996 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
5998         * xml.el (xml-substitute-special): Limit handling of external entities.
6000 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
6002         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
6004 2004-10-06  John Paul Wallington  <jpw@gnu.org>
6006         * xml.el (xml-parse-dtd): Fix `error' call.
6008 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
6010         * xml.el (xml-substitute-special): Return a single string instead
6011         of a list of strings if an entity substitution is made.
6013 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
6015         * calendar/icalendar.el: New file.
6017 2004-10-05  Juri Linkov  <juri@jurta.org>
6019         * isearch.el (isearch-done): Set mark after running hook.
6020         Reported by Drew Adams <drew.adams@oracle.com>.
6022         * info.el (Info-history, Info-toc): Fix Info headers.
6023         (Info-toc): Narrow buffer before Info-fontify-node.
6024         (Info-build-toc): Don't check for special Info file names.
6025         Set main-file to nil if Info-find-file returns a symbol.
6027 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
6029         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
6030         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
6031         * calendar/cal-menu.el (calendar-mode-map): Ditto.
6033 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6035         * calendar/cal-iso.el (calendar-iso-read-args): New function,
6036         for old interactive spec from calendar-goto-iso-date.
6037         (calendar-goto-iso-date): Use it.
6038         (calendar-goto-iso-week): New function.  Suggested by Emilio
6039         C. Lopes <eclig@gmx.net>.
6041 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
6043         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
6044         `set-right-margin' bindings that follow the minor mode conventions.
6046 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6048         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
6049         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
6050         (latex-block-args-alist): Add minipage and picture.
6051         (latex-block-body-alist): Use reftex-label if enabled.
6052         (latex-insert-block): Don't insert a \n if not necessary.
6053         (tex-compile-commands): Make sure dvips doesn't send to printer.
6054         (tex-compile-default): Handle the case where no executable is found.
6055         (latex-noindent-environments): New var.
6056         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
6057         If tex-indent-allhanging is non-nil, make sure we only align for macros
6058         at beginning of line.
6060 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
6062         * newcomment.el (comment-beginning): Doc fix and don't choke on
6063         unset `comment-end-skip' when at beginning of comment.
6065 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
6067         * term.el (term-adjust-current-row-cache): Don't allow the current
6068         row to become negative.
6069         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
6070         the end of the line. Fix scroll down. Add comments.
6071         (term-handle-ansi-escape): Don't exceed terminal width when moving
6072         right.
6073         (term-scroll-region): Move the cursor after setting the scroll region.
6075 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
6077         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
6078         to `width' for consistency with docstring.  Doc fix.
6080 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
6082         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
6083         This is necessary for derived modes.
6085 2004-09-30  Kim F. Storm  <storm@cua.dk>
6087         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
6088         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
6090         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
6091         kmacro-extract-lambda functions.
6092         (edit-kbd-macro): Handle kmacro lambda forms.
6093         Include counter and counter format in edit buffer.
6094         (edmacro-finish-edit): Get counter and format from edit buffer and
6095         update kmacro bindings when found.
6097 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
6099         * textmodes/paragraphs.el (forward-paragraph):
6100         Avoid args-out-of-range error when point winds up at the beginning of
6101         the buffer and hard newlines are enabled.
6103         * newcomment.el (comment-multi-line): Doc fix.
6105 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
6108         (diff-fixup-modifs): Catch unified-diff file-headers.
6110 2004-09-29  Kim F. Storm  <storm@cua.dk>
6112         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
6113         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
6114         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
6116         * fringe.el (fringe-bitmap-p): New macro.
6117         (fringe-bitmaps): Add standard fringe bitmaps on load.
6119 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * dired.el (dired-view-command-alist): Use more efficient regexps.
6122         Remove dubious arguments.
6123         (dired-align-file): New function.
6124         (dired-insert-directory): Use it.
6125         (dired-move-to-end-of-filename): Make the " -> " search more specific.
6126         (dired-buffers-for-dir): Remove unused var `pattern'.
6128 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
6130         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
6131         from diary display excursion.  Store diary buffer's point for
6132         `simple-diary-display'.
6133         (simple-diary-display): Set window point and start when
6134         displaying buffer, to preserve point.
6136 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
6138         * textmodes/enriched.el (enriched-translations): Replace defconst
6139         with defvar.
6141 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6143         * printing.el: Doc fix.
6144         (pr-version): New version number (6.8.1).
6145         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
6146         make-temp-name.
6147         (pr-delete-file): Check if file exists before deleting it.
6148         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6150 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * term.el (term-display-table): New variable.
6153         (term-mode): Use it.
6154         (term-exec-1): Set the coding system to binary.
6155         (term-emulate-terminal): Decode the string before inserting it.
6157 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6159         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
6160         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
6161         (map): Bind S-prior, S-next and S-insert.
6162         (term-mode): Set `indent-tabs-mode' to nil.
6163         (term-paste): New function to be bound to S-insert.
6164         (term-send-del, term-send-backspace): Change the strings sent.
6165         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
6166         (term-handle-colors-array): Fix handling of underline and reverse.
6167         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
6168         (term-erase-in-line): Fix comparison.
6169         (term-emulate-terminal): Fix line wrap handling.
6170         (term-start-output-log): Rename from `term-set-output-log'.
6171         (term-stop-output-log): Rename from `term-stop-photo'.
6172         (term-switch-to-alternate-sub-buffer): Comment out, unused.
6174 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6176         * dired.el (dired-move-to-filename): Don't output a message if
6177         raise-error is non-nil.  Fix return position and value.
6179         * files.el (insert-directory): Obey --dired even with symlinks.
6181 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
6183         * ls-lisp.el (ls-lisp-format): Mark file names with property
6184         dired-filename.
6186 2004-09-25  Kim F. Storm  <storm@cua.dk>
6188         * ido.el (ido-max-directory-size): New defcustom.
6189         (ido-decorations): Add "too big" element.
6190         (ido-directory-too-big): New dynamic var.
6191         (ido-may-cache-directory): Don't cache big directories.
6192         (ido-directory-too-big-p): New defun.
6193         (ido-set-current-directory): Update ido-directory-too-big.
6194         (ido-read-internal): Make empty ido-cur-item if too-big.
6195         (ido-buffer-internal): Use ido-read-internal directly instead of
6196         ido-read-buffer.
6197         (ido-file-internal): Init ido-directory-too-big.
6198         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
6199         and redo completion with full list.
6200         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
6201         it, and show completions.
6202         (ido-all-completions): Let bind ido-directory-too-big to nil.
6203         (ido-exhibit): Handle ido-directory-too-big.
6204         (ido-read-buffer): Handle fallback to read-buffer.
6205         Init ido-directory-too-big.
6206         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
6207         Init ido-directory-too-big.
6209 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6211         * subr.el (delay-mode-hooks): Doc fix.
6213 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
6215         * textmodes/enriched.el
6216         (enriched-default-text-properties-local-flag): New variable.
6217         (enriched-mode): Make sure that enabling and disabling the mode is
6218         a no-op.  Doc fix.
6220 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
6222         * calendar/holidays.el (holiday-advent): Report on a specified day
6223         offset from advent, not just advent.
6224         (holiday-easter-etc): Report on one specified day offset from
6225         easter, not all easter holidays. Various Easter holidays moved to
6226         `christian-holidays' variable in calendar.el.
6227         * calendar/calendar.el (christian-holidays): Adapt for new
6228         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
6230 2004-09-23  Kim F. Storm  <storm@cua.dk>
6232         * image.el (insert-sliced-image): Add doc string.
6234         * ido.el (ido-choice-list): New dynamic var for `list' context.
6235         (ido-context-switch-command): New dynamic var.
6236         (ido-define-mode-map): Generalize switch between file/buffer contexts.
6237         (ido-read-internal): Handle new `list' context.
6238         Handle insert-buffer and insert-file ido-exit values.
6239         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
6240         ido-context-switch-command. Handle insert-file ido-exit value.
6241         (ido-read-buffer): Set ido-context-switch-command to 'ignore
6242         unless it is already bound by caller.
6243         (ido-file-internal): New arg switch-cmd.  Use it to setup
6244         ido-context-switch-command.  Handle insert-buffer ido-exit value.
6245         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
6246         used for context switching.
6247         (ido-all-completions): Handle new `list' context.
6248         (ido-make-choice-list): Return choices for `list' context.
6249         (ido-find-file-in-dir, ido-display-file, ido-write-file)
6250         (ido-display-buffer, ido-kill-buffer): Disable context switching.
6251         (ido-insert-buffer, ido-insert-file): Setup context switching.
6252         (ido-exhibit): Handle `list' context.
6253         (ido-read-file-name): Disable context switching.  Handle fallback.
6254         (ido-read-directory-name): Disable context switching.
6255         (ido-completing-read): New defun like completing-read.  Setup and
6256         use new `list' context.
6258 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
6260         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
6262 2004-09-21  Jay Belanger  <belanger@truman.edu>
6264         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
6265         `calc-graph-set-styles' so the gnuplot buffer will appear in a
6266         separate window.
6268 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
6270         * subr.el (after-change-major-mode-hook): Doc fix.
6272 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6274         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
6275         of ghostscript for monochrome PostScript file in Windows.
6277 2004-09-21  Kenichi Handa  <handa@m17n.org>
6279         * descr-text.el (describe-char): Checking of quail activation
6280         fixed.
6282 2004-09-21  Jay Belanger  <belanger@truman.edu>
6284         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
6286 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
6288         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6289         after the mode hooks instead of before.  Doc fix.
6291 2004-09-20  Jason Rumney  <jasonr@gnu.org>
6293         * startup.el (command-line) [windows-nt]: Try .emacs first, then
6294         _emacs, but revert to .emacs if neither exists in home directory.
6296 2004-09-20  John Paul Wallington  <jpw@gnu.org>
6298         * bindings.el (completion-ignored-extensions): Add .dfsl.
6300 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6302         * bindings.el (scroll-left): Make it disabled.
6304         * files.el (enable-local-eval): Doc fix.
6306         * indent.el (move-to-left-margin): Special case for minibuffer.
6308         * term.el (term-emulate-terminal): Turn off undo for output.
6309         Use with-current-buffer and save-selected-window.
6311         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6313         * progmodes/make-mode.el (makefile-fill-paragraph):
6314         Don't insist on spaces when looking for comments.  # is enough.
6316         * files.el (hack-local-variables): Copy the variables list
6317         to another buffer, strip prefixes and suffixes there, then read.
6318         (enable-local-eval): Doc fix.
6319         (ignored-local-variables): Initialize to nil.
6320         (risky-local-variable-p): Don't check ignored-local-variables here.
6321         (hack-one-local-variable): Ignore var if in ignored-local-variables.
6323 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6325         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6326         of = to "." (punctuation).
6328 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * subr.el (event-basic-type): Fix mask (extend to 22bits).
6332 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
6334         * textmodes/enriched.el (enriched-rerun-flag): New variable.
6335         (enriched-before-change-major-mode): New function.
6336         Add it to `change-major-mode-hook'.
6337         (enriched-after-change-major-mode): New function.
6338         Add it to `after-change-major-mode-hook'.
6339         (enriched-mode): Make it work correctly if called from
6340         `after-change-major-mode-hook'.
6341         No longer set `indent-line-function'.
6343         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6345         * subr.el (after-change-major-mode-hook): New variable.
6346         (run-mode-hooks): Implement it.
6348 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6350         * battery.el (battery-linux-proc-apm): Use string-to-number.
6351         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6352         Use dolist (and less indentation).  Use erase-buffer.
6353         Pre-initialize `design-capacity', `warn', and `low'.
6354         (battery-format): Use replace-regexp-in-string.
6356 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
6358         * battery.el: Delete superfluous empty lines.
6359         (battery-linux-proc-acpi): Attempt to gather information from all
6360         battery subdirectories regardless of their file name.
6361         (battery-linux-proc-apm): Replace all occurrences of
6362         battery-hex-to-int-2 with string-to-int (base 16).
6363         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6364         (battery-hex-map): Delete variable.
6366 2004-09-18  John Paul Wallington  <jpw@gnu.org>
6368         * calc/calc-units.el (calc-quick-units): Fix overzealous
6369         s/or/unless/.
6371 2004-09-17  Jay Belanger  <belanger@truman.edu>
6373         * calc/calc.el (calc-mode-var-list): Fix the value of
6374         `calc-matrix-brackets'.
6376 2004-09-17  Romain Francoise  <romain@orebokech.com>
6378         * ibuf-ext.el (define-ibuffer-filter filename):
6379         Expand dired-directory since buffer-file-name is absolute.
6381 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6383         * ediff-init.el (ediff-current-diff-face-A)
6384         (ediff-current-diff-face-B, ediff-current-diff-face-C)
6385         (ediff-current-diff-face-Ancestor)
6386         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6387         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6388         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6389         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6390         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6391         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6392         Use min-colors.
6394         * term.el (term-down): Perform vertical motion if DOWN is negative.
6395         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6396         (term-termcap-format): Synchronyze with the eterm terminfo entry
6397         in etc/e/eterm.ti.
6398         (term-handle-colors-array): If the current foreground or
6399         background are zero (i.e. unspecified), use the foreground and
6400         background of the default face for reverse video.
6401         (term-ansi-at-eval-string, term-ansi-default-fg)
6402         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6403         (term-mem): Delete ununsed function.
6404         (term-protocol-version): Increment.
6405         (term-current-face): Set to default.
6407 2004-09-15  Jay Belanger  <belanger@truman.edu>
6409         * calc/calc.el (calc-mode-var-list): Define this variable.
6410         (calc-always-load-extensions, calc-line-numbering)
6411         (calc-line-breaking, calc-display-just, calc-display-origin)
6412         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6413         (calc-group-char, calc-point-char, calc-frac-format)
6414         (calc-prefer-frac, calc-hms-format, calc-date-format)
6415         (calc-float-format, calc-full-float-format, calc-complex-format)
6416         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6417         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6418         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6419         (calc-matrix-brackets, calc-language, calc-language-option)
6420         (calc-left-label, calc-right-label, calc-word-size)
6421         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6422         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6423         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6424         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6425         (calc-window-height, calc-display-trail, calc-show-selections)
6426         (calc-use-selections, calc-assoc-selections)
6427         (calc-display-working-message, calc-auto-why, calc-timing)
6428         (calc-mode-save-mode, calc-standard-date-formats)
6429         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6430         (calc-user-parse-tables, calc-gnuplot-default-device)
6431         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6432         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6433         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6434         (calc-invocation-macro, calc-show-banner): Give these values as
6435         part of `calc-mode-var-list's initialization after the variables
6436         are declared with defvar.
6437         (calc-bug-address):  Change email address to send bug reports to.
6438         Change the maintainer address at the top.
6439         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6440         than "\\.emacs" to determine if it is the user-init-file.
6442         * calc/calc-embed.el (calc-embedded-set-modes): Use
6443         `calc-mode-var-list' correctly.
6445 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
6447         * vc.el (annotate-time): Document point handling.
6448         (vc-annotate-display-autoscale): Doc fix.
6450 2004-09-15  Miles Bader  <miles@gnu.org>
6452         * generic.el (generic-make-keywords-list): Use symbol rather than
6453         word anchors in regexp.
6455 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6457         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6458         no file name consider `dired-directory'.
6460 2004-09-14  Kim F. Storm  <storm@cua.dk>
6462         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
6464 2004-09-14  Simon Josefsson  <jas@extundo.com>
6466         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6468         * textmodes/dns-mode.el: Add.
6470 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6473         (disabled-command-function): Make the ?\  char more obvious.
6475         * vc-arch.el (vc-arch-root, vc-arch-registered):
6476         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6478 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
6480         * windmove.el (windmove-frame-edges): Report coordinates of
6481         outside edges of frame, not inside edges.
6482         (windmove-coordinates-of-position): Convert into wrapper to new
6483         function `windmove-coordinates-of-window-position';
6484         `compute-motion' always applies to selected window.
6485         (windmove-coordinates-of-position): Update documentation to refer
6486         to Emacs 21 Lisp Reference Manual.
6487         (windmove-find-other-window): Fix off-by-one errors for max x,y.
6489 2004-09-13  Kim F. Storm  <storm@cua.dk>
6491         * isearch.el (isearch-resume-in-command-history): Rename from
6492         isearch-resume-enabled and change default to nil.
6494 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6496         * vc-hooks.el (vc-ignore-dir-regexp): New var.
6497         (vc-registered): Use it.
6498         (vc-find-root): New fun.
6500         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6501         Don't tell to use \\{...} when it's already done.
6503         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6504         Provide a sample complex default.
6505         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6506         (bibtex-entry): Use mapc.
6508 2004-09-12  Kim F. Storm  <storm@cua.dk>
6510         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6512         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6513         inhibit-field-text-motion to t so rectangles work in comint buffers.
6515         * simple.el (choose-completion-string): Set buffer before running
6516         choose-completion-string-functions hook so it can be buffer-local.
6518 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
6520         * progmodes/compile.el (compilation-start): Parse command to see
6521         if it starts with a cd, and if so perform it for the *compilation*
6522         buffer.  Change the header to reflect this.
6524 2004-09-11  Kim F. Storm  <storm@cua.dk>
6526         * ido.el (ido-enable-dot-prefix): Doc fix.
6527         (ido-enable-dot-prefix): New defcustom.
6528         (ido-set-matches1): Use it.
6530 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6532         * textmodes/bibtex.el (bibtex-mark-active)
6533         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6535 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6537         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6538         used in a case insensitive environment.
6539         (bibtex-mode-map): Rearrange order of menus.
6540         (bibtex-quoted-string-re): Obsolete.
6541         (bibtex-complete-key-cleanup): Variable replaced by new function.
6542         (bibtex-font-lock-keywords): Use backquotes.
6543         (bibtex-font-lock-url-regexp): New internal variable.
6544         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6545         "OPT" and "ALT".
6546         (bibtex-insert-current-kill, bibtex-make-field)
6547         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6548         (bibtex-parse-field-text): Simplify.
6549         (bibtex-string=): New helper function.
6550         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6551         (bibtex-map-entries): Use bibtex-string=.
6552         (bibtex-search-entry): Use not.
6553         (bibtex-enclosing-field): Fix docstring.
6554         (bibtex-assoc-regexp): Obsolete.
6555         (bibtex-format-entry): Use assoc-string and bibtex-string=.
6556         (bibtex-autokey-get-names): Handle empty name field.
6557         (bibtex-parse-strings): Use assoc-string and unless.
6558         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6559         Use assoc-string.
6560         (bibtex-pop): Simplify.
6561         (bibtex-mode): Set font-lock-extra-managed-props.
6562         (bibtex-entry-update): Use assoc-string.
6563         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6564         (bibtex-autofill-entry): Use bibtex-string=.
6565         (bibtex-print-help-message): Simplify.
6566         (bibtex-find-entry): New optional arg START.
6567         (bibtex-validate): Use bibtex-string= and assoc-string.
6568         Do not call obsolete function compilation-parse-errors.
6569         (bibtex-remove-delimiters): Only remove delimiters if present.
6570         (bibtex-copy-entry-as-kill): Add docstring.
6571         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6572         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6573         (bibtex-complete): Use bibtex-predefined-month-strings,
6574         bibtex-string=, and new function bibtex-complete-key-cleanup.
6575         (bibtex-generate-url-list): New variable.
6576         (bibtex-url): New command bound to C-c C-l and mouse-2.
6577         (bibtex-url-map): New local keymap for bibtex-url-mouse.
6578         (bibtex-font-lock-url): New function.
6580 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6584 2004-09-09  Kim F. Storm  <storm@cua.dk>
6586         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6587         counter and format with binding.
6588         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
6589         the declared macro uses own macro counter and format.  Give symbol
6590         kmacro property.
6591         (kmacro-keymap): Bind kmacro-name-last-macro to n.
6592         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6593         (kmacro-end-and-call-macro): Doc fix.
6595 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
6597         * desktop.el (desktop-clear-preserve-buffers):
6598         Remove make-obsolete-variable.
6600 2004-09-08  Richard M. Stallman  <rms@gnu.org>
6602         * buff-menu.el (list-buffers-noselect): Call format-mode-line
6603         with the buffer as argument.
6605 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6607         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6609 2004-09-08  Juri Linkov  <juri@jurta.org>
6611         * replace.el (perform-replace): Use `query-replace-descr'.
6613         * cus-start.el (history-delete-duplicates): Specify customization.
6615         * diff-mode.el (diff-mode-map):
6616         * progmodes/compile.el (compilation-mode-map):
6617         * progmodes/grep.el (grep-mode-map):
6618         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6619         to `next-error-follow-minor-mode'.
6621 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6623         * isearch.el (isearch-lazy-highlight-update): Take into account
6624         the case of zero-length match at the search bound.
6626 2004-09-08  Kim F. Storm  <storm@cua.dk>
6628         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6629         change.  Use zero width overlays when necessary.
6631 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6633         * subr.el (split-string): Docfix.
6635 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6637         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6638         (display-call-tree): Ensure newline after caller/calls blocks.
6640 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6642         * startup.el (command-line-1): Make option
6643         --directory/-L modify `load-path' straight away.
6645 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6647         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6649 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6651         * emacs-lisp/autoload.el (make-autoload):
6652         Handle `define-compilation-mode'.
6654         * emacs-lisp/lisp-mode.el (define-compilation-mode):
6655         Specify `doc-string-elt' property.
6657 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6659         * bs.el (bs-mode): Doc fix.
6661 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6663         * info.el (Info-insert-dir): Fix temp buffer leak bug.
6665 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6667         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6669 2004-09-08  Kenichi Handa  <handa@m17n.org>
6671         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6672         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6673         ps-mule-next-point -> 1+).
6675         * composite.el (encode-composition-rule): Add autoload cooky.
6677 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
6679         * format.el (buffer-auto-save-file-format): Make it permanent local.
6681 2004-09-07  Kim F. Storm  <storm@cua.dk>
6683         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6684         (authors-fixed-entries): Fix typo.
6685         (authors-canonical-author-name): Compact multiple spaces.
6686         Ignore trivial names (e.g. only first name).
6688         * term.el (term-window-width): Only use full window width on
6689         window system if overflow-newline-into-fringe is enabled.
6690         (term-mode): Don't disable overflow-newline-into-fringe.
6692 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6694         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6695         motion as seen on my Mac OS X xterms.
6697         * newcomment.el (uncomment-region-default, comment-region-default):
6698         New functions extracted from uncomment-region and comment-region.
6699         (comment-region, comment-region-function, uncomment-region)
6700         (uncomment-region-function): Use them.
6702         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6704         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6705         It's not crucial but can make sense at times.
6707         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6708         the first commit.
6710         * vc.el (vc-buffer-context, vc-restore-buffer-context):
6711         Disable obsolete code.
6713 2004-09-07  Juri Linkov  <juri@jurta.org>
6715         * progmodes/grep.el (grep-highlight-matches): Change default from
6716         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
6717         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6718         if grep option `--color' is available, or to `nil' otherwise.
6719         (grep-process-setup): Call `grep-compute-defaults' if
6720         `grep-highlight-matches' is not computed.  Set env-vars only
6721         if `grep-highlight-matches' is `t'.
6722         (grep-use-null-device): Remove redundant type `boolean' (`choice'
6723         is already defined).
6725         * progmodes/compile.el (compilation-start): Use copy of
6726         `process-environment' created by `copy-sequence' to not
6727         modify env-vars in the global `process-environment'.
6729 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
6731         * simple.el (next-error-follow-minor-mode): Fix last change.
6733 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
6735         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6736         permanent local.
6738 2004-09-04  Richard M. Stallman  <rms@gnu.org>
6740         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6741         highlighting if the search string is empty.
6743 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
6745         * facemenu.el (facemenu-active-faces): Change condition of inner
6746         `while' loop to also check the first two elements of `face-atts'
6747         and `mask-atts'.
6749 2004-09-04  John Paul Wallington  <jpw@gnu.org>
6751         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6752         (thumbs-view-image-mode): Make buffer read-only.
6754 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
6756         * textmodes/ispell.el (ispell-really-aspell): New defvar.
6757         (ispell-check-version): Set it.
6758         (ispell-send-replacement): New function.
6759         (ispell-process-line): Call ispell-send-replacement.
6761 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6763         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6764         Support choosing seconds with "s".
6766 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
6768         * terminal.el (te-escape): Show `?' in prompt for help key.
6770 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
6772         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6774 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6776         * simple.el (next-error-follow-minor-mode)
6777         (next-error-follow-mode-post-command-hook): New functions.
6778         (next-error-follow-last-line): New defvar.
6780         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6781         * progmodes/compile.el (compilation-mode-map): Likewise.
6782         * progmodes/grep.el (grep-mode-map): Likewise.
6783         * replace.el (occur-mode-map): Likewise.
6785         * newcomment.el (uncomment-region): Bind comment-use-global-state
6786         to nil.
6788 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
6790         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6791         locally around the call to `revert-buffer'.
6793 2004-09-03  Juri Linkov  <juri@jurta.org>
6795         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6796         `isearch-adjusted' to `t'.
6797         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6798         (isearch-message-prefix): Add "pending" for isearch-adjusted.
6799         (isearch-other-meta-char): Restore isearch-point unconditionally.
6800         (isearch-query-replace): Add new arg `regexp-flag' and use it.
6801         Set point to start of match if region is not active in transient
6802         mark mode (to include the current match to region boundaries).
6803         Push the search string to `query-replace-from-history-variable'.
6804         Add prompt "Query replace regexp" for isearch-regexp.
6805         Add region beginning/end as last arguments of `perform-replace.'
6806         (isearch-query-replace-regexp): Replace code by the call to
6807         `isearch-query-replace' with arg `t'.
6809 2004-09-03  Richard M. Stallman  <rms@gnu.org>
6811         * startup.el (normal-top-level): Undo previous TERM change.
6813 2004-09-03  Kim F. Storm  <storm@cua.dk>
6815         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6816         highlight overlays; allow using RET when cursor is over a button.
6817         (cua--highlight-rectangle): Use it.
6818         (cua--rectangle-set-corners): Don't move backwards at eol.
6819         (cua--forward-line): Don't move into void after eob.
6821         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6822         point is set (and displayed) inside rectangle.
6823         (cua--rectangle-operation): Fix for highlight of empty lines.
6824         (cua--highlight-rectangle): Fix highlight for tabs.
6825         Position cursor at left/right edge of rectangle using new `cursor'
6826         property on overlay strings.
6827         (cua--indent-rectangle): Don't tabify.
6828         (cua-rotate-rectangle): Ignore that point has moved.
6830 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6832         * term/mac-win.el: Add ASCII equivalents for some function keys.
6833         (mode-line-frame-identification): Sync with x-win.el.
6835 2004-09-02  Juri Linkov  <juri@jurta.org>
6837         * progmodes/compile.el (compilation-buffer-name): Compare major
6838         mode with second element of compilation-arguments instead of third
6839         to reflect latest changes in compilation-arguments structure.
6840         (recompile): Use global variable `compilation-directory' to get
6841         recent compilation directory only when `recompile' is invoked NOT
6842         in the compilation buffer.  Otherwise, use `default-directory' of
6843         the compilation buffer.
6844         (compilation-error-properties): Allow to funcall col and end-col.
6845         (compilation-mode-font-lock-keywords): Check col and end-col by
6846         `integerp'.
6847         (compilation-goto-locus): If end-mk is non-nil in transient mark
6848         mode don't activate the mark (and don't display message in
6849         push-mark), but highlight overlay between mk and end-mk.
6851         * progmodes/grep.el (grep-highlight-matches): New defcustom.
6852         (grep-regexp-alist): Add rule to highlight grep matches.
6853         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6855         * info.el (Info-fontify-node): Don't compute other-tag
6856         if Info-hide-note-references=hide.
6858         * help.el (function-called-at-point):
6859         * help-fns.el (variable-at-point):
6860         Try `find-tag-default' when other methods failed.
6862         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6863         Do not push mark if inhibit-mark-movement is non-nil.
6865         * textmodes/ispell.el (ispell-html-skip-alists):
6866         Fix backslashes in docstring.
6868 2004-09-01  Juri Linkov  <juri@jurta.org>
6870         * isearch.el (isearch-wrap-function)
6871         (isearch-push-state-function): New defvars.
6872         (isearch-pop-fun-state): New defsubst.
6873         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6874         (isearch-push-state): Set the result of calling
6875         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6876         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6877         restore the mode-specific starting point of terminated search.
6878         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6879         (isearch-repeat): Call `isearch-wrap-function' if defined.
6880         (isearch-message-prefix): Don't add prefix "over" to the message
6881         for wrapped search if `isearch-wrap-function' is defined.
6882         (isearch-search): Call function saved in `isearch-pop-fun-state' to
6883         restore the mode-specific starting point of failed search.
6885         * info.el (Info-search-whitespace-regexp): Fix backslashes.
6886         (Info-search): Add new optional arguments for the sake of isearch.
6887         Replace whitespace in Info-search-whitespace-regexp literally.
6888         Add backward search.  Don't call `Info-select-node' if regexp is
6889         found in the same Info node.  Don't add node to Info-history for
6890         wrapped isearch.
6891         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6892         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6893         (Info-mode): Set local variables `isearch-search-fun-function',
6894         `isearch-wrap-function', `isearch-push-state-function',
6895         `search-whitespace-regexp'.
6897         * isearch.el: Remove ancient Change Log section.
6898         (isearch-string, isearch-message-string, isearch-point)
6899         (isearch-success, isearch-forward-flag, isearch-other-end)
6900         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6901         (isearch-barrier, isearch-within-brackets)
6902         (isearch-case-fold-search): Add suffix `-state' to state-related
6903         defsubsts to avoid name clashes with other function names.
6905         * simple.el (next-error): New defgroup and defface.
6906         (next-error-highlight, next-error-highlight-no-select):
6907         New defcustoms.
6908         (next-error-no-select): Let-bind next-error-highlight to the value
6909         of next-error-highlight-no-select before calling `next-error'.
6911         * progmodes/compile.el (compilation-goto-locus):
6912         Use `next-error' face instead of `region'.  Set 4-th argument of
6913         `move-overlay' to `current-buffer' to move overlay to different
6914         source buffers.  Use new variable `next-error-highlight'.
6916         * simple.el (next-error-find-buffer): Move the rule
6917         "if current buffer is a next-error capable buffer" after the
6918         rule "if next-error-last-buffer is set to a live buffer".
6919         Simplify to test all rules in one `or'.
6920         (next-error): Doc fix.
6921         (next-error, previous-error, first-error)
6922         (next-error-no-select, previous-error-no-select):
6923         Make arguments optional.
6925 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
6927         * macros.el (apply-macro-to-region-lines): Make it operate on all
6928         lines that begin in the region, rather than on all complete lines
6929         in the region.
6931 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6933         * x-dnd.el (x-dnd-protocol-alist): Document update.
6934         (x-dnd-known-types): Defcustom it.
6935         (x-dnd-handle-motif): Print message-atom in error message.
6937 2004-08-30  John Paul Wallington  <jpw@gnu.org>
6939         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6940         strings rather than programatically constructing message.
6942 2004-08-30  Richard M. Stallman  <rms@gnu.org>
6944         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6945         Don't return a string that would read as the wrong character code.
6947 2004-08-29  Kim F. Storm  <storm@cua.dk>
6949         * emulation/cua-base.el (cua-auto-expand-rectangles):
6950         Remove automatic rectangle padding feature; replace by non-destructive
6951         virtual rectangle edges feature.
6952         (cua-virtual-rectangle-edges): New defcustom.
6953         (cua-auto-tabify-rectangles): New defcustom.
6954         (cua-paste): If paste into a marked rectangle, insert rectangle at
6955         current column, even if virtual; also paste exactly as many lines
6956         as has been marked (ignore additional lines or add empty lines),
6957         but paste whole source if only one line is marked.
6958         (cua--update-indications): No longer use overwrite-cursor to
6959         indicate rectangle padding
6961         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6962         (cua--rectangle-virtual-edges): New defun.
6963         (cua--rectangle-get-corners): Remove optional PAD arg.
6964         (cua--rectangle-set-corners): Never do padding.
6965         (cua--forward-line): Remove optional PAD arg.  Simplify.
6966         (cua-resize-rectangle-right, cua-resize-rectangle-left)
6967         (cua-resize-rectangle-down, cua-resize-rectangle-up):
6968         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6969         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6970         (cua--rectangle-move): Never do padding.  Simplify.
6971         (cua--tabify-start): New defun.
6972         (cua--rectangle-operation): Add tabify arg.  All callers changed.
6973         (cua--pad-rectangle): Remove.
6974         (cua--delete-rectangle): Handle delete with virtual edges.
6975         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6976         (cua--insert-rectangle): Handle insert at virtual column.
6977         Perform auto-tabify if necessary.
6978         (cua--activate-rectangle): Remove optional FORCE arg.
6979         Never do padding.  Simplify.
6980         (cua--highlight-rectangle): Enhance for virtual edges.
6981         (cua-toggle-rectangle-padding): Remove command.
6982         (cua-toggle-rectangle-virtual-edges): New command.
6983         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
6984         (cua--rectangle-post-command): Don't force rectangle padding.
6985         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6987 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
6989         * indent.el (edit-tab-stops-buffer): Doc fix.
6991 2004-08-28  Richard M. Stallman  <rms@gnu.org>
6993         * progmodes/grep.el (grep-default-command): Use find-tag-default.
6994         (grep-tag-default): Function deleted.
6996         * subr.el (find-tag-default): Move from etags.el.
6998         * progmodes/etags.el (find-tag-default): Move to subr.el.
7000         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
7001         into the basic character if it has an uppercase form.
7003 2004-08-27  Kenichi Handa  <handa@m17n.org>
7005         * international/utf-8.el (utf-8-post-read-conversion): If the
7006         buffer is unibyte, temporarily make it multibyte.
7008 2004-08-27  Masatake YAMATO  <jet@gyve.org>
7010         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
7012 2004-08-25  John Paul Wallington  <jpw@gnu.org>
7014         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
7015         0, 1, and many mismatches in message.
7016         (tex-start-shell): Use `set-process-query-on-exit-flag'.
7018         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
7019         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
7021 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7023         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
7024         vc-diff-switches differently.
7026 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
7028         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
7029         before and a real defvar after
7030         `speedbar-supported-extension-expressions'.  This is to silence
7031         the compiler without breaking bootstrapping.
7033 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7035         * textmodes/flyspell.el (flyspell-word):
7036         Use set-process-query-on-exit-flag.
7037         (flyspell-highlight-duplicate-region): Take POSS as arg.
7038         (flyspell-word): Pass POSS as arg.
7040         * progmodes/ada-xref.el: Many doc and style fixes.
7041         (ada-find-any-references): Use compilation-start.
7042         (ada-get-ali-file-name): Improve error msg.
7043         (ada-get-ada-file-name): Likewise.
7045         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
7046         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
7048         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7049         Add forward defvar.
7051         * whitespace.el (global-whitespace-mode): New alias
7052         for whitespace-global-mode.
7054         * speedbar.el (speedbar-file-regexp): Move definition up.
7055         (speedbar-mode, speedbar-set-mode-line-format):
7056         Use with-no-warnings.
7057         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
7059         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
7060         controls whether to display the error buffer.
7062         * ps-mule.el: Delete compatibility code for old Emacses.
7063         (ps-mule-find-wrappoint): Don't use chars-in-region.
7065         * frame.el (display-mouse-p, display-selections-p):
7066         Use with-no-warnings.
7068         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
7070 2004-08-22  David Kastrup  <dak@gnu.org>
7072         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
7073         information.
7075         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
7077 2004-08-22  Andreas Schwab  <schwab@suse.de>
7079         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
7081 2004-08-22  Masatake YAMATO  <jet@gyve.org>
7083         * cvs-status.el (cvs-status-checkout): New function.
7084         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
7086 2004-08-21  David Kastrup  <dak@gnu.org>
7088         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
7089         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
7090         has been converted to use hashtables, the relation `nil=none' is
7091         no longer valid, as `nil' is not a hashtable.  This patch tries to
7092         reduce the number of resulting errors.
7094 2004-08-21  John Paul Wallington  <jpw@gnu.org>
7096         * subr.el (process-kill-without-query): Made obsolete in
7097         version 21.4, not 21.5.
7099         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
7100         (vc-previous-comment, vc-next-comment)
7101         (vc-comment-search-reverse, vc-comment-search-forward)
7102         (vc-comment-to-change-log): Likewise.
7104         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
7106 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
7108         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7109         Correct indentation of DEFMETHODS with non-standard method
7110         combinations (e.g., PROGN, MIN, MAX).
7112 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * startup.el (normal-top-level-add-subdirs-to-load-path):
7115         Avoid unnecessarily checking system-type.
7116         (normal-top-level): Set TERM to "dumb".  Simplify.
7118         * avoid.el (mouse-avoidance-ignore-p): New fun.
7119         Also ignore switch-frame, select-window, double, and triple clicks.
7120         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
7121         (mouse-avoidance-fancy-hook): Use it.
7123 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
7125         * avoid.el (mouse-avoidance-nudge-mouse)
7126         (mouse-avoidance-banish-destination): Stay within the current window
7127         to avoid problems with mouse-autoselect-window.
7129 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7131         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
7132         the newer format of some messages in cvs-1.12.1.
7134 2004-08-19  Masatake YAMATO  <jet@gyve.org>
7136         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
7137         (elp-results-jump-to-definition-by-mouse)
7138         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
7139         (elp-output-result): Use elp-output-insert-symname.
7141 2004-08-18  Kenichi Handa  <handa@m17n.org>
7143         * language/cyrillic.el: Register koi8-r in
7144         ctext-non-standard-encodings-alist.
7145         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
7147 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
7149         * emacs-lisp/copyright.el (copyright-update-year): Delete code
7150         that replaces 20xy with xy.
7152 2004-08-17  John Paul Wallington  <jpw@gnu.org>
7154         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
7155         (reb-force-update): Doc fix.
7157 2004-08-16  Richard M. Stallman  <rms@gnu.org>
7159         * progmodes/which-func.el (which-func-update-1): Doc fix.
7161         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
7162         (sh-mode-abbrev-table): New variable.
7164         * progmodes/compile.el (compilation-mode): Doc fix.
7166         * emacs-lisp/lisp-mode.el (eval-last-sexp):
7167         Don't cons a new symbol each time.
7168         (eval-last-sexp-fake-value): New variable.
7170         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
7171         (copyright-update-year): Detect continuation of list of years.
7173         * term.el (term-default-fg-color, term-default-bg-color)
7174         (ansi-term-color-vector): Use `unspecified', not nil, as default.
7176         * imenu.el: Several doc fixes: don't say variables are buffer-local.
7178 2004-08-16  Davis Herring <herring@lanl.gov>
7180         * isearch.el (isearch-string, isearch-message-string, isearch-point)
7181         (isearch-success, isearch-forward-flag, isearch-other-end)
7182         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7183         (isearch-barrier, isearch-within-brackets)
7184         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
7186 2004-08-16  Kenichi Handa  <handa@m17n.org>
7188         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
7190 2004-08-15  Kenichi Handa  <handa@m17n.org>
7192         * term/x-win.el (x-selection-value): If utf8 was successful but
7193         ctext was not, use utf8 string.
7195 2004-08-14  Davis Herring  <herring@lanl.gov>
7197         * isearch.el: Remove accidental changes of March 4.  Fix backing
7198         up when a regexp isearch is made more general.  Use symbolic
7199         accessor functions for isearch stack frames to make usage clearer.
7200         (search-whitespace-regexp): Made groups in documentation shy (as
7201         is the group in the default value).
7202         (isearch-fallback): New function, addresses problems with regexps
7203         liberalized by `\|', adds support for liberalization by `\}' (the
7204         general repetition construct), and incorporates behavior for
7205         `*'/`?'.
7206         (isearch-}-char): New command, calls `isearch-fallback' with
7207         arguments appropriate to a typed `}'.
7208         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
7209         appropriately.
7210         (isearch-mode-map): Bind `}' to `isearch-}-char'.
7211         (isearch-string, isearch-message,string, isearch-point)
7212         (isearch-success, isearch-forward-flag, isearch-other-end)
7213         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7214         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
7215         New inline functions to read fields of a stack frame.
7217 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
7219         * battery.el (battery-linux-proc-acpi): Look into battery
7220         directories matching the literal string "CMB", too (required for
7221         Linux kernel version 2.6.7).
7223 2004-08-14  John Paul Wallington  <jpw@gnu.org>
7225         * cus-start.el (read-file-name-completion-ignore-case): Add.
7226         (blink-cursor-alist): Change version to "21.4".
7228         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
7230 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
7232         * speedbar.el (speedbar-scan-subdirs): New option.
7233         (speedbar-file-lists): Don't ignore file-name case on Unix and use
7234         dolist.
7235         (speedbar-insert-files-at-point): Take an extra argument and use
7236         it to optionally find out if a subdir is empty.  Also unreadable
7237         files don't get expand buttons.
7238         (speedbar-directory): New image (unused pixmap already existed).
7239         (speedbar-expand-image-button-alist): Use it.
7241 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
7243         CC Mode update to 5.30.9:
7245         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
7246         Move from cc-vars to cc-defs for dependency reasons.  Fix the
7247         POSIX char class test to check that it works in
7248         `skip-chars-(forward|backward)' too.
7250         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7251         first argument starts with a special brace list.
7253         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
7254         when `c-opt-type-concat-key' is used (i.e. in Pike).
7256         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
7257         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
7258         >)".
7260         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
7261         whitespace safe.
7263         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
7264         position for `arglist-intro', `arglist-cont-nonempty' and
7265         `arglist-close' when there are two arglist open parens on the same
7266         line and there's nothing in front of the first.
7268         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
7269         locking of qualified names in Java, which previously could fontify
7270         common indexing expressions in many cases.  The standard Java
7271         naming conventions are used to tell them apart.
7273         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7274         Fix inconsistency wrt opening parens on the first line inside a paren
7275         block.
7277         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7278         compile time for the sake of `c-major-mode-is'.
7280         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7281         `c-major-mode-is' in the event that this is used inside a
7282         `c-lang-defconst'.
7284         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
7285         `c-lang-defconst' so that it works better with fallback languages.
7287         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
7288         it to fail to record the base mode.
7290         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7291         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
7292         is used.  Reorder the syntax checks to get more efficient
7293         skipping in some situations.
7295         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7296         continuation which might precede the newly inserted '{'.
7298         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7299         Fix cases where it could loop indefinitely.
7301         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7302         size specs correctly.  Only fontify identifiers in front of '('
7303         with as functions - don't accept any paren char.  Tighten up
7304         initializer skipping to stop before function and class blocks.
7306         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7307         the point could be left directly after an open paren when finding
7308         the beginning of the first decl in the block.
7310         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7311         table when filtering out legitimate open parens to be recorded.
7312         This could cause cache inconsistencies when e.g.
7313         `c++-template-syntax-table' was temporarily in use.
7315         * progmodes/cc-engine.el (c-on-identifier)
7316         (c-simple-skip-symbol-backward): Small fix for handling "-"
7317         correctly in `skip-chars-backward'.  Affected the operator lfun
7318         syntax in Pike.
7320         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7321         Fix bug that could cause an error from `after-change-functions' when
7322         the changed region is at bob.
7324 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
7326         CC Mode update to 5.30.9:
7328         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7329         to say that <TAB> doesn't insert WS into a CPP line.
7330         (c-indent-command, c-tab-always-indent): Amend doc strings.
7332         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7333         checks for user errors, thus eliminating cryptic and unhelpful
7334         Emacs error messages.  (1) Check the arg to `c-set-style' is a
7335         string.  (2) Check that settings to `c-offsets-alist' are not
7336         spuriously quoted.
7338         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7339         which precedes the newly inserted `{'.
7341 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
7343         Sync with Tramp 2.0.44.
7345         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7346         function "tramp_file_attributes".  Otherwise, file names
7347         containing spaces are misinterpreted.  Reported by Magnus Henoch
7348         <mange@freemail.hu>.
7349         (tramp-handle-file-truename): FILENAME must be expanded first.
7350         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7351         obscure results.  Reported by D. Goel <deego@gnufans.org>.
7352         (tramp-handle-verify-visited-file-modtime): If file does not
7353         exist, say it is not modified if and only if that agrees with the
7354         buffer's record.  Check whether a file is visiting the buffer, or
7355         the buffer has no recorded last modification time.  Return t in
7356         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
7357         <teirllm@auburn.edu>.
7358         (tramp-handle-write-region): Pass modtime explicitely to
7359         `set-visited-file-modtime', because filename can be different
7360         from (buffer-file-name) if `file-precious-flag' is set.
7361         `set-visited-file-modtime' must be called always when `visit' is t
7362         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7363         (tramp-handle-set-visited-file-modtime): If `time-list' is not
7364         nil, don't apply the whole body.  If the file doesn't exists, set
7365         modtime to '(-1 65535).  Suggested by Luc Teirlinck
7366         <teirllm@auburn.edu>.
7368 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7370         * help.el (describe-bindings): Doc fix.
7372         * subr.el (kbd): Doc fix.
7374 2004-08-08  John Paul Wallington  <jpw@gnu.org>
7376         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7377         instead of `string-to-int'.
7378         (define-ibuffer-column mode): Fix indentation.
7380 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
7382         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7384 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7386         * subr.el (global-unset-key, local-unset-key): Doc fixes.
7388         * novice.el (disabled-command-function): New variable renamed from
7389         `disabled-command-hook'.
7390         (disabled-command-hook): Keep the _variable_ as alias for
7391         `disabled-command-function' and make obsolete.
7392         (disabled-command-function): Function renamed from
7393         `disabled-command-hook'.  Adapt code to name change of the variable.
7395 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
7397         * simple.el (completion-root-regexp): New defvar.
7398         (completion-setup-function): Use it instead of a literal string.
7400 2004-08-07  John Paul Wallington  <jpw@gnu.org>
7402         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7403         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7404         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7405         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7407 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7409         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7410         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7412 2004-08-04  Kenichi Handa  <handa@m17n.org>
7414         * international/encoded-kb.el (encoded-kbd-setup-keymap):
7415         Fix previous change.
7417 2004-08-03  Kenichi Handa  <handa@m17n.org>
7419         * international/encoded-kb.el: The following changes are to
7420         utilize key-translation-map instead of minor mode map.
7421         (encoded-kbd-iso2022-non-ascii-map): Delete it.
7422         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7423         (encoded-kbd-last-key): New function.
7424         (encoded-kbd-iso2022-single-shift): New function.
7425         (encoded-kbd-iso2022-designation)
7426         (encoded-kbd-self-insert-iso2022-7bit)
7427         (encoded-kbd-self-insert-iso2022-8bit)
7428         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7429         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7430         key-translation-map.
7431         (encoded-kbd-setup-keymap): Setup key-translation-map.
7432         (saved-key-translation-map): New variable.
7433         (encoded-kbd-mode): Save/restore key-translation-map.
7434         Adjust for the change of encoded-kbd-setup-keymap.
7436 2004-08-02  Kim F. Storm  <storm@cua.dk>
7438         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7439         and call compute-motion with nil for topos and width to get proper
7440         usable width and height for both window and non-window systems.
7442         * windmove.el (windmove-coordinates-of-position): Let compute-motion
7443         calculate usable window width and height.
7445         * window.el (window-buffer-height): Call compute-motion with nil width.
7447 2004-08-01  David Kastrup  <dak@gnu.org>
7449         * replace.el (query-replace-read-from):
7450         Use `query-replace-compile-replacement'.
7451         (query-replace-compile-replacement): New function.
7452         (query-replace-read-to): Use `query-replace-compile-replacement'
7453         for repeating the last command.
7455 2004-08-01  John Paul Wallington  <jpw@gnu.org>
7457         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7458         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7459         (pr-switches): Remove period from end of error messages.
7461         * help-mode.el (help-go-back): Likewise.
7463         * abbrev.el (only-global-abbrevs): Doc fix.
7464         (edit-abbrevs-map): Define within defvar.
7465         (quietly-read-abbrev-file): Doc fix.
7467 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
7469         * novice.el (enable-command, disable-command): Doc fixes.
7471         * subr.el (event-modifiers, event-basic-type): Doc fixes.
7473 2004-07-30  Richard M. Stallman  <rms@gnu.org>
7475         * subr.el (with-local-quit): Doc fix.
7477 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
7479         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7481 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
7483         * custom.el (defcustom): Doc fix.
7485 2004-07-28  Masatake YAMATO  <jet@gyve.org>
7487         * progmodes/etags.el (etags-tags-apropos): Show building progress.
7489 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7491         * imenu.el (imenu-prev-index-position-function)
7492         (imenu-extract-index-name-function, imenu-name-lookup-function)
7493         (imenu--index-alist): Docstring redundancy fix.
7495 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
7497         * wdired.el (wdired-finish-edit): Require dired-aux before locally
7498         binding dired-backup-overwrite.
7500 2004-07-25  John Paul Wallington  <jpw@gnu.org>
7502         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7504 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
7506         * term/tty-colors.el (tty-color-approximate): Doc fix.
7508         * select.el (x-get-selection, x-set-selection): Doc fixes.
7510         * frame.el (make-frame): Doc fix.
7512 2004-07-24  Richard M. Stallman  <rms@gnu.org>
7514         * mail/rmail.el (rmail-mime-charset-pattern):
7515         Don't include semicolon in the charset value.
7517         * replace.el (occur-next-error): Call set-window-point.
7518         (occur-engine): Handle negative NLINES.
7520 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
7522         * frame.el (modify-all-frames-parameters): Minor doc fix.
7523         (set-frame-configuration): Doc fix.
7525 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7527         * simple.el (completion-setup-function): Compute the common parts
7528         and the first difference place correctly when
7529         partial-completion-mode is on.
7531 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7533         * ps-print.el: Doc fix.
7534         (ps-print-version): New version 6.6.5.
7535         (ps-printing-region): Doc fix.
7536         (ps-generate-string-list): Comment fix.
7537         (ps-message-log-max): Code fix.
7539 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7541         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7542         generated PostScript.
7544 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
7546         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
7547         with Gnus v5_10 branch.)
7549 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7551         * calendar/time-date.el (time-to-number-of-days): New function.
7552         Imported from from Gnus.
7554 2004-07-22  Kim F. Storm  <storm@cua.dk>
7556         * progmodes/make-mode.el: Fix comments.
7558 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7560         * printing.el: Doc fix.
7562 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
7564         * frame.el (modify-all-frames-parameters): Minor doc fix.
7566 2004-07-20  Richard M. Stallman  <rms@gnu.org>
7568         * textmodes/fill.el (fill-nobreak-p): If this break point is
7569         at the end of the line, don't consider the newline which follows
7570         as a reason to return t.
7572 2004-07-19  John Paul Wallington  <jpw@gnu.org>
7574         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7576 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
7578         * dired-aux.el (dired-do-kill-lines): Expand docstring.
7579         Delete irrelevant code.
7581 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
7583         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7584         New docstring.  From Luc Teirlinck.
7586 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
7588         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7589         section.
7590         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7591         non-file buffers.  We know it is nil.
7593 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
7595         Sync with Tramp 2.0.43.
7597         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7598         Remove outdated comment.
7599         (tramp-locked, tramp-locker): New variables for implementing a
7600         global lock.
7601         (tramp-sh-file-name-handler): Use them to implement the global lock.
7603 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
7605         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
7606         calls to respective `xxx` calls.
7607         (tramp-process-alive-regexp): Precise doc string.
7608         (tramp-multi-action-process-alive): New defun.
7609         (tramp-multi-actions): Use it.
7610         (tramp-handle-find-backup-file-name): `copy-tree' is available
7611         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
7612         in order to avoid this function.
7613         (tramp-handle-write-region): Set current buffer.  If connection
7614         wasn't open, `file-modes' has changed it accidently.  Reported by
7615         David Kastrup <dak@gnu.org>.
7616         (tramp-enter-password, tramp-read-passwd): New arguments USER and
7617         HOST.
7618         (tramp-action-password, tramp-multi-action-password): Apply it.
7619         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7620         name must still contain the port number.  Otherwise, we have two
7621         Tramp buffers, with all the confusion.  Reported by Myron Selby
7622         <myron@xytech.com> and Rolf Dubitzky
7623         <Dubitzky@physi.uni-heidelberg.de>.
7625         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7626         HOST to `tramp-enter-passwd'.
7628         * net/tramp-vc.el (all): Code cleanup.  Change all
7629         `tramp-handle-xxx' calls to respective `xxx` calls.
7631 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
7633         * emacs-lisp/testcover.el: New category "potentially-1valued" for
7634         functions that are not erroneous if either 1-valued or
7635         multi-valued.  Detect functions in this class.
7636         (testcover-1value-functions, testcover-compose-functions)
7637         (testcover-progn-functions) Add some additional functions to lists.
7638         (testcover-mark): Bugfix when marking up the definition for an
7639         empty function.
7641 2004-07-17  Richard M. Stallman  <rms@gnu.org>
7643         * replace.el (occur-read-primary-args): Pass default to
7644         read-from-minibuffer.
7646         * mail/footnote.el (footnote-section-tag): Use defcustom.
7648         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7649         Compile font-lock-keywords, not KEYWORDS.
7650         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7651         Add warn, check-type.  Handle cerror like error.
7653 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
7655         * progmodes/which-func.el (which-func-keymap): New var.
7656         (which-func-face): New face.
7657         (which-func-format): Use them.
7659 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7661         * buff-menu.el (list-buffers-noselect): Append the buffer's
7662         process status to its mode name.
7664 2004-07-16  Kim F. Storm  <storm@cua.dk>
7666         * simple.el (inhibit-mark-movement): New defvar.
7667         (beginning-of-buffer, end-of-buffer): Do not push mark if
7668         inhibit-mark-movement is non-nil or C-u prefix is given.
7670         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7671         Init to beginning-of-buffer and end-of-buffer.
7672         (cua--undo-push-mark): New defvar.
7673         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7674         already active and command is in cua--preserve-mark-commands.
7675         Also fix check for shift modifier on non-window systems.
7676         (cua--post-command-handler): Clear inhibit-mark-movement if set.
7678 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
7680         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7681         of two integers, instead of a cons.
7683         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7684         `visited-file-modtime' now returns a list of two integers, instead
7685         of a cons.
7687         * dired.el (dired-directory-changed-p): Ditto.
7689         * progmodes/grep.el (grep): Doc fix.
7691 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
7693         * autorevert.el (auto-revert-tail-mode)
7694         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7695         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7696         in both at the same time.
7697         (auto-revert-tail-mode): New command.
7698         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7699         (auto-revert-handler): Revert only either tail or whole file.
7701         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7702         add auto-revert-tail-mode.
7704 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7706         * printing.el: Doc fix.  Change name of some funs.
7707         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
7708         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
7709         (pr-standard-file-name): New fun.  Replace pr-standard-path.
7710         (pr-call-process): Code fix.
7712 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
7714         * subr.el (with-selected-window): Doc fix.
7716 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
7718         * subr.el (get-buffer-window-list): Doc fix.
7720 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
7722         * files.el (switch-to-buffer-other-window): Doc fix.
7724         * window.el (save-selected-window, one-window-p)
7725         (split-window-keep-point, split-window-vertically)
7726         (split-window-horizontally): Doc fixes.
7728 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7730         * printing.el: Doc fix.  Now it uses call-process instead of
7731         shell-command for low command execution.
7732         (pr-version): New version number (6.8).
7733         (pr-shell-file-name): Option removed.
7734         (pr-shell-command): Fun removed.
7735         (pr-call-process): New fun.  Replace pr-shell-command.
7736         (pr-standard-path, pr-remove-nil-from-list): New funs.
7737         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7738         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7739         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7740         (pr-ps-utility-process, pr-txt-print): Code fix.
7742 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7744         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7745         boolean.
7747 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
7749         * wid-edit.el (widget-field-buffer): Doc fix.
7751 2004-07-09  John Paul Wallington  <jpw@gnu.org>
7753         * emacs-lisp/re-builder.el (reb-update-overlays):
7754         Distinguish between one and several matches in message.
7756 2004-07-09  Richard M. Stallman  <rms@gnu.org>
7758         * mouse.el (mouse-set-region-1): If transient-mark-mode
7759         is `identity', change it to `only'.
7761         * simple.el (current-word): Doc fix.
7763 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
7765         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7766         so that it is more understanding of whitespace.
7768         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7769         (("ns" . "element") (attr-list) children) instead of
7770         ((:ns . "element") (attr-list) children) in order to reduce the
7771         number of symbols used.
7772         (xml-skip-dtd): Change to use xml-parse-dtd but set
7773         xml-validating-parsing to nil.
7774         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7775         (xml-substitute-entity): Remove in favor of new entity substitution.
7776         (xml-substitute-special): Rewrite in to substitute complex
7777         entities from DOCTYPE declarations.
7778         (xml-parse-fragment): Parse fragments from entity deleclarations.
7779         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7780         (xml-parse-dtd, xml-substitute-special): Make validity checks
7781         conditioned on xml-validating-parser.  Add "Not Well Formed" to
7782         error messages about well-formedness.
7784 2004-07-08  Steven Tamm  <steventamm@mac.com>
7786         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7787         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7788         Do not treat double clicks and triple clicks specially in the
7789         scroll bar (preventing strange repositioning problems)
7791 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7793         * replace.el (query-replace-regexp-eval): Fix last change.
7795 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7797         * replace.el (query-replace-descr): New fun.
7798         (query-replace-read-from, query-replace-read-args): Default to the
7799         previous from&to.
7800         (query-replace-read-to): Quote the `from' string when displaying it.
7801         (query-replace-regexp-eval): Immediately check read-only status.
7802         Use query-replace-read-from to get the \n checking.
7803         Quote the `from' string when displaying it.
7804         (map-query-replace-regexp, occur-read-primary-args):
7805         Quote the `from' string when displaying it.
7807         * isearch.el (isearch-query-replace): Pass the regexp-ness and
7808         delimited-ness of the search to query-replace.
7810         * replace.el (query-replace-read-from, query-replace-read-to):
7811         New funs extracted from query-replace-read-args.
7812         (query-replace-read-args): Use them.
7814         * replace.el (query-replace-interactive, query-replace-read-args):
7815         Remove the `initial' special value.
7816         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7817         (occur-engine): Remove unused var `matchend'.
7819         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7820         Use the search string without prompting.
7822 2004-07-05  Kenichi Handa  <handa@m17n.org>
7824         * international/mule.el (decode-coding-inserted-region):
7825         Set last-coding-system-used only when coding is nil.
7827 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
7829         * progmodes/grep.el (grep-compute-defaults, grep-command)
7830         (grep-program, find-program, grep-find-use-xargs, grep-history)
7831         (grep-find-history, grep-tag-default, grep-find-command)
7832         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7833         Add autoload cookies, for unbundled packages that load `compile'
7834         and expect all grep-related symbols to become defined.
7836 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
7838         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7839         (iimage-mode-image-search-path): New user option to search the
7840         image file.
7841         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
7842         have locate-file.
7843         (iimage-mode-buffer): Use it.
7845 2004-07-03  Nick Roberts  <nickrob@gnu.org>
7847         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7848         carefully.
7849         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7851 2004-07-03  Juri Linkov  <juri@jurta.org>
7853         * replace.el (query-replace-read-args): Swallow space after 'foo,
7854         not after (quote foo).  Match space only immediately after symbol,
7855         not anywhere in the whole string.
7857 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7859         * replace.el (query-replace-read-args): Swallow space after
7860         symbols, not after closeparens.  But avoid error if string ends there.
7862         * progmodes/python.el (python-beginning-of-statement):
7863         Exit the loop if backward-up-list gets error.
7865         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7867 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
7869         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7870         only if vc-consult-headers is non-nil.
7872 2004-07-02  Juri Linkov  <juri@jurta.org>
7874         * pcvs.el (cvs-mode-diff-repository): New command.
7876         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7878 2004-07-01  Juri Linkov  <juri@jurta.org>
7880         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7881         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
7882         C-M-% to isearch-query-replace-regexp.
7883         (minibuffer-local-isearch-map): Add arrow key bindings.
7884         Bind C-f to isearch-yank-char-in-minibuffer.
7885         (isearch-forward): Doc fix.
7886         (isearch-edit-string): Doc fix.
7887         (isearch-query-replace, isearch-query-replace-regexp): New funs.
7888         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
7889         (isearch-yank-char): Add optional arg.
7890         (isearch-yank-char-in-minibuffer): New fun.
7892         * replace.el (query-replace-interactive): Change type from boolean
7893         to choice.  Add value `initial'.
7894         (query-replace-read-args): Handle value `initial' of
7895         query-replace-interactive.
7897 2004-06-29  Kim F. Storm  <storm@cua.dk>
7899         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7900         (breakpoint-disabled-bitmap-face): Add :group 'gud.
7902         * progmodes/ada-xref.el (ada-tight-gvd-integration):
7903         Add :group 'ada.
7905         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7907 2004-06-29  Juri Linkov  <juri@jurta.org>
7909         * replace.el (query-replace-read-args): Swallow a space after
7910         everything except )]" which in most cases means after a symbol.
7912         * emacs-lisp/pp.el (pp-buffer): Add autoload.
7914 2004-06-28  Richard M. Stallman  <rms@gnu.org>
7916         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7917         More changes to go with previous change in font-lock.el.
7919 2004-06-26  David Kastrup  <dak@gnu.org>
7921         * replace.el (perform-replace): Highlight the match even in
7922         non-query mode if there is potential replace string editing.
7924 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
7926         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7927         agree with new return value of `file-remote-p'.
7928         This syncs with Tramp 2.0.42.
7930         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7931         according to new documentation of `file-remote-p'.
7933         * files.el (file-remote-p): Fix doc to say that return value is
7934         identification of remote system, if not nil.
7935         (file-relative-name): Use new return value of `file-remote-p'.
7937 2004-06-26  Nick Roberts  <nickrob@gnu.org>
7939         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7940         (gdb-goto-breakpoint): Fix breakage.
7942 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
7944         * man.el (Man-getpage-in-background): Add windows-nt to the list
7945         of systems where shell-file-name should be used instead of
7946         literal "sh".
7948 2004-06-25  Sam Steingold  <sds@gnu.org>
7950         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7951         function names `(setf symbol)'.
7953 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7955         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7957         * font-lock.el (font-lock-keywords): Change format of compiled values.
7958         Document it.
7959         (font-lock-add-keywords): If font-lock-keywords is compiled,
7960         extract the uncompiled version, modify, then recompile.
7961         (font-lock-remove-keywords): Likewise.
7962         (font-lock-fontify-keywords-region): Handle changed format.
7963         (font-lock-compile-keywords): Handle changed format.
7964         (font-lock-set-defaults): Compile the keywords explicitly here.
7966 2004-06-24  David Kastrup  <dak@gnu.org>
7968         * replace.el (query-replace-read-args): Implement `\,' and `\#'
7969         replacements here.
7970         (query-replace-regexp): Doc string explaining this and the new
7971         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
7972         is better placed in `query-replace-read-args'.
7973         (replace-regexp): Explain `\,', `\#' and `\?'.
7974         (replace-match-data): New function for thorough reuse/destruction
7975         of old match-data.
7976         (replace-match-maybe-edit): Function for implementing `\?' editing.
7977         (perform-replace): Fix maintaining of the match stack including
7978         already matched regions, implement `\?', fix various problems
7979         with regions while editing and other stuff.
7980         (replace-highlight): Simplify.
7982 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
7984         * progmodes/grep.el (grep-error-screen-columns): New variable.
7985         (grep-regexp-alist): Give it the full functionality of gnu style
7986         compilation messages with line and column ranges.  Ask me for the
7987         perl script I'm working on, that uses these.
7989 2004-06-23  Nick Roberts  <nickrob@gnu.org>
7991         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7992         Remove.
7993         (comint-insert-input, comint-mouse-insert-input): New functions
7994         based on comint-insert-clicked-input for two bindings but just
7995         one functionality.
7997 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7999         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
8001 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8003         * files.el (write-contents-functions): Doc fix.
8005 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8007         * image.el (image-library-alist): Rewrite docstring in active voice.
8009 2004-06-20  Richard M. Stallman  <rms@gnu.org>
8011         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
8013         * isearch.el (isearch-repeat): Avoid testing old match data.
8014         (isearch-message): Display trailing space in special font
8015         when search is failing.
8016         (isearch-search-fun-function): Doc fix.
8018         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
8020 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
8022         * frame.el (show-trailing-whitespace): Doc fix.
8024         * cus-edit.el (custom-variable-documentation): New function.
8025         (custom-variable): Use it.
8027 2004-06-19  Nick Roberts  <nickrob@gnu.org>
8029         * man.el (Man-getpage-in-background): Revert previous change but
8030         make cygwin a special case.
8032 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
8034         * autorevert.el (global-auto-revert-non-file-buffers):
8035         Update docstring.
8037 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
8039         * progmodes/compile.el (compilation-error-properties): Store one
8040         more than end-col, if present, so that transient-mark-mode will
8041         highlight last char too.
8042         * progmodes/grep.el (grep-regexp-alist): Match columns and column
8043         ranges, if present.
8045 2004-06-18  Jason Rumney  <jasonr@gnu.org>
8047         * makefile.w32-in: Double percent signs in for loops.
8049 2004-06-17  David Kastrup  <dak@gnu.org>
8051         * replace.el (query-replace-read-args): Only warn about use of \n
8052         and \t when we are doing a regexp replacement and the actual
8053         escaped character is n or t.
8054         (query-replace-regexp): Add \, and \# interpretation to
8055         interactive call and document it.
8056         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
8057         as shortkey for replace-count.
8058         (replace-quote): New function for doubling backslashes.
8060 2004-06-17  Juanma Barranquero  <lektu@terra.es>
8062         * files.el (parse-colon-path, cd): Mention in docstring that the
8063         path separator is colon in GNU-like systems.
8065         * newcomment.el (comment-region-internal): Fix docstring.
8067         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
8068         (ewoc-invalidate, ewoc-collect): Doc fixes.
8069         (ewoc--create-node, ewoc--delete-node-internal):
8070         Fix typos in docstring.
8072 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8074         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
8075         manual to docstring.
8077 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8079         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
8081 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
8083         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8084         Add hyperlink to emacs-xtra manual to docstring.
8086         * autorevert.el (global-auto-revert-non-file-buffers):
8087         Add hyperlink to emacs-xtra manual to docstring, as well as an
8088         info-link.
8090 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8092         * image.el (image-library-alist): New variable to map image types
8093         to external libraries.  Initialized to nil, unless system-specific
8094         configs change it.
8095         (image-type-available-p): Determine whether an image type is
8096         available by calling `init-image-library'.
8098         * term/w32-win.el (image-library-alist): Initialize to a known set
8099         of probable library names.
8101 2004-06-14  Kenichi Handa  <handa@m17n.org>
8103         * international/code-pages.el (windows-1256, cp1125): Fix tables
8104         for several characters.
8106         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
8108 2004-06-13  Richard M. Stallman  <rms@gnu.org>
8110         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
8112         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
8113         not "`pc-selection-mode'".
8115         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
8117         * simple.el (previous-matching-history-element): Specify a default.
8119         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
8121         * cus-face.el (custom-declare-face): Simplify code.
8123         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
8125 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8127         * files.el (before-save-hook): Add `time-stamp' to the options.
8129         * time-stamp.el (time-stamp): Recommend adding it to
8130         `before-save-hook', rather than `write-file-functions'.
8131         Make a similar change in `Commentary' section.
8133 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8135         * diff-mode.el (diff-current-defun): If at start of hunk, use
8136         position of first change.
8138 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8140         * dired-x.el (dired-mark-omitted): Bind to "*O".
8142 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
8144         * bookmark.el (bookmark-bmenu-relocate): New function, as
8145         suggested by David J. Biesack <David.Biesack@sas.com>.
8146         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
8147         (bookmark-bmenu-mode): Describe binding in doc string.
8148         (bookmark-set-filename): Save the bookmark list if it's time.
8150 2004-06-13  Kenichi Handa  <handa@m17n.org>
8152         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
8153         (ccl-untranslated-to-ucs): Fix typo.
8155 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8157         * progmodes/python.el (python-open-block-statement-p):
8158         Fix indentation after a block opening that contains a comment.
8160 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
8162         * bindings.el (completion-ignored-extensions): Add file extensions
8163         of Python byte-compiled files.
8165 2004-06-12  Juri Linkov  <juri@jurta.org>
8167         * info.el (Info-goto-node): Add autoload.
8168         (Info-toc): Add substring-no-properties on Info file name.
8169         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
8170         (Info-mode-map): Bind L to Info-history, T to Info-toc.
8172 2004-06-12  Kenichi Handa  <handa@m17n.org>
8174         * international/mule-cmds.el (set-language-environment):
8175         Load subst tables if necessary.
8177         * international/mule.el (decode-char): Load subst tables if necessary.
8178         (encode-char): Likewise.
8180         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
8181         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
8182         (utf-16le-decode-loop): Set r5 to -1 before loop.
8183         (utf-16be-decode-loop): Likewise.
8184         (ccl-decode-mule-utf-16le): Add EOF processing block.
8185         (ccl-decode-mule-utf-16be): Likewise.
8186         (ccl-decode-mule-utf-16le-with-signature): Likewise.
8187         (ccl-decode-mule-utf-16be-with-signature): Likewise.
8188         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
8189         (ccl-mule-utf-16-encode-untrans): New CCL.
8190         (utf-16-decode-to-ucs): Handle pre-read character.
8191         (utf-16le-encode-loop): Handle surrogate pair.
8192         (utf-16be-encode-loop): Likewise.
8193         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
8194         of utf-16le-encode-loop.
8195         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
8196         of utf-16be-encode-loop.
8197         (mule-utf-16-post-read-conversion):
8198         Call utf-8-post-read-conversion at first.
8199         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
8200         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
8201         Add post-read-conversion and pre-write-conversion.
8203         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
8204         (utf-translate-cjk-unicode-range): New variable.
8205         (utf-translate-cjk-load-tables): New function.
8206         (utf-lookup-subst-table-for-decode): New function.
8207         (utf-lookup-subst-table-for-encode): New function.
8208         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
8209         tables here.  Update safe-charsets of utf-* coding systems.
8210         (ccl-mule-utf-untrans): New CCL.
8211         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
8212         at end of each branch.
8213         (ccl-mule-utf-8-encode-untrans): New CCL.
8214         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
8215         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
8216         length of encoding.  Don't return r0.
8217         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
8218         (utf-8-post-read-conversion): Narrow to region properly.
8219         If utf-translate-cjk-mode is on, load tables if necessary.
8220         Call utf-8-compose with hash-table arg if necessary.
8221         Call XXX-compose-region instead of XXX-post-read-convesion.
8222         (utf-8-pre-write-conversion): New function.
8223         (mule-utf-8): Include CJK charsets in safe-charsets if
8224         utf-translate-cjk-mode is on.  Add pre-write-conversion.
8226         * international/characters.el: Temporarily set
8227         utf-translate-cjk-mode to nil.
8229         * language/devan-util.el (devanagari-compose-region):
8230         Add autoload cookie.
8232         * international/ccl.el (ccl-dump-call): Fix printing the
8233         subroutine name.
8235 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8237         * dired.el (dired-revert): If buffer is marked unmodified before
8238         reverting, keep it marked unmodified.
8239         Adapt to new conventions for commenting out code.
8240         (dired-make-relative): Adapt to new conventions for commenting out code.
8242 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
8244         * eshell/esh-module.el (eshell-load-defgroups):
8245         Bind `vc-handled-backends' to nil when opening files.
8247 2004-06-11  Juanma Barranquero  <lektu@terra.es>
8249         * files.el (parse-colon-path, cd): Doc fixes (refer to
8250         `path-separator', not colon).
8252 2004-06-10  Juanma Barranquero  <lektu@terra.es>
8254         * newcomment.el (comment-search-forward)
8255         (comment-search-backward): Fix typos in docstring.
8256         (comment-region): Doc fix.
8258 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8260         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
8261         switch is no longer stored in `dired-switches-alist'.
8263         * dired-aux.el (dired-insert-subdir): Do not store R switch in
8264         `dired-switches-alist'.
8266 2004-06-10  Kim F. Storm  <storm@cua.dk>
8268         * pcvs.el (cvs-mode-diff-yesterday): New command.
8270         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8272 2004-06-10  Juri Linkov  <juri@jurta.org>
8274         * emacs-lisp/edebug.el (edebug-eval-defun):
8275         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8276         Fix docstring.
8278         * simple.el (eval-expression-print-format): Don't print additional
8279         information on the first call to `eval-print-last-sexp'.
8280         (next-error-find-buffer): Fix punctuation.
8281         (killing) <defgroup>: Fix punctuation.
8282         (yank-excluded-properties): Change group from editing to killing.
8284         * replace.el (perform-replace): Use `limit' to terminate the
8285         while-loop explicitly.
8287 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8289         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8290         Use lc-*.xpm as prefix instead of *-locol.xpm.
8292         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8293         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8294         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8295         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8296         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8297         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8298         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8299         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8300         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8301         * toolbar/lc-up_arrow.xpm:
8302         Rename from *-locol.xpm.
8304 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
8306         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8307         include forms like &<str>; as valid url patterns.
8309 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
8311         * dired.el (dired-diff, dired-backup-diff)
8312         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8313         (dired-do-chown, dired-do-touch, dired-do-print)
8314         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8315         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8316         (dired-create-directory, dired-do-copy, dired-do-symlink)
8317         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8318         (dired-do-copy-regexp, dired-do-hardlink-regexp)
8319         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8320         (dired-maybe-insert-subdir, dired-next-subdir)
8321         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8322         (dired-kill-subdir, dired-tree-up, dired-tree-down)
8323         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8324         (dired-run-shell-command, dired-query): Remove redundant,
8325         or incorrect, autoloads.
8327         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8328         does not end in a slash.  Add optional argument KILL-ROOT.
8329         Update docstring.
8330         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8331         (dired-query): Add autoloads.
8333 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
8335         * progmodes/compile.el (compilation-set-window-height):
8336         Rearrange the save-* functions because a buffer can have several current
8337         point in different windows.
8338         (compilation-error-regexp-alist-alist): Recognize {standard input}
8339         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8341 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8343         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8344         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8345         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8346         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8347         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8348         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8349         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8350         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8351         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8352         * toolbar/up_arrow-locol.xpm:
8353         New versions of icons that uses fewer colors.
8355         * toolbar/tool-bar.el (tool-bar-local-item)
8356         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8357         if display-color-cells is 256 or less.
8359 2004-06-08  Kim F. Storm  <storm@cua.dk>
8361         * wid-edit.el (widget-specify-button): Use hand pointer rather
8362         than mouse-face as visible mouse-over effect.
8364 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
8366         * saveplace.el (save-place-alist-to-file): Bind `print-length'
8367         and `print-level' to nil when writing out `save-place-alist'.
8368         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8370 2004-06-07  Juanma Barranquero  <lektu@terra.es>
8372         * completion.el (completion-kill-region): Doc fix.
8374         * format.el (format-insert-annotations)
8375         (format-annotate-location): Doc fixes.
8376         (format-subtract-regions): Make arguments match their use in docstring.
8378         * simple.el (kill-region): Doc fix.
8380         * subr.el (insert-buffer-substring-no-properties)
8381         (insert-buffer-substring-as-yank): Doc fixes.
8383 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
8385         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8386         Update docstring.
8387         (dired-reset-subdir-switches): New function.
8389         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8390         Limit scope of `buffer-read-only' binding.
8392 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
8394         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8395         eshell-explicit-command-char.
8397 2004-06-06  Juanma Barranquero  <lektu@terra.es>
8399         * help-fns.el (help-argument-name): Inherit from italic face only
8400         if the frame supports it.
8402 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8404         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8405         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8406         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8407         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8408         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8409         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8410         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8411         New conversions from xpm files.
8413         * toolbar/README: New file.
8415 2004-06-06  Richard M. Stallman  <rms@gnu.org>
8417         * isearch.el (isearch-mode-map): Undo previous change.
8419 2004-06-05  Juri Linkov  <juri@jurta.org>
8421         * bindings.el (debug-ignored-errors): Add regexps for history
8422         related messages.  Remove $ from "No further undo information".
8423         Move Ediff's messages to ediff.el.
8425         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8427         * cus-edit.el (custom-display): Add `min-colors'.
8429         * custom.el (defface): Add `supports' to docstring.
8431         * help-fns.el (help-argument-name): Add :group 'help.
8433 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
8435         * find-dired.el (find-ls-subdir-switches): New user option.
8436         (find-dired): No longer call `abbreviate-file-name' on DIR.
8437         Set `dired-subdir-switches' buffer-locally.
8439         * locate.el: Merge the two `Commentary' sections.
8440         (locate-ls-subdir-switches): New user option.
8441         (locate): Update for other changes.
8442         (locate-mode-map): Restore Dired binding for mouse-2.
8443         Bind `locate-mouse-view-file' to M-mouse-2.
8444         Bind `l' to `locate-do-redisplay'.
8445         (locate-main-listing-line-p, locate-do-redisplay): New functions.
8446         (locate-mouse-view-file, locate-tags, locate-find-directory):
8447         Print message if used outside main listing.
8448         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
8449         Various changes to support inserted subdirectories.
8450         (locate-insert-header): Change header of *Locate* buffer.
8452         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8453         Change interactive default switches.
8454         (dired-rename-subdir-2): Update `dired-switches-alist'.
8455         (dired-insert-subdir, dired-kill-subdir):
8456         Handle `dired-switches-alist'.  Do not mark buffer modified.
8457         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8458         (dired-insert-subdir-doinsert): Omit messages.
8459         Handle `dired-subdir-switches'.
8460         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8462         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8463         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8464         subdirs if -R switch is used for a subdir.
8465         (dired-mode): Set `dired-switches-alist'.
8466         (dired-build-subdir-alist): Only print number of directories in
8467         echo area when invoked interactively.
8469 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8471         * dired-x.el (dired-omit-mode): Rename from
8472         dired-omit-files-p.  Use define-minor-mode to define it.
8473         (dired-omit-files-p): Add as alias for dired-omit-mode.
8474         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
8475         dired-mark-omitted.
8476         (dired-mark-omitted): Add.  Bind to M-O.
8478 2004-06-05  Kenichi Handa  <handa@m17n.org>
8480         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8482 2004-06-05  Juanma Barranquero  <lektu@terra.es>
8484         * help-fns.el (help-argument-name): Reintroduce face.
8485         (help-default-arg-highlight): Use it, now that
8486         `face-differs-from-default-p' can be trusted.
8488 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8490         * textmodes/table.el: Sentence commands added to Point Motion
8491         group; kill and backward-kill commands added to Extraction group.
8493 2004-06-04  Mario Lang  <mlang@delysid.org>
8495         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8496         systems appear to use mW, make the code handle this.  Fix a
8497         division-by-zero bug while at it, and handle kernels with
8498         a slightly different layout in /proc/acpi.
8500 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
8502         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8503         because the latter is a CL-ism.  This fixes the bug reported by
8504         Shawn Boyette <mdxi@collapsar.net> in
8505         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8507 2004-06-04  Miles Bader  <miles@gnu.org>
8509         * faces.el (display-supports-face-attributes-p): Function moved to
8510         C code.  Previously only the tty-related portion of this function
8511         was done in C; however the previous attempt to do a halfway-proper
8512         job for non-tty displays in lisp didn't work properly because of
8513         funny conditions during Emacs startup.
8514         (face-differs-from-default-p): Simplify, now that
8515         display-supports-face-attributes-p works properly on all display
8516         types.  Remove :stipple from comparison; it doesn't really work
8517         in emacs anyway.
8519 2004-06-04  Miles Bader  <miles@gnu.org>
8521         * faces.el (face-differs-from-default-p): Use a different
8522         implementation, so we can really check whether FACE displays
8523         differently or not.
8525 2004-06-04  Miles Bader  <miles@gnu.org>
8527         * faces.el (display-supports-face-attributes-p): Implement a
8528         `different from default' check for non-tty displays.
8530 2004-06-03  David Kastrup  <dak@gnu.org>
8532         * woman.el (woman-mapcan): More concise code.
8533         (woman-topic-all-completions, woman-topic-all-completions-1)
8534         (woman-topic-all-completions-merge): Replace by a simpler and
8535         much faster implementation based on O(n log n) sort/merge instead
8536         of the old O(n^2) behavior.
8538 2004-06-03  Miles Bader  <miles@gnu.org>
8540         * subr.el (read-number): Use canonical format for default in prompt.
8542         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8543         Add regexp for " [...]" style defaults.
8545 2004-06-02  Romain Francoise  <romain@orebokech.com>
8547         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8548         groups: if the user asks for a hidden buffer, open the
8549         corresponding filter group to expose it.
8551         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8552         `ibuffer-jump-to-buffer'.
8553         (ibuffer-jump-offer-only-visible-buffers): New user option.
8555 2004-06-02  Juanma Barranquero  <lektu@terra.es>
8557         * faces.el (frame-update-faces): Add empty docstring so the one
8558         for `ignore' doesn't show through.
8560         * subr.el (process-kill-without-query): Remove spurious "\n" on
8561         obsolescence string.
8562         (focus-frame, unfocus-frame): Add obsolescence declaration and
8563         empty docstring.
8565         * international/mule.el (register-char-codings): Make alias for
8566         `ignore'.  Move docstring to obsolescence info and remove redundancy.
8568 2004-06-02  Kim F. Storm  <storm@cua.dk>
8570         * frame.el (blink-cursor-start): Turn cursor off initially so blink
8571         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8573 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8575         * comint.el (comint-replace-by-expanded-history-before-point):
8576         Obey `start' as the docstring says.
8577         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8578         (comint-update-fence): Prevent font-lock from running unnecessarily.
8579         (comint-dynamic-list-completions): Use with-current-buffer.
8581 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8583         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8584         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8585         (bibtex-entry-update): Handle alternatives and optional fields.
8586         (bibtex-parse-entry): Bugfix, handle empty key.
8588 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8590         * vc-arch.el (vc-arch-state): Don't assume the file exists.
8592 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
8594         * desktop.el (desktop-save): Don't save minor modes without a
8595         known mode initialization function.
8597 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
8599         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8601         * autorevert.el: Update `Commentary' section.
8603 2004-05-30  Juanma Barranquero  <lektu@terra.es>
8605         * dos-fns.el (convert-standard-filename):
8606         * files.el (convert-standard-filename):
8607         * w32-fns.el (convert-standard-filename):
8608         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8610 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
8612         Sync with Tramp.
8614         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8615         (tramp-let-maybe): Move to an earlier spot in the file.
8616         Patch by Andreas Schwab.
8618 2004-05-30  Andreas Schwab  <schwab@suse.de>
8620         * dired.el (dired-get-filename): Don't use dired-re-dot.
8622 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8624         * files.el (find-file): Doc fix.
8626         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8628 2004-05-30  Nick Roberts  <nickrob@gnu.org>
8630         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8631         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8632         modeline of the locals buffer.
8633         (gdb-goto-breakpoint): Handle gdbmi.
8634         (gdb-get-frame-number): Change for gdbmi.
8636 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8638         * files.el (file-remote-p): Apply file name handler for operation
8639         `file-remote-p'.  It isn' a property any longer.
8640         (file-relative-name): `fh' and `fd' get the required value via
8641         `find-file-name-handler' already.
8643         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8644         (top): Remove setting of `file-remote-p' property for
8645         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
8647 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8649         Version 2.0.41 of Tramp released.
8651         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8652         Throw away if process has died.
8653         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8654         (tramp-out-of-band-prompt-regexp): Rename to
8655         `tramp-process-alive-regexp', because its usage is widen.
8656         (tramp-actions-copy-out-of-band): Apply it.
8657         (tramp-actions-before-shell, tramp-multi-actions):
8658         Add `tramp-action-process-alive' action.
8659         (tramp-action-process-alive): New defun.
8660         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8661         Add entry for `file-remote-p'.
8662         (tramp-handle-file-remote-p): New defun.
8663         (top): Remove setting of `file-remote-p'.  Don't set
8664         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8666         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8667         `file-remote-p'.
8669         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8670         counted for (last) line.  [They should or they shouldn't?  --Stef]
8671         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8673 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
8675         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8676         not really necessary but seems to keep the shell history smaller
8677         in some cases.  It is no substitute for setting HISTFILE and
8678         HISTSIZE from tramp-open-connection-setup-interactive-shell,
8679         though.  Suggested by Luc Teirlinck.
8680         (tramp-open-connection-setup-interactive-shell): Export variables
8681         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
8682         (tramp-set-process-query-on-exit-flag): New compat function.
8683         (tramp-open-connection-multi, tramp-open-connection-su)
8684         (tramp-open-connection-rsh, tramp-open-connection-telnet)
8685         (tramp-do-copy-or-rename-file-out-of-band): Use it.
8686         (tramp-let-maybe): New macro, let-binds a variable only if it
8687         isn't obsolete.
8688         (tramp-check-ls-commands, tramp-handle-expand-file-name)
8689         (tramp-handle-file-truename): Use it.
8690         (tramp-completion-file-name-regexp-unified): Avoid matching
8691         filenames starting with "/:" -- those are reserved for
8692         file-name-non-special.
8694         * tramp-smb.el (tramp-smb-open-connection):
8695         Use tramp-set-process-query-on-exit-flag compat function.
8697 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8699         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8701         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8702         (eval-last-sexp-print-value): Print char equivalent regardless
8703         of standard-output value.
8705         * thumbs.el (thumbs-subst-char-in-string): Delete.
8706         (thumbs-thumbname): Use subst-char-in-string.
8707         (thumbs-resize-image): Use condition-case, not ignore-errors.
8708         (thumbs-kill-buffer): Likewise.
8710         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
8711         (thumbs-mode): Make buffer read-only.
8712         (thumbs-make-thumb): Unconditionally accept an existing file.
8713         (thumbs-insert-thumb): Add thumb-image-file property to the image.
8714         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8715         (thumbs-show-thumbs-list): Error if images not supported.
8716         (thumbs-save-current-image): Improve prompt string.
8717         (thumbs-mode-map): Define u, R, x.
8718         (thumbs-unmark): New command.
8719         (thumbs-emboss-image): Minor cleanup.
8720         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8721         (thumbs-rename-images): New command.
8722         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
8724         * thumbs.el (thumbs-current-image): New function.
8725         (thumbs-file-list, thumbs-file-alist): New functions.
8726         (thumbs-find-image): Delete arg L.
8727         Don't set up thumbs-fileL as buffer-local global var.
8728         (thumbs-find-image-at-point): Use thumbs-current-image.
8729         (thumbs-set-image-at-point-to-root-window): Likewise.
8730         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8731         Record and warn about errors.  Update thumbs-markedL for deletions.
8732         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8733         (thumbs-redraw-buffer): Use thumbs-file-list.
8734         (thumbs-mark): Use thumbs-current-image.
8735         (thumbs-show-name): Use thumbs-current-image.
8737         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8738         and imenu--last-menubar-index-alist.
8740         * subr.el (with-selected-window): Undo previous change.
8742 2004-05-29  John Paul Wallington  <jpw@gnu.org>
8744         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8745         (thumbs-mouse-find-image): New command.
8746         (thumbs-mode-map): Bind it to mouse-2.
8747         (thumbs-mode): Make mode-class special.
8748         (thumbs-view-image-mode): Likewise.
8750 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8752         * flymake.el: New file.
8754 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
8756         * files.el (find-file-noselect-1): Do not bind
8757         `inhibit-read-only' to t during execution of
8758         `find-file-not-found-functions'.
8760 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8762         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8763         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8765 2004-05-28  Juri Linkov  <juri@jurta.org>
8767         * simple.el (eval-expression-print-format): New fun.
8769         * simple.el (eval-expression):
8770         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8771         * emacs-lisp/edebug.el (edebug-compute-previous-result)
8772         (edebug-eval-expression): Print additionally the value returned by
8773         `eval-expression-print-format'.
8775         * emacs-lisp/lisp.el (insert-pair-alist): New var.
8776         (insert-pair): Make arguments optional.  Find character pair
8777         from `insert-pair-alist' according to the last input event.
8778         (insert-parentheses): Make arguments optional.
8779         (raise-sexp, delete-pair): New funs.
8781         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8782         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8783         Bind C-M-q to `indent-pp-sexp'.
8785         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8786         `pp-to-string' modified to be able to format text with newlines.
8787         (pp-to-string): Move the buffer-formatting part of the code to
8788         `pp-buffer'.  Call `pp-buffer'.
8790         * info.el (Info-desktop-buffer-misc-data): Don't save information
8791         about virtual files.
8792         (Info-restore-desktop-buffer): Restore Info buffers in prepared
8793         buffers with names obtained from the desktop file instead of the
8794         default *info* buffer.
8796 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8798         * subr.el (with-selected-window): Only save/restore the selected window.
8800         * progmodes/compile.el (compilation-error-regexp-alist):
8801         Use expand-file-name and data-directory.
8803         * progmodes/grep.el (grep-tree): Rework previous fix.
8805         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8806         after the user marked text with the mouse.
8808         * startup.el (command-line): Keep the first regexp of
8809         auto-save-file-name-transforms intact.
8811 2004-05-28  Juanma Barranquero  <lektu@terra.es>
8813         * cus-edit.el (customize-face, customize-face-other-window)
8814         (custom-face-edit-delete): Make arguments match their use in
8815         docstring.
8816         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8817         docstring.
8819         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8820         not `cvs-butlast'.
8822         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8823         `nbutlast' are in subr.el).
8825         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8826         (set-w32-system-coding-system): Doc fixes.
8828         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8829         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8830         Make arguments match their use in docstring.
8831         (artist-draw-region-trim-line-endings)
8832         (artist-mouse-choose-operation): Fix typo in docstring.
8833         (artist-key-set-point-common): Doc fix.
8835 2004-05-28  Simon Josefsson  <jas@extundo.com>
8837         * mail/smtpmail.el (smtpmail-open-stream):
8838         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8840 2004-05-26  Simon Josefsson  <jas@extundo.com>
8842         * starttls.el: Merge with my GNUTLS based starttls.el.
8843         (starttls-gnutls-program, starttls-use-gnutls)
8844         (starttls-extra-arguments, starttls-process-connection-type)
8845         (starttls-connect, starttls-failure, starttls-success): New variables.
8846         (starttls-program, starttls-extra-args): Doc fix.
8847         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8848         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8849         and pass on to corresponding *-gnutls function if it is set.
8851 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
8853         * autorevert.el (auto-revert-handler): Disable auto-reverting of
8854         remote files.
8856 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
8858         * files.el (file-name-non-special): There are more operations
8859         which need handling: `find-backup-file-name',
8860         `insert-file-contents', `verify-visited-file-modtime',
8861         `write-region'.  Rename t value of method to `add'.  Add new
8862         methods `quote' and `unquote-then-quote' to file-arg-indices.
8864 2004-05-25  Juri Linkov  <juri@jurta.org>
8866         * info.el (Info-toc): Call Info-mode on intermediate buffer.
8867         (Info-index-nodes): Enclose code in condition-case to catch errors.
8868         (Info-index-node): Don't search all index nodes if request is only
8869         for the current node and file is not in the cache of index nodes.
8870         (Info-mode-map): Bind Info-copy-current-node-name to `w'
8871         for consistency with dired-copy-filename-as-kill.
8872         Bind `S' to Info-search-case-sensitively.
8873         (Info-copy-current-node-name): New arg.  With zero prefix arg put
8874         the name inside a function call to `info'.  Display copied text in
8875         the echo area.
8877 2004-05-25  Sam Steingold  <sds@gnu.org>
8879         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8880         strip the package prefix from the symbol name, if any.
8881         Make it the `find-tag-default-function' for `lisp-mode'.
8883 2004-05-25  John Paul Wallington  <jpw@gnu.org>
8885         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8886         instead of obsolete `process-kill-without-query'.
8888         * textmodes/texinfmt.el (texinfo-indexvar-alist):
8889         Declare as variable, not constant.
8891 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
8893         * files.el (find-file-noselect-1): Fix bug introduced by
8894         Revision 1.694.  As a side effect, `inhibit-read-only'
8895         is again, by default, t during execution of
8896         `find-file-not-found-functions'.
8897         (insert-directory): Check that lines were really inserted by
8898         the --dired switch, before erasing them.
8900 2004-05-24  Nick Roberts  <nickrob@gnu.org>
8902         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8903         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8904         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8905         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8906         gud-minor-mode (gdbmi).
8908 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8910         * net/browse-url.el (browse-url-interactive-arg): Enable user to
8911         explicitly select the text to be taken as URL.
8913 2004-05-23  Juri Linkov  <juri@jurta.org>
8915         * info.el (Info-index-nodes): New var and fun.
8916         (Info-goto-index, Info-index, info-apropos)
8917         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8918         (Info-index): Fix docstring.  Store and restore Info-history-list.
8919         (Info-complete-nodes): New var.
8920         (Info-complete-menu-item): Use it.
8921         (Info-index-node): New fun.
8922         (Info-final-node, Info-forward-node, Info-backward-node)
8923         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8924         Use Info-index-node.
8925         (Info-extract-menu-item, Info-extract-menu-counting): Set second
8926         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8927         (Info-find-node-2): If a node with period in its name not found,
8928         try to find a node without the name part after period.
8929         (Info-select-node): Call Info-fontify-node only if
8930         Info-fontify-maximum-menu-size is not nil.
8931         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8932         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8933         Preserve Info-history-list.
8934         (Info-toc): Set Info-current-file.
8935         (Info-build-toc): Move point to the beginning of the buffer.
8936         Add main-file variable.
8937         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8938         Use backslashed representation of the control character ^_.
8940         * textmodes/texinfmt.el (texinfo-print-index): Print index line
8941         numbers in the new Texinfo 4.7 format.
8943         * add-log.el (change-log-font-lock-keywords): Remove `:' from
8944         regexps for function and variable names.
8946         * descr-text.el (describe-property-list): Add [show] button for
8947         `syntax-table' property with action to pp to a separate buffer.
8948         (describe-char): Replace search-forward by re-search-forward with
8949         whitespace regexp after "character:" to not fail in too narrow windows.
8951         * simple.el (next-error-find-buffer): Add a rule to return
8952         next-error capable buffer if one window on the selected frame
8953         displays such buffer.
8955 2004-05-23  Nick Roberts  <nickrob@gnu.org>
8957         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8958         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8959         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8960         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8961         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8962         Handle new value for gud-minor-mode (gdbmi).
8963         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8964         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8965         Change from local to global gdb variable set.
8966         (gdb-ann3): Initialise above gdb variable set.
8967         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8968         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8969         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8970         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8971         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8972         (gdb-info-locals-handler, gdb-invalidate-assembler)
8973         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8974         set as global variables.
8975         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8976         Handle gdbmi.
8977         (gdb-info-breakpoints-custom): Fix regexp.
8978         (def-gdb-var): Delete.
8980         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8981         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8982         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8983         a new mode.  The file (gdb-mi.el) for this mode will be included
8984         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8985         primary interface.
8987 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
8989         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8990         interpreted as a directory.
8992 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8994         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8995         as a close quote.
8997         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8999         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9000         Use assoc-string, not assoc-ignore-case.
9002         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
9004         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
9005         If moving back then fwd gets a defun that ends before point,
9006         try again moving fwd then back.
9008         * files.el (file-name-non-special): Allow t in file-arg-indices
9009         to mean requote the return value.  Use `identity' as an element
9010         rather than as the whole value.
9012         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
9014 2004-05-22  Juanma Barranquero  <lektu@terra.es>
9016         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
9017         `help-make-usage'.
9018         (help-highlight-arguments): Skip function name before searching
9019         for arguments.
9021 2004-05-21  Juanma Barranquero  <lektu@terra.es>
9023         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
9024         Don't mention in the docstring these arguments meant for
9025         internal (recursive) use only.
9026         (allout-char-spec): Comment out (it's not implemented).
9027         (allout-old-expose-topic, allout-exposure): Fix docstring and add
9028         obsolescence declaration.
9029         (allout-flatten-exposed-to-buffer)
9030         (allout-indented-exposed-to-buffer): Fix typos in docstring.
9031         (my-mark-marker): Doc fix.
9032         (produce-allout-mode-map, allout-sibling-index)
9033         (allout-isearch-expose, allout-distinctive-bullet)
9034         (allout-open-topic, allout-reindent-body)
9035         (allout-rebullet-heading, allout-process-exposed)
9036         (allout-insert-listified, allout-latex-verb-quote)
9037         (allout-insert-latex-header, allout-insert-latex-trailer):
9038         Make arguments match their use in docstring.
9039         (allout-primary-bullet, allout-old-style-prefixes)
9040         (allout-inhibit-protection, allout-init, allout-mode)
9041         (allout-before-change-protect, allout-flag-region):
9042         Use "Emacs" instead of "emacs" in docstrings.
9044 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
9046         * international/characters.el: Modify syntax of more characters.
9048 2004-05-21  Masatake YAMATO  <jet@gyve.org>
9050         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
9051         (etags-tags-completion-table): Show parsing progress.
9053 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
9055         * locate.el (locate-prompt-for-command): Shorten first line of
9056         docstring.
9057         (locate-mode): Expand docstring and include keymap summary.
9059         * files.el (find-file-noselect-1): Limit the scope of the
9060         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
9061         is, by default, nil during the execution of
9062         `find-file-not-found-functions' and `find-file-hook'.
9064 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
9066         * facemenu.el (facemenu-color-name-equal): New function.
9067         (list-colors-display): Use it to compare colors instead of
9068         facemenu-color-equal.
9070 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
9072         * compare-w.el (compare-windows-face): Use min-colors instead of
9073         checking for tty or pc types.
9075 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9077         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
9078         (completion-setup-function): Use with-current-buffer.
9079         Properly save excursion.  Simplify.
9080         Don't assume there is necessarily a `mouse-face' property somewhere.
9082         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9084         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
9086         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
9087         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
9088         Use with-current-buffer.
9089         (byte-goto-log-buffer): Delete.
9090         (byte-compile-log-file): Call compilation-forget-errors.
9092 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9094         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
9095         output messages into the search result.
9097 2004-05-19  Masatake YAMATO  <jet@gyve.org>
9099         * wid-edit.el (widget-radio-button-notify): Revert my last
9100         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9102 2004-05-19  Kenichi Handa  <handa@m17n.org>
9104         * international/characters.el: Fix syntax (open/close) of CJK chars.
9106 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
9108         * help-mode.el (help-go-back): Don't depend on position of back button.
9110 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9112         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
9113         files files don't contain an accidental additional /.
9115         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
9116         in source buffer.
9118 2004-05-18  Masatake YAMATO  <jet@gyve.org>
9120         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
9121         to widget-apply.  :action method assumes 2 arguments, not 3.
9123 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
9125         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9126         New constants.
9127         (hs-special-modes-alist): Add an f90-mode entry.
9129 2004-05-17  Sam Steingold  <sds@gnu.org>
9131         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9132         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
9134 2004-05-16  Kim F. Storm  <storm@cua.dk>
9136         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
9138 2004-05-15  John Wiegley  <johnw@newartisans.com>
9140         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
9141         (eshell-output-object-to-target): Improve output speed 20% by not
9142         calling `eshell-stringify' if something is already known to be a string.
9144 2004-05-15  Alex Ott  <ott@jet.msk.su>
9146         * textmodes/ispell.el (ispell-local-dictionary-alist):
9147         Add windows-1251 to the choice of coding systems.
9148         (ispell-dictionary-alist-6): Add support for "russianw.aff",
9149         encoded in cp1251.
9151 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
9153         * progmodes/compile.el (compilation-warning-face)
9154         (compilation-info-face): Use min-colors.
9156 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9158         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
9159         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
9160         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
9161         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
9162         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
9163         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
9164         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
9165         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
9166         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
9167         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
9168         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
9169         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
9170         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
9171         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
9173 2004-05-15  Kim F. Storm  <storm@cua.dk>
9175         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
9176         Use it to set triggered-p element of timer.
9177         (timer-event-handler): Set triggered-p element non-nil while running
9178         the timer function.
9180 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9182         * descr-text.el (describe-char-unicode-data)
9183         (describe-char-unicodedata-file): Re-enable the unicode code now that
9184         the licensing issues have been cleared in the unicode-4 license.
9185         (describe-text-properties-1): Remove unused `overlay' var.
9186         (describe-char): Remove unused var `buffer'.
9188 2004-05-14  David Ponce  <david@dponce.com>
9190         * tree-widget.el: New file.
9192 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
9194         * language/european.el ("Brazilian Portuguese"): Add support for
9195         Brazilian Portuguese.
9197 2004-05-13  John Wiegley  <johnw@newartisans.com>
9199         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
9200         `recentf-mode' if this variable has been customized to t.
9202         * eshell/esh-test.el (eshell-test): Call the function
9203         `emacs-version' rather than trying to build a custom version string.
9205 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9207         * net/telnet.el (telnet-mode): Use define-derived-mode.
9208         Don't modify the global value of comint-prompt-regexp.
9210 2004-05-13  John Paul Wallington  <jpw@gnu.org>
9212         * version.el (emacs-version): Check for `gtk' feature before
9213         `x-toolkit' feature.
9215 2004-05-13  Juanma Barranquero  <lektu@terra.es>
9217         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
9218         arguments in the docstring, they're used only in recursive calls.
9220         * help-fns.el (help-arg-highlighting-function)
9221         (help-argument-name): Delete.
9222         (help-default-arg-highlight): New function.
9223         (help-do-arg-highlighting): Use it.
9225 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9227         * calendar/appt.el (appt-disp-window):
9228         Use `calendar-set-mode-line' for a centered mode-line.
9230 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9232         * calendar/appt.el (appt-disp-window): Do not split window
9233         excessively when `split-height-threshold' is low.
9235 2004-05-12  Nick Roberts  <nickrob@gnu.org>
9237         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
9238         kill-buffer-hook here and make it local.
9239         (gud-kill-buffer-hook): Use kill-process for a sure kill.
9241 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
9243         * progmodes/compile.el (compilation-set-window-height):
9244         Use save-excursion to protect against misplaced marker.
9246 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9248         * custom.el (defface): Document that type can have value gtk.
9250         * faces.el (face-spec-set-match-display): Handle type gtk in display.
9252 2004-05-12  Kenichi Handa  <handa@m17n.org>
9254         * descr-text.el: Require quail at comile time.
9255         (describe-char): If an input method is on and it supports the
9256         character, show how to input it.
9258         * international/quail.el (quail-install-decode-map): Accept a
9259         char-table whose subtype is `quail-decode-map'.
9260         (quail-store-decode-map-key, quail-gen-decode-map1)
9261         (quail-gen-decode-map, quail-find-key1, quail-find-key)
9262         (quail-show-key): New functions.
9264 2004-05-12  Juanma Barranquero  <lektu@terra.es>
9266         * generic.el (define-generic-mode): Remove redundant arglist info.
9268         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9269         Make arguments match their use in docstring.
9270         (help-arg-highlighting-function): New variable.
9271         (help-argument-name): Mention it in the docstring.
9272         (help-do-arg-highlight): Use it.  Expand regexp to accept also
9273         ARG-xxx and xxx-ARG references.
9275 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
9277         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9278         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9279         and "mailto:addr1?to=addr2" equal.
9281 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9283         * man.el (Man-getpage-in-background): Use shell-file-name
9284         and shell-command-switch variables instead of hard-coded values.
9286 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
9288         * iimage.el: New file.
9290 2004-05-11  Juanma Barranquero  <lektu@terra.es>
9292         * custom.el (custom-initialize-default, defcustom):
9293         Fix typo in docstring.
9295         * files.el (set-visited-file-name, file-expand-wildcards):
9296         Fix docstring.
9298 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9300         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9302         * subr.el (eventp): Be more discriminating with integers.
9304 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
9306         * progmodes/compile.el (compile): Add universal prefix arg.
9307         (compilation-error-regexp-alist-alist): Add edg patterns.
9309 2004-05-10  Sam Steingold  <sds@gnu.org>
9311         * textmodes/ispell.el (ispell-message):
9312         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9314 2004-05-10  Dave Love  <fx@gnu.org>
9316         * progmodes/python.el (help-buffer): Autoload when compiling.
9317         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9318         (run-python): Prepend to any existing PYTHONPATH.
9320 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
9322         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9323         for pending breakpoints.
9325 2004-05-10  Richard M. Stallman  <rms@gnu.org>
9327         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
9328         directly without calling any functions in Rmail.
9329         (unrmail-unprune): Function deleted.
9331 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9333         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9334         C-c C-z binding.
9336 2004-05-10  Kenichi Handa  <handa@m17n.org>
9338         * descr-text.el (describe-char): Fix previous change.  Don't make
9339         a unibyte character to multibyte in the *Help* buffer.
9341 2004-05-10  Miles Bader  <miles@gnu.org>
9343         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9344         buffer an error if the debugger process is actually running.
9346 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9348         * help-fns.el (help-argument-name): Default to italic.
9349         (help-highlight-arguments): Return always (usage . doc), even when
9350         usage is nil.
9352         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9353         (define-ibuffer-filter): Add usage info.
9354         (define-ibuffer-op): Add usage info (but CL-style defaults for
9355         keyword args are not shown).
9357         * subr.el (remove-overlays, read-passwd): Fix docstring.
9358         (start-process-shell-command): Fix docstring.  Put usage info in a
9359         format usable by `describe-function'.
9360         (open-network-stream, open-network-stream-nowait)
9361         (open-network-stream-server): Fix docstring.
9363 2004-05-09  Jason Rumney  <jasonr@gnu.org>
9365         * international/code-pages (cp932, cp936, cp949, c950): Remove.
9366         Only define cp125* if windows-125* is already defined.
9368         * language/korean.el (cp949): Add alias.
9370         * language/chinese.el (cp936, cp950): Add aliases.
9372         * language/japanese.el (cp932): Add alias.
9374         * term/w32-win.el: Require code-pages.
9376         * international/mule-cmds.el (set-locale-environment):
9377         On MS-Windows use ansi code-page for default coding-systems.
9378         Set up paper sizes for Windows 3 letter languages.
9380         * international/code-pages.el (cp932, cp936, cp949, cp950):
9381         Add aliases.  Also add cp125* if not already defined.
9383 2004-05-09  Juanma Barranquero  <lektu@terra.es>
9385         * help-fns.el (help-highlight-arguments): Don't try to highlight
9386         missing or autoloaded arglists.  Accept structured arguments, like
9387         the first ones of `do' and `flet'.
9389         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9390         (cvs-get-marked): Remove redundant arglist info.
9392         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9393         Don't use CL-style default args.
9395 2004-05-08  Andreas Schwab  <schwab@suse.de>
9397         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9399         * international/subst-ksc.el: Fix references to utf-translate-cjk
9400         into utf-translate-cjk-mode.
9401         * international/subst-big5.el: Likewise.
9402         * international/subst-gb2312.el: Likewise.
9403         * international/subst-jis.el: Likewise.
9404         * international/utf-16.el: Likewise.
9405         * international/utf-8.el: Likewise.
9407 2004-05-08  John Wiegley  <johnw@newartisans.com>
9409         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9410         "virtual buffers" (off by default), which makes it possible to
9411         switch to the "virtual" buffers of recently visited files.  When a
9412         buffer name search fails, and this option is on, iswitchb will
9413         look at the list of recently visited files, and permit matching
9414         against those names.  When the user hits RET on a match, it will
9415         revisit that file.
9416         (iswitchb-read-buffer): Add two optional arguments, which makes
9417         isearchb.el possible.
9418         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9419         (iswitchb-next-match): Add support for virtual buffers.
9421         * isearchb.el: This module extends iswitchb to provide "as you
9422         type" buffer selection.
9424         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9425         Ignore the read-only property when flyspell highlighting is on.
9426         Not ignoring it leads to a series of confusing errors.
9427         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9428         but also make sure to call flyspell-incorrect-hook.
9429         (flyspell-maybe-correct-transposition): Perform transposition test
9430         by bit twiddling a string, rather than using a temp buffer.
9431         (flyspell-maybe-correct-doubling): Use a string rather than a temp
9432         buffer.  This is also the original version of the code, which
9433         could not be checked in before due to a previous lack of
9434         assignment papers.  This version has seen heavy usage on my system
9435         for several years now.
9437         * calendar/cal-bahai.el: New file, which adds support for the
9438         Baha'i calendar to Emacs.  This calendar is based on a solar year
9439         of 19 months of 19 days, with 4 intercalary days.  Each year
9440         begins on March 21, with the calendar starting in 1844.
9442         * calendar/cal-menu.el, calendar/calendar.el,
9443         calendar/diary-lib.el, calendar/holidays.el: Added support for
9444         using cal-bahai.el.
9446         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9447         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9448         function can be used outside of eshell buffers.
9449         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9451 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9453         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9454         word constituent so FOO-ARG is not recognized as an arg.
9455         (help-highlight-arguments): Don't skip lists in mandatory arguments.
9457         * simple.el (next-error): Fix typo in docstring.
9458         (open-line): Make argument names match their use in docstring.
9459         (split-line): Fix docstring.
9461         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9462         usable by `describe-function'.
9463         (gensym, gentemp, typep, ignore-errors): Make argument names match
9464         their use in docstring.
9466         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9467         argument to `help-setup-xref'.
9469 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
9471         Version 2.0.40 of Tramp released.
9473         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9474         Use symbol-function to invoke functions only known on some Emacs
9475         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
9476         Scaldeferri <kevin@scaldeferri.com>.
9477         (tramp-do-copy-or-rename-file-via-buffer): Rename from
9478         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9479         consistent with the other tramp-do-* functions.
9480         (tramp-do-copy-or-rename-file): Calls adjusted.
9481         (tramp-process-initial-commands): Avoid liveness check on shell --
9482         we know that it must be alive since we're opening a connection at
9483         this moment.
9484         (tramp-last-cmd): New internal variable.
9485         (tramp-process-echoes): New tunable.
9486         (tramp-send-command): Set tramp-last-cmd.
9487         (tramp-wait-for-output): Delete echo, if applicable.
9488         (tramp-read-passwd): Construct the key for the password cache in a
9489         way that works for multi methods, too.
9490         (tramp-bug): Add backup-directory-alist and
9491         bkup-backup-directory-info to bug reports, with Tramp counterparts.
9493 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
9495         * net/tramp*.el: Suppress byte-compiler warnings where possible.
9497         * net/tramp.el (tramp-out-of-band-prompt-regexp)
9498         (tramp-actions-copy-out-of-band): New defcustoms.
9499         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9500         used instead of a synchronous one.  Allows password entering.
9501         (tramp-action-out-of-band): New defun.
9502         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9503         Remove restriction with password from doc string.
9504         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9505         `tramp-out-of-band-prompt-regexp',
9506         `tramp-actions-copy-out-of-band', `password-cache' and
9507         `password-cache-expiry'.
9508         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
9509         password caching.
9510         (tramp-touch): FILE can be a local file, too.
9511         (TODO): Remove items done.
9512         (tramp-handle-insert-directory): Properly quote file name also if
9513         not full-directory-p.  Handle wildcard case.  Reported by Andreas
9514         Schwab <schwab@suse.de>.
9515         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9516         new file.
9517         (tramp-handle-file-local-copy, tramp-handle-write-region):
9518         The permissions of the temporary file are set if filename exists.
9519         Reported by Ted Stern <stern@cray.com>.
9520         (tramp-backup-directory-alist)
9521         (tramp-bkup-backup-directory-info): New defcustoms.
9522         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9523         (tramp-handle-find-backup-file-name): New function.
9524         Implements Tramp's find-backup-file-name.
9526         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9527         for `find-backup-file-name'.
9529         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9530         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
9532 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
9534         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9536 2004-05-07  Juanma Barranquero  <lektu@terra.es>
9538         * subr.el (lambda): Add arglist description to docstring.
9539         (declare): Fix typo in docstring.
9540         (open-network-stream): Fix docstring.
9541         (process-kill-without-query): Fix docstring and add obsolescence info.
9542         (last, butlast, nbutlast): Make arguments match their use in docstring.
9543         (insert-buffer-substring-no-properties): Likewise.
9544         (insert-buffer-substring-as-yank): Likewise.
9545         (split-string): Fix docstring.
9547         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9548         Make argument names match their use in docstring.
9550         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9552 2004-05-06  Nick Roberts  <nickrob@gnu.org>
9554         * progmodes/gdb-ui.el: Improve/extend documentation strings.
9555         Fit first sentence on one line for apropos-command.
9557 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9559         Changes largely merged in from Dave Love's code.
9560         * progmodes/python.el: Doc fixes.
9561         (python-mode-map): Add python-complete-symbol.
9562         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9563         (python-comment-indent, python-complete-symbol)
9564         (python-symbol-completions, python-partial-symbol)
9565         (python-try-complete): New.
9566         (python-indent-line): Remove optional arg.  Use python-block-end-p.
9567         (python-check): Bind compilation-error-regexp-alist.
9568         (inferior-python-mode): Use rx.  Move keybindings to top level.
9569         Set comint-input-filter.
9570         (python-preoutput-filter): Use rx.
9571         (python-input-filter): Re-introduce.
9572         (python-proc): Start new process if necessary.
9573         Check python-buffer non-nil.
9574         (view-return-to-alist): Defvar.
9575         (python-send-receive): New.
9576         (python-eldoc-function): Use it.
9577         (python-mode-running): Don't defvar.
9578         (python-mode): Set comment-indent-function.
9579         Maybe update hippie-expand-try-functions-list.
9580         (python-indentation-levels): Initialize differently.
9581         (python-block-end-p): New.
9582         (python-indent-line): Use it.
9583         (python-compilation-regexp-alist): Augment.
9584         (run-python): Import `emacs' module to Python rather than loading
9585         code directly.  Set python-buffer differently.
9586         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
9587         Use python-proc.
9588         (python-send-command): Go to end of comint buffer.
9589         (python-load-file): Use python-proc, emacs.eimport.
9590         (python-describe-symbol): Simplify interactive form.
9591         Use emacs.help.  Do use temp-buffer-show-hook.
9592         Call print-help-return-message.
9593         (hippie-exp): Require when compiling.
9594         (python-preoutput-continuation): Use rx.
9596         * diff-mode.el (diff-make-unified): Fix regexp.
9598 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
9600         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9601         filter groups from the buffer when rebuilding the Ibuffer buffer
9602         and `ibuffer-show-empty-filter-groups' is nil.
9604 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9606         * ps-print.el (ps-print-quote): Call ps-value-string.
9607         (ps-setup): Call ps-comment-string.
9608         (ps-value-string, ps-comment-string): New funs.
9610 2004-05-06  Juanma Barranquero  <lektu@terra.es>
9612         * ehelp.el (electric-help-command-loop): Check whether the last
9613         character is visible, not (point-max).
9615         * help-fns.el (help-argument-name): Default to bold; don't inherit
9616         from font-lock-variable-name-face.
9617         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9619 2004-05-05  Kenichi Handa  <handa@m17n.org>
9621         * descr-text.el (describe-char): Copy the character with text
9622         properties and overlays into the first line, and call
9623         describe-text-properties on it.
9625 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
9627         * iswitchb.el (iswitchb-global-map): Fix typo.
9628         Remove unwanted ###autoloads from source file.
9630 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
9632         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9633         in run-hooks.  Use substitute-command-keys in message.
9634         (wdired-abort-changes): Add message.
9636 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
9638         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9639         (sql-emacs20-p): Remove.
9640         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9641         (sql-builtin-face, sql-doc-face): Remove.
9642         (sql-mode-ansi-font-lock-keywords)
9643         (sql-mode-oracle-font-lock-keywords)
9644         (sql-mode-postgres-font-lock-keywords)
9645         (sql-mode-linter-font-lock-keywords)
9646         (sql-mode-ms-font-lock-keywords)
9647         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9648         (sql-product-font-lock): Fix font-lock reset when font rules change.
9649         (sql-highlight-product): Remove incorrect font-lock reset logic.
9651 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
9653         * ses.el (ses-set-parameter): Fix typo.
9655 2004-05-04  Kim F. Storm  <storm@cua.dk>
9657         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9658         Must expand directory for completion to work; and don't mess with
9659         process-environment.
9660         (ido-read-file-name): If command has ido property, don't use ido
9661         if value is ignore, or read as directory if value is dir.
9662         Set ido ignore property for dired-do-rename command.
9664 2004-05-04  Juanma Barranquero  <lektu@terra.es>
9666         * ehelp.el (electric-help-command-loop, electric-help-undefined)
9667         (electric-help-help): Check against unmapped commands.
9669         * help-fns.el (help-argument-name): New face, inheriting from
9670         font-lock-variable-name-face, to highlight function arguments in
9671         `describe-function' and `describe-key'.
9672         (help-do-arg-highlight): Auxiliary function to highlight a given
9673         list of arguments in a string.
9674         (help-highlight-arguments): Highlight the function arguments and
9675         all uses of them in the docstring.
9676         (describe-function-1): Use it.  Do docstring output via `insert',
9677         not 'princ', so text attributes are preserved.
9679         * winner.el (winner-mode-map): Move `winner-undo' and
9680         `winner-redo' to C-c <left> and C-c <right>, respectively (the
9681         previous bindings conflict with `prev-buffer', `next-buffer').
9683 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9685         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9686         (bibtex-entry-update): New command bound to C-c C-u.
9687         (bibtex-text-in-string): Fix regexp.
9688         (bibtex-assoc-of-regexp): Remove.
9689         (bibtex-progress-message): Fix docstring.
9690         (bibtex-inside-field): Use if.
9691         (bibtex-assoc-regexp): New function.
9692         (bibtex-format-entry): Make code more robust so that it formats
9693         also old entries.
9694         (bibtex-autokey-demangle-title): Merge with obsolete function
9695         bibtex-assoc-of-regexp.
9696         (bibtex-field-list): New function.
9697         (bibtex-entry): Use bibtex-field-list.
9698         (bibtex-parse-entry): Fix docstring.
9699         (bibtex-print-help-message): Use bibtex-field-list.
9700         (bibtex-make-field): Use bibtex-field-list.
9701         (bibtex-entry-index): Bugfix.  Return crossref key if required.
9702         (bibtex-lessp): Fix docstring.
9704 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
9706         * select.el (xselect-convert-to-string): Move comment to intended line.
9708 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9710         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9711         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9713 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9715         * term/x-win.el (x-clipboard-yank): Don't exit on error from
9716         x-get-selection.
9718 2004-05-03  Jason Rumney  <jasonr@gnu.org>
9720         * makefile.nt: Remove.
9722 2004-05-03  Kim F. Storm  <storm@cua.dk>
9724         * emulation/cua-base.el (cua--update-indications): Fix last change.
9725         (cua-mode): Deactivate mark when cua-mode is enabled.
9727 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
9729         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9731 2004-05-03  Nick Roberts  <nickrob@gnu.org>
9733         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9734         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9735         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9736         window over visible frames.
9737         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9739 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * progmodes/compile.el (compilation-gcpro): New var.
9742         (compilation-fake-loc): Use it.
9743         (compilation-forget-errors): Reset it.
9745 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
9747         * diff-mode.el (diff-header-face, diff-file-header-face):
9748         Use min-colors.
9750 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9752         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9753         (bibtex-clean-entry): Disentangle code.
9754         (bibtex-realign): New function.
9755         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
9756         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9757         Remove undocumented optional arg called-by-convert-alien.
9758         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
9759         for sorting instead of bibtex-sort-buffer.
9761 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
9763         * progmodes/compile.el (compilation-start): In the
9764         no-async-subprocesses branch, call sit-for to give redisplay a
9765         chance to show the updated process status in the mode line, and
9766         fontify the buffer explicitly after the process exits.
9768 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9770         * progmodes/python.el (python-compilation-line-number): Remove.
9771         (python-compilation-regexp-alist): Don't use it any more.
9772         (python-orig-start, python-input-filter): Remove.
9773         (inferior-python-mode): Don't set up comint-input-filter-functions.
9774         (python-send-region): Use compilation-fake-loc.
9776         * progmodes/compile.el (compilation-messages-start): New var.
9777         (compilation-mode): Don't setup next-error-function here.
9778         (compilation-setup): Set it up here instead (for minor modes as well).
9779         Make compilation-messages-start buffer local.
9780         (compilation-next-error-function): Use it.
9781         (compilation-forget-errors): Set compilation-messages-start.
9783 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9785         * ielm.el (ielm-prompt-read-only): Update docstring.
9787         * comint.el (comint-prompt-read-only): Update docstring.
9788         (comint-update-fence, comint-kill-whole-line)
9789         (comint-kill-region): New functions.
9791         * simple.el (kill-whole-line): Use "p" instead of "P" in
9792         interactive form.
9794 2004-05-01  Juanma Barranquero  <lektu@terra.es>
9796         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9797         format arglist so default values in CL-style argument lists are
9798         correctly shown.
9800 2004-05-01  Jason Rumney  <jasonr@gnu.org>
9802         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9804 2004-05-01  Kenichi Handa  <handa@m17n.org>
9806         * international/titdic-cnv.el (miscdic-convert): Don't generate a
9807         quail file if it is up to date.
9809 2004-04-30  Juri Linkov  <juri@jurta.org>
9811         * cus-edit.el (custom-mode-map):
9812         Add key binding `C-x C-s' to `Custom-save'.
9814         * outline.el (outline-blank-line): New var.
9815         (outline-next-preface, outline-show-heading)
9816         (outline-end-of-subtree): Use it.
9818         * dired-aux.el (dired-touch-initial): New fun.
9819         (dired-do-chxxx): Call it for op-symbol `touch'.
9820         (dired-diff): Use `dired-dwim-target-directory'
9821         if current dired buffer has no buffer mark.
9823         * bindings.el (propertized-buffer-identification):
9824         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9825         Add C-M-arrow keys for consistency.
9827         * files.el (confirm-kill-emacs):
9828         Change group from top-level `emacs' to `convenience'.
9830         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9831         Push mark on the first call of successive command calls.
9832         (insert-pair): New fun created from `insert-parentheses' with
9833         `open' and `close' arguments added.  Enclose active regions
9834         in paired characters.  Compare adjacent characters syntax with
9835         inserted characters syntax before inserting a space.
9836         (insert-parentheses): Call `insert-pair' with ?\( ?\).
9838         * delsel.el: Don't put `delete-selection' property
9839         on `insert-parentheses' symbol to take advantage of
9840         region handling in `insert-pair' function.
9841         Suggested by Stephan Stahl <stahl@eos.franken.de>.
9843 2004-04-30  Kim F. Storm  <storm@cua.dk>
9845         * emulation/cua-base.el: Add support for changing cursor types;
9846         based on patch from Michael Mauger.
9847         (cua-normal-cursor-color, cua-read-only-cursor-color)
9848         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9849         Customization cursor type and/or cursor color.
9850         (cua--update-indications): Handle cursor type changes.
9851         (cua-mode): Update cursor indications if enabled.
9853         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9855         * mouse.el (mouse-drag-copy-region): New defcustom.
9856         (mouse-set-region, mouse-drag-region-1): Use it.
9858         * simple.el (kill-ring-save): If region face background color is
9859         unspecified (if no highlighting), show extent of fully visible
9860         region even if transient-mark-mode is enabled.
9862         * emulation/cua-base.el (cua--standard-movement-commands):
9863         Add cua-scroll-up and cua-scroll-down.
9864         (cua-scroll-up, cua-scroll-down): New commands.
9865         (cua--init-keymaps): Remap scroll-up and scroll-down.
9867         * emulation/cua-rect.el (cua--convert-rectangle-as):
9868         New defmacro.
9869         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9870         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9871         New commands (suggested by Jordan Breeding).
9873 2004-04-30  Juanma Barranquero  <lektu@terra.es>
9875         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9877 2004-04-30  Mario Lang  <mlang@delysid.org>
9879         * diff.el (diff-switches): Fix typo in docstring.
9881 2004-04-30  Alex Schroeder  <alex@gnu.org>
9883         * xml.el (xml-debug-print-internal): Don't add newline and
9884         indentation to text nodes and write empty elements as empty tags
9885         instead of opening and closing tags.
9886         (xml-debug-print): Take optional indent-string argument.
9887         (xml-print): Alias for xml-debug-print.
9889 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9891         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9892         than duplicate call to `line-beginning-position'.
9894         * progmodes/f90.el (f90-get-present-comment-type):
9895         Return whitespace, as well as comment chars, for consistent filling
9896         of comment blocks.  Use `match-string-no-properties'.
9897         (f90-break-line): Trim trailing whitespace when filling comments.
9899 2004-04-30  Dave Love  <fx@gnu.org>
9901         * calendar/diary-lib.el (diary-outlook-formats): New variable.
9902         (diary-from-outlook-internal, diary-from-outlook)
9903         (diary-from-outlook-gnus, diary-from-outlook-rmail):
9904         New functions to import diary entries from Outlook-format
9905         appointments in mail messages.
9907 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         * progmodes/python.el (python-send-command): New fun.
9910         (python-send-region, python-load-file): Use it.
9912         * progmodes/compile.el (compilation-last-buffer): Add var alias.
9914         * help-fns.el (help-C-file-name): Use new subr-name.
9915         Prepend `src/' to the file name.
9916         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9917         (describe-function-1, describe-variable): Only find a C source file
9918         name if DOC is already loaded.
9920         * help-mode.el (help-function-def, help-variable-def):
9921         Use the new find-function-search-for-symbol functionality.
9922         Allow FILE to be `C-source'.
9924         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9925         (find-function-C-source): New fun.
9926         (find-function-search-for-symbol): Use it.
9928 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
9930         * progmodes/sql.el (sql-product-alist): Rename variable
9931         `sql-product-support'.  Add Postgres login parameters.
9932         (sql-set-product, sql-product-feature): Update with renamed variable.
9933         (sql-connect-postgres): Add username prompt.
9934         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9935         Make patterns less product specific.
9936         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9937         (sql-mode-abbrev-table): Modify initialization.
9938         (sql-builtin-face): Add variable.
9939         (sql-keywords-re): Add macro.
9940         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9941         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9942         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9943         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9944         (sql-mode-linter-font-lock-keywords)
9945         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9946         (sql-mode-sybase-font-lock-keywords)
9947         (sql-mode-informix-font-lock-keywords)
9948         (sql-mode-interbase-font-lock-keywords)
9949         (sql-mode-ingres-font-lock-keywords)
9950         (sql-mode-solid-font-lock-keywords)
9951         (sql-mode-sqlite-font-lock-keywords)
9952         (sql-mode-db2-font-lock-keywords): Default to nil.
9953         (sql-product-font-lock): Always highlight ANSI keywords.
9954         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9955         (sql-send-string): Add function.
9957 2004-04-29  Dave Love  <fx@gnu.org>
9959         * progmodes/cfengine.el (cfengine-beginning-of-defun)
9960         (cfengine-end-of-defun): Ensure progress through buffer.
9962         * info-look.el (cfengine-mode): Accept a terminal ().
9964 2004-04-29  Juri Linkov  <juri@jurta.org>
9966         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9967         instead of isearch-yank-word-or-char.  Add new key bindings for
9968         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9969         (isearch-del-char): New fun.
9970         (isearch-forward, isearch-edit-string): Update docstring.
9971         (isearch-yank-char): Doc fix.
9972         (isearch-other-meta-char): Restore point after scrolling.
9974         * progmodes/compile.el (compilation-context-lines): Add nil option
9975         to disable compilation output window scrolling.
9976         (compilation-set-window): Use it.
9978         * outline.el (outline-next-preface, outline-show-heading):
9979         Don't leave unhidden blank line before heading.
9980         (outline-end-of-subtree): Include last newline into subtree.
9981         (hide-entry): Leave point at beginning of heading instead of end.
9982         (outline-up-heading): Push mark for the first call of successive
9983         command calls.
9985 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
9987         * comint.el (comint-prompt-read-only): New variable.
9988         (comint-output-filter): Implement it.
9990         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9991         (ielm-prompt-internal): New variable.
9992         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9993         (ielm-send-input): Delete unused variable `buf'.
9994         (ielm-eval-input): Use `ielm-prompt-internal'.
9995         (inferior-emacs-lisp-mode): Use new variables
9996         `comint-prompt-read-only' and `ielm-prompt-internal'.
9997         Get rid of obsolete variable `directory-sep-char'.
9998         (ielm): Use `zerop'.
10000 2004-04-29  John Paul Wallington  <jpw@gnu.org>
10002         * thumbs.el (toplevel): Require cl at compile time.
10003         Remove conditional definitions of `ignore-errors' and `caddar'
10004         because they occur at run time.
10006 2004-04-28  Nick Roberts  <nickrob@gnu.org>
10008         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
10009         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
10010         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10011         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
10013         * progmodes/gud.el (gud-common-init): Throw an error if program is
10014         already running under gdb.
10016 2004-04-28  John Paul Wallington  <jpw@gnu.org>
10018         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
10019         (thumbs-show-image-num): Move assignment of
10020         `thumbs-current-image-filename' within scope of `i'.
10021         (thumbs-emboss-image): Don't use `evenp'.
10023 2004-04-28  Richard M. Stallman  <rms@gnu.org>
10025         * progmodes/compile.el (compilation-context-lines): Default now 0.
10027 2004-04-28  Juanma Barranquero  <lektu@terra.es>
10029         Use `time-less-p' from calendar/time-date.el instead of defining
10030         custom versions of it.
10032         * pcomplete.el (pcomplete-time-less-p): Remove.
10034         * thumbs.el (time-less-p): Remove.
10036         * calendar/timeclock.el (timeclock-time-less-p): Remove.
10037         (timeclock-generate-report): Use `time-less-p'.
10039         * emacs-lisp/autoload.el (autoload-before-p): Remove.
10040         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
10042 2004-04-28  Masatake YAMATO  <jet@gyve.org>
10044         * subr.el (remove-overlays): Make arguments optional.
10046         * wid-edit.el (widget-specify-button): Put evaporate to the
10047         overlay for sample.
10048         (widget-specify-sample): Put evaporate to the overlay for sample.
10049         (widget-specify-doc): Put evaporate to the overlay for documentation.
10051 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
10053         * info.el (info-apropos): Make it an index node.  Align node names
10054         like makeinfo.
10056 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
10058         * net/browse-url.el (browse-url-netscape-sentinel)
10059         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
10060         (browse-url-epiphany-sentinel, browse-url-mosaic):
10061         Use browse-url-*-program instead of a literal program name.
10063 2004-04-27  Kevin Ryde  <user42@zip.com.au>
10065         * eshell/em-alias.el:
10066         * eshell/em-dirs.el:
10067         * eshell/em-hist.el:
10068         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
10069         features when M-x customize-group loads modules before the main
10070         eshell.el.
10072 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
10074         * subr.el (momentary-string-display): Support EXIT-CHAR that is
10075         either a character representation of an event or an event
10076         description list.
10078         * type-break.el: Capitalise Emacs and Lisp.
10079         (type-break-good-break-interval, type-break-demo-boring-stats)
10080         (type-break-terse-messages, type-break-file-name): New defcustoms.
10081         (type-break-post-command-hook)
10082         (type-break-warning-countdown-string): Quote variable names in doc.
10083         (type-break-interval-start, type-break-auto-save-file-name): New vars.
10084         (type-break-mode): Document type-break-good-break-interval and the
10085         "session" file.  Schedule break according to the session file.
10086         Kill session file buffer on exit.  Organise for save-some-buffers
10087         to always save the session file.
10088         (type-break-mode-line-message-mode, type-break-query-mode):
10089         Uppercase arguments.
10090         (type-break-file-time, type-break-file-keystroke-count, timep)
10091         (type-break-choose-file, type-break-get-previous-time)
10092         (type-break-get-previous-count): New defuns.
10093         (type-break): Avoid break querying after a completed break in the
10094         case where the query was initiated during user invocation of the
10095         break.  Optional terse messages.
10096         Use type-break-good-break-interval if type-break-good-rest-interval is
10097         nil.  File the break time.
10098         (type-break-schedule): New optional args for overriding the use of
10099         the current time.
10100         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
10101         after a break.
10102         (type-break-check): File the keystroke count.
10103         (type-break-do-query): Prevent a second query when the break is
10104         interrupted.  Optional terse message.
10105         (type-break-keystroke-reset): Record the start of a typing interval.
10106         (type-break-demo-boring): Optional terse messages.  Display word
10107         per minute and keystroke counts according to
10108         type-break-demo-boring-stats.
10110 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
10112         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
10113         directories, make sure they exist under archive-tmpdir.
10115 2004-04-27  Juri Linkov  <juri@jurta.org>
10117         * help.el (view-emacs-news): With argument, display info for the
10118         selected version by finding it among different NEWS files, and
10119         narrowing the buffer to the selected version.
10121         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
10122         same-window-buffer-names.
10123         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
10124         non-numeric prefix argument, append the number to the buffer name
10125         for numeric prefix argument.
10126         (info-other-window): Bind same-window-regexps to nil.
10127         (Info-reference-name): Rename to Info-point-loc.
10128         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
10129         and Info-find-index-name for stringy Info-point-loc.
10130         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
10131         without middle `.', but with final `.' and optional line number
10132         for it.  Set Info-point-loc for index nodes.
10133         (Info-index): Remove middle `.' from index entry regexp.
10134         Modify line number regexp.
10135         (Info-index-next): Decrement line number.
10136         (info-apropos): Remove middle `.' from index entry regexp.
10137         Add optional line number regexp at the end.  Add matched value
10138         for line number to the result list and insert it to the buffer.
10139         Replace match-string by match-string-no-properties.
10140         Reorder result list.
10141         (Info-fontify-node): Hide index line numbers.
10142         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
10143         empty matches.
10144         (Info-follow-reference): Use `str' instead of
10145         Info-following-node-name-re.
10146         (Info-toc): Use full file names.  Set Info-current-node to "Top".
10147         (Info-fontify-node): Compare file names without directory name.
10148         (Info-try-follow-nearest-node): Don't set Info-reference-name.
10149         Set second arg of Info-extract-menu-node-name for index nodes.
10150         (info-xref-visited): Use magenta3 instead of magenta4.
10151         (Info-mode): Add info-apropos to docstring.
10153         * log-view.el (log-view-diff): Replace interactive code "r"
10154         by a list to allow to call it even if region is not active.
10156         * paren.el (show-paren-highlight-openparen): New var.
10157         (show-paren-function): Turn on openparen highlighting when
10158         matching forward if show-paren-highlight-openparen is non-nil.
10160         * simple.el (kill-ring-save): Use blink-matching-delay instead of
10161         the constant value 1.
10162         (completions-common-part): Expand docstring.
10164         * textmodes/picture.el (picture-mode-map): Add arrow keys.
10166 2004-04-27  Kim F. Storm  <storm@cua.dk>
10168         * image.el (insert-sliced-image): Use line-height instead of
10169         line-spacing property on newline.
10171 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
10173         * desktop.el (desktop-buffer-misc-data-function): Rename to
10174         desktop-save-buffer and change docstring.
10175         (desktop-buffer-modes-to-save): Delete.
10176         (desktop-save-buffer-p): Use desktop-save-buffer instead of
10177         desktop-buffer-modes-to-save.
10178         (desktop-save): Rename desktop-buffer-misc-data-function to
10179         desktop-save-buffer and allow non-function value.
10180         (desktop-missing-file-warning): Correct docstring.
10182         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
10183         to desktop-save-buffer.
10185         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
10186         desktop-save-buffer.
10188         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
10190         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
10192 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
10194         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
10196 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
10198         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
10199         (ielm): Only go to the end of the buffer when starting a new process.
10201 2004-04-25  Juanma Barranquero  <lektu@terra.es>
10203         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
10204         mode line.  Bind `inhibit-read-only' to t before modifying
10205         properties of text in the buffer.
10206         (ielm): Force point to the end of buffer, even when running ielm
10207         from inside itself.
10209 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10211         * info.el (info-apropos): Reset Info-complete-cache.
10213 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
10215         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10216         Also recognize severe Irix et al. messages.
10217         (compilation-normalize-filename, compile-abbreviate-directory):
10218         Delete functions.
10219         (compilation-get-file-structure): New function inherits
10220         functionality of the two preceding ones.
10221         (compilation-internal-error-properties, compilation-fake-loc):
10222         Use it so that different paths to the same file share the same
10223         markers.  Also optimize finding adjacent marker slightly.
10225 2004-04-25  Kim F. Storm  <storm@cua.dk>
10227         * image.el (insert-sliced-image): Add line-spacing t property
10228         to newlines separating image lines.
10230 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
10232         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
10234         * ielm.el (ielm-prompt-read-only): New user option.
10235         (ielm-prompt): Expand docstring to describe new behavior.
10236         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
10237         mention it in the docstring.
10239 2004-04-24  Andreas Schwab  <schwab@suse.de>
10241         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
10243         * diff.el (diff): Set default-directory in diff buffer.
10245 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
10247         * mail/sendmail.el (mail-bury): Don't delete the frame where the
10248         mail was being composed if the terminal cannot display more than
10249         one frame; instead, switch to previous frame.
10251         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
10252         (rmail-start-mail): Support rmail-mail-new-frame even on
10253         terminals that can display only one frame at a time.
10255 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10257         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
10258         (checkdoc-output-font-lock-keywords): Remove error regexp.
10259         (checkdoc-output-mode-map): Remove.
10260         (checkdoc-output-mode): Derive from compilation-mode.
10261         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
10263         * dired.el (dired-mode-map): Add a menu entry for wdired.
10265         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10266         (rx-bracket, rx-check-any, rx-any): Clean up name space.
10268         * wdired.el: (wdired-mode-map): Move init into declaration.
10269         Fix `return' binding.
10270         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10271         Use force-mode-line-update.
10272         (wdired-get-filename): Use `unless'.
10273         (wdired-preprocess-files): Don't assume names have no \n and use / for
10274         dir separator.
10275         (wdired-normalize-filename): Use replace-regexp-in-string.
10276         (wdired-load-hooks): Remove.
10277         (wdired-mode-hooks): Rename to wdired-mode-hook.
10279         * info-look.el: Add support for cfengine-mode.
10280         (info-lookup-setup-mode): Use dolist.
10282 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
10284         * wdired.el: New file.
10286 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10288         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10290         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10291         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10292         (pcomplete--help, pcomplete--here): Doc fixes.
10294 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
10296         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10297         handles wrong-number-of-arguments in backend call.
10299         * vc.el (vc-print-log): Likewise.
10301 2004-04-20  Dave Love  <fx@gnu.org>
10303         * emacs-lisp/rx.el: Doc fixes.
10304         (rx-constituents): Add/extend many forms.
10305         (rx-check): Check form is a list.
10306         (bracket): Defvar.
10307         (rx-check-any, rx-any, rx-check-not): Modify.
10308         (rx-not): Simplify.
10309         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10310         (rx-kleene): Use rx-trans-forms.
10311         (rx-quote-for-set): Delete.
10312         (rx): Allow multiple args.
10314 2004-04-23  Kenichi Handa  <handa@m17n.org>
10316         * international/mule-util.el (char-displayable-p): Simplify by
10317         using internal-char-font.
10319 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10321         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10323 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10325         * diff-mode.el (diff-next-error): New fun.
10326         (diff-mode): Use it.
10328         * simple.el (next-error): Change arg name.
10329         Add support for the documented C-u C-x ` usage.
10331         * frame.el (special-display-popup-frame, next-multiframe-window)
10332         (previous-multiframe-window): Only consider frames on same display.
10334 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
10336         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10337         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10339 2004-04-22  Kim F. Storm  <storm@cua.dk>
10341         * net/telnet.el (telnet): Add optional port arg.
10343 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10345         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10346         Minor sanity check on the `hyperlink' slot.
10348         * Makefile.in (recompile): Compile new files.
10350         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10351         Add byte-recompile-directory's optional `arg'.
10353         * cvs-status.el (cvs-tree-use-charset): New var.
10354         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10355         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10356         (cvs-status-cvstrees): Use it.
10358         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10359         Make it a normal major mode.
10360         (checkdoc-buffer-label): Make sure the file name is meaningful.
10361         (checkdoc-output-to-error-buffer): Remove.
10362         (checkdoc-error, checkdoc-start-section): Rewrite.
10364         * info.el (info-node, info-menu-5, info-xref, info-header-node)
10365         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10366         (Info-title-4-face): Use new syntax.
10367         (info-xref-visited): Inherit from info-xref.
10369         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10371 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10373         * simple.el (next-error-last-buffer, next-error-function):
10374         New variables for the next-error framework.
10375         (next-error-buffer-p): New function.
10376         (next-error-find-buffer): Generalize compilation-find-buffer.
10377         (next-error, previous-error, first-error, next-error-no-select)
10378         (previous-error-no-select): Move from compile.el.
10380         * replace.el (occur-next-error, occur-1): Hook into the next-error
10381         framework.
10383         * progmodes/compile.el (compilation-start):
10384         Set next-error-last-buffer so next-error knows where to jump.
10385         (compilation-setup): Set the buffer-local variable
10386         next-error-function to 'compilation-next-error-function.
10387         (compilation-buffer-p, compilation-buffer-internal-p): Use an
10388         alternate way to find if a buffer is a compilation buffer, for
10389         next-error convenience.
10390         (next-error-no-select, previous-error-no-select, next-error)
10391         (previous-error, first-error): Move to simple.el.
10392         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10393         (compilation-last-buffer): Remove.
10394         (compilation-start, compilation-next-error, compilation-setup)
10395         (compilation-next-error-function, compilation-find-buffer):
10396         Remove compilation-last-buffer use.
10398 2004-04-21  Juanma Barranquero  <lektu@terra.es>
10400         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10401         (font-lock-warning-face): Fix spacing.
10403         * makefile.w32-in (WINS): Add url/ directory.
10405 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
10407         * desktop.el (desktop-buffer-mode-handlers): New variable.
10408         Alist of major mode specific functions to restore a desktop buffer.
10409         (desktop-buffer-handlers): Make variable obsolete.
10410         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10411         Catch errors signaled in handlers.  Update buffer count.
10412         Evaluate desktop-buffer-point.
10413         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10414         move to dired.el.
10415         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10416         move to info.el.
10417         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10418         move to mail/rmail.el.
10419         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10420         to mh-e/mh-e.el.
10421         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10422         On fail, print message (to message buffer) even if
10423         desktop-missing-file-warning is nil.
10424         (desktop-buffer-misc-data-function): New buffer local variable.
10425         Function returning major mode specific data.
10426         (desktop-buffer-misc-functions): Make variable obsolete.
10427         (desktop-save): Use desktop-buffer-misc-data-function.
10428         (desktop-buffer-dired-misc-data): Rename to
10429         dired-desktop-buffer-misc-data and move to dired.el.
10430         (desktop-buffer-info-misc-data): Rename to
10431         Info-desktop-buffer-misc-data and move to info.el.
10432         (desktop-read): Add message about number of buffers restored/failed.
10434         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10435         Add parameters.  Pause to display error only when
10436         desktop-missing-file-warning is non-nil.
10437         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10438         (dired-mode): Bind desktop-buffer-misc-data-function.
10440         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10441         Add Parameters.
10442         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10443         (Info-mode): Bind desktop-buffer-misc-data-function.
10445         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10446         Add Parameters.
10448         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10449         Add Parameters.
10451 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
10453         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10454         the case of letters in case-insensitive expansions when the
10455         abbrev is preceded by characters with letter syntax.
10457 2004-04-21  Richard M. Stallman  <rms@gnu.org>
10459         * progmodes/cperl-mode.el (cperl-putback-char):
10460         Delete Emacs 18 definition.
10462         * international/mule.el (ctext-post-read-conversion):
10463         Use assoc-string, not assoc-ignore-case.
10465         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10467         * emacs-lisp/easymenu.el (easy-menu-add):
10468         Do call x-popup-menu, but only if it's defined.
10470         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10472         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10473         Handle multiple args: compile like progn.
10475         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10476         take all args as &rest arg.
10478         * autoinsert.el (auto-insert-alist): Insert the user's name in
10479         copyright notice, rather than Free Software Foundation.
10481 2004-04-21  Kenichi Handa  <handa@m17n.org>
10483         * descr-text.el (describe-char): Make it work on *Help* buffer.
10485 2004-04-21  Kim F. Storm  <storm@cua.dk>
10487         * image.el (insert-image): Add optional SLICE arg.
10488         (insert-sliced-image): New defun.
10490 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10492         * subr.el (read-number): Check whether `default' is nil.
10494 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10496         * progmodes/compile.el (compilation-error-properties):
10497         Split into two.
10498         (compilation-internal-error-properties): New one.
10499         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
10501 2004-04-20  Richard M. Stallman  <rms@gnu.org>
10503         * window.el (split-window-save-restore-data):
10504         Don't update the data if OLD-INFO is nil.
10506         * view.el (view-return-to-alist): Mark it permanent local.
10508         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10510         * recentf.el (recentf-save-list): Catch and warn about errors.
10512         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10513         so "Buffers" won't be pure.
10515         * help-mode.el (help-mode-finish): Set help-return-alist first
10516         thing, setting only the entry for the selected window.
10518         * help-fns.el (describe-function-1): If many non-control non-meta
10519         keys run the command, don't list all of them.
10521 2004-04-20  Juanma Barranquero  <lektu@terra.es>
10523         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10524         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
10526         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10528 2004-04-20  Kenichi Handa  <handa@m17n.org>
10530         * international/quail.el (quail-lookup-key): New optional arg
10531         NOT-RESET-INDICES.
10532         (quail-get-translations): Call quail-lookup-key with
10533         NOT-RESET-INDICES t.
10534         (quail-completion): Likewise.
10535         (quail-lookup-map-and-concat): Likewise.
10537 2004-04-20  Kenichi Handa  <handa@m17n.org>
10539         * international/quail.el (quail-update-translation): Don't insert
10540         such an unsupported multibyte char in a unibyte buffer.
10542 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
10544         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10545         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10546         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10547         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10548         (gdb-frame-assembler-buffer): Improve behaviour with
10549         multiple frames.
10550         (gdb-display-buffer): Extend search to all visible frames.
10552 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
10554         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10555         characters left after base64 decoding.
10556         (rmail-decode-region): Use -dos variety of `coding', to remove any
10557         ^M characters left after qp or base64 decoding.
10559 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10561         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10562         messages.
10564 2004-04-19  Stephen Eglen  <stephen@gnu.org>
10566         * add-log.el (add-change-log-entry): Update doc string to mention
10567         add-log-full-name and add-log-mailing-address.
10569 2004-04-18  Juri Linkov  <juri@jurta.org>
10571         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10572         (Info-find-node-2): Simplify error message.
10573         (Info-insert-dir): Use Info-following-node-name.
10574         (Info-goto-node): Remove *info-history* and *info-toc*.
10575         (Info-history): Create a node of the virtual history file.
10576         (Info-toc): Create a node of the virtual toc file.
10577         (Info-insert-toc): New arg `curr-file' for reference file names.
10578         (info-apropos): Remove redundant var binding for temp-file.
10579         (Info-index, Info-index-next, Info-mode): Doc fix.
10580         (Info-goto-emacs-command-node): Don't jump to *info* from
10581         non-*info* Info buffers.
10582         (Info-fontify-node): Don't show the file name of external
10583         references if `Info-hide-note-references' is `hide'.  Don't hide
10584         newlines at the end of paragraphs.
10586         * international/mule-diag.el (list-input-methods):
10587         Fix args to help-xref-button.
10589         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10590         to put into effect local variables from TUTORIAL files.
10592         * textmodes/paragraphs.el (sentence-end) <function>: New fun
10593         with default value taken from the variable `sentence-end'.
10594         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
10595         Add nil const to :type.
10596         (sentence-end-without-period, sentence-end-double-space)
10597         (sentence-end-without-space): Doc fix.
10599         * textmodes/paragraphs.el (forward-sentence):
10600         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10601         (fill-delete-newlines):
10602         * progmodes/cc-cmds.el (c-beginning-of-statement):
10603         Use function `sentence-end' instead of variable `sentence-end'.
10605 2004-04-18  Andreas Schwab  <schwab@suse.de>
10607         * progmodes/compile.el (compilation-start): Set window start to
10608         point-min if compilation-scroll-output is nil.
10610 2004-04-18  John Wiegley  <johnw@newartisans.com>
10612         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10614 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
10616         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10617         (gdb-info-breakpoints-custom): Revert previous change.
10618         (gdb-view-assembler): Update assembler if necessary.
10619         (gdb-frame-handler): Parse correctly for gdb-current-frame.
10620         (gdb-display-source-buffer): Update properly when both source and
10621         assembler are visible.
10623 2004-04-17  John Wiegley  <johnw@newartisans.com>
10625         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10626         which limits the number of names shown in the minibuffer.  Off by
10627         default.
10628         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
10629         up iswitchb for users with a multitude of open buffers by showing
10630         only the first and last N/2 buffers in the completion list (which
10631         is enough to aid C-s/C-r, and to know that more characters are
10632         needed to refine the completion list).
10634 2004-04-17  Richard M. Stallman  <rms@gnu.org>
10636         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10637         (file-truename): Expand all ~ constructs directly.
10638         (insert-directory): Delete any error msg output by the
10639         `insert-directory-program'.
10641         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10642         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10643         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10644         (allout-init): Use find-file-hook, not find-file-hooks.
10645         (allout-mode): Eliminate Emacs 18 support.
10646         Use write-contents-functions, not local-write-file-hooks.
10648 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
10650         * progmodes/compile.el (compilation-error-properties): Fix for
10651         adding messages when there are already markers for their file.
10652         (compilation-fake-loc): New function.
10654 2004-04-16  Dave Love  <fx@gnu.org>
10656         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10657         (python-load-file): Fix python-orig-start setting.
10659         * progmodes/compile.el: Doc fixes.
10660         (compilation-error-regexp-alist-alist)
10661         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10662         (compilation-assq): Wrap in eval-when-compile.
10663         (compilation-mode-font-lock-keywords): Don't use list*.
10664         (compilation-start): Avoid warning.
10665         (compilation-compat-error-properties)
10666         (compilation-directory-properties): Add keymap property.
10667         (compilation-parsing-end): Make it a marker for better compatibility.
10669         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10671 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
10673         * xml.el: Doc fixes.
10674         (xml-get-children): Only looks at sub-tags and ignore strings.
10676         * xml.el (xml-parse-tag): Avoid overwriting node-name.
10678 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10682 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
10684         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10686         * vc.el (vc-print-log): Likewise.
10688 2004-04-16  Masatake YAMATO  <jet@gyve.org>
10690         * simple.el (completion-setup-function): Set an initial value
10691         to `element-common-end' before entering loop.  Set a value
10692         to `element-common-end' at the end of loop.
10693         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10694         (completions-common-part): Rename from completion-de-emphasis.
10695         (completions-first-difference): Rename from completion-emphasis.
10696         Suggested by RMS.
10698 2004-04-16  Juanma Barranquero  <lektu@terra.es>
10700         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10701         (bookmark-edit-annotation-mode): Add mode name.
10703 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10706         for nested conflict markers.
10707         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10709 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
10711         * progmodes/gdb-ui.el (gdb-goto-info): New function.
10713         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10715 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10717         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10718         Give a backtrace if requested.
10720         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10722         * progmodes/python.el (python-mouse-2-command, python-RET-command):
10723         Remove unused functions.
10724         (python-orig-start-line, python-orig-file): Remove.
10725         (python-orig-start): New var.
10726         (python-input-filter, python-compilation-line-number)
10727         (python-send-region, python-load-file): Use it.
10729         * info.el (info): Always jump to *info*.
10731         * subr.el (posn-set-point): New function.
10733         * mouse.el (mouse-set-point): Use it.
10735         * progmodes/compile.el (compile-goto-error): Use it.
10736         (compilation-button-map): New keymap.
10737         (compilation-error-properties): Use it.
10738         (compilation-shell-minor-mode-map): Don't bind mouse-2.
10740         * smerge-mode.el (smerge-popup-context-menu): Use it.
10742         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10743         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10744         mouse and non-mouse case.
10746         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10747         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10749         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10750         Make it work for non-mouse events.
10752         * pcvs-info.el (cvs-status-map): Update binding name.
10754 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
10756         * xml.el (xml-maybe-do-ns): New function to handle namespace
10757         parsing of both attribute and element names.
10758         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10759         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10760         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
10761         (xml-parse-attlist): Make it do its own namespace parsing.
10763 2004-04-14  Dave Love  <fx@gnu.org>
10765         * progmodes/python.el (run-python): Fix use of \n.
10766         (python-load-file): Remove `try' from Python fragment.
10767         (python-describe-symbol): Fix message.
10769         * comint.el: Doc fixes.
10770         (comint-last-input-start, comint-last-input-end)
10771         (comint-last-output-start): Give them values.
10772         (comint-arguments): Avoid warning.
10773         (comint-skip-prompt): Use line-end-position.
10774         (comint-backward-matching-input): Rename arg to agree with doc.
10775         (comint-extract-string): Use syntax-ppss.
10776         (comint-dynamic-simple-complete): Delete useless list construction.
10777         (comint-redirect-subvert-readonly): New.
10778         (comint-redirect-preoutput-filter): Use it.
10780         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10781         Correctly handle negative arguments when calling hook functions.
10783 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
10785         * info.el (info-apropos): Don't clobber Info-history-list.
10787 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
10789         * progmodes/compile.el (compilation-setup):
10790         Localize overlay-arrow-position.
10791         (compilation-sentinel): Restructure code equivalently.
10792         (compilation-next-error): Find message on same line after point if
10793         not found before point.
10794         (compile-mouse-goto-error): Restore function so that compilation
10795         buffer need not be current and use compile-goto-error.
10796         (compile-goto-error): Restore function.
10797         (next-error): Set overlay-arrow-position.
10798         (compilation-forget-errors): Don't localize already local
10799         compilation-locs and remove FIXME about refontifying.
10801 2004-04-14  Kim F. Storm  <storm@cua.dk>
10803         * startup.el (emacs-quick-startup): New defvar (set by -Q).
10804         (command-line): New option -Q.  Like -q --no-site-file, but
10805         in addition it also disables menu-bar, tool-bar, scroll-bars,
10806         tool-tips, and the blinking cursor.
10807         (command-line-1): Skip startup screen if -Q.
10808         (fancy-splash-head): Use ":align-to center" prop to center splash image.
10810         * emulation/cua-base.el (cua-read-only-cursor-color)
10811         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10813 2004-04-13  Dave Love  <fx@gnu.org>
10815         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
10816         (syntax): Don't require.
10817         (python) <defgroup>: Add :version.
10818         (python-quote-syntax): Re-written.
10819         (inferior-python-mode): Move stuff here from run-python and add
10820         some more.
10821         (python-preoutput-continuation, python-preoutput-result)
10822         (python-dotty-syntax-table): New.
10823         (python-describe-symbol): Use them.
10824         (run-python): Move stuff to inferior-python-mode.  Modify code
10825         loaded into Python.
10826         (python-send-region): Use python-proc, python-send-string.
10827         (python-send-string): Send newlines too.  Callers changed.
10828         (python-load-file): Re-written.
10829         (python-eldoc-function): New.
10830         (info-look): Don't require.
10831         (python-after-info-look): New.  A modified version of former
10832         top-level code for use with eval-after-load.
10833         (python-maybe-jython, python-guess-indent): Use widened buffer.
10834         (python-fill-paragraph): Re-written.
10835         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
10836         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
10838 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10841         Set compilation-error-regexp-alist earlier.
10843         * progmodes/compile.el (compilation-minor-mode-map)
10844         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10845         (compile-goto-error): Re-merge the mouse and non-mouse commands.
10847 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10849         * progmodes/compile.el (compile-goto-error): Select the buffer/window
10850         corresponding to the event.
10852 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
10854         * loadup.el: Add cygwin to system-type list, for unexec() support.
10856 2004-04-12  John Paul Wallington  <jpw@gnu.org>
10858         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10859         (ibuffer-restore-window-config-on-quit): New variable to replace
10860         `ibuffer-delete-window-on-quit'.  Update all references.
10861         (ibuffer-prev-window-config): New variable.
10862         (ibuffer-quit): Restore previous window configuration instead of
10863         deleting window.
10864         (ibuffer): Save window configuration before showing Ibuffer buffer.
10866         * help.el (describe-mode): Doc fix.
10868 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10870         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10871         not to treat nil as a function.
10873         * vc-arch.el (vc-arch-root): Be a bit more careful.
10874         (vc-arch-register): Save the buffer if we modified it.
10875         (vc-arch-delete-rej-if-obsolete): Save excursion.
10876         (vc-arch-find-file-hook): Use the simpler after-save-hook.
10877         (vc-arch-responsible-p, vc-arch-init-version): New functions.
10879         * net/ldap.el (ldap-search): Use list*.
10881 2004-04-12  Juri Linkov  <juri@jurta.org>
10883         * info.el (Info-follow-reference): Allow multiline reference name.
10885 2004-04-11  Dave Love  <fx@gnu.org>
10887         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10889         * progmodes/python.el: New file.
10891 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
10893         * vc-hooks.el (vc-arg-list): Function removed.
10894         (vc-default-workfile-unchanged-p): Use condition-case to check for
10895         backward compatibility.
10897         * vc.el (vc-print-log): Use condition-case to check for backward
10898         compatibility.
10900 2004-04-11  Juri Linkov  <juri@jurta.org>
10902         * dired.el (dired-faces): New defgroup.
10903         (dired-header, dired-mark, dired-marked, dired-flagged)
10904         (dired-warning, dired-directory, dired-symlink, dired-ignored):
10905         New faces.
10906         (dired-header-face, dired-mark-face, dired-marked-face)
10907         (dired-flagged-face, dired-warning-face, dired-directory-face)
10908         (dired-symlink-face, dired-ignored-face): New face variables.
10909         (dired-font-lock-keywords): Use them instead of font-lock faces.
10910         Split the rule for dired marks into 3 separate rules: for marks,
10911         marked file names and flagged file names.
10913         * help-mode.el (help-make-xrefs): Add a final newline to the
10914         *Help* buffer.
10916 2004-04-11  John Paul Wallington  <jpw@gnu.org>
10918         * replace.el (occur-engine): Distinguish between one and several
10919         matches in the matches per buffer heading.
10921 2004-04-11  Kim F. Storm  <storm@cua.dk>
10923         * ido.el (ido-confirm-unique-completion): New defcustom.
10924         (ido-complete): Use it.
10925         (ido-write-file): Set it to t unconditionally.
10927 2004-04-10  Miles Bader  <miles@gnu.org>
10929         RCS keyword removal (only non-comment changes are enumerated here):
10931         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10932         (byte-compile-insert-header): Don't use `byte-compile-version'.
10933         * forms.el (forms-version): Variable removed.
10934         (forms-mode): Don't use `forms-version'.
10935         * recentf.el (recentf-version): Variable removed.
10936         * progmodes/delphi.el (delphi-version): Variable removed.
10937         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10939 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10941         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10943 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
10945         * info.el (info-apropos): Improve menu item regexp.
10947 2004-04-09  Simon Josefsson  <jas@extundo.com>
10949         * mail/smtpmail.el: Add comment, based on report by
10950         kdc@rcn.com (Kevin D. Clark).
10952 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10955         Redo one more thing that I didn't notice Daniel had undone.
10957 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
10959         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10960         (gdb-goto-breakpoint, gdb-display-buffer)
10961         (gdb-display-source-buffer, gdb-view-source-function)
10962         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10963         (gdb-source-info, gdb-frame-handler): Don't specify a window
10964         for display.
10965         (gdb-info-breakpoints-custom): Remove superfluous update of
10966         assembler buffer.
10967         (gdb-many-windows): Make settable outside gdb.
10969 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
10971         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10972         Derive from fundamental-mode rather than text-mode.
10974 2004-04-08  Juri Linkov  <juri@jurta.org>
10976         * info.el (Info-history): Doc fix.
10977         (Info-history-list): New var.
10978         (info-xref): Change magenta4 to blue, remove bold for dark and
10979         light backgrounds, change bold to underline for non-color classes.
10980         (info-xref-visited): New face.
10981         (Info-fontify-visited-nodes): New custom.
10982         (Info-hide-note-references): Add new value `hide'.  Doc fix.
10983         (Info-reference-name): New var.
10984         (Info-selection-hook): New custom.
10985         (Info-edit-mode-hook): New var.
10986         (Info-find-file): New fun.
10987         (Info-find-node): Move part of code to Info-find-file.
10988         (Info-find-node-2): Add anchors to Info-history-list.  Move point
10989         to the place with the reference name if name is defined.
10990         (Info-select-node): Add current node to Info-history-list.
10991         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10992         (Info-search-whitespace-regexp): New custom.
10993         (Info-search-case-fold): New var.
10994         (Info-search): Add "case-sensitively" to the prompt.
10995         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
10996         (Info-search-case-sensitively, Info-search-next): New fun.
10997         (Info-up): Move point to the menu item of the current node.
10998         (Info-history): New fun.  Add *info-history* to
10999         same-window-buffer-names.
11000         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
11001         (Info-insert-toc): New fun.
11002         (Info-build-toc): New fun.
11003         (Info-follow-reference): Add new arg `fork'.  Doc fix.
11004         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
11005         with the same name prefer the reference closest to point.
11006         (Info-next-reference): Replace * by + in the *Note regexp.
11007         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11008         (Info-prev-reference): Replace * by + in the *Note regexp.
11009         Add regexp for http:// and ftp://.  Skip the *Note prefix.
11010         (Info-follow-nearest-node): Add new arg `fork'.
11011         (Info-try-follow-nearest-node): Add new arg `fork'.
11012         Call browse-url for http:// and ftp:// references.
11013         Set Info-reference-name for index entries.
11014         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
11015         Info-search-next, Info-history, Info-toc, clone-buffer.
11016         (Info-menu-update): Replace * by + in the *Note regexp.
11017         (Info-mode): Add documentation for Info-history, Info-toc,
11018         Info-search-case-sensitively, Info-search-next, clone-buffer.
11019         (Info-fontify-menu-headers): Remove fun.  Move code to
11020         Info-fontify-node.
11021         (Info-fontify-node): Add docstring.  Add local vars
11022         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
11023         then fontify header line, titles, menu headers, http and ftp
11024         references, refill paragraphs.  If not-fontified-p is t or
11025         fontify-visited-p is t then fontify cross references, menu items.
11026         Fontify menu headers.  Fontify http and ftp references.
11027         Change regexp for cross references to require whitespace after *Note,
11028         add matching groups for file and node names.  Remove hack for quote.
11029         Use display property for Info-hide-note-references=t.  Use fifth
11030         or fourth match for help-echo.  Display visited nodes in a
11031         different face.  Unhide file names of external references.
11032         Unhide newlines.  Display visited menu items in a different face.
11034 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11036         * progmodes/compile.el: Require CL.
11037         (compilation-mode-font-lock-keywords): Re-install the "line as
11038         function" patch.
11040         * help-fns.el (help-C-source-directory): New var.
11041         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
11042         (describe-function-1, describe-variable): Use them.
11044         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
11045         to C source files specially.
11047 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11049         * info.el (Info-hide-cookies-node): New function.
11050         (Info-select-node): Use it.
11051         (Info-display-images-node): Remove message with image file name.
11053 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
11055         * progmodes/compile.el (compilation-warning-face)
11056         (compilation-info-face, compilation-skip-threshold)
11057         (compilation-skip-visited, compilation-context-lines):
11058         Declare :version when added to Emacs.
11059         (compilation-error-regexp-alist-alist): Extend caml and irix.
11060         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
11061         (compilation-mode-font-lock-keywords): Temporarily undo line as
11062         function patch, which wasn't ready.
11064 2004-04-07  Kenichi Handa  <handa@m17n.org>
11066         * international/latin1-disp.el (latin1-display-setup): Check each
11067         character is displayable or not instead of calling
11068         latin1-display-check-font.
11070 2004-04-06  Kenichi Handa  <handa@m17n.org>
11072         * language/ethio-util.el (ethio-sera-being-called-by-w3):
11073         New variable.
11074         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
11075         instead of sera-being-called-by-w3.
11076         (ethio-fidel-to-sera-buffer): Likewise.
11077         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
11078         instead of sera-being-called-by-w3.
11079         (ethio-write-file): Likewise.
11081 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11083         * printing.el: Doc fix.
11085 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
11087         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
11088         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
11089         (gdb-setup-windows): Only use separate IO buffer if required.
11091 2004-04-06  Kim F. Storm  <storm@cua.dk>
11093         * term.el (term-is-xemacs): Remove.
11094         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
11095         (term-window-width): New function.
11096         (term-mode, term-check-size): Use it.
11097         (term-mode): Disable overflow-newline-into-fringe in term buffer.
11099 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11101         * cus-edit.el (custom-add-parent-links): Change unbound variable
11102         `symbol' to `name'.
11104 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
11105         * info.el (info-apropos): New function.
11106         (Info-mode-menu): Add it.
11107         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
11109         * help-mode.el (help-make-xrefs): Recognize aliased variable with
11110         inherited docstring.
11112         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
11114 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11116         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
11118         * progmodes/compile.el (font-lock): Don't require any more.
11119         (compilation-error-properties, compilation-start, compilation-sentinel)
11120         (compilation-filter, next-error): Use with-current-buffer.
11121         (compilation-skip-to-next-location, compilation-skip-threshold)
11122         (compilation-skip-visited): Move to silence the byte-compiler.
11123         (compilation-setup): Simplify.
11124         (compilation-next-error): Use line-(beginning|end)-position.
11125         Make sure `pt' is non-nil before using compilation-loop.
11126         (compile-goto-error): Add optional event arg.  Use it.
11127         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
11128         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
11129         Update the binding for mouse-2.
11130         (first-error): Set compilation-current-error to nil rather than bob.
11131         (compilation-parsing-end, compilation-parse-errors-function)
11132         (compilation-error-list, compilation-old-error-list):
11133         "New" compatibility variables.
11134         (compile-buffer-substring, compilation-compat-error-properties)
11135         (compilation-compat-parse-errors, compilation-forget-errors):
11136         New compatibility functions.
11137         (compilation-mode-font-lock-keywords): Use them.
11139 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11141         * autorevert.el (auto-revert-handler): If point (or a window
11142         point) is at the end of the buffer, keep it there after
11143         reverting.  This allows to tail a file.
11144         Mention this in the `Commentary'.
11146         * format.el (format-write-file): Add optional argument CONFIRM
11147         and make it behave like the analogous argument to `write-file'.
11149 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11151         * progmodes/ebnf2ps.el: Doc fix.
11152         (ebnf-version): New version number (4.2).
11153         (ebnf-syntax): Customization and docstring fix.
11154         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
11155         Put autoloaded funs before first use.
11156         (ebnf-style-database): Add dtd entry.
11157         (ebnf-syntax-alist): Add dtd initialization.
11158         (ebnf-token-sequence): New fun.
11159         (ebnf-comment-table): Add new comment action character.
11160         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
11162         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
11163         Type Definition for XML).
11165         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
11166         * progmodes/ebnf-bnf.el (ebnf-sequence):
11167         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
11168         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
11169         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
11170         Code simplification: call ebnf-token-sequence.
11172 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
11174         * calendar/timeclock.el (timeclock-relative)
11175         (timeclock-get-project-function, timeclock-get-workday-function)
11176         (timeclock-query-out, timeclock-when-to-leave)
11177         (timeclock-when-to-leave-string, timeclock-log-data)
11178         (timeclock-generate-report, timeclock-in): Doc fixes.
11180 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11182         * url/: New dir.  Import the URL package from its repository.
11184 2004-04-03  Andreas Schwab  <schwab@suse.de>
11186         * diff-mode.el (diff-mode): Fix missing quote.
11188 2004-04-03  Juri Linkov  <juri@jurta.org>
11190         * descr-text.el (describe-property-list): Add `font-lock-face'.
11192         * dired.el (dired-font-lock-keywords): Fix permission regexps.
11194 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11196         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
11197         Use utf-16le on little endian machines and utf-16be otherwise.
11199 2004-04-02  David Kastrup  <dak@gnu.org>
11201         * net/browse-url.el (browse-url-generic): Use call-process
11202         instead of start-process to allow browsers that fork and detach.
11204 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
11206         * compile.el (compilation-current-error): New var.
11207         (compilation-setup, compile-mouse-goto-error)
11208         (compile-goto-error, next-error): Use it.
11209         (compilation-skip-to-next-location): Default to t, which gives
11210         contiguous skipping like old compile (where this was redundant).
11211         (compilation-next-error): Prevent previous-* commands from moving
11212         back to message at or just before point.
11214 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
11216         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
11217         (gdb-source-info): Don't display source at startup, if required.
11218         (gdb-show-main): New option.
11219         (gdba): Update documentation.
11220         (gdb-source): Cover case of auto-display output.
11222 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
11224         * autorevert.el: Delete obsolete autoload's and defvar's.
11225         (auto-revert-check-vc-info): New user option.
11226         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11227         (auto-revert-handler-vc): Delete.
11228         (auto-revert-handler): Treat return value `fast' of
11229         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
11231         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
11232         return `fast'.
11234         * files.el (buffer-stale-function): Doc change.
11236 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11238         * printing.el: New tip on Tips section.
11239         (pr-version): New version number (6.7.4).
11240         (pr-shell-file-name): Initialization fix.
11242 2004-03-31  Juri Linkov  <juri@jurta.org>
11244         * dired.el: Add autoload for `dired-do-touch'.
11245         (dired-touch-program): New var.
11246         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
11247         (dired-no-confirm): Add `touch' to docstring.
11249         * dired-aux.el (dired-do-touch): New fun.
11250         (dired-do-chxxx): Add argument -t for touch operation.
11252         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
11253         `dired-move-to-filename-regexp'.
11255 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
11257         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
11259 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11261         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
11262         and only if the buffer was modified.
11264 2004-03-30  Kenichi Handa  <handa@m17n.org>
11266         * international/characters.el: Delete pairs for U+2308..U+230B.
11268 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
11270         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11271         to detect the beginning of a level 2 or 3 annotation.
11273 2004-03-29  Kenichi Handa  <handa@m17n.org>
11275         * international/ucs-tables.el (ucs-insert): Fix the error message.
11277 2004-03-29  Kenichi Handa  <handa@m17n.org>
11279         * international/mule-util.el (char-displayable-p): Fix generation
11280         of XLFD file name.
11282         * Makefile.in (setwins, setwins_almost): Change directory to $wd
11283         before finding directories by `find'.
11285 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11287         * subr.el (interactive-form): Delete.  Now implemented in C.
11289         * pcvs.el (cvs-parse-process): Workaround for Darwin.
11291         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11292         (vc-diff-label): New fun.
11293         (vc-diff-internal): Use it.
11295         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11297 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11299         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11301         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11302         specify XML (EBNFX).
11304         * progmodes/ebnf2ps.el: Doc fix.
11305         (ebnf-version): New version number (4.1).
11306         (ebnf-syntax): Adjust customization.
11307         (ebnf-style-database): Add ebnfx entry.
11308         (ebnf-syntax-alist): Add ebnfx initialization.
11309         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11311         * printing.el: Doc fix.
11312         (pr-version): New version number (6.7.3).
11313         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11314         returns nil for mouse position.  Reported by Drew Adams
11315         <drew.adams@oracle.com>.
11316         (pr-update-menus): Modify interactive declaration.  Reported by Drew
11317         Adams <drew.adams@oracle.com>.
11319 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
11321         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11322         (gud-gdba-marker-filter): Log the process input and output, if
11323         required.  From Stefan Monnier.
11324         (gdb-debug-log, gdb-enable-debug-log): New variables.
11325         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11327 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11329         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11330         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11332 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
11334         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11335         Call vc-find-file-hook here instead of in auto-revert-buffers.
11336         (auto-revert-buffers): Delete call to vc-find-file-hook.
11337         (auto-revert-verbose, global-auto-revert-non-file-buffers)
11338         (global-auto-revert-mode, auto-revert-set-timer)
11339         (auto-revert-handler, auto-revert-buffers): Doc fixes.
11341 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11343         * woman.el (woman-change-fonts): Rename local variable
11344         woman-font-alist to font-alist to avoid a compiler warning.
11346 2004-03-27  Dave Love  <fx@gnu.org>
11348         * emacs-lisp/rx.el (rx): Doc fix.
11349         Fix copyright years.
11351         * strokes.el (strokes-global-set-stroke-string): New function.
11352         (strokes-list-strokes): Cope with strings, not just commands.
11353         Set foreground colour of image.
11354         (strokes-global-set-stroke): Doc fix.
11356 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
11358         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11359         Auto Revert mode.
11360         (Buffer-menu-files-only): New variable.
11361         (Buffer-menu-toggle-files-only): New function.
11362         (Buffer-menu-mode-map): Bind it to `T'.
11363         (Buffer-menu-mode): Mention `T' in docstring.
11364         Set buffer-stale-function.
11365         (list-buffers-noselect): Mark buffer non-modified and set
11366         Buffer-menu-files-only.
11368         * dired.el (buffer-stale-function): Remove no longer needed defvar.
11370         * autorevert.el (auto-revert-handler): Print revert message
11371         before, rather than after, reverting.
11372         (buffer-stale-function): Move to files.el.
11374         * files.el (buffer-stale-function): Move here from autorevert.el.
11376 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11378         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11380         * calc/calc.el (calc-mode-map): Use mapc.
11382         * apropos.el (apropos-mode): Don't autoload.
11383         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
11384         (apropos): Use it.
11385         (apropos-print): Add optional `text' argument.
11386         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11387         Don't assume point-min == 1.
11389         * bs.el (bs-buffer-list): Use buffer-local-value.
11390         (bs--set-toggle-to-show): Use with-current-buffer.
11392         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11393         New funs.
11394         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
11396         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11398         * dabbrev.el (dabbrev-expand): Fix regexp construction.
11399         (dabbrev--find-expansion): Use pop.
11400         (dabbrev--search): Use match-string-no-properties.
11402         * dired.el (dired-mode): Use run-mode-hooks.
11403         (dired-move-to-end-of-filename): Use match-string.
11405         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11406         is bound before using it.
11407         (ediff-verbose-p): Make it into a var since it's not constant.
11409         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11411         * faces.el (read-face-font): Don't cons up unnecessarily.
11412         (header-line, tool-bar): Share common parts.
11414         * files.el (file-relative-name): Use compare-strings.
11416         * finder.el (finder-mode): Follow coding convention.
11418         * subr.el (read-number): New function.
11420         * ses.el (ses-read-number): Move to subr.el.
11421         (ses-set-header-row): Use read-number.
11423 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
11425         * vc-hooks.el (vc-arg-list): New function, which handles both
11426         compiled and uncompiled code.
11427         (vc-default-workfile-unchanged-p): Use it.
11429         * vc.el (vc-print-log): Undo prev change, use new function
11430         vc-arg-list from vc-hooks.el.
11432 2004-03-26  Masatake YAMATO  <jet@gyve.org>
11434         * simple.el (completion-setup-function): Emphasize the
11435         first uncommon characters in the completions; and de-emphasize
11436         the common prefix substrings.
11437         (completion-emphasis): New face.
11438         (completion-de-emphasis): New face.
11440 2004-03-25  Juanma Barranquero  <lektu@terra.es>
11442         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11443         Comment out (it's unused and unfinished code).
11445 2004-03-25  Sam Steingold  <sds@gnu.org>
11447         * vc.el (vc-print-log): Fix a bug in the last patch:
11448         backend-function may be a byte-compiled object, not a lambda.
11450 2004-03-25  Juri Linkov  <juri@jurta.org>
11452         * descr-text.el (describe-property-list): Add a button
11453         for `face' property that calls `describe-face'.
11454         Suggested by luis fernandes <elf@ee.ryerson.ca>
11456         * international/mule.el (keyboard-coding-system):
11457         * kmacro.el (kmacro-call-macro): Fix docstring.
11459         * dired.el: Fix comments.
11461         * textmodes/fill.el (fill): Fix Info link.
11463         * font-lock.el (fast-lock, lazy-lock):
11464         * jit-lock.el (jit-lock): Remove links to removed Support Modes
11465         Info node.
11467         * eshell/eshell.el (eshell): Fix broken info-link.
11469         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11470         * eshell/em-banner.el (eshell-banner):
11471         * eshell/em-smart.el (eshell-smart):
11472         * eshell/esh-cmd.el (eshell-cmd):
11473         Comment out broken info-links to incomplete Info manual.
11475         * info-xref.el: Fix commentary.
11477 2004-03-25  Kevin Ryde  <user42@zip.com.au>
11479         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11480         Remove spurious node duplicate suppression, doesn't work, not wanted.
11481         (info-xref-output): Take format style args, add "sit-for 0" to let
11482         user see the results as they progress.
11483         (info-xref-check-all-custom): New function.
11485 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
11487         * gdb-ui.el: Moved to progmodes.
11489 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11491         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11493 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11495         * calendar/appt.el (appt-check): Remove superfluous progn.
11496         When finished with diary buffer: if it was not being displayed
11497         before, kill it; otherwise restore its original state.
11498         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11500         * calendar/calendar.el (calendar-set-mode-line): Use total
11501         available mode-line width, rather than frame-width.
11503         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11504         after mode change so effect not lost.
11506 2004-03-23  Dave Love  <fx@gnu.org>
11508         * dired.el (dired) <defgroup>: Add link to manual.
11509         (dired-font-lock-keywords): Add highlighting on unusual permissions.
11510         (dired-revert): Use dolist.
11511         (dired-mode-map): Add U binding.
11512         (dired-mode): Add font-lock-beginning-of-syntax-function.
11513         (dired-garbage-files-regexp): Make it a defcustom.
11515 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11517         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11518         is equivalent to nil.
11519         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11520         (vc-arch-mode-line-string): Accept `added' state.
11521         (vc-arch-state): Use inode-sigs if available.
11522         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11523         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
11524         (vc-arch-tagline-re): New var.
11525         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11526         New functions.
11527         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11528         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11530         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11531         (vc-file-not-found-hook): Use it.
11533         * diff-mode.el (diff-default-read-only): Change default.
11534         (diff-mode-hook): Make it a defcustom.  Add some options.
11535         (diff-mode-map): Bind diff-refine-hook.
11536         (diff-yank-handler): New var.
11537         (diff-yank-function): New fun.
11538         (diff-font-lock-keywords): Use them.
11539         (diff-end-of-file): Handle case where file-header looks like diff text.
11540         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11541         (diff-file-kill): Delete a subsequent empty line, if applicable.
11542         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11543         (diff-find-file-name): Use it.
11544         (diff-tell-file-name): New command.
11545         (diff-mode): Be careful with view-mode.
11546         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11547         New functions, for use in diff-mode-hook.
11548         (diff-find-source-location): Catch "regex too large" errors.
11549         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11550         (diff-refine-hunk): New command.
11552         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11553         (smerge-context-menu-map): Remove unused var.
11554         (smerge-keep-all): Preserve markers.
11555         (smerge-keep-n): New fun.
11556         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11557         (smerge-keep-current, smerge-ediff): Use it.
11558         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
11559         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11560         (smerge-resolve): Resolve trivial 3-part conflicts.
11562 2004-03-23  Juri Linkov  <juri@jurta.org>
11564         * man.el (Man-width): New var.
11565         (Man-getpage-in-background): Use it.
11566         (Man-support-local-filenames): New var and fun.
11567         (Man-build-man-command): Don't add a second %s.
11568         (Man-fontify-manpage): Clean up message.
11569         (Man-mode): Set outline-regexp, outline-level,
11570         imenu-generic-expression.
11572         * woman.el (woman-fill-frame): Doc fix.
11573         (woman-decode-region): Use window-width instead of frame-width.
11575         * abbrevlist.el (list-one-abbrev-table):
11576         * descr-text.el (describe-char):
11577         * international/mule-diag.el (describe-current-coding-system):
11578         * international/quail.el (quail-insert-decode-map):
11579         Use window-width instead of frame-width.
11581         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11582         (jka-compr-mode-alist-additions): Add tbz.
11583         (jka-compr-write-region, jka-compr-insert-file-contents):
11584         Add message for undefined compress-program.
11585         (jka-compr-write-region): Remove redundant var bindings.
11587         * dired-x.el (dired-guess-shell-alist-default): Add choices for
11588         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
11589         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11590         (dired-man): Use dired-guess-shell-command.
11591         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11592         Change default nil to t.
11594         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11595         (dired-compare-directories): Add default value for empty input.
11597         * help-at-pt.el: Move suggestions for key bindings to Commentary.
11599         * time.el (display-time-string-forms): Fix help-echo date format.
11601 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
11603         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11604         (buffer-stale-function): New variable.
11605         (auto-revert-list-diff, auto-revert-dired-file-list)
11606         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11607         (auto-revert-handler): Take over some functionality of deleted
11608         functions.
11609         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11611         * dired.el (dired-directory-changed-p): New fun, extracted from
11612         dired-internal-noselect.
11613         (dired-buffer-stale-p): New fun.
11614         (dired-internal-noselect): Use dired-directory-changed-p.
11615         Eliminate revert messages.
11616         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11618 2004-03-23  Kenichi Handa  <handa@m17n.org>
11620         * international/characters.el: Setup syntaxes for more parentheses
11621         Unicode characters.
11623         * international/mule-cmds.el (select-safe-coding-system):
11624         Merge coding-system and auto-cs before comparing them.
11626 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11628         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11630         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11631         normal-auto-fill-function and comment-indent-function.
11632         The default values now work just as well.
11633         Don't set font-lock-beginning-of-syntax-function since we already set
11634         syntax-begin-function.
11635         (lisp-outline-level): Put ;;;###autoload at same level as (.
11636         (prin1-char): Quote special chars.
11638         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11639         than with-no-warnings.
11641         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11642         if the source location can't be found.
11643         (edebug-compute-previous-result): Use prin1-char.
11645         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11646         (debug-ignored-errors): Add an entry.
11648         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11649         (byte-compile-file): Output warning when deleting a file.
11651         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11652         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11654         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11655         (byte-compile-inline-expand): Use backquote.
11656         (byte-optimize-pure-func): Rename from byte-optimize-concat.
11657         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11659         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11661         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11663 2004-03-22  Juri Linkov  <juri@jurta.org>
11665         * finder.el (finder-known-keywords): Fix data, tex, unix.
11667         * play/landmark.el: Fix keywords.
11669         * language/ethio-util.el (ethio-find-file): Doc fix.
11671         * emacs-lisp/warnings.el: Doc fix.
11673         * textmodes/ispell.el (ispell-help): Doc fix.
11675 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
11677         * format.el (format-insert-file): Always return a list of two
11678         elements, like insert-file-contents does.
11680 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
11682         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11683         and vc-BACKEND-diff.
11684         (vc-print-log): If the print-log implementation supports it, use
11685         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11686         (vc-version-diff, vc-diff-internal): Doc fixes.
11688         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11689         implementation supports it, let diff output go to *vc*,
11690         not *vc-diff*, since this is an internal call.
11692         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11694         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11696         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11698 2004-03-21  Dave Love  <fx@gnu.org>
11700         * progmodes/cfengine.el (cfengine-mode):
11701         Set parse-sexp-ignore-comments.
11703         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11705 2004-03-21  Juanma Barranquero  <lektu@terra.es>
11707         * allout.el (allout-mode): Fix docstring.
11709 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
11711         * files.el (insert-directory): Fix bug if SWITCHES is a list.
11713         * autorevert.el (auto-revert-interval): Make new value take
11714         effect immediately when set through Custom.
11715         (auto-revert-set-timer): Add interactive declaration.
11717 2004-03-19  David Ponce  <david@dponce.com>
11719         * ruler-mode.el (ruler-mode-header-line-format-old):
11720         Don't `make-variable-buffer-local'.
11721         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11722         (ruler-mode-header-line-format): Simply funcall the above.
11723         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11724         to save/restore a previous header line format.
11725         (ruler-mode-space): Don't depend on a numeric WIDTH value.
11726         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11727         fringes and margins width.
11728         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11730 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11732         * log-edit.el (log-edit-font-lock-keywords): Typo.
11734         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11735         (tex-send-tex-command): Rather than here.
11736         (tex-compilation-parse-errors): Simplify.
11738         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11740         * time.el (display-time-string-forms): Add help-echo with date on time.
11742         * composite.el (compose-region): Use restore-buffer-modified-p.
11744         * disp-table.el (standard-display-8bit): Simplify.
11746         * server.el (server-process-filter): Delete temp frame.
11748         * add-log.el (add-change-log-entry): Simplify.
11750 2004-03-19  Kim F. Storm  <storm@cua.dk>
11752         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11753         (hexl-follow-line): Don't require 'fringe.
11755         * progmodes/compile.el (compilation-start): Always set
11756         compilation-last-buffer and return it.
11758 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11760         * simple.el (clone-buffer): Doc fix.
11762 2004-03-18  Juanma Barranquero  <lektu@terra.es>
11764         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11766 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11768         * log-edit.el (log-edit-font-lock-keywords): New var.
11769         (log-edit-mode): Use it.
11771 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
11773         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11774         properly for watching in speedbar.
11776 2004-03-17  Masatake YAMATO  <jet@gyve.org>
11778         * smerge-mode.el (smerge-popup-context-menu):
11779         Put `unwind-protect' around `overlay-put' and `popup-menu'.
11781 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11783         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11784         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11785         Take sealed revisions into account.
11786         (vc-arch-checkin): Extract a summary line from the message.
11788 2004-03-16  Masatake YAMATO  <jet@gyve.org>
11790         * register.el (register): Provide `register' feature.
11792 2004-03-15  Masatake YAMATO  <jet@gyve.org>
11794         Added context menu support in smerge mode.
11795         Most of the part is written by Stefan Monnier.
11797         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11798         New keymap and menu.
11799         (smerge-text-properties): New function.
11800         (smerge-remove-props): New function.
11801         (smerge-popup-context-menu): New function.
11802         (smerge-resolve): Call `smerge-remove-props'.
11803         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11804         (smerge-keep-current): Ditto.
11805         (smerge-kill-current): New function.
11806         (smerge-match-conflict): Put text properties.
11807         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11809 2004-03-15  David Ponce  <david@dponce.com>
11811         * ruler-mode.el: (ruler-mode-left-fringe-cols)
11812         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11813         (ruler-mode-right-scroll-bar-cols): Remove.
11814         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11815         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11816         Use fringe-columns and scroll-bar-columns.
11818 2004-03-15  Masatake YAMATO  <jet@gyve.org>
11820         * hl-line.el (hl-line-range-function): New variable.
11821         (hl-line-move): New function.
11822         (global-hl-line-highlight): Use `hl-line-move'.
11823         (hl-line-highlight): Ditto.
11825         * scroll-bar.el (scroll-bar-columns):
11826         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11828         * ruler-mode.el (top-level): Require scroll-bar and fringe.
11829         (ruler-mode-left-fringe-cols)
11830         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11831         (ruler-mode-right-scroll-bar-cols)
11832         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11833         (ruler-mode-ruler-function): New variable.
11834         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11835         if the value for `ruler-mode-ruler-function'is given.
11837         * hexl.el (hexl-mode-hook): Make the hook customizable.
11838         (hexl-address-area, hexl-ascii-area): New customize variables.
11839         (hexlify-buffer): Put font-lock-faces on the address area and
11840         the ascii area.
11841         (hexl-activate-ruler): New function.
11842         (hexl-follow-line): New function.
11843         (hexl-highlight-line-range): New function.
11844         (hexl-mode-ruler): New function.
11846 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11848         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
11849         (vc-default-find-file-hook): New fun.
11850         (vc-find-file-hook): Call new find-file-hook operation.
11852         * vc-arch.el: New file.
11854 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
11856         * info-look.el (info-lookup): Reuse an existing Info window.
11858 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11860         * woman.el (woman-preserve-ascii): Default value changed to t and
11861         doc string revised.
11863 2004-03-12  Richard M. Stallman  <rms@gnu.org>
11865         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11866         Fix minor bug.
11868         * replace.el (occur-engine): Change message for count of matches.
11870         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11871         For strings, do compare text properties.
11873 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
11875         * progmodes/compile.el (compile-auto-highlight)
11876         (compilation-error-list, compilation-old-error-list)
11877         (compilation-parse-errors-function, compilation-parsing-end)
11878         (compilation-error-message, compilation-directory-stack)
11879         (compilation-enter-directory-regexp-alist)
11880         (compilation-leave-directory-regexp-alist)
11881         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11882         (compilation-current-file, compilation-regexps): Remove vars.
11884         (compile-error-at-point, compilation-error-filedata)
11885         (compilation-error-filedata-file-name, compile-reinitialize-errors)
11886         (compilation-next-error-locus, compilation-forget-errors)
11887         (count-regexp-groupings, compilation-parse-errors)
11888         (compile-collect-regexps, compile-buffer-substring): Remove funs.
11890         (compile-internal): Make obsolete.
11892         (compilation-first-column, compilation-error)
11893         (compilation-directory-matcher, compilation-page-delimiter)
11894         (compilation-mode-font-lock-keywords, compilation-debug)
11895         (compilation-error-face, compilation-warning-face)
11896         (compilation-info-face, compilation-line-face)
11897         (compilation-column-face, compilation-enter-directory-face)
11898         (compilation-leave-directory-face, compilation-skip-threshold)
11899         (compilation-skip-visited, compilation-context-lines): New vars.
11901         (compilation-warning-face, compilation-info-face)
11902         (compilation-message-face): New faces.
11904         (compilation-error-regexp-alist-alist): New constant.
11906         (compilation-face, compilation-directory-properties)
11907         (compilation-assq, compilation-error-properties, compilation-start)
11908         (define-compilation-mode, compilation-loop)
11909         (compilation-set-window): New functions.
11911         (compile): Additional argument for interactive compiles like TeX.
11913         * progmodes/grep.el (kill-grep): Move here from compile.el
11914         (grep-error, grep-hit-face, grep-error-face)
11915         (grep-mode-font-lock-keywords): New variables.
11916         (grep-regexp-alist): Simplify regexp and add `binary' case.
11917         (grep-mode): New mode.
11918         (grep-process-setup): Simplify.
11920 2004-03-11  Jason Rumney  <jasonr@gnu.org>
11922         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11923         letters on DOS/Windows.
11925 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11927         * server.el (server-name): New var.
11928         (server-socket-dir): New var to replace server-socket-name.
11929         (server-start): Use them.
11931 2004-03-11  Simon Josefsson  <jas@extundo.com>
11933         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11934         died to avoid infloop.  Reported by Jonathan Glauner
11935         <jglauner@sbum.org>.
11937 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11939         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11940         (smerge-mode-menu): Use it to deactivate menu entries.
11941         (smerge-keep-current): New fun.
11942         (smerge-keep-current): Use it.
11944 2004-03-10  John Paul Wallington  <jpw@gnu.org>
11946         * foldout.el (foldout-fold-list, foldout-modeline-string):
11947         Declare them as variables, not constants.
11949 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11951         * ps-print.el: Modification to print *Messages* buffer.
11952         (ps-print-version): New version 6.6.4.
11953         (ps-message-log-max): New fun.
11954         (ps-spool-without-faces, ps-spool-with-faces)
11955         (ps-count-lines-preprint): Code fix.
11957         * printing.el: New tips in Tips section.
11959 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11961         * delim-col.el: Doc fix.
11963         * printing.el: Doc fix.  New doc section (Tips).
11965 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * type-break.el (type-break-emacs-variant): Remove.
11968         (type-break-run-at-time, type-break-cancel-function-timers):
11969         Use fboundp rather than version name and number.
11971 2004-03-09  Masatake YAMATO  <jet@gyve.org>
11973         * hexl.el (hexl-mode): Use `make-local-variable' instead of
11974         `make-variable-buffer-local'.
11976 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
11978         * find-dired.el (find-dired): Call `shell-command' instead of
11979         `start-process-shell-command'.  By this, Tramp takes over
11980         handling of remote directories.
11982 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11984         * newcomment.el (comment-use-global-state): New var.
11985         (comment-search-forward): Use it.
11987         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11989         * cus-edit.el (fill) <defgroup>: Move to fill.el.
11991         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11992         (enable-kinsoku): Make it a defcustom.
11993         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11994         paragraph to same-comment-start-marker.
11996 2004-03-07  Dave Love  <fx@gnu.org>
11998         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11999         (browse-url-mail): Use it.
12001         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
12002         (rfc2368-unhexify-string): Use replace-regexp-in-string.
12004 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12006         * woman.el (woman-man.conf-path): Doc fix.
12007         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
12009 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
12011         * sort.el (sort-columns): Remove ms-dos from the list of systems
12012         where the external `sort' command is not used.
12014 2004-03-07  Kim F. Storm  <storm@cua.dk>
12016         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
12017         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
12018         from overlay-arrow-variable-list.
12019         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
12021 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
12023         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
12024         overlay arrow string properly for the assembler buffer.
12026 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12028         * mail/sendmail.el (mail-mode): Fix last change.
12030 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
12032         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
12033         for the assembler buffer.
12034         (gdb-assembler-custom): Position the overlay arrow.
12035         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
12037 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12039         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
12041         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
12042         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
12044         * mail/sendmail.el (mail-mode): Set comment-start-skip.
12046         * newcomment.el (uncomment-region): Allow non-terminated comment.
12047         (comment-normalize-vars): Check the user-specified comstart marker.
12049 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12051         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
12052         Otherwise, do use it if the region only contains font-lock text
12053         properties.
12055 2004-03-04  Masatake YAMATO  <jet@gyve.org>
12057         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
12058         as the callback function for eldoc.
12059         (hexl-print-current-point-info): New function.
12060         (hexl-current-address): Print the address in both decimal
12061         and hexadecimal format.
12063 2004-03-04  Richard M. Stallman  <rms@gnu.org>
12065         * mail/rmail.el (rmail-convert-to-babyl-format):
12066         Specify t for UNIBYTE when calling mail-unquote-printable-region.
12068         * mail/mail-utils.el (mail-unquote-printable-region):
12069         New arg UNIBYTE.
12071         * startup.el (command-switch-alist): Doc fix.
12073         * simple.el (undo): Temporarily set this-command to `undo-start',
12074         then set it to `undo' once undo-start returns without error.
12076         * simple.el (minibuffer-history-sexp-flag): Doc fix.
12078         * simple.el (kill-line): Don't disregard trailing whitespace
12079         in eol condition, if show-trailing-whitespace is set.
12081         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
12082         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
12083         When disabling, restore old values only if mouse-sel-has-been-enabled.
12085         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
12086         (isearch-{-char): New function.
12087         (isearch-mode-map): Bind { to isearch-{-char.
12089         * font-lock.el (lisp-font-lock-keywords-2):
12090         Turn off the CL with-... and do-... general patterns.
12091         Instead, recognize several specific with... and do... constructs.
12093         * files.el (switch-to-buffer-other-window):
12094         Bind same-window-buffer-names and same-window-regexps to nil.
12095         (switch-to-buffer-other-frame): Likewise.
12097 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12099         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
12100         recognizing leading comment on code line.
12102 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12104         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
12105         hidden files/directories.
12107 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12109         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
12110         only comment-start (in case the mode hasn't set it).
12112         * Makefile.in (AUTOGENEL): New var.
12113         (bootstrap-prepare): Rename from bootstrap-clean.
12114         Don't remove elc files.
12115         (maintainer-clean): New target.
12117         * xml.el (xml-get-attribute-or-nil): Simplify.
12119 2004-03-02  Juri Linkov  <juri@jurta.org>
12121         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
12122         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
12123         URL to prevent their substitution with the environment variable
12124         values by browsers.
12126 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12128         * ps-print.el: Doc fix.
12129         (ps-print-version): New version number (6.6.3).
12130         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
12131         Docstring fix.
12132         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
12133         before printing.
12134         (ps-time-stamp-yyyy-mm-dd): New fun.
12135         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
12137 2004-03-02  Kim F. Storm  <storm@cua.dk>
12139         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
12141 2004-03-01  Juanma Barranquero  <lektu@terra.es>
12143         * allout.el (allout-rebullet-heading): Fix typo in docstring.
12145         * desktop.el (desktop-file-version)
12146         (desktop-after-read-hook): Fix typos.
12147         (desktop-clear-preserve-buffers): Remove redundant info in
12148         docstring already shown by the obsolescence message.
12149         (desktop-truncate, desktop-internal-v2s)
12150         (desktop-value-to-string): Change argument name to match docstring.
12152         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
12154         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
12155         docstring.
12157 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12159         * printing.el: Replace "As Is..." in PostScript file print/preview by
12160         "No Preprocessing...".  Suggested by Colin Marquardt
12161         <_marquardt_@zmd.de>.
12162         (pr-insert-section-4): Adjust buffer interface.
12164 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
12166         Version 2.0.39 of Tramp released.
12168         * net/tramp.el (tramp-handle-file-local-copy)
12169         (tramp-handle-write-region, tramp-open-connection-rsh):
12170         Variable name typo.  Small change.  From Patrick Tullmann
12171         <tullmann@flux.utah.edu>.
12172         (tramp-process-connection-type): New variable.
12173         (tramp-maybe-open-connection): Use it.
12174         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
12175         (tramp-touch): Set last-modified time of a remote file.
12176         (tramp-handle-write-region): Say which function is used when encoding.
12178 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
12180         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
12181         case of non-existing filename, too.  Reported by Christoph Bauer
12182         <c_bauer@informatik.uni-kl.de>.
12183         (tramp-smb-get-file-entries): The directory in question should
12184         have permissions "drwxrwxrwx".  Just virtual, because we don't
12185         know the real permissions.  Don't we know?
12186         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
12187         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
12188         (tramp-smb-wait-for-output): Optimize algorithm getting pending
12189         output.  If it was received chunkwise, there have been problems.
12190         Remove the "prompt not found" error message; it is obvious.
12191         Simplify algorithm.
12192         (tramp-smb-process-running): Remove.  Since we acknowledge the
12193         virtual prompt for shares, there's no need for distinction of
12194         reading shares (process ends afterwards) and interactive mode of
12195         smblient.
12196         (tramp-smb-open-connection): Setting process sentinel removed.
12197         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
12198         "NT_STATUS_NETWORK_ACCESS_DENIED".
12199         (tramp-smb-maybe-open-connection): Set `process-connection-type'
12200         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
12201         (top-level): Setting default value in `tramp-default-method-alist'
12202         corrected.  Order of USER and HOST have been wrong.
12203         Nobody complained for months ...
12204         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
12205         (tramp-smb-open-connection): Clear password cache if login has failed.
12207         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
12208         `tramp-unified-filenames'.
12209         (tramp-completion-mode): Make test for XEmacs explicitely.
12210         `event-to-character' can exists in Emacs packages too.
12211         Reported by Matt Swift <swift@alum.mit.edu>.
12212         (tramp-buffer-name): Buffer name must contain the user if exists.
12213         Reported by Adrian Phillips <a.phillips@met.no>.
12214         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
12215         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
12216         (tramp-do-copy-or-rename-file-out-of-band): Rename from
12217         `tramp-do-copy-or-rename-file-one-local', because it handles also
12218         the case both files use the same out-of-band method.
12219         Implementation added.
12220         (tramp-handle-file-local-copy, tramp-handle-write-region):
12221         Out-of-band handling removed.  `copy-file' called instead, which
12222         calls `tramp-do-copy-or-rename-file-out-of-band'.
12223         (tramp-action-password): Check for out-of-band method removed.
12224         This function is used for 'login-program.
12225         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
12226         appropriate.
12227         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
12228         and `tramp-parse-sknownhosts'.
12229         (tramp-completion-function-alist): It's a defvar now, because we
12230         want to apply the optimized `tramp-set-completion-function'
12231         instead of a static list.
12232         (tramp-set-completion-function): Implementation tuned.
12233         Avoid double entries, and entries where the function or the
12234         file/directory doesn't exist.
12235         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
12236         for SSH2.
12237         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
12238         (tramp-handle-dired-compress-file): New function.
12239         (tramp-async-proc): New variable.
12240         (tramp-handle-shell-command): Adding asynchronous processes.
12241         They are far from being perfect, but it works at least for
12242         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
12243         (top-level): Require password.el if visible.  Should be mandatory
12244         once No Gnus has found its way into (X)Emacs.
12245         (tramp-read-passwd): Invoke `password-read' if available,
12246         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
12247         fallback any longer.
12248         (tramp-clear-passwd): New function.
12249         (tramp-process-actions, tramp-process-multi-actions):
12250         Clear password cache if login has failed.
12252         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
12253         its own module.
12254         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
12255         `ange-ftp-ftp-name-res'.  There could be incorrect values from
12256         previous calls in case the "ftp" method is used in the Tramp file
12257         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12259 2004-02-28  Richard M. Stallman  <rms@gnu.org>
12261         * term.el (term-mouse-paste): Call mouse-set-point.
12263         * thumbs.el: New file.
12265 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12267         * progmodes/ebnf-abn.el: Doc fix.
12269         * progmodes/ebnf-bnf.el: Doc fix.
12270         (ebnf-repeat): Code fix.
12272         * progmodes/ebnf2ps.el: Doc fix.
12273         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
12275 2004-02-28  Juri Linkov  <juri@jurta.org>
12277         * ffap.el (dired-at-point): Additional writability test for
12278         relative directory names.
12279         (dired-at-point-prompter): Treat directories as a directory, get
12280         the directory component from files.
12281         (ffap-string-at-point): Return string from region if region is active.
12282         (ffap-file-at-point): Remove redundant code.
12284 2004-02-28  Kim F. Storm  <storm@cua.dk>
12286         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
12287         Initialize margin area images to nil.
12288         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12289         (breakpoint-enabled-bitmap-face)
12290         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12291         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12292         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12293         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12294         (gdb-reset): Use gdb-remove-breakpoint-icons.
12295         (gdb-put-string): Add dprop arg to specify alternative display
12296         property (for setting fringe bitmap).
12297         (gdb-remove-strings): Doc fix.
12298         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12299         icon in fringe (if available), or else as icon or text in display
12300         margin.  Creates necessary icons in breakpoint-bitmap,
12301         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12302         Also make left window margin if required.
12303         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12304         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
12305         no longer needed.
12306         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12307         gdb-put-breakpoint-icon.
12308         (gdb-assembler-mode): Don't set left-margin-width here.
12310 2004-02-27  Kevin Ryde  <user42@zip.com.au>
12312         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12313         comma, so that it DTRT in macros.
12315 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12317         * progmodes/sh-script.el (sh-shell-arg)
12318         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12319         (sh-leading-keywords, sh-other-keywords): Fix custom type.
12321 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
12323         * faces.el (face-spec-set-match-display): Add a new attribute,
12324         `min-colors'.
12325         (region, highlight, secondary-selection): Use `min-colors'.
12327         * custom.el (defface): Add documentation for `min-colors'.
12329         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12330         (font-lock-keyword-face, font-lock-function-name-face)
12331         (font-lock-variable-name-face, font-lock-constant-face):
12332         Use `min-colors'.
12334         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12336 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12338         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
12339         define assq-delete-all if it's not defined.
12340         (ebnf-generate-region): Code fix.
12342         * printing.el: Doc fix.
12343         (pr-version): New version number (6.7.2).
12344         (pr-command): Return empty string if command is an empty string.
12346 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12348         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12350         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
12351         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12352         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
12353         "tt" ["test"] ).  Reported by Markus Dreyer
12354         <mdreyer@ix.urz.uni-heidelberg.de>.
12355         (ebnf-version): New version number (4.0).
12356         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12357         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12358         (ebnf-delete-style): New commands.
12359         (ebnf-directory, ebnf-file): New funs.
12360         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12361         (ebnf-production-name-p, ebnf-stop-on-error): New options.
12362         (ebnf-syntax-alist): New var.
12363         (ebnf-element-width): New fun replacing ebnf-list-width.
12364         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12365         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12366         (ebnf-prologue): Adjust vars.
12367         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12368         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12369         (ebnf-check-style-values, ebnf-generate-production)
12370         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12371         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12372         (ebnf-token-repeat): Code fix.
12374         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
12375         %right, %left and %prec.  Suggested by Matthew K. Junker
12376         <junker@alum.mit.edu>.
12377         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12379         * progmodes/ebnf-iso.el: Doc fix.
12380         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12381         (ebnf-iso-lex): Code fix.
12383         * progmodes/ebnf-bnf.el: Doc fix.
12384         (ebnf-bnf-lex): Code fix.
12386         * progmodes/ebnf-otz.el: Doc fix.
12388 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12390         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
12391         (abbrev-prefix-mark): Doc fix.
12393 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
12395         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12396         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12397         (gdb-var-delete): Make interactive (really).
12398         (gdb-edit-value): Make non-interactive.
12400         * progmodes/gud.el (gud-speedbar-menu-items):
12401         Add gdb-var-delete and, indirectly, gdb-edit-value.
12402         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12403         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12404         (gud-gdb-marker-filter): Add comment for annotations.
12406 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12408         * calendar/calendar.el (generate-calendar)
12409         (calendar-read-date): Prevent display of BC calendars once more -
12410         reverts 2003-10-01 change.
12411         (generate-calendar-month): Doc fix.
12413 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12415         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12416         return value of increment-calendar-month.
12418 2004-02-21  Stephen Compall  <s11@member.fsf.org>
12420         * saveplace.el (save-place-forget-unreadable-files)
12421         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12422         (save-place-forget-unreadable-files): New function.
12423         (save-place-alist-to-file): Use it to filter out files that are
12424         no longer readable.
12426         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12427         current Texinfo environment, using the same method as in
12428         `texinfo-insert-@end', and insert a space rather than a newline if
12429         point in a @table environment.
12431 2004-02-21  Juri Linkov  <juri@jurta.org>
12433         * ffap.el (ffap-file-at-point): Try parent directories.
12435 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
12437         * vcursor.el (vcursor-modifiers): New defcustom.
12438         (vcursor-cs-binding): Use vcursor-modifiers instead of a
12439         hard-coded list.
12441 2004-02-21  Masatake YAMATO  <jet@gyve.org>
12443         * play/animate.el (animate-birthday-present): Accept names other
12444         than `Sarah', too.
12446 2004-02-21  Juri Linkov  <juri@jurta.org>
12448         * startup.el: Remove table of command line arguments from the
12449         Commentary section.
12451 2004-02-20  John Wiegley  <johnw@newartisans.com>
12453         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12454         again" modifier from 'e' to 'E', since 'e' is also used by the
12455         "file extension" modifier.
12457 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12459         * help-fns.el (describe-categories): Doc fix.
12461 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12463         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12464         temporary file for buffer already visiting one.  This change makes
12465         output likely to be directly usable by patch program.
12466         Suggested by Adrian Aichner  <adrian@xemacs.org>
12468 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
12470         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12471         case of variables defined in compound statements.
12472         (gdb-setup-windows, gdb-source-info, gdb-source-info):
12473         Simplify constructions using switch-to-buffer.
12475 2004-02-19  Simon Josefsson  <jas@extundo.com>
12477         * play/morse.el: Fix typo.
12478         (morse-code): Add @.
12480 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12482         * calendar/appt.el (appt-display-format): Change default to
12483         'ignore, for backwards compatibility.
12484         (appt-display-message): If appt-display-format is 'ignore,
12485         respect old vars appt-msg-window and appt-visible.
12486         (appt-activate): Don't depend on return value of cancel-timer.
12488         * calendar/calendar.el (calendar-holidays): Doc fix.
12490         * calendar/cal-coptic.el (coptic-prompt-for-date):
12491         Use assoc-string instead of assoc-ignore-case.
12492         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12493         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12494         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12495         * calendar/cal-islam.el (calendar-goto-islamic-date)
12496         (mark-islamic-diary-entries): Ditto.
12497         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12498         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12499         (calendar-read-mayan-tzolkin-date): Ditto.
12500         * calendar/calendar.el (calendar-read-date): Ditto.
12501         * calendar/diary-lib.el (mark-diary-entries): Ditto.
12503 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12505         * progmodes/executable.el (executable-command-find-posix-p):
12506         Fix choice of the directory.
12508 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
12510         * simple.el (interprogram-cut-function)
12511         (interprogram-paste-function, kill-new, kill-append):
12512         Doc fixes.
12513         (kill-region): Make it return nil.  Doc fix.
12514         (yank-pop): Make its argument optional.
12515         (yank): Make ARG `-' equivalent to `-1'.
12517 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
12519         * mail/rmail.el (rmail-get-new-mail): Don't reference
12520         rmail-use-spam-filter if rmail-spam-filter is not loaded.
12522 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
12524         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12525         if one of global-auto-revert-non-file-buffers or autorevert-mode
12526         is non-nil.
12528 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12530         * subr.el (delete-dups): A better implementation from Karl Heuer
12531         <kwzh@gnu.org>.
12533 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12535         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12536         correct place.
12537         * progmodes/icon.el (icon-indent-command): Ditto.
12538         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12540 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12542         * progmodes/grep.el (grep-compute-defaults): Undo change from
12543         2004-01-29: don't use executable-command-find-posix-p.
12545 2004-02-16  Richard Sharman  <rsharman@pobox.com>
12547         * hilit-chg.el: Use require instead of eval-and-compile.
12548         (highlight-compare-buffers): New function.
12550 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
12552         * man.el (Man-fontify-manpage): Render section headings in
12553         `Man-overstrike-face' even when overstrike was not used by man
12554         formatter for section headings.
12556 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
12558         * rmail-spam-filter.el: (vm-use-spam-filter)
12559         (rsf-min-region-length-added-to-spam-list): New variables.
12560         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12561         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
12562         spam testing.  Don't delete spam message if automatic deletion
12563         after output via variable rmail-delete-after-output is turned on.
12564         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12565         rsf-bbdb-dont-create-entries-for-spam.
12566         (check-field): New function, extracted from code in
12567         rmail-spam-filter to ease addition of header fields like content-type.
12568         (message-content-type): New variable to check the content-type:
12569         field added, also in defcustom of rsf-definitions-alist.
12570         (rmail-spam-filter): Replace repeated test code for header fields
12571         by calls to check-field; change the call to
12572         rmail-output-to-rmail-file such that rmail-current-message stays
12573         the same to avoid wrong deletion of unseen flags.
12574         (rsf-add-contents-type): New function to convert old format
12575         of rmail-spam-definitions-alist into new one.
12576         Change prefixes of all variables and functions from
12577         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12579 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12581         * loadhist.el (unload-hook-features-list): New defvar.
12583 2004-02-16  Dave Love  <fx@gnu.org>
12585         * loadhist.el (unload-feature): Doc fix.  Rename flist to
12586         unload-hook-features-list.
12588 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
12590         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12591         cookie.  Don't check if we are looking-at open-formula.
12593 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12595         * subr.el (match-string-no-properties): Use substring-no-properties.
12597 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12599         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12600         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12601         Use lower-case "rx" in all error message.
12603 2004-02-16  Dave Love  <fx@gnu.org>
12605         * emacs-lisp/rx.el (rx-or): Put group around result.
12606         (rx-constituents): Add backref.
12607         (rx-syntax): Add string-delimiter, comment-delimiter.
12608         (rx-categories): Add combining-diacritic.
12609         (rx-check-not, rx-greedy, rx): Doc fix.
12610         (rx-backref, rx-check-backref): New.
12612 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
12614         * newcomment.el (uncomment-region): Allow eob as comment end.
12616 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
12618         * filecache.el: All message and error commands now use prefix
12619         "Filecache:" to make it easy to read *Messages* buffer.
12621 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
12623         * autorevert.el: Add support to detect changed dired and VC buffers.
12624         (auto-revert-active-p, auto-revert-list-diff)
12625         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12626         (auto-revert-handler, auto-revert-active-p): New functions.
12627         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12628         and `auto-revert-active-p'.
12629         (eval-when-compile): Defvar dired-directory and vc-mode.
12630         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12631         (auto-revert-handler-vc): New functions.
12633 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12635         * progmodes/compile.el (compilation-directory): New defvar.
12636         (compile): Save current directory in compilation-directory.
12637         (recompile): Bind default-directory to compilation-directory if
12638         that is non-nil.
12640 2004-02-16  Dave Love  <fx@gnu.org>
12642         * newcomment.el (comment-insert-comment-function)
12643         (comment-region-function, uncomment-region-function): New.
12644         (comment-indent): Use comment-insert-comment-function.
12645         (uncomment-region): Use uncomment-region-function.
12646         (comment-region): Use comment-region-function.
12648         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12650 2004-02-16  Richard Stallman  <rms@gnu.org>
12652         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12653         loaddefs* and ldefs-boot*.
12655 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12657         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12658         and email address at the beginning and end of the address.
12660         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12661         anchored at the beginning of the email address.
12663 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
12665         * international/ccl.el (ccl-compile-write): Pass `left' to
12666         ccl-embed-code to generate correct code of write-expr-register.
12668 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
12670         * progmodes/grep.el (grep-compute-defaults): Fix typos.
12672 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12674         * x-dnd.el: Mention support for Motif in commentary.
12675         (x-dnd-handle-drag-n-drop-event): Ditto.
12677 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
12679         * ses.el: Use "ses--" prefixes for buffer-local variables.
12680         Use (point-min) instead of 1, even when we know the buffer
12681         is unnarrowed.
12682         (ses-build-load-map): Delete.  Distribute its content to defconst's for
12683         the three maps.
12684         (ses-menu, ses-header-line-menu): New menus.
12685         (ses-mode-map): Use them.
12686         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
12688 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
12690         * Makefile.in: Fix the CC Mode recompile kludge so it works
12691         when building in a different directory.
12693 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
12695         * simple.el (kill-new): Put yank-handler property on the entire string.
12697 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * diff.el: Don't use compile any more, use diff-mode instead.
12700         (diff-regexp-alist, diff-old-file, diff-new-file)
12701         (diff-parse-differences, diff-process-setup): Remove.
12702         (diff-sentinel): New fun.
12703         (diff): Use it.  Run the process ourselves.
12704         Use diff-mode for the rest of the processing.
12706         * diff.el (diff): Simplify code handling `switch'.
12708 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12710         * pcvs-defs.el (cvs-menu): Add `tag'.
12712 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
12714         * simple.el (kill-append): Doc fix.
12716         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12717         Adapt outline-regexp to the new conventions for commenting out code.
12719 2004-02-11  John Paul Wallington  <jpw@gnu.org>
12721         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12723 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12725         * diff.el (diff-switches): New fun.
12726         (diff, diff-backup): Use it.
12727         (diff): Clean up the args construction.  Use backquote.
12728         Use listp instead of consp to avoid putting a nil arg.
12729         (diff): Add a revert-buffer function.
12731 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12733         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
12734         handled by x-dnd-handle-file-name.
12735         (x-dnd-known-types): Add COMPOUND_TEXT.
12736         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12737         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12738         x-dnd-empty-state.
12739         (x-dnd-forget-drop): Ditto.
12740         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12741         (x-dnd-handle-one-url): Return private when inserting text.
12742         (x-dnd-insert-ctext): New function.
12743         (x-dnd-handle-file-name): New function for FILE_NAME.
12744         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12745         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12746         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12748 2004-02-10  Kenichi Handa  <handa@m17n.org>
12750         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12751         instead of while loop.
12753 2004-02-10  Miles Bader  <miles@gnu.org>
12755         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12757 2004-02-09  Kenichi Handa  <handa@m17n.org>
12759         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12760         have end-of-line.
12762 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
12764         * Makefile.in: Added extra dependencies in the recompile target
12765         needed to cope with the compile time macro expansions in CC Mode.
12767 2004-02-09  Kim F. Storm  <storm@cua.dk>
12769         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12770         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12771         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12772         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12773         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12774         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12775         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12776         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12777         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12778         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12779         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12781 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12783         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12784         Don't allow shrink if there's a window on our right.
12786         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12787         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12788         Bring together declaration and initialization.
12789         (prolog-mode-variables): Don't set the syntax table.
12790         Don't set paragraph-start and comment-indent-function.
12791         Add /*..*/ to the comment regexps.
12792         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
12793         (prolog-mode-map): Don't bind TAB.
12794         (prolog-mode): Set the syntax table.
12795         (prolog-comment-indent): Remove.
12796         (inferior-prolog-mode-map): Initialize in the declaration.
12797         (inferior-prolog-mode-syntax-table)
12798         (inferior-prolog-mode-abbrev-table): New vars.
12799         (inferior-prolog-mode): Derive from comint-mode.
12800         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12801         minibuffer windows.
12803         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12804         in file names, as long as it is unabmiguous.
12806 2004-02-08  Andreas Schwab  <schwab@suse.de>
12808         * textmodes/reftex-toc.el
12809         (reftex-toc-load-all-files-for-promotion): Remove useless use of
12810         format.  Doc fix.
12812         * textmodes/refer.el (refer-find-entry-internal): Remove extra
12813         format string arguments.
12815         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12816         string argument.
12818         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12820         * play/zone.el (zone-call): Fix format string.
12822         * net/webjump.el (webjump-builtin): Add missing format string argument.
12824         * midnight.el (midnight-delay-set): Remove extra format string argument.
12826         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12828         * hexl.el (hexl-insert-char): Add missing format string argument.
12830         * format.el (format-decode): Fix format string.
12832         * emulation/vi.el (vi-mode): Remove extra format string argument.
12833         (vi-repeat-last-search): Likewise.
12834         (vi-reverse-last-search): Likewise.
12835         (vi-goto-mark): Likewise.
12836         (vi-reverse-last-find-char): Likewise.
12837         (vi-repeat-last-find-char): Likewise.
12838         (vi-locate-def): Likewise.
12840         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12842         * ediff-util.el (ediff-toggle-read-only): Remove extra format
12843         string argument.
12844         (ediff-toggle-regexp-match): Likewise.
12846         * dired-aux.el (dired-do-query-replace-regexp): Add missing
12847         format string argument.
12849         * calc/calc-map.el (calc-get-operator): Remove extra format
12850         string argument.
12852         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12854         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12855         string argument.
12857         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12859         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12861         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12863         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12864         (cl-struct-setf-expander): Likewise.
12866         * vc.el (with-vc-file): Fix unsafe uses of error.
12867         (vc-cancel-version): Likewise.
12869 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
12871         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12872         thousands separator; fixes <class>:<line-number> regexp for
12873         non-english locales.
12875 2004-02-08  Andreas Schwab  <schwab@suse.de>
12877         * view.el (view-mode-enable): Revert previous change.
12879 2004-02-07  Kim F. Storm  <storm@cua.dk>
12881         * simple.el (line-number-at-pos): Rename from line-at-pos.
12882         Uses changed (what-line and vc-annotate-warp-version).
12884 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12886         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12887         (diff-mode): Remove aborted attempt at support for compile.el.
12888         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12890 2004-02-06  Andreas Schwab  <schwab@suse.de>
12892         * view.el (view-mode-enable): Add view-mode-map to
12893         minor-mode-overriding-map-alist.
12895 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12897         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12899 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12901         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12902         with point inside rather than after the paragraph.
12904 2004-02-04  Sam Steingold  <sds@gnu.org>
12906         * mail/smtpmail.el (smtpmail-try-auth-methods):
12907         Do not try authentication when no mechanism is available.
12908         Pass port-name as defaultport to `netrc-machine'.
12910 2004-02-04  Stephen Eglen  <stephen@gnu.org>
12912         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12913         to show how minibuffer height can be constrained.
12915 2004-02-04  John Paul Wallington  <jpw@gnu.org>
12917         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12919 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12921         * x-dnd.el: New file for drag and drop.
12923         * term/x-win.el: require x-dnd, set after-make-frame-functions
12924         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12925         drag-n-drop event.
12927         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12928         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12929         (dired-dnd-handle-file): New functions for drag and drop support.
12930         (dired-mode): Initialize drag and drop if x-dnd present.
12932 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12934         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12935         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12936         (cperl-mode): Set fill-paragraph-function.
12937         (cperl-fill-paragraph): Make it non-interactive.
12939 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
12941         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12943 2004-02-02  David Kastrup  <dak@gnu.org>
12945         * replace.el (perform-replace): Allow 'literal argument in
12946         regexp-flag to indicate literal replacement.
12947         (query-replace-regexp-eval): Use it.
12949 2004-02-01  Andreas Schwab  <schwab@suse.de>
12951         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12953 2004-02-01  Stephen Eglen  <stephen@gnu.org>
12955         * info-look.el: Add support for maxima-mode.  Update commentary
12956         because info-lookup-symbol is now bound to C-h S.
12958 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
12960         * simple.el (edit-and-eval-command): Bind print-level and
12961         minibuffer-history-sexp-flag around call to read-from-minibuffer.
12962         Correct initial position in command-history.
12964 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
12966         * files.el (read-directory-name): Adapt the docstring to recent
12967         change in Fread_file_name.
12969 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
12971         * ses.el (ses-print-cell): If print format too wide for column
12972         width, truncate decimal places if that helps to avoid "#####" fill.
12973         * ses.el (ses-initial-column-width): Revert previous change.
12975 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12977         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12978         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12979         Add edebug info.
12980         (jit-lock-mode): Setup/cancel the new timer.
12981         (jit-lock-context-fontify): New fun.  Extracted from
12982         context fontification code of jit-lock-stealth-fontify.
12983         (jit-lock-stealth-fontify): Don't do context fontification any more.
12985         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12986         (jit-lock-fontify-now): Handle the `quit' case.
12987         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12989 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
12991         * progmodes/executable.el (executable-command-find-posix-p):
12992         New.  Check if find handles arguments Posix-style.
12994         * progmodes/grep.el (grep-compute-defaults):
12995         Use executable-command-find-posix-p.
12996         (grep-find): Check `grep-find-command'.
12998         * filecache.el (file-cache-find-posix-p): Delete.
12999         (file-cache-add-directory-using-find):
13000         Use `executable-command-find-posix-p'.
13002 2004-01-29  Dave Love  <fx@gnu.org>
13004         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13005         Iterate the hook function if arg is given.
13006         (mark-defun, narrow-to-defun): Change order of finding the limits.
13008         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
13009         (byte-compile-format-warn): New.
13010         (byte-compile-callargs-warn): Use it.
13011         (Format, message, error): Add byte-compile-format-like property.
13012         (byte-compile-maybe-guarded): New.
13013         (byte-compile-if, byte-compile-cond): Use it.
13014         (byte-compile-lambda): Compile interactive forms,
13015         just to make warnings about them.
13017 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
13019         * ses.el (ses-initial-column-width): Increase to 14, so it will
13020         work well with the default printer of "%.7g" for extreme values
13021         like "-1.234567e+07".
13023 2004-01-29  Kenichi Handa  <handa@m17n.org>
13025         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
13027 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
13029         * dos-w32.el: Added support for the `default-printer-name' function.
13031 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13033         * server.el (server-socket-name): Don't use the hostname in the
13034         socket name since /tmp is local to the host anyway.
13036         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
13037         robust check of widening and fix var-naming.
13039 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
13041         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
13042         or rmail-spam- to rsf- in all function and variable names.
13043         (rsf-min-region-to-spam-list): New variable.
13044         (rsf-bbdb-auto-delete-spam-entries): Rename from
13045         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
13046         scanned together with the recipients field for spam testing; Don't
13047         delete spam message if rmail-delete-after-output is non-nil;
13048         (rsf-check-field): New function, extracted from code in
13049         rmail-spam-filter to ease addition of header fields like
13050         content-type:;
13051         (message-content-type): New variable.  The content-type: field was
13052         added also in defcustom of rsf-definitions-alist;
13053         (rmail-spam-filter): Replace repeated test code for header fields
13054         by calls to check-field; change the call to
13055         rmail-output-to-rmail-file such that rmail-current-message stays
13056         the same to avoid wrong deletion of unseen flags.
13057         (rmail-use-spam-filter): Add autoload cookie.
13059 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
13061         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
13062         (file-cache-add-directory-using-find): Add Cygwin support.
13063         (file-cache-find-command-posix-flag): New user variable.
13065         * filecache.el (file-cache-add-directory): Check for
13066         directories an remove them from dir-files.
13068 2004-01-27  Richard M. Stallman  <rms@gnu.org>
13070         * man.el (Man-fontify-manpage): Clean up message.
13072 2004-01-27  Kenichi Handa  <handa@m17n.org>
13074         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
13075         (sentence-end): Define using sentence-end-without-space.
13077         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
13078         a sentence ends with one of a character in sentence-end-without-space.
13080 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13082         * font-lock.el (font-lock): Add jit-lock as explicit group member.
13083         (jit-lock): Group declaration moved to jit-lock.el.
13084         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
13085         when necessary.
13087         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
13088         (jit-lock-context-unfontify-pos): Rename from
13089         jit-lock-first-unfontify-pos.
13090         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
13092 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13094         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
13095         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
13096         (fortran-fill): When filling a string, adjust re-search-backward
13097         argument for special case of string just on fill-column.
13098         When filling non-string, allow one extra char if
13099         fortran-break-before-delimiters is non-nil.
13100         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
13101         Use fortran-break-delimiters-re and fortran-no-break-re to
13102         correctly handle cases such as "**".
13104         * progmodes/f90.el (f90-break-delimiters): Doc fix.
13105         (f90-no-break-re): Add some extra tokens.  Doc fix.
13107 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
13109         * mail/rmail-spam-filter.el:
13110         Use two semicolons as Commentary line prefix.
13111         Add ";;; Code:" stylized comment.
13112         Delete end-of-line whitespace.
13113         Wrap (require 'cl) with `eval-when-compile'.
13115 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
13117         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
13118         at the top level of vc.el.
13120 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
13122         * vc.el (vc-current-line): Function removed.  This is now done by
13123         the new function line-at-pos in simple.el.
13124         (vc-annotate-warp-version): Use line-at-pos instead of
13125         vc-current-line.
13127 2004-01-22  Kim F. Storm  <storm@cua.dk>
13129         * simple.el (line-at-pos): New defun.
13130         (what-line): Use it.  Optimize by only counting lines in narrowed
13131         region once.
13133 2004-01-22  Kenichi Handa  <handa@m17n.org>
13135         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
13136         point (register r1) only for charset mule-unicode-0100-24ff.
13138 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13140         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
13141         trailing white space and ensure a final newline.
13143         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
13144         Add autoload cookie.
13146 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
13148         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
13149         activate view-mode explicitly.
13151 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13153         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
13154         use clipboard first.
13156 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13158         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
13159         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
13160         (vc-mcvs-cvs): Remove.
13161         (vc-mcvs-command): Remove use of assert.
13163         * outline.el (outline-insert-heading): Tighten up match.
13164         (outline-demote, outline-move-subtree-down): Don't assume anything
13165         about outline-regexp.
13167         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
13168         (texinfo-show-structure): Explicitly add ^, and simplify.
13170 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
13172         * calendar/appt.el (appt-check): Restore usage of
13173         appt-issue-message deleted in previous change.
13174         (top-level): Activate package when loaded (needed for backwards
13175         compatibility).
13177 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13179         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
13180         following previous change to smtpmail-send-data.
13182 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
13184         * vc.el (vc-default-previous-version): Doc enhancement.
13185         (vc-default-next-version): New function.
13186         (vc-print-log): New arg FOCUS-REV.
13187         (vc-annotate-mode): Derive from view-mode.
13188         (vc-annotate): New args REVISION, DISPLAY-MODE.
13189         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
13190         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
13191         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
13192         (vc-annotate-show-diff-revision-at-line, vc-current-line)
13193         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
13195         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
13197 2004-01-19  Karl Berry  <karl@gnu.org>
13199         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
13200         or "TexInfo".
13202 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13204         * subr.el (delete-dups): New function.
13206 2004-01-19  Karl Berry  <karl@gnu.org>
13208         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
13209         with ^, since that's what texinfo-show-structure
13210         documentation says (plus it works much better in texinfo.txi).
13212 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
13214         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
13216 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
13218         * progmodes/which-func.el (which-function-mode): Don't cancel
13219         which-func-update-timer if not set.
13221 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
13223         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
13224         Remove spurious left square bracket in XX:XXam regexp.
13226 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13228         * progmodes/cc-defs.el: Do not require cl at run time.
13230 2004-01-16  Richard M. Stallman  <rms@gnu.org>
13232         * emacs-lisp/cl.el (cl-cannot-unload): New function.
13233         (cl-unload-hook): Defvar this to run cl-cannot-unload.
13235         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
13236         Call rmail-spam-filter.  Delete and expunge spam.
13237         Print number of spam messages deleted.
13238         Save and restore the deletion status of old messages when reading
13239         new mail with spam filter, so that expunging spam does not expunge
13240         msgs deleted by the user.
13241         (rmail-only-expunge): Add an optional argument dont-show to
13242         prevent showing message after expunge.
13244 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
13246         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
13247         * subr.el (declare): New macro.
13249 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
13251         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
13253 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13255         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13256         Test window-system rather than system-type (for X11/Mac).
13258 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
13260         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
13262 2004-01-12  Richard M. Stallman  <rms@gnu.org>
13264         * mail/rmail.el (rmail-convert-to-babyl-format):
13265         Use mail-unquote-printable-region.
13266         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13267         (rmail-hex-char-to-integer): Functions deleted.
13269         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13270         (mail-unquote-printable-region): New arg NOERROR.
13271         For invalid encoding, either signal an error to just return nil.
13273 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13275         * calendar/appt.el: Update copyright and commentary.
13276         (appt-issue-message): Make obsolete.
13277         (appt-visible, appt-msg-window): Make obsolete, in favour of
13278         appt-display-format.
13279         (appt-display-mode-line, appt-display-duration)
13280         (appt-display-diary, appt-time-msg-list, appt-mode-string)
13281         (appt-prev-comp-time, appt-display-count, appt-timer)
13282         (appt-convert-time): Doc change.
13283         (appt-disp-window-function, appt-delete-window-function):
13284         Use defcustom rather than defvar.
13285         (appt-display-format): New variable.
13286         (appt-display-message): New function with display code from appt-check.
13287         (appt-check): Add optional FORCE argument.  Doc change.
13288         Add appt-make-list to diary-hook if displaying diary.
13289         Remove checking of view-diary-entries-initially.
13290         Message display section removed to new function appt-display-message.
13291         (appt-display-window): Doc change.  Remove unused internal var
13292         this-buffer.  Do not beep, since appt-display-message does that.
13293         (appt-make-list): Doc change.  Use caar.
13294         (appt-sort-list): Simplify by using builtin sort function.
13295         (appt-update-list): New function for updating appts when diary is
13296         saved.
13297         (appt-activate): New autoloaded function to toggle package
13298         functionality.
13300         * calendar/cal-x.el: (calendar-one-frame-setup)
13301         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
13303         * calendar/calendar.el: Update copyright.
13304         (view-diary-entries-initially, european-calendar-style): Doc change.
13305         (calendar-setup): Make defcustom rather than defvar.
13306         (mark-visible-calendar-date): Initialize temp-face and faceinfo
13307         in let binding so local to function.
13309         * calendar/diary-lib.el: Update copyright.
13310         (diary, diary-entry-time): Doc change.
13311         (list-diary-entries): Doc change.  Trivial logic change.
13312         (fancy-diary-display): Restore make-face command mistakenly
13313         deleted 2003-05-08.
13314         (show-all-diary-entries): Allow to pop-up frame if needed.
13316 2004-01-09  John Paul Wallington  <jpw@gnu.org>
13318         * bindings.el (mode-line-change-eol): Add EVENT parameter.
13319         Temporarily select EVENT's window for changing eol type.
13321 2004-01-09  Deepak Goel  <deego@gnufans.org>
13323         * calendar/diary-lib.el (diary-entry-time):
13324         Also accept time in the form XX[.XX][am/pm/AM/PM].
13325         (fancy-diary-font-lock-keywords): Likewise.
13326         (diary-font-lock-keywords): Likewise.
13327         * calendar/appt.el (appt-add): Likewise.
13328         (appt-make-list): Likewise.
13329         (appt-convert-time): Likewise.
13331 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
13333         * gdb-ui.el (gdb-ann3): Revert previous change.
13334         (gdb-source-info): Allow for case of where compilation directory
13335         is not recorded.
13337 2004-01-08  John Paul Wallington  <jpw@gnu.org>
13339         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13341 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
13343         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13345         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13346         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13347         problems.
13348         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13350 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
13352         * files.el (write-file-functions, write-contents-functions):
13353         Clarify docstrings.
13355 2004-01-07  Kenichi Handa  <handa@m17n.org>
13357         * international/mule.el (set-auto-coding): Fix for the case that
13358         end-of-line is only CR.
13360 2004-01-07  Kim F. Storm  <storm@cua.dk>
13362         * subr.el (event-start, event-end): Doc fix.
13363         (posn-string, posn-image): New defuns.
13364         (posn-object): Return either image or string object.
13365         (posn-object-x-y): Return 8th element of position.
13366         (posn-object-width-height): New defun.
13368 2004-01-06  Andreas Schwab  <schwab@suse.de>
13370         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13371         output.
13373 2004-01-05  Karl Berry  <karl@gnu.org>
13375         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13376         / and *, too.
13378 2003-12-31  Simon Josefsson  <jas@extundo.com>
13380         * files.el (before-save-hook): Add.
13381         (basic-save-buffer): Use before-save-hook.
13383         * emacs-lisp/copyright.el: Fix comment to recommend
13384         before-save-hook instead of write-file-functions.
13386 2004-01-05  Richard M. Stallman  <rms@gnu.org>
13388         * finder.el (finder-commentary): Call delete-other-windows.
13390         * net/ange-ftp.el (ange-ftp-file-attributes):
13391         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13393 2004-01-04  Karl Berry  <karl@gnu.org>
13395         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13396         comment characters % and # in the copyright year notice,
13397         as well as ;.
13399 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
13401         * wid-edit.el (default): Define dummy :value-delete.
13402         Reported by Jesper Harder <harder@ifa.au.dk>.
13404 2004-01-03  Richard M. Stallman  <rms@gnu.org>
13406         * progmodes/compile.el (compile-internal): Use point, not point-min,
13407         for set-window-point.
13409         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13411         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13413         * progmodes/grep.el (grep-mode-map):
13414         Don't remap next-line, previous-line.
13416 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
13418         * speedbar.el (speedbar-edit-line): Change regexp to position
13419         the cursor on the first character of this line's button.
13421 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13423         * subr.el (functionp): Doc fix.
13425 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13427         * progmodes/idlwave.el (idlwave-make-tags):
13428         * textmodes/flyspell.el (flyspell-large-region):.
13429         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13430         * emulation/viper-util.el (viper-glob-unix-files):
13431         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13432         * man.el (Man-init-defvars):
13433         * jka-compr.el (jka-compr-call-process):
13434         * files.el (get-free-disk-space,insert-directory):
13435         * ediff-ptch.el (ediff-test-patch-utility):
13436         * ediff-diff.el (ediff-test-utility):
13437         * dired-aux.el (dired-check-process):
13438         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13439         test the return value of call-process, because it can be a string.
13441 2003-12-31  John Paul Wallington  <jpw@gnu.org>
13443         * bindings.el (completion-ignored-extensions): Add .pfsl.
13445 2003-12-31  Kim F. Storm  <storm@cua.dk>
13447         * ido.el (ido-nonreadable-directory-p): New defun to check for
13448         nonreadable directory without activating tramp (to avoid problems
13449         with checking incomplete tramp paths).
13450         (ido-set-current-directory, ido-file-internal)
13451         (ido-file-name-all-completions1): Use it.
13453 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13455         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13456         documentation if the anchor (or node) name is preceded by `info
13457         anchor' or `Info anchor' in addition to earlier `info node' and
13458         `Info node'.
13459         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13461 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13463         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13464         error in arguments to base64-decode-region.  Remove ^M characters
13465         after decoding base64.
13467 2003-12-30  Simon Josefsson  <jas@extundo.com>
13469         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
13470         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13471         have only been distributed with Emacs for some years.
13472         (texinfo-mode-hook): Customize.
13474 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13476         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13477         cleaner (suggested by Richard Stallman).
13479         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13480         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13481         file-name clashes on 8+3 DOS filesystems.
13483         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13484         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13485         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13486         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13487         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13488         file-name clashes on 8+3 filesystems.
13490         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13491         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13492         file-name clashes on 8+3 DOS filesystems.
13494 2003-12-29  Richard M. Stallman  <rms@gnu.org>
13496         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13497         Upcase the character.
13499         * textmodes/flyspell.el (mail-mode-flyspell-verify):
13500         Search for header separator alone on a line, literally,
13501         and search for it backward, not forward.
13502         (flyspell-abbrev-table): Always use global-abbrev-table
13503         if there is no local one.
13505         * progmodes/sh-script.el (sh-get-indent-info):
13506         Don't move point back if at bob.
13508         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13510         * play/handwrite.el (handwrite): Make the handwrite credit message
13511         a comment rather than an output command.
13513         * obsolete/sc.el: Display message that this file is obsolete.
13515         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13517         * mail/rfc822.el (rfc822-address-start): Declare variable.
13518         Renamed from address-start.  All uses changed.
13520         * term.el (term-exec): Set up sentinel.
13521         (term-sentinel): New function.
13522         (term-handle-exit): New function.
13524         * subr.el (assoc-ignore-case, assoc-ignore-representation):
13525         Use assoc-string, and mark them obsolete.
13526         (delay-mode-hooks): Mark as permanent local.
13528         * simple.el (sendmail-user-agent-compose): Use assoc-string.
13530         * register.el (copy-rectangle-to-register): Doc fix.
13532         * info.el (Info-insert-dir): Use assoc-string.
13534         * info-look.el (info-lookup): Use assoc-string.
13536         * frame.el (pop-up-frame-function): Use quote, not `function'.
13537         (frame-notice-user-settings): Calculate ADJUSTED-TOP
13538         copying with lists as coordinate values.
13540         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13542         * find-dired.el (kill-find): New command.
13543         (find-dired): Make buffer read-only.
13544         Set up a keymap with C-c C-k running kill-find.
13545         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13547         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13549         * filecache.el (file-cache-ignore-case): New variable.
13550         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
13552         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13553         (comint-dynamic-complete-as-filename): Rename local vars.
13554         (comint-dynamic-list-filename-completions): Likewise.
13556         * comint.el (comint-dynamic-list-completions-config): New var.
13557         (comint-dynamic-list-completions): Handle both SPC and TAB right.
13559         * comint.el (comint-file-name-chars): Add [].
13560         (comint-word): Use skip-chars-backward, not search.
13562         * shell.el (shell-file-name-chars): Add [].
13564         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13566         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13568         * generic.el (define-generic-mode): Doc fix.
13570 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13572         * files.el (kill-some-buffers): Doc fix.
13574 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
13576         * comint.el (comint-watch-for-password-prompt): Pass `string' as
13577         arg to send-invisible
13578         (send-invisible): Doc fix.  The argument is now a prompt, not the
13579         string to send.
13580         (comint-read-noecho): Doc fix.
13582 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
13584         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13585         "@", as required by some ISP hosting service.  Fix defcustom
13586         argument syntax errors that prevented use of customization.
13588 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13590         * xml.el (xml-get-attribute-or-nil): Doc fix.
13592 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
13594         * net/zone-mode.el (zone-mode): Use write-file-functions, not
13595         write-file-hooks.
13597 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13599         * autorevert.el (auto-revert-interval): Doc fix.
13601 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
13603         * xml.el (xml-get-attribute-or-nil): New function, like
13604         xml-get-attribute, but returns nil if the attribute was not found.
13605         (xml-get-attribute): Convert to defsubst, uses
13606         xml-get-attribute-or-nil.
13608 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13610         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13612 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
13614         * custom.el (custom-declare-theme): Use `value' when putting
13615         properties on `theme'.
13617 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
13619         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13620         for each yank-handler segment.
13621         (insert-for-yank-1): New function, with the body of the previous
13622         insert-for-yank.
13624         * textmodes/table.el (table-yank-handler): New defcustom.
13625         (table--put-cell-indicator-property): Put yank-handler property
13626         that indicates the yank handler for the table cell.
13628 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13630         * generic-x.el (etc-modules-conf-generic-mode): A more complete
13631         set of keywords.
13633 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13635         * international/mule-cmds.el (reset-language-environment)
13636         (set-language-environment): Don't invoke fontset-related functions
13637         if fontset-list is not fboundp.
13639 2003-12-29  Kenichi Handa  <handa@m17n.org>
13641         * international/mule-cmds.el (reset-language-environment):
13642         Call set-overriding-fontspec-internal with nil.
13643         (set-language-environment): Call set-overriding-fontspec-internal
13644         if the language environment specify `overriding-fontspec'.
13645         (language-info-alist): Doc added.
13647         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13648         characters of mule-unicode-0100-24ff.
13649         (ccl-encode-windows-1251-font): New CCL program.
13650         ("Bulgarian"): Specify overriding-fontspec.
13651         ("Belarusian"): Likewise.
13653 2003-12-28  Sam Steingold  <sds@gnu.org>
13655         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13656         parameter ID-FORMAT to conform with the 2003-11-30 patch.
13658 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
13660         * progmodes/gud.el (gud-gdb-command-name): Set default to
13661         "gdb --annotate=3".
13662         (gud-gdb-marker-filter): Look out for annotations.
13663         (gdb-first-pre-prompt): New variable.
13664         Remove trailing white space.
13666         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13667         if necessary.
13668         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
13669         annotations are detected.
13670         (gud-gdba-marker-filter): Use global variable gud-marker-acc
13671         instead of a local one to allow transition from
13672         gud-gdb-marker-filter.
13673         Remove trailing white space.
13675 2003-12-27  Kim F. Storm  <storm@cua.dk>
13677         * ido.el: Handle non-readable directories.
13678         (ido-decorations): Add 9th element for non-readable directory.
13679         (ido-directory-nonreadable): New dynamic var.
13680         (ido-set-current-directory): Set it.
13681         (ido-read-buffer, ido-file-internal):
13682         (ido-read-file-name, ido-read-directory-name): Let-bind it.
13683         (ido-file-name-all-completions1): Return empty list for
13684         non-readable directory.
13685         (ido-exhibit): Print [Not readable] if directory is not readable.
13686         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13687         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13688         Use it.
13690 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
13692         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13693         calls to directory-files-and-attributes and file-attributes.
13694         (ls-lisp-format): Remove system dependent handling of user and
13695         group id's.
13697 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
13699         * ffap.el (ffap-read-file-or-url): Revert previous change.
13701 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
13703         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13704         new list of included files called `files-with-node-lines', that
13705         only have node lines.  This way @include commands can include any
13706         file, such as version and update files without node lines, not
13707         just files that are chapters.
13709 2003-12-25  Andreas Schwab  <schwab@suse.de>
13711         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13712         file not found.
13714 2003-12-08  Miles Bader  <miles@gnu.org>
13716         * dired.el (dired-between-files): Always use dired-move-to-filename,
13717         which is more robust in non-english locales.
13719 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13721         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13723 2003-12-24  Andreas Schwab  <schwab@suse.de>
13725         * shell.el (shell-file-name-quote-list): Add backslash.
13727         * comint.el (comint-quote-filename): Correctly handle backslash
13728         in comint-file-name-quote-list.
13730 2003-12-24  Kenichi Handa  <handa@m17n.org>
13732         * international/mule-cmds.el (set-default-coding-systems):
13733         Call ucs-set-table-for-input for all buffers that don't have local
13734         value of buffer-file-coding-system.
13736         * international/ucs-tables.el (ucs-set-table-for-input):
13737         If translation-table-for-encode is a symbol, get its
13738         translation-table property.
13740 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
13742         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13743         to `completing-read' on a recently fixed bug.
13745         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13746         instead of SPACE, to get the list of possible fringe modes.
13747         SPACE only works if both `partial-completion-mode' and
13748         `completion-auto-help' are nil.
13750         * complete.el (PC-is-complete-p): Delete.
13751         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13752         calls to `test-completion'.
13754 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
13756         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13757         to edit values when there are no children.
13759         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13760         a mode called "Assembler" already exists.
13761         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13762         (gud-watch): Use format option.  Remove font properties from string.
13763         (gdb-var-create-handler, gdb-var-list-children-handler):
13764         Don't bother about properties as there are none.
13765         (gdb-var-create-handler, gdb-var-list-children-handler)
13766         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13767         with two arguments.
13768         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13769         Let speedbar show value changes with a different font.
13770         (gdb-edit-value): New defun.
13771         (gdb-clear-partial-output, gdb-clear-inferior-io)
13772         (def-gdb-auto-update-handler): Use erase-buffer.
13773         (gdb-frame-handler): Display watch expressions in
13774         FUNCTION::VARIABLE format if required.
13776 2003-12-23  John Paul Wallington  <jpw@gnu.org>
13778         * info.el (Info-unescape-quotes, Info-split-parameter-string)
13779         (Info-goto-emacs-command-node): Doc fixes.
13781 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
13783         * cus-edit.el (custom-add-parent-links): Define "many".
13785 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
13787         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13788         (widget-child-validate, widget-type-value-create)
13789         (widget-type-default-get, widget-type-match): New functions.
13790         (lazy): New widget.
13791         (menu-choice, checklist, radio-button-choice, editable-list)
13792         (group, documentation-string): Remove redundant (per 2003-10-25
13793         change) calls to `widget-children-value-delete'.
13794         (widget-choice-value-get, widget-choice-value-inline): Remove.
13795         (menu-choice): Update widget.
13797 2003-12-03  Kenichi Handa  <handa@m17n.org>
13799         * language/cyrillic.el: Register "microsoft-cp1251" in
13800         ctext-non-standard-encodings-alist.
13801         ("Bulgarian"): Add ctext-non-standard-encodings.
13802         ("Belarusian"): Likewise.
13804         * international/mule-conf.el (compound-text-with-extensions):
13805         Change the type to 2 (iso-2022 base).
13807         * international/mule.el (ctext-non-standard-encodings-alist):
13808         Change the format.
13809         (ctext-non-standard-encodings): New variable.
13810         (ctext-post-read-conversion): Fully re-written.
13811         (ctext-non-standard-designations-alist): Delete it.
13812         (ctext-non-standard-encodings-table): New function.
13813         (ctext-pre-write-conversion): Fully re-written.
13815 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
13817         * cus-edit.el (custom-add-parent-links): Add documentation links
13818         for parent, if the item has none of its own.
13820 2003-11-30  Richard M. Stallman  <rms@gnu.org>
13822         * dired-aux.el (dired-do-query-replace-regexp):
13823         Report files visited read-only.
13825 2003-11-30  Juri Linkov  <juri@jurta.org>
13827         * dired-aux.el (dired-compare-directories): New command.
13828         (dired-file-set-difference, dired-files-attributes): New functions.
13830 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
13831         Version 2.0.38 of Tramp released.
13833         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
13834         Charles Curley <charlescurley@charlescurley.com>.
13835         (tramp-multi-connection-function-alist): Add ssht entry which adds
13836         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
13837         Aichner.
13838         (tramp-get-method-parameter): New function to retrieve a method
13839         parameter.  This allows for omission of method parameters.
13840         Callers adjusted.
13842 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
13844         * net/tramp.el: Add new optional parameter ID-FORMAT to
13845         `file-attributes'.  Calls of `file-attributes' won't use this
13846         parameter for backward compatibility reasons.
13847         (tramp-perl-file-attributes): Add a new parameter to Perl script
13848         in order to handle uid/gid as strings, if desired.
13849         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13850         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13851         order to make the function more general.
13852         (tramp-handle-file-attributes): Replace proprietary optional
13853         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13854         (tramp-handle-file-attributes-with-perl): Handle parameter
13855         NONNUMERIC if set.  This wasn't done in the past.
13856         (tramp-post-connection): Apply second parameter "$2" if
13857         `tramp-remote-perl' is called.
13859         * net/tramp-smb.el (tramp-smb-handle-delete-file):
13860         Correct cut'n'waste error (`filename' instead of `directory').
13861         (tramp-smb-handle-directory-files-and-attributes)
13862         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13863         introduced parameter ID-FORMAT.
13864         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13865         error (`directory' instead of `ldir').
13867         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13868         `file-attributes' has a second parameter.  If yes, apply it with
13869         value "'integer".  Otherwise, don't use that parameter (default is
13870         integer format).
13872 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
13874         * help.el (help-map): Bind `display-local-help' to `C-h .'.
13875         (help-for-help): Add `C-h .' to the listed Help options.
13876         Remove trailing whitespace.
13878         * help-at-pt.el: New file.
13880 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
13882         * subr.el (noreturn, 1value): New macros for test coverage.
13883         See `testcover.el'.
13885         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13887         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13888         for macro `1value'.
13889         (testcover-1value): New function.  Checks that a 1value form
13890         actually returns only one value.  Requested by RMS.
13892 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
13894         * gdb-ui.el (gud-watch, gdb-var-create-handler)
13895         (gdb-var-list-children, gdb-var-list-children-handler)
13896         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13897         gdb commands that use mi to keep them out of the command history.
13899 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13901         * cus-start.el (all): Add use-file-dialog.
13903 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13905         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13907 2003-11-27  Kim F. Storm  <storm@cua.dk>
13909         * subr.el (posn-object-x-y): New defun.
13911 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13913         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13914         Don't use `space' for \\\n.
13915         Be more selective as to which # are comment-starters.
13917 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
13919         * subr.el (number-sequence): Improve handling of floating point
13920         arguments (suggested by Kim Storm).  Allow negative arguments.
13922 2003-11-26  Kenichi Handa  <handa@m17n.org>
13924         * international/mule-cmds.el (standard-display-european-internal):
13925         Cancel the standard-display-table setting for ` and '.
13927 2003-11-26  Kim F. Storm  <storm@cua.dk>
13929         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13930         New defcustoms to add ffap-like functionality to ido.
13931         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
13932         (ido-no-final-slash): New defun.
13933         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13934         (ido-read-file-name): ): Toggle VC checking via
13935         vc-handled-backends instead of vc-master-templates.
13936         (ido-file-internal): Handle ido-use-url-at-point and
13937         ido-use-filename-at-point via code borrowed from ffap-guesser.
13938         Handle new ido-exit code ffap.
13939         (ido-sort-list): Ignore final slash when sorting file names.
13941 2003-11-25  Kim F. Storm  <storm@cua.dk>
13943         * emulation/cua-base.el (cua--standard-movement-commands):
13944         Add forward-sentence and backward-sentence.
13946 2003-11-25  Stephen Eglen  <stephen@gnu.org>
13948         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13949         iswitchb-exit is set to 'usefirst when user selects buffer at head
13950         of list using RET.  (Selecting buffers at the head of the list was
13951         broken if the substring was also a complete buffername.)
13953 2003-11-23  Kim F. Storm  <storm@cua.dk>
13955         * progmodes/compile.el (grep-command, grep-use-null-device)
13956         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13957         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13958         (grep-regexp-alist, grep-program, find-program)
13959         (grep-find-use-xargs, grep-history, grep-find-history)
13960         (grep-process-setup, grep-compute-defaults)
13961         (grep-default-command, grep, grep-tag-default, grep-find)
13962         (grep-expand-command-macros, grep-tree-last-regexp)
13963         (grep-tree-last-files, grep-tree): Move grep variables, functions
13964         and commands to new file grep.el.
13965         (compilation-mode-map): Remove grep commands from Compile sub-menu.
13966         (compilation-process-setup-function): Doc fix.
13967         (compilation-highlight-regexp, compilation-highlight-overlay): New
13968         defvars used for highlighting current compile error in source buffer.
13969         (compile-internal): New optional args HIGHLIGHT-REGEXP and
13970         LOCAL-MAP which overrides compilation-highlight-regexp and
13971         compilation-mode-map for this compilation.
13972         Delay calling compilation-set-window-height until after running
13973         compilation-process-setup-function so it can buffer-local override
13974         compilation-window-height.
13975         Check buffer-local value of compilation-scroll-output.
13976         (compilation-set-window-height): Use buffer-local value of
13977         compilation-window-height.
13978         (compilation-revert-buffer): Don't pass (undefined)
13979         preserve-modes arg to revert-buffer.
13980         (next-error-no-select, previous-error-no-select): New commands.
13981         (compilation-goto-locus): Temporarily highlight current match in
13982         source buffer using compilation-highlight-regexp.
13984         * progmodes/grep.el: New file with grep code from compile.el.
13985         (grep): New defcustom group.
13986         (grep-window-height): New defcustom, like compilation-window-height.
13987         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13988         (grep-scroll-output): New defcustom, like compilation-scroll-output.
13989         (grep-command, grep-use-null-device, grep-find-command)
13990         (grep-tree-files-aliases, grep-tree-ignore-case)
13991         (grep-tree-ignore-CVS-directories): Move to grep custom group.
13992         (grep-setup-hook): New hook variable.
13993         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
13994         (grep-last-buffer): New defvar, override compilation-last-buffer.
13995         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
13996         Call compile-internal with args highlight-regexp and grep-mode-map.
13998 2003-11-23  Kim F. Storm  <storm@cua.dk>
14000         * subr.el (event-start, event-end): Doc fix.
14001         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
14002         (posn-area, posn-actual-col-row, posn-object): New defuns.
14003         (posn-col-row): Simplify doc.  Rewrite to use cond.
14004         (posn-point): Also return buffer position for events outside text
14005         area (that info is now present in the event position).
14007         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
14008         mouse-set-point so that hscroll still works now that clicks on
14009         fringes generate specific mouse events.
14010         (mouse-set-point): Note that it now works in fringes and margins
14011         too due to new semantics of posn-point in fringes and margins.
14013         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
14014         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
14016 2003-11-20  Kim F. Storm  <storm@cua.dk>
14018         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
14019         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
14020         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
14021         to 100 for icons to avoid increasing line height when shown.
14023 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14025         * newcomment.el (comment-normalize-vars): Initialize properly if
14026         comment-start was nil.
14028 2003-11-19  Andreas Schwab  <schwab@suse.de>
14030         * simple.el (set-variable): Fix indentation.
14032 2003-11-17  Kenichi Handa  <handa@m17n.org>
14034         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
14035         Fix docstring.
14037 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14039         * international/latin1-disp.el (latin1-display): Fix docstring.
14041 2003-11-16  John Wiegley  <johnw@newartisans.com>
14043         * eshell/em-ls.el (eshell-ls-file): There are times with
14044         size-width is nil and uncomputed (when directories are created in
14045         dired, for example); in this case, 4 is reasonable default value,
14046         although it may caused skewed new entries (which could be avoided
14047         by returning the original value of 8 in all cases, but 99% of the
14048         time this is a waste of whitespace).
14050 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14052         * cc-engine.el (c-guess-continued-construct)
14053         (c-guess-basic-syntax): Check a little more carefully if it's a
14054         function declaration when an unknown construct followed by a block
14055         is found inside a statement context.  This avoids macros followed
14056         by blocks to be taken as function declarations.
14058         (c-guess-continued-construct): Change the analysis of a statement
14059         continuation with a brace open to `substatement-block', for
14060         consistency with recognized statements.
14062         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
14063         start is in a position so that `c-beginning-of-statement-1' jumped
14064         to the beginning of the same statement.
14066         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
14067         Don't accept binary operators in the arglist if we're in a function
14068         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
14069         template recognition in cases like "if (a < b || c > d)".
14071         (c-restricted-<>-arglists): New more appropriate name for
14072         `c-disallow-comma-in-<>-arglists'.
14074         Accessing functions updated for the variable name change.
14076         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
14077         match data could get clobbered if NOT-INSIDE-TOKEN is used.
14079         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
14080         labels.
14082         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
14083         instead of duplicating parts of it.  This fixes bogus label
14084         recognition.
14086         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
14087         of checking the context in which to apply the minimum indentation,
14088         so that it isn't enforced in e.g. namespace blocks.
14090         * cc-vars.el (c-inside-block-syms): New constant used by
14091         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
14092         to somewhat reduce the risk of becoming stale.
14094         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
14095         cc-cmds to cc-engine to allow use from cc-align.
14097         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
14098         qualified identifiers containing "::".
14100         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
14101         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
14103         * cc-vars.el (c-emacs-features): Use a space in front of the name
14104         of the temporary buffer.  That also avoids dumping problems in
14105         XEmacs due to undo info being left around after the buffer is killed.
14107         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
14108         arglist to see if it's a K&R style declaration.
14110         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
14111         before returning `knr-argdecl-intro'.
14113 2003-11-16  John Wiegley  <johnw@newartisans.com>
14115         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
14116         field in a long-listing always 8 characters, use `size-width',
14117         which has already been computed.
14119 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
14121         * subr.el (minor-mode-list): Add `hs-minor-mode'.
14123 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14125         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
14126         Support operation while narrowed, with `diff-restrict-view'.
14128 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
14130         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14131         Take additional optional arg NARROWFUN.  For the generated functions:
14132         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
14133         include frags that arrange to check for and save narrowing state before
14134         the move and then conditionally call NARROWFUN after the move.
14136 2003-11-14  John Wiegley  <johnw@newartisans.com>
14138         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
14139         that was optional, but obviously missing based on surrounding code.
14141         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
14142         string arguments to numbers unless the whole argument was seen as
14143         a number.
14145 2003-11-14  Kenichi Handa  <handa@m17n.org>
14147         * international/mule.el (ctext-non-standard-encodings-alist):
14148         Fix coding systems.
14150 2003-11-10  Kenichi Handa  <handa@m17n.org>
14152         * language/kannada.el ("Kannada"): Add sample-text.
14154         * language/knd-util.el (kannada-compose-region)
14155         (kannada-compose-string, kannada-post-read-conversion):
14156         Add autoload cookie.
14158         * international/quail.el (quail-completion): Change the message
14159         "corresponding translations" to "corresponding characters".
14161 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14163         * descr-text.el (describe-char): Fix typo.
14165 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
14167         These changes are to support Kannada language/script.
14169         * Makefile.in (DONTCOMPILE): Add kannada.el.
14171         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
14173         * loadup.el: Preload kannada.el.
14175         * language/ind-util.el (ucs-kannada-to-is13194-alist)
14176         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
14177         New variables.
14179         * language/kannada.el: New file.
14181         * language/knd-util.el: New file.
14183 2003-11-07  Andreas Schwab  <schwab@suse.de>
14185         * progmodes/autoconf.el (autoconf-font-lock-keywords):
14186         Also highlight AH_*.
14188         * xml.el (xml-parse-dtd): Fix misplaced paren.
14190 2003-11-07  Kenichi Handa  <handa@m17n.org>
14192         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
14194 2003-11-05  Juri Linkov  <juri@jurta.org>
14196         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
14197         (desktop-buffer-file): Use saved buffer-file-coding-system
14198         for file reading.  Set auto-insert to nil to prevent automatic
14199         insertion into restored empty files.
14201 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
14203         * files.el (risky-local-variable-p): Make second argument optional.
14205 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14207         * subr.el (add-hook): Fix last change.
14209 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
14211         * mail/rmail.el (rmail-convert-to-babyl-format):
14212         If base64-decode-region signals an error, catch it and silently
14213         ignore it.
14215 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
14217         * xml.el (xml-parse-region): Allow comments to appear after the
14218         topmost element has closed.
14219         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
14220         (xml-ns-expand-attr): New functions to do namespace handling.
14221         (xml-intern-attrlist): Back-compatible handling of attribute names.
14222         (xml-parse-tag): Move namespace handling to separate functions.
14223         Now produces elements in the form ((:ns . "element") (attr-list)
14224         children) instead of ('ns:element (attr-list) children).
14225         (xml-parse-attlist): Fix attribute parsing.
14226         (xml-parse-dtd): Change parsing so that it produces strings
14227         instead of interned symbols.
14229 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
14231         * dired.el (dired-ls-sorting-switches): Doc fix.
14233 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
14235         * emacs-lisp/rx.el (rx-or): Fix the case of
14236         "(rx (and ?a (or ?b ?c) ?d))".
14238 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
14240         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
14241         (texinfo-format-region): Use it.
14242         (texinfo-format-buffer-1): Ditto.
14244 2003-11-01  Alan Mackenzie  <acm@muc.de>
14246         Changes to allow scrolling whilst in isearch mode:
14247         * isearch.el (isearch-unread-key-sequence): New function,
14248         extracted from isearch-other-meta-char.
14249         (top level): (put 'foo 'isearch-scroll) on all Emacs's
14250         "scrollable" standard functions.
14251         (isearch-allow-scroll): New customizable variable.
14252         (isearch-string-out-of-window, isearch-back-into-window)
14253         (isearch-reread-key-sequence-naturally)
14254         (isearch-lookup-scroll-key): New functions.
14255         (isearch-other-meta-char): Doc string and functionality enhanced.
14256         Now accepts a prefix argument.
14257         (isearch-lazy-highlight-window-end): New variable.
14258         (isearch-lazy-highlight-new-loop): Pay attention to the window's
14259         end (thru isearch-lazy-highlight-window-end), not only its start.
14261         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
14262         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
14263         (universal-argument, universal-argument-more, negative-argument)
14264         (digit-argument, universal-argument-other-key): Minor changes.
14266 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14268         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14269         recursively if the last message is deleted, thus avoiding an
14270         infinite loop.
14272 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14274         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14275         (tex-main-file): Don't add .tex if the extension is already present.
14276         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14278 2003-10-29  Lute Kamstra  <lute@gnu.org>
14280         * progmodes/octave-inf.el (inferior-octave-prompt):
14281         Recognize version number in prompt.
14283 2003-10-28  Dave Love  <fx@gnu.org>
14285         * international/characters.el: Fix some Unicode ranges.
14287 2003-10-28  Kenichi Handa  <handa@m17n.org>
14289         * disp-table.el (standard-display-8bit)
14290         (standard-display-default, standard-display-ascii)
14291         (standard-display-g1, standard-display-graphic)
14292         (standard-display-underline): Assure that standard-display-table
14293         is a display table.
14295 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14297         * simple.el (reindent-then-newline-and-indent): Delete space *after*
14298         reindenting the first line.
14300 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14302         * wid-edit.el (widget-default-delete): Always delete child widgets.
14304 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14306         * newcomment.el (comment-indent): Don't call indent-according-to-mode
14307         if the line has code.
14308         Don't try to line up with something that's too far left.
14310         * progmodes/octave-mod.el (octave-comment-start): Simplify.
14311         (octave-mode-syntax-table): Add % as a comment starter.
14312         (octave-point): Remove.
14313         (octave-in-comment-p, octave-in-string-p)
14314         (octave-not-in-string-or-comment-p, calculate-octave-indent)
14315         (octave-blink-matching-block-open, octave-auto-fill):
14316         Use line-(beginning|end)-position instead.
14318 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14320         * emacs-lisp/authors.el (authors-aliases): Add correct realname
14321         for Francesco Potort\e,Al\e(B.
14323 2003-10-23  Dave Love  <fx@gnu.org>
14325         * international/mule-cmds.el (locale-charset-to-coding-system):
14326         Don't rely on nil being a coding system.
14328         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14329         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14330         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14332 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
14334         * gdb-ui.el (gdb-current-language): New variable.
14335         (gdb-update-flag): Remove variable.
14336         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14337         (gdb-take-last-elt): Remove function.
14338         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14339         (gdb-post-prompt): Check for variable object changes here.
14341         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14342         object changes in gdb-ui.el.
14344 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14346         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14348         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14349         Don't check for foo*/ wildcard form here.
14350         (insert-directory): Recognize foo*/ as a wildcard.
14351         Separate wildcard-regexp variable from the arg, wildcard.
14353         * subr.el (add-hook): Correctly detect when make-local-hook was used.
14354         (remove-hook): Correctly handle strange cases about local hooks.
14356 2003-10-21  David Ponce  <david@dponce.com>
14358         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14359         argument REAL, to return a real number instead of a rounded
14360         integer value.  Define as inline function.
14361         (ruler-mode-right-fringe-cols): Likewise.
14362         (ruler-mode-scroll-bar-cols): New function.
14363         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
14364         (ruler-mode-right-scroll-bar-cols): Likewise.
14365         (ruler-mode-space): New function.
14366         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
14367         scroll bar mode and margins in a more robust way.
14369 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
14371         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14372         (antlr-c-init-language-vars): New function.
14373         (antlr-mode): Use it with cc-mode before v5.29.
14374         (antlr-c-common-init): Don't set some local vars here.
14375         (antlr-mode): Set them here.
14376         (antlr-c-forward-sws): New function alias.
14377         (antlr-mode): Redefine with cc-mode before v5.30.
14378         (antlr-skip-sexps): Use it.
14379         (antlr-skip-exception-part): Ditto.
14380         (antlr-skip-file-prelude): Ditto.
14381         (antlr-outside-rule-p): Ditto.
14382         (antlr-end-of-body): Ditto.
14383         (antlr-option-kind): Ditto.
14384         (antlr-insert-option-area): Ditto.
14385         (antlr-file-dependencies): Ditto.
14387 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14389         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14390         Move backward only if point was not inside an entry.
14392 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14394         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14396 2003-10-21  Juri Linkov  <juri@jurta.org>
14398         * compare-w.el: Automatically skip non-matching text to resync.
14399         (compare-windows-whitespace): Doc fix.
14400         (compare-windows-sync, compare-windows-sync-string-size)
14401         (compare-windows-recenter, compare-ignore-whitespace)
14402         (compare-windows-highlight, compare-windows-face): New variables.
14403         (compare-windows): Use compare-windows-sync.
14404         (compare-windows-highlight, compare-windows-dehighlight)
14405         (compare-windows-sync-regexp)
14406         (compare-windows-sync-default-function): New functions.
14408 2003-10-21  Juri Linkov  <juri@jurta.org>
14410         * diff.el (diff-parse-differences): Don't visit the files now;
14411         instead, just record the error locus.
14413 2003-10-21  Dave Love  <fx@gnu.org>
14415         * progmodes/cfengine.el: New file.
14417 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14419         * complete.el (PC-do-completion): Do not forget to use `pred' as the
14420         default-directory when completing file names.
14422 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
14424         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14425         followed by the word `face', it gets treated as a face, even if
14426         it is also defined as a variable or a function.
14428 2003-10-20  Dave Love  <fx@gnu.org>
14430         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14431         Avoid incf in macro expansion.
14433 2003-10-20  John Paul Wallington  <jpw@gnu.org>
14435         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14436         `evenp' so we don't implicitly require cl library at runtime.
14438 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
14440         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14441         (help-make-xrefs): Only make cross-references for faces if
14442         preceded or followed by the word `face'.  Do not make a
14443         cross-reference for variables without variable documentation,
14444         unless preceded by the word `variable' or `option'.  Update doc
14445         string accordingly.
14447 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14449         * progmodes/hideshow.el: Rewrite one-armed `if'
14450         constructs using either `when' or `unless'.
14451         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14453 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
14455         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14456         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14457         instead of 12x12.
14459 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
14461         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14462         message while converting to Babyl.
14464 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
14466         * allout.el (allout-mode): Doc fix.
14468 2003-10-16  Lute Kamstra  <lute@gnu.org>
14470         * subr.el (force-mode-line-update): Fix docstring.
14472 2003-10-14  Dave Love  <fx@gnu.org>
14474         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14475         (default-input-method): Add :link, improve :type.
14476         (locale-charset-language-names): Fix utf-8 pattern.
14477         (locale-charset-match-p, locale-charset-alist)
14478         (locale-charset-to-coding-system): New.
14479         (set-locale-environment): Deal with codeset part of locale specs.
14481 2003-10-14  Lute Kamstra  <lute@gnu.org>
14483         * fringe.el (fringe-mode): Use active voice in docstring.
14484         (set-fringe-style): Ditto.
14486 2003-10-13  Lute Kamstra  <lute@gnu.org>
14488         * fringe.el (fringe-mode): Fix docstring.
14489         (set-fringe-style): Ditto.
14491 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
14493         * ediff-mult.el (ediff-filegroup-action):
14494         Use ediff-default-filtering-regexp.
14496         * ediff-util.el (ediff-recenter): Don't call
14497         ediff-restore-highlighting twice.
14498         (ediff-select-difference): Set current difference.
14499         (ediff-unselect-and-select-difference): Add comment.
14501         * ediff.el (ediff-directories,ediff-directory-revisions)
14502         (ediff-directories3,ediff-merge-directories)
14503         (ediff-merge-directories-with-ancestor)
14504         (ediff-merge-directory-revisions)
14505         (ediff-merge-directory-revisions-with-ancestor):
14506         Use ediff-default-filtering-regexp.
14508 2003-10-12  Andreas Schwab  <schwab@suse.de>
14510         * international/mule-cmds.el (locale-charset-language-names):
14511         Simplify regex by removing unused grouping.
14513 2003-10-10  Dave Love  <fx@gnu.org>
14515         * bindings.el: Don't bind stop.
14517 2003-10-08  Miles Bader  <miles@gnu.org>
14519         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14520         face instead of attempting to emulate it.
14522 2003-10-07  Kenichi Handa  <handa@m17n.org>
14524         * international/mule-diag.el (list-coding-systems-1): List coding
14525         systems that are loaded automatically.
14527         * international/code-pages.el (iso-8859-11): Add autoload cookie.
14529         * international/mule.el (autoload-coding-system): New function.
14531 2003-10-07  Andreas Schwab  <schwab@suse.de>
14533         * log-edit.el (log-edit-changelog-entries): Prefer local value of
14534         change-log-default-name in the buffer visiting the file.
14536 2003-10-06  Dave Love  <fx@gnu.org>
14538         * files.el (find-file-hook): Customize.
14539         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14541         * bindings.el (completion-ignored-extensions): Remove .log.
14542         (global-map): Add again, open, stop keys.
14544 2003-10-05  Richard M. Stallman  <rms@gnu.org>
14546         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14547         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14548         Use sh-modify directly.
14549         (sh-select): Use sh-append, not eval.
14551         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14553         * info.el (Info-following-node-name): New function.
14555         * loadhist.el (unload-feature-special-hooks):
14556         Rename from loadhist-hook-functions.
14557         (loadhist-hook-functions): Now an alias.
14559 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
14561         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14562         file-name clashes on 8+3 filesystems.
14564         * Makefile.in (DONTCOMPILE, bootstrap-clean):
14565         Rename loaddefs-boot.el to ldefs-boot.el
14567         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14568         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14570 2003-10-03  Lute Kamstra  <lute@gnu.org>
14572         * info.el (Info-mode): Revert previous change.
14573         (Info-escape-percent): New function.
14574         (Info-fontify-node): Use it.
14576 2003-10-02  Andreas Schwab  <schwab@suse.de>
14578         * loaddefs-boot.el: Regenerated.
14580 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
14582         * ffap.el: Remove defadvice related code from CVS since `complete'
14583         provides a `PC-completion-as-file-name-predicate' variable that
14584         ffap can override.
14586 2003-10-02  Kenichi Handa  <handa@m17n.org>
14588         * international/utf-8.el (ccl-decode-mule-utf-8):
14589         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14591         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14592         * international/subst-big5.el: Likewise.
14593         * international/subst-gb2312.el: Likewise.
14594         * international/subst-ksc.el: Likewise.
14596 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
14598         * calendar/calendar.el (increment-calendar-month)
14599         (calendar-leap-year-p, calendar-absolute-from-gregorian)
14600         (generate-calendar, calendar-read-date, calendar-interval)
14601         (calendar-day-of-week): Handle years BC.
14602         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14604 2003-10-01  Dave Love  <fx@gnu.org>
14606         * language/cyrillic.el (cp1251): Alias for windows-1251.
14608         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14609         bootstrap.
14611 2003-10-01  Lute Kamstra  <lute@gnu.org>
14613         * files.el: Fix typo.
14614         * imenu.el (imenu--generic-function): Docstring fix.
14616 2003-09-30  Richard M. Stallman  <rms@gnu.org>
14618         * dired.el (dired-mode): Handle dired-directory as a list.
14620 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
14622         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14624         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14626         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14627         Replace gud-display with gud-watch.
14628         (gud-speedbar-buttons): Add stuff for watching expressions
14629         in the speedbar when using M-x gdba.  Use dolist on old part
14630         of this function.
14632         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14633         (gdb-update-flag): New variables.
14634         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14635         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14636         (gud-watch, gdb-var-create-handler) : New functions.
14637         (gdb-var-list-children, gdb-var-list-children-handler)
14638         (gdb-var-create-regexp, gdb-var-update-regexp)
14639         (gdb-var-list-children-regexp): New constants.
14640         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14641         (gdb-annotation-rules): Reduce annotation set (level 3).
14642         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14643         (gdb-post-prompt): Don't update GDB buffers every time speedbar
14644         updates.
14645         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14646         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14647         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14648         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14649         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14650         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14651         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14652         (gud-display, gud-display1)
14653         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14654         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14655         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14656         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14657         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14658         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14659         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14660         (gdb-display-display-buffer, gdb-toggle-display)
14661         (gdb-delete-display, gdb-expressions-popup-menu)
14662         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14663         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14664         to display buffer.
14666 2003-09-30  Richard M. Stallman  <rms@gnu.org>
14668         * progmodes/ada-mode.el (ada-mode): Don't use advice.
14669         Instead, set which-func-functions.
14671         * progmodes/which-func.el (which-func-modes): Add ada-mode.
14672         (which-func-functions): New variable.
14673         (which-function): Use that.
14675         * info.el (Info-mode): Double each `%' in header line.
14677         * emacs-lisp/lisp-mnt.el (lm-with-file):
14678         When FILE is nil, run BODY in current buffer.
14680         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14682         * help.el (describe-mode): Start with a brief list of minor modes.
14683         Find them thru minor-mode-list so as to find them all.
14684         Show them in alphabetical order.
14686         * mail/sendmail.el (mail-aliases): Doc fix.
14688         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14690 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14692         * mail/rmailsum.el (rmail-make-summary-line-1):
14693         Change comma after last label to a space.
14694         (rmail-summary-font-lock-keywords): Adapt to that change.
14696 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
14698         * progmodes/scheme.el (scheme-mode-variables): When setting
14699         `font-lock-defaults', also specify that "#" should
14700         be interpreted with `word' syntax.
14701         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14703 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
14705         * desktop.el: A lot of comments updated.
14706         (desktop-save-mode): Minor mode introduced.
14707         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14708         (desktop-load-default): Function made obsolete.
14709         (desktop-locals-to-save): Variable made customizable.
14710         (desktop-read): Optional parameter `dirname' added.
14711         (desktop-change-dir, desktop-revert): Parameter `dirname' in
14712         `desktop-read' used.
14713         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14715 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
14717         * whitespace.el (whitespace-clean-msg): Add user customizable message
14718         for displaying ``clean'' output.
14719         (whitespace-buffer): Use `whitespace-clean-msg'.
14720         (whitespace-global-mode): Fix typo.
14722 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
14724         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14726 2003-09-29  Lute Kamstra  <lute@gnu.org>
14728         * bindings.el (mode-line-modes): Remove superfluous :propertize
14729         construct in initialization.
14730         (mode-line-position): Change cons cell into proper list in
14731         initialization.
14733 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14735         * international/mule.el (decode-coding-inserted-region): Use car
14736         of the return value of find-operation-coding-system.
14738 2003-09-29  Kenichi Handa  <handa@m17n.org>
14740         * descr-text.el (describe-char): Fix previous change.
14742 2003-09-28  Kenichi Handa  <handa@m17n.org>
14744         * descr-text.el (describe-char-display): New function.
14745         (describe-char): Pay attention to display table on describing how
14746         a character is displayed.
14748         * international/mule-cmds.el (encoded-string-description):
14749         Prepend "0x" to each encoded byte.
14751 2003-09-28  Andreas Schwab  <schwab@suse.de>
14753         * find-file.el (ff-special-constructs): Add autoload cookie.
14755 2003-09-28  Kevin Ryde  <user42@zip.com.au>
14757         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14758         makeinfo appends to duplicate index entries.
14760 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
14762         * dired-x.el (dired-clean-tex): Doc fix.
14764         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14765         using a Chinese tutorial.
14767 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14769         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14770         between "MAIL FROM:" and "RCPT TO:" and the following address.
14772 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14774         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14776 2003-09-28  David Ponce  <david@dponce.com>
14778         * recentf.el (recentf-initialize-file-name-history): New defcustom.
14779         (recentf-load-list): When `recentf-initialize-file-name-history'
14780         is non-nil, initialize an empty `file-name-history' with the
14781         recent list.
14783 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
14785         * man.el (Man-default-man-entry): Remove the leading `*' from the
14786         word at point.
14788 2003-09-26  Lute Kamstra  <lute@gnu.org>
14790         * bindings.el (mode-line-position): Mention size indication in
14791         docstring.
14793 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
14795         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14797         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14798         because it's autoloaded now.
14800 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
14802         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14803         (sh-font-lock-keywords, sh-feature): Fix previous change of
14804         sh-feature to avoid infloop with sh-font-lock-keywords.
14806 2003-09-25  Kim F. Storm  <storm@cua.dk>
14808         * frame.el (frame-current-scroll-bars): New defun.
14810         * window.el (window-current-scroll-bars): New defun.
14812 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14814         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14815         cause errors when the state cache contains info on parts that have
14816         been narrowed out.
14818 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14820         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14821         `c-setup-paragraph-variables' has to be used when this variable is
14822         changed; it doesn't work to reinitialize the mode since that
14823         typically clobbers the variable.
14825         * progmodes/cc-styles.el (c-setup-paragraph-variables):
14826         Make it interactive.
14828 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14830         * progmodes/cc-fonts.el (c-font-lock-declarations):
14831         Fix recognition of constructors and destructors for classes whose
14832         names are matched by `*-font-lock-extra-types'.
14834         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14835         followed by an identifier in C++ then it's a type.
14837 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14839         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14840         problem that primarily affected XEmacs.  Don't use faces to find
14841         unterminated strings since Emacs and XEmacs fontify strings
14842         differently - this function should now work better in XEmacs.
14844 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14846         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14847         `expand-abbrev' workaround which caused braces to misbehave inside
14848         macros.
14850         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14851         handling.  This bug could cause interactive font locking to bail out.
14853 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14855         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14856         Handle paren-style types in Pike.  Also fixed some cases of
14857         insufficient handling of unbalanced parens.
14859 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
14861         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14862         common shell prompts that are not common filename or URL characters.
14863         (ffap-file-at-point): Use the new regexp to strip the prompts from
14864         the file names.  This is an issue mostly for user prompts that
14865         don't have a trailing space and find-file-at-point is invoked from
14866         within a shell inside Emacs.
14868 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
14870         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14871         stamps numerically, rather than textually.
14873 2003-09-24  Kenichi Handa  <handa@m17n.org>
14875         * language/devan-util.el (devanagari-post-read-conversion):
14876         * language/mlm-util.el (malayalam-post-read-conversion):
14877         * language/tml-util.el (tamil-post-read-conversion):
14878         Add autoload cookie.
14880         * international/utf-8.el (utf-8-post-read-conversion):
14881         Call post-read-conversion functions for Devanagari, Malayalam,
14882         and Tamil.
14884 2003-09-23  Dave Love  <fx@gnu.org>
14886         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14888 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
14890         * progmodes/gud.el (perldb): Add gud-until to list of commands.
14891         Update gud-remove.
14893 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14895         * progmodes/sh-script.el (sh-mode-default-syntax-table):
14896         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
14897         (sh-mode-syntax-table-input): New variable.
14898         (sh-require-final-newline): Don't use eval.
14899         (sh-builtins, sh-leading-keywords, sh-other-keywords)
14900         (sh-variables, sh-font-lock-keywords): Don't use eval.
14901         (sh-set-shell): When setting require-final-newline,
14902         treat value = `require-final-newline' as don't change it.
14903         Set sh-mode-syntax-table locally based on
14904         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14906         * progmodes/compile.el (compile-internal):
14907         Call compilation-set-window-height before setting window start.
14909 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
14911         * emacs-lisp/bytecomp.el (byte-compile-log-file):
14912         Clear out byte-compile-last-warned-form.
14914 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14916         * woman.el (woman-file-name, woman-follow-word):
14917         If current-word returns nil, use "".
14919         * simple.el (eval-expression): Bind standard-output in to-buffer case.
14921 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14923         * emacs-lisp/lisp-mnt.el (lm-with-file):
14924         Don't visit the file, just use insert-file-contents in temp buffer.
14926 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
14928         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14929         Add surrounding \\( and \\) around the header, as in
14930         for lm-history-header 'Change Log\\|History'.
14932 2003-09-22  John Paul Wallington  <jpw@gnu.org>
14934         * progmodes/ld-script.el: Add Commentary section,
14935         minor cleanup of file header.
14936         (ld-script-font-lock-keywords): Doc fix.
14937         (toplevel): Provide `ld-script' feature.
14939 2003-09-21  Kim F. Storm  <storm@cua.dk>
14941         * scroll-bar.el (set-scroll-bar-mode): Initialize to
14942         new built-in variable default-frame-scroll-bars.
14943         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14944         scroll-bar-mode; notably, use it instead of t when we toggle
14945         scroll-bars on.
14946         (toggle-scroll-bar): Use default-frame-scroll-bars.
14948 2003-09-19  Masatake YAMATO  <jet@gyve.org>
14950         * pcvs.el (cvs-do-removal): Change the prompt depending on
14951         `filter' value.
14953 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
14955         * startup.el (command-line-1): Stop startup-echo-area-message
14956         being hidden by "Loading image..." message.
14957         (use-fancy-splash-screens-p, display-splash-screen):
14958         Move display-graphic-p test from latter to former.
14960         * progmodes/sh-script.el (sh-font-lock-keywords):
14961         Highlight escaped EOLs differently from other backslash constructs.
14963 2003-09-19  Richard M. Stallman  <rms@gnu.org>
14965         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14966         New functions.
14967         (edebug-enter, edebug-outside-excursion): Use them.
14969         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14970         Fix the condition for whether to print "In WHERE".
14972 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
14974         * finder.el (finder-mode-hook): New variable.
14975         (finder-mode): Run hook finder-mode-hook
14977 2003-09-18  Masatake YAMATO  <jet@gyve.org>
14979         * progmodes/ebrowse.el: Fix broken magic autoload comments.
14981 2003-09-17  Mario Lang  <mlang@delysid.org>
14983         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14984         "p %e" to actually print the value in the GUD buffer.
14986 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
14988         From David Ponce <david.ponce@wanadoo.fr>:
14989         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14990         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14991         from loaddefs-boot.el if necessary.
14993 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
14995         * progmodes/gud.el (gud-find-class): Make jdb work again since
14996         cc-mode changed the syntactic information.
14998 2003-09-15  David Ponce  <david@dponce.com>
15000         * recentf.el: (recentf-exclude): Accept predicates too.
15001         (recentf-file-readable-p): New function.
15002         (recentf-include-p): Handle predicates in recentf-exclude.
15003         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
15004         (recentf-cleanup): Likewise.
15005         (recentf-save-list): Use write-file to handle backup of
15006         recentf-save-file.
15008 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
15010         * loaddefs-boot.el: Renamed from `loaddefs.el'
15011         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
15012         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
15013         necessary.
15015 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
15017         * electric.el (Electric-pop-up-window): For the `one-window' case,
15018         no longer disconcertingly move point in the original buffer.
15020 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15022         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
15024 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15026         * dired.el (dired-mode-map): Fix typo.
15028 2003-09-11  Richard M. Stallman  <rms@gnu.org>
15030         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
15032 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15034         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
15035         the function is less noisy.  Now only `kill-buffer' can ask questions.
15037 2003-09-10  Mario Lang  <mlang@delysid.org>
15039         * battery.el: Update Commentary and Copyright.
15040         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
15041         appear due to wrong ordering of the expressions in `or'.
15043 2003-09-09  Lute Kamstra  <lute@gnu.org>
15045         * misc.el (upcase-char): Fix docstring.
15046         (zap-up-to-char): New command.
15048 2003-09-08  David Ponce  <david@dponce.com>
15050         Ensure that recentf correctly updates the menu bar.
15051         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
15052         (recentf-menu-bar): New function.
15053         (recentf-clear-data): Use it
15054         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
15055         of easy-menu-change.
15057 2003-09-08  Lute Kamstra  <lute@gnu.org>
15059         * simple.el (size-indication-mode): New.
15060         * bindings.el (mode-line-position): Add buffer size indicator.
15062 2003-09-04  Mario Lang  <mlang@delysid.org>
15064         * battery.el (battery-linux-proc-acpi): New function.
15065         (battery-status-function): Modify default value calculation to also
15066         check for availability of ACPI.
15067         (battery-echo-area-format): Ditto.
15068         (battery-mode-line-format): Ditto.
15070 2003-09-06  Dave Love  <fx@gnu.org>
15072         * ielm.el (ielm-mode-hook): Add :options.
15074         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
15075         (eldoc-print-current-symbol-info): Use it.
15077 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
15079         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
15080         being displayed in GUD buffer.
15081         (gdb-idle-input-queue): Remove var.  Use just one queue.
15082         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
15083         Remove functions.  Use just one queue.
15084         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
15085         (gdb-invalidate-assembler, gdb-get-current-frame):
15086         Modify functions.  Use just one queue.
15088 2003-09-04  Dave Love  <fx@gnu.org>
15090         * cus-start.el: Add blink-cursor-alist.
15092         * ruler-mode.el (ruler-mode-fill-column-char)
15093         (ruler-mode-current-column-char): Use char-displayable-p,
15094         not window-system.
15096         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
15098         * language/european.el (windows-1252): Move from code-pages.
15100         * language/cyrillic.el ("Windows-1251"): Delete.
15101         ("Bulgarian", "Belarusian"): Remove `features'.
15102         (windows-1251): Move from code-pages.
15104         * international/mule-diag.el (non-iso-charset-alist):
15105         Remove `codepage' stuff.
15106         (print-designation, list-coding-systems-1): Output fixes.
15108         * international/code-pages.el (cp-make-translation-table)
15109         (cp-valid-codes): Made defsubsts.
15110         (cp-fix-safe-chars): Delete.
15111         (mule-diag): Don't require.
15112         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
15113         (top-level): Check for defined coding system when defining
15114         cp... aliases.  Change w32-add-charset-info test to avoid warning.
15115         (non-iso-charset-alist): Defvar when compiling.
15116         (cp-make-coding-system): Doc fix.
15118 2003-09-02  Jason Rumney  <jasonr@gnu.org>
15120         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
15121         line-ends from CVS before doing conversion.
15123 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
15125         * calendar/diary-lib.el (diary-header-line-flag)
15126         (diary-header-line-format): New variables.
15127         (list-diary-entries): Use them to set header line in simple diary.
15129         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
15130         other than font-lock-string-face to highlight backslashes.
15132 2003-09-01  Jason Rumney  <jasonr@gnu.org>
15134         * international/titdic-cnv.el (tit-read-key-value): Include \r in
15135         regexp.
15137 2003-09-01  Dave Love  <fx@gnu.org>
15139         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
15141         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
15142         and :help; also line and column numbers labels.
15144         * international/mule-util.el (char-displayable-p): Move from
15145         latin1-disp, rename and autoload.
15147         * international/latin1-disp.el (latin1-char-displayable-p):
15148         Now obsolete alias.  Replace uses with char-displayable-p.
15149         (latin1-display-ucs-per-lynx): Fix last change.
15151         * international/mule-cmds.el (standard-display-european-internal):
15152         Don't use char code for Latin-1 NBSP.
15153         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
15154         U+2018, U+2019 for `'.
15155         (select-safe-coding-system): Message fix.
15157 2003-09-01  Kenichi Handa  <handa@m17n.org>
15159         * international/fontset.el (setup-default-fontset): For Thai
15160         font, specify "*" family.
15162 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15164         * progmodes/compile.el (previous-error): Accept a prefix
15165         argument, similarly to next-error.
15167 2003-08-31  Masatake YAMATO  <jet@gyve.org>
15169         * pcvs.el (cvs-do-removal): Use = instead of eq to check
15170         the number of files.  Bind the number of files to a local
15171         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
15173 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
15175         * vc-hooks.el (vc-make-version-backup): Fix the change made on
15176         2003-07-26: msdos-long-file-names is a function, not a variable.
15178 2003-08-29  Richard M. Stallman  <rms@gnu.org>
15180         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
15181         Do nothing with mail-personal-alias-file if it is nil.
15183         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
15184         Do nothing if mail-personal-alias-file is nil.
15186         * term.el (term-exec-1): Bind coding-system-for-read.
15188         * dired.el (dired-mouse-find-file-other-window):
15189         Use dired-view-command-alist here, as in dired-view-file.
15190         (dired-view-command-alist): Use %s to substitute file name.
15191         Handle .ps_pages, .eps, .jpg, .gif, .png.
15193 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
15195         * info.el (Info-mode-map): Bind S-tab and <backtab> to
15196         `Info-prev-reference', instead of M-tab.
15198 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
15200         * simple.el (blink-matching-open): Work correctly on chars that
15201         are designated as parens through the syntax-table text property.
15203 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
15205         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
15206         line break position in the middle of a non-kinsoku (e.g. latin)
15207         word, making it skip until either a space or a character with
15208         category "|".
15209         (kinsoku-longer): Test for end of buffer.
15211 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
15213         * mail/rmail.el (rmail-convert-to-babyl-format):
15214         Detect quoted-printable- and base64-encoded messages and decode them
15215         automatically.  Set the message's encoding from the charset=
15216         header, if any.  Decode base64-encoded messages in Mail format as well.
15218 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15220         * mail/smtpmail.el: Fix previous change.
15221         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
15222         calling smtpmail-via-smtp.
15223         (smtpmail-via-smtp): Add fall-back values for envelope-from.
15225 2003-08-26  John Paul Wallington  <jpw@gnu.org>
15227         * image.el (image-jpeg-p): Don't search beyond length of data.
15229 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15231         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
15232         misfeature in `expand-abbrev' which caused electric keywords like
15233         "else" to disappear if an open brace was typed directly afterwards.
15235 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15237         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
15238         mandatory in `define-widget'.
15240         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
15241         Don't align the operators "!=", "<=" and ">=" as assignment operators.
15243         (c-assignment-operators): New language constant that only contains
15244         the assignment operators.
15246         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
15248 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
15250         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15251         Safeguard against unbalanced sexps.
15253 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
15255         * version.el (emacs-version): Check for gtk.  Include gtk version info.
15257 2003-08-25  John Paul Wallington  <jpw@gnu.org>
15259         * man.el (Man-default-man-entry): Don't whizz past the section
15260         number before looking for it.
15262 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
15264         * progmodes/gud.el (gud-display-line): Don't set window-point if
15265         source buffer is not visible.  (Only happens with M-x gdba.)
15267         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15268         documentation.
15269         (gdb-source, gdb-source-info): Update to assembler unnecessary
15270         as its done after each GDB command anyway.
15271         (gdb-pre-prompt): Use with-current-buffer.
15272         (gdb-insert-field): Add help-echo text.
15273         (gdb-invalidate-assembler): Re-display of assembler now done in
15274         gdb-info-breakpoints-custom.
15275         (gdb-info-breakpoints-custom): Force re-display of assembler to
15276         happen *after* update of breakpoints buffer.
15277         (gdb-display-source-buffer): Don't choke if gdb-source-window
15278         isn't visible.
15279         (gdb-put-string, gdb-put-arrow): Remove free variables.
15281 2003-08-24  John Paul Wallington  <jpw@gnu.org>
15283         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15285         * man.el (Man-default-man-entry): Strip text properties when
15286         snarfing parts of entry because `format' preserves properties.
15288 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15290         * files.el (file-newest-backup): Use `expand-file-name'.
15292         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15293         Allow the diary to pop up a new frame, if needed.
15295         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15296         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15297         (smtpmail-send-it): Make treatment of envelope-from consistent with
15298         sendmail.el.
15300         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15301         (sh-leading-keywords): Add the bash `time' reserved word.
15302         (sh-variables): Add some bash variables.
15303         (sh-add-completer): Fix nil branch of case statement.
15305 2003-08-24  Masatake YAMATO  <jet@gyve.org>
15307         * progmodes/ld-script.el: New file.
15309 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
15311         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15313 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
15315         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15316         Better explain obsolescence, and what to use instead.
15318 2003-08-23  Masatake YAMATO  <jet@gyve.org>
15320         * pcvs.el (cvs-do-removal): Show the deleted file name
15321         on the prompt.
15323 2003-08-20  Dave Love  <fx@gnu.org>
15325         * international/mule.el (make-coding-system)
15326         (set-buffer-file-coding-system): Doc fix.
15328         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15330         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15332         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15334         * international/utf-16.el: Add mime-text-unsuitable coding system
15335         properties.
15337         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15339         * cus-edit.el: Add some :links.
15340         (bib): Remove.
15342         * textmodes/bib-mode.el (bib): Add :group external.
15344 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
15346         * wid-edit.el (widget-echo-help): Make it handle expressions that
15347         evaluate to strings.
15349 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
15351         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
15353         Simplify selection of SQL products to define highlighting and
15354         interactive mode.  Includes detailed instructions on adding
15355         support for new products.
15357         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
15358         product for use in highlighting and interactive mode.
15359         (sql-interactive-product): New variable.  SQL product for
15360         sql-interactive-mode.
15361         (sql-product-support): New variable.  Specifies product-specific
15362         parameters to drive highlighting and interactive mode.
15363         (sql-imenu-generic-expression): Add more object types.
15364         (sql-sqlite-options): Correct comment.
15365         (sql-ms-program): Use "osql" rather than "isql".
15366         (sql-prompt-regexp, sql-prompt-length): Update comment.
15367         (sql-mode-menu): Add "Start SQLi session" entry.
15368         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
15369         (sql-mode-abbrev-table): Add abbreviations.  Support of
15370         SYSTEM-FLAG on define-abbrev.  Support was removed with last
15371         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15372         (sql-mode-font-lock-object-name): Add font-lock pattern for object
15373         names.
15374         (sql-mode-ansi-font-lock-keywords): Set as default value.
15375         (sql-mode-oracle-font-lock-keywords): Set as default value.
15376         Support Oracle 9i keywords.
15377         (sql-mode-postgres-font-lock-keywords): Set as default value.
15378         (sql-mode-linter-font-lock-keywords): Set as default value.
15379         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
15380         SQLServer 2000.
15381         (sql-mode-sybase-font-lock-keywords)
15382         (sql-mode-interbase-font-lock-keywords)
15383         (sql-mode-sqlite-font-lock-keywords)
15384         (sql-mode-strong-font-lock-keywords)
15385         (sql-mode-mysql-font-lock-keywords)
15386         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
15387         keywords.
15388         (sql-mode-font-lock-defaults): Update comment.
15389         (sql-product-feature): New function.  Returns feature associated
15390         with a product from `sql-product-support' alist.
15391         (sql-product-font-lock): New function.  Set font-lock support
15392         based on `sql-product'.
15393         (sql-add-product-keywords): New function.  Add font-lock rules to
15394         product-specific keyword variables.
15395         (sql-set-product): New function.  Set `sql-product' and apply
15396         appropriate font-lock highlighting.
15397         (sql-highlight-product): New function.  Set font-lock support
15398         based on a product.  Also set mode name to include product name.
15399         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15400         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15401         Use `sql-set-product'.
15402         (sql-highlight-ms-keywords)
15403         (sql-highlight-sybase-keywords)
15404         (sql-highlight-interbase-keywords)
15405         (sql-highlight-strong-keywords)
15406         (sql-highlight-mysql-keywords)
15407         (sql-highlight-sqlite-keywords)
15408         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
15409         (sql-get-login): Prompt in the same order as the tokens.
15410         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15411         (sql-product-interactive): New function.  Common portions of
15412         product-specific interactive mode wrappers.
15413         (sql-interactive-mode): Rewritten to use product features.
15414         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15415         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15416         (sql-db2, sql-linter): Use `sql-product-interactive'.
15417         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15418         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15419         (sql-connect-ingres, sql-connect-postgres)
15420         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15421         New functions.  Format command line parameters and invoke comint on
15422         the appropriate interpreter.  Code was in the corresponding
15423         `sql-xyz' function before.
15424         (sql-connect-ms): New function.  Support -E argument to use
15425         operating system credentials for authentication.
15427 2003-08-18  Kenichi Handa  <handa@m17n.org>
15429         * international/mule.el (encode-char): Fix for the ASCII case.
15431 2003-08-15  Kenichi Handa  <handa@m17n.org>
15433         * international/fontset.el (setup-default-fontset): Change "*" to
15434         nil in the specifications of font family.
15436 2003-08-18  Kim F. Storm  <storm@cua.dk>
15438         * kmacro.el (kmacro-keymap): Group related bindings in
15439         initialization for clarity.  Bind C-s to start macro.
15440         Remove C-r binding.
15441         (kmacro-initial-counter-value): New defvar to hold initial counter
15442         value in case we set the value before defining a macro.
15443         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15444         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15445         not defining or executing macro.  Doc fix.
15446         (kmacro-add-counter): Clear kmacro-initial-counter-value.
15447         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15448         temporarily view older elements on the macro ring without cycling
15449         the ring.
15450         (kmacro-display): Doc fix.
15451         (kmacro-exec-ring-item): New helper function.
15452         (kmacro-call-ring-2nd): Use it.
15453         (kmacro-call-ring-2nd-repeat): Doc fix.
15454         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15455         (kmacro-end-or-call-macro): Execute last viewed macro (using
15456         kmacro-exec-ring-item) from ring if this follows
15457         kmacro-view-macro.  This allows us to find a macro on the ring
15458         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15459         the ring to bring it to the head of the ring.
15460         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15461         Allow binding to reserved keys without specifying C-x C-k prefix.
15462         Ask for confirmation if entered key sequence is already bound to
15463         a non-macro command.
15464         (kmacro-view-macro): Repeating command will show older elements
15465         on the macro ring; C-k will execute the last viewed macro.
15466         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
15467         property from 'ring to 'head.
15469 2003-08-17  Alan Shutko  <ats@acm.org>
15471         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15472         keeping December out of the alist.
15474 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
15476         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15477         * calendar/calendar.el (calendar-mode-map): Bind it to key.
15478         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15479         (calendar-flatten): New function.
15480         (calendar-mouse-view-other-diary-entries)
15481         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15482         in the menu title and to show multi-line diary entries correctly
15483         in the menu.
15485 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
15487         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15488         defcustom, because the default was recently changed.
15490 2003-08-16  Richard M. Stallman  <rms@gnu.org>
15492         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15494         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15495         New subroutine, broken out of eval-last-sexp-1.
15496         (eval-last-sexp-1): Use eval-last-sexp-print-value.
15498         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15500         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15502         * simple.el (eval-expression): Use eval-last-sexp-print-value.
15504 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
15506         * progmodes/compile.el (compilation-error-regexp-alist):
15507         Add Java ANt error detection as described in document
15508         http://ant.apache.org/faq.html
15510 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
15512         * simple.el (backward-word, forward-to-indentation)
15513         (backward-to-indentation): Argument changed to optional.
15514         (next-line, previous-line): Use `or' instead of `unless'.
15516 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15518         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15519         instead of a constant.
15521 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
15523         * shell.el (shell): With prefix-arg, suggest a new buffer name.
15525 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
15527         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15528         (vc-sccs-workfile-version): Search the entire delta table, rather
15529         than just the first entry, because that might be a deleted version.
15531 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
15533         * menu-bar.el (menu-bar-options-menu): Supply a body for the
15534         [save-place] binding in the Options menu.  Have it require
15535         'saveplace' and then toggle the variable manually, to avoid an an
15536         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
15537         for the bug report.
15539 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
15541         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15542         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15543         (gdb-info-threads-custom): Add help-echo text.
15544         (gdb-display-back): Don't use purecopy.
15545         (gdb-info-breakpoints-custom, gdb-reset)
15546         (gdb-assembler-custom): Use display-images-p to test if breakpoint
15547         icons can be displayed.
15549 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
15551         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15553 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
15555         * bookmark.el (bookmark-completing-read):
15556         Return a string, instead of a list of one string.
15557         Use a popup menu if activated from the mouse.
15558         (bookmark-edit-annotation): Remove unused vars.
15559         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15560         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15561         to bookmark-completing-read.
15562         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15563         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15564         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15565         and erase-buffer.
15566         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15567         (bookmark-menu-jump, bookmark-menu-insert)
15568         (bookmark-popup-menu-and-apply-function)
15569         (bookmark-menu-popup-paned-bookmark-menu): Remove.
15570         (bookmark-menu-build-paned-menu): Remove by folding it into
15571         bookmark-menu-popup-paned-menu.
15572         (menu-bar-bookmark-map): Move the define-key statements here.
15573         Use the "non-menu" commands since they now pop up a menu if needed.
15574         (bookmark-exit-hook-internal): Simplify.
15576 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
15578         * reftex-toc.el (reftex-toc-rename-label): New function.
15579         (reftex-toc-check-docstruct): New function.
15581         * reftex.el (reftex-region-active-p): New function.
15583         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15584         regexp to find the \bibliography macro.
15586         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15587         which does not exist in LaTeX.
15588         (reftex-cite-format-builtin): Added amsrefs support.
15589         (reftex-toc-confirm-promotion): New option
15591         * reftex-toc.el
15592         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15593         (reftex-toc-demote, reftex-toc-promote)
15594         (reftex-toc-do-promote, reftex-toc-promote-prepare)
15595         (reftex-toc-promote-action, reftex-toc-extract-section-number)
15596         (reftex-toc-newhead-from-alist)
15597         (reftex-toc-load-all-files-for-promotion): New functions.
15598         (reftex-toc-help): Added description of new keys.
15599         (reftex-toc-split-windows-fraction): New option.
15600         (reftex-recenter-toc-when-idle): Search *toc* window on all
15601         visible frames.
15602         (reftex-toc): Additional parameter REUSE
15603         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
15604         with REUSE argument.
15605         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15606         the call of `reftex-toc'.
15607         (reftex-make-separate-toc-frame): New function .
15608         (reftex-toc-recenter): When called with triple prefix arg, call
15609         `reftex-make-separate-toc-frame' first.
15610         (reftex-toc-toggle-dedicated-frame): New command.
15611         (reftex-toc-quit): Adapted to delete frame when called in
15612         dedicated frame.
15614         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15615         all enclosing macros.
15618 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15620         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15621         first use.
15623 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15625         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15627 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
15629         * calendar/calendar.el (list-diary-entries-hook)
15630         (diary-display-hook, nongregorian-diary-listing-hook)
15631         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15632         Add some customize options for these hooks.
15633         (calendar-abbrev-construct): Don't try to take a substring longer
15634         than the original string.
15636 2003-08-05  Richard M. Stallman  <rms@gnu.org>
15638         * emacs-lisp/testcover.el (noreturn): Report error if does return.
15639         (testcover-reinstrument-clauses): Doc fix.
15641         * emacs-lisp/warnings.el: Doc fixes, args renamed.
15642         (warning-type-format): Rename from warning-group-format.
15644         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15645         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15646         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15647         to prevent warnings about defvar for an obsolete variable.
15649         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15650         warning-group-format renamed to warning-type-format.
15652         * subr.el (read-passwd): Use clear-string instead of fillarray.
15654         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15655         Use vconcat instead of concat.
15656         (edmacro-sanitize-for-string): New function.
15658 2003-08-05  Dave Love  <fx@gnu.org>
15660         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15661         line-number-display-limit-width.
15663         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15665 2003-08-05  Kenichi Handa  <handa@m17n.org>
15667         * international/code-pages.el: Don't require mule-diag.
15669         * international/mule-diag.el (non-iso-charset-alist):
15670         Add autoload cookie.
15672         * language/devan-util.el (dev-glyph-order): Add an entry for the
15673         glyph code #xC4.
15675 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15677         * calendar/calendar.el (diary-file, diary-file-name-prefix)
15678         (european-calendar-style, diary-date-forms)
15679         (calendar-day-name-array, calendar-month-name-array): Doc change.
15680         (generate-calendar-month): Adapt for new behaviour of
15681         `calendar-day-name' function.
15682         (calendar-abbrev-length, calendar-day-abbrev-array)
15683         (calendar-month-abbrev-array): New variables.
15684         (calendar-abbrev-construct): New function.
15685         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15686         rather than fixing abbrevs at some width.  Calling syntax change.
15687         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
15688         (calendar-date-string): Adapt for new behaviours of
15689         `calendar-day-name' and `calendar-month-name' functions.
15691         * calendar/diary-lib.el (list-diary-entries): Adapt for new
15692         behaviour of `calendar-day-name' and `calendar-month-name' functions.
15693         (diary-name-pattern): Use abbrev arrays, rather than fixing
15694         abbrevs at three chars.  Calling syntax change.
15695         (mark-diary-entries): Adapt for new behaviours of
15696         `diary-name-pattern' and `calendar-make-alist' functions.
15697         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15698         `diary-name-pattern' function.
15699         (font-lock-diary-date-forms): Use abbrev arrays, rather than
15700         fixing abbrevs at three chars.  Calling syntax change.
15701         (cal-hebrew, cal-islam): Require when compiling.
15702         (diary-font-lock-keywords): Adapt for new behaviour of
15703         `font-lock-diary-date-forms' function.
15705         * calendar/cal-hebrew.el: Reposition some code so defined before used.
15706         (calendar-hebrew-month-name-array-common-year)
15707         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15708         (list-hebrew-diary-entries): Adapt for new behaviours of
15709         `calendar-day-name' and `add-to-diary-list' functions.
15710         (mark-hebrew-diary-entries): Adapt for new behaviours of
15711         `diary-name-pattern' and `calendar-make-alist' functions.
15713         * calendar/cal-islam.el (calendar-islamic-month-name-array):
15714         Add doc string.
15715         (list-islamic-diary-entries): Adapt for new behaviours of
15716         `calendar-day-name' and `add-to-diary-list' functions.
15717         (mark-islamic-diary-entries): Adapt for new behaviours of
15718         `diary-name-pattern' and `calendar-make-alist' functions.
15720         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15721         `calendar-month-name' function.
15723         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15725         * calendar/solar.el (solar-seasons-data): Move definition before use.
15727         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15728         (cal-tex-LaTeX-hourbox): Move definition before use.
15730         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15731         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15732         lunar.el, solar.el
15733         (displayed-month, displayed-year): Define for compiler.
15735 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15737         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15738         MODE.  Renamed from c-init-c-language-vars'.
15739         (c-initialize-cc-mode): Change accordingly.
15740         (c-common-init): Ditto.
15741         (c-mode): Ditto.
15742         (c++-mode): Use `c-init-language-vars-for'.
15743         (objc-mode): Ditto.
15744         (java-mode): Ditto.
15745         (idl-mode): Ditto.
15746         (pike-mode): Ditto.
15747         (awk-mode): Ditto.
15749 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15751         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15752         or not the point moved.
15754         (c-search-decl-header-end): Don't trip up on operator identifiers
15755         in C++ and operators like == in all languages.
15757         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15758         Detect leading labels correctly.
15760 2003-08-02  Andreas Schwab  <schwab@suse.de>
15762         * textmodes/ispell.el: Don't redo key bindings on loading, put
15763         them only in loaddefs.el.
15764         * bookmark.el: Likewise.
15765         * dabbrev.el: Likewise.
15766         * emerge.el: Likewise.
15768         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15769         has more than one member.
15771         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15773 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15775         * lpr.el (printify-region): It was ending conversion before the
15776         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
15778 2003-07-31  John Paul Wallington  <jpw@gnu.org>
15780         * net/browse-url.el (browse-url-epiphany): Doc fix.
15782 2003-07-30  Kenichi Handa  <handa@m17n.org>
15784         * international/fontset.el (setup-default-fontset):
15785         Change registry names of Akurti fonts.
15787 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15789         * comint.el (comint-read-noecho): Use `clear-string' instead of
15790         `fillarray'.
15792 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
15794         * outline.el (outline-mode-hook): Add defvar.
15796 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
15798         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15799         Restore assembler in source window if that is what has been selected.
15800         (menu): Add gdb-restore-windows to menu.  Make gdba
15801         specific menus only visible from gdba.
15803 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15805         * progmodes/compile.el (compilation-environment): New user variable.
15806         (compile-internal): Respect it.
15808 2003-07-23  Masatake YAMATO  <jet@gyve.org>
15810         * progmodes/gud.el (gdb-script-font-lock-keywords):
15811         Put `font-lock-function-name-face' on a symbol which includes
15812         `-' like `hook-run'.  Put font-lock-variable-name-face
15813         on a symbol starting with $.
15815 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
15817         * files.el (set-visited-file-name): Use truename for buffer-file-name.
15819 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
15821         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15823 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
15825         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15826         Use with-no-warnings.
15827         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15828         rather than to find-file-not-found-hook, which doesn't exist.
15830 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
15832         * international/quail.el (quail-translate-key): Fix previous change.
15834 2003-07-25  John Paul Wallington  <jpw@gnu.org>
15836         * server.el (server-start): Check `server-process' is non-nil
15837         before killing it to avoid killing current buffer's process.
15839         * simple.el (choose-completion-string): Use `minibufferp';
15840         test `completion-reference-buffer' if `buffer' arg is nil.
15841         (push-mark): Use `when' and `unless'.
15842         (pop-mark): Use `when'.
15844         * mouse-sel.el (mouse-sel-get-selection-function):
15845         Check `x-last-selected-text-primary'.  Don't barf if it or
15846         `x-last-selected-text' aren't bound.
15848 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15850         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15852 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
15854         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15856 2003-07-23  John Paul Wallington  <jpw@gnu.org>
15858         * tooltip.el (defface tooltip): Inherit from variable-pitch.
15860 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
15862         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15863         string.  Defvar the derived hook.
15865         * macros.el (insert-kbd-macro): Escape double quote character.
15866         From Thomas W Murphy <twm@andrew.cmu.edu>.
15868 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
15870         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15871         to match the specific mark rather than reusing comment-start-skip.
15873 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
15875         * progmodes/hideshow.el (hs-special-modes-alist):
15876         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
15878 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
15880         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15881         value using ?\s.
15883 2003-07-21  John Paul Wallington  <jpw@gnu.org>
15885         * subr.el (with-selected-window): Add closing paren.
15887 2003-07-21  Richard M. Stallman  <rms@gnu.org>
15889         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15890         (lisp-mode): Likewise.
15892         * subr.el (with-selected-window): Copy code form save-selected-window
15893         so as to call select-window with norecord arg.
15894         (dynamic-completion-table): Doc fix.
15895         (lazy-completion-table): Doc fix.
15897         * international/mule-cmds.el (set-locale-environment):
15898         langinfo renamed to locale-info.
15900         * international/mule.el (auto-coding-functions): Doc fix.
15902 2003-07-21  Kenichi Handa  <handa@m17n.org>
15904         * international/quail.el (quail-translate-key):
15905         Update quail-current-str correctly.
15907 2003-07-21  Andreas Schwab  <schwab@suse.de>
15909         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15910         ?, to "_".
15912 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
15913         Version 2.0.36 of Tramp released.
15915         * net/tramp.el (tramp-default-password-end-of-line): Rename from
15916         tramp-password-end-of-line.
15917         (tramp-password-end-of-line): New method parameter.
15918         (tramp-get-password-end-of-line): Function to access method
15919         parameter `tramp-password-end-of-line', or variable
15920         `tramp-default-password-end-of-line' (default value).
15921         (tramp-methods): Add entries for new parameter
15922         tramp-password-end-of-line.
15923         (tramp-enter-password): Use new function
15924         `tramp-get-password-end-of-line'.
15925         (tramp-handle-insert-file-contents): Do not
15926         unconditionally inhibit the file operation file-local-copy, only
15927         do that when the inhibit-file-name-operation is currently
15928         insert-file-contents.  This fixes finding remote CVS-controlled
15929         files.  (It would barf on inserting the CVS/Entries file
15930         literally, because the file-local-copy handler wasn't called.)
15931         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15932         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15933         (tramp-initial-commands): New variable.
15934         (tramp-process-initial-commands): New function, using the variable.
15935         (tramp-open-connection-setup-interactive-shell): Call the new function.
15936         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15937         method into the buffer name, never use nil.  Reported by Hanak
15938         David <dhanak@inf.bme.hu>.
15939         (tramp-open-connection-setup-interactive-shell): Erase buffer
15940         before sending "stty -onlcr".
15942         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15944 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
15946         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15948 2003-07-19  John Paul Wallington  <jpw@gnu.org>
15950         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15951         (artist-draw-rect, artist-draw-square): Doc fixes.
15953         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15955         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15957 2003-07-19  Kenichi Handa  <handa@m17n.org>
15959         * international/kkc.el (kkc-show-conversion-list-update):
15960         Highlight the correct candidate in the message.
15962 2003-07-18  John Paul Wallington  <jpw@gnu.org>
15964         * simple.el (current-word): Don't include punctuation char when
15965         `really-word' arg is non-nil.
15967 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
15969         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15970         moved to the directory obsolete.
15972 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
15974         * info.el (Info-menu-entry-name-re): Allow newlines in
15975         menu entry names.
15977         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15978         syntax-ppss-after-change-function.
15979         (syntax-ppss-after-change-function): New alias.  Update uses.
15980         (syntax-ppss): Catch the case where the buffer is narrowed.
15982 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15984         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15985         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15987 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15989         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15990         since it might be modified.
15992         * progmodes/cc-langs.el (c++-make-template-syntax-table)
15993         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15994         names to these language constants.
15996 2003-07-15  Kim F. Storm  <storm@cua.dk>
15998         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15999         All uses changed.
16001 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
16003         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
16004         Namespace support.
16006 2003-07-13  Juanma Barranquero  <lektu@terra.es>
16008         * frame.el (modify-all-frames-parameters): Reinstall (copyright
16009         papers received).
16011 2003-07-13  Karl Eichwalder  <ke@suse.de>
16013         * textmodes/po.el (po-find-charset): White space at the start of the
16014         Content-Type field body is non-mandatory.
16016 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16018         * textmodes/texinfo.el (texinfo-section-list):
16019         Append appendixsection; a synonym for appendixsec.
16021 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
16023         * man.el (Man-translate-cleanup): New.
16024         (Man-translate-references): Call `Man-translate-cleanup' to clean
16025         leading, trailing and middle spaces.
16027 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
16029         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
16030         Handle `dired-directory' being a list.
16032 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16034         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
16035         it doesn't exist.
16037 2003-07-12  Richard M. Stallman  <rms@gnu.org>
16039         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
16041         * progmodes/cc-defs.el (c-make-keywords-re):
16042         Don't use delete-duplicates.
16043         (c-lang-const): Don't use mapcan.
16045         * apropos.el (apropos-show-scores): Make it customizable.
16046         Document new meaning.
16047         (apropos): Compute scores from symbols.
16048         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
16050 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16052         * ps-bdf.el: Fix copyright line.
16053         (bdf-directory-list): Fix initialization code.
16055 2003-07-11  John Paul Wallington  <jpw@gnu.org>
16057         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
16058         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
16059         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
16061 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
16063         * emacs-lisp/ring.el (ring-elements): Doc fix.
16065 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16067         * calendar/timeclock.el (timeclock-relative)
16068         (timeclock-ask-before-exiting, timeclock-use-display-time):
16069         Doc changes.
16070         (timeclock-modeline-display): Give a message if
16071         `timeclock-use-display-time' is non-nil but `display-time-mode'
16072         is not active.
16074 2003-07-11  Kenichi Handa  <handa@m17n.org>
16076         * international/mule-cmds.el (set-language-environment):
16077         Set current-language-environment to the correct string.
16079 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16081         * ps-print.el: Print line number correctly in a region.  Reported by
16082         Tim Allen <timallen@ls83.fsnet.co.uk>.
16083         (ps-print-version): New version number (6.6.2).
16084         (ps-printing-region): Code fix.
16086 2003-07-10  John Paul Wallington  <jpw@gnu.org>
16088         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
16089         this function can be called from `add-completions-from-tags-table'.
16091 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
16093         * calendar/timeclock.el (timeclock-use-display-time)
16094         (timeclock-day-over-hook, timeclock-workday-remaining)
16095         (timeclock-status-string, timeclock-when-to-leave)
16096         (timeclock-when-to-leave-string, timeclock-log-data)
16097         (timeclock-find-discrep, timeclock-day-base)
16098         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
16099         (timeclock-modeline-display): Set the variable
16100         `timeclock-modeline-display'.
16101         (timeclock-update-modeline): Doc fix.  Respect value of
16102         `timeclock-relative'.
16104 2003-07-09  Richard M. Stallman  <rms@gnu.org>
16106         * textmodes/reftex-parse.el (reftex-all-document-files):
16107         Add autoload cookie.
16109         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
16110         (reftex-scanning-info-available-p): Add autoload cookie.
16112         * international/mule-cmds.el
16113         (set-display-table-and-terminal-coding-system): Delete duplicate
16114         aset on standard-display-table.
16116         * view.el (view-file): If existing buffer's major mode is special,
16117         don't go into view mode.
16119         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
16121 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16123         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
16124         buffer changes; there's third party code that calls this function
16125         directly.
16127 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16129         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
16130         (autodoc-font-lock-keywords): Don't byte compile on font lock
16131         initialization when running from byte compiled files.
16133 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16135         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16136         statement ends with auto-increment "++".
16138 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16140         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16141         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16142         these are changed, so declare them as variables and not constants.
16144 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
16146         * subr.el (dolist, dotimes): Doc fix.
16148 2003-07-08  Kim F. Storm  <storm@cua.dk>
16150         * international/mule-cmds.el
16151         (set-display-table-and-terminal-coding-system): Don't break
16152         bootstrap if standard-display-table isn't setup yet.
16154 2003-07-07  Richard M. Stallman  <rms@gnu.org>
16156         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
16157         Give it a doc string, and autoload it.
16159         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
16160         Use with-no-warnings.
16162         * info.el (Info-search): If find invisible text, search again.
16164         * isearch.el (search-whitespace-regexp): Add a shy group around it.
16166         * man.el (Man-name-regexp): Match + as part of name.
16168         * simple.el (visible-mode): Rename from vis-mode.
16169         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
16171         * simple.el (current-word): New arg REALLY-WORD specifies
16172         don't include punctuation chars.
16174         * emacs-lisp/debug.el (debug, debugger-env-macro):
16175         Use with-no-warnings while accessing and binding unread-command-char.
16177         * international/mule-cmds.el
16178         (set-display-table-and-terminal-coding-system): Use explicit loop
16179         instead of calling standard-display-default.
16181         * net/ange-ftp.el (ange-ftp-file-symlink-p):
16182         Use condition-case to catch error in ange-ftp-get-files.
16184         * net/browse-url.el (browse-url-browser-function):
16185         Add alternative for Epiphany.
16186         (browse-url-epiphany-program, browse-url-epiphany-arguments)
16187         (browse-url-epiphany-startup-arguments)
16188         (browse-url-epiphany-new-window-is-tab): New variables.
16189         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
16191         * progmodes/compile.el (compile-auto-highlight): Default now t.
16192         (compile): Doc fix.
16193         (compilation-next-error): Fix previous change.
16195         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
16197         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
16199 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
16201         * gdb-ui.el (gdb-source-info): Display current frame when
16202         attaching to an existing process.
16203         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
16204         while laying out windows when attaching to an existing process.
16206 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
16208         * info.el (Info-menu): Use Info-menu-entry-name-re.
16210 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
16212         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
16213         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
16215         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
16216         to match the same text.
16218 2003-07-06  John Paul Wallington  <jpw@gnu.org>
16220         * vc.el (vc-annotate-offset): Move defvar up.
16222 2003-07-06  Kim F. Storm  <storm@cua.dk>
16224         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
16225         This should fix the infinite loop when extracting menu names.
16227 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16229         * files.el (auto-mode-alist, interpreter-mode-alist):
16230         Remove entries to CC Mode modes to avoid duplicates; they are now added
16231         with autoload directives in cc-mode.el.
16233 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
16235         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16236         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16237         these are changed, so declare them as variables and not constants.
16239         * progmodes/cc-mode.el: Fix some autoload problems: Try to
16240         ensure that the entry for ".c" extension comes before the one for
16241         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
16242         Fix incorrect entries that were added to `interpreter-mode-alist'.
16243         Move the autoload directives for AWK to the top level since they
16244         aren't recognized anywhere else.  Do not use the new AWK mode doc
16245         in the autoload form for the old AWK mode.
16247 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16249         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
16250         (bibtex-sort-ignore-string-entries): Default value t.
16251         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
16252         erroneously in previous version.
16253         (bibtex-string-files): Docstring reflects new parsing scheme.
16254         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
16255         docstring, add # as one of the chars to crush
16256         (bibtex-autokey-prefix-string, bibtex-autokey-names)
16257         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
16258         (bibtex-autokey-name-change-strings)
16259         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
16260         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
16261         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
16262         (bibtex-autokey-title-terminators)
16263         (bibtex-autokey-titlewords-stretch)
16264         (bibtex-autokey-titleword-ignore)
16265         (bibtex-autokey-titleword-case-convert)
16266         (bibtex-autokey-titleword-abbrevs)
16267         (bibtex-autokey-titleword-abbrevs)
16268         (bibtex-autokey-titleword-change-strings)
16269         (bibtex-autokey-titleword-length)
16270         (bibtex-autokey-titleword-separator)
16271         (bibtex-autokey-name-year-separator)
16272         (bibtex-autokey-year-title-separator)
16273         (bibtex-autokey-before-presentation-function)
16274         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16275         Fix docstring.
16276         (bibtex-strings, bibtex-reference-keys):
16277         Use lazy-completion-table and make-variable-buffer-local.
16278         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16279         (bibtex-braced-string-syntax-table)
16280         (bibtex-quoted-string-syntax-table): New variables.
16281         (bibtex-parse-nested-braces): Remove.
16282         (bibtex-parse-field-string): Use syntax table and forward-sexp.
16283         (bibtex-parse-association): Simplify.
16284         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16285         (bibtex-parse-field-text): Simplify.
16286         (bibtex-search-forward-field, bibtex-search-backward-field):
16287         argument BOUND can take value t.
16288         (bibtex-start-of-field, bibtex-start-of-name-in-field)
16289         (bibtex-end-of-name-in-field, bibtex-end-of-field)
16290         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16291         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16292         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16293         (bibtex-skip-to-valid-entry): Return buffer position of beginning
16294         and ending of entry.  Update for changes of bibtex-search-entry.
16295         Simplify.
16296         (bibtex-map-entries): FUN is called with three arguments.
16297         (bibtex-search-entry): Return a cons pair with buffer positions of
16298         beginning and end of entry.
16299         (bibtex-enclosing-field): Simplify.
16300         (bibtex-format-entry): Use booktitle to set a missing title.
16301         (bibtex-autokey-get-names): Fiddle with regexps.
16302         (bibtex-generate-autokey): Use identity.
16303         (bibtex-parse-keys): Use simplified parsing algorithm if
16304         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
16305         arguments.  Return alist of keys.
16306         (bibtex-parse-strings): Simplify.  Return alist of strings.
16307         (bibtex-complete-string-cleanup): Fix docstring.
16308         (bibtex-read-key): New function.
16309         (bibtex-mode): Fix docstring.  Do not parse for keys and
16310         strings when the mode is entered.  Set fill-paragraph-function to
16311         bibtex-fill-field.  Setup font-lock-mark-block-function the way
16312         font-lock intended.
16313         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
16314         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16315         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16316         (bibtex-Preamble): Avoid hard coded constants.
16317         (bibtex-make-field): Fix docstring.  Simplify.
16318         (bibtex-beginning-of-entry): Always return new position of point.
16319         (bibtex-end-of-entry): Rearrange cond clauses.
16320         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16321         Update for changes of bibtex-map-entries.
16322         (bibtex-ispell-abstract): Do not move point.
16323         (bibtex-entry-index): Use downcase.  Simplify.
16324         (bibtex-lessp): Handle catch-all.
16325         (bibtex-find-crossref): Turn into a command.
16326         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
16327         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
16328         preamble entries.
16329         (bibtex-fill-field-bounds): New function.
16330         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
16331         (bibtex-fill-entry): Use bibtex-fill-field-bounds
16332         (bibtex-String): Use bibtex-strings.  Always obey
16333         bibtex-sort-ignore-string-entries.
16335 2003-07-05  John Paul Wallington  <jpw@gnu.org>
16337         * cus-theme.el (customize-create-theme):
16338         Call `customize-create-theme' in Reset widget's notify function.
16340         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16341         (ibuffer-mark-interactive): Use `or' instead of `unless'.
16342         (define-ibuffer-column name): Add summarizer.
16343         (define-ibuffer-column size): Likewise.
16344         (define-ibuffer-column filename): Likewise.
16345         (define-ibuffer-column process): Likewise.  Change BODY's output too.
16346         (define-ibuffer-column filename-and-process): Likewise, likewise.
16347         (ibuffer): Remove local vars `already-in' and `need-update'.
16349         * ibuf-ext.el: Don't require `derived' at compile-time.
16351 2003-07-05  Kim F. Storm  <storm@cua.dk>
16353         * info.el: Disable paragraph refilling.
16354         (Info-refill-paragraphs): New defcustom.
16355         (Info-fontify-node): Use it.
16357 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
16359         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16360         thingies from constructors created by defstruct.
16362         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16363         the default value of the variable.
16364         (byte-code-meter): Move declaration to top level.
16366         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16368         * info.el (Info-following-node-name-re): New fun.
16369         (Info-following-node-name): Remove.
16370         (Info-insert-dir): Use the new fun.
16371         (Info-extract-pointer): Don't save restriction; use new fun.
16372         (Info-menu-entry-name-re): New const.
16373         (Info-menu-entry-name-re): Use it along with new fun.
16374         (Info-node-spec-re): Use new fun.
16375         (Info-complete-menu-item, Info-fontify-node): Use new const.
16376         (Info-goto-node, Info-follow-reference, Info-menu-update):
16377         Use match-string.
16378         (Info-follow-reference): Use assoc-string.
16379         Use a list of strings for the completion table.
16380         (Info-fontify-node): Use match-string, line-end-position.
16381         Limit the search for `node:' to the first line.
16383         * newcomment.el (uncomment-region): Remove padding coming from
16384         comment-start rather than just from comment-padding.
16386         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16387         (vc-cvs-stay-local-p): Use vc-stay-local-p.
16388         (vc-cvs-rename-file): Remove (use the default).
16389         (vc-cvs-register): Register parent dir if needed.
16390         (vc-cvs-could-register): Return non-nil if parent can be registered.
16391         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16392         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16394         * vc-svn.el (vc-svn-use-edit): Make it into a const.
16395         (vc-svn-update): Fix the arguments to `svn'.
16396         (vc-svn-diff-tree): Just use `vc-svn-diff'.
16397         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16398         Simple implementations, assuming `name' is a URL.
16400         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16401         set of chars allowed unquoted in a case pattern.
16403         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16405         * font-lock.el (font-lock-extra-types-widget)
16406         (c-font-lock-extra-types, c++-font-lock-extra-types)
16407         (objc-font-lock-extra-types, java-font-lock-extra-types)
16408         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16409         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16410         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16411         (font-lock-match-c++-structor-declaration)
16412         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16413         (c++-font-lock-keywords-3, c++-font-lock-keywords)
16414         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16415         (objc-font-lock-keywords-3, objc-font-lock-keywords)
16416         (java-font-lock-keywords-1, java-font-lock-keywords-2)
16417         (java-font-lock-keywords-3, java-font-lock-keywords)
16418         (java-font-lock-syntactic-face-function): Remove obsolete code
16419         and constants.  It's all in cc-fonts.el now.
16421 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
16423         * mail/sendmail.el (mail-specify-envelope-from)
16424         (mail-envelope-from): Doc fix.
16426 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
16428         * generic-x.el: Do away with the dependency on `c-emacs-features'
16429         when populating `rul-generic-mode-syntax-table'; we already know
16430         this isn't XEmacs.
16432 See ChangeLog.10 for earlier changes.
16434 ;; Local Variables:
16435 ;; coding: iso-2022-7bit
16436 ;; End:
16438     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
16439   Copying and distribution of this file, with or without modification,
16440   are permitted provided the copyright notice and this notice are preserved.
16442 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1