*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob870717d310f3f439a779cefa016332ab77b607d8
1 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
4         bound yet.
6 2005-03-02  Romain Francoise  <romain@orebokech.com>
8         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9         buffer after removing limits.
10         (ibuffer-pop-filter): Ditto.
11         Update copyright.
13 2005-03-02  Miles Bader  <miles@gnu.org>
15         * button.el (make-text-button): If the user doesn't specify a
16         type, use the default.  Rewrite to use `add-text-properties' and
17         plist functions.
19 2005-03-01  Lute Kamstra  <lute@gnu.org>
21         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22         (debugger-jumping-flag): New var.
23         (debug-entry-code): Use it.
24         (debugger-jump): Use debugger-jumping-flag and add
25         debugger-reenable to post-command-hook.
26         (debugger-reenable): Use debugger-jumping-flag and remove itself
27         from post-command-hook.
28         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
29         debugger-reenable.
31 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34         inclusion of "itemize\\|", which may be unnecessary, is certainly
35         inelegant, and stops refilling in itemize lists when formatting
36         Japanese Texinfo files to Info.
37         Update copyright to 2005.
39 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
41         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
42         of an error if GDB can't find the source file.
44 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
46         * calendar/calendar.el (redraw-calendar): Work from any buffer,
47         not just the calendar.
49         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
50         first.
51         (diary-redraw-calendar): New function.
52         (make-diary-entry): Add diary-redraw-calendar to local
53         write-contents-functions.  Turn off selective display before
54         inserting in diary.
56 2005-03-01  Kim F. Storm  <storm@cua.dk>
58         * emacs-lisp/copyright.el (copyright-fix-years): New command.
60 2005-03-01  Lute Kamstra  <lute@gnu.org>
62         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
63         that debug-entry-code can be safely removed from a function while
64         this code is being evaluated.  Revert the 2005-02-27 change as the
65         new implementation no longer requires it.  Make sure that a
66         function body containing just a string is not mistaken for a
67         docstring.
68         (debug): Skip one more frame in case of debug on entry.
69         (debugger-setup-buffer): Delete one more frame line in case of
70         debug on entry.
71         (debugger-frame-number): Update to use the new text introduced by
72         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
74 2005-02-28  Kim F. Storm  <storm@cua.dk>
76         * double.el (double-translate-key): Call force-window-update after
77         read-event to avoid crash in redisplay.
79 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
82         (debug): Use it.  Move the inhibit-trace earlier.
83         (debug-entry-code): New const.
84         (debug-on-entry-1): Use it.
86 2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
88         * international/utf-16.el (ccl-encode-mule-utf-16le):
89         Fix BUFFER_MAGNIFICATION to 2.
90         (ccl-encode-mule-utf-16be): Likewise.
92 2005-02-28  Kenichi Handa  <handa@m17n.org>
94         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
95         Fix BUFFER_MAGNIFICATION to 4.
96         (ccl-encode-mule-utf-16be-with-signature): Likewise.
98 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
100         * speedbar.el (speedbar-update-flag): Doc fix.
101         (speedbar-show-info-under-mouse): Give set-mouse-position the right
102         argument.
104 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * reveal.el (reveal-post-command): Don't try to reveal overlays which
107         have a non-nil `invisible' property but are actually visible.
109         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
110         for perldoc sections.
111         (perl-outline-regexp, perl-outline-level): New var and function.
112         (perl-mode): Use them.
114 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
116         * calendar/diary-lib.el (diary-remind): Discard any mark portion
117         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
119 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
121         * cus-edit.el: Comment change.
122         (custom-buffer-create-internal): Slightly reword text at top of
123         Custom buffers.  Mention there that saving an option edits the
124         init file.  Add link to Emacs manual node on `custom-file'.
125         (custom-magic-alist): Rewrite individual State messages to use
126         capitalized keywords.  Doc fix.
128 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
130         * calendar/calendar.el (calendar-buffer): Move above
131         calendar-week-start-day.
132         (calendar-week-start-day): Doc fix.  Add :set function.
133         (calendar-minimum-window-height): New variable.
134         (generate-calendar-window): Only resize window if selected-window
135         is displaying the calendar buffer.  Use new variable
136         calendar-minimum-window-height.
137         (generate-calendar): Reword error message.
138         (calendar-mode-map): Bind DEL to scroll-other-window-down.
140 2005-02-27  Andreas Schwab  <schwab@suse.de>
142         * vc.el (vc-do-command): Don't run command asynchronously when
143         operating in a remote directory.
145         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
146         change from sync with Tramp 2.0.47.
148 2005-02-27  Richard M. Stallman  <rms@gnu.org>
150         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
152         * textmodes/flyspell.el (flyspell-mode-on):
153         Call ispell-change-dictionary only if necessary.
155         * emacs-lisp/re-builder.el (regexp-builder): New function.
157         * register.el (describe-register-1): Explicitly handle
158         yank-excluded-properties = t.
160         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
161         (custom-magic-alist): Change the status descriptions again.
162         (face widget-type): Total rewrite based on `restricted-sexp'
163         to eliminate the confusing double hiding levels.
165         * emacs-lisp/debug.el (debug-on-entry-1):
166         If function body is empty, add nil as body form.
168 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
170         * emacs-lisp/trace.el (inhibit-trace): New var.
171         (trace-make-advice): Use it.
173         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
175 2005-02-26  Kim F. Storm  <storm@cua.dk>
177         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
178         (mouse-on-link-p, mouse-drag-region-1): Use it.
180 2005-02-25  Lute Kamstra  <lute@gnu.org>
182         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
184 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
186         * frame.el (blink-cursor-mode): Add :group keyword.
188 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
190         * calendar/icalendar.el (icalendar--decode-isodatetime):
191         New optional argument DAY-SHIFT.
192         (icalendar-export-region): Fix coding-system-for-write.
193         (icalendar--convert-ical-to-diary): Shift end-day of all-day
194         events by one.
196 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
200 2005-02-24  Kim F. Storm  <storm@cua.dk>
202         * international/iso-acc.el (iso-accents-compose): Fix crash
203         during redisplay.  Call force-window-update after read-event
204         and delete-region to signal that window is not accurate.
206 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
209         Remove unused and inexistent var `inhibit-trace'.
210         (debugger-mode): Use run-mode-hooks.
211         (debugger-list-functions): Add buttons; setup xref stack.
213 2005-02-23  Richard M. Stallman  <rms@gnu.org>
215         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
216         appointment says it was explicitly made.
217         (appt-add): Set the 3rd element.
218         (appt-make-list): Preserve explicit appointments.
220         * subr.el (find-tag-default): Catch errors in forward-sexp.
222 2005-02-23  Juri Linkov  <juri@jurta.org>
224         * info.el (Info-isearch-search): New defcustom.
225         (Info-isearch-search): Call the default isearch function
226         when Info-isearch-search is nil.
227         (Info-isearch-wrap): Use variable Info-isearch-search.
229 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
231         * cus-edit.el: Comment change.
233 2005-02-22  Kim F. Storm  <storm@cua.dk>
235         * progmodes/hideif.el (hide-ifdef-use-define-alist):
236         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
238 2005-02-22  Simon Josefsson  <jas@extundo.com>
240         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
241         New variable.
242         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
243         Oskarsson" <myrkraverk@users.sourceforget.net>.
245 2005-02-22  Kim F. Storm  <storm@cua.dk>
247         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
248         check that window of that event is the selected window.
249         (mouse-drag-region-1): Compare mouse event window to selected
250         window before setting point.
252         * tooltip.el (tooltip-show-help-function): Pass event to
253         mouse-on-link-p so it can check selected window.
255 2005-02-22  Kenichi Handa  <handa@m17n.org>
257         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
258         (ps-mule-show-warning): New function.
259         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
260         characters are found.
262         * ps-print.el (ps-header-footer-string): Return a list of header
263         and footer strings.
265 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
267         * pcvs.el (cvs-retrieve-revision): Fix thinko.
269 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * frame.el (blink-cursor-mode): Use define-minor-mode.
273         * term/mac-win.el (function-key-map): Use char-names more consistently.
274         (file-name-coding-system): Only set it for MacOS-9.  The other case is
275         already handled in mule-cmds.el (where it also works when mac-win.el
276         is not used).
278 2005-02-21  Kenichi Handa  <handa@m17n.org>
280         * international/mule.el (ctext-pre-write-conversion): Always use
281         " *code-converting-work*" buffer for work.
283         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
285 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
287         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
289 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
291         * ses.el (undo-more): Restore defadvice, but only the part that
292         allows changes outside the restricted area of the buffer.
294 2005-02-20  Kim F. Storm  <storm@cua.dk>
296         * simple.el (line-move): Add fourth optional arg try-vscroll which
297         must be set to perform auto-window-vscroll.
298         When moving backwards and doing auto-window-vscroll, automatically
299         vscroll to the last part of lines which are taller than the window.
300         (next-line, previous-line): Set try-vscroll arg on line-move.
302 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
304         * replace.el (query-replace, query-replace-regexp)
305         (replace-string, replace-regexp): When operating on region, make
306         the minibuffer prompt say so.
308         * isearch.el (isearch-forward): Document isearch-query-replace and
309         isearch-query-replace-regexp keybindings.
311 2005-02-19  Jay Belanger  <belanger@truman.edu>
313         * calc/calc-aent.el (math-read-token): Add local variable.
315         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
316         (calc-edit-top): Move declaration to earlier in file.
317         (calc-edit-macro-repeats): Add local variables.
319         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
320         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
321         calcFunc-tanh.
322         Adjust integration rule for calcFunc-tan.
324 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
326         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
327         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
328         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
329         (viper-skip-separators): Bug fix.
330         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
331         particular major mode.
332         (viper-del-backward-char-in-replace): Don't put deleted char on the
333         kill ring.
335         * viper-ex.el (viper-color-display-p): New function.
336         (viper-has-face-support-p): Use viper-color-display-p.
338         * viper-keym.el (viper-gnus-modifier-map): New keymap.
340         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
342         * viper-util.el (viper-glob-unix-files): Fix shell status check.
343         (viper-file-remote-p): Make equivalent to file-remote-p.
345         * viper.el (viper-major-mode-modifier-list):
346         Use viper-gnus-modifier-map.
348 2005-02-19  David Kastrup  <dak@gnu.org>
350         * subr.el (subregexp-context-p): Fix garbled doc string by adding
351         quoting.
353 2005-02-19  Jay Belanger  <belanger@truman.edu>
355         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
356         Remove extra definitions.
357         (calc-coth): New function.
358         (calcFunc-cot): Fix `let'.
360 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
362         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
363         the reasons we use "type pc" in these faces.
365         * button.el (button): Ditto.
367 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
369         * replace.el (query-replace-read-from): Set the value of
370         query-replace-from-history-variable to handle the case of an empty
371         string entered to accept the suggested default.
373         * net/tramp.el (tramp-file-name-for-operation):
374         Use dired-call-process instead of dired-call-process-command.
376 2005-02-19  Jay Belanger  <belanger@truman.edu>
378         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
379         (math-div-non-trig): New variables.
380         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
381         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
382         (math-combine-prod, math-div-symb-fancy): Add simplifications for
383         trig expressions.
385 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
387         * progmodes/gdb-ui.el (gdb-var-update-handler)
388         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
389         for watch expressions,
390         (gdb-var-create-handler): Don't set speedbar-update-flag.
391         (gdb-post-prompt): Simplify test for speedbar.
393 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
395         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
396         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
397         we use the syntax table of the correct buffer.
398         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
399         Felix Gatzemeier.
401         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
402         (ediff-file-remote-p): Make synonymous with file-remote-p.
403         In all deffaces ediff-*-face-*, use min-colors.
405         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
406         ediff-recurse-to-subdirectories.
407         (ediff-mark-if-equal): Check that the arguments are strings, use
408         ediff-same-contents (after to Felix Gatzemeier).
410         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
411         nil.
413 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * log-view.el (log-view-message-re): Fix up Subversion regexp.
417 2005-02-18  David Kastrup  <dak@gnu.org>
419         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
420         use `mark-active' when defined.
422 2005-02-18  Kenichi Handa  <handa@m17n.org>
424         * ps-print.el (ps-font-info-database): New entry
425         ZapfChancery-MediumItalic with correct font name.  Fix font name
426         of the entry Zapf-Chancery-MediumItalic.
428 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
430         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
432 2005-02-16  Kim F. Storm  <storm@cua.dk>
434         * ido.el (ido-fallback-command): Pass user input to fallback command.
436 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
438         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
439         (gdb-find-file-hook): Add server prefix.
441 2005-02-16  Richard M. Stallman  <rms@gnu.org>
443         * replace.el (perform-replace): Pass new args to replace-highlight.
444         (replace-highlight): Take region args,
445         and pass them to isearch-lazy-highlight-new-loop.
447         * novice.el (disabled-command-hook): Autoload the defalias
448         and the make-obsolete-variable call.
450         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
452         * isearch.el (isearch-lazy-highlight-start-limit)
453         (isearch-lazy-highlight-end-limit): New variables limit
454         the region for highlighting.
455         (isearch-lazy-highlight-new-loop): New args BEG and END.
456         (isearch-lazy-highlight-search): Use the new vars.
457         (isearch-lazy-highlight-update): Likewise.
459         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
461         * cus-start.el (all): Use default-boundp.
463 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
465         * menu-bar.el (menu-bar-select-frame): Handle current frame.
467 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
469         * autorevert.el (auto-revert-stop-on-user-input)
470         (auto-revert-verbose): Doc fixes.
472 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
474         * international/mule-cmds.el (set-locale-environment): Remove call
475         to set-selection-coding-system on Windows.
477 2005-02-15  Jay Belanger  <belanger@truman.edu>
479         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
480         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
481         calcFunc-coth.
482         (math-simplify-sqrt): Add simplifications.
484         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
485         to list.
487         * calc/calc-ext.el: Add functions to autoloads.
489         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
490         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
491         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
492         (math-csc-raw, math-cot-raw): New functions.
494         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
496         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
497         the variable name in a message.
499         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
500         calcFunc-csc, calcFunc-cot.
502         * calc/calcalg2.el: Add derivative and integration rules for
503         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
504         calcFunc-csch, calcFunc-coth.
505         (math-do-integral-methods): Add to checks for when to use
506         substitutions.
508         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
510 2005-02-15  Lute Kamstra  <lute@gnu.org>
512         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
513         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
514         <monnier@iro.umontreal.ca>
515         (lisp-outline-level): Improve efficiency.  Suggested by David
516         Kastrup <dak@gnu.org>.
518 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
520         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
521         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
522         (gdb-set-gud-minor-mode-existing-buffers): New functions.
523         (gdb-find-file-hook): New hook. Add it to find-file-hook.
524         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
526 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
528         * cus-start.el (all): Comment change.
530 2005-02-14  Lute Kamstra  <lute@gnu.org>
532         * cus-start.el (all): Check if symbol is void.
534 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
536         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
537         optional argument to \cite.
539 2005-02-14  Richard M. Stallman  <rms@gnu.org>
541         * cus-edit.el (custom-buffer-create-internal): Update help message.
542         (custom-magic-alist): Update help messages.
544         * cus-start.el (all): Allow a var to specify a standard value.
546 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
548         * custom.el (custom-theme-set-variables): Handle variable aliases.
550         * frame.el (blink-cursor-timer): Doc fix.
551         (blink-cursor): Make it an alias for `blink-cursor-mode' and
552         declare obsolete.
553         (blink-cursor-mode): Define with defcustom and use correct
554         standard expression in that defcustom.
555         * startup.el (command-line): Adapt to above changes in frame.el.
557 2005-02-11  Lute Kamstra  <lute@gnu.org>
559         * apropos.el (apropos-score-doc): Prevent division by zero.
561 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
563         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
564         (icalendar--get-event-property-attributes)
565         (icalendar--get-event-properties)
566         (icalendar--datetime-to-diary-date): New functions.
567         (icalendar--split-value): Doc fix.
568         (icalendar--datetime-to-noneuropean-date)
569         (icalendar--datetime-to-european-date): New optional argument
570         SEPARATOR.  Return result as a string instead of a list.
571         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
572         (icalendar--convert-string-for-export): Rename arg S to STRING.
573         (icalendar-export-region): Doc fix.  Change name of error buffer.
574         Save output buffer.
575         (icalendar-import-file): Add blank at end of prompt.
576         (icalendar-import-buffer): Doc fix.  Do not switch to error
577         buffer.  Indicate status in return value.
578         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
579         buffer.  Save output buffer.  Handle exception from recurrence
580         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
581         events.  Fix problems with weekly all-day events.
583 2005-02-10  Richard M. Stallman  <rms@gnu.org>
585         * simple.el (eval-expression-print-format):
586         Avoid warning about edebug-active.
588         * help.el (help-for-help-internal): Rename from help-for-help.
589         (help-for-help): Define with defalias.
591         * font-core.el (font-lock-default-function): Use with-no-warnings.
593         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
595         * custom.el (defface): Doc fix.
597 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
599         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
600         width 0" to prevent word wrapping problems.
602 2005-02-09  Kim F. Storm  <storm@cua.dk>
604         * ido.el (ido-file-extensions-order): New defcustom.
605         (ido-file-extension-lessp, ido-file-extension-aux)
606         (ido-file-extension-order): New advanced file ordering.
607         (ido-file-lessp): New simple file ordering.
608         (ido-sort-list): Remove.
609         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
610         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
612 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
614         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
615         that some versions of grep produce.
616         (grep-mode-font-lock-keywords): Likewise.
618 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
620         * progmodes/gdb-ui.el (gdb-location-list): New variable.
621         (gdb-cdir): Delete.
622         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
623         (gdb-source-info): Treat case when source file is in another
624         directory properly.
625         (gdb-get-location): New function.
627 2005-02-07  Jay Belanger  <belanger@truman.edu>
629         * calc/calc-prog.el (calc-write-parse-table-part)
630         (calc-fix-token-name): Fix a check for language type.
632         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
634 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
636         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
637         as directory not writable.
639 2005-02-07  Kim F. Storm  <storm@cua.dk>
641         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
642         (cua--standard-movement-commands): Remove list.
643         Instead, set CUA property value to move for movement commands.
644         (cua-movement-commands): Remove.  Users must set CUA prop instead.
645         (cua--pre-command-handler): Check CUA property.
646         (cua--init-keymaps): Don't remap undo commands.
647         (cua-mode): Don't call cua--rectangle-on-off.
649         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
650         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
651         (cua--rect-undo-set-point): New var.
652         (cua--rectangle-undo-boundary): Setup undo apply entry.
653         (cua--rect-undo-handler): New function for rectangle undo.
654         (cua--rect-start-position, cua--rect-end-position): Add.
655         (cua--rectangle-post-command): Call cua--rectangle-set-corners
656         for restored rectangle.  Set point if cua--rect-undo-set-point.
658 2005-02-06  Jay Belanger  <belanger@truman.edu>
660         * calc/calc-lang.el (calc-tex-language): Display more information
661         in messages.
663         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
664         in TeX mode.
666 2005-02-06  Richard M. Stallman  <rms@gnu.org>
668         * emacs-lisp/lisp.el (buffer-end): Doc fix.
670 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
672         * net/ldap.el (ldap-search-internal): Support attributes with
673         optional descriptions separated by a semi-colon, as in
674         "userCertificate;binary".
676 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
678         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
679         isn't a cons (i.e. the version is 0).
681 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
683         * help.el (help-for-help): Doc fix.
685 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
687         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
688         GDB-Windows on the menu-bar as this works better.
690 2005-02-04  Jay Belanger  <belanger@truman.edu>
692         * calc/calc-embed.el (calc-embedded-update): Don't put in
693         unnecessary newlines. Adjust the end of formula marker.
695         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
696         (math-latex-parse-two-args): New function.
698 2005-02-03  Lute Kamstra  <lute@gnu.org>
700         * help-fns.el (help-with-tutorial): Make sure that users cannot
701         remove the entire text of the tutorial by means of `undo'.
703 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
706         in recent changes, where the ispell process was repeatedly
707         killed & restarted.
709         * international/mule-cmds.el (set-locale-environment): Set file-name
710         coding system to utf-8 on Darwin systems.
711         (set-default-coding-systems): Don't set default-file-name-coding-system
712         on Darwin systems.
714 2005-02-03  Richard M. Stallman  <rms@gnu.org>
716         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
718 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
720         * faces.el (list-faces-display): Add optional argument.
722 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * font-core.el (font-lock-default-function): Handle the rare case where
725         only font-lock-keywords is set.
727 2005-02-02  Kenichi Handa  <handa@m17n.org>
729         * international/characters.el: Cancel previous change for
730         I-WITH-DOT-ABOVE and DOTLESS-i.
732         * international/latin-5.el: Cancel previous change.
734 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
736         * progmodes/gud.el: Correction to syntax in gud-menu-map.
738 2005-02-02  Kenichi Handa  <handa@m17n.org>
740         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
741         DOTLESS-i.
743         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
744         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
746         * case-table.el (get-upcase-table): New function.
747         (copy-case-table): Copy upcaes table too if non-nil.
748         (set-case-syntax-delims): Maintain upcase table too.
749         (set-case-syntax-pair): Likewise.
750         (set-upcase-syntax, set-downcase-syntax): New functions.
751         (set-case-syntax): Maintain upcase table too.
753 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
755         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
757         * progmodes/gud.el (gud-goto-info): New function.
758         (gud-tool-bar-map): Use correct icon.
760 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
762         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
763         When delegating, order args in the funcall correctly.
765 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
767         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
769 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
771         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
772         buffer not visiting a file.
774 2005-01-31  Jay Belanger  <belanger@truman.edu>
776         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
777         bound on the line with the formula.
779 2005-01-31  Kim F. Storm  <storm@cua.dk>
781         * ses.el (ses-create-cell-variable-range)
782         (ses-destroy-cell-variable-range, ses-reset-header-string)
783         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
784         (ses-insert-row): Fix format of apply undo entries.
786 2005-01-31  Jay Belanger  <belanger@truman.edu>
788         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
789         parts.
791         * calc/calc-embed.el (calc-embedded-open-formula)
792         (calc-embedded-close-formula): Ignore matrix environments.
794         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
795         TeX mode.
797         * calc/calc-lang.el (math-function-table, math-oper-table)
798         (math-variable-table): Adjust the LaTeX portions.
800         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
801         (math-latex-ignore-words): New constant.
803 2005-01-31  Richard M. Stallman  <rms@gnu.org>
805         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
806         (ispell-local-dictionary): Doc fix.
807         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
808         Don't reinitialize at run time.  Don't defcustom.
809         All uses changed to append ispell-local-dictionary-alist,
810         or check it first.
811         (ispell-current-dictionary): New variable for dictionary in use.
812         (ispell-dictionary): Now used only for global default.
813         (ispell-start-process): Set ispell-current-dictionary,
814         not ispell-dictionary.
815         (ispell-change-dictionary): Use this only for setting
816         user preferences.
817         (ispell-internal-change-dictionary): New function
818         to change the current dictionary in use.
819         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
820         Use ispell-current-dictionary.
821         Handle ispell-local-dictionary-overridden.
822         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
824 2005-01-31  Jay Belanger  <belanger@truman.edu>
826         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
828         * calc/calc-ext.el: Add calc-latex-language to autoloads.
829         (calc-mode-map): Add calc-latex-language.
831         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
832         (math-latex-print-frac): New functions.
833         (math-oper-table, math-function-table, math-variable-table)
834         (math-complex-format, math-input-filter): Add latex properties.
835         (calc-set-language): Set math-expr-special-function-mapping.
837         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
838         (calc-write-parse-table-part):  Add LaTeX support.
840         * calc/calc.el (calc-language): Adjust docstring.
841         (calc-set-mode-line): Add LaTeX support.
842         (math-expr-special-function-mapping): New variable.
843         (math-tex-ignore-words): Add to list.
845         * calc/calccomp.el (math-compose-expr, math-compose-rows):
846         Add LaTeX support.
847         (math-compose-expr): Add support for special functions.
849         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
851 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
853         * progmodes/gdb-ui.el (gdb-memory-address)
854         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
855         (gdb-memory-mode-map, gdb-memory-format-keymap)
856         (gdb-memory-format-menu, gdb-memory-unit-keymap)
857         (gdb-memory-unit-menu): New variables for a buffer
858         that lets the user examine program memory.
859         (gdb-memory-set-address, gdb-memory-set-repeat-count)
860         (gdb-memory-format-binary, gdb-memory-format-octal)
861         (gdb-memory-format-unsigned, gdb-memory-format-signed)
862         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
863         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
864         (gdb-memory-unit-word, gdb-memory-unit-halfword)
865         (gdb-memory-unit-byte, gdb-memory-unit-menu)
866         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
867         (gdb-memory-mode, gdb-memory-buffer-name)
868         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
869         New functions for above buffer.
871 2005-01-30  Richard M. Stallman  <rms@gnu.org>
873         * cus-edit.el (custom-bury-buffer): Function deleted.
874         (custom-buffer-done-function): Option deleted.
875         (custom-buffer-done-kill): New (replacement option.
876         (Custom-buffer-done): Call quit-window.
877         (custom-buffer-create-internal): Update for above changes.
879 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
881         * simple.el (undo-ask-before-discard): New var.
882         (undo-outer-limit-truncate): Implement it.
883         (undo-extra-outer-limit): Doc update.
885 2005-01-29  Richard M. Stallman  <rms@gnu.org>
887         * ses.el (undo-more): Delete defadvice.
888         (ses-begin-change): Doc fix.
890         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
891         instead of rebinding C-x u and C-_.
893         * files.el (normal-backup-enable-predicate): Return nil for files
894         in /tmp, regardless of temporary-file-directory.
896         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
898         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
899         (open-rectangle, delete-whitespace-rectangle-line)
900         (clear-rectangle-line): If FILL, pass t instead of FILL
901         for move-to-column's 2nd arg.
903         * simple.el (undo): Fix the test for continuing a series of undos.
904         (undo-more): Set pending-undo-list to t when we reach end.
905         (pending-undo-list): Move up defvar.
907         * wid-edit.el (widget-button-click):
908         Shorten the range of the track-mouse binding.
910         * comint.el (comint-insert-input): Undo previous changes;
911         use last-input-event in interactive spec.
913 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
915         * progmodes/compile.el (compilation-start): Bind buffer-read-only
916         to nil before invoking call-process.  Reset buffer's modified flag
917         after fontifying it in the no-async branch.
919         * wid-edit.el (widget-specify-button): If mouse pointer shape
920         cannot be changed, use mouse face instead.
922 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
924         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
925         (gdb-goto-breakpoint): Make breakpoint handling work on template
926         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
927         (gdb-assembler-custom): Update to recognise breakpoint information
928         added on 2005-01-19.
930 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
932         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
933         (dsssl-mode): Use define-derived-mode.
934         (scheme-mode-initialize): Remove.
935         (scheme-mode): Use run-mode-hooks.
937         * cus-edit.el (customize-group-other-window)
938         (custom-buffer-create-other-window): Don't override special-display-*.
939         (custom-mode-map): Make it dense.
941         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
942         sets the default value.
944 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
946         * descr-text.el: Add more keywords.
948 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * speedbar.el: Avoid unnecessary use of locate-library.
952         * international/mule-cmds.el (standard-display-european-internal):
953         Don't fiddle with latin-1 non-break space any more since it's now
954         special cased in the C code.
955         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
957 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
959         * cus-start.el (all): Add `undo-outer-limit'.
961 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
963         * textmodes/bibtex.el (bibtex-format-entry):
964         Use `bibtex-empty-field-re' only on the text of fields, not on entire
965         field lines.
966         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
967         not on part of a buffer.
969 2005-01-25  Lute Kamstra  <lute@gnu.org>
971         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
972         nonempty field text strings like "{letters\\macro{}more letters}".
973         Clarify docstring.
974         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
975         (bibtex-entry-offset, bibtex-parse-association)
976         (bibtex-parse-field-name): Fix typos in docstrings.
977         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
979 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
981         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
982         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
983         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
984         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
986         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
987         isearch minor mode.
989 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
991         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
993 2005-01-24  Lute Kamstra  <lute@gnu.org>
995         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
996         CASECHARS and NOT-CASECHARS regular expressions of the
997         "nederlands" and "nederlands8" dictionaries to prevent a "Range
998         striding over charsets" error.
1000 2005-01-24  Jay Belanger  <belanger@truman.edu>
1002         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1003         display variable name.
1005 2005-01-24  Kenichi Handa  <handa@m17n.org>
1007         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1008         Fix setting of the element of encoded-kbd-iso2022-invocations.
1010 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
1012         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1013         (gdb-threads-select): Change to also accept mouse events.
1014         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1015         (gdb-threads-mouse-select): Delete.
1017 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
1019         * files.el (insert-directory): Take care of empty directory,
1020         listed without -a switch.
1022 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1024         * textmodes/refill.el (refill-post-command-function):
1025         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1026         to the list of functions that we should be careful not to undo.
1027         (refill-late-fill-paragraph-function): Remove.
1028         (refill-saved-state): New var.
1029         (refill-mode): Use it to save fill-paragraph-function.
1030         Save also the value of auto-fill-function.
1032         * term/w32-win.el: Simplify code.
1034 2005-01-23  Kim F. Storm  <storm@cua.dk>
1036         * simple.el (line-move): Adapt to new return value from
1037         pos-visible-in-window-p.
1039         * simple.el (line-move): Fix last change.  Check partial
1040         visibility at point rather than at window-start.
1042 2005-01-22  Jason Rumney  <jasonr@gnu.org>
1044         * term/w32-win.el (xw-defined-colors): Remove debug-message.
1046 2005-01-22  David Kastrup  <dak@gnu.org>
1048         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1050 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
1052         * type-break.el (type-break-mode): Add a test for
1053         type-break-file-name being non-nil.
1055 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
1057         * net/eudc.el (top level): Call (message "") via progn, so that
1058         eudc-options-file is loaded.
1060 2005-01-22  Kim F. Storm  <storm@cua.dk>
1062         * simple.el (line-move-1): Rename from line-move.
1063         (line-move): New function that adjusts vscroll for partially
1064         visible rows, and calls line-move-1 otherwise.
1066 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
1068         * pcomplete.el: define pcomplete-read-event instead of read-event,
1069         since it's not a complete read-event implementation
1071 2005-01-20  Jay Belanger  <belanger@truman.edu>
1073         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1074         for called function.
1076 2005-01-20  Steven Tamm  <steventamm@mac.com>
1078         * term/mac-win.el (process-connection-type): Remove.
1079         Controlled now by s/darwin.h:PTY_ITERATION.
1081 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * window.el (handle-select-window): Don't switch window when we're
1084         in the minibuffer.
1086 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1088         * subr.el (dotimes-with-progress-reporter): New macro.
1090         * ses.el (ses-dotimes-msg): Remove macro.
1091         Use `dotimes-with-progress-reporter' instead.
1093 2005-01-19  Steven Tamm  <steventamm@mac.com>
1095         * term/mac-win.el (process-connection-type): Use new
1096         operating-system-release variable to use ptys on Darwin 7 (OSX
1097         10.3) when using carbon build.
1099 2005-01-19  Jay Belanger  <belanger@truman.edu>
1101         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1102         flags if the last command was a tab or M-tab.
1104         * calc/calc-prog.el (calc-user-define-edit): Put original formula
1105         in formula editing buffer.
1107 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1109         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1110         breakpoint image symbol in margin.
1112 2005-01-19  Jay Belanger  <belanger@truman.edu>
1114         * calc/calc-prog.el (calc-execute-kbd-macro):
1115         Ignore calc-keep-arg-flag.
1117 2005-01-19  Kenichi Handa  <handa@m17n.org>
1119         * textmodes/ispell.el (ispell-looking-at): New function.
1120         (ispell-process-line): Use ispell-looking-at to compare the ispell
1121         output and the buffer contents.
1123 2005-01-18  Jay Belanger  <belanger@truman.edu>
1125         * calc/calc.el (calc-display-raw): Fix docstring.
1127 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1129         * simple.el (blink-matching-open): Strip extra info from syntax.
1131         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1132         funny chars in the end-of-here-doc marker.
1134 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1136         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1137         that enable/disabled state of breakpoints is shown correctly in
1138         fringe and on ttys.
1139         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1140         Add breakpoint information as text properties.
1141         (gdb-mouse-toggle-breakpoint):
1142         Rename to gdb-mouse-set-clear-breakpoint.
1143         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
1144         breakpoints in the margin.
1145         (gdb-remove-strings): Simplify.
1147 2005-01-17  Jay Belanger  <belanger@truman.edu>
1149         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1150         erasing buffer.
1152 2005-01-17  Richard M. Stallman  <rms@gnu.org>
1154         * progmodes/grep.el (grep-find): Copy from `grep' the condition
1155         for calling grep-compute-defaults.
1157         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1158         if buffer is empty.
1160         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1162 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1164         * hilit-chg.el (highlight-changes-mode): Don't autoload.
1166         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1167         non-preloaded variables.
1169 2005-01-17  Steven Tamm  <steventamm@mac.com>
1171         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1172         tex-shell cause to force interactivity when using pipes.
1174 2005-01-17  Kim F. Storm  <storm@cua.dk>
1176         * simple.el (just-one-space): Make arg optional.
1178 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
1180         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1181         posn-at-x-y to t to access left-margin.
1183 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
1185         Sync with Tramp 2.0.47.
1187         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1188         catching keep-date problems in cp/scp operations.
1189         (tramp-handle-copy-file): Don't call `set-file-modes'
1190         unconditionally.  Specialized functions should know better what is
1191         necessary.  This improves performance a little bit, and the
1192         functions could catch errors with `cp -p' and `scp -p'.
1193         (tramp-do-copy-or-rename-file-via-buffer)
1194         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1195         when appropriate.
1196         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1197         Call `set-file-modes' when appropriate.
1198         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
1199         Johnsson <isak@hypergene.com>
1200         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1201         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
1202         <joakim@verona.se>
1203         (tramp-file-name-for-operation): Mark `shell-command' as magic for
1204         Emacs only.
1206         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
1207         `find-file-hooks' and `dired-mode-hook'.
1208         (tramp-minor-mode-map): Respective map.  Add remapping for
1209         `compile' and `recompile'.
1210         (tramp-remap-command, tramp-recompile): New defuns.
1211         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1212         in buffer "*Compilation*".  Call the commands asynchronously.
1214         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1215         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1216         `shell-command', because it isn't magic in XEmacs.  Reported by
1217         Adrian Aichner <adrian@xemacs.org>.
1219         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1220         `substitute-in-file-name.
1221         (tramp-smb-handle-substitute-in-file-name): New defun.
1222         (tramp-smb-advice-PC-do-completion): Delete advice.
1224 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
1226         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1227         Fix error in deleting region.
1229 2005-01-15  Richard M. Stallman  <rms@gnu.org>
1231         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1232         In non-temp buffer, switch syntax table temporarily.
1234         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1236         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1238         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1240         * imenu.el (imenu--split-menu): Copy menulist before sorting.
1241         (imenu--generic-function): Use START, not BEG, as pos of definition.
1243         * simple.el (just-one-space): Argument specifies number of spaces.
1245         * simple.el (eval-expression-print-format): Avoid warning
1246         about edebug-active.
1248 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
1250         * progmodes/sh-script.el: Code copied from make-mode.el
1251         with small changes,
1252         (sh-mode-map): Bind C-c C-\.
1253         (sh-backslash-column, sh-backslash-align): New variables.
1254         (sh-backslash-region, sh-append-backslash): New functions.
1256 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1258         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1259         (rmail-pop-password, rmail-pop-password-required): Move to
1260         rmail-obsolete group.
1261         (rmail-set-pop-password): Rename to rmail-set-remote-password.
1262         All callers updated.
1263         (rmail-get-pop-password): Rename to rmail-get-remote-password.
1264         Take an argument specifying whether it is POP or IMAP mailbox we
1265         are using.  All callers updated.
1266         (rmail-pop-password-error): Rename to
1267         rmail-remote-password-error.  Added mailutils-specific error message.
1268         (rmail-movemail-search-path)
1269         (rmail-movemail-variant-in-use): New variables.
1270         (rmail-remote-password, rmail-remote-password-required):
1271         New customization variables.
1272         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1273         (rmail-parse-url): New function.
1274         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1275         with GNU mailutils movemail.
1277 2005-01-15  Kevin Ryde  <user42@zip.com.au>
1279         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1280         suffix to space, $ or '$, to correctly position point when going
1281         to @table style constants like DBL_MAX.
1283 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
1285         * type-break.el (type-break-mode, type-break-file-time)
1286         (type-break-file-keystroke-count, type-break-choose-file):
1287         Don't store data in or load data from the file if type-break-file-name
1288         is nil.
1289         (type-break-file-name): Doc update as per the above.
1291 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
1293         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1294         lookup-key might return nil; handle that.
1296 2005-01-15  Alan Mackenzie  <acm@muc.de>
1298         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1299         rather than the element found, thus enabling the tree to be setcar'd.
1301 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
1303         * textmodes/org.el (org-show-following-heading): New option.
1304         (org-show-hierarchy-above): Use `org-show-following-heading'.
1305         (org-cycle): Documentation fix.
1307         * textmodes/org.el (orgtbl-optimized): New option
1308         (orgtbl-mode): New command, a minor mode.
1309         (orgtbl-mode-map): New variable.
1310         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1311         (orgtbl-error, orgtbl-self-insert-command)
1312         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1314         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1315         a local variable in each org-mode buffer.
1317         * textmodes/org.el (org-set-regexps-and-options): Rename from
1318         `org-set-regexps'.  Added checking for STARTUP keyword.
1319         (org-get-current-options): Add STARTUP options.
1320         (org-table-insert-row): Mode mode intelligent about when
1321         realignment is needed.
1322         (org-self-insert-command, org-delete-backward-char, org-delete-char):
1323         New commands.
1324         (org-enable-table-editor): New default value `optimized'.
1325         (org-table-blank-field): Support blanking regions if active.
1327 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
1329         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1330         if the year is not given.
1332         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1333         Add new escapes %m and %M, fixed bug with %F by adding
1334         save-match-data.
1335         (reftex-reference): Remove ?. from list of spaces.
1336         (reftex-label-info): Add automatic label prefix recognition.
1338         * textmodes/reftex-index.el (reftex-index-next-phrase):
1339         Add slave parameter to call of `reftex-index-this-phrase'.
1340         (reftex-index-this-phrase): New optional argument.
1341         (reftex-index-region-phrases): Add slave parameter to call of
1342         `reftex-index-this-phrase'.
1343         (reftex-display-index): New argument redo.
1344         (reftex-index-rescan): Add 'redo to arguments of
1345         `reftex-display-index'.
1346         (reftex-index-Rescan, reftex-index-revert)
1347         (reftex-index-switch-index-tag): Add 'redo to arguments of
1348         `reftex-display-index'.
1349         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1350         indexing.  Fix bug with matching is there is a quote before or
1351         after the word.
1353         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1354         Fix bug when collecting citation keys in lines with comments.
1355         (reftex-citation): Prefix argument no longer rescans the document,
1356         but forces prompting for optional arguments of cite macros.
1357         (reftex-do-citation): Prompting for optional arguments implemented.
1359         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1360         Add optional arguments to most cite commands.
1361         (reftex-cite-cleanup-optional-args): New option
1362         (reftex-cite-prompt-optional-args): New option.
1363         (reftex-trust-label-prefix): New option.
1365         * textmodes/reftex-toc.el (reftex-toc-find-section):
1366         Add push-mark before changing the position in the buffer.
1368         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1369         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1371 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
1373         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1374         more carefully.
1376 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1379         (sgml-mode): Use it.
1380         (sgml-get-context): Better keep track of implicitly closed tags.
1382 2005-01-13  Kenichi Handa  <handa@m17n.org>
1384         * textmodes/ispell.el: These changes are to fix misalignment error
1385         caused by equivalent characters of different Emacs charsets.
1386         (ispell-unified-chars-table): New variable.
1387         (ispell-get-decoded-string): New function.
1388         (ispell-get-casechars, ispell-get-not-casechars)
1389         (ispell-get-otherchars): Call ispell-get-decoded-string.
1391 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
1393         * custom.el (custom-declare-variable): Just put symbol instead
1394         of (defvar . symbol) in `current-load-list'.
1396 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1398         * emacs-lisp/elint.el: Fixed typo in Commentary section.
1400 2005-01-12  Jay Belanger  <belanger@truman.edu>
1402         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1403         to create a Calc summary.
1405 2005-01-12  Kim F. Storm  <storm@cua.dk>
1407         * mouse.el (mouse-on-link-p): Change functionality and doc
1408         string to comply with latest description in lisp ref.
1410 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
1412         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1413         Enable mouse clicks on mode-line, header-line and margin.
1414         (event-type): Give mouse event symbols an 'event-kind property
1415         with value 'mouse-click.
1417 2005-01-12  Juri Linkov  <juri@jurta.org>
1419         * facemenu.el (list-colors-display): Add new arg buffer-name.
1420         Use it.  Fix docstring.  Replace code for identifying duplicate
1421         colors by the name with call to `list-colors-duplicates' which
1422         identifies duplicate colors by the value unless the color
1423         is one of special Windows colors.  Set truncate-lines to t.
1424         Print sorted duplicate color names on each line.  Indent to 22
1425         \(the longest color name in rgb.txt) instead of 20.  Optimize.
1426         (list-colors-duplicates): New function.
1427         (facemenu-color-name-equal): Delete function.
1429         * facemenu.el (list-colors-print): New function created from code
1430         in list-colors-display.  Print #RRGGBB at the window right edge.
1431         (list-colors-display): When temp-buffer-show-function is not
1432         defined, call list-colors-print from temp-buffer-show-hook
1433         to get the right value of window-width in list-colors-print
1434         after the buffer is displayed.
1436         * simple.el (pop-mark): Move deactivate-mark out of conditional
1437         part to deactivate the active mark regardless of the state of the
1438         mark ring.
1440         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1441         variables line in desktop files.
1443 2005-01-12  Juri Linkov  <juri@jurta.org>
1445         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1446         Bring together isearch highlight related options.
1447         (lazy-highlight): Replace group `replace' by `matching'.
1448         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1449         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1450         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1451         and declare them obsolete.
1452         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1453         (isearch-faces): Remove defgroup.
1454         (isearch-overlay, isearch-highlight, isearch-dehighlight):
1455         Move isearch highlighting code closer to lazy highlighting code.
1457         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1458         (query-replace-highlight, query-replace-lazy-highlight)
1459         (query-replace): Move definitions to the beginning of the file.
1461 2005-01-11  Juri Linkov  <juri@jurta.org>
1463         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1464         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1465         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1467         * info.el (Info-history-forward): New variable.
1468         (Info-select-node): Reset Info-history-forward to nil.
1469         (Info-last): Turn into defalias.
1470         (Info-history-back): Rename from Info-last.
1471         Add current node to Info-history-forward.
1472         (Info-history-forward): New fun.
1473         (Info-mode-map): Replace Info-last by Info-history-back.
1474         Bind Info-history-forward to "r".
1475         (Info-mode-menu): Replace Info-last by Info-history-back.
1476         Fix menu item text.  Add menu item for Info-history-forward.
1477         (info-tool-bar-map): Replace Info-last by Info-history-back.
1478         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
1479         for Info-history-forward.
1480         (Info-mode): Replace Info-last by Info-history-back in docstring.
1481         Add local variable Info-history-forward.
1482         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1484 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1487         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1488         Ignore select-window events rather than fiddle with
1489         mouse-autoselect-window.
1491 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
1493         * type-break.el (type-break-mode): Fix previous change.
1495 2005-01-10  Jay Belanger  <belanger@truman.edu>
1497         * calc/calc-ext.el (calc-reset): Reset when inside embedded
1498         calculator; only reset when point is inside a calculator.
1499         Don't adjust the window height if the window takes up the whole height
1500         of the frame.
1502 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
1504         * ebuff-menu.el (Electric-buffer-menu-mode):
1505         Preserve value of buffer-local var header-line-format.
1507 2005-01-09  Jay Belanger  <belanger@truman.edu>
1509         * calc/calc.el (calc-mode-var-list-restore-saved-values):
1510         Make sure settings file exists before accessing it.
1512         * calc/calc-embed.el (calc-embedded-subst):
1513         Replace math-multi-subst-rec, which is only supposed to be called
1514         by math-multi-subst, by math-multi-subst.
1516 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
1518         * vc.el (vc-allow-async-revert): New user option.
1519         (vc-disable-async-diff): New internal variable.
1520         (vc-revert-buffer): Use them to disable asynchronous diff.
1522         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1523         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1524         asynchronously if vc-disable-async-diff is t.
1526 2005-01-09  Jay Belanger  <belanger@truman.edu>
1528         * calc/calc.el (defcalcmodevar): New macro.
1529         (calc-mode-var-list-restore-default-values)
1530         (calc-mode-var-list-restore-saved-values): New functions.
1531         (calc-mode-var-list): Use defcalcmodevar to define it.
1532         (calc-always-load-extensions, calc-line-numbering)
1533         (calc-line-breaking, calc-display-just, calc-display-origin)
1534         (calc-number-radix, calc-leading-zeros, calc-group-digits)
1535         (calc-group-char, calc-point-char, calc-frac-format)
1536         (calc-prefer-frac, calc-hms-format, calc-date-format)
1537         (calc-float-format, calc-full-float-format, calc-complex-format)
1538         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1539         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1540         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1541         (calc-matrix-brackets, calc-language, calc-language-option)
1542         (calc-left-label, calc-right-label, calc-word-size)
1543         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1544         (calc-display-raw, calc-internal-prec, calc-angle-mode)
1545         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1546         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1547         (calc-window-height, calc-display-trail, calc-show-selections)
1548         (calc-use-selections, calc-assoc-selections)
1549         (calc-display-working-message, calc-auto-why, calc-timing)
1550         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1551         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1552         (calc-gnuplot-default-device, calc-gnuplot-default-output)
1553         (calc-gnuplot-print-device, calc-gnuplot-print-output)
1554         (calc-gnuplot-geometry, calc-graph-default-resolution)
1555         (calc-graph-default-resolution-3d, calc-invocation-macro)
1556         (calc-show-banner): Use defcalcmodevar to declare them and set
1557         their default values.
1559         * calc/calc-ext.el (calc-reset): Restore saved values of variables
1560         instead of default values (but restore default values if there is
1561         an argument of 0).
1563 2005-01-09  David Kastrup  <dak@gnu.org>
1565         * desktop.el (desktop-restore-eager): Fix typo in type.
1567 2005-01-08  Richard M. Stallman  <rms@gnu.org>
1569         * cus-edit.el (customize): Delete :link.
1571 2005-01-08  Jay Belanger  <belanger@truman.edu>
1573         * calc/calc.el (calc-mode): Remove the extension from the
1574         `calc-settings-file' file name when loading it.
1576 2005-01-08  Kim F. Storm  <storm@cua.dk>
1578         * info.el (Info-mode-map, Info-next-link-keymap)
1579         (Info-prev-link-keymap, Info-up-link-keymap):
1580         Map follow-link to mouse-face.
1581         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1583 2005-01-08  Jay Belanger  <belanger@truman.edu>
1585         * calc/calc.el (calc-settings-file): Change default value.
1586         Suggested by cgw in a comment in calc-mode.el.
1588         * calc/calc-mode.el (calc-settings-file-name):
1589         Compare calc-settings-file to user-init-file instead of ~/.emacs.
1590         Replace ~/.emacs in a prompt by calc-settings-file.
1592 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
1594         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1595         (desktop-lazy-idle-delay): New customizable variables.
1596         (desktop-buffer-args-list): New variable.
1597         (desktop-append-buffer-args): New function.
1598         (desktop-save): Call desktop-append-buffer-args for some buffers.
1599         (desktop-lazy-create-buffer): New function.
1600         (desktop-idle-create-buffers): New function.
1601         (desktop-read): Add message about buffers to restore lazily.
1602         (desktop-lazy-abort): New command.
1603         (desktop-clear): Call desktop-lazy-abort.
1604         (desktop-lazy-complete): New command.
1606 2005-01-06  Richard M. Stallman  <rms@gnu.org>
1608         * emacs-lisp/find-func.el (find-face-definition):
1609         Rename from find-face.
1611 2005-01-06  Kim F. Storm  <storm@cua.dk>
1613         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1615         * man.el (Man-xref-man-page, Man-xref-header-file)
1616         (Man-xref-normal-file): Add follow-link property.
1618 2005-01-06  Jay Belanger  <belanger@truman.edu>
1620         * calc/calc-units.el: Make sure the proper macro definitions are
1621         available when compiling.
1623 2005-01-06  Juri Linkov  <juri@jurta.org>
1625         * isearch.el (isearch-lazy-highlight-update):
1626         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1628 2005-01-06  Miles Bader  <miles@gnu.org>
1630         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1631         (isearch-lazy-highlight-face): Use new name.
1633 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * uniquify.el (uniquify-rationalize-file-buffer-names):
1636         Re-add an interactive spec.
1637         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1638         to the same name.
1640         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1641         (isearch-update, isearch-done): Adjust calls accordingly.
1643 2005-01-05  Richard M. Stallman  <rms@gnu.org>
1645         * custom.el (custom-set-variables, custom-theme-set-variables):
1646         Clarify documentation.
1648         * emacs-lisp/find-func.el (find-variable)
1649         (find-variable-other-window, find-variable-other-frame):
1650         Fix the TYPE args to find-function-read and find-function-do-it.
1651         (find-function): Doc fix.
1652         (find-function-at-point): Replace function-at-point alias.
1654 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1656         * cus-face.el (custom-declare-face):
1657         Record defface in current-load-list.
1659         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1661         * emacs-lisp/find-func.el: Doc fixes.
1662         (find-face-regexp): New variable.
1663         (find-function-regexp-alist): New variable.
1664         (find-function-C-source): Third arg is now TYPE.
1665         (find-function-search-for-symbol): Handle general TYPE.
1666         (find-function-read, find-function-do-it): Handle general TYPE.
1667         (find-definition-noselect, find-face): New functions.
1668         (function-at-point): Alias deleted.
1670 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1672         * battery.el (display-battery-mode): Rename from display-battery.
1673         Handle the case where it gets turned off.
1675 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1677         * cus-edit.el (customize): Make :link point to user doc.
1679         * man.el (Man-fontify-manpage): Turn off undo generation.
1681         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1683 2005-01-04  Andreas Schwab  <schwab@suse.de>
1685         * files.el (insert-directory): Only look for error lines in
1686         inserted text.  Don't move too far after processing --dired markers.
1688 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1690         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1691         Don't expand if the character is @, period, dash, etc.
1692         (define-mail-abbrev): Quote names that contain problem characters.
1694 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
1696         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1698 2005-01-03  Richard M. Stallman  <rms@gnu.org>
1700         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1701         (query-replace-highlight, query-replace-lazy-highlight)
1702         (query-replace): Definitions moved up.  Doc fix.
1704 2005-01-03  Richard M. Stallman  <rms@gnu.org>
1706         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1707         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1708         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1709         (lazy-highlight-face): Rename from isearch-lazy-...
1710         Change all references to them.
1712 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1714         * cus-edit.el (custom-file): Doc fix for defcustom.
1715         (custom-file): The function no longer sets the variable
1716         `custom-file' to its return value.
1718         * startup.el (command-line): No longer load `custom-file'.
1720 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1724         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1725         Don't confuse module-prefixed identifiers for labels.
1726         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1728 2005-01-02  Richard M. Stallman  <rms@gnu.org>
1730         * files.el (basic-save-buffer-1): Fix previous change.
1732         * loadhist.el (file-loadhist-lookup): New function.
1733         (file-provides, file-requires): Use it.
1735         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1736         instead of calculating the right size.
1738 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
1740         * vc-svn.el (vc-svn-diff): Stay local if possible.
1742 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
1744         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1746         * files.el (hack-local-variables): Fix last change.
1748 2005-01-02  Jay Belanger  <belanger@truman.edu>
1750         * calc/calc-yank.el (calc-edit-top): New variable.
1751         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1752         object.  Change header properties.
1753         (calc-edit-finish, calc-edit-finish-stack-object)
1754         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1755         edited object.
1756         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1757         for the beginning of the edited object.
1758         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1759         for the beginning of the edited object.
1760         * calc/calc-prog.el (calc-edit-macro-finish-edit)
1761         (calc-finish-formula-edit, calc-macro-repeats)
1762         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1763         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1764         beginning of the edited object.
1765         (calc-user-define-edit): Change the header for editing macros.
1766         Remove unnecessary variable.
1768 2005-01-01  Jay Belanger  <belanger@truman.edu>
1770         * calc/calc-yank.el (calc-edit-mode): Change default header.
1771         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1772         * calc/calc-store.el (calc-edit-variable): Change title to match new
1773         header.
1774         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1775         mode to match new header.
1776         (calc-user-define-edit): Change titles to include names of commands.
1777         (calc-finish-formula-edit): Adjust to handle new header.
1778         (calc-finish-macro-edit): Remove.
1779         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1780         (calc-edit-macro-command, calc-edit-macro-command-type)
1781         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1782         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1783         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1784         (calc-edit-macro-finish-edit): New functions.
1785         (calc-user-define-edit): Use new functions to edit named calc macros.
1787 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
1789         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1791         * ses.el (copy-region-as-kill): Deactivate mark.
1793 2005-01-01  Richard M. Stallman  <rms@gnu.org>
1795         * replace.el (occur-1): If the output buffer is also an input,
1796         don't kill it, rename it.
1798         * faces.el (set-face-background, set-face-foreground): Doc fix.
1800         * cus-face.el (custom-face-attributes): Fix :help-echo strings
1801         for :foreground and :background.
1803         * dired.el (dired-view-command-alist): Variable deleted.
1804         (dired-view-file, dired-mouse-find-file-other-window):
1805         Delete the code to use it.
1807 2005-01-01  Kim F. Storm  <storm@cua.dk>
1809         * image.el (insert-sliced-image): Use t for line-height property.
1811 2004-12-31  Jay Belanger  <belanger@truman.edu>
1813         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
1814         for "var-" at the beginning of the minibuffer.
1816 2004-12-31  Richard M. Stallman  <rms@gnu.org>
1818         * faces.el (read-face-name):
1819         Don't treat an attribute spec as a list of faces.
1821         * simple.el (undo): Use undo-equiv-table to detect
1822         unexpected changes since previous undo.
1823         (undo-list-saved): Variable deleted.
1824         (buffer-disable-undo): Don't alter undo-list-saved.
1826         * files.el (require-final-newline): Allow `visit' and `visit-save'.
1827         (mode-require-final-newline): New option.
1828         (after-find-file): Handle require-final-newline with new values.
1829         (basic-save-buffer): Handle new values of require-final-newline.
1831         * progmodes/sh-script.el (sh-require-final-newline):
1832         Alist value now controls whether to use mode-require-final-newline.
1833         (sh-set-shell): Implement that new meaning.
1835         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1836         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1837         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1838         Delete old-Emacs compatibility code.
1839         (antlr-c-common-init): Function deleted.
1841         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1842         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1843         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1844         * progmodes/python.el (python-mode): Use mode-require-final-newline.
1845         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1846         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1847         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1848         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1849         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1850         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1851         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1852         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1853         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1854         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1855         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1856         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1858 2004-12-31  Jay Belanger  <belanger@truman.edu>
1860         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1861         way to return to Calc.
1863         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1864         finish, C-xk as the way to cancel the edit.  Add cancel routine to
1865         kill-buffer-hook.
1867         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1868         MacEdit code.
1870         * calc/calc-prog.el: Remove obsolete MacEdit code.
1871         (calc-macro-edit-algebraic, calc-macro-edit-variable)
1872         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1874 2004-12-31  Kenichi Handa  <handa@m17n.org>
1876         * international/mule.el (buffer-file-coding-system-explicit):
1877         Rename for explicit-buffer-file-coding-system.
1878         (after-insert-file-set-coding): Adjust for the above change.
1880         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1881         to buffer-file-coding-system-explicit.
1882         (basic-save-buffer-1): Likewise.
1884 2004-12-30  Richard M. Stallman  <rms@gnu.org>
1886         * textmodes/artist.el (artist-butlast-fn): Var deleted.
1887         (artist-butlast, artist-last): Functions deleted.
1888         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1889         (artist-compute-key-compl-table): Call remq directly.
1890         (artist-remove-nulls): Function deleted.
1891         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1892         (artist-push, artist-pop): Macro deleted.
1894 2004-12-30  Andreas Leue  <al@sphenon.de>
1896         * textmodes/artist.el (artist-version): 1.2.6
1897         (artist-prev-next-op-alist): New variable.
1898         (artist-select-next-op-in-list): New function.
1899         (artist-select-prev-op-in-list): New function.
1900         (artist-make-prev-next-op-alist): New function.
1901         (artist-is-in-op-list-p): New function.
1902         (artist-get-first-non-nil-op): New function.
1903         (artist-get-last-non-nil-op): New function.
1904         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1905         artist-prev-next-op-alist.
1906         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1907         change drawing operation.
1909 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1911         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1913 2004-12-31  Masatake YAMATO  <jet@gyve.org>
1915         * server.el (server-process-filter): Suppress `error', too.
1917 2004-12-30  Jay Belanger  <belanger@truman.edu>
1919         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1920         Change the way a variable is displayed in a message.
1922         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1923         (calc-user-define-permanent, calc-execute-kbd-macro):
1924         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1926 2004-12-30  Kenichi Handa  <handa@m17n.org>
1928         * files.el (basic-save-buffer-1):
1929         Set explicit-buffer-file-coding-system to last-coding-system-used.
1930         (revert-buffer): Pay attention to
1931         explicit-buffer-file-coding-system (not buffer-file-coding-system)
1932         on bind coding-system-for-read.
1934         * international/mule.el (explicit-buffer-file-coding-system):
1935         New buffer local variable.
1936         (after-insert-file-set-coding): Set it to coding-system-for-read.
1938 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1940         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1942 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
1944         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1945         that include line numbers.
1947 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
1949         * files.el (hack-local-variables): If no PREFIX, set it to "^".
1950         Redundant variable PREFIXLEN removed.
1952 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
1954         * eshell/em-hist.el (eshell-previous-matching-input):
1955         Start the deletion from the end of the output.
1957 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1959         * term/mac-win.el: Require x-dnd.
1960         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
1962 2004-12-29  David Kastrup  <dak@gnu.org>
1964         * international/mule.el (decode-coding-inserted-region):
1965         Don't barf if `buffer-undo-list' is already set to `t'.
1967 2004-12-29  Jay Belanger  <belanger@truman.edu>
1969         * calc/calc-prog.el (calc-user-define-formula): Put default values
1970         for function names in prompts.
1971         (calc-user-define-permanent, calc-user-define-composition)
1972         (calc-user-define-formula): Remove the need for "calcFunc-" in the
1973         default input for algebraic functions.
1975 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
1977         * vc-rcs.el (vc-rcs-annotate-command):
1978         Fix omission bug: Call `vc-setup-buffer'.
1980 2004-12-29  Kenichi Handa  <handa@m17n.org>
1982         * international/mule.el (recode-region): New function.
1984 2004-12-28  Richard M. Stallman  <rms@gnu.org>
1986         * simple.el (undo-extra-outer-limit): New variable.
1987         (undo-outer-limit-truncate): Test and set it.
1989         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
1990         enables the feature to extend the existing region.
1992         * simple.el (mark-word): New arg ALLOW-EXTEND
1993         enables the feature to extend the existing region.
1995         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
1996         enables the feature to extend the existing region.
1998         * startup.el (site-run-file): Don't allow setting it with Custom.
2000         * simple.el (buffer-disable-undo): Fix previous change.
2002 2004-12-27  Masatake YAMATO  <jet@gyve.org>
2004         * hexl.el (hexlify-buffer): Remove fontification here.
2005         Use font lock mechanism instead.
2006         (hexl-font-lock-keywords): New font lock kewords.
2007         (hexl-mode-old-font-lock-keywords): New variable.
2008         (hexl-mode): Store the old font lock keywords.
2009         (hexl-mode-exit): Restore the old font lock keywords.
2011 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2013         * simple.el (undo): Fix previous change.
2015 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2017         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
2018         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2019         Call x-open-connection on Mac OS X.
2021 2004-12-27  Richard M. Stallman  <rms@gnu.org>
2023         * files.el (buffer-save-without-query): New var (buffer-local).
2024         (save-some-buffers): Save those buffers first, w/o asking.
2026         * files.el (insert-directory-ls-version): New variable.
2027         (insert-directory): When ls returns an error, test the version
2028         number to decide what the return code means.
2029         With --dired output format, detect and distinguish lines
2030         that are really error messages.
2031         (insert-directory-adj-pos): New function.
2033         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2035         * battery.el (battery-mode-line-format): Remove initial spaces.
2037         * uniquify.el (uniquify-rationalize-file-buffer-names):
2038         Delete interactive spec.
2040         * type-break.el (type-break-mode): Set buffer-save-without-query.
2041         Remove code that tried to set save-some-buffers-always.
2042         (type-break-file-keystroke-count): Bind deactivate-mark.
2044         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2046         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2047         Test that the buffer is live, and maybe reject current buffer too.
2048         Clarify.
2049         (next-error-find-buffer): Rewrite for clarity.
2051         * loadup.el: Don't use buffer-disable-undo; do it directly.
2053         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2054         (describe-variable): Call symbol-file with `defvar'.
2056         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2057         (symbol-file): Rewritten to handle new load-history format.
2058         Now takes an arg TYPE to specify looking for a particular
2059         type of definition only.
2061         * emacs-lisp/debug.el (debugger-make-xrefs):
2062         Call symbol-file with `defun'.
2064         * emacs-lisp/find-func.el (find-function-noselect):
2065         Call symbol-file with `defun'.
2066         (find-variable-noselect): Call symbol-file with `defvar'.
2068         * eshell/esh-cmd.el (eshell-find-alias-function):
2069         Call symbol-file with `defun'.
2071         * eshell/esh-test.el (eshell-test-goto-func):
2072         Call symbol-file with `defun'.
2074         * mail/rmail.el (rmail-resend):
2075         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2077         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2079         * progmodes/compile.el (compilation-find-buffer): Rename arg.
2081         * textmodes/texinfmt.el (texinfo-format-buffer-1):
2082         Call buffer-disable-undo.
2084         * simple.el (undo-list-saved): New variable (buffer-local).
2085         (undo): Set and test it.
2086         (buffer-disable-undo): Move here from buffer.c.
2087         Clear out undo-list-saved.
2089         * international/mule.el (decode-coding-inserted-region):
2090         Set buffer-undo-list in a correct and optimal way.
2092         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2093         (cperl-font-lock-unfontify-region-function): No need to save and
2094         restore info, since font-lock.el does it for us.
2096         * ansi-color.el (save-buffer-state): Definition deleted.
2097         (ansi-color-unfontify-region): Don't use save-buffer-state.
2099 2004-12-27  Dave Love  <fx@gnu.org>
2101         * wid-edit.el (function): Use restricted-sexp as parent.
2103 2004-12-27  Kevin Ryde  <user42@zip.com.au>
2105         * simple.el (next-matching-history-element): Use same
2106         `interactive' form as previous-matching-history-element.
2108         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2109         it can appear unencoded and has been seen from yahoo.
2111 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
2113         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2114         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
2116 2004-12-27  Kenichi Handa  <handa@m17n.org>
2118         * international/utf-8.el (utf-translate-cjk-load-tables):
2119         Bind coding-system-for-read to nil while loading subst-*.
2121 2004-12-26  Jay Belanger  <belanger@truman.edu>
2123         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2124         default input.
2126 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
2128         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2129         before reverting and disable undo recording while reverting.
2131 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
2133         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2134         (hs-make-overlay): New function.
2135         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2136         (hs-flag-region): Delete function.
2137         (hs-hide-comment-region): No longer use `hs-flag-region'.
2138         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2139         (hs-hide-block-at-point): Likewise.
2140         (hs-hide-level-recursive): Use `hs-discard-overlays'.
2141         (hs-hide-all, hs-show-all): Likewise.
2142         (hs-show-block): Likewise.
2143         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2145 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
2147         * progmodes/hideshow.el: Require `cl' when compiling.
2148         Remove XEmacs and Emacs 19 compatibility.
2149         Use `dolist' and `add-to-list' for load-time actions.
2150         (hs-discard-overlays): Use `dolist'.
2151         (hs-show-block): Likewise.
2153 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
2155         * faces.el (mode-line, mode-line-inactive): Use min-colors.
2157 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
2159         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2160         When extending backwards, move outside the current comment first.
2162 2004-12-22  Kenichi Handa  <handa@m17n.org>
2164         * international/quail.el (quail-start-translation): Fix prompt
2165         string for the case if input-method-use-echo-area being non-nil.
2166         (quail-start-conversion): Likewise.
2167         (quail-show-guidance): Don't show guidance if
2168         input-method-use-echo-area is non-nil.
2170 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2172         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2174 2004-12-21  Markus Rost  <rost@ias.edu>
2176         * calendar/diary-lib.el (mark-diary-entries):
2177         Set mark-diary-entries-in-calendar only after checking for diary-file.
2179 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2181         * faces.el (escape-glyph): Use blue against light foreground.
2183         * simple.el (undo-outer-limit-truncate): New function.
2184         (undo-outer-limit-function): Use undo-outer-limit-truncate.
2186 2004-12-21  Eli Barzilay  <eli@barzilay.org>
2188         * calculator.el: (calculator-radix-grouping-mode)
2189         (calculator-radix-grouping-digits)
2190         (calculator-radix-grouping-separator):
2191         New defcustoms for the new radix grouping mode functionality.
2192         (calculator-mode-hook): Now used in electric mode too,
2193         (calculator): Call it.
2194         (calculator-mode-map): Some new keys.
2195         (calculator-message): New function.  Some new calls.
2196         (calculator-op, calculator-set-register): Use it.
2197         (calculator-string-to-number): New function, mostly moved and
2198         updated code from calculator-curnum-value.
2199         (calculator-curnum-value): Use it.
2200         (calculator-paste): Use it, and update grabbing the current-kill.
2201         (calculator-rotate-displayer)
2202         (calculator-rotate-displayer-back): Toggle digit grouping when
2203         in radix mode, use calculator-message.
2204         (calculator-displayer-prev, calculator-displayer-next):
2205         Change digit group size when in radix mode.
2206         (calculator-number-to-string): Rename from
2207         calculator-num-to-string.  Now deals with digit grouping in
2208         radix mode.
2209         (calculator-update-display, calculator-put-value): Use the new name.
2210         (calculator-fact): Return a floating point number.
2211         (calculator-mode): Doc fix.
2213 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2215         * calendar/calendar.el (view-other-diary-entries): Add autoload.
2216         * calendar/diary-lib.el (view-other-diary-entries):
2217         Use current-prefix-arg in interactive spec.
2219 2004-12-19  Jay Belanger  <belanger@truman.edu>
2221         * calc/calc-aent.el (calcAlg-blank-matching-open):
2222         Temporarily adjust the syntax of both delimiters of half-open intervals.
2224 2004-12-19  Kim F. Storm  <storm@cua.dk>
2226         * mouse.el (mouse-1-click-follows-link): Doc fix.
2228 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2230         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2231         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2232         instead of centraleuropean as the name
2234 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
2236         Sync with Tramp 2.0.46.
2238         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2239         parameters wrt Tramp convention.
2240         (tramp-handle-file-attributes-with-perl)
2241         (tramp-handle-directory-files-and-attributes): Apply it.
2242         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2243         `copy-program'.  Reported by Zack Weinberg
2244         <zack@codesourcery.com>.
2245         (top): Set `edebug-form-spec' property directly rather than
2246         calling `def-edebug-spec'.
2248         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2249         advice less fragile.  Surround temporary redefinition of
2250         `substitute-in-file-name' with `unwind-protect'.  Suggested by
2251         Matt Hodges <MPHodges@member.fsf.org>.
2253 2004-12-17  Juri Linkov  <juri@jurta.org>
2255         * replace.el (occur-accumulate-lines, occur-engine):
2256         Make forcing deferred font-lock fontification jit-specific.
2258 2004-12-17  Kim F. Storm  <storm@cua.dk>
2260         * mouse.el (mouse-1-click-follows-link): New defcustom.
2261         (mouse-on-link-p): New function.
2262         (mouse-drag-region-1): Implement mouse-1-click-follows-link
2263         functionality.  Map a mouse-1 click event into a mouse-2 (or
2264         other) event when position is inside a link.
2266         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2267         prefix in tooltip text with "mouse-1" when this is a link
2268         recognized by mouse-1-click-follows-link functionality.
2270         * help.el (describe-key): Report effective and original binding
2271         for mouse-1 when clicked on a link.
2272         (describe-mode): Add follow-link property to "minor-mode" button.
2274         * help-fns.el (describe-variable): Add follow-link property to
2275         "below" button.
2277         * help-mode.el (help-xref): Add follow-link property.
2279         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2280         (apropos-command, apropos-variable, apropos-face, apropos-group)
2281         (apropos-widget, apropos-plist): Add follow-link property.
2283         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2284         checks if position is in a filename, rather than some other
2285         clickable item.  Function looks for cvs-filename-face at position.
2287         * wid-edit.el (widget-specify-field, widget-specify-button):
2288         Map a :follow-link keyword into a follow-link property.
2289         (link): Add :follow-link keyword, map to RET binding.
2291         * dired.el (dired-mode-map): Map follow-link to mouse-face.
2293         * progmodes/compile.el (compilation-minor-mode-map)
2294         (compilation-button-map, compilation-mode-map): Likewise.
2296 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
2298         * play/zone.el (zone): Init `line-spacing' from orig buffer.
2299         (zone-replace-char): Take `count' and `del-count'
2300         instead of `direction'.  Update callers.  When `del-count' is
2301         non-nil, delete that many characters, otherwise `count' characters
2302         backwards.  Insert the newly-replaced string `count' times.
2303         (zone-fret): Handle chars w/ width greater than one.
2304         (zone-fall-through-ws): No longer take window width `ww'.
2305         Update callers.  Add handling for `char-width' greater than one.
2306         (zone-pgm-drip): Update var holding window-end position every cycle.
2308 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
2310         * vc.el (vc-default-update-changelog): Use insert-file-contents,
2311         rather than insert-file.
2313 2004-12-16  Jay Belanger  <belanger@truman.edu>
2315         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2316         (math-init-random-base, math-random-digit): Check to see if
2317         var-RandSeed is bound.
2318         (math-random-last): Declare it.
2319         (math-random-digit): Don't make math-random-last local.
2321 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
2323         * play/zone.el (zone): Fix omission bug: Use a self-disabling
2324         one-shot thunk for uniform (error, quit, normal) recovery.
2325         Reported by John Paul Wallington.
2326         (zone-pgm-random-life): Fix bug:
2327         Recognize empty initial field by lack of "@" chars.
2329 2004-12-16  Juri Linkov  <juri@jurta.org>
2331         * help.el (function-called-at-point):
2332         * help-fns.el (variable-at-point): As a last resort try stripping
2333         non-word prefixes and suffixes.
2335         * descr-text.el (describe-property-list): Don't treat syntax-table
2336         specially.  Use describe-text-sexp which inserts [show] button
2337         for large objects and handles printing errors.  Sort properties
2338         by names in alphabetical order instead of by value sizes.
2339         Add `mouse-face' to list of properties for `describe-face' widget.
2340         (describe-char): Mask out face-id from 19 bits of character.
2341         Print face-id separately.
2343         * replace.el (occur-accumulate-lines, occur-engine):
2344         Fontify unfontified matching lines in the source buffer
2345         before copying them.
2346         (occur-engine): Don't put mouse-face on context lines.
2347         (occur-next-error): Set point to line beginning/end
2348         before searching for prev/next property to skip multiple
2349         matches on a line (not supported by occur engine).
2350         Remove redundant prefix-numeric-value.
2352 2004-12-15  Juri Linkov  <juri@jurta.org>
2354         * replace.el (match): New face.
2355         (list-matching-lines-face): Change default from `bold' to `match'.
2357         * progmodes/grep.el (grep-match-face): New defvar.
2358         (grep-mode-font-lock-keywords): Use grep-match-face instead of
2359         compilation-column-face to highlight grep matches.
2361         * apropos.el (apropos-match-face): Change default from
2362         `secondary-selection' to `match'.
2364         * info-look.el (info-lookup-highlight-face): Change default from
2365         `highlight' to `match'.
2367 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
2369         * progmodes/executable.el (executable-interpret): Eliminate
2370         obsolete compile-internal, and switch to comint for interaction.
2372 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
2374         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2375         `&&' when skipping multiple statements on a line.
2377 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
2379         * play/zone.el (zone): Set `truncate-lines'.
2380         Also, init `tab-width' with value from original buffer.
2381         (zone-shift-up): Rewrite for speed.
2382         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2383         (zone-pgm-jitter): Remove redundant entries from ops vector.
2384         (zone-exploding-remove): Reduce iteration count.
2385         (zone-cpos): Convert to defsubst.
2386         (zone-replace-char): New defsubst.
2387         (zone-park/sit-for): Likewise.
2388         (zone-fret): Take window-start arg.
2389         Update callers. Use `zone-park/sit-for'.
2390         (zone-fill-out-screen): Rewrite.
2391         (zone-fall-through-ws): Likewise. Update callers.
2392         (zone-pgm-drip): Use `zone-replace-char'.
2393         Move var inits before while-loop. Use `zone-park/sit-for'.
2394         (zone-pgm-random-life): Handle empty initial field.
2395         Use `zone-replace-char' and `zone-park/sit-for'.
2397 2004-12-15  Juri Linkov  <juri@jurta.org>
2399         * isearch.el (isearch-update): Test isearch-lazy-highlight
2400         before calling isearch-lazy-highlight-new-loop.
2401         (isearch-lazy-highlight-new-loop):
2402         Don't test isearch-lazy-highlight.
2404         * replace.el (perform-replace): Add isearch-case-fold-search.
2405         Use delimited-flag for isearch-regexp.
2406         Reset isearch-lazy-highlight-last-string to force lazy
2407         highlighting when called from isearch mode.
2408         (query-replace-highlight): Revert defcustom type to boolean.
2409         (query-replace-lazy-highlight): New defcustom.
2410         (query-replace): New face.
2411         (perform-replace, replace-highlight, replace-dehighlight):
2412         Test query-replace-lazy-highlight instead of special value
2413         `isearch' of query-replace-highlight.
2414         (replace-dehighlight): Don't call isearch-dehighlight.
2415         (replace-highlight): Don't call isearch-highlight.
2416         Use face `query-replace' unconditionally.
2418 2004-12-14  Kim F. Storm  <storm@cua.dk>
2420         * simple.el (inhibit-mark-movement): Remove defvar.
2421         (beginning-of-buffer, end-of-buffer): Don't use it.
2423         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2424         Don't use inhibit-mark-movement.
2426         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2427         (cua--undo-push-mark): Remove.
2428         (cua--pre-command-handler, cua--post-command-handler):
2429         Don't fiddle with inhibit-mark-movement.
2431 2004-12-14  Juri Linkov  <juri@jurta.org>
2433         * buff-menu.el (list-buffers-noselect): Collect internal info
2434         for every buffer in BUFFER-LIST arg too.
2435         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2436         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2437         Bind same-window-buffer-names and same-window-regexps to nil.
2439 2004-12-13  Juri Linkov  <juri@jurta.org>
2441         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2443         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2444         (sc-cite-region, sc-uncite-region, sc-recite-region):
2445         Fix previous change to handle not alist as a symbol, but
2446         a citation frame as a symbol that represents a variable name.
2448 2004-12-13  Richard M. Stallman  <rms@gnu.org>
2450         * filecache.el (file-cache-add-directory-using-find):
2451         Only set up file-cache-find-command-posix-flag if we will use it.
2453         * bindings.el (mode-line-buffer-identification-keymap):
2454         Don't cancel the mode-line's usual down-mouse-1 binding.
2456         * cus-edit.el (custom-face-selected): Handle `default' specs.
2457         (custom-face-edit): Increase extra-offset.
2458         (custom-display): Handle `default' specs.
2460         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2462         * emacs-lisp/elint.el (elint-standard-variables)
2463         (elint-unknown-builtin-args): Move definitions up.
2465         * net/browse-url.el (browse-url-url-at-point): Add autoload.
2467         * info.el (info-xref-visited): Use `default' instead of t.
2468         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2470         * faces.el (header-line, mode-line-inactive, tool-bar):
2471         Use `default' instead of t for setting the defaults.
2472         (face-spec-choose): Separate `t' from `default'.
2474         * subr.el (while-no-input): New macro.
2476 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
2478         * filecache.el (file-cache-add-directory-using-find):
2479         Only test file-cache-find-command-posix-flag on some systems.
2481 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2484         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2485         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2486         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2487         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2489 2004-12-12  Juri Linkov  <juri@jurta.org>
2491         * files.el (find-file-other-window, find-file-other-frame):
2492         Add the first buffer to the returned value to return the complete
2493         list of all visited buffers.
2494         (find-file-read-only, find-file-read-only-other-window)
2495         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2496         `find-file-read-args'.  Signal an error about non-existent file
2497         only if file name doesn't contain wildcards.  Toggle read-only in
2498         all visited buffers.
2499         (find-alternate-file, find-alternate-file-other-window):
2500         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
2501         called interactively.  Pass arg `wildcards' to other functions.
2502         (find-file-noselect): Doc fix.
2504         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2505         Doc fix.
2506         (ffap-directory-finder): New variable.
2507         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2508         (ffap-file-at-point): Add /* to immediately rejected names.
2509         Return absolute file names matching ffap-dired-wildcards.
2510         (ffap-read-file-or-url): Set default value for `completing-read'
2511         to `buffer-file-name'.
2512         (find-file-at-point): When filename matches ffap-dired-wildcards,
2513         call ffap-file-finder with t arg `wildcards', instead of dired.
2514         (ffap-other-window, ffap-other-frame): Return visited buffers.
2515         (ffap-read-only, ffap-read-only-other-window)
2516         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2517         (dired-at-point): Call ffap-directory-finder instead of dired.
2518         (ffap-dired-other-window, ffap-dired-other-frame)
2519         (ffap-list-directory): New commands.
2520         (ffap-bindings): New keybindings for new commands.
2522 2004-12-12  Juri Linkov  <juri@jurta.org>
2524         * simple.el (beginning-of-buffer, end-of-buffer):
2525         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2526         Do not push mark when mark is active in transient-mark-mode.
2528         * simple.el (mark-word):
2529         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2530         * textmodes/paragraphs.el (mark-paragraph):
2531         Extend the region when mark is active in transient-mark-mode,
2532         regardless of the last command.  Doc fix.
2534         * simple.el (mark-word): Preserve direction when repeating.
2535         Make arg optional.  Interactive "p" -> "P".
2536         (transient-mark-mode, inhibit-mark-movement): Doc fix.
2538         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2539         preserving direction, to mark forward instead of backward when mark
2540         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2542 2004-12-12  Juri Linkov  <juri@jurta.org>
2544         * isearch.el (isearch-edit-string): Set 7th arg of
2545         `read-from-minibuffer' to `t' to inherit the current input
2546         method (whose name is indicated by [IM] in the minibuffer prompt)
2547         from the current buffer to the minibuffer.
2548         (isearch-lazy-highlight-update): Put body to `with-local-quit'
2549         to allow C-g quitting for lazy highlighting looping inside the
2550         search with nested repetition operators.  Add overlay to the list
2551         before setting its face and other properties to avoid the case of
2552         code quitting after placing the new overlay but before it's
2553         recorded on the list.  Select the window where isearch was
2554         activated, to highlight matches in the right window when isearch
2555         switches the current window to the minibuffer.
2557         * international/isearch-x.el
2558         (isearch-process-search-multibyte-characters):
2559         Use `isearch-message' as initial input for `read-string' instead
2560         of adding it to the minibuffer prompt.  After reading a string
2561         remove the initial value of `isearch-message' from the string.
2563         * replace.el (replace-match-maybe-edit): Doc fix.
2564         (perform-replace): Don't call `replace-highlight' when automatic
2565         replacement is requested in literal mode, since it is intended
2566         only to highlight words during entering a new replacement string
2567         for \? in non-literal mode.
2569         * replace.el (query-replace-highlight): Add new value `isearch'
2570         that allows query replacement to use isearch highlighting.
2571         Change type from `boolean' to `choice'.  Doc fix.
2572         (replace-highlight, replace-dehighlight, perform-replace):
2573         Use isearch highlighting if query-replace-highlight eq `isearch'.
2575 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2578         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2580         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2581         case of \end{verbatim}.
2583 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2585         * term.el (term-termcap-format): Synchronyze with terminfo.
2586         (term-emulate-terminal): Handle reset.
2587         (term-reset-terminal): New function.
2589 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
2591         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2592         (zone-fill-out-screen): New func.
2593         (zone-pgm-drip): Use `zone-fill-out-screen'.
2594         Also, no longer go to point-min on every cycle.
2595         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2596         (zone-pgm-random-life-wait): New user var.
2597         (zone-pgm-random-life): New func.
2599 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
2601         * files.el (auto-mode-alist): Map .com to DCL mode.
2603 2004-12-09  Richard M. Stallman  <rms@gnu.org>
2605         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2607 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
2609         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2610         buffer with a display margin.
2612 2004-12-08  Jay Belanger  <belanger@truman.edu>
2614         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2615         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2617 2004-12-08  Richard M. Stallman  <rms@gnu.org>
2619         * faces.el: Delete code to set display table.
2620         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
2622 2004-12-08  Jay Belanger  <belanger@truman.edu>
2624         * calc/calc.el: Add math-read-preprocess-string to autoloads.
2626         * calc/calc-ext.el (math-read-replacement-list)
2627         (math-read-superscripts, math-read-preprocess-string): Move to
2628         calc-aent.el.
2630         * calc/calc-aent.el (math-read-replacement-list)
2631         (math-read-superscripts, math-read-preprocess-string): Move from
2632         calc-ext.el.
2634 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2636         * isearch.el (isearch-quote-char): Fix up typo in last change.
2638 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
2640         * mouse.el (mouse-set-font): Handle the case where the command was
2641         not invoked using the mouse.
2643         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2644         (edmacro-finish-edit): Further update for keyboard macros that are
2645         lambda forms.
2646         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2648 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2650         * font-lock.el (font-lock-unfontify-region): Save buffer state.
2651         (font-lock-default-unfontify-region): Don't save buffer state any more.
2653 2004-12-07  Jay Belanger  <belanger@truman.edu>
2655         * calc/calc-help.el (calc-describe-key):
2656         Set calc-summary-indentation even when Calc Summary buffer exists.
2658 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
2660         * calendar/holidays.el (holiday-easter-etc): Make arguments
2661         optional for backwards compatibility.  Doc fix.
2662         Remove un-necessary local vars mandatory, output-list.
2663         (holiday-advent):  Make arguments optional for backwards
2664         compatibility.  Doc fix.
2666 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * paren.el (show-paren-function): Fix last change (2004-12-02).
2670         * international/mule-util.el (char-displayable-p): Return nil for
2671         unibyte mode.
2673         * subr.el (subregexp-context-p): New function.
2675         * isearch.el (isearch-quote-char): Use it.
2677         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2678         (regexp-opt-not-groupie*-re): Remove.
2679         (regexp-opt): Properly handle inputs with duplicate entries.
2681 2004-12-06  Richard M. Stallman  <rms@gnu.org>
2683         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2685         * cus-edit.el (custom-file): Doc fix.
2687         * textmodes/org.el: New file.
2689 2004-12-06  Kenichi Handa  <handa@m17n.org>
2691         * ldefs-boot.el: Update international/mule-util.el section.
2693 2004-12-05  Sam Steingold  <sds@gnu.org>
2695         * net/tramp.el (tramp-handle-file-accessible-directory-p):
2696         Fix `tramp-time-diff' comparison logic.
2698 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
2700         * progmodes/which-func.el (which-function):
2701         Use `run-hook-with-args-until-success' instead of a custom loop.
2702         Fixes bug with local hooks.
2704 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2706         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2707         Use delete-dups when calculating the initial value.
2708         (bibtex-autokey-get-title): Use <=.
2709         (bibtex-goto-line): New function.
2710         (bibtex-reposition-window): Use line numbers instead of point
2711         positions.  Use window-body-height.
2712         (bibtex-find-crossref): Use bibtex-reposition-window.
2713         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
2714         position of entry if key is found or nil if not found.
2716 2004-12-05  Richard M. Stallman  <rms@gnu.org>
2718         * cus-edit.el (custom-file): Doc fix.
2720         * progmodes/sh-script.el (sh-indent-for-then): Change default.
2722 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2724         * simple.el (blink-matching-open):
2725         * textmodes/tex-mode.el (tex-validate-region):
2726         Obey syntax-table text properties.
2728 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2730         * wid-edit.el (widget-specify-field): Add `real-field' property to
2731         boundary.
2732         (widget-field-at): Use it.
2734 2004-12-02  Richard M. Stallman  <rms@gnu.org>
2736         * progmodes/cc-mode.el (awk-mode autoload):
2737         Supply t meaning interactive function.
2739         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
2740         (isearch-mode-map): No special definition for space.
2741         (isearch-whitespace-chars): Command deleted.
2742         (isearch-forward-regexp): Doc fix.
2743         (isearch-quote-char): When a space is not inside brackets,
2744         use `[ ]' instead of just space.
2745         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2747         * imenu.el (imenu--generic-function): Delete code to exclude
2748         matches in comments.
2750         * man.el (Man-reverse-face): Change default to `highlight'.
2752         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2753         (occur-engine): Use `face' prop rather than `font-lock-face'
2754         when specifying use of `match-face'.
2755         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2757         * emacs-lisp/elint.el (elint-standard-variables): Update list.
2759         * add-log.el (add-log-current-defun): Handle the case where point
2760         is in the header part of a DEFUN construct.
2762 2004-12-02  Dave Love  <fx@gnu.org>
2764         * progmodes/python.el (python-font-lock-syntactic-keywords):
2765         Fix previous change.
2767 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
2769         * paren.el (show-paren-function): Check for matching chars
2770         specified by text props.
2772 2004-12-02  Jay Belanger  <belanger@truman.edu>
2774         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2775         when reading a new key sequence.
2777 2004-12-02  Kim F. Storm  <storm@cua.dk>
2779         * faces.el (escape-glyph): Rename from glyph.
2780         (standard-display-table): Set it here.  Add escape-glyph face to
2781         extra slot characters.
2783         * disp-table.el: Undo 2004-12-01 change.  Display table is now
2784         setup in faces.el.
2786 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
2788         * xml.el (xml-parse-dtd): Don't show validity messages when
2789         xml-validating-parser is nil.
2790         (xml-substitute-special): Fix validity error messages to
2791         actually show the unexpandable entity.  Added validity error if &
2792         isn't followed by an entity.
2793         (xml-parse-tag): Concatenate any string following the a
2794         <![CDATA[]]> section to the parsed CDATA.
2795         (xml-parse-dtd): Skip parameter entity declarations and use of
2796         parameter entities.
2798 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2800         * kmacro.el (kmacro-default-counter-format): New var.
2801         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
2802         (kmacro-display): Remove `nil' from `and' form.  Delete call to
2803         `format' inside `message'.
2804         (kmacro-start-macro): Use `kmacro-default-counter-format'.
2806 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2808         * pcvs.el (cvs-header-msg): New function.
2809         (cvs-update-header): Use it.  Change calling convention.
2810         Correctly handle the case of having simultaneous active processes.
2811         (cvs-sentinel): Don't call cvs-update-header any more.
2812         (cvs-mode-run): Update call and add cvs-update-header to postproc.
2814 2004-12-01  Jay Belanger  <belanger@truman.edu>
2816         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2817         Change message.
2819 2004-12-01  Juri Linkov  <juri@jurta.org>
2821         * progmodes/prolog.el (prolog-mode-variables):
2822         Fix imenu-generic-expression.
2824 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
2826         * faces.el (glyph): New face.
2828         * disp-table.el: Add an autoloaded table, that doesn't require
2829         this library, with glyph face.
2831         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2832         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2833         (conf-quote-normal): Allow normalizing only ' or ".
2834         (conf-mode): Regexp-quote constructed comment-start and don't
2835         match section {} where "name" contains braces.
2837         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2838         files.
2840 2004-12-01  Kenichi Handa  <handa@m17n.org>
2842         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2843         (x-select-text): Don't treat eight-bit-control/graphic chars
2844         specially.  Store the encoded text in the X cut buffer.
2845         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2846         with x-last-selected-text-cut-encoded.
2848 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2850         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2852 2004-11-30  Markus Rost  <rost@ias.edu>
2854         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2855         AUCTeX.
2857 2004-11-30  Jay Belanger  <belanger@truman.edu>
2859         * calc/calc-arith.el (math-possible-signs): Made stronger checks
2860         on signs of intervals.
2861         (math-pow-of-zero): Strengthen checks for positive and negative
2862         exponents.
2864         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2865         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2866         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2867         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2868         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2869         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2870         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2871         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2872         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2873         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2874         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2875         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2876         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2877         with provide statements.
2879         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2881         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2883         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2884         (calc-load-everything, math-defsimplify): Replace dummy autoloading
2885         functions by require statements.
2886         (math-defsimplify): Move to calc-alg.el, add to autoloads.
2888         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2889         (calc-gnuplot-print): Give them values.
2891         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2892         autoloads.
2893         Add calc-do-embedded-activate to autoloads.
2894         (calc-gnuplot-name, calc-gnuplot-plot-command)
2895         (calc-gnuplot-print-command): Move them to calc-graph.el.
2897 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2899         * term/mac-win.el (ccl-encode-mac-roman-font)
2900         (ccl-encode-mac-cyrillic-font)
2901         (ccl-encode-mac-centraleuropean-font, encoder-list)
2902         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2903         Support Cyrillic, CentralEuropean, and Dingbat font display
2905 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
2907         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2909         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2910         still nil.
2912 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
2914         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2915         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2917 2004-11-29  Jay Belanger  <belanger@truman.edu>
2919         * calc/calc-arith.el (math-pow-of-zero): Take into account different
2920         cases of the base and exponent.
2922 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
2924         * simple.el (next-error-buffer-p): Allow for inclusive and
2925         exclusive tests for finding a buffer.
2926         (next-error-find-buffer): Pass the exclusive and inclusive tests
2927         to next-error-buffer-p.
2929         * replace.el (occur-next-error): Switch to the Occur buffer when
2930         appropriate, use the exclusive filter to next-error-find-buffer to
2931         do it.  Use the absolute value of the motion amount.
2933 2004-11-29  Kenichi Handa  <handa@m17n.org>
2935         * startup.el (command-line): Decode all default-directory by
2936         locale-coding-system.
2938 2004-11-29  Jay Belanger  <belanger@truman.edu>
2940         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2941         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2942         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2943         Replace calls to calc-extensions by appropriate require, replace
2944         calc-extensions-loaded by appropriate featurep.
2946         * calc/calc-ext.el: Move require to end of file.
2947         Remove redundant loading of calc.el.
2948         (calc-extensions-loaded): Remove unnecessary variable.
2949         (calc-extensions): Remove unnecessary function.
2950         (calc-load-everything): Replace calc-need-macros by appropriate require.
2952         * calc/calc-macs.el: Move provide to end of file.
2953         (calc-need-macros): Remove unnecessary function.
2955         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
2956         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
2957         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
2958         Replace calc-extensions by appropriate require.
2959         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
2961         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
2962         Replace calc-need-macros by appropriate require.
2964         * calc/calc.el: Move require to end of file.
2965         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
2966         Remove unnecessary variable.
2967         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
2968         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
2969         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
2970         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
2971         (math-stack-value-offset, math-format-value, math-format-flat-expr)
2972         (math-format-number, math-format-bignum, math-read-number)
2973         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
2974         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
2975         by appropriate require.
2976         (calc-check-defines): Replace calc-need-macros by appropriate require.
2978 2004-11-29  Kim F. Storm  <storm@cua.dk>
2980         * macros.el (insert-kbd-macro): Handle kmacro functions.
2982 2004-11-28  Juri Linkov  <juri@jurta.org>
2984         * compare-w.el (compare-windows-highlight): Attach each overlay
2985         to its window to properly highlight differences while comparing
2986         two windows of the same buffer.  Fix arguments.
2987         (compare-windows-sync-default-function): Fix arguments of
2988         `compare-windows-highlight'.
2990         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
2991         Use `read-expression-history'.  Set initial contents only if
2992         `edebug-global-break-condition' is non-nil.  Set histpos to 1
2993         if initial contents is equal to the last history element.
2994         (edebug-set-conditional-breakpoint): Instead of temporarily
2995         prepending the current condition to the history, set initial
2996         contents to the current condition.  Set histpos to 1 if initial
2997         contents is equal to the last history element.
2999         * info.el (Info-search-whitespace-regexp): Remove shy group.
3000         (Info-search): Forward line if search is on the header line.
3001         Use search-whitespace-regexp in two other places.
3003 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3005         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3006         warning.  Delay real definition, which uses
3007         `set-fringe-indicators-1' till after the definition of that function.
3009 2004-11-28  Kim F. Storm  <storm@cua.dk>
3011         * fringe.el (fringe): New defgroup.
3012         (fringe-mode): Move to fringe group.
3013         (fringe-indicators): New defcustom.
3014         (set-fringe-indicators-1): New defun.
3016         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3017         (menu-bar-showhide-fringe-ind-menu): New keymap.
3018         (menu-bar-showhide-fringe-ind-empty)
3019         (menu-bar-showhide-fringe-ind-mixed)
3020         (menu-bar-showhide-fringe-ind-box)
3021         (menu-bar-showhide-fringe-ind-right)
3022         (menu-bar-showhide-fringe-ind-left)
3023         (menu-bar-showhide-fringe-ind-none): New defuns.
3024         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3026 2004-11-27  Richard M. Stallman  <rms@gnu.org>
3028         * comint.el (comint-read-noecho): Add trivial compatibility definition.
3030         * generic.el (define-generic-mode): Doc fix.
3032         * menu-bar.el (menu-bar-options-save): For the options
3033         that are toggled with menu-bar-make-mm-toggle, don't check
3034         for customized-value prop.
3036 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
3038         * mail/supercite.el (sc-cite-region): Handle the case where
3039         sc-cite-frame-alist is a symbol.
3040         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3041         a symbol.
3042         (sc-recite-region): Handle the case where sc-recite-frame-alist is
3043         a symbol.
3045 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3047         * wid-edit.el (widget-narrow-to-field): New function.
3048         (widget-complete): Use it.
3050 2004-11-27  Jay Belanger  <belanger@truman.edu>
3052         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3053         variable.
3054         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3055         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3056         (math-alg-inequalities): Move declaration to earlier in the file.
3058         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3059         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3060         Declare them.
3062         * calc/calc-lang.el (math-expr-data, math-expr-token)
3063         (math-exp-old-pos): Declare them.
3065         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3066         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3068 2004-11-27  Kim F. Storm  <storm@cua.dk>
3070         * progmodes/flymake.el: Use (featurep 'xemacs).
3071         (flymake-makehash): Change to defsubst.  Use fboundp.
3072         (flymake-time-to-float): Remove.
3073         (flymake-float-time): Merge code from flymake-time-to-float here.
3074         (flymake-replace-regexp-in-string): Change to defsubst.
3075         (flymake-split-string-remove-empty-edges):
3076         Rename to flymake-split-string.
3077         (flymake-split-string): Remove previous defalias.
3078         (flymake-get-temp-dir): Change to defsubst.
3079         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3080         Define for xemacs only.
3081         (flymake-master-file-count-limit): Change into compiler defvar only.
3082         (flymake-find-possible-master-files): Let-bind it dynamically while
3083         sorting files using flymake-master-file-compare.
3085 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3087         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3088         of defun-prompt-regexp matches inside a comment/string but the
3089         beginning is correctly outside everything.
3091         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3092         appears within a string or a comment.
3094         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3095         rather than make-symbol for symbols which are used in
3096         a symbol-macrolet or equivalent.
3098 2004-11-26  Jay Belanger  <belanger@truman.edu>
3100         * calc-misc.el (calc-last-why-command): Declare it.
3102         * calc-vec.el (math-grade-vec): New variable.
3103         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3104         Replace variable grade-vec by declared variable.
3105         (math-rb-close): New variable.
3106         (math-read-brackets, math-read-vector): Replace variable close by
3107         declared variable.
3109         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3110         (calc-one-window, calc-edit-handler, calc-restore-trail)
3111         (calc-allow-ret): Declare them.
3113         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3114         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3115         (math-radix-float-cache-tag, math-random-cache)
3116         (math-max-digits-cache, math-integral-cache, math-units-table)
3117         (math-format-date-cache, math-holidays-cache-tag): Declare them.
3118         (math-moc-func): New variable.
3119         (math-map-over-constants, math-map-over-constants-rec):
3120         Replace variable func by declared variable.
3122         * calc/calc-store.el (calc-given-value, calc-store-opers):
3123         Declare them.
3124         (calc-var-name-map): Move declaration to earlier in the file.
3125         (calc-pv-pos): New variable.
3126         (calc-permanent-variable, calc-insert-permanent-variable):
3127         Replace variable pos by declared variable.
3129         * calc/calc-mtx.el (calc-det-lu): New variable.
3130         (math-det-raw, math-det-step): Replace variable lu by declared variable.
3132         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3133         (math-multi-subst, math-multi-subst-rec): Replace variables temp
3134         and arg by declared variables.
3135         (calcFunc-reducer): Fix incorrect variable.
3136         (math-inner-mul-func, math-inner-add-func): New variables.
3137         (calcFunc-inner, math-inner-mats): Replace variables mul-func
3138         and add-func by declared variables.
3140         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3141         (calc-digit-value): Declare them.
3143         * calc/calc-help.el (Info-history): Declare it.
3144         (calc-describe-key): Make calc-summary-indentation a local variable.
3145         (calc-help-long-names): Move declaration to earlier in file.
3147         * calc/calc-embed.el (calc-original-buffer): Declare it.
3148         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3149         (calc-embed-bot): New variables.
3150         (calc-do-embedded, calc-embedded-mark-formula)
3151         (calc-embedded-find-bounds, calc-embedded-duplicate)
3152         (calc-embedded-new-formula, calc-embedded-make-info):
3153         Replace vars outer-top, outer-bot, bot and top by declared variables.
3154         (calc-embed-prev-modes): New variable.
3155         (calc-embedded-set-modes, calc-embedded-update): Replace variable
3156         prev-modes with declared variable.
3157         (calc-embed-vars-used): New variable.
3158         (calc-embedded-make-info, calc-embedded-evaluate-expr)
3159         (calc-embedded-update, calc-embedded-find-vars): Replace variable
3160         vars-used by declared variable.
3162         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3163         (math-format-radix-float): Remove unnecessary setq.
3164         (math-radix-float-cache): Declare it.
3166         * calc/calcsel2.el (calc-keep-selection): Declare it.
3168         * calc/calc-maint.el: Remove file.
3170 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3172         * textmodes/bibtex.el (bibtex-sort-entry-class)
3173         (bibtex-comment-start): Use defcustom.
3174         (bibtex-entry-field-alist): Use nil if initial content of the
3175         field is undefined.  Fix docstring.
3176         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3177         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3178         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3179         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3180         Fix docstring.
3181         (bibtex-autokey-title-terminators): Use only one regexp.
3182         (bibtex-string-maybe-empty-head): New variable.
3183         (bibtex-remove-delimiters-string): New function.
3184         (bibtex-text-in-field-bounds, bibtex-text-in-string):
3185         Use bibtex-remove-delimiters-string.
3186         (bibtex-progress-message, bibtex-field-left-delimiter)
3187         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3188         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3189         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3190         Simplify.
3191         (bibtex-format-entry): Use save-excursion for inherited booktitle.
3192         Use eq and bibtex-remove-delimiters-string.  For end markers use
3193         insertion type so that marker stays after inserted text.
3194         (bibtex-autokey-get-names): Return empty string if name is missing.
3195         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3196         calling bibtex-autokey-name-case-convert.
3197         (bibtex-autokey-demangle-title):
3198         Call bibtex-autokey-titleword-case-convert.  Remove call to
3199         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3200         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3201         (bibtex-read-key): New optional arg global.
3202         (bibtex-files-expand): New optional arg force.
3203         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3204         (bibtex-complete-crossref-cleanup): Rename from
3205         bibtex-complete-key-cleanup.  Simplify code.
3206         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
3207         Operate on current entry.
3208         (bibtex-button): Add docstring.
3209         (bibtex-entry): Simplify.
3210         (bibtex-make-field): Replace optional arg called-by-yank with more
3211         specific args move and interactive.
3212         (bibtex-end-of-entry): Use forward-sexp.
3213         (bibtex-find-entry-globally): Remove.
3214         (bibtex-find-crossref): Allow for crossref key located in other buffer.
3215         Bound to C-c C-x.
3216         (bibtex-find-entry): New optional args global and display.
3217         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
3218         (bibtex-validate): Use arg force of bibtex-files-expand.
3219         (bibtex-clean-entry): Bugfix, clean string entries properly.
3220         Always keep point at beginning of entry.
3221         (bibtex-complete): Bugfix.  Handle string entries properly.
3222         Call cleanup functions only if needed.
3223         (bibtex-String): Use bibtex-read-string-key.
3224         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
3225         case of replacement text.
3227 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
3229         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3230         (tramp-perl-directory-files-and-attributes): New constant.
3231         (tramp-file-name-handler-alist): Delete file-directory-files, add
3232         directory-files-and-attributes.
3233         (tramp-perl-file-attributes): Surround uid and gid by double
3234         quotes. Change parameter id-format from nonnumeric.
3235         (tramp-convert-file-attributes): New function.
3236         (tramp-handle-file-attributes): Use it.
3237         (tramp-maybe-send-perl-script): New function.
3238         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3239         file mode. Change parameter id-format from nonnumeric.
3240         (tramp-handle-file-attributes-with-ls): Change parameter id-format
3241         from nonnumeric.
3242         (tramp-post-connection): Don't send tramp-perl-file-attributes
3243         script. Reset connection property "perl-scripts".
3244         (tramp-handle-insert-directory): Run real handler when ls-lisp is
3245         in use.
3247 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
3249         * desktop.el (desktop-read): Replace mapcar with mapc.
3250         (desktop-create-buffer): Replace mapcar with mapc.
3251         Remove redundant piece of code.
3253 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
3255         * progmodes/gud.el (gud-display-line): Use display-buffer
3256         for GDB-UI as for GUD.
3258         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3259         Delete variables.
3260         (gdb-ann3): Don't make GUD buffer dedicated.
3261         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3262         (gdb-display-source-buffer): Delete function.
3263         (gdb-view-source-function, gdb-view-assembler): Delete functions.
3264         (menu): Delete menu bindings for viewing source/assembler.
3265         (gdb-setup-windows, gdb-restore-windows):
3266         Don't dedicate GUD. No assembler now.
3267         (gdb-reset): No need to undedicate source buffers now.
3268         (gdb-source-info): No assembler now.
3270 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
3272         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3273         width to those for special frames.
3274         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3275         Use display-buffer.
3276         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3277         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3278         (gdb-frame-assembler-buffer): Rework like
3279         gdb-frame-breakpoints-buffer.
3281 2004-11-25  Richard M. Stallman  <rms@gnu.org>
3283         * progmodes/flymake.el: Reindent.
3284         (flymake-split-string): Turn into defalias.
3285         (flymake-fix-file-name): Rename from flymake-fix-path-name.
3286         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3287         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
3288         (flymake-build-relative-filename): Rename from ...path.
3289         Fix error message.
3291 2004-11-25  Cheng Gao  <chenggao@gmail.com>
3293         * progmodes/flymake.el: Much whitespace and capitalization change.
3294         Move `provide' to end.  Require `compile' only when compiling.
3296 2004-11-24  Jay Belanger  <belanger@truman.edu>
3298         * calc/calc-alg.el: Added comment.
3299         (math-polynomial-base): Replace variable mpb-top-expr by
3300         math-poly-base-top-expr.
3302         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3303         (math-polynomial-p1): Replace variable mpb-top-expr by declared
3304         variable.
3305         (math-poly-base-total-base): New variable.
3306         (math-total-polynomial-base, math-polynomial-p1): Replace variable
3307         mpb-total-base by declared variable.
3308         (math-factored-vars, math-to-list): Declare it.
3309         (math-fact-expr): New variable.
3310         (calcFunc-factors, calcFunc-factor, math-factor-expr)
3311         (math-factor-expr-try, math-factor-expr-part): Replace variable
3312         expr by declared variable.
3313         (math-fet-x): New variable.
3314         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3315         by declared variable.
3316         (math-factor-poly-coefs): Make temp a local variable.
3318         * calc/calc-units.el (calc-convert-units): Make units a local
3319         variable.
3320         (calc-num-units, calc-den-units): New variables.
3321         (calc-explain-units, calc-explain-units-rec): Replace variables
3322         num-units and den-units by declared variables.
3323         (math-cu-unit-list): New variable.
3324         (math-build-units-table, math-compare-unit-names)
3325         (math-convert-units, math-convert-units-rec): Replace variable
3326         unit-list by declared variable.
3327         (math-fbu-base, math-fbu-entry): New variables.
3328         (math-find-base-units, math-find-base-units-rec): Replace variables
3329         base and entry by declared variables.
3330         (math-which-standard): New variable.
3331         (math-to-standard-units, math-to-standard-rec): Replace variable
3332         which-standard by declared variable.
3333         (math-fcu-u): New variable.
3334         (math-find-compatible-unit, math-find-compatible-unit-rec):
3335         Replace variable u by declared variable.
3336         (math-cu-new-units, math-cu-pure): New variables.
3337         (math-convert-units, math-convert-units-rec): Replace variables
3338         new-units and pure by declared variables.
3339         (math-try-cancel-units): New variable.
3340         (math-simplify-units-quotient): Replace variable try-cancel-units by
3341         declared variable.
3343 2004-11-24  Richard M. Stallman  <rms@gnu.org>
3345         * textmodes/ispell.el (ispell-check-version):
3346         If default-directory is nonexistent, use home dir.
3348         * progmodes/grep.el (grep-regexp-alist):
3349         Don't match parens around line numbers.
3351         * progmodes/cperl-mode.el (cperl-indent-region)
3352         (cperl-imenu--create-perl-index, cperl-xsub-scan):
3353         Don't print progress messages.
3355         * progmodes/compile.el (compilation-mode-map):
3356         Don't inherit from compilation-minor-mode-map;
3357         copy its bindings instead.  But the menu bar Compile
3358         entry now does inherit from compilation-menu-map.
3360         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3361         Use with-no-warnings around compiler-macroexpand.
3363         * imenu.el: Don't always require newcomment.
3364         (imenu--generic-function): Call comment-normalize-vars
3365         if we have a comment syntax.
3366         Exit the loop if REGEXP matches the null string.
3367         Test comment-start as well as comment-start-skip
3368         when deciding whether to check for comments.
3370         * tooltip.el (tooltip-mode): Doc fix.
3372         * term.el (term-escape-char, term-mode): Doc fixes.
3374 2004-11-24  Dave Love  <fx@gnu.org>
3376         * progmodes/python.el (python-font-lock-syntactic-keywords):
3377         Check for escapes in the regexp.
3378         (python-quote-syntax): Don't do it here.
3380 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
3382         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3383         (gdb-frames-mode-map, gdb-threads-mode-map)
3384         (gdb-registers-mode-map, gdb-locals-mode-map)
3385         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3386         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3388         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3389         (dedicated-switch-to-buffer): Rework.
3390         (gdb-var-evaluate-expression-handler, gdb-put-string):
3391         Remove unused variable bindings.
3392         (gdb-setup-windows, gdb-display-buffer):
3393         Simplify. Use pop-to-buffer.
3394         (gdb-view-source-function): Simplify.
3395         (gdb-frame-breakpoints-buffer):
3396         Use pop-to-buffer, special-display-regexps.
3398 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3400         * progmodes/f90.el (f90-smart-end)
3401         (f90-previous-statement, f90-beginning-of-block): Doc fix.
3402         (f90-calculate-indent): Handle un-named PROGRAM blocks.
3403         (f90-end-of-block): Doc fix.  Make check of outermost block
3404         conditional on value of `f90-smart-end'.
3405         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3406         Handle case where END-BLOCK is nil.
3407         (f90-match-end): Handle un-named PROGRAM blocks.
3408         (f90-backslash-not-special): New function.
3410 2004-11-24  Jay Belanger  <belanger@truman.edu>
3412         * calc/calc.el (calc-embedded-active): Removed unnecessary
3413         declaration.
3414         (calc-show-banner): Removed redundant declaration.
3416         * calc/calc-graph.el (calc-gnuplot-default-device)
3417         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3418         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3419         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3420         Remove redundant initial values.
3422         * calc/calc-arith.el (math-scalar-functions)
3423         (math-nonscalar-functions, math-scalar-if-args-functions)
3424         (math-real-functions, math-positive-functions)
3425         (math-nonnegative-functions, math-real-scalar-functions)
3426         (math-real-if-arg-functions, math-integer-functions)
3427         (math-num-integer-functions, math-rounding-functions)
3428         (math-float-rounding-functions, math-integer-if-args-functions)
3429         (math-super-types): Move declarations to earlier in file.
3430         (math-unit-prefixes): Declared it.
3431         (math-floor-prec, math-trunc-prec): New variables.
3432         (math-trunc-fancy): Replace variable prec by declared variable.
3433         (math-floor-fancy): Replace variable prec by declared variable.
3434         (math-com-bterms): New variable.
3435         (math-commutative-equal, math-commutative-collect):
3436         Replace variable bterms by declared variable.
3438         * calc/calc-misc.el (math-trunc): Replace variable prec by
3439         math-trunc-prec.
3440         (math-floor): Replace variable prec by math-floor-prec.
3442         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3443         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3444         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3445         (math-format-date, math-format-date-part): Replace variables
3446         date, dt, year, month, day, weekday, hour, minute, second and
3447         bc-flag by declared variables.
3448         (math-pd-str): New variable.
3449         (math-parse-date, math-parse-date-word, math-parse-standard-date):
3450         Replace variable str by declared variable.
3451         (math-daylight-savings-hook, math-tzone-names): Move definitions
3452         to earlier in the file.
3453         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3454         (math-sh-year): New variable.
3455         (math-setup-add-holidays, math-setup-holidays)
3456         (math-setup-year-holidays): Replace variable `year' by declared
3457         variable.
3459         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3460         New variables.
3461         (math-nth-root-float, math-nth-root-float-iter): Replace variables
3462         n, nf and nfm1 by declared variables.
3463         (math-nri-n): New variable.
3464         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3465         n by declared variable.
3466         (calcFunc-log): Removed misplaced condition.
3468 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3470         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3472 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
3474         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3475         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3476         Dedicate gdb-related windows.
3477         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3478         other frames.
3479         (gdb-reset): Remove dedicated property after debugging.
3481 2004-11-24  Jay Belanger <belanger@truman.edu>
3483         * calc/calc-sel.el: Add comment.
3485         * calc/calc.el (math-stack-value-offset): Replace variables c,
3486         wid and off with math-svo-c, math-svo-wid and math-svo-off.
3488         * calc/calccomp.el (math-comp-sel-tag): Declare it.
3489         (math-svo-c, math-svo-wid, math-svo-off): New variables.
3490         (math-stack-value-offset-fancy): Replace variables c, wid and off
3491         by declared variables.
3492         (math-comp-just, math-comp-comma-spc): New variables.
3493         (math-compose-expr, math-compose-matrix): Replace variables `just'
3494         and comma-spc by declared variable.
3495         (math-comp-vector-prec): New variable.
3496         (math-compose-expr, math-compose-matrix, math-compose-rows):
3497         Replace variable vector-prec by declared variable.
3498         (math-comp-left-bracket, math-comp-right-bracket)
3499         (math-comp-comma): New variables.
3500         (math-compose-expr, math-compose-rows): Replace variables
3501         left-bracket, right-bracket and comma by declared variables.
3502         (math-comp-full-width): New variable.
3503         (math-comp-to-string-flat, math-comp-to-string-flat-term):
3504         Replace variable full-width by declared variable.
3505         (math-comp-highlight, math-comp-word, math-comp-level)
3506         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3507         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3508         New variables.
3509         (math-comp-to-string-flat, math-comp-to-string-flat-term)
3510         (math-comp-sel-flat-term): Replace variables comp-highlight,
3511         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3512         declared variables.
3513         (math-comp-simplify, math-comp-simplify-term)
3514         (math-comp-add-string, math-comp-add-string-sel):
3515         Replace variables comp-highlight, comp-buf, comp-base,
3516         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3518 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3520         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3522         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3523         and x-server-version may throw.
3525 2004-11-23  Kim F. Storm  <storm@cua.dk>
3527         * subr.el (substitute-key-definition-key): Optimize.
3528         Don't call indirect-function for nil defn (always signals error).
3530         * ido.el (ido-read-internal): Fix require-match check when
3531         ido-directory-too-big is set.
3533 2004-11-23  Jay Belanger  <belanger@truman.edu>
3535         * calc/calc-ext.el (math-read-replacement-list)
3536         (math-read-superscripts): New variables.
3537         (math-read-preprocess-string): New function.
3538         (math-read-expr): Filter input through math-read-preprocess-string.
3540         * calc/calc-aent.el (math-read-exprs): Filter input through
3541         math-read-preprocess-string.
3543 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
3545         * progmodes/compile.el (compilation-start): In cd command use
3546         substitute-env-vars -- not quite shell compatible but better than
3547         nothing.
3548         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3549         handle the newer versions messages, which are more parseable.
3551 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3553         * reveal.el (reveal-mode-map): New var.
3554         (reveal-mode): Use it.
3556 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
3558         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3559         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3561 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3564         header-line when needed.
3565         Use fixed-pitch only in the header-line.
3566         Build the underline automatically.  Use emdash if available.
3568 2004-11-22  Richard M. Stallman  <rms@gnu.org>
3570         * dired.el (dired-recursive-copies): Move from dired-aux.el.
3571         * dired-aux.el (dired-recursive-copies): Move to dired.el.
3573 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
3575         * progmodes/gdb-ui.el (gdb-resync): New function.
3576         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3577         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3578         Use it to fail more gracefully.
3579         (gdb-variables): Delete variable.
3580         Re-order variables to reduce byte-compiler warnings.
3582 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3584         * descr-text.el (describe-char):
3585         * paren.el (show-paren-function):
3586         * subr.el (syntax-after): Undo last change.
3588         * progmodes/python.el (run-python): Don't hard code *Python*.
3589         Don't modify global process-environment.
3590         (python-send-region, python-load-file): Don't assume that
3591         python-buffer == (process-buffer (python-proc)).
3592         (python-switch-to-python): Simplify.
3594         * dired.el (dired-align-file): Don't assume line starts with spaces.
3596 2004-11-21  Jay Belanger  <belanger@truman.edu>
3598         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3599         Replace variable `lines' by math-read-big-lines.
3600         (math-read-big-expr): Replace variables the-baseline, the-h2
3601         and err-msg by math-read-big-baseline, math-read-big-h2 and
3602         math-read-err-msg.
3603         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3605         * calc/calc-lang.el (math-read-big-rec): Fix typo.
3606         (math-read-big-balance): Replace unbound variable by value.
3607         (math-read-big-lines): New variable.
3608         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3609         (math-read-big-error, math-read-big-balance): Replace variable
3610         `lines' by declared variable.
3611         (math-read-big-baseline, math-read-big-h2): New variables.
3612         (math-read-big-rec): Replace variables the-baseline and the-h2
3613         by declared variables.
3614         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3615         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3616         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3617         declared variables.
3618         (math-read-big-err-msg): New variable.
3619         (math-read-big-error): Replace variable err-msg by declared variable.
3621 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3623         * ses.el: Add coding cookie.
3624         Fix up docstrings, follow new commenting conventions.
3625         (ses-header-line-menu): Fix missing variable rename for header-row.
3626         (ses-cell-size): Remove.
3627         (ses-make-cell): New function.
3628         (ses-cell, ses-insert-row, ses-insert-column): Use it.
3629         (ses-calculate-cell): Remove unused var `symbol'.
3630         (ses-narrowed-p): New function.
3631         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3632         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3633         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3634         (ses-setup): Use restore-buffer-modified-p.
3635         (ses-cleanup): Remove unused var `end'.
3636         (ses-header-string-left-offset): Remove.
3637         (ses-create-header-string): Adjust to new behavior of `align-to'.
3638         Truncate excessively large fields to preserve alignment.
3639         (ses-reconstruct-all): Remove unused var `refs'.
3640         (ses-read-cell-printer): Remove unused var `prompt'.
3641         (ses-delete-row): Remove unused var `pos'.
3642         (ses-delete-column): Remove unused var `new'.
3644 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3646         * ps-print.el: Insert :version tag into all defgroup and defcustom.
3647         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3648         Eliminate eval-and-compile usage.
3649         (ps-insert-file): Use insert-file-contents instead of insert-file.
3650         (ps-setup): Code fix.
3652         * printing.el (pr-setup, lpr-setup): Code fix.
3654 2004-11-21  Jay Belanger  <belanger@truman.edu>
3656         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3657         (calc-original-buffer): Declare them.
3658         (calc-user-formula-alist): New variable.
3659         (calc-user-define-formula, calc-fix-user-formula)
3660         (calc-user-define-composition, calc-finish-formula-edit):
3661         Replace variable `alist' by declared variable.
3662         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3663         (var-q7, var-q7, var-q8, var-q9): Declare them.
3664         (calc-kbd-push): Don't check to see if var-q0 through var-q9
3665         are bound.
3666         (calcFunc-typeof): Replace undeclared variable by expression.
3667         (math-exp-env): New variable.
3668         (math-define-body, math-define-exp): Replace exp-env by declared var.
3669         (math-define-exp): Replace misplaced variable by expression.
3671         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3672         (calc-curve-model, calc-curve-coefnames): New variables.
3673         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3674         varnames, model and coefnames by declared variables.
3675         (math-root-widen): New variable.
3676         (math-search-root, math-find-root): Replace variable root-widen by
3677         declared variable.
3678         (var-DUMMY): Declare it.
3679         (math-root-vars, math-min-vars): Move the declarations to earlier in
3680         the file.
3681         (math-brent-min): Make d a local variable.
3682         (math-find-minimum): Replace non-existent variable.
3683         (math-ninteg-romberg): Remove unnecessary variable.
3684         (math-ninteg-temp): New variable.
3685         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3686         integ-temp by declared variable.
3687         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3688         New variables.
3689         (math-general-fit): Replace variables first-var, first-coef and
3690         new-coefs by declared variables.
3691         (calcFunc-fitvar): Replace variable first-var by declared variable.
3692         (calcFunc-fitparam): Replace variable first-coef by declared variable.
3693         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3694         (math-all-vars-vars, math-all-vars-found): New variables.
3695         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3696         found by declared variable math-all-vars-vars.
3698 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
3700         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3701         of `defconst'.
3703 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3705         * isearch.el (isearch-mode-map): Don't bind SPC.
3706         (isearch-whitespace-chars): Function deleted.
3707         (isearch-search): Bind search-spaces-regexp.
3708         (isearch-lazy-highlight-search): Likewise.
3709         (search-whitespace-regexp): Doc fix.
3710         (isearch-forward-regexp): Doc fix.
3712         * emacs-lisp/bytecomp.el (byte-compile-form):
3713         Move the calls to byte-compile-set-symbol-position,
3714         to avoid having two for the same symbol occurrence.
3716         * comint.el (comint-input-ring-size): Increase to 150.
3718         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3719         New variables.
3720         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3721         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3723         * imenu.el (imenu--generic-function):
3724         Ensure we keep moving backward even if BEG isn't further back.
3726         * replace.el (query-replace-read-to, query-replace-read-from):
3727         Specify t for KEEP-ALL in read-from-minibuffer.
3729         * progmodes/python.el (python-switch-to-python):
3730         If Python isn't running, start it.
3731         Don't alter debug-ignored-errors.
3733         * progmodes/cperl-mode.el (cperl-indent-region):
3734         Don't mind imenu-scanning-message.
3736         * bindings.el (global-map): Bind C-e to move-end-of-line.
3738         * simple.el (line-move-finish): New arg FORWARD.
3739         Ignore invisible newlines, not intangible ones.
3740         Conditions for acceptable stopping positions depend on FORWARD.
3741         (line-move): Pass FORWARD arg to line-move-finish.
3743         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3744         of HEADER.  Compensate for this change in the code to add display
3745         properties.  Don't make the first line intangible.
3747         * info.el (Info-search): Fix previous change.
3749 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
3751         * Makefile.in (recompile): Revert 2004-11-19 change.
3752         (compile): Likewise.
3754 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
3756         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3758 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3760         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
3761         defgroup and defcustom.  Eliminate eval-and-compile usage.
3763         * progmodes/ebnf-otz.el: Fix typos.
3765 2004-11-19  Jay Belanger  <belanger@truman.edu>
3767         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3768         (calc-edit-finish, calc-finish-stack-edit): Replace variable
3769         disp-trail by declared variable.
3771         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3772         (calc-finish-selection-edit):  Replace variable disp-trail by
3773         declared variable.
3774         (calc-selection-cache-entry): Move declaration to earlier in the file.
3775         (calc-selection-cache-num, calc-selection-cache-comp)
3776         (calc-selection-cache-offset, calc-selection-true-num)
3777         (calc-final-point-line, calc-final-point-column)
3778         (calc-original-buffer): Declare them.
3779         (calc-fnp-op, calc-fnp-num): New variables.
3780         (calc-find-nth-part, calc-find-nth-part-rec)
3781         (calc-select-previous): Replace op and num by declared variables.
3782         (calc-rsf-old, calc-rsf-new): New variables.
3783         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3784         Replace variables old and new by declared variables.
3785         (calc-sel-reselect): New variable.
3786         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3787         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3788         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
3789         reselect with declared variable.
3791         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3792         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3793         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3794         (math-import-list, math-rewrite-phase): Declare them.
3795         (math-rewrite):  Use let* to declare variables.
3796         (calc-rewrite-selection): Make rules a local variable.
3797         (calc-rewr-sel): New variable.
3798         (calc-rewrite-selection, calc-locate-selection-marker)
3799         (calc-rewrite): Use the declared variable calc-rewr-sel instead
3800         of sel.
3801         (math-rewrite-whole-expr): New variable.
3802         (math-rewrite, math-rewrite-phase): Replace variable expr by
3803         declared variable.
3804         (math-rewrite-heads-heads, math-rewrite-heads-skips)
3805         (math-rewrite-heads-blanks ): New variables.
3806         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3807         heads, skips and blanks by declared variables.
3808         (math-rwcomp-subst-old, math-rwcomp-subst-new)
3809         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3810         New variables.
3811         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3812         old, new, old-func and new-func by declared variables.
3813         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3814         Remove unnecessary variable.
3815         (math-apply-rw-regs): New variable.
3816         (math-apply-rewrites, math-rwapply-replace-regs)
3817         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3818         (math-apply-rw-ruleset): New variable.
3819         (math-apply-rewrites, math-rwapply-remember): Replace variable
3820         ruleset by declared variable.
3822 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3824         * info.el (Info-search): Use search-whitespace-regexp.
3826 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3828         * vc-rcs.el (vc-rcs-parse): New function.
3829         (vc-rcs-annotate-command): Likewise.
3830         (vc-rcs-annotate-current-time): Likewise.
3831         (vc-rcs-annotate-time): Likewise.
3832         (vc-rcs-annotate-extract-revision-at-line): Likewise.
3834 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3836         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3838 2004-11-18  Jay Belanger  <belanger@truman.edu>
3840         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3842 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3844         * printing.el: Eliminate use of interactive-p and eval-and-compile.
3845         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3846         Use make-temp-file to generate PostScript files in any situation.
3847         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3848         (pr-interactive-p): Eliminate var.
3849         (pr-save-interactive): Eliminate macro.
3850         (pr-interface, pr-ps-directory-preview)
3851         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3852         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3853         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3854         (pr-ps-buffer-ps-print, pr-ps-region-preview)
3855         (pr-ps-region-using-ghostscript, pr-ps-region-print)
3856         (pr-ps-region-ps-print, pr-ps-mode-preview)
3857         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3858         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3859         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3860         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3861         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3862         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3863         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3864         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3865         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3866         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3867         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3868         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3869         Eliminate pr-save-interactive usage.
3870         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3871         Eliminate pr-interactive-p usage.
3872         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3873         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3874         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3875         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3876         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3877         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3878         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3879         New funs.
3880         (pr-ps-file): Use make-temp-file to generate a temporary file.
3882 2004-11-17  Jay Belanger  <belanger@truman.edu>
3884         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3885         a local variable.
3886         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3887         (math-top-only): New variable.
3888         (math-simplify, math-simplify-step): Replace variable top-only by
3889         declared variable math-top-only.
3890         (math-simplify-expr): Declare it.
3891         Replace argument expr in all calls of math-defsimplify by
3892         math-simplify-expr.
3893         (math-simplify-plus, math-simplify-times, math-simplify-divide)
3894         (math-simplify-divisor, math-simplify-one-divisor)
3895         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3896         (math-simplify-pow): Replace variable expr by declared variable
3897         math-simplify-expr.
3898         (math-simplify-divisor): Remove local variables temp and op.
3899         (math-simplify-one-divisor): Make temp and op local variables.
3900         (math-simplify-divisor-nover, math-simplify-divisor-dover):
3901         New variables.
3902         (math-simplify-divisor, math-simplify-one-divisor):
3903         Replace variables nover and dover by declared variables.
3904         (math-expr-subst-new, math-expr-subst-old): New variables.
3905         (math-expr-subst, math-expr-subst-rec): Replace variables new
3906         and old by declared variables.
3907         (math-is-poly-degree, math-is-poly-loose): New variables.
3908         (math-is-polynomial, math-is-poly-rec): Replace variables degree
3909         and loose by declared variables.
3910         (math-poly-base-const-ok, math-poly-base-pred): New variables.
3911         (math-polynomial-base, math-polynomial-base-rec):
3912         Replace variables const-ok and mpb-pred by declared variables.
3914         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3916         * calc/calc-ext.el (math-defsimplify): Change the argument in
3917         the created function to math-simplify-expr.
3919         * calc/calc-units.el (math-simplify-expr): Declare it.
3920         Replace argument expr in all calls of math-defsimplify by
3921         math-simplify-expr.
3922         (math-simplify-units-prod): Replace variable expr by declared
3923         variable math-simplify-expr.
3925 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3927         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3928         Replace mapcar->dolist, format->string.
3930 2004-11-17  Miles Bader  <miles@gnu.org>
3932         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3933         * progmodes/idlwave.el: Remove RCS keywords.
3935 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
3937         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3938         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3939         Update to IDLWAVE version 5.5.  Too many changes to list them here.
3940         * progmodes/idlw-help.el: New file.
3942 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3944         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3945         Discard spaces after \i according to TeX rules.
3947         * international/mule.el (set-buffer-file-coding-system):
3948         New arg NOMODIFY.
3949         (after-insert-file-set-coding): Pass that new arg.
3950         Prevent set-buffer-multibyte from trying to lock the file.
3952         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3954         * saveplace.el (save-place): Doc fix.
3956         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
3957         temporarily widen before finding the following word to copy.
3959         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
3960         (cl-map-keymap): Definition deleted.
3962         * subr.el (map-keymap-internal): New function.
3964 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3966         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
3967         when pressing rather than when releasing mouse-2.  Simplify.
3969 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3971         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
3972         (compilation-mode): Set it here instead.
3974         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
3976         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
3977         (loop, cl-parse-loop-clause, defsetf): Use backquote.
3979 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3981         * progmodes/compile.el (compilation-internal-error-properties):
3982         Fix up a transposition-typo.  Check end-col before using it.
3984 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
3986         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3987         Discard whitespace after macro \i when converting it.
3989 2004-11-16  Juri Linkov  <juri@jurta.org>
3991         * emacs-lisp/find-func.el (find-function-regexp):
3992         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
3993         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
3994         Remove invalid `\W' from [^cgv\W].  Doc fix.
3995         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
3997 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3999         * play/life.el: Maintainer is now FSF.
4000         (life-patterns, life-neighbor-deltas, life-window-start)
4001         (life-current-generation, life-generation-string): Use defvar
4002         instead of defconst.
4004 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4006         * progmodes/compile.el (compilation-move-to-column): New fun.
4007         (compilation-internal-error-properties)
4008         (compilation-next-error-function): Use it to make sure we don't go past
4009         the end of line.
4011 2004-11-15  John Paul Wallington  <jpw@gnu.org>
4013         * autoinsert.el (auto-insert-alist): Insert the user's name in
4014         copyright notice, rather than Free Software Foundation, for the
4015         Emacs Lisp header case too.
4017 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4019         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4020         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4021         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
4022         return the list of string in a string.
4023         (pr-call-process): Message if calling process returns an error, that
4024         is, the exit status is different of zero.
4026 2004-11-15  Jay Belanger  <belanger@truman.edu>
4028         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
4029         variable var-thing.
4030         (math-integ-depth, math-integ-level, math-integral-limit)
4031         (math-enable-subst, math-any-substs, math-integ-msg)
4032         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4033         (math-int-threshold, math-int-factors, math-double-roots)
4034         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4035         (var-GenCount):  Declare these variables.
4036         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
4037         (math-integral-cache, math-integral-cache-state):
4038         Move declarations to earlier in the file.
4039         (math-deriv-var, math-deriv-total, math-deriv-symb)
4040         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4041         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4042         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4043         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4044         (math-solve-res):  New variables
4045         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4046         (math-integral, math-replace-integral-parts)
4047         (math-integrate-by-parts, calc-dump-integral-cache)
4048         (math-try-integral, math-do-integral, math-do-integral)
4049         (math-do-integral-methods, math-try-solve-for)
4050         (math-try-solve-prod, math-solve-poly-funny-powers)
4051         (math-solve-crunch-poly, math-decompose-poly)
4052         (math-solve-find-root-term, math-find-root-in-prod)
4053         (math-integ-try-linear-substitutions)
4054         (math-integ-try-substitutions, math-expr-rational-in)
4055         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4056         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4057         (math-solve-for, math-solve-system, math-solve-system-rec)
4058         (math-solve-get-sign, math-solve-get-int)
4059         (math-solve-system-subst): Replace undeclared variables with newly
4060         declared variables.
4062 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4064         * winner.el (winner-active-region, winner-edges, winner-window-list):
4065         Define at toplevel.
4066         (winner-mode-map): Move init inside declaration.
4068 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4070         * files.el (convert-standard-filename): Doc fix.
4072 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
4074         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4075         passwd, group, shadow, default/* and pam.d/*.
4077 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4079         * printing.el (pr-menu-spec): Adjust menu specification.
4081 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4083         * printing.el: Doc fix.  Insert :version tag into all defcustom.
4084         Handle interactive-p as is recommended in Emacs Lisp Reference.
4085         Set the file permission bits for newly created files.
4086         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4087         The printing menu specification (in `pr-menu-spec') was merged.
4088         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4089         (pr-version): New version number (6.8.3).
4090         (pr-file-modes): New option.
4091         (pr-interactive-p): New var.
4092         (pr-save-interactive, pr-save-file-modes): New macros.
4093         (pr-setup): Code fix.
4094         (pr-menu-spec): Menu specification merged.
4095         (pr-call-process, pr-text2ps): Set file permission bits.
4096         (pr-despool-print): Set file permission bits.  Handle interactive-p as
4097         is recommended.
4098         (pr-interface, pr-ps-directory-preview)
4099         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4100         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4101         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4102         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4103         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4104         (pr-ps-region-ps-print, pr-ps-mode-preview)
4105         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4106         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4107         (pr-despool-using-ghostscript, pr-despool-ps-print)
4108         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4109         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4110         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4111         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4112         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4113         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4114         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4115         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4116         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4117         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4118         Handle interactive-p as is recommended.
4120 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4122         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4123         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4125         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4126         so it doesn't forget to highlight the beginning of the region either.
4128 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
4130         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4131         (c-font-lock-init): Eliminate obsolete make-local-hook.
4132         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4133         (awk-mode): Use run-mode-hooks.
4135         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4137 2004-11-13  Kim F. Storm  <storm@cua.dk>
4139         * mouse.el (mouse-drag-copy-region): Add :version.
4140         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4141         while dragging mode line, so mode line can be dragged downwards.
4142         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4143         while pressing mouse button so window doesn't scroll until we
4144         release the mouse if clicking on partially visible line.
4146 2004-11-12  Jay Belanger  <belanger@truman.edu>
4148         * calc/calc-graph.el (calc-dumb-map):  Declare it.
4149         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
4150         than unbound.
4151         (calc-graph-name):  Made `end' a local variable.
4152         (calc-graph-lookup):  Made `varname' a local variable.
4153         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4154         Declare them.
4155         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
4156         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
4157         the unused variable y3vec.
4158         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
4159         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
4160         calc-graph-prev-kill-hook.
4161         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4162         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4163         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4164         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4165         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4166         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4167         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4168         (calc-graph-y3value, calc-graph-y3name)
4169         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4170         (calc-graph-stepcount, calc-graph-is-splot)
4171         (calc-graph-surprise-splot, calc-graph-blank)
4172         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
4173         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4174         (calc-graph-recompute-2d, calc-graph-compute-3d)
4175         (calc-graph-format-data): Replace undeclared variables with the
4176         above newly declared variables.
4178 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
4180         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4181         `rsf-beep' and `rsf-sleep-after-message'.
4183         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4184         list if `message-sender' is non-nil.
4186 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4188         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4189         consing by using mapc instead of mapcar.
4191 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
4193         * tooltip.el (require): Explain why CL is needed.
4195 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4197         * printing.el: Insert :version into defgroup (printing).  All reference
4198         to Files option in menubar were changed to File.
4199         (pr-version): New version number (6.8.2).
4200         (pr-get-symbol): Call easy-menu-intern.
4201         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
4202         compilation gripes.
4204 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4207         new byte-compile-function-environment binding to t.
4209         * font-lock.el (font-lock-fontify-syntactically-region):
4210         Don't forget to highlight the last char when we hit `end'.
4212         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4213         (mwheel-scroll): Adjust accordingly.
4215         * cvs-status.el: Reduce spurious warnings.
4216         (cvs-status-checkout): Remove.
4217         (cvs-status-mode-map): Use cvs-mode-checkout instead.
4219         * pcvs.el (cvs-mode-checkout): New command.
4221         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4223         * tooltip.el: Require CL.
4225         * emacs-lisp/bytecomp.el: Use push.
4226         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4227         (defalias): Remove the `byte-compile' property and add
4228         a `byte-hunk-handler'.
4230 2004-11-11  Juri Linkov  <juri@jurta.org>
4232         * info.el (Info-search): Save match data for isearch.
4233         Skip Tag Table node.
4235         * descr-text.el (describe-char): Replace syntax-after with code
4236         from its previous version.
4238         * files.el (magic-mode-alist): Use optimization for SGML mode too.
4239         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
4241         * international/mule.el (sgml-html-meta-auto-coding-function):
4242         Remove > after <html to allow HTML attributes.
4244 2004-11-11  Jay Belanger  <belanger@truman.edu>
4246         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
4247         a variable.
4248         (calcFunc-dfac):  Replace unbound max by n.
4249         (math-stirling-local-cache):  New variable.
4250         (math-stirling-number, math-stirling-1, math-stirling-2):
4251         Replace the variable `cache' by the declared variable
4252         math-stirling-local-cache.
4253         (var-RandSeed):  Declare it as a variable.
4254         (math-init-random-base, math-random-digit):  Don't check to see if
4255         var-RandSeed is bound.
4256         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4257         Declare them instead of just setting them.
4258         (math-init-random-base):  Made i a local variable.
4259         (math-random-digit):  Made math-random-last a local variable.
4260         (math-prime-test-cache):  Move declaration to before it is used.
4261         (math-prime-test-cache-k, math-prime-test-cache-q)
4262         (math-prime-test-cache-nm1, math-prime-factors-finished):
4263         Declare them as variables.
4265 2004-11-11  Jay Belanger  <belanger@truman.edu>
4267         * calc/calc-ext.el (math-defcache):  Use defvar for the new
4268         variables it creates.
4270 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
4272         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4273         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4274         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4275         (desktop-save): Add :version.
4277 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4279         * printing.el (pr-get-symbol): Don't downcase.
4281 2004-11-10  Jay Belanger  <belanger@truman.edu>
4283         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
4284         string to kill-ring.
4286         * calc/calc-aent.el (calc-alg-exp, math-toks)
4287         (math-exp-pos,math-exp-old-pos, math-exp-token)
4288         (math-exp-keep-spaces, math-exp-str):  New variables.
4289         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4290         (calcAlg-enter):  Use declared variable calc-alg-exp.
4291         (math-build-parse-table, math-find-user-token):  Use declared
4292         variable math-toks.
4293         (math-read-exprs, math-read-token, calc-check-user-syntax)
4294         (calc-match-user-syntax, match-factor-after, math-read-factor):
4295         Use declared variables math-exp-pos math-exp-old-pos.
4296         (math-read-exprs, math-read-token, math-read-expr-level)
4297         (calc-check-user-syntax, calc-match-user-syntax)
4298         (match-factor-after, math-read-factor):  Use declared variable
4299         math-exp-token.
4300         (math-read-exprs, math-read-expr-list, math-read-token)
4301         (math-read-factor):  Use declared variable math-exp-keep-spaces.
4302         (math-read-exprs, math-read-token):  Use declared variable
4303         math-exp-str.
4304         (calc-match-user-syntax):  Make m a local variable.
4306         * calc/calc-ext.el (math-read-expr):  Use declared variables
4307         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4308         math-exp-keep-spaces.
4310         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
4311         variables math-exp-pos, math-exp-str.
4313         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
4314         math-exp-old-pos.
4315         (math-parse-fortran-vector, math-parse-fortran-vector-end)
4316         (math-parse-eqn-prime):  Use declared variable math-exp-token.
4318         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4319         Use declared variable math-exp-pos.
4320         (math-check-for-commas):  Use declared variable math-exp-str.
4321         (math-read-brackets):  Use declared variables math-exp-old-pos,
4322         math-exp-keep-spaces.
4323         (math-read-brackets, math-read-vector, math-read-matrix):
4324         Use declared variable math-exp-token.
4326 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4328         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4329         where the keymap is a symbol.
4330         (easy-menu-add-item): Use keymap-prompt.  Simplify.
4332         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4334         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4335         (sgml-parse-tag-backward): Use it to skip spurious < or >.
4337 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
4339         * ebuff-menu.el: Doc fixes throughout.
4340         (electric-buffer-menu-mode-hook): New defvar.
4342 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
4344         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4345         compilation. The resulting compiler warnings appear to be harmless.
4347 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
4349         * textmodes/conf-mode.el: New file.
4351         * files.el (auto-mode-alist, magic-mode-alist): Use it.
4353 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4355         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4357 2004-11-09  Jay Belanger  <belanger@truman.edu>
4359         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
4361         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4362         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
4363         (calc-z-prefix-help, calc-user-function-list):  Use declared
4364         variables calc-z-prefix-buf, calc-z-prefix-msgs.
4365         (math-map-tree, math-map-tree-rec):  Use declared variables
4366         math-mt-many, math-mt-func.
4367         (math-read-expression, math-read-string):  Use declared variable
4368         math-expr-data.
4370         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
4371         variable math-normalize-a.
4373         * calc/calc.el (math-normalize-a):  New variable.
4374         (math-normalize):  Use declared variable math-normalize-a.
4376         * calc/calc-poly.el (math-expand-form):  Use declared variable
4377         math-mt-many.
4379         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4380         Use declared variable math-mt-many.
4381         (math-rewrite):  Use declared variable math-mt-func.
4383         * calc/calc-vec.el (math-read-brackets, math-read-vector)
4384         (math-read-matrix):  Use declared variable math-expr-data.
4386         * calc/calc-lang.el (math-parse-fortran-vector)
4387         (math-parse-fortran-vector-end, math-parse-tex-sum)
4388         (math-parse-eqn-matrix, math-parse-eqn-prime)
4389         (math-read-math-subscr):  Use declared variable math-expr-data.
4391         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4392         (math-read-expr-level, math-read-token, calc-check-user-syntax)
4393         (calc-match-user-syntax, math-read-if, math-factor-after)
4394         (math-read-factor):  Use declared variable math-expr-data.
4396 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
4398         * calendar/diary-lib.el (diary-from-outlook)
4399         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4400         interactive-p; but rather new optional argument NOCONFIRM.
4402 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4404         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4405         (easy-menu-name-match): Revert correspondingly.
4407 2004-11-09  Richard M. Stallman  <rms@gnu.org>
4409         * emacs-lisp/bytecomp.el (byte-compile-defalias):
4410         Turn off warnings for the new function even if definition not constant.
4411         If the definition isn't a quoted symbol, record (FUNCTION . t).
4412         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4413         (byte-compile-callargs-warn): Handle (FUNCTION . t).
4414         (display-call-tree, byte-compile-arglist-warn):
4415         Handle t returned by byte-compile-fdefinition.
4417 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4419         * Makefile.in (maintainer-clean): Depend on distclean.
4421         * help-fns.el (help-C-file-name): File name must be in build-files
4422         to be returned.
4424 2004-11-09  Jay Belanger  <belanger@truman.edu>
4426         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4427         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
4429         * calc/calc.el (calc, calc-trail-display, calc-mode):
4430         Remove obsolete sections.
4432         * calc/calc.el (calc-x-paste-text):  Remove.
4434         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
4435         mouse-2.
4437 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
4439         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4440         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4441         current frame (in case of recursive calls).
4442         (gdb-show-changed-values): Add :version keyword.
4444 2004-11-09  Kenichi Handa  <handa@m17n.org>
4446         * international/mule-cmds.el: Change coding: tag back to
4447         iso-2022-7bit.
4449 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * international/mule-cmds.el: Change coding-system to utf-8.
4452         (select-safe-coding-system-interactively):
4453         New function extracted from select-safe-coding-system.
4454         (select-safe-coding-system): Use it.
4456 2004-11-08  Richard M. Stallman  <rms@gnu.org>
4458         * subr.el (syntax-after): Doc fix.
4460         * paren.el (show-paren-function): Change calls to syntax-after
4461         for new way of returning the value.
4463         * menu-bar.el (menu-bar-file-menu): Make this the real name
4464         and menu-bar-files-menu the alias.  Use the former.
4465         (global-map): Use `file', not `files', as the symbol.
4467         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4469         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4470         Don't use beginning-of-buffer.
4471         (filesets-cmd-show-result): Use with-no-warnings.
4473 2004-11-08  Juri Linkov  <juri@jurta.org>
4475         * progmodes/compile.el (compile): Don't overwrite last command in
4476         minibuffer history with default command if they are not equal.
4478 2004-11-08  Jay Belanger  <belanger@truman.edu>
4480         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
4481         non-linear substitutions.
4483 2004-11-08  Jay Belanger  <belanger@truman.edu>
4485         * calc/calcalg2.el (math-linear-subst-tried): New variable.
4486         (math-do-integral):  Set `math-linear-subst-tried' to nil.
4487         (math-do-integral-methods):  Use `math-linear-subst-tried' to
4488         determine what type of substitution to try.
4489         (math-integ-try-linear-substituion):
4490         Set `math-linear-subst-tried' to t.
4492 2004-11-08  Kim F. Storm  <storm@cua.dk>
4494         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4496 2004-11-07  Juri Linkov  <juri@jurta.org>
4498         * info-look.el (info-lookup): Allow reusing in the current buffer
4499         not only *info* buffer, but all (even renamed) Info buffers
4500         by checking for major-mode instead of *info* buffer name.
4501         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4502         (octave-mode, maxima-mode) <doc-spec>:
4503         Allow long dashes generated by Texinfo 4.7 before definitions.
4504         (texinfo-mode) <doc-spec>: Add space to suffix to find command
4505         definitions with argument separated by space.
4507 2004-11-06  Richard M. Stallman  <rms@gnu.org>
4509         * simple.el (next-error group, face): Move before first use.
4510         (next-error-highlight, next-error-highlight-no-select): Likewise.
4512         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4513         (line-move): New args NOERROR and TO-END.
4514         Return t if if succeed in moving specified number of lines.
4515         (move-end-of-line): New function.
4517         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4518         (end-of-buffer-other-window): Likewise.
4520         * simple.el (line-move-ignore-invisible): Default to t.
4522         * subr.el (syntax-after): Return the syntax letter, not the raw code.
4524         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4526         * international/iso-cvt.el (iso-cvt-define-menu):
4527         Rename menu-bar-files-menu to menu-bar-file-menu.
4529         * net/browse-url.el (browse-url-gnome-moz-program)
4530         (browse-url-gnome-moz-arguments): Move up before first use.
4532         * net/tramp.el (tramp group): Add :version.
4534         * progmodes/ada-xref.el (ada-gdb-application):
4535         Use goto-char instead of beginning-of-buffer.
4537         * progmodes/cperl-mode.el (cperl-info-on-command):
4538         Use goto-char instead of beginning-of-buffer.
4540         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4541         Move up before first use.
4542         (idlwave-shell-temp-pro-file): Likewise.
4543         (idlwave-shell-temp-rinfo-save-file): Likewise.
4544         (idlwave-shell-temp-file): Minor doc fix.
4546         * textmodes/flyspell.el (flyspell-external-point-words):
4547         Use goto-char instead of beginning-of-buffer.
4549 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
4551         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4552         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
4553         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4555 2004-11-06  David Ponce  <david@dponce.com>
4557         * recentf.el (recentf-menu-path): Use menu item name.
4559 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
4561         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4562         display doesn't support images.
4564 2004-11-06  Andreas Schwab  <schwab@suse.de>
4566         * tempo.el (tempo-match-finder): Doc fix.
4568         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4570 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4572         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4573         (easy-menu-lookup-name): New fun to replace it.
4574         (easy-menu-get-map): Use it to obey menu item names (rather than just
4575         keys) when looking up `path'.
4576         (easy-menu-always-true-p): Rename from easy-menu-always-true.
4577         (easy-menu-convert-item-1): Adjust to new name.
4579 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
4581         * outline.el (hide-body): Don't hide lines at the top of the file
4582         that precede the first header line.
4584 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
4586         * align.el (align-areas): Delete whitespace before reindenting, so
4587         that tabs are never placed after spaces.
4589 2004-11-06  Alan Shutko  <ats@acm.org>
4591         * macros.el (insert-kbd-macro): Do completions based on macros,
4592         rather than all commands.
4594 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
4596         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4597         to solve a bug whereby tags with 'b' don't match.
4599 2004-11-05  Juri Linkov  <juri@jurta.org>
4601         * info.el (Info-search): Don't search in node header lines
4602         and file headers.
4604         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4605         symbol-constituent characters after dot, not only digits.
4607 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
4609         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4611 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4613         * dired.el (dired-read-dir-and-switches): Call read-directory-name
4614         if a dialog will be used, read-file-name otherwise.
4616 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4618         * textmodes/table.el (table group): Add :version.
4620         * textmodes/ispell.el (ispell-word):
4621         Don't alter args; set them only thru `interactive' spec.
4623         * textmodes/flyspell.el (flyspell-word):
4624         Don't alter FOLLOWING; set it only thru `interactive' spec.
4626         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4628         * net/browse-url.el (browse-url-maybe-new-window):
4629         Use called-interactively-p.
4631         * mail/supercite.el (sc-cite-region):
4632         Don't use interactive-p.  Add arg INTERACTIVE.
4633         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
4635         * international/mule-cmds.el (set-input-method, toggle-input-method):
4636         Don't use interactive-p.  Add arg INTERACTIVE.
4638         * eshell/esh-mode.el (eshell-show-maximum-output):
4639         Don't use interactive-p.
4640         (eshell-truncate-buffer): Just message, no error, if buffer is short.
4642         * mouse.el (mouse-show-mark): Get positions to delete from mark
4643         and point, not from mouse-drag-overlay.
4645         * imenu.el (imenu-eager-completion-buffer): Add :version.
4647         * filesets.el (filesets group): Add :version.
4649 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
4651         * files.el (xml-based-modes): Delete var.
4652         (magic-mode-alist): New more general var.
4653         (set-auto-mode): Use it.
4655         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4656         when clicking from another window.
4658 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
4660         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4661         (vc-cvs-annotate-time): Incorporate value of deleted var.
4662         Remove special-case handling of beginning-of-buffer cruft.
4663         Cache ending position (point) and return value in text property
4664         `vc-cvs-annotate-time', and consult it on subsequent invocations.
4666         * vc-cvs.el (vc-cvs-annotate-command):
4667         Delete extraneous lines from beginning of buffer.
4668         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4670         * progmodes/grep.el (grep-default-command): Take empty string
4671         for tag if all other methods yield nil.  Shell-quote the tag.
4673         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4674         spec in `interactive' form, and mention it in the docstring.
4675         Also, make sure point is at bol after calling `annotate-time'.
4677 2004-11-02  Richard M. Stallman  <rms@gnu.org>
4679         * cus-edit.el (customize-group-other-window):
4680         Select the window that displays the custom buffer.
4681         (custom-buffer-create-other-window): Likewise.
4683         * comint.el (comint-insert-input): Fix previous change.
4685         * emacs-lisp/elp.el (elp-instrument-function):
4686         Use called-interactively-p.
4688         * emacs-lisp/easymenu.el (easy-menu-intern):
4689         Don't downcase; rather, case-flip the first letter of each word.
4691         * emacs-lisp/easy-mmode.el (define-minor-mode):
4692         Use called-interactively-p.
4694         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4695         Add interactive-only.
4696         (byte-compile-warnings): Add interactive-only as option.
4697         (byte-compile-interactive-only-functions): New variable.
4698         (byte-compile-form): Warn about calls to functions
4699         in byte-compile-interactive-only-functions.
4701         * emacs-lisp/autoload.el (update-file-autoloads):
4702         Don't use interactive-p; take new arg SAVE-AFTER.
4704         * emacs-lisp/advice.el (ad-make-advised-definition):
4705         Use called-interactively-p.
4707 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4709         * files.el (find-file-existing): New function.
4711         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4712         find-file-existing.  Add "New File..." that calls find-file.
4714         * diropen.pbm, diropen.xpm: New files.
4716         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4717         icon diropen.  New tool bar item find-file-existing uses icon open.
4719         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4720         instead of read-file-name.
4722 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
4724         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4725         (icalendar--split-value): Change name of work buffer.
4726         (icalendar--get-weekday-abbrev): Return nil on error.
4727         (icalendar--date-to-isodate): New function.
4728         (icalendar-convert-diary-to-ical)
4729         (icalendar-extract-ical-from-buffer): Use only two args for
4730         make-obsolete (XEmacs compatibility).
4731         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4732         (icalendar-export-region): Doc fix.
4733         If error, return non-nil and write errors to a buffer.
4734         Use correct weekday for weekly recurring events.
4735         Check whether date has been parsed for ordinary events.
4736         Make weekly events start in the year 2000.
4737         DTEND is non-inclusive, shift end date by one day if
4738         necessary (not for entries that have date and time).
4739         Rename local let variables: oops -> found-error, datestring ->
4740         startdatestring.
4742 2004-11-02  Kim F. Storm  <storm@cua.dk>
4744         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4745         keep-mode-if-same variable.  Add it as optional arg instead.
4746         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4748         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4749         substitute-command-keys will select lower-case bindings like those
4750         used in the static help texts.
4752         * descr-text.el (describe-text-properties): Don't err if called in
4753         the *Help* buffer; output to *Help-2* buffer instead.
4755         * kmacro.el (group kmacro): Add :version.
4756         (kmacro-keyboard-quit): New function to cleanup on C-g.
4757         (kmacro-start-macro): Set defining-kbd-macro to append when
4758         appending to last macro.
4760         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4762 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
4764         * progmodes/gdb-ui.el (gdb-enable-debug-log)
4765         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4766         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4767         Add :version keyword.
4769 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
4771         * progmodes/flymake.el (flymake-err-line-patterns):
4772         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4773         `compilation-error-regexp-alist-alist' to internal Flymake format.
4775         * progmodes/flymake.el: Eliminate byte-compiler warnings.
4777 2004-11-01  Jay Belanger  <belanger@truman.edu>
4779         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4780         with `interactive "s"'.
4782 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4784         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4785         Revert change from 2004-10-16.  '*' checks the current buffer, but the
4786         mouse click may be in another buffer.
4788 2004-11-01  John Paul Wallington  <jpw@gnu.org>
4790         * files.el (large-file-warning-threshold): Add :version keyword.
4791         (kill-some-buffers): Doc fix.
4793         * thumbs.el (group thumbs): Add :version keyword.
4795         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4797 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4799         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4801         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4803         * allout.el (allout group): Add :version.
4804         (allout-init): Don't use interactive-p.
4805         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4806         (allout-forward-current-level, allout-backward-current-level):
4807         Don't use interactive-p.
4809         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4810         (bibtex-find-text): Likewise.
4812         * progmodes/vhdl-mode.el (vhdl-fill-region)
4813         (vhdl-beginning-of-statement): Don't use interactive-p.
4815         * progmodes/idlwave.el (idlwave-update-routine-info):
4816         Don't use interactive-p.
4818         * progmodes/idlw-shell.el (idlwave-shell-send-char):
4819         Don't use interactive-p.
4821         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4822         Don't use interactive-p.
4824         * progmodes/ada-xref.el (ada-make-body-gnatstub):
4825         Don't use interactive-p.
4827         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4828         (fortune-in-buffer): Doc fix.
4830         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4832         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4833         don't select the temporary buffer.
4834         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4835         (eudc-get-phone): Likewise.
4837 2004-11-01  Kim F. Storm  <storm@cua.dk>
4839         * man.el (Man-xref-normal-file): Fix help-echo.
4841 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4843         * reveal.el (reveal-last-tick): New var.
4844         (reveal-post-command): Use it to avoid closing overlays when we're
4845         appending text to them.
4847 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4849         * textmodes/bibtex.el: Require button.
4850         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4851         (bibtex-reference-keys): Distinguish between header keys and
4852         crossref keys.
4853         (bibtex-beginning-of-field): New function.
4854         (bibtex-url-map): Remove.
4855         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4856         (bibtex-font-lock-url-regexp): Assume that field names begin at
4857         the beginning of a line.
4858         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
4859         Remove field delimiters.  Use bibtex-beginning-of-field.
4860         Bugfix, point can be inside a field with a url.
4861         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4862         New functions.
4863         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4864         (bibtex-key-in-head): Simplify.
4865         (bibtex-current-line): Use bolp.
4866         (bibtex-parse-keys): Remove unused arg `add'.
4867         Use bibtex-type-in-head and bibtex-key-in-head.
4868         (bibtex-parse-entry, bibtex-autofill-entry):
4869         Use bibtex-type-in-head and bibtex-key-in-head.
4870         (bibtex-autokey-get-field): Do not alter case of replacement text.
4871         (bibtex-autokey-get-names): Do all processing of name list.
4872         (bibtex-autokey-get-year): New function.
4873         (bibtex-autokey-get-title): Do all processing of title words.
4874         (bibtex-generate-autokey): Simplify.
4875         (bibtex-string-files-init): Use default-directory.
4876         Allow for absolute file names in bibtex-string-files.
4877         (bibtex-files, bibtex-file-path): New variables.
4878         (bibtex-files-expand): New function.
4879         (bibtex-find-entry-globally): New command.
4880         (bibtex-summary-function): New variable.
4881         (bibtex-summary): Default value of bibtex-summary-function.
4882         (bibtex-find-crossref): New optional args pnt and split.
4883         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4884         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4885         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
4886         Fix handling of required and alternative fields.
4887         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4888         Use cons and display-buffer.
4889         (bibtex-validate-globally): New command.
4890         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
4891         bibtex-parse-keys and bibtex-parse-strings for updating
4892         bibtex-reference-keys and bibtex-strings.
4893         (bibtex-realign): Remove blank lines past the last entry.
4894         (bibtex-reformat): Use bibtex-entry-format as default.
4895         (bibtex-choose-completion-string): Remove.
4896         (bibtex-complete): Do not use bibtex-choose-completion-string.
4897         (bibtex-url): Simplify.
4899 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4901         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4902         (x-dnd-types-alist, x-dnd-open-file-other-window)
4903         (x-dnd-known-types): Add :version.
4905 2004-10-31  John Paul Wallington  <jpw@gnu.org>
4907         * ibuffer.el (group ibuffer): Add :version keyword.
4909 2004-10-31  Kim F. Storm  <storm@cua.dk>
4911         * ido.el (group ido): Add :version keyword.
4912         (ido-mode): Remove :version keyword.
4914         * emulation/cua-base.el (group cua): Add :version keyword.
4915         (cua-mode): Remove :version keyword.
4917 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4919         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4921         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4922         compiler warning.
4923         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
4924         function.
4925         (help-at-pt-display-when-idle): Remove autoload.
4927 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4929         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4931 2004-10-30  Juri Linkov  <juri@jurta.org>
4933         * help.el (function-called-at-point):
4934         * help-fns.el (variable-at-point): Read -> intern.
4936 2004-10-30  Simon Josefsson  <jas@extundo.com>
4938         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4939         Recognize AS_* too.
4941 2004-10-29  Simon Josefsson  <jas@extundo.com>
4943         * subr.el (read-passwd): Move back from password.el.
4945         * password.el: Remove, not ready yet.
4947 2004-10-29  Andreas Schwab  <schwab@suse.de>
4949         * speedbar.el (speedbar-frame-parameters): Improve customize type.
4951 2004-10-29  Sam Steingold  <sds@gnu.org>
4953         * mouse.el (mouse-show-mark): Replace the last occurrence of
4954         x-lost-selection-hooks with x-lost-selection-functions.
4956 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4958         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
4959         x-lost-selection-functions is bound.
4961         * mouse-sel.el (mouse-sel-mode):
4962         * emacs-lisp/lselect.el: Adjust to new names for
4963         x-(lost|sent)-selection-functions.
4965         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
4966         New obsolete aliases of x-lost-selection-functions and
4967         x-sent-selection-functions.
4969 2004-10-28  Kim F. Storm  <storm@cua.dk>
4971         * imenu.el (imenu-scanning-message): Remove.
4972         (imenu-progress-message): Make it a no-op.
4974 2004-10-28  John Paul Wallington  <jpw@gnu.org>
4976         * files.el (set-auto-mode): Call `throw' correctly.
4978 2004-10-28  Juri Linkov  <juri@jurta.org>
4980         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
4981         to search `Info-...' commands in `info' manual.
4982         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4983         Add 'info-file "emacs" property.
4984         (Info-find-emacs-command-nodes): Fix index line number regexp.
4985         Set real line number (instead of fake 0) in first element of the
4986         returned list.
4987         (Info-goto-emacs-command-node): Use line number of first element
4988         to set point in the first found Info node.
4990         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
4991         code to `grep-mode-font-lock-keywords'.
4992         (grep-mode-font-lock-keywords): Delete grep markers instead
4993         of making them invisible.
4995 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4997         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
4998         and x-server-version in bug report.
5000 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
5002         * files.el (set-auto-mode-0): New function.
5003         (set-auto-mode): Use it to handle aliased modes and to
5004         be consistent between C-x C-f and C-x C-w.
5006 2004-10-28  Kenichi Handa  <handa@m17n.org>
5008         * international/utf-8.el (utf-translate-cjk-charsets):
5009         Add katakana-jisx0201.
5011         * international/subst-jis.el: Add data for JISX0201.
5013 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5015         * obsolete/hilit19.el (hilit-mode): New function.
5016         Move all the toplevel side-effecting stuff into it, so that loading
5017         hilit19 doesn't mess everything up any more.
5019 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5021         * add-log.el (add-change-log-entry): Set up mailing address
5022         and full name later, and don't alter add-log-mailing-address
5023         or add-log-full-name.
5025         * elide-head.el (elide-head): Change error to message.
5026         (elide-head-show): Likewise.
5028         * apropos.el (apropos-macrop): Doc fix.
5030         * mouse.el (mouse-show-mark): Do most processing the same
5031         regardless of transient-mark-mode.
5033         * shadowfile.el (shadow-copy-files): Use interactive-p
5034         only to control whether to print a message.
5036         * tar-mode.el (tar-mode): Use write-contents-functions,
5037         not write-contents-hooks.
5039         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5040         directory-sep-char.
5042 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5044         * strokes.el (strokes-unload-hook): Fix previous change.
5046         * type-break.el (type-break-run-at-time): Always use run-at-time;
5047         forget the alternatives.
5048         (type-break-cancel-function-timers): Always use cancel-function-timers;
5049         forget the alternatives.
5051         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5053 2004-10-27  Kenichi Handa  <handa@m17n.org>
5055         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5057         * international/subst-gb2312.el: Likewise.
5059         * international/subst-big5.el: Likewise.
5061         * international/subst-ksc.el: Likewise.
5063         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5064         New variable.
5065         (utf-translate-cjk-set-unicode-range): New function.
5066         (utf-translate-cjk-unicode-range): Make it customizable.
5067         (utf-8-post-read-conversion):
5068         Use utf-translate-cjk-unicode-range-string.
5069         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5070         Unicode ranges.
5072 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
5074         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5075         trivial variants to shorten the list.
5076         (xml-based-modes): New var.
5077         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5078         declaration higher priority than auto-mode-alist.
5080         * find-file.el (cc-other-file-alist): Bring it in line with
5081         cc-mode's auto-mode-alist entries and use \' instead of $.
5083         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5084         and add "Id" and "Name" submenus to it.
5086         * imenu.el (imenu--generic-function): Skip matches in comments.
5088 2004-10-26  Jay Belanger  <belanger@truman.edu>
5090         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5091         (full-calc-keypad, calc-trail-display):  Use an extra argument
5092         instead of `interactive-p'.
5094         * calc/calc-misc.el (calc-other-window): Use an extra argument
5095         instead of `interactive-p'.
5097         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5098         `interactive-p'.
5100 2004-10-26  Kim F. Storm  <storm@cua.dk>
5102         * help.el (describe-key): Describe both down-event and up-event
5103         for a mouse click.
5105 2004-10-26  Richard M. Stallman  <rms@gnu.org>
5107         * woman.el (woman): Don't call interactive-p.
5109         * pcomplete.el (pcomplete): Instead of interactive-p,
5110         use an arg set non-nil by the interactive spec.
5112         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5113         use an arg set non-nil by the interactive spec.
5115         * man.el (Man-cleanup-manpage): Instead of interactive-p,
5116         use an arg set non-nil by the interactive spec.
5118 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
5120         * progmodes/flymake.el (flymake-split-string):
5121         Use `flymake-split-string-remove-empty-edges' in any case.
5123 2004-10-26  Masatake YAMATO  <jet@gyve.org>
5125         * progmodes/flymake.el (flymake-err-line-patterns):
5126         Use `compilation-error-regexp-alist-alist' instead of
5127         `compilation-error-regexp-alist'.
5129 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5131         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5132         verbatim face on the \ of \end{verbatim}.
5134 2004-10-25  Jay Belanger  <belanger@truman.edu>
5136         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
5137         erasing minibuffer.
5139 2004-10-25  Simon Josefsson  <jas@extundo.com>
5141         * subr.el (read-passwd): Move to net/password.el.
5143         * net/password.el (read-passwd): Add.  Autoload it.
5145 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
5147         * mouse-sel.el (mouse-sel-mode): Specify custom group.
5149         * simple.el (process-file): Fix logic.
5151 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5153         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5154         (increase-right-margin): Remove erroneous call to `interactive-p'.
5156 2004-10-24  Kim F. Storm  <storm@cua.dk>
5158         * help.el (describe-mode): Fix 2004-10-13 change.
5159         Copy pure "Auto Fill" string so it can be propertized later
5160         without causing a read-only error.
5162 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5164         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5165         style indexes.
5167 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
5169         * simple.el (process-file): Accept nil for INFILE.  Reported by
5170         Luc Teirlinck.
5172 2004-10-24  Masatake YAMATO  <jet@gyve.org>
5174         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5175         Handle periods and underscores in a function name.
5176         Remove the address fontification.
5178 2004-10-24 Masatake YAMATO <jet@gyve.org>
5180         * progmodes/asm-mode.el (asm-font-lock-keywords):
5181         Use font-lock-variable-name-face for registers.
5183 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
5185         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5186         kill-all-local-variables.
5187         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5188         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5189         Use kill-all-local-variables and provide mode-hooks.
5190         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5191         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5192         Suggested by Masatake YAMATO <jet@gyve.org>.
5194 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
5196         * simple.el (process-file): New function, similar to call-process
5197         but supports file handlers.
5198         * vc.el (vc-do-command): Use it, instead of call-process.
5199         * net/tramp-vc.el (vc-do-command): Do not advise it if
5200         process-file is fboundp.
5201         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5202         process-file.
5203         (tramp-handle-process-file): New function.
5204         (tramp-file-name-for-operation): Support process-file.
5206 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
5208         * calendar/icalendar.el (icalendar--weekday-array): New constant.
5209         (icalendar-weekdayabbrev-table)
5210         (icalendar-monthnumber-table): Delete.
5211         (icalendar--get-month-number): Use calendar-month-name-array.
5212         (icalendar--get-weekday-number): New function.
5213         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5214         (icalendar-export-region): Handle multi-line entries.
5215         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5217 2004-10-23  John Paul Wallington  <jpw@gnu.org>
5219         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5220         `wildcards' set to t in interactive spec.
5222         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5223         interactive spec rather than use `interactive-p'.
5224         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5225         rather than use function `interactive-p'.
5227 2004-10-22  Kenichi Handa  <handa@m17n.org>
5229         * international/mule.el (translate-region): Implement it in Lisp
5230         as a front end of translate-region-internal.
5232 2004-10-21  Jay Belanger  <belanger@truman.edu>
5234         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5235         Declare these variables with defvar.
5237         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5238         is bound, only check to see if it is bound.
5240 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5242         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5243         Don't output messages.
5245         * calc/calc-help.el (calc-describe-bindings): Fix last change.
5247 2004-10-21  John Paul Wallington  <jpw@gnu.org>
5249         * calc/calc-graph.el (calc-graph-init):
5250         Use `set-process-query-on-exit-flag'.
5252 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
5254         * progmodes/compile.el (compilation-start): Rely on `cd' to get
5255         dir right and also allow argumentless cd.
5257 2004-10-19  Richard M. Stallman  <rms@gnu.org>
5259         * textmodes/flyspell.el (flyspell-mode): Doc fix.
5261         * eshell/em-unix.el (eshell-grep):
5262         Don't bind compilation-process-setup-function.
5264         * comint.el (comint-insert-input): Use @ in `interactive'.
5265         (comint-input-filter-functions): Doc fix.
5266         (comint-kill-whole-line, comint-get-source): Doc fix.
5268         * progmodes/compile.el (compilation-setup):
5269         Don't set buffer-read-only if MINOR is non-nil.
5271 2004-10-19  Jay Belanger  <belanger@truman.edu>
5273         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5274         (calc-emacs-type-gnu19): Remove.
5275         (calc-digit-map, calc-read-key-sequence, calc-read-key):
5276         Remove check for old emacs versions.
5278         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5279         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5280         for current Emacs.
5282         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5283         the end of the minibuffer.
5284         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
5285         copy `esc-map'.
5287         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5289         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5290         call that would be given when the current emacs was used.
5292 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
5294         * calendar/icalendar.el: Set coding to utf-8.
5295         (icalendar-version): Increase to 0.07.
5296         (icalendar-monthnumber-table): Change March pattern.
5297         (icalendar-get-all-event-properties)
5298         (icalendar-set-event-property): Delete.
5299         (icalendar-all-events): No longer interactive.
5300         (icalendar-convert-diary-to-ical)
5301         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5302         their replacements.
5303         (icalendar-export-file, icalendar-export-region): New functions;
5304         essentially old `icalendar-convert-diary-to-ical' but appending to
5305         target rather than overwriting.
5306         (icalendar-import-file): Append to target file rather than
5307         overwriting.  Fourth arg deleted.
5308         (icalendar-import-buffer): New name for old
5309         `icalendar-extract-ical-from-buffer'.
5310         (icalendar--convert-string-for-import): New name for
5311         old `icalendar-convert-for-import'.
5312         (include-icalendar-files): Delete.
5313         Prefix for all internal functions changed from `icalendar-'
5314         to `icalendar--'.
5316 2004-10-19  Richard M. Stallman  <rms@gnu.org>
5318         * paths.el (news-path): Fix previous change.
5320 2004-10-18 Jay Belanger  <belanger@truman.edu>
5322         * calc/calc-help.el (calc-describe-bindings):
5323         Set `buffer-read-only' to nil while working in the keybindings buffer;
5324         remove some extra information from the keybindings buffer.
5326 2004-10-18  David Ponce  <david@dponce.com>
5328         * mouse.el (mouse-drag-move-window-top): New function.
5329         (mouse-drag-mode-line-1): Use it.
5331 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5333         * info.el (Info-fontify-node): For multiline refs,
5334         arrange to unfontify newline and surrounding whitespace.
5336 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5338         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5339         directory is missing.
5341 2004-10-17  John Paul Wallington  <jpw@gnu.org>
5343         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5344         New customizable variable; whether to display buffers that match
5345         `ibuffer-maybe-show-predicates' by default.
5346         (ibuffer-maybe-show-predicates): Mention it in docstring.
5347         (ibuffer-display-maybe-show-predicates): New variable.
5348         (ibuffer-update): Prefix arg now toggles whether buffers that
5349         match `ibuffer-maybe-show-predicates' should be displayed.
5350         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5351         locally to heed `ibuffer-default-display-maybe-show-predicates'.
5352         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5354 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
5356         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
5357         work correctly.
5359 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
5361         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5362         (Buffer-menu-beginning): New helper function.
5363         (Buffer-menu-execute): Use it.
5364         (Buffer-menu-select): Use it.
5365         (Buffer-menu-sort): Use it and also keep markers.
5367 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5369         * paths.el (news-directory): Rename from news-path.  Old name alias.
5370         (rmail-spool-directory): Use defvar.
5371         (sendmail-program): Use defcustom.
5372         (remote-shell-program): Use defcustom.
5373         (term-file-prefix): Use defvar.
5374         (abbrev-file-name): Use defvar.
5376         * term.el: Add maintainer.
5378         * subr.el (with-local-quit): Return nil if there's a quit.
5379         (read-passwd): Use with-local-quit.  Doc fix.
5381         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5382         (strokes-unload-hook): Set as a variable with add-hook.
5384         * startup.el (fancy-splash-tail, normal-splash-screen):
5385         Update copyright year.
5387         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5389         * server.el (server-unload-hook): Set as a variable with add-hook.
5391         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5393         * frame.el (special-display-popup-frame):
5394         Make the buffer current as its frame is created.
5396         * delsel.el (delsel-unload-hook): Set as a variable.
5398         * comint.el (comint-output-filter-functions):
5399         Add comint-watch-for-password-prompt.
5400         (comint-read-noecho): Function deleted.
5401         (send-invisible): Use read-passwd.
5403         * fringe.el (fringe-mode-initialize): New function.
5404         (fringe-mode): Use fringe-mode-initialize as :initialize.
5406 2004-10-17  Kim F. Storm  <storm@cua.dk>
5408         * language/indian.el (indian-script-language-alist): Swap value and doc.
5409         (indian-font-char-index-table): Doc fix.
5411 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5415 2004-10-16  Juri Linkov  <juri@jurta.org>
5417         * progmodes/compile.el (compilation-start): Move let-binding of
5418         `process-environment' into `with-current-buffer' body.
5419         Reported by Matt Hodges <MPHodges@member.fsf.org>.
5421 2004-10-16  Richard M. Stallman  <rms@gnu.org>
5423         * pcvs-util.el (cvs-bury-buffer):
5424         Don't call get-buffer-window for effect.
5426         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5428         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5430         * msb.el (msb-unload-hook): Set the variable.
5432         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5433         Use * to err if buffer is readonly.
5435         * subr.el (looking-back): Return only t or nil.
5437         * whitespace.el (whitespace-unload-hook): Set the variable.
5439         * view.el (view-mode-enable): Set view-page-size and
5440         view-half-page-size to nil.
5441         (view-set-half-page-size-default): view-half-page-size = nil
5442         means the default.
5443         (View-scroll-page-forward): Use view-page-size-default.
5444         (View-scroll-page-backward): Likewise.
5445         (view-page-size, view-half-page-size): Doc fixes.
5447         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5449         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5451         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5452         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
5453         (byte-compile-log-1): Bind inhibit-read-only.
5454         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5455         (byte-compile-log-warning): Likewise.
5456         (byte-compile-file-form-require): Detect "cl" from the arg value.
5458         * progmodes/compile.el (compilation-start): Assume compilation-mode
5459         will make the buffer read-only.
5460         (compilation-mode): Take arg name-of-mode.
5461         (compilation-setup): Make buffer read-only.
5462         (compilation-handle-exit): Bind inhibit-read-only.
5464         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5465         (ispell-message): Likewise.
5466         (ispell-show-choices): Don't call get-buffer-window uselessly.
5467         (ispell-init-process): Use set-process-query-on-exit-flag.
5469 2004-10-16  Kim F. Storm  <storm@cua.dk>
5471         * fringe.el (fringe-bitmaps): Only initialize when defined.
5473         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5474         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5476         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5478 2004-10-15  Simon Josefsson  <jas@extundo.com>
5480         * net/password.el: Add.
5482 2004-10-14  Masatake YAMATO  <jet@gyve.org>
5484         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5485         (gdb-script-end-of-defun): New function.
5486         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5487         `gdb-script-end-of-defun' as *-of-defun-function.
5489 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
5491         * button.el (button-activate): Allow a marker to display as an action.
5493         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5495         * help.el (describe-mode): Use it to make minor mode list into
5496         hyperlinks.
5498 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5500         * vc.el (vc-annotate-display-select): Fix typo.
5502         * subr.el (substitute-key-definition-key): New function.
5503         (substitute-key-definition): Use it with map-keymap.
5504         (event-modifiers): Use push.
5505         (mouse-movement-p, with-temp-buffer): Simplify.
5507 2004-10-12  Jay Belanger  <belanger@truman.edu>
5509         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5510         New variables.
5511         (calc-help-index-entries): New function.
5512         (calc-describe-function): Use `calc-help-function-list' instead of
5513         obarray for completion.
5514         (calc-describe-variable): Use `calc-help-variable-list' instead
5515         of obarray for completion.
5517 2004-10-12  Richard M. Stallman  <rms@gnu.org>
5519         * info-look.el (info-lookup-file): Add info-file property.
5520         (info-lookup-symbol): Likewise.
5522         * info.el (info-xref): Add underlining.
5523         (info): Add info-file property.
5524         (Info-find-emacs-command-nodes): Specify case-sensitive search.
5526 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
5528         Sync with Tramp 2.0.45.
5530         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5531         defined.  This is not the case for XEmacs without package "edebug".
5532         (tramp-set-auto-save-file-modes): Set permissions of autosaved
5533         remote files to the permissions of the original file.  This is not
5534         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
5535         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
5536         (tramp-perl-decode): Fix an error in Perl implementation.
5537         $pending must be cleared every loop.  Reported by Benjamin Place
5538         <benjaminplace@sprintmail.com>
5540         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5541         Don't activate advice during definition.  This is done later on,
5542         depending on test result of `substitute-in-file-name'.
5543         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5545 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5547         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5549         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5551 2004-10-12  David Ponce  <david@dponce.com>
5553         * recentf.el (recentf-edit-list): Update the menu when the recentf
5554         list has been modified.
5556 2004-10-12  Simon Josefsson  <jas@extundo.com>
5558         * net/tls.el (tls-certtool-program): New variable.
5559         (tls-certificate-information): New function, based on
5560         ssl-certificate-information.
5562 2004-10-12  Kenichi Handa  <handa@m17n.org>
5564         * international/mule.el (coding-system-equal): Move from mule-util.el.
5566         * international/mule-util.el (coding-system-equal): Move to mule.el.
5568 2004-10-12  Kim F. Storm  <storm@cua.dk>
5570         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5571         reset kmacro-initial-counter-value if set.
5572         (kmacro-set-counter): Only set kmacro-counter if defining or executing
5573         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
5574         (kmacro-display): Show macro counter if non-zero.
5576         * subr.el (substitute-key-definition): Mention command remapping
5577         in doc string.
5579 2004-10-11  Jay Belanger  <belanger@truman.edu>
5581         * calc/calc-misc.el (calc-info-goto-node): New function.
5582         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5583         node in one step.
5584         (calc-describe-copying, calc-describe-distribution)
5585         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5586         Go to appropriate info node in one step.
5588 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5590         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5592         * font-lock.el (font-lock-apply-highlight): Fix last change.
5594 2004-10-11  Simon Josefsson  <jas@extundo.com>
5596         * mail/smtpmail.el (smtpmail-open-stream): Look for
5597         starttls-gnutls-program instead of starttls-program iff
5598         starttls-use-gnutls is non-nil.
5599         (smtpmail-open-stream): Don't overwrite user settings of
5600         starttls-extra-arguments and starttls-extra-args.
5602 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5604         * comint.el (comint-mouse-insert-input): Remove.
5605         (comint-insert-input): Make it work for mouse bindings.
5606         (comint-mode-map): Move defs into the declaration.
5607         (comint-output-filter): Typo.
5609         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5611 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
5613         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5614         (ange-ftp-call-chmod): Reference remote-shell-program instead of
5615         ange-ftp-remote-shell.
5617 2004-10-10  Andreas Schwab  <schwab@suse.de>
5619         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5620         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5621         Reported by <sri@asu.edu>.
5623 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
5625         * vc.el (vc-annotate-mode): Remove variable.
5626         (vc-annotate-display-select): Only call vc-annotate-mode
5627         if we're not in that mode already.
5629 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5632         (imenu-choose-buffer-index): Check here for rescan instead.
5634         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5635         where the face expression evals to nil.
5637         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5638         (tex-font-lock-keywords-2): Use it.
5639         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5641         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5643 2004-10-09  Kim F. Storm  <storm@cua.dk>
5645         * subr.el (progress-reporter-update): Define before first usage.
5646         (make-progress-reporter): Doc fix.
5648 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5650         * textmodes/paragraphs.el (sentence-end-double-space)
5651         (sentence-end-without-period, sentence-end-without-space)
5652         (sentence-end): Doc fixes.
5654 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
5656         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5657         Change paragraph-start regexp so we don't fill code starting with #'(.
5659 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
5661         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5662         New defcustom.
5663         (extract-address-components): Use it.
5665 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
5667         * subr.el (make-progress-reporter, progress-reporter-update)
5668         (progress-reporter-force-update, progress-reporter-do-update)
5669         (progress-reporter-done): New functions.
5671         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5673         * progmodes/etags.el (etags-tags-completion-table): Use progress
5674         reporter.
5675         (etags-tags-apropos): Likewise.
5677 2004-10-08  Alan Mackenzie  <acm@muc.de>
5679         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5680         of current line.
5682 2004-10-08  Masatake YAMATO  <jet@gyve.org>
5684         * server.el (server-process-filter): Wrap `process-send-region'
5685         by `condition-case' to guard the case when the pipe to PROC is closed.
5687 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
5689         * xml.el (xml-substitute-special): Limit handling of external entities.
5691 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
5693         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5695 2004-10-06  John Paul Wallington  <jpw@gnu.org>
5697         * xml.el (xml-parse-dtd): Fix `error' call.
5699 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
5701         * xml.el (xml-substitute-special): Return a single string instead
5702         of a list of strings if an entity substitution is made.
5704 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
5706         * calendar/icalendar.el: New file.
5708 2004-10-05  Juri Linkov  <juri@jurta.org>
5710         * isearch.el (isearch-done): Set mark after running hook.
5711         Reported by Drew Adams <drew.adams@oracle.com>.
5713         * info.el (Info-history, Info-toc): Fix Info headers.
5714         (Info-toc): Narrow buffer before Info-fontify-node.
5715         (Info-build-toc): Don't check for special Info file names.
5716         Set main-file to nil if Info-find-file returns a symbol.
5718 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
5720         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5721         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5722         * calendar/cal-menu.el (calendar-mode-map): Ditto.
5724 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
5726         * calendar/cal-iso.el (calendar-iso-read-args): New function,
5727         for old interactive spec from calendar-goto-iso-date.
5728         (calendar-goto-iso-date): Use it.
5729         (calendar-goto-iso-week): New function.  Suggested by Emilio
5730         C. Lopes <eclig@gmx.net>.
5732 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
5734         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5735         `set-right-margin' bindings that follow the minor mode conventions.
5737 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5739         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5740         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5741         (latex-block-args-alist): Add minipage and picture.
5742         (latex-block-body-alist): Use reftex-label if enabled.
5743         (latex-insert-block): Don't insert a \n if not necessary.
5744         (tex-compile-commands): Make sure dvips doesn't send to printer.
5745         (tex-compile-default): Handle the case where no executable is found.
5746         (latex-noindent-environments): New var.
5747         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
5748         If tex-indent-allhanging is non-nil, make sure we only align for macros
5749         at beginning of line.
5751 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
5753         * newcomment.el (comment-beginning): Doc fix and don't choke on
5754         unset `comment-end-skip' when at beginning of comment.
5756 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
5758         * term.el (term-adjust-current-row-cache): Don't allow the current
5759         row to become negative.
5760         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5761         the end of the line. Fix scroll down. Add comments.
5762         (term-handle-ansi-escape): Don't exceed terminal width when moving
5763         right.
5764         (term-scroll-region): Move the cursor after setting the scroll region.
5766 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
5768         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5769         to `width' for consistency with docstring.  Doc fix.
5771 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
5773         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5774         This is necessary for derived modes.
5776 2004-09-30  Kim F. Storm  <storm@cua.dk>
5778         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5779         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5781         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5782         kmacro-extract-lambda functions.
5783         (edit-kbd-macro): Handle kmacro lambda forms.
5784         Include counter and counter format in edit buffer.
5785         (edmacro-finish-edit): Get counter and format from edit buffer and
5786         update kmacro bindings when found.
5788 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
5790         * textmodes/paragraphs.el (forward-paragraph):
5791         Avoid args-out-of-range error when point winds up at the beginning of
5792         the buffer and hard newlines are enabled.
5794         * newcomment.el (comment-multi-line): Doc fix.
5796 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5798         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5799         (diff-fixup-modifs): Catch unified-diff file-headers.
5801 2004-09-29  Kim F. Storm  <storm@cua.dk>
5803         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5804         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5805         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5807         * fringe.el (fringe-bitmap-p): New macro.
5808         (fringe-bitmaps): Add standard fringe bitmaps on load.
5810 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5812         * dired.el (dired-view-command-alist): Use more efficient regexps.
5813         Remove dubious arguments.
5814         (dired-align-file): New function.
5815         (dired-insert-directory): Use it.
5816         (dired-move-to-end-of-filename): Make the " -> " search more specific.
5817         (dired-buffers-for-dir): Remove unused var `pattern'.
5819 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
5821         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5822         from diary display excursion.  Store diary buffer's point for
5823         `simple-diary-display'.
5824         (simple-diary-display): Set window point and start when
5825         displaying buffer, to preserve point.
5827 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
5829         * textmodes/enriched.el (enriched-translations): Replace defconst
5830         with defvar.
5832 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5834         * printing.el: Doc fix.
5835         (pr-version): New version number (6.8.1).
5836         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5837         make-temp-name.
5838         (pr-delete-file): Check if file exists before deleting it.
5839         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5841 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5843         * term.el (term-display-table): New variable.
5844         (term-mode): Use it.
5845         (term-exec-1): Set the coding system to binary.
5846         (term-emulate-terminal): Decode the string before inserting it.
5848 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5850         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5851         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5852         (map): Bind S-prior, S-next and S-insert.
5853         (term-mode): Set `indent-tabs-mode' to nil.
5854         (term-paste): New function to be bound to S-insert.
5855         (term-send-del, term-send-backspace): Change the strings sent.
5856         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5857         (term-handle-colors-array): Fix handling of underline and reverse.
5858         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
5859         (term-erase-in-line): Fix comparison.
5860         (term-emulate-terminal): Fix line wrap handling.
5861         (term-start-output-log): Rename from `term-set-output-log'.
5862         (term-stop-output-log): Rename from `term-stop-photo'.
5863         (term-switch-to-alternate-sub-buffer): Comment out, unused.
5865 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * dired.el (dired-move-to-filename): Don't output a message if
5868         raise-error is non-nil.  Fix return position and value.
5870         * files.el (insert-directory): Obey --dired even with symlinks.
5872 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
5874         * ls-lisp.el (ls-lisp-format): Mark file names with property
5875         dired-filename.
5877 2004-09-25  Kim F. Storm  <storm@cua.dk>
5879         * ido.el (ido-max-directory-size): New defcustom.
5880         (ido-decorations): Add "too big" element.
5881         (ido-directory-too-big): New dynamic var.
5882         (ido-may-cache-directory): Don't cache big directories.
5883         (ido-directory-too-big-p): New defun.
5884         (ido-set-current-directory): Update ido-directory-too-big.
5885         (ido-read-internal): Make empty ido-cur-item if too-big.
5886         (ido-buffer-internal): Use ido-read-internal directly instead of
5887         ido-read-buffer.
5888         (ido-file-internal): Init ido-directory-too-big.
5889         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5890         and redo completion with full list.
5891         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5892         it, and show completions.
5893         (ido-all-completions): Let bind ido-directory-too-big to nil.
5894         (ido-exhibit): Handle ido-directory-too-big.
5895         (ido-read-buffer): Handle fallback to read-buffer.
5896         Init ido-directory-too-big.
5897         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5898         Init ido-directory-too-big.
5900 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
5902         * subr.el (delay-mode-hooks): Doc fix.
5904 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
5906         * textmodes/enriched.el
5907         (enriched-default-text-properties-local-flag): New variable.
5908         (enriched-mode): Make sure that enabling and disabling the mode is
5909         a no-op.  Doc fix.
5911 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
5913         * calendar/holidays.el (holiday-advent): Report on a specified day
5914         offset from advent, not just advent.
5915         (holiday-easter-etc): Report on one specified day offset from
5916         easter, not all easter holidays. Various Easter holidays moved to
5917         `christian-holidays' variable in calendar.el.
5918         * calendar/calendar.el (christian-holidays): Adapt for new
5919         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5921 2004-09-23  Kim F. Storm  <storm@cua.dk>
5923         * image.el (insert-sliced-image): Add doc string.
5925         * ido.el (ido-choice-list): New dynamic var for `list' context.
5926         (ido-context-switch-command): New dynamic var.
5927         (ido-define-mode-map): Generalize switch between file/buffer contexts.
5928         (ido-read-internal): Handle new `list' context.
5929         Handle insert-buffer and insert-file ido-exit values.
5930         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
5931         ido-context-switch-command. Handle insert-file ido-exit value.
5932         (ido-read-buffer): Set ido-context-switch-command to 'ignore
5933         unless it is already bound by caller.
5934         (ido-file-internal): New arg switch-cmd.  Use it to setup
5935         ido-context-switch-command.  Handle insert-buffer ido-exit value.
5936         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5937         used for context switching.
5938         (ido-all-completions): Handle new `list' context.
5939         (ido-make-choice-list): Return choices for `list' context.
5940         (ido-find-file-in-dir, ido-display-file, ido-write-file)
5941         (ido-display-buffer, ido-kill-buffer): Disable context switching.
5942         (ido-insert-buffer, ido-insert-file): Setup context switching.
5943         (ido-exhibit): Handle `list' context.
5944         (ido-read-file-name): Disable context switching.  Handle fallback.
5945         (ido-read-directory-name): Disable context switching.
5946         (ido-completing-read): New defun like completing-read.  Setup and
5947         use new `list' context.
5949 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
5951         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5953 2004-09-21  Jay Belanger  <belanger@truman.edu>
5955         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
5956         `calc-graph-set-styles' so the gnuplot buffer will appear in a
5957         separate window.
5959 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
5961         * subr.el (after-change-major-mode-hook): Doc fix.
5963 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5965         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
5966         of ghostscript for monochrome PostScript file in Windows.
5968 2004-09-21  Kenichi Handa  <handa@m17n.org>
5970         * descr-text.el (describe-char): Checking of quail activation
5971         fixed.
5973 2004-09-21  Jay Belanger  <belanger@truman.edu>
5975         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
5977 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
5979         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
5980         after the mode hooks instead of before.  Doc fix.
5982 2004-09-20  Jason Rumney  <jasonr@gnu.org>
5984         * startup.el (command-line) [windows-nt]: Try .emacs first, then
5985         _emacs, but revert to .emacs if neither exists in home directory.
5987 2004-09-20  John Paul Wallington  <jpw@gnu.org>
5989         * bindings.el (completion-ignored-extensions): Add .dfsl.
5991 2004-09-20  Richard M. Stallman  <rms@gnu.org>
5993         * bindings.el (scroll-left): Make it disabled.
5995         * files.el (enable-local-eval): Doc fix.
5997         * indent.el (move-to-left-margin): Special case for minibuffer.
5999         * term.el (term-emulate-terminal): Turn off undo for output.
6000         Use with-current-buffer and save-selected-window.
6002         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6004         * progmodes/make-mode.el (makefile-fill-paragraph):
6005         Don't insist on spaces when looking for comments.  # is enough.
6007         * files.el (hack-local-variables): Copy the variables list
6008         to another buffer, strip prefixes and suffixes there, then read.
6009         (enable-local-eval): Doc fix.
6010         (ignored-local-variables): Initialize to nil.
6011         (risky-local-variable-p): Don't check ignored-local-variables here.
6012         (hack-one-local-variable): Ignore var if in ignored-local-variables.
6014 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
6016         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6017         of = to "." (punctuation).
6019 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6021         * subr.el (event-basic-type): Fix mask (extend to 22bits).
6023 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
6025         * textmodes/enriched.el (enriched-rerun-flag): New variable.
6026         (enriched-before-change-major-mode): New function.
6027         Add it to `change-major-mode-hook'.
6028         (enriched-after-change-major-mode): New function.
6029         Add it to `after-change-major-mode-hook'.
6030         (enriched-mode): Make it work correctly if called from
6031         `after-change-major-mode-hook'.
6032         No longer set `indent-line-function'.
6034         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6036         * subr.el (after-change-major-mode-hook): New variable.
6037         (run-mode-hooks): Implement it.
6039 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6041         * battery.el (battery-linux-proc-apm): Use string-to-number.
6042         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6043         Use dolist (and less indentation).  Use erase-buffer.
6044         Pre-initialize `design-capacity', `warn', and `low'.
6045         (battery-format): Use replace-regexp-in-string.
6047 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
6049         * battery.el: Delete superfluous empty lines.
6050         (battery-linux-proc-acpi): Attempt to gather information from all
6051         battery subdirectories regardless of their file name.
6052         (battery-linux-proc-apm): Replace all occurrences of
6053         battery-hex-to-int-2 with string-to-int (base 16).
6054         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6055         (battery-hex-map): Delete variable.
6057 2004-09-18  John Paul Wallington  <jpw@gnu.org>
6059         * calc/calc-units.el (calc-quick-units): Fix overzealous
6060         s/or/unless/.
6062 2004-09-17  Jay Belanger  <belanger@truman.edu>
6064         * calc/calc.el (calc-mode-var-list): Fix the value of
6065         `calc-matrix-brackets'.
6067 2004-09-17  Romain Francoise  <romain@orebokech.com>
6069         * ibuf-ext.el (define-ibuffer-filter filename):
6070         Expand dired-directory since buffer-file-name is absolute.
6072 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
6074         * ediff-init.el (ediff-current-diff-face-A)
6075         (ediff-current-diff-face-B, ediff-current-diff-face-C)
6076         (ediff-current-diff-face-Ancestor)
6077         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6078         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6079         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6080         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6081         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6082         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6083         Use min-colors.
6085         * term.el (term-down): Perform vertical motion if DOWN is negative.
6086         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6087         (term-termcap-format): Synchronyze with the eterm terminfo entry
6088         in etc/e/eterm.ti.
6089         (term-handle-colors-array): If the current foreground or
6090         background are zero (i.e. unspecified), use the foreground and
6091         background of the default face for reverse video.
6092         (term-ansi-at-eval-string, term-ansi-default-fg)
6093         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6094         (term-mem): Delete ununsed function.
6095         (term-protocol-version): Increment.
6096         (term-current-face): Set to default.
6098 2004-09-15  Jay Belanger  <belanger@truman.edu>
6100         * calc/calc.el (calc-mode-var-list): Define this variable.
6101         (calc-always-load-extensions, calc-line-numbering)
6102         (calc-line-breaking, calc-display-just, calc-display-origin)
6103         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6104         (calc-group-char, calc-point-char, calc-frac-format)
6105         (calc-prefer-frac, calc-hms-format, calc-date-format)
6106         (calc-float-format, calc-full-float-format, calc-complex-format)
6107         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6108         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6109         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6110         (calc-matrix-brackets, calc-language, calc-language-option)
6111         (calc-left-label, calc-right-label, calc-word-size)
6112         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6113         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6114         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6115         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6116         (calc-window-height, calc-display-trail, calc-show-selections)
6117         (calc-use-selections, calc-assoc-selections)
6118         (calc-display-working-message, calc-auto-why, calc-timing)
6119         (calc-mode-save-mode, calc-standard-date-formats)
6120         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6121         (calc-user-parse-tables, calc-gnuplot-default-device)
6122         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6123         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6124         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6125         (calc-invocation-macro, calc-show-banner): Give these values as
6126         part of `calc-mode-var-list's initialization after the variables
6127         are declared with defvar.
6128         (calc-bug-address):  Change email address to send bug reports to.
6129         Change the maintainer address at the top.
6130         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6131         than "\\.emacs" to determine if it is the user-init-file.
6133         * calc/calc-embed.el (calc-embedded-set-modes): Use
6134         `calc-mode-var-list' correctly.
6136 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
6138         * vc.el (annotate-time): Document point handling.
6139         (vc-annotate-display-autoscale): Doc fix.
6141 2004-09-15  Miles Bader  <miles@gnu.org>
6143         * generic.el (generic-make-keywords-list): Use symbol rather than
6144         word anchors in regexp.
6146 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6148         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6149         no file name consider `dired-directory'.
6151 2004-09-14  Kim F. Storm  <storm@cua.dk>
6153         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
6155 2004-09-14  Simon Josefsson  <jas@extundo.com>
6157         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6159         * textmodes/dns-mode.el: Add.
6161 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6163         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6164         (disabled-command-function): Make the ?\  char more obvious.
6166         * vc-arch.el (vc-arch-root, vc-arch-registered):
6167         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6169 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
6171         * windmove.el (windmove-frame-edges): Report coordinates of
6172         outside edges of frame, not inside edges.
6173         (windmove-coordinates-of-position): Convert into wrapper to new
6174         function `windmove-coordinates-of-window-position';
6175         `compute-motion' always applies to selected window.
6176         (windmove-coordinates-of-position): Update documentation to refer
6177         to Emacs 21 Lisp Reference Manual.
6178         (windmove-find-other-window): Fix off-by-one errors for max x,y.
6180 2004-09-13  Kim F. Storm  <storm@cua.dk>
6182         * isearch.el (isearch-resume-in-command-history): Rename from
6183         isearch-resume-enabled and change default to nil.
6185 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6187         * vc-hooks.el (vc-ignore-dir-regexp): New var.
6188         (vc-registered): Use it.
6189         (vc-find-root): New fun.
6191         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6192         Don't tell to use \\{...} when it's already done.
6194         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6195         Provide a sample complex default.
6196         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6197         (bibtex-entry): Use mapc.
6199 2004-09-12  Kim F. Storm  <storm@cua.dk>
6201         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6203         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6204         inhibit-field-text-motion to t so rectangles work in comint buffers.
6206         * simple.el (choose-completion-string): Set buffer before running
6207         choose-completion-string-functions hook so it can be buffer-local.
6209 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
6211         * progmodes/compile.el (compilation-start): Parse command to see
6212         if it starts with a cd, and if so perform it for the *compilation*
6213         buffer.  Change the header to reflect this.
6215 2004-09-11  Kim F. Storm  <storm@cua.dk>
6217         * ido.el (ido-enable-dot-prefix): Doc fix.
6218         (ido-enable-dot-prefix): New defcustom.
6219         (ido-set-matches1): Use it.
6221 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6223         * textmodes/bibtex.el (bibtex-mark-active)
6224         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6226 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6228         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6229         used in a case insensitive environment.
6230         (bibtex-mode-map): Rearrange order of menus.
6231         (bibtex-quoted-string-re): Obsolete.
6232         (bibtex-complete-key-cleanup): Variable replaced by new function.
6233         (bibtex-font-lock-keywords): Use backquotes.
6234         (bibtex-font-lock-url-regexp): New internal variable.
6235         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6236         "OPT" and "ALT".
6237         (bibtex-insert-current-kill, bibtex-make-field)
6238         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6239         (bibtex-parse-field-text): Simplify.
6240         (bibtex-string=): New helper function.
6241         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6242         (bibtex-map-entries): Use bibtex-string=.
6243         (bibtex-search-entry): Use not.
6244         (bibtex-enclosing-field): Fix docstring.
6245         (bibtex-assoc-regexp): Obsolete.
6246         (bibtex-format-entry): Use assoc-string and bibtex-string=.
6247         (bibtex-autokey-get-names): Handle empty name field.
6248         (bibtex-parse-strings): Use assoc-string and unless.
6249         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6250         Use assoc-string.
6251         (bibtex-pop): Simplify.
6252         (bibtex-mode): Set font-lock-extra-managed-props.
6253         (bibtex-entry-update): Use assoc-string.
6254         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6255         (bibtex-autofill-entry): Use bibtex-string=.
6256         (bibtex-print-help-message): Simplify.
6257         (bibtex-find-entry): New optional arg START.
6258         (bibtex-validate): Use bibtex-string= and assoc-string.
6259         Do not call obsolete function compilation-parse-errors.
6260         (bibtex-remove-delimiters): Only remove delimiters if present.
6261         (bibtex-copy-entry-as-kill): Add docstring.
6262         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6263         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6264         (bibtex-complete): Use bibtex-predefined-month-strings,
6265         bibtex-string=, and new function bibtex-complete-key-cleanup.
6266         (bibtex-generate-url-list): New variable.
6267         (bibtex-url): New command bound to C-c C-l and mouse-2.
6268         (bibtex-url-map): New local keymap for bibtex-url-mouse.
6269         (bibtex-font-lock-url): New function.
6271 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6275 2004-09-09  Kim F. Storm  <storm@cua.dk>
6277         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6278         counter and format with binding.
6279         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
6280         the declared macro uses own macro counter and format.  Give symbol
6281         kmacro property.
6282         (kmacro-keymap): Bind kmacro-name-last-macro to n.
6283         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6284         (kmacro-end-and-call-macro): Doc fix.
6286 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
6288         * desktop.el (desktop-clear-preserve-buffers):
6289         Remove make-obsolete-variable.
6291 2004-09-08  Richard M. Stallman  <rms@gnu.org>
6293         * buff-menu.el (list-buffers-noselect): Call format-mode-line
6294         with the buffer as argument.
6296 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6298         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6300 2004-09-08  Juri Linkov  <juri@jurta.org>
6302         * replace.el (perform-replace): Use `query-replace-descr'.
6304         * cus-start.el (history-delete-duplicates): Specify customization.
6306         * diff-mode.el (diff-mode-map):
6307         * progmodes/compile.el (compilation-mode-map):
6308         * progmodes/grep.el (grep-mode-map):
6309         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6310         to `next-error-follow-minor-mode'.
6312 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6314         * isearch.el (isearch-lazy-highlight-update): Take into account
6315         the case of zero-length match at the search bound.
6317 2004-09-08  Kim F. Storm  <storm@cua.dk>
6319         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6320         change.  Use zero width overlays when necessary.
6322 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6324         * subr.el (split-string): Docfix.
6326 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6328         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6329         (display-call-tree): Ensure newline after caller/calls blocks.
6331 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6333         * startup.el (command-line-1): Make option
6334         --directory/-L modify `load-path' straight away.
6336 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6338         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6340 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6342         * emacs-lisp/autoload.el (make-autoload):
6343         Handle `define-compilation-mode'.
6345         * emacs-lisp/lisp-mode.el (define-compilation-mode):
6346         Specify `doc-string-elt' property.
6348 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6350         * bs.el (bs-mode): Doc fix.
6352 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6354         * info.el (Info-insert-dir): Fix temp buffer leak bug.
6356 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6358         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6360 2004-09-08  Kenichi Handa  <handa@m17n.org>
6362         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6363         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6364         ps-mule-next-point -> 1+).
6366         * composite.el (encode-composition-rule): Add autoload cooky.
6368 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
6370         * format.el (buffer-auto-save-file-format): Make it permanent local.
6372 2004-09-07  Kim F. Storm  <storm@cua.dk>
6374         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6375         (authors-fixed-entries): Fix typo.
6376         (authors-canonical-author-name): Compact multiple spaces.
6377         Ignore trivial names (e.g. only first name).
6379         * term.el (term-window-width): Only use full window width on
6380         window system if overflow-newline-into-fringe is enabled.
6381         (term-mode): Don't disable overflow-newline-into-fringe.
6383 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6386         motion as seen on my Mac OS X xterms.
6388         * newcomment.el (uncomment-region-default, comment-region-default):
6389         New functions extracted from uncomment-region and comment-region.
6390         (comment-region, comment-region-function, uncomment-region)
6391         (uncomment-region-function): Use them.
6393         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6395         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6396         It's not crucial but can make sense at times.
6398         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6399         the first commit.
6401         * vc.el (vc-buffer-context, vc-restore-buffer-context):
6402         Disable obsolete code.
6404 2004-09-07  Juri Linkov  <juri@jurta.org>
6406         * progmodes/grep.el (grep-highlight-matches): Change default from
6407         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
6408         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6409         if grep option `--color' is available, or to `nil' otherwise.
6410         (grep-process-setup): Call `grep-compute-defaults' if
6411         `grep-highlight-matches' is not computed.  Set env-vars only
6412         if `grep-highlight-matches' is `t'.
6413         (grep-use-null-device): Remove redundant type `boolean' (`choice'
6414         is already defined).
6416         * progmodes/compile.el (compilation-start): Use copy of
6417         `process-environment' created by `copy-sequence' to not
6418         modify env-vars in the global `process-environment'.
6420 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
6422         * simple.el (next-error-follow-minor-mode): Fix last change.
6424 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
6426         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6427         permanent local.
6429 2004-09-04  Richard M. Stallman  <rms@gnu.org>
6431         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6432         highlighting if the search string is empty.
6434 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
6436         * facemenu.el (facemenu-active-faces): Change condition of inner
6437         `while' loop to also check the first two elements of `face-atts'
6438         and `mask-atts'.
6440 2004-09-04  John Paul Wallington  <jpw@gnu.org>
6442         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6443         (thumbs-view-image-mode): Make buffer read-only.
6445 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
6447         * textmodes/ispell.el (ispell-really-aspell): New defvar.
6448         (ispell-check-version): Set it.
6449         (ispell-send-replacement): New function.
6450         (ispell-process-line): Call ispell-send-replacement.
6452 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6454         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6455         Support choosing seconds with "s".
6457 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
6459         * terminal.el (te-escape): Show `?' in prompt for help key.
6461 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
6463         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6465 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6467         * simple.el (next-error-follow-minor-mode)
6468         (next-error-follow-mode-post-command-hook): New functions.
6469         (next-error-follow-last-line): New defvar.
6471         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6472         * progmodes/compile.el (compilation-mode-map): Likewise.
6473         * progmodes/grep.el (grep-mode-map): Likewise.
6474         * replace.el (occur-mode-map): Likewise.
6476         * newcomment.el (uncomment-region): Bind comment-use-global-state
6477         to nil.
6479 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
6481         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6482         locally around the call to `revert-buffer'.
6484 2004-09-03  Juri Linkov  <juri@jurta.org>
6486         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6487         `isearch-adjusted' to `t'.
6488         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6489         (isearch-message-prefix): Add "pending" for isearch-adjusted.
6490         (isearch-other-meta-char): Restore isearch-point unconditionally.
6491         (isearch-query-replace): Add new arg `regexp-flag' and use it.
6492         Set point to start of match if region is not active in transient
6493         mark mode (to include the current match to region boundaries).
6494         Push the search string to `query-replace-from-history-variable'.
6495         Add prompt "Query replace regexp" for isearch-regexp.
6496         Add region beginning/end as last arguments of `perform-replace.'
6497         (isearch-query-replace-regexp): Replace code by the call to
6498         `isearch-query-replace' with arg `t'.
6500 2004-09-03  Richard M. Stallman  <rms@gnu.org>
6502         * startup.el (normal-top-level): Undo previous TERM change.
6504 2004-09-03  Kim F. Storm  <storm@cua.dk>
6506         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6507         highlight overlays; allow using RET when cursor is over a button.
6508         (cua--highlight-rectangle): Use it.
6509         (cua--rectangle-set-corners): Don't move backwards at eol.
6510         (cua--forward-line): Don't move into void after eob.
6512         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6513         point is set (and displayed) inside rectangle.
6514         (cua--rectangle-operation): Fix for highlight of empty lines.
6515         (cua--highlight-rectangle): Fix highlight for tabs.
6516         Position cursor at left/right edge of rectangle using new `cursor'
6517         property on overlay strings.
6518         (cua--indent-rectangle): Don't tabify.
6519         (cua-rotate-rectangle): Ignore that point has moved.
6521 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6523         * term/mac-win.el: Add ASCII equivalents for some function keys.
6524         (mode-line-frame-identification): Sync with x-win.el.
6526 2004-09-02  Juri Linkov  <juri@jurta.org>
6528         * progmodes/compile.el (compilation-buffer-name): Compare major
6529         mode with second element of compilation-arguments instead of third
6530         to reflect latest changes in compilation-arguments structure.
6531         (recompile): Use global variable `compilation-directory' to get
6532         recent compilation directory only when `recompile' is invoked NOT
6533         in the compilation buffer.  Otherwise, use `default-directory' of
6534         the compilation buffer.
6535         (compilation-error-properties): Allow to funcall col and end-col.
6536         (compilation-mode-font-lock-keywords): Check col and end-col by
6537         `integerp'.
6538         (compilation-goto-locus): If end-mk is non-nil in transient mark
6539         mode don't activate the mark (and don't display message in
6540         push-mark), but highlight overlay between mk and end-mk.
6542         * progmodes/grep.el (grep-highlight-matches): New defcustom.
6543         (grep-regexp-alist): Add rule to highlight grep matches.
6544         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6546         * info.el (Info-fontify-node): Don't compute other-tag
6547         if Info-hide-note-references=hide.
6549         * help.el (function-called-at-point):
6550         * help-fns.el (variable-at-point):
6551         Try `find-tag-default' when other methods failed.
6553         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6554         Do not push mark if inhibit-mark-movement is non-nil.
6556         * textmodes/ispell.el (ispell-html-skip-alists):
6557         Fix backslashes in docstring.
6559 2004-09-01  Juri Linkov  <juri@jurta.org>
6561         * isearch.el (isearch-wrap-function)
6562         (isearch-push-state-function): New defvars.
6563         (isearch-pop-fun-state): New defsubst.
6564         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6565         (isearch-push-state): Set the result of calling
6566         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6567         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6568         restore the mode-specific starting point of terminated search.
6569         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6570         (isearch-repeat): Call `isearch-wrap-function' if defined.
6571         (isearch-message-prefix): Don't add prefix "over" to the message
6572         for wrapped search if `isearch-wrap-function' is defined.
6573         (isearch-search): Call function saved in `isearch-pop-fun-state' to
6574         restore the mode-specific starting point of failed search.
6576         * info.el (Info-search-whitespace-regexp): Fix backslashes.
6577         (Info-search): Add new optional arguments for the sake of isearch.
6578         Replace whitespace in Info-search-whitespace-regexp literally.
6579         Add backward search.  Don't call `Info-select-node' if regexp is
6580         found in the same Info node.  Don't add node to Info-history for
6581         wrapped isearch.
6582         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6583         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6584         (Info-mode): Set local variables `isearch-search-fun-function',
6585         `isearch-wrap-function', `isearch-push-state-function',
6586         `search-whitespace-regexp'.
6588         * isearch.el: Remove ancient Change Log section.
6589         (isearch-string, isearch-message-string, isearch-point)
6590         (isearch-success, isearch-forward-flag, isearch-other-end)
6591         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6592         (isearch-barrier, isearch-within-brackets)
6593         (isearch-case-fold-search): Add suffix `-state' to state-related
6594         defsubsts to avoid name clashes with other function names.
6596         * simple.el (next-error): New defgroup and defface.
6597         (next-error-highlight, next-error-highlight-no-select):
6598         New defcustoms.
6599         (next-error-no-select): Let-bind next-error-highlight to the value
6600         of next-error-highlight-no-select before calling `next-error'.
6602         * progmodes/compile.el (compilation-goto-locus):
6603         Use `next-error' face instead of `region'.  Set 4-th argument of
6604         `move-overlay' to `current-buffer' to move overlay to different
6605         source buffers.  Use new variable `next-error-highlight'.
6607         * simple.el (next-error-find-buffer): Move the rule
6608         "if current buffer is a next-error capable buffer" after the
6609         rule "if next-error-last-buffer is set to a live buffer".
6610         Simplify to test all rules in one `or'.
6611         (next-error): Doc fix.
6612         (next-error, previous-error, first-error)
6613         (next-error-no-select, previous-error-no-select):
6614         Make arguments optional.
6616 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
6618         * macros.el (apply-macro-to-region-lines): Make it operate on all
6619         lines that begin in the region, rather than on all complete lines
6620         in the region.
6622 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6624         * x-dnd.el (x-dnd-protocol-alist): Document update.
6625         (x-dnd-known-types): Defcustom it.
6626         (x-dnd-handle-motif): Print message-atom in error message.
6628 2004-08-30  John Paul Wallington  <jpw@gnu.org>
6630         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6631         strings rather than programatically constructing message.
6633 2004-08-30  Richard M. Stallman  <rms@gnu.org>
6635         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6636         Don't return a string that would read as the wrong character code.
6638 2004-08-29  Kim F. Storm  <storm@cua.dk>
6640         * emulation/cua-base.el (cua-auto-expand-rectangles):
6641         Remove automatic rectangle padding feature; replace by non-destructive
6642         virtual rectangle edges feature.
6643         (cua-virtual-rectangle-edges): New defcustom.
6644         (cua-auto-tabify-rectangles): New defcustom.
6645         (cua-paste): If paste into a marked rectangle, insert rectangle at
6646         current column, even if virtual; also paste exactly as many lines
6647         as has been marked (ignore additional lines or add empty lines),
6648         but paste whole source if only one line is marked.
6649         (cua--update-indications): No longer use overwrite-cursor to
6650         indicate rectangle padding
6652         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6653         (cua--rectangle-virtual-edges): New defun.
6654         (cua--rectangle-get-corners): Remove optional PAD arg.
6655         (cua--rectangle-set-corners): Never do padding.
6656         (cua--forward-line): Remove optional PAD arg.  Simplify.
6657         (cua-resize-rectangle-right, cua-resize-rectangle-left)
6658         (cua-resize-rectangle-down, cua-resize-rectangle-up):
6659         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6660         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6661         (cua--rectangle-move): Never do padding.  Simplify.
6662         (cua--tabify-start): New defun.
6663         (cua--rectangle-operation): Add tabify arg.  All callers changed.
6664         (cua--pad-rectangle): Remove.
6665         (cua--delete-rectangle): Handle delete with virtual edges.
6666         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6667         (cua--insert-rectangle): Handle insert at virtual column.
6668         Perform auto-tabify if necessary.
6669         (cua--activate-rectangle): Remove optional FORCE arg.
6670         Never do padding.  Simplify.
6671         (cua--highlight-rectangle): Enhance for virtual edges.
6672         (cua-toggle-rectangle-padding): Remove command.
6673         (cua-toggle-rectangle-virtual-edges): New command.
6674         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
6675         (cua--rectangle-post-command): Don't force rectangle padding.
6676         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6678 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
6680         * indent.el (edit-tab-stops-buffer): Doc fix.
6682 2004-08-28  Richard M. Stallman  <rms@gnu.org>
6684         * progmodes/grep.el (grep-default-command): Use find-tag-default.
6685         (grep-tag-default): Function deleted.
6687         * subr.el (find-tag-default): Move from etags.el.
6689         * progmodes/etags.el (find-tag-default): Move to subr.el.
6691         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6692         into the basic character if it has an uppercase form.
6694 2004-08-27  Kenichi Handa  <handa@m17n.org>
6696         * international/utf-8.el (utf-8-post-read-conversion): If the
6697         buffer is unibyte, temporarily make it multibyte.
6699 2004-08-27  Masatake YAMATO  <jet@gyve.org>
6701         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6703 2004-08-25  John Paul Wallington  <jpw@gnu.org>
6705         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6706         0, 1, and many mismatches in message.
6707         (tex-start-shell): Use `set-process-query-on-exit-flag'.
6709         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6710         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6712 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6714         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6715         vc-diff-switches differently.
6717 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
6719         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6720         before and a real defvar after
6721         `speedbar-supported-extension-expressions'.  This is to silence
6722         the compiler without breaking bootstrapping.
6724 2004-08-22  Richard M. Stallman  <rms@gnu.org>
6726         * textmodes/flyspell.el (flyspell-word):
6727         Use set-process-query-on-exit-flag.
6728         (flyspell-highlight-duplicate-region): Take POSS as arg.
6729         (flyspell-word): Pass POSS as arg.
6731         * progmodes/ada-xref.el: Many doc and style fixes.
6732         (ada-find-any-references): Use compilation-start.
6733         (ada-get-ali-file-name): Improve error msg.
6734         (ada-get-ada-file-name): Likewise.
6736         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6737         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6739         * mail/mail-extr.el (mail-extr-all-top-level-domains):
6740         Add forward defvar.
6742         * whitespace.el (global-whitespace-mode): New alias
6743         for whitespace-global-mode.
6745         * speedbar.el (speedbar-file-regexp): Move definition up.
6746         (speedbar-mode, speedbar-set-mode-line-format):
6747         Use with-no-warnings.
6748         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6750         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6751         controls whether to display the error buffer.
6753         * ps-mule.el: Delete compatibility code for old Emacses.
6754         (ps-mule-find-wrappoint): Don't use chars-in-region.
6756         * frame.el (display-mouse-p, display-selections-p):
6757         Use with-no-warnings.
6759         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6761 2004-08-22  David Kastrup  <dak@gnu.org>
6763         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6764         information.
6766         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6768 2004-08-22  Andreas Schwab  <schwab@suse.de>
6770         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6772 2004-08-22  Masatake YAMATO  <jet@gyve.org>
6774         * cvs-status.el (cvs-status-checkout): New function.
6775         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6777 2004-08-21  David Kastrup  <dak@gnu.org>
6779         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6780         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6781         has been converted to use hashtables, the relation `nil=none' is
6782         no longer valid, as `nil' is not a hashtable.  This patch tries to
6783         reduce the number of resulting errors.
6785 2004-08-21  John Paul Wallington  <jpw@gnu.org>
6787         * subr.el (process-kill-without-query): Made obsolete in
6788         version 21.4, not 21.5.
6790         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6791         (vc-previous-comment, vc-next-comment)
6792         (vc-comment-search-reverse, vc-comment-search-forward)
6793         (vc-comment-to-change-log): Likewise.
6795         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6797 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
6799         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6800         Correct indentation of DEFMETHODS with non-standard method
6801         combinations (e.g., PROGN, MIN, MAX).
6803 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * startup.el (normal-top-level-add-subdirs-to-load-path):
6806         Avoid unnecessarily checking system-type.
6807         (normal-top-level): Set TERM to "dumb".  Simplify.
6809         * avoid.el (mouse-avoidance-ignore-p): New fun.
6810         Also ignore switch-frame, select-window, double, and triple clicks.
6811         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6812         (mouse-avoidance-fancy-hook): Use it.
6814 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
6816         * avoid.el (mouse-avoidance-nudge-mouse)
6817         (mouse-avoidance-banish-destination): Stay within the current window
6818         to avoid problems with mouse-autoselect-window.
6820 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6822         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6823         the newer format of some messages in cvs-1.12.1.
6825 2004-08-19  Masatake YAMATO  <jet@gyve.org>
6827         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6828         (elp-results-jump-to-definition-by-mouse)
6829         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6830         (elp-output-result): Use elp-output-insert-symname.
6832 2004-08-18  Kenichi Handa  <handa@m17n.org>
6834         * language/cyrillic.el: Register koi8-r in
6835         ctext-non-standard-encodings-alist.
6836         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6838 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
6840         * emacs-lisp/copyright.el (copyright-update-year): Delete code
6841         that replaces 20xy with xy.
6843 2004-08-17  John Paul Wallington  <jpw@gnu.org>
6845         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6846         (reb-force-update): Doc fix.
6848 2004-08-16  Richard M. Stallman  <rms@gnu.org>
6850         * progmodes/which-func.el (which-func-update-1): Doc fix.
6852         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6853         (sh-mode-abbrev-table): New variable.
6855         * progmodes/compile.el (compilation-mode): Doc fix.
6857         * emacs-lisp/lisp-mode.el (eval-last-sexp):
6858         Don't cons a new symbol each time.
6859         (eval-last-sexp-fake-value): New variable.
6861         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6862         (copyright-update-year): Detect continuation of list of years.
6864         * term.el (term-default-fg-color, term-default-bg-color)
6865         (ansi-term-color-vector): Use `unspecified', not nil, as default.
6867         * imenu.el: Several doc fixes: don't say variables are buffer-local.
6869 2004-08-16  Davis Herring <herring@lanl.gov>
6871         * isearch.el (isearch-string, isearch-message-string, isearch-point)
6872         (isearch-success, isearch-forward-flag, isearch-other-end)
6873         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6874         (isearch-barrier, isearch-within-brackets)
6875         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6877 2004-08-16  Kenichi Handa  <handa@m17n.org>
6879         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6881 2004-08-15  Kenichi Handa  <handa@m17n.org>
6883         * term/x-win.el (x-selection-value): If utf8 was successful but
6884         ctext was not, use utf8 string.
6886 2004-08-14  Davis Herring  <herring@lanl.gov>
6888         * isearch.el: Remove accidental changes of March 4.  Fix backing
6889         up when a regexp isearch is made more general.  Use symbolic
6890         accessor functions for isearch stack frames to make usage clearer.
6891         (search-whitespace-regexp): Made groups in documentation shy (as
6892         is the group in the default value).
6893         (isearch-fallback): New function, addresses problems with regexps
6894         liberalized by `\|', adds support for liberalization by `\}' (the
6895         general repetition construct), and incorporates behavior for
6896         `*'/`?'.
6897         (isearch-}-char): New command, calls `isearch-fallback' with
6898         arguments appropriate to a typed `}'.
6899         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6900         appropriately.
6901         (isearch-mode-map): Bind `}' to `isearch-}-char'.
6902         (isearch-string, isearch-message,string, isearch-point)
6903         (isearch-success, isearch-forward-flag, isearch-other-end)
6904         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6905         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6906         New inline functions to read fields of a stack frame.
6908 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
6910         * battery.el (battery-linux-proc-acpi): Look into battery
6911         directories matching the literal string "CMB", too (required for
6912         Linux kernel version 2.6.7).
6914 2004-08-14  John Paul Wallington  <jpw@gnu.org>
6916         * cus-start.el (read-file-name-completion-ignore-case): Add.
6917         (blink-cursor-alist): Change version to "21.4".
6919         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6921 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
6923         * speedbar.el (speedbar-scan-subdirs): New option.
6924         (speedbar-file-lists): Don't ignore file-name case on Unix and use
6925         dolist.
6926         (speedbar-insert-files-at-point): Take an extra argument and use
6927         it to optionally find out if a subdir is empty.  Also unreadable
6928         files don't get expand buttons.
6929         (speedbar-directory): New image (unused pixmap already existed).
6930         (speedbar-expand-image-button-alist): Use it.
6932 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
6934         CC Mode update to 5.30.9:
6936         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6937         Move from cc-vars to cc-defs for dependency reasons.  Fix the
6938         POSIX char class test to check that it works in
6939         `skip-chars-(forward|backward)' too.
6941         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6942         first argument starts with a special brace list.
6944         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6945         when `c-opt-type-concat-key' is used (i.e. in Pike).
6947         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6948         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6949         >)".
6951         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6952         whitespace safe.
6954         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
6955         position for `arglist-intro', `arglist-cont-nonempty' and
6956         `arglist-close' when there are two arglist open parens on the same
6957         line and there's nothing in front of the first.
6959         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
6960         locking of qualified names in Java, which previously could fontify
6961         common indexing expressions in many cases.  The standard Java
6962         naming conventions are used to tell them apart.
6964         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
6965         Fix inconsistency wrt opening parens on the first line inside a paren
6966         block.
6968         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
6969         compile time for the sake of `c-major-mode-is'.
6971         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
6972         `c-major-mode-is' in the event that this is used inside a
6973         `c-lang-defconst'.
6975         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
6976         `c-lang-defconst' so that it works better with fallback languages.
6978         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
6979         it to fail to record the base mode.
6981         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6982         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
6983         is used.  Reorder the syntax checks to get more efficient
6984         skipping in some situations.
6986         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
6987         continuation which might precede the newly inserted '{'.
6989         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6990         Fix cases where it could loop indefinitely.
6992         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
6993         size specs correctly.  Only fontify identifiers in front of '('
6994         with as functions - don't accept any paren char.  Tighten up
6995         initializer skipping to stop before function and class blocks.
6997         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6998         the point could be left directly after an open paren when finding
6999         the beginning of the first decl in the block.
7001         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7002         table when filtering out legitimate open parens to be recorded.
7003         This could cause cache inconsistencies when e.g.
7004         `c++-template-syntax-table' was temporarily in use.
7006         * progmodes/cc-engine.el (c-on-identifier)
7007         (c-simple-skip-symbol-backward): Small fix for handling "-"
7008         correctly in `skip-chars-backward'.  Affected the operator lfun
7009         syntax in Pike.
7011         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7012         Fix bug that could cause an error from `after-change-functions' when
7013         the changed region is at bob.
7015 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
7017         CC Mode update to 5.30.9:
7019         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7020         to say that <TAB> doesn't insert WS into a CPP line.
7021         (c-indent-command, c-tab-always-indent): Amend doc strings.
7023         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7024         checks for user errors, thus eliminating cryptic and unhelpful
7025         Emacs error messages.  (1) Check the arg to `c-set-style' is a
7026         string.  (2) Check that settings to `c-offsets-alist' are not
7027         spuriously quoted.
7029         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7030         which precedes the newly inserted `{'.
7032 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
7034         Sync with Tramp 2.0.44.
7036         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7037         function "tramp_file_attributes".  Otherwise, file names
7038         containing spaces are misinterpreted.  Reported by Magnus Henoch
7039         <mange@freemail.hu>.
7040         (tramp-handle-file-truename): FILENAME must be expanded first.
7041         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7042         obscure results.  Reported by D. Goel <deego@gnufans.org>.
7043         (tramp-handle-verify-visited-file-modtime): If file does not
7044         exist, say it is not modified if and only if that agrees with the
7045         buffer's record.  Check whether a file is visiting the buffer, or
7046         the buffer has no recorded last modification time.  Return t in
7047         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
7048         <teirllm@auburn.edu>.
7049         (tramp-handle-write-region): Pass modtime explicitely to
7050         `set-visited-file-modtime', because filename can be different
7051         from (buffer-file-name) if `file-precious-flag' is set.
7052         `set-visited-file-modtime' must be called always when `visit' is t
7053         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7054         (tramp-handle-set-visited-file-modtime): If `time-list' is not
7055         nil, don't apply the whole body.  If the file doesn't exists, set
7056         modtime to '(-1 65535).  Suggested by Luc Teirlinck
7057         <teirllm@auburn.edu>.
7059 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7061         * help.el (describe-bindings): Doc fix.
7063         * subr.el (kbd): Doc fix.
7065 2004-08-08  John Paul Wallington  <jpw@gnu.org>
7067         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7068         instead of `string-to-int'.
7069         (define-ibuffer-column mode): Fix indentation.
7071 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
7073         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7075 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7077         * subr.el (global-unset-key, local-unset-key): Doc fixes.
7079         * novice.el (disabled-command-function): New variable renamed from
7080         `disabled-command-hook'.
7081         (disabled-command-hook): Keep the _variable_ as alias for
7082         `disabled-command-function' and make obsolete.
7083         (disabled-command-function): Function renamed from
7084         `disabled-command-hook'.  Adapt code to name change of the variable.
7086 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
7088         * simple.el (completion-root-regexp): New defvar.
7089         (completion-setup-function): Use it instead of a literal string.
7091 2004-08-07  John Paul Wallington  <jpw@gnu.org>
7093         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7094         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7095         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7096         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7098 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7100         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7101         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7103 2004-08-04  Kenichi Handa  <handa@m17n.org>
7105         * international/encoded-kb.el (encoded-kbd-setup-keymap):
7106         Fix previous change.
7108 2004-08-03  Kenichi Handa  <handa@m17n.org>
7110         * international/encoded-kb.el: The following changes are to
7111         utilize key-translation-map instead of minor mode map.
7112         (encoded-kbd-iso2022-non-ascii-map): Delete it.
7113         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7114         (encoded-kbd-last-key): New function.
7115         (encoded-kbd-iso2022-single-shift): New function.
7116         (encoded-kbd-iso2022-designation)
7117         (encoded-kbd-self-insert-iso2022-7bit)
7118         (encoded-kbd-self-insert-iso2022-8bit)
7119         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7120         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7121         key-translation-map.
7122         (encoded-kbd-setup-keymap): Setup key-translation-map.
7123         (saved-key-translation-map): New variable.
7124         (encoded-kbd-mode): Save/restore key-translation-map.
7125         Adjust for the change of encoded-kbd-setup-keymap.
7127 2004-08-02  Kim F. Storm  <storm@cua.dk>
7129         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7130         and call compute-motion with nil for topos and width to get proper
7131         usable width and height for both window and non-window systems.
7133         * windmove.el (windmove-coordinates-of-position): Let compute-motion
7134         calculate usable window width and height.
7136         * window.el (window-buffer-height): Call compute-motion with nil width.
7138 2004-08-01  David Kastrup  <dak@gnu.org>
7140         * replace.el (query-replace-read-from):
7141         Use `query-replace-compile-replacement'.
7142         (query-replace-compile-replacement): New function.
7143         (query-replace-read-to): Use `query-replace-compile-replacement'
7144         for repeating the last command.
7146 2004-08-01  John Paul Wallington  <jpw@gnu.org>
7148         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7149         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7150         (pr-switches): Remove period from end of error messages.
7152         * help-mode.el (help-go-back): Likewise.
7154         * abbrev.el (only-global-abbrevs): Doc fix.
7155         (edit-abbrevs-map): Define within defvar.
7156         (quietly-read-abbrev-file): Doc fix.
7158 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
7160         * novice.el (enable-command, disable-command): Doc fixes.
7162         * subr.el (event-modifiers, event-basic-type): Doc fixes.
7164 2004-07-30  Richard M. Stallman  <rms@gnu.org>
7166         * subr.el (with-local-quit): Doc fix.
7168 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
7170         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7172 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
7174         * custom.el (defcustom): Doc fix.
7176 2004-07-28  Masatake YAMATO  <jet@gyve.org>
7178         * progmodes/etags.el (etags-tags-apropos): Show building progress.
7180 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7182         * imenu.el (imenu-prev-index-position-function)
7183         (imenu-extract-index-name-function, imenu-name-lookup-function)
7184         (imenu--index-alist): Docstring redundancy fix.
7186 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
7188         * wdired.el (wdired-finish-edit): Require dired-aux before locally
7189         binding dired-backup-overwrite.
7191 2004-07-25  John Paul Wallington  <jpw@gnu.org>
7193         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7195 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
7197         * term/tty-colors.el (tty-color-approximate): Doc fix.
7199         * select.el (x-get-selection, x-set-selection): Doc fixes.
7201         * frame.el (make-frame): Doc fix.
7203 2004-07-24  Richard M. Stallman  <rms@gnu.org>
7205         * mail/rmail.el (rmail-mime-charset-pattern):
7206         Don't include semicolon in the charset value.
7208         * replace.el (occur-next-error): Call set-window-point.
7209         (occur-engine): Handle negative NLINES.
7211 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
7213         * frame.el (modify-all-frames-parameters): Minor doc fix.
7214         (set-frame-configuration): Doc fix.
7216 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7218         * simple.el (completion-setup-function): Compute the common parts
7219         and the first difference place correctly when
7220         partial-completion-mode is on.
7222 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7224         * ps-print.el: Doc fix.
7225         (ps-print-version): New version 6.6.5.
7226         (ps-printing-region): Doc fix.
7227         (ps-generate-string-list): Comment fix.
7228         (ps-message-log-max): Code fix.
7230 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7232         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7233         generated PostScript.
7235 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
7237         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
7238         with Gnus v5_10 branch.)
7240 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7242         * calendar/time-date.el (time-to-number-of-days): New function.
7243         Imported from from Gnus.
7245 2004-07-22  Kim F. Storm  <storm@cua.dk>
7247         * progmodes/make-mode.el: Fix comments.
7249 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7251         * printing.el: Doc fix.
7253 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
7255         * frame.el (modify-all-frames-parameters): Minor doc fix.
7257 2004-07-20  Richard M. Stallman  <rms@gnu.org>
7259         * textmodes/fill.el (fill-nobreak-p): If this break point is
7260         at the end of the line, don't consider the newline which follows
7261         as a reason to return t.
7263 2004-07-19  John Paul Wallington  <jpw@gnu.org>
7265         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7267 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
7269         * dired-aux.el (dired-do-kill-lines): Expand docstring.
7270         Delete irrelevant code.
7272 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
7274         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7275         New docstring.  From Luc Teirlinck.
7277 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
7279         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7280         section.
7281         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7282         non-file buffers.  We know it is nil.
7284 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
7286         Sync with Tramp 2.0.43.
7288         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7289         Remove outdated comment.
7290         (tramp-locked, tramp-locker): New variables for implementing a
7291         global lock.
7292         (tramp-sh-file-name-handler): Use them to implement the global lock.
7294 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
7296         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
7297         calls to respective `xxx` calls.
7298         (tramp-process-alive-regexp): Precise doc string.
7299         (tramp-multi-action-process-alive): New defun.
7300         (tramp-multi-actions): Use it.
7301         (tramp-handle-find-backup-file-name): `copy-tree' is available
7302         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
7303         in order to avoid this function.
7304         (tramp-handle-write-region): Set current buffer.  If connection
7305         wasn't open, `file-modes' has changed it accidently.  Reported by
7306         David Kastrup <dak@gnu.org>.
7307         (tramp-enter-password, tramp-read-passwd): New arguments USER and
7308         HOST.
7309         (tramp-action-password, tramp-multi-action-password): Apply it.
7310         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7311         name must still contain the port number.  Otherwise, we have two
7312         Tramp buffers, with all the confusion.  Reported by Myron Selby
7313         <myron@xytech.com> and Rolf Dubitzky
7314         <Dubitzky@physi.uni-heidelberg.de>.
7316         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7317         HOST to `tramp-enter-passwd'.
7319         * net/tramp-vc.el (all): Code cleanup.  Change all
7320         `tramp-handle-xxx' calls to respective `xxx` calls.
7322 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
7324         * emacs-lisp/testcover.el: New category "potentially-1valued" for
7325         functions that are not erroneous if either 1-valued or
7326         multi-valued.  Detect functions in this class.
7327         (testcover-1value-functions, testcover-compose-functions)
7328         (testcover-progn-functions) Add some additional functions to lists.
7329         (testcover-mark): Bugfix when marking up the definition for an
7330         empty function.
7332 2004-07-17  Richard M. Stallman  <rms@gnu.org>
7334         * replace.el (occur-read-primary-args): Pass default to
7335         read-from-minibuffer.
7337         * mail/footnote.el (footnote-section-tag): Use defcustom.
7339         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7340         Compile font-lock-keywords, not KEYWORDS.
7341         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7342         Add warn, check-type.  Handle cerror like error.
7344 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
7346         * progmodes/which-func.el (which-func-keymap): New var.
7347         (which-func-face): New face.
7348         (which-func-format): Use them.
7350 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7352         * buff-menu.el (list-buffers-noselect): Append the buffer's
7353         process status to its mode name.
7355 2004-07-16  Kim F. Storm  <storm@cua.dk>
7357         * simple.el (inhibit-mark-movement): New defvar.
7358         (beginning-of-buffer, end-of-buffer): Do not push mark if
7359         inhibit-mark-movement is non-nil or C-u prefix is given.
7361         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7362         Init to beginning-of-buffer and end-of-buffer.
7363         (cua--undo-push-mark): New defvar.
7364         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7365         already active and command is in cua--preserve-mark-commands.
7366         Also fix check for shift modifier on non-window systems.
7367         (cua--post-command-handler): Clear inhibit-mark-movement if set.
7369 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
7371         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7372         of two integers, instead of a cons.
7374         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7375         `visited-file-modtime' now returns a list of two integers, instead
7376         of a cons.
7378         * dired.el (dired-directory-changed-p): Ditto.
7380         * progmodes/grep.el (grep): Doc fix.
7382 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
7384         * autorevert.el (auto-revert-tail-mode)
7385         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7386         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7387         in both at the same time.
7388         (auto-revert-tail-mode): New command.
7389         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7390         (auto-revert-handler): Revert only either tail or whole file.
7392         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7393         add auto-revert-tail-mode.
7395 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7397         * printing.el: Doc fix.  Change name of some funs.
7398         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
7399         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
7400         (pr-standard-file-name): New fun.  Replace pr-standard-path.
7401         (pr-call-process): Code fix.
7403 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
7405         * subr.el (with-selected-window): Doc fix.
7407 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
7409         * subr.el (get-buffer-window-list): Doc fix.
7411 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
7413         * files.el (switch-to-buffer-other-window): Doc fix.
7415         * window.el (save-selected-window, one-window-p)
7416         (split-window-keep-point, split-window-vertically)
7417         (split-window-horizontally): Doc fixes.
7419 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7421         * printing.el: Doc fix.  Now it uses call-process instead of
7422         shell-command for low command execution.
7423         (pr-version): New version number (6.8).
7424         (pr-shell-file-name): Option removed.
7425         (pr-shell-command): Fun removed.
7426         (pr-call-process): New fun.  Replace pr-shell-command.
7427         (pr-standard-path, pr-remove-nil-from-list): New funs.
7428         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7429         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7430         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7431         (pr-ps-utility-process, pr-txt-print): Code fix.
7433 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7435         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7436         boolean.
7438 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
7440         * wid-edit.el (widget-field-buffer): Doc fix.
7442 2004-07-09  John Paul Wallington  <jpw@gnu.org>
7444         * emacs-lisp/re-builder.el (reb-update-overlays):
7445         Distinguish between one and several matches in message.
7447 2004-07-09  Richard M. Stallman  <rms@gnu.org>
7449         * mouse.el (mouse-set-region-1): If transient-mark-mode
7450         is `identity', change it to `only'.
7452         * simple.el (current-word): Doc fix.
7454 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
7456         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7457         so that it is more understanding of whitespace.
7459         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7460         (("ns" . "element") (attr-list) children) instead of
7461         ((:ns . "element") (attr-list) children) in order to reduce the
7462         number of symbols used.
7463         (xml-skip-dtd): Change to use xml-parse-dtd but set
7464         xml-validating-parsing to nil.
7465         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7466         (xml-substitute-entity): Remove in favor of new entity substitution.
7467         (xml-substitute-special): Rewrite in to substitute complex
7468         entities from DOCTYPE declarations.
7469         (xml-parse-fragment): Parse fragments from entity deleclarations.
7470         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7471         (xml-parse-dtd, xml-substitute-special): Make validity checks
7472         conditioned on xml-validating-parser.  Add "Not Well Formed" to
7473         error messages about well-formedness.
7475 2004-07-08  Steven Tamm  <steventamm@mac.com>
7477         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7478         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7479         Do not treat double clicks and triple clicks specially in the
7480         scroll bar (preventing strange repositioning problems)
7482 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * replace.el (query-replace-regexp-eval): Fix last change.
7486 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7488         * replace.el (query-replace-descr): New fun.
7489         (query-replace-read-from, query-replace-read-args): Default to the
7490         previous from&to.
7491         (query-replace-read-to): Quote the `from' string when displaying it.
7492         (query-replace-regexp-eval): Immediately check read-only status.
7493         Use query-replace-read-from to get the \n checking.
7494         Quote the `from' string when displaying it.
7495         (map-query-replace-regexp, occur-read-primary-args):
7496         Quote the `from' string when displaying it.
7498         * isearch.el (isearch-query-replace): Pass the regexp-ness and
7499         delimited-ness of the search to query-replace.
7501         * replace.el (query-replace-read-from, query-replace-read-to):
7502         New funs extracted from query-replace-read-args.
7503         (query-replace-read-args): Use them.
7505         * replace.el (query-replace-interactive, query-replace-read-args):
7506         Remove the `initial' special value.
7507         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7508         (occur-engine): Remove unused var `matchend'.
7510         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7511         Use the search string without prompting.
7513 2004-07-05  Kenichi Handa  <handa@m17n.org>
7515         * international/mule.el (decode-coding-inserted-region):
7516         Set last-coding-system-used only when coding is nil.
7518 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
7520         * progmodes/grep.el (grep-compute-defaults, grep-command)
7521         (grep-program, find-program, grep-find-use-xargs, grep-history)
7522         (grep-find-history, grep-tag-default, grep-find-command)
7523         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7524         Add autoload cookies, for unbundled packages that load `compile'
7525         and expect all grep-related symbols to become defined.
7527 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
7529         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7530         (iimage-mode-image-search-path): New user option to search the
7531         image file.
7532         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
7533         have locate-file.
7534         (iimage-mode-buffer): Use it.
7536 2004-07-03  Nick Roberts  <nickrob@gnu.org>
7538         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7539         carefully.
7540         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7542 2004-07-03  Juri Linkov  <juri@jurta.org>
7544         * replace.el (query-replace-read-args): Swallow space after 'foo,
7545         not after (quote foo).  Match space only immediately after symbol,
7546         not anywhere in the whole string.
7548 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7550         * replace.el (query-replace-read-args): Swallow space after
7551         symbols, not after closeparens.  But avoid error if string ends there.
7553         * progmodes/python.el (python-beginning-of-statement):
7554         Exit the loop if backward-up-list gets error.
7556         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7558 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
7560         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7561         only if vc-consult-headers is non-nil.
7563 2004-07-02  Juri Linkov  <juri@jurta.org>
7565         * pcvs.el (cvs-mode-diff-repository): New command.
7567         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7569 2004-07-01  Juri Linkov  <juri@jurta.org>
7571         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7572         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
7573         C-M-% to isearch-query-replace-regexp.
7574         (minibuffer-local-isearch-map): Add arrow key bindings.
7575         Bind C-f to isearch-yank-char-in-minibuffer.
7576         (isearch-forward): Doc fix.
7577         (isearch-edit-string): Doc fix.
7578         (isearch-query-replace, isearch-query-replace-regexp): New funs.
7579         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
7580         (isearch-yank-char): Add optional arg.
7581         (isearch-yank-char-in-minibuffer): New fun.
7583         * replace.el (query-replace-interactive): Change type from boolean
7584         to choice.  Add value `initial'.
7585         (query-replace-read-args): Handle value `initial' of
7586         query-replace-interactive.
7588 2004-06-29  Kim F. Storm  <storm@cua.dk>
7590         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7591         (breakpoint-disabled-bitmap-face): Add :group 'gud.
7593         * progmodes/ada-xref.el (ada-tight-gvd-integration):
7594         Add :group 'ada.
7596         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7598 2004-06-29  Juri Linkov  <juri@jurta.org>
7600         * replace.el (query-replace-read-args): Swallow a space after
7601         everything except )]" which in most cases means after a symbol.
7603         * emacs-lisp/pp.el (pp-buffer): Add autoload.
7605 2004-06-28  Richard M. Stallman  <rms@gnu.org>
7607         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7608         More changes to go with previous change in font-lock.el.
7610 2004-06-26  David Kastrup  <dak@gnu.org>
7612         * replace.el (perform-replace): Highlight the match even in
7613         non-query mode if there is potential replace string editing.
7615 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
7617         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7618         agree with new return value of `file-remote-p'.
7619         This syncs with Tramp 2.0.42.
7621         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7622         according to new documentation of `file-remote-p'.
7624         * files.el (file-remote-p): Fix doc to say that return value is
7625         identification of remote system, if not nil.
7626         (file-relative-name): Use new return value of `file-remote-p'.
7628 2004-06-26  Nick Roberts  <nickrob@gnu.org>
7630         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7631         (gdb-goto-breakpoint): Fix breakage.
7633 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
7635         * man.el (Man-getpage-in-background): Add windows-nt to the list
7636         of systems where shell-file-name should be used instead of
7637         literal "sh".
7639 2004-06-25  Sam Steingold  <sds@gnu.org>
7641         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7642         function names `(setf symbol)'.
7644 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7646         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7648         * font-lock.el (font-lock-keywords): Change format of compiled values.
7649         Document it.
7650         (font-lock-add-keywords): If font-lock-keywords is compiled,
7651         extract the uncompiled version, modify, then recompile.
7652         (font-lock-remove-keywords): Likewise.
7653         (font-lock-fontify-keywords-region): Handle changed format.
7654         (font-lock-compile-keywords): Handle changed format.
7655         (font-lock-set-defaults): Compile the keywords explicitly here.
7657 2004-06-24  David Kastrup  <dak@gnu.org>
7659         * replace.el (query-replace-read-args): Implement `\,' and `\#'
7660         replacements here.
7661         (query-replace-regexp): Doc string explaining this and the new
7662         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
7663         is better placed in `query-replace-read-args'.
7664         (replace-regexp): Explain `\,', `\#' and `\?'.
7665         (replace-match-data): New function for thorough reuse/destruction
7666         of old match-data.
7667         (replace-match-maybe-edit): Function for implementing `\?' editing.
7668         (perform-replace): Fix maintaining of the match stack including
7669         already matched regions, implement `\?', fix various problems
7670         with regions while editing and other stuff.
7671         (replace-highlight): Simplify.
7673 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
7675         * progmodes/grep.el (grep-error-screen-columns): New variable.
7676         (grep-regexp-alist): Give it the full functionality of gnu style
7677         compilation messages with line and column ranges.  Ask me for the
7678         perl script I'm working on, that uses these.
7680 2004-06-23  Nick Roberts  <nickrob@gnu.org>
7682         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7683         Remove.
7684         (comint-insert-input, comint-mouse-insert-input): New functions
7685         based on comint-insert-clicked-input for two bindings but just
7686         one functionality.
7688 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7690         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7692 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7694         * files.el (write-contents-functions): Doc fix.
7696 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7698         * image.el (image-library-alist): Rewrite docstring in active voice.
7700 2004-06-20  Richard M. Stallman  <rms@gnu.org>
7702         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7704         * isearch.el (isearch-repeat): Avoid testing old match data.
7705         (isearch-message): Display trailing space in special font
7706         when search is failing.
7707         (isearch-search-fun-function): Doc fix.
7709         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7711 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7713         * frame.el (show-trailing-whitespace): Doc fix.
7715         * cus-edit.el (custom-variable-documentation): New function.
7716         (custom-variable): Use it.
7718 2004-06-19  Nick Roberts  <nickrob@gnu.org>
7720         * man.el (Man-getpage-in-background): Revert previous change but
7721         make cygwin a special case.
7723 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
7725         * autorevert.el (global-auto-revert-non-file-buffers):
7726         Update docstring.
7728 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
7730         * progmodes/compile.el (compilation-error-properties): Store one
7731         more than end-col, if present, so that transient-mark-mode will
7732         highlight last char too.
7733         * progmodes/grep.el (grep-regexp-alist): Match columns and column
7734         ranges, if present.
7736 2004-06-18  Jason Rumney  <jasonr@gnu.org>
7738         * makefile.w32-in: Double percent signs in for loops.
7740 2004-06-17  David Kastrup  <dak@gnu.org>
7742         * replace.el (query-replace-read-args): Only warn about use of \n
7743         and \t when we are doing a regexp replacement and the actual
7744         escaped character is n or t.
7745         (query-replace-regexp): Add \, and \# interpretation to
7746         interactive call and document it.
7747         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7748         as shortkey for replace-count.
7749         (replace-quote): New function for doubling backslashes.
7751 2004-06-17  Juanma Barranquero  <lektu@terra.es>
7753         * files.el (parse-colon-path, cd): Mention in docstring that the
7754         path separator is colon in GNU-like systems.
7756         * newcomment.el (comment-region-internal): Fix docstring.
7758         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7759         (ewoc-invalidate, ewoc-collect): Doc fixes.
7760         (ewoc--create-node, ewoc--delete-node-internal):
7761         Fix typos in docstring.
7763 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
7765         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7766         manual to docstring.
7768 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7770         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7772 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
7774         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7775         Add hyperlink to emacs-xtra manual to docstring.
7777         * autorevert.el (global-auto-revert-non-file-buffers):
7778         Add hyperlink to emacs-xtra manual to docstring, as well as an
7779         info-link.
7781 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7783         * image.el (image-library-alist): New variable to map image types
7784         to external libraries.  Initialized to nil, unless system-specific
7785         configs change it.
7786         (image-type-available-p): Determine whether an image type is
7787         available by calling `init-image-library'.
7789         * term/w32-win.el (image-library-alist): Initialize to a known set
7790         of probable library names.
7792 2004-06-14  Kenichi Handa  <handa@m17n.org>
7794         * international/code-pages.el (windows-1256, cp1125): Fix tables
7795         for several characters.
7797         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7799 2004-06-13  Richard M. Stallman  <rms@gnu.org>
7801         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7803         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7804         not "`pc-selection-mode'".
7806         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7808         * simple.el (previous-matching-history-element): Specify a default.
7810         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7812         * cus-face.el (custom-declare-face): Simplify code.
7814         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7816 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7818         * files.el (before-save-hook): Add `time-stamp' to the options.
7820         * time-stamp.el (time-stamp): Recommend adding it to
7821         `before-save-hook', rather than `write-file-functions'.
7822         Make a similar change in `Commentary' section.
7824 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7826         * diff-mode.el (diff-current-defun): If at start of hunk, use
7827         position of first change.
7829 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
7831         * dired-x.el (dired-mark-omitted): Bind to "*O".
7833 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
7835         * bookmark.el (bookmark-bmenu-relocate): New function, as
7836         suggested by David J. Biesack <David.Biesack@sas.com>.
7837         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7838         (bookmark-bmenu-mode): Describe binding in doc string.
7839         (bookmark-set-filename): Save the bookmark list if it's time.
7841 2004-06-13  Kenichi Handa  <handa@m17n.org>
7843         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7844         (ccl-untranslated-to-ucs): Fix typo.
7846 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7848         * progmodes/python.el (python-open-block-statement-p):
7849         Fix indentation after a block opening that contains a comment.
7851 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
7853         * bindings.el (completion-ignored-extensions): Add file extensions
7854         of Python byte-compiled files.
7856 2004-06-12  Juri Linkov  <juri@jurta.org>
7858         * info.el (Info-goto-node): Add autoload.
7859         (Info-toc): Add substring-no-properties on Info file name.
7860         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7861         (Info-mode-map): Bind L to Info-history, T to Info-toc.
7863 2004-06-12  Kenichi Handa  <handa@m17n.org>
7865         * international/mule-cmds.el (set-language-environment):
7866         Load subst tables if necessary.
7868         * international/mule.el (decode-char): Load subst tables if necessary.
7869         (encode-char): Likewise.
7871         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7872         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
7873         (utf-16le-decode-loop): Set r5 to -1 before loop.
7874         (utf-16be-decode-loop): Likewise.
7875         (ccl-decode-mule-utf-16le): Add EOF processing block.
7876         (ccl-decode-mule-utf-16be): Likewise.
7877         (ccl-decode-mule-utf-16le-with-signature): Likewise.
7878         (ccl-decode-mule-utf-16be-with-signature): Likewise.
7879         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
7880         (ccl-mule-utf-16-encode-untrans): New CCL.
7881         (utf-16-decode-to-ucs): Handle pre-read character.
7882         (utf-16le-encode-loop): Handle surrogate pair.
7883         (utf-16be-encode-loop): Likewise.
7884         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7885         of utf-16le-encode-loop.
7886         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7887         of utf-16be-encode-loop.
7888         (mule-utf-16-post-read-conversion):
7889         Call utf-8-post-read-conversion at first.
7890         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7891         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7892         Add post-read-conversion and pre-write-conversion.
7894         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7895         (utf-translate-cjk-unicode-range): New variable.
7896         (utf-translate-cjk-load-tables): New function.
7897         (utf-lookup-subst-table-for-decode): New function.
7898         (utf-lookup-subst-table-for-encode): New function.
7899         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
7900         tables here.  Update safe-charsets of utf-* coding systems.
7901         (ccl-mule-utf-untrans): New CCL.
7902         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
7903         at end of each branch.
7904         (ccl-mule-utf-8-encode-untrans): New CCL.
7905         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7906         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
7907         length of encoding.  Don't return r0.
7908         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
7909         (utf-8-post-read-conversion): Narrow to region properly.
7910         If utf-translate-cjk-mode is on, load tables if necessary.
7911         Call utf-8-compose with hash-table arg if necessary.
7912         Call XXX-compose-region instead of XXX-post-read-convesion.
7913         (utf-8-pre-write-conversion): New function.
7914         (mule-utf-8): Include CJK charsets in safe-charsets if
7915         utf-translate-cjk-mode is on.  Add pre-write-conversion.
7917         * international/characters.el: Temporarily set
7918         utf-translate-cjk-mode to nil.
7920         * language/devan-util.el (devanagari-compose-region):
7921         Add autoload cookie.
7923         * international/ccl.el (ccl-dump-call): Fix printing the
7924         subroutine name.
7926 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7928         * dired.el (dired-revert): If buffer is marked unmodified before
7929         reverting, keep it marked unmodified.
7930         Adapt to new conventions for commenting out code.
7931         (dired-make-relative): Adapt to new conventions for commenting out code.
7933 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
7935         * eshell/esh-module.el (eshell-load-defgroups):
7936         Bind `vc-handled-backends' to nil when opening files.
7938 2004-06-11  Juanma Barranquero  <lektu@terra.es>
7940         * files.el (parse-colon-path, cd): Doc fixes (refer to
7941         `path-separator', not colon).
7943 2004-06-10  Juanma Barranquero  <lektu@terra.es>
7945         * newcomment.el (comment-search-forward)
7946         (comment-search-backward): Fix typos in docstring.
7947         (comment-region): Doc fix.
7949 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7951         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7952         switch is no longer stored in `dired-switches-alist'.
7954         * dired-aux.el (dired-insert-subdir): Do not store R switch in
7955         `dired-switches-alist'.
7957 2004-06-10  Kim F. Storm  <storm@cua.dk>
7959         * pcvs.el (cvs-mode-diff-yesterday): New command.
7961         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
7963 2004-06-10  Juri Linkov  <juri@jurta.org>
7965         * emacs-lisp/edebug.el (edebug-eval-defun):
7966         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
7967         Fix docstring.
7969         * simple.el (eval-expression-print-format): Don't print additional
7970         information on the first call to `eval-print-last-sexp'.
7971         (next-error-find-buffer): Fix punctuation.
7972         (killing) <defgroup>: Fix punctuation.
7973         (yank-excluded-properties): Change group from editing to killing.
7975         * replace.el (perform-replace): Use `limit' to terminate the
7976         while-loop explicitly.
7978 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7980         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
7981         Use lc-*.xpm as prefix instead of *-locol.xpm.
7983         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
7984         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
7985         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
7986         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
7987         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
7988         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
7989         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
7990         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
7991         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
7992         * toolbar/lc-up_arrow.xpm:
7993         Rename from *-locol.xpm.
7995 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
7997         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
7998         include forms like &<str>; as valid url patterns.
8000 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
8002         * dired.el (dired-diff, dired-backup-diff)
8003         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8004         (dired-do-chown, dired-do-touch, dired-do-print)
8005         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8006         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8007         (dired-create-directory, dired-do-copy, dired-do-symlink)
8008         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8009         (dired-do-copy-regexp, dired-do-hardlink-regexp)
8010         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8011         (dired-maybe-insert-subdir, dired-next-subdir)
8012         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8013         (dired-kill-subdir, dired-tree-up, dired-tree-down)
8014         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8015         (dired-run-shell-command, dired-query): Remove redundant,
8016         or incorrect, autoloads.
8018         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8019         does not end in a slash.  Add optional argument KILL-ROOT.
8020         Update docstring.
8021         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8022         (dired-query): Add autoloads.
8024 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
8026         * progmodes/compile.el (compilation-set-window-height):
8027         Rearrange the save-* functions because a buffer can have several current
8028         point in different windows.
8029         (compilation-error-regexp-alist-alist): Recognize {standard input}
8030         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8032 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8034         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8035         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8036         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8037         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8038         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8039         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8040         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8041         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8042         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8043         * toolbar/up_arrow-locol.xpm:
8044         New versions of icons that uses fewer colors.
8046         * toolbar/tool-bar.el (tool-bar-local-item)
8047         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8048         if display-color-cells is 256 or less.
8050 2004-06-08  Kim F. Storm  <storm@cua.dk>
8052         * wid-edit.el (widget-specify-button): Use hand pointer rather
8053         than mouse-face as visible mouse-over effect.
8055 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
8057         * saveplace.el (save-place-alist-to-file): Bind `print-length'
8058         and `print-level' to nil when writing out `save-place-alist'.
8059         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8061 2004-06-07  Juanma Barranquero  <lektu@terra.es>
8063         * completion.el (completion-kill-region): Doc fix.
8065         * format.el (format-insert-annotations)
8066         (format-annotate-location): Doc fixes.
8067         (format-subtract-regions): Make arguments match their use in docstring.
8069         * simple.el (kill-region): Doc fix.
8071         * subr.el (insert-buffer-substring-no-properties)
8072         (insert-buffer-substring-as-yank): Doc fixes.
8074 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
8076         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8077         Update docstring.
8078         (dired-reset-subdir-switches): New function.
8080         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8081         Limit scope of `buffer-read-only' binding.
8083 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
8085         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8086         eshell-explicit-command-char.
8088 2004-06-06  Juanma Barranquero  <lektu@terra.es>
8090         * help-fns.el (help-argument-name): Inherit from italic face only
8091         if the frame supports it.
8093 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8095         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8096         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8097         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8098         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8099         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8100         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8101         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8102         New conversions from xpm files.
8104         * toolbar/README: New file.
8106 2004-06-06  Richard M. Stallman  <rms@gnu.org>
8108         * isearch.el (isearch-mode-map): Undo previous change.
8110 2004-06-05  Juri Linkov  <juri@jurta.org>
8112         * bindings.el (debug-ignored-errors): Add regexps for history
8113         related messages.  Remove $ from "No further undo information".
8114         Move Ediff's messages to ediff.el.
8116         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8118         * cus-edit.el (custom-display): Add `min-colors'.
8120         * custom.el (defface): Add `supports' to docstring.
8122         * help-fns.el (help-argument-name): Add :group 'help.
8124 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
8126         * find-dired.el (find-ls-subdir-switches): New user option.
8127         (find-dired): No longer call `abbreviate-file-name' on DIR.
8128         Set `dired-subdir-switches' buffer-locally.
8130         * locate.el: Merge the two `Commentary' sections.
8131         (locate-ls-subdir-switches): New user option.
8132         (locate): Update for other changes.
8133         (locate-mode-map): Restore Dired binding for mouse-2.
8134         Bind `locate-mouse-view-file' to M-mouse-2.
8135         Bind `l' to `locate-do-redisplay'.
8136         (locate-main-listing-line-p, locate-do-redisplay): New functions.
8137         (locate-mouse-view-file, locate-tags, locate-find-directory):
8138         Print message if used outside main listing.
8139         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
8140         Various changes to support inserted subdirectories.
8141         (locate-insert-header): Change header of *Locate* buffer.
8143         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8144         Change interactive default switches.
8145         (dired-rename-subdir-2): Update `dired-switches-alist'.
8146         (dired-insert-subdir, dired-kill-subdir):
8147         Handle `dired-switches-alist'.  Do not mark buffer modified.
8148         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8149         (dired-insert-subdir-doinsert): Omit messages.
8150         Handle `dired-subdir-switches'.
8151         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8153         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8154         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8155         subdirs if -R switch is used for a subdir.
8156         (dired-mode): Set `dired-switches-alist'.
8157         (dired-build-subdir-alist): Only print number of directories in
8158         echo area when invoked interactively.
8160 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8162         * dired-x.el (dired-omit-mode): Rename from
8163         dired-omit-files-p.  Use define-minor-mode to define it.
8164         (dired-omit-files-p): Add as alias for dired-omit-mode.
8165         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
8166         dired-mark-omitted.
8167         (dired-mark-omitted): Add.  Bind to M-O.
8169 2004-06-05  Kenichi Handa  <handa@m17n.org>
8171         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8173 2004-06-05  Juanma Barranquero  <lektu@terra.es>
8175         * help-fns.el (help-argument-name): Reintroduce face.
8176         (help-default-arg-highlight): Use it, now that
8177         `face-differs-from-default-p' can be trusted.
8179 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8181         * textmodes/table.el: Sentence commands added to Point Motion
8182         group; kill and backward-kill commands added to Extraction group.
8184 2004-06-04  Mario Lang  <mlang@delysid.org>
8186         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8187         systems appear to use mW, make the code handle this.  Fix a
8188         division-by-zero bug while at it, and handle kernels with
8189         a slightly different layout in /proc/acpi.
8191 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
8193         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8194         because the latter is a CL-ism.  This fixes the bug reported by
8195         Shawn Boyette <mdxi@collapsar.net> in
8196         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8198 2004-06-04  Miles Bader  <miles@gnu.org>
8200         * faces.el (display-supports-face-attributes-p): Function moved to
8201         C code.  Previously only the tty-related portion of this function
8202         was done in C; however the previous attempt to do a halfway-proper
8203         job for non-tty displays in lisp didn't work properly because of
8204         funny conditions during Emacs startup.
8205         (face-differs-from-default-p): Simplify, now that
8206         display-supports-face-attributes-p works properly on all display
8207         types.  Remove :stipple from comparison; it doesn't really work
8208         in emacs anyway.
8210 2004-06-04  Miles Bader  <miles@gnu.org>
8212         * faces.el (face-differs-from-default-p): Use a different
8213         implementation, so we can really check whether FACE displays
8214         differently or not.
8216 2004-06-04  Miles Bader  <miles@gnu.org>
8218         * faces.el (display-supports-face-attributes-p): Implement a
8219         `different from default' check for non-tty displays.
8221 2004-06-03  David Kastrup  <dak@gnu.org>
8223         * woman.el (woman-mapcan): More concise code.
8224         (woman-topic-all-completions, woman-topic-all-completions-1)
8225         (woman-topic-all-completions-merge): Replace by a simpler and
8226         much faster implementation based on O(n log n) sort/merge instead
8227         of the old O(n^2) behavior.
8229 2004-06-03  Miles Bader  <miles@gnu.org>
8231         * subr.el (read-number): Use canonical format for default in prompt.
8233         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8234         Add regexp for " [...]" style defaults.
8236 2004-06-02  Romain Francoise  <romain@orebokech.com>
8238         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8239         groups: if the user asks for a hidden buffer, open the
8240         corresponding filter group to expose it.
8242         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8243         `ibuffer-jump-to-buffer'.
8244         (ibuffer-jump-offer-only-visible-buffers): New user option.
8246 2004-06-02  Juanma Barranquero  <lektu@terra.es>
8248         * faces.el (frame-update-faces): Add empty docstring so the one
8249         for `ignore' doesn't show through.
8251         * subr.el (process-kill-without-query): Remove spurious "\n" on
8252         obsolescence string.
8253         (focus-frame, unfocus-frame): Add obsolescence declaration and
8254         empty docstring.
8256         * international/mule.el (register-char-codings): Make alias for
8257         `ignore'.  Move docstring to obsolescence info and remove redundancy.
8259 2004-06-02  Kim F. Storm  <storm@cua.dk>
8261         * frame.el (blink-cursor-start): Turn cursor off initially so blink
8262         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8264 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8266         * comint.el (comint-replace-by-expanded-history-before-point):
8267         Obey `start' as the docstring says.
8268         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8269         (comint-update-fence): Prevent font-lock from running unnecessarily.
8270         (comint-dynamic-list-completions): Use with-current-buffer.
8272 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8274         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8275         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8276         (bibtex-entry-update): Handle alternatives and optional fields.
8277         (bibtex-parse-entry): Bugfix, handle empty key.
8279 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8281         * vc-arch.el (vc-arch-state): Don't assume the file exists.
8283 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
8285         * desktop.el (desktop-save): Don't save minor modes without a
8286         known mode initialization function.
8288 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
8290         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8292         * autorevert.el: Update `Commentary' section.
8294 2004-05-30  Juanma Barranquero  <lektu@terra.es>
8296         * dos-fns.el (convert-standard-filename):
8297         * files.el (convert-standard-filename):
8298         * w32-fns.el (convert-standard-filename):
8299         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8301 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
8303         Sync with Tramp.
8305         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8306         (tramp-let-maybe): Move to an earlier spot in the file.
8307         Patch by Andreas Schwab.
8309 2004-05-30  Andreas Schwab  <schwab@suse.de>
8311         * dired.el (dired-get-filename): Don't use dired-re-dot.
8313 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8315         * files.el (find-file): Doc fix.
8317         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8319 2004-05-30  Nick Roberts  <nickrob@gnu.org>
8321         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8322         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8323         modeline of the locals buffer.
8324         (gdb-goto-breakpoint): Handle gdbmi.
8325         (gdb-get-frame-number): Change for gdbmi.
8327 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8329         * files.el (file-remote-p): Apply file name handler for operation
8330         `file-remote-p'.  It isn' a property any longer.
8331         (file-relative-name): `fh' and `fd' get the required value via
8332         `find-file-name-handler' already.
8334         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8335         (top): Remove setting of `file-remote-p' property for
8336         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
8338 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8340         Version 2.0.41 of Tramp released.
8342         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8343         Throw away if process has died.
8344         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8345         (tramp-out-of-band-prompt-regexp): Rename to
8346         `tramp-process-alive-regexp', because its usage is widen.
8347         (tramp-actions-copy-out-of-band): Apply it.
8348         (tramp-actions-before-shell, tramp-multi-actions):
8349         Add `tramp-action-process-alive' action.
8350         (tramp-action-process-alive): New defun.
8351         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8352         Add entry for `file-remote-p'.
8353         (tramp-handle-file-remote-p): New defun.
8354         (top): Remove setting of `file-remote-p'.  Don't set
8355         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8357         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8358         `file-remote-p'.
8360         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8361         counted for (last) line.  [They should or they shouldn't?  --Stef]
8362         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8364 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
8366         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8367         not really necessary but seems to keep the shell history smaller
8368         in some cases.  It is no substitute for setting HISTFILE and
8369         HISTSIZE from tramp-open-connection-setup-interactive-shell,
8370         though.  Suggested by Luc Teirlinck.
8371         (tramp-open-connection-setup-interactive-shell): Export variables
8372         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
8373         (tramp-set-process-query-on-exit-flag): New compat function.
8374         (tramp-open-connection-multi, tramp-open-connection-su)
8375         (tramp-open-connection-rsh, tramp-open-connection-telnet)
8376         (tramp-do-copy-or-rename-file-out-of-band): Use it.
8377         (tramp-let-maybe): New macro, let-binds a variable only if it
8378         isn't obsolete.
8379         (tramp-check-ls-commands, tramp-handle-expand-file-name)
8380         (tramp-handle-file-truename): Use it.
8381         (tramp-completion-file-name-regexp-unified): Avoid matching
8382         filenames starting with "/:" -- those are reserved for
8383         file-name-non-special.
8385         * tramp-smb.el (tramp-smb-open-connection):
8386         Use tramp-set-process-query-on-exit-flag compat function.
8388 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8390         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8392         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8393         (eval-last-sexp-print-value): Print char equivalent regardless
8394         of standard-output value.
8396         * thumbs.el (thumbs-subst-char-in-string): Delete.
8397         (thumbs-thumbname): Use subst-char-in-string.
8398         (thumbs-resize-image): Use condition-case, not ignore-errors.
8399         (thumbs-kill-buffer): Likewise.
8401         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
8402         (thumbs-mode): Make buffer read-only.
8403         (thumbs-make-thumb): Unconditionally accept an existing file.
8404         (thumbs-insert-thumb): Add thumb-image-file property to the image.
8405         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8406         (thumbs-show-thumbs-list): Error if images not supported.
8407         (thumbs-save-current-image): Improve prompt string.
8408         (thumbs-mode-map): Define u, R, x.
8409         (thumbs-unmark): New command.
8410         (thumbs-emboss-image): Minor cleanup.
8411         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8412         (thumbs-rename-images): New command.
8413         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
8415         * thumbs.el (thumbs-current-image): New function.
8416         (thumbs-file-list, thumbs-file-alist): New functions.
8417         (thumbs-find-image): Delete arg L.
8418         Don't set up thumbs-fileL as buffer-local global var.
8419         (thumbs-find-image-at-point): Use thumbs-current-image.
8420         (thumbs-set-image-at-point-to-root-window): Likewise.
8421         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8422         Record and warn about errors.  Update thumbs-markedL for deletions.
8423         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8424         (thumbs-redraw-buffer): Use thumbs-file-list.
8425         (thumbs-mark): Use thumbs-current-image.
8426         (thumbs-show-name): Use thumbs-current-image.
8428         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8429         and imenu--last-menubar-index-alist.
8431         * subr.el (with-selected-window): Undo previous change.
8433 2004-05-29  John Paul Wallington  <jpw@gnu.org>
8435         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8436         (thumbs-mouse-find-image): New command.
8437         (thumbs-mode-map): Bind it to mouse-2.
8438         (thumbs-mode): Make mode-class special.
8439         (thumbs-view-image-mode): Likewise.
8441 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8443         * flymake.el: New file.
8445 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
8447         * files.el (find-file-noselect-1): Do not bind
8448         `inhibit-read-only' to t during execution of
8449         `find-file-not-found-functions'.
8451 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8453         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8454         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8456 2004-05-28  Juri Linkov  <juri@jurta.org>
8458         * simple.el (eval-expression-print-format): New fun.
8460         * simple.el (eval-expression):
8461         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8462         * emacs-lisp/edebug.el (edebug-compute-previous-result)
8463         (edebug-eval-expression): Print additionally the value returned by
8464         `eval-expression-print-format'.
8466         * emacs-lisp/lisp.el (insert-pair-alist): New var.
8467         (insert-pair): Make arguments optional.  Find character pair
8468         from `insert-pair-alist' according to the last input event.
8469         (insert-parentheses): Make arguments optional.
8470         (raise-sexp, delete-pair): New funs.
8472         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8473         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8474         Bind C-M-q to `indent-pp-sexp'.
8476         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8477         `pp-to-string' modified to be able to format text with newlines.
8478         (pp-to-string): Move the buffer-formatting part of the code to
8479         `pp-buffer'.  Call `pp-buffer'.
8481         * info.el (Info-desktop-buffer-misc-data): Don't save information
8482         about virtual files.
8483         (Info-restore-desktop-buffer): Restore Info buffers in prepared
8484         buffers with names obtained from the desktop file instead of the
8485         default *info* buffer.
8487 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8489         * subr.el (with-selected-window): Only save/restore the selected window.
8491         * progmodes/compile.el (compilation-error-regexp-alist):
8492         Use expand-file-name and data-directory.
8494         * progmodes/grep.el (grep-tree): Rework previous fix.
8496         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8497         after the user marked text with the mouse.
8499         * startup.el (command-line): Keep the first regexp of
8500         auto-save-file-name-transforms intact.
8502 2004-05-28  Juanma Barranquero  <lektu@terra.es>
8504         * cus-edit.el (customize-face, customize-face-other-window)
8505         (custom-face-edit-delete): Make arguments match their use in
8506         docstring.
8507         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8508         docstring.
8510         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8511         not `cvs-butlast'.
8513         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8514         `nbutlast' are in subr.el).
8516         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8517         (set-w32-system-coding-system): Doc fixes.
8519         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8520         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8521         Make arguments match their use in docstring.
8522         (artist-draw-region-trim-line-endings)
8523         (artist-mouse-choose-operation): Fix typo in docstring.
8524         (artist-key-set-point-common): Doc fix.
8526 2004-05-28  Simon Josefsson  <jas@extundo.com>
8528         * mail/smtpmail.el (smtpmail-open-stream):
8529         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8531 2004-05-26  Simon Josefsson  <jas@extundo.com>
8533         * starttls.el: Merge with my GNUTLS based starttls.el.
8534         (starttls-gnutls-program, starttls-use-gnutls)
8535         (starttls-extra-arguments, starttls-process-connection-type)
8536         (starttls-connect, starttls-failure, starttls-success): New variables.
8537         (starttls-program, starttls-extra-args): Doc fix.
8538         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8539         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8540         and pass on to corresponding *-gnutls function if it is set.
8542 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
8544         * autorevert.el (auto-revert-handler): Disable auto-reverting of
8545         remote files.
8547 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
8549         * files.el (file-name-non-special): There are more operations
8550         which need handling: `find-backup-file-name',
8551         `insert-file-contents', `verify-visited-file-modtime',
8552         `write-region'.  Rename t value of method to `add'.  Add new
8553         methods `quote' and `unquote-then-quote' to file-arg-indices.
8555 2004-05-25  Juri Linkov  <juri@jurta.org>
8557         * info.el (Info-toc): Call Info-mode on intermediate buffer.
8558         (Info-index-nodes): Enclose code in condition-case to catch errors.
8559         (Info-index-node): Don't search all index nodes if request is only
8560         for the current node and file is not in the cache of index nodes.
8561         (Info-mode-map): Bind Info-copy-current-node-name to `w'
8562         for consistency with dired-copy-filename-as-kill.
8563         Bind `S' to Info-search-case-sensitively.
8564         (Info-copy-current-node-name): New arg.  With zero prefix arg put
8565         the name inside a function call to `info'.  Display copied text in
8566         the echo area.
8568 2004-05-25  Sam Steingold  <sds@gnu.org>
8570         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8571         strip the package prefix from the symbol name, if any.
8572         Make it the `find-tag-default-function' for `lisp-mode'.
8574 2004-05-25  John Paul Wallington  <jpw@gnu.org>
8576         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8577         instead of obsolete `process-kill-without-query'.
8579         * textmodes/texinfmt.el (texinfo-indexvar-alist):
8580         Declare as variable, not constant.
8582 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
8584         * files.el (find-file-noselect-1): Fix bug introduced by
8585         Revision 1.694.  As a side effect, `inhibit-read-only'
8586         is again, by default, t during execution of
8587         `find-file-not-found-functions'.
8588         (insert-directory): Check that lines were really inserted by
8589         the --dired switch, before erasing them.
8591 2004-05-24  Nick Roberts  <nickrob@gnu.org>
8593         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8594         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8595         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8596         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8597         gud-minor-mode (gdbmi).
8599 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8601         * net/browse-url.el (browse-url-interactive-arg): Enable user to
8602         explicitly select the text to be taken as URL.
8604 2004-05-23  Juri Linkov  <juri@jurta.org>
8606         * info.el (Info-index-nodes): New var and fun.
8607         (Info-goto-index, Info-index, info-apropos)
8608         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8609         (Info-index): Fix docstring.  Store and restore Info-history-list.
8610         (Info-complete-nodes): New var.
8611         (Info-complete-menu-item): Use it.
8612         (Info-index-node): New fun.
8613         (Info-final-node, Info-forward-node, Info-backward-node)
8614         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8615         Use Info-index-node.
8616         (Info-extract-menu-item, Info-extract-menu-counting): Set second
8617         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8618         (Info-find-node-2): If a node with period in its name not found,
8619         try to find a node without the name part after period.
8620         (Info-select-node): Call Info-fontify-node only if
8621         Info-fontify-maximum-menu-size is not nil.
8622         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8623         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8624         Preserve Info-history-list.
8625         (Info-toc): Set Info-current-file.
8626         (Info-build-toc): Move point to the beginning of the buffer.
8627         Add main-file variable.
8628         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8629         Use backslashed representation of the control character ^_.
8631         * textmodes/texinfmt.el (texinfo-print-index): Print index line
8632         numbers in the new Texinfo 4.7 format.
8634         * add-log.el (change-log-font-lock-keywords): Remove `:' from
8635         regexps for function and variable names.
8637         * descr-text.el (describe-property-list): Add [show] button for
8638         `syntax-table' property with action to pp to a separate buffer.
8639         (describe-char): Replace search-forward by re-search-forward with
8640         whitespace regexp after "character:" to not fail in too narrow windows.
8642         * simple.el (next-error-find-buffer): Add a rule to return
8643         next-error capable buffer if one window on the selected frame
8644         displays such buffer.
8646 2004-05-23  Nick Roberts  <nickrob@gnu.org>
8648         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8649         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8650         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8651         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8652         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8653         Handle new value for gud-minor-mode (gdbmi).
8654         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8655         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8656         Change from local to global gdb variable set.
8657         (gdb-ann3): Initialise above gdb variable set.
8658         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8659         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8660         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8661         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8662         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8663         (gdb-info-locals-handler, gdb-invalidate-assembler)
8664         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8665         set as global variables.
8666         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8667         Handle gdbmi.
8668         (gdb-info-breakpoints-custom): Fix regexp.
8669         (def-gdb-var): Delete.
8671         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8672         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8673         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8674         a new mode.  The file (gdb-mi.el) for this mode will be included
8675         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8676         primary interface.
8678 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
8680         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8681         interpreted as a directory.
8683 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8685         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8686         as a close quote.
8688         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8690         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8691         Use assoc-string, not assoc-ignore-case.
8693         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8695         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8696         If moving back then fwd gets a defun that ends before point,
8697         try again moving fwd then back.
8699         * files.el (file-name-non-special): Allow t in file-arg-indices
8700         to mean requote the return value.  Use `identity' as an element
8701         rather than as the whole value.
8703         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
8705 2004-05-22  Juanma Barranquero  <lektu@terra.es>
8707         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8708         `help-make-usage'.
8709         (help-highlight-arguments): Skip function name before searching
8710         for arguments.
8712 2004-05-21  Juanma Barranquero  <lektu@terra.es>
8714         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8715         Don't mention in the docstring these arguments meant for
8716         internal (recursive) use only.
8717         (allout-char-spec): Comment out (it's not implemented).
8718         (allout-old-expose-topic, allout-exposure): Fix docstring and add
8719         obsolescence declaration.
8720         (allout-flatten-exposed-to-buffer)
8721         (allout-indented-exposed-to-buffer): Fix typos in docstring.
8722         (my-mark-marker): Doc fix.
8723         (produce-allout-mode-map, allout-sibling-index)
8724         (allout-isearch-expose, allout-distinctive-bullet)
8725         (allout-open-topic, allout-reindent-body)
8726         (allout-rebullet-heading, allout-process-exposed)
8727         (allout-insert-listified, allout-latex-verb-quote)
8728         (allout-insert-latex-header, allout-insert-latex-trailer):
8729         Make arguments match their use in docstring.
8730         (allout-primary-bullet, allout-old-style-prefixes)
8731         (allout-inhibit-protection, allout-init, allout-mode)
8732         (allout-before-change-protect, allout-flag-region):
8733         Use "Emacs" instead of "emacs" in docstrings.
8735 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
8737         * international/characters.el: Modify syntax of more characters.
8739 2004-05-21  Masatake YAMATO  <jet@gyve.org>
8741         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8742         (etags-tags-completion-table): Show parsing progress.
8744 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
8746         * locate.el (locate-prompt-for-command): Shorten first line of
8747         docstring.
8748         (locate-mode): Expand docstring and include keymap summary.
8750         * files.el (find-file-noselect-1): Limit the scope of the
8751         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
8752         is, by default, nil during the execution of
8753         `find-file-not-found-functions' and `find-file-hook'.
8755 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
8757         * facemenu.el (facemenu-color-name-equal): New function.
8758         (list-colors-display): Use it to compare colors instead of
8759         facemenu-color-equal.
8761 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
8763         * compare-w.el (compare-windows-face): Use min-colors instead of
8764         checking for tty or pc types.
8766 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8768         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8769         (completion-setup-function): Use with-current-buffer.
8770         Properly save excursion.  Simplify.
8771         Don't assume there is necessarily a `mouse-face' property somewhere.
8773         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8775         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
8777         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8778         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8779         Use with-current-buffer.
8780         (byte-goto-log-buffer): Delete.
8781         (byte-compile-log-file): Call compilation-forget-errors.
8783 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8785         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8786         output messages into the search result.
8788 2004-05-19  Masatake YAMATO  <jet@gyve.org>
8790         * wid-edit.el (widget-radio-button-notify): Revert my last
8791         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8793 2004-05-19  Kenichi Handa  <handa@m17n.org>
8795         * international/characters.el: Fix syntax (open/close) of CJK chars.
8797 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8799         * help-mode.el (help-go-back): Don't depend on position of back button.
8801 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8803         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8804         files files don't contain an accidental additional /.
8806         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8807         in source buffer.
8809 2004-05-18  Masatake YAMATO  <jet@gyve.org>
8811         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8812         to widget-apply.  :action method assumes 2 arguments, not 3.
8814 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
8816         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8817         New constants.
8818         (hs-special-modes-alist): Add an f90-mode entry.
8820 2004-05-17  Sam Steingold  <sds@gnu.org>
8822         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8823         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
8825 2004-05-16  Kim F. Storm  <storm@cua.dk>
8827         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8829 2004-05-15  John Wiegley  <johnw@newartisans.com>
8831         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8832         (eshell-output-object-to-target): Improve output speed 20% by not
8833         calling `eshell-stringify' if something is already known to be a string.
8835 2004-05-15  Alex Ott  <ott@jet.msk.su>
8837         * textmodes/ispell.el (ispell-local-dictionary-alist):
8838         Add windows-1251 to the choice of coding systems.
8839         (ispell-dictionary-alist-6): Add support for "russianw.aff",
8840         encoded in cp1251.
8842 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
8844         * progmodes/compile.el (compilation-warning-face)
8845         (compilation-info-face): Use min-colors.
8847 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8849         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8850         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8851         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8852         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8853         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8854         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8855         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8856         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8857         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8858         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8859         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8860         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8861         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8862         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8864 2004-05-15  Kim F. Storm  <storm@cua.dk>
8866         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8867         Use it to set triggered-p element of timer.
8868         (timer-event-handler): Set triggered-p element non-nil while running
8869         the timer function.
8871 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8873         * descr-text.el (describe-char-unicode-data)
8874         (describe-char-unicodedata-file): Re-enable the unicode code now that
8875         the licensing issues have been cleared in the unicode-4 license.
8876         (describe-text-properties-1): Remove unused `overlay' var.
8877         (describe-char): Remove unused var `buffer'.
8879 2004-05-14  David Ponce  <david@dponce.com>
8881         * tree-widget.el: New file.
8883 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
8885         * language/european.el ("Brazilian Portuguese"): Add support for
8886         Brazilian Portuguese.
8888 2004-05-13  John Wiegley  <johnw@newartisans.com>
8890         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8891         `recentf-mode' if this variable has been customized to t.
8893         * eshell/esh-test.el (eshell-test): Call the function
8894         `emacs-version' rather than trying to build a custom version string.
8896 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8898         * net/telnet.el (telnet-mode): Use define-derived-mode.
8899         Don't modify the global value of comint-prompt-regexp.
8901 2004-05-13  John Paul Wallington  <jpw@gnu.org>
8903         * version.el (emacs-version): Check for `gtk' feature before
8904         `x-toolkit' feature.
8906 2004-05-13  Juanma Barranquero  <lektu@terra.es>
8908         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8909         arguments in the docstring, they're used only in recursive calls.
8911         * help-fns.el (help-arg-highlighting-function)
8912         (help-argument-name): Delete.
8913         (help-default-arg-highlight): New function.
8914         (help-do-arg-highlighting): Use it.
8916 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8918         * calendar/appt.el (appt-disp-window):
8919         Use `calendar-set-mode-line' for a centered mode-line.
8921 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8923         * calendar/appt.el (appt-disp-window): Do not split window
8924         excessively when `split-height-threshold' is low.
8926 2004-05-12  Nick Roberts  <nickrob@gnu.org>
8928         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8929         kill-buffer-hook here and make it local.
8930         (gud-kill-buffer-hook): Use kill-process for a sure kill.
8932 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
8934         * progmodes/compile.el (compilation-set-window-height):
8935         Use save-excursion to protect against misplaced marker.
8937 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8939         * custom.el (defface): Document that type can have value gtk.
8941         * faces.el (face-spec-set-match-display): Handle type gtk in display.
8943 2004-05-12  Kenichi Handa  <handa@m17n.org>
8945         * descr-text.el: Require quail at comile time.
8946         (describe-char): If an input method is on and it supports the
8947         character, show how to input it.
8949         * international/quail.el (quail-install-decode-map): Accept a
8950         char-table whose subtype is `quail-decode-map'.
8951         (quail-store-decode-map-key, quail-gen-decode-map1)
8952         (quail-gen-decode-map, quail-find-key1, quail-find-key)
8953         (quail-show-key): New functions.
8955 2004-05-12  Juanma Barranquero  <lektu@terra.es>
8957         * generic.el (define-generic-mode): Remove redundant arglist info.
8959         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
8960         Make arguments match their use in docstring.
8961         (help-arg-highlighting-function): New variable.
8962         (help-argument-name): Mention it in the docstring.
8963         (help-do-arg-highlight): Use it.  Expand regexp to accept also
8964         ARG-xxx and xxx-ARG references.
8966 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8968         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
8969         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
8970         and "mailto:addr1?to=addr2" equal.
8972 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
8974         * man.el (Man-getpage-in-background): Use shell-file-name
8975         and shell-command-switch variables instead of hard-coded values.
8977 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
8979         * iimage.el: New file.
8981 2004-05-11  Juanma Barranquero  <lektu@terra.es>
8983         * custom.el (custom-initialize-default, defcustom):
8984         Fix typo in docstring.
8986         * files.el (set-visited-file-name, file-expand-wildcards):
8987         Fix docstring.
8989 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
8993         * subr.el (eventp): Be more discriminating with integers.
8995 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
8997         * progmodes/compile.el (compile): Add universal prefix arg.
8998         (compilation-error-regexp-alist-alist): Add edg patterns.
9000 2004-05-10  Sam Steingold  <sds@gnu.org>
9002         * textmodes/ispell.el (ispell-message):
9003         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9005 2004-05-10  Dave Love  <fx@gnu.org>
9007         * progmodes/python.el (help-buffer): Autoload when compiling.
9008         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9009         (run-python): Prepend to any existing PYTHONPATH.
9011 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
9013         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9014         for pending breakpoints.
9016 2004-05-10  Richard M. Stallman  <rms@gnu.org>
9018         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
9019         directly without calling any functions in Rmail.
9020         (unrmail-unprune): Function deleted.
9022 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9024         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9025         C-c C-z binding.
9027 2004-05-10  Kenichi Handa  <handa@m17n.org>
9029         * descr-text.el (describe-char): Fix previous change.  Don't make
9030         a unibyte character to multibyte in the *Help* buffer.
9032 2004-05-10  Miles Bader  <miles@gnu.org>
9034         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9035         buffer an error if the debugger process is actually running.
9037 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9039         * help-fns.el (help-argument-name): Default to italic.
9040         (help-highlight-arguments): Return always (usage . doc), even when
9041         usage is nil.
9043         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9044         (define-ibuffer-filter): Add usage info.
9045         (define-ibuffer-op): Add usage info (but CL-style defaults for
9046         keyword args are not shown).
9048         * subr.el (remove-overlays, read-passwd): Fix docstring.
9049         (start-process-shell-command): Fix docstring.  Put usage info in a
9050         format usable by `describe-function'.
9051         (open-network-stream, open-network-stream-nowait)
9052         (open-network-stream-server): Fix docstring.
9054 2004-05-09  Jason Rumney  <jasonr@gnu.org>
9056         * international/code-pages (cp932, cp936, cp949, c950): Remove.
9057         Only define cp125* if windows-125* is already defined.
9059         * language/korean.el (cp949): Add alias.
9061         * language/chinese.el (cp936, cp950): Add aliases.
9063         * language/japanese.el (cp932): Add alias.
9065         * term/w32-win.el: Require code-pages.
9067         * international/mule-cmds.el (set-locale-environment):
9068         On MS-Windows use ansi code-page for default coding-systems.
9069         Set up paper sizes for Windows 3 letter languages.
9071         * international/code-pages.el (cp932, cp936, cp949, cp950):
9072         Add aliases.  Also add cp125* if not already defined.
9074 2004-05-09  Juanma Barranquero  <lektu@terra.es>
9076         * help-fns.el (help-highlight-arguments): Don't try to highlight
9077         missing or autoloaded arglists.  Accept structured arguments, like
9078         the first ones of `do' and `flet'.
9080         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9081         (cvs-get-marked): Remove redundant arglist info.
9083         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9084         Don't use CL-style default args.
9086 2004-05-08  Andreas Schwab  <schwab@suse.de>
9088         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9090         * international/subst-ksc.el: Fix references to utf-translate-cjk
9091         into utf-translate-cjk-mode.
9092         * international/subst-big5.el: Likewise.
9093         * international/subst-gb2312.el: Likewise.
9094         * international/subst-jis.el: Likewise.
9095         * international/utf-16.el: Likewise.
9096         * international/utf-8.el: Likewise.
9098 2004-05-08  John Wiegley  <johnw@newartisans.com>
9100         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9101         "virtual buffers" (off by default), which makes it possible to
9102         switch to the "virtual" buffers of recently visited files.  When a
9103         buffer name search fails, and this option is on, iswitchb will
9104         look at the list of recently visited files, and permit matching
9105         against those names.  When the user hits RET on a match, it will
9106         revisit that file.
9107         (iswitchb-read-buffer): Add two optional arguments, which makes
9108         isearchb.el possible.
9109         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9110         (iswitchb-next-match): Add support for virtual buffers.
9112         * isearchb.el: This module extends iswitchb to provide "as you
9113         type" buffer selection.
9115         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9116         Ignore the read-only property when flyspell highlighting is on.
9117         Not ignoring it leads to a series of confusing errors.
9118         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9119         but also make sure to call flyspell-incorrect-hook.
9120         (flyspell-maybe-correct-transposition): Perform transposition test
9121         by bit twiddling a string, rather than using a temp buffer.
9122         (flyspell-maybe-correct-doubling): Use a string rather than a temp
9123         buffer.  This is also the original version of the code, which
9124         could not be checked in before due to a previous lack of
9125         assignment papers.  This version has seen heavy usage on my system
9126         for several years now.
9128         * calendar/cal-bahai.el: New file, which adds support for the
9129         Baha'i calendar to Emacs.  This calendar is based on a solar year
9130         of 19 months of 19 days, with 4 intercalary days.  Each year
9131         begins on March 21, with the calendar starting in 1844.
9133         * calendar/cal-menu.el, calendar/calendar.el,
9134         calendar/diary-lib.el, calendar/holidays.el: Added support for
9135         using cal-bahai.el.
9137         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9138         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9139         function can be used outside of eshell buffers.
9140         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9142 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9144         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9145         word constituent so FOO-ARG is not recognized as an arg.
9146         (help-highlight-arguments): Don't skip lists in mandatory arguments.
9148         * simple.el (next-error): Fix typo in docstring.
9149         (open-line): Make argument names match their use in docstring.
9150         (split-line): Fix docstring.
9152         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9153         usable by `describe-function'.
9154         (gensym, gentemp, typep, ignore-errors): Make argument names match
9155         their use in docstring.
9157         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9158         argument to `help-setup-xref'.
9160 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
9162         Version 2.0.40 of Tramp released.
9164         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9165         Use symbol-function to invoke functions only known on some Emacs
9166         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
9167         Scaldeferri <kevin@scaldeferri.com>.
9168         (tramp-do-copy-or-rename-file-via-buffer): Rename from
9169         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9170         consistent with the other tramp-do-* functions.
9171         (tramp-do-copy-or-rename-file): Calls adjusted.
9172         (tramp-process-initial-commands): Avoid liveness check on shell --
9173         we know that it must be alive since we're opening a connection at
9174         this moment.
9175         (tramp-last-cmd): New internal variable.
9176         (tramp-process-echoes): New tunable.
9177         (tramp-send-command): Set tramp-last-cmd.
9178         (tramp-wait-for-output): Delete echo, if applicable.
9179         (tramp-read-passwd): Construct the key for the password cache in a
9180         way that works for multi methods, too.
9181         (tramp-bug): Add backup-directory-alist and
9182         bkup-backup-directory-info to bug reports, with Tramp counterparts.
9184 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
9186         * net/tramp*.el: Suppress byte-compiler warnings where possible.
9188         * net/tramp.el (tramp-out-of-band-prompt-regexp)
9189         (tramp-actions-copy-out-of-band): New defcustoms.
9190         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9191         used instead of a synchronous one.  Allows password entering.
9192         (tramp-action-out-of-band): New defun.
9193         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9194         Remove restriction with password from doc string.
9195         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9196         `tramp-out-of-band-prompt-regexp',
9197         `tramp-actions-copy-out-of-band', `password-cache' and
9198         `password-cache-expiry'.
9199         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
9200         password caching.
9201         (tramp-touch): FILE can be a local file, too.
9202         (TODO): Remove items done.
9203         (tramp-handle-insert-directory): Properly quote file name also if
9204         not full-directory-p.  Handle wildcard case.  Reported by Andreas
9205         Schwab <schwab@suse.de>.
9206         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9207         new file.
9208         (tramp-handle-file-local-copy, tramp-handle-write-region):
9209         The permissions of the temporary file are set if filename exists.
9210         Reported by Ted Stern <stern@cray.com>.
9211         (tramp-backup-directory-alist)
9212         (tramp-bkup-backup-directory-info): New defcustoms.
9213         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9214         (tramp-handle-find-backup-file-name): New function.
9215         Implements Tramp's find-backup-file-name.
9217         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9218         for `find-backup-file-name'.
9220         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9221         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
9223 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
9225         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9227 2004-05-07  Juanma Barranquero  <lektu@terra.es>
9229         * subr.el (lambda): Add arglist description to docstring.
9230         (declare): Fix typo in docstring.
9231         (open-network-stream): Fix docstring.
9232         (process-kill-without-query): Fix docstring and add obsolescence info.
9233         (last, butlast, nbutlast): Make arguments match their use in docstring.
9234         (insert-buffer-substring-no-properties): Likewise.
9235         (insert-buffer-substring-as-yank): Likewise.
9236         (split-string): Fix docstring.
9238         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9239         Make argument names match their use in docstring.
9241         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9243 2004-05-06  Nick Roberts  <nickrob@gnu.org>
9245         * progmodes/gdb-ui.el: Improve/extend documentation strings.
9246         Fit first sentence on one line for apropos-command.
9248 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9250         Changes largely merged in from Dave Love's code.
9251         * progmodes/python.el: Doc fixes.
9252         (python-mode-map): Add python-complete-symbol.
9253         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9254         (python-comment-indent, python-complete-symbol)
9255         (python-symbol-completions, python-partial-symbol)
9256         (python-try-complete): New.
9257         (python-indent-line): Remove optional arg.  Use python-block-end-p.
9258         (python-check): Bind compilation-error-regexp-alist.
9259         (inferior-python-mode): Use rx.  Move keybindings to top level.
9260         Set comint-input-filter.
9261         (python-preoutput-filter): Use rx.
9262         (python-input-filter): Re-introduce.
9263         (python-proc): Start new process if necessary.
9264         Check python-buffer non-nil.
9265         (view-return-to-alist): Defvar.
9266         (python-send-receive): New.
9267         (python-eldoc-function): Use it.
9268         (python-mode-running): Don't defvar.
9269         (python-mode): Set comment-indent-function.
9270         Maybe update hippie-expand-try-functions-list.
9271         (python-indentation-levels): Initialize differently.
9272         (python-block-end-p): New.
9273         (python-indent-line): Use it.
9274         (python-compilation-regexp-alist): Augment.
9275         (run-python): Import `emacs' module to Python rather than loading
9276         code directly.  Set python-buffer differently.
9277         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
9278         Use python-proc.
9279         (python-send-command): Go to end of comint buffer.
9280         (python-load-file): Use python-proc, emacs.eimport.
9281         (python-describe-symbol): Simplify interactive form.
9282         Use emacs.help.  Do use temp-buffer-show-hook.
9283         Call print-help-return-message.
9284         (hippie-exp): Require when compiling.
9285         (python-preoutput-continuation): Use rx.
9287         * diff-mode.el (diff-make-unified): Fix regexp.
9289 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
9291         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9292         filter groups from the buffer when rebuilding the Ibuffer buffer
9293         and `ibuffer-show-empty-filter-groups' is nil.
9295 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9297         * ps-print.el (ps-print-quote): Call ps-value-string.
9298         (ps-setup): Call ps-comment-string.
9299         (ps-value-string, ps-comment-string): New funs.
9301 2004-05-06  Juanma Barranquero  <lektu@terra.es>
9303         * ehelp.el (electric-help-command-loop): Check whether the last
9304         character is visible, not (point-max).
9306         * help-fns.el (help-argument-name): Default to bold; don't inherit
9307         from font-lock-variable-name-face.
9308         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9310 2004-05-05  Kenichi Handa  <handa@m17n.org>
9312         * descr-text.el (describe-char): Copy the character with text
9313         properties and overlays into the first line, and call
9314         describe-text-properties on it.
9316 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
9318         * iswitchb.el (iswitchb-global-map): Fix typo.
9319         Remove unwanted ###autoloads from source file.
9321 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
9323         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9324         in run-hooks.  Use substitute-command-keys in message.
9325         (wdired-abort-changes): Add message.
9327 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
9329         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9330         (sql-emacs20-p): Remove.
9331         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9332         (sql-builtin-face, sql-doc-face): Remove.
9333         (sql-mode-ansi-font-lock-keywords)
9334         (sql-mode-oracle-font-lock-keywords)
9335         (sql-mode-postgres-font-lock-keywords)
9336         (sql-mode-linter-font-lock-keywords)
9337         (sql-mode-ms-font-lock-keywords)
9338         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9339         (sql-product-font-lock): Fix font-lock reset when font rules change.
9340         (sql-highlight-product): Remove incorrect font-lock reset logic.
9342 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
9344         * ses.el (ses-set-parameter): Fix typo.
9346 2004-05-04  Kim F. Storm  <storm@cua.dk>
9348         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9349         Must expand directory for completion to work; and don't mess with
9350         process-environment.
9351         (ido-read-file-name): If command has ido property, don't use ido
9352         if value is ignore, or read as directory if value is dir.
9353         Set ido ignore property for dired-do-rename command.
9355 2004-05-04  Juanma Barranquero  <lektu@terra.es>
9357         * ehelp.el (electric-help-command-loop, electric-help-undefined)
9358         (electric-help-help): Check against unmapped commands.
9360         * help-fns.el (help-argument-name): New face, inheriting from
9361         font-lock-variable-name-face, to highlight function arguments in
9362         `describe-function' and `describe-key'.
9363         (help-do-arg-highlight): Auxiliary function to highlight a given
9364         list of arguments in a string.
9365         (help-highlight-arguments): Highlight the function arguments and
9366         all uses of them in the docstring.
9367         (describe-function-1): Use it.  Do docstring output via `insert',
9368         not 'princ', so text attributes are preserved.
9370         * winner.el (winner-mode-map): Move `winner-undo' and
9371         `winner-redo' to C-c <left> and C-c <right>, respectively (the
9372         previous bindings conflict with `prev-buffer', `next-buffer').
9374 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9376         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9377         (bibtex-entry-update): New command bound to C-c C-u.
9378         (bibtex-text-in-string): Fix regexp.
9379         (bibtex-assoc-of-regexp): Remove.
9380         (bibtex-progress-message): Fix docstring.
9381         (bibtex-inside-field): Use if.
9382         (bibtex-assoc-regexp): New function.
9383         (bibtex-format-entry): Make code more robust so that it formats
9384         also old entries.
9385         (bibtex-autokey-demangle-title): Merge with obsolete function
9386         bibtex-assoc-of-regexp.
9387         (bibtex-field-list): New function.
9388         (bibtex-entry): Use bibtex-field-list.
9389         (bibtex-parse-entry): Fix docstring.
9390         (bibtex-print-help-message): Use bibtex-field-list.
9391         (bibtex-make-field): Use bibtex-field-list.
9392         (bibtex-entry-index): Bugfix.  Return crossref key if required.
9393         (bibtex-lessp): Fix docstring.
9395 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
9397         * select.el (xselect-convert-to-string): Move comment to intended line.
9399 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9401         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9402         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9404 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9406         * term/x-win.el (x-clipboard-yank): Don't exit on error from
9407         x-get-selection.
9409 2004-05-03  Jason Rumney  <jasonr@gnu.org>
9411         * makefile.nt: Remove.
9413 2004-05-03  Kim F. Storm  <storm@cua.dk>
9415         * emulation/cua-base.el (cua--update-indications): Fix last change.
9416         (cua-mode): Deactivate mark when cua-mode is enabled.
9418 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
9420         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9422 2004-05-03  Nick Roberts  <nickrob@gnu.org>
9424         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9425         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9426         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9427         window over visible frames.
9428         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9430 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * progmodes/compile.el (compilation-gcpro): New var.
9433         (compilation-fake-loc): Use it.
9434         (compilation-forget-errors): Reset it.
9436 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
9438         * diff-mode.el (diff-header-face, diff-file-header-face):
9439         Use min-colors.
9441 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9443         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9444         (bibtex-clean-entry): Disentangle code.
9445         (bibtex-realign): New function.
9446         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
9447         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9448         Remove undocumented optional arg called-by-convert-alien.
9449         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
9450         for sorting instead of bibtex-sort-buffer.
9452 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
9454         * progmodes/compile.el (compilation-start): In the
9455         no-async-subprocesses branch, call sit-for to give redisplay a
9456         chance to show the updated process status in the mode line, and
9457         fontify the buffer explicitly after the process exits.
9459 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9461         * progmodes/python.el (python-compilation-line-number): Remove.
9462         (python-compilation-regexp-alist): Don't use it any more.
9463         (python-orig-start, python-input-filter): Remove.
9464         (inferior-python-mode): Don't set up comint-input-filter-functions.
9465         (python-send-region): Use compilation-fake-loc.
9467         * progmodes/compile.el (compilation-messages-start): New var.
9468         (compilation-mode): Don't setup next-error-function here.
9469         (compilation-setup): Set it up here instead (for minor modes as well).
9470         Make compilation-messages-start buffer local.
9471         (compilation-next-error-function): Use it.
9472         (compilation-forget-errors): Set compilation-messages-start.
9474 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9476         * ielm.el (ielm-prompt-read-only): Update docstring.
9478         * comint.el (comint-prompt-read-only): Update docstring.
9479         (comint-update-fence, comint-kill-whole-line)
9480         (comint-kill-region): New functions.
9482         * simple.el (kill-whole-line): Use "p" instead of "P" in
9483         interactive form.
9485 2004-05-01  Juanma Barranquero  <lektu@terra.es>
9487         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9488         format arglist so default values in CL-style argument lists are
9489         correctly shown.
9491 2004-05-01  Jason Rumney  <jasonr@gnu.org>
9493         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9495 2004-05-01  Kenichi Handa  <handa@m17n.org>
9497         * international/titdic-cnv.el (miscdic-convert): Don't generate a
9498         quail file if it is up to date.
9500 2004-04-30  Juri Linkov  <juri@jurta.org>
9502         * cus-edit.el (custom-mode-map):
9503         Add key binding `C-x C-s' to `Custom-save'.
9505         * outline.el (outline-blank-line): New var.
9506         (outline-next-preface, outline-show-heading)
9507         (outline-end-of-subtree): Use it.
9509         * dired-aux.el (dired-touch-initial): New fun.
9510         (dired-do-chxxx): Call it for op-symbol `touch'.
9511         (dired-diff): Use `dired-dwim-target-directory'
9512         if current dired buffer has no buffer mark.
9514         * bindings.el (propertized-buffer-identification):
9515         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9516         Add C-M-arrow keys for consistency.
9518         * files.el (confirm-kill-emacs):
9519         Change group from top-level `emacs' to `convenience'.
9521         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9522         Push mark on the first call of successive command calls.
9523         (insert-pair): New fun created from `insert-parentheses' with
9524         `open' and `close' arguments added.  Enclose active regions
9525         in paired characters.  Compare adjacent characters syntax with
9526         inserted characters syntax before inserting a space.
9527         (insert-parentheses): Call `insert-pair' with ?\( ?\).
9529         * delsel.el: Don't put `delete-selection' property
9530         on `insert-parentheses' symbol to take advantage of
9531         region handling in `insert-pair' function.
9532         Suggested by Stephan Stahl <stahl@eos.franken.de>.
9534 2004-04-30  Kim F. Storm  <storm@cua.dk>
9536         * emulation/cua-base.el: Add support for changing cursor types;
9537         based on patch from Michael Mauger.
9538         (cua-normal-cursor-color, cua-read-only-cursor-color)
9539         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9540         Customization cursor type and/or cursor color.
9541         (cua--update-indications): Handle cursor type changes.
9542         (cua-mode): Update cursor indications if enabled.
9544         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9546         * mouse.el (mouse-drag-copy-region): New defcustom.
9547         (mouse-set-region, mouse-drag-region-1): Use it.
9549         * simple.el (kill-ring-save): If region face background color is
9550         unspecified (if no highlighting), show extent of fully visible
9551         region even if transient-mark-mode is enabled.
9553         * emulation/cua-base.el (cua--standard-movement-commands):
9554         Add cua-scroll-up and cua-scroll-down.
9555         (cua-scroll-up, cua-scroll-down): New commands.
9556         (cua--init-keymaps): Remap scroll-up and scroll-down.
9558         * emulation/cua-rect.el (cua--convert-rectangle-as):
9559         New defmacro.
9560         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9561         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9562         New commands (suggested by Jordan Breeding).
9564 2004-04-30  Juanma Barranquero  <lektu@terra.es>
9566         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9568 2004-04-30  Mario Lang  <mlang@delysid.org>
9570         * diff.el (diff-switches): Fix typo in docstring.
9572 2004-04-30  Alex Schroeder  <alex@gnu.org>
9574         * xml.el (xml-debug-print-internal): Don't add newline and
9575         indentation to text nodes and write empty elements as empty tags
9576         instead of opening and closing tags.
9577         (xml-debug-print): Take optional indent-string argument.
9578         (xml-print): Alias for xml-debug-print.
9580 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9582         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9583         than duplicate call to `line-beginning-position'.
9585         * progmodes/f90.el (f90-get-present-comment-type):
9586         Return whitespace, as well as comment chars, for consistent filling
9587         of comment blocks.  Use `match-string-no-properties'.
9588         (f90-break-line): Trim trailing whitespace when filling comments.
9590 2004-04-30  Dave Love  <fx@gnu.org>
9592         * calendar/diary-lib.el (diary-outlook-formats): New variable.
9593         (diary-from-outlook-internal, diary-from-outlook)
9594         (diary-from-outlook-gnus, diary-from-outlook-rmail):
9595         New functions to import diary entries from Outlook-format
9596         appointments in mail messages.
9598 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9600         * progmodes/python.el (python-send-command): New fun.
9601         (python-send-region, python-load-file): Use it.
9603         * progmodes/compile.el (compilation-last-buffer): Add var alias.
9605         * help-fns.el (help-C-file-name): Use new subr-name.
9606         Prepend `src/' to the file name.
9607         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9608         (describe-function-1, describe-variable): Only find a C source file
9609         name if DOC is already loaded.
9611         * help-mode.el (help-function-def, help-variable-def):
9612         Use the new find-function-search-for-symbol functionality.
9613         Allow FILE to be `C-source'.
9615         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9616         (find-function-C-source): New fun.
9617         (find-function-search-for-symbol): Use it.
9619 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
9621         * progmodes/sql.el (sql-product-alist): Rename variable
9622         `sql-product-support'.  Add Postgres login parameters.
9623         (sql-set-product, sql-product-feature): Update with renamed variable.
9624         (sql-connect-postgres): Add username prompt.
9625         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9626         Make patterns less product specific.
9627         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9628         (sql-mode-abbrev-table): Modify initialization.
9629         (sql-builtin-face): Add variable.
9630         (sql-keywords-re): Add macro.
9631         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9632         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9633         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9634         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9635         (sql-mode-linter-font-lock-keywords)
9636         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9637         (sql-mode-sybase-font-lock-keywords)
9638         (sql-mode-informix-font-lock-keywords)
9639         (sql-mode-interbase-font-lock-keywords)
9640         (sql-mode-ingres-font-lock-keywords)
9641         (sql-mode-solid-font-lock-keywords)
9642         (sql-mode-sqlite-font-lock-keywords)
9643         (sql-mode-db2-font-lock-keywords): Default to nil.
9644         (sql-product-font-lock): Always highlight ANSI keywords.
9645         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9646         (sql-send-string): Add function.
9648 2004-04-29  Dave Love  <fx@gnu.org>
9650         * progmodes/cfengine.el (cfengine-beginning-of-defun)
9651         (cfengine-end-of-defun): Ensure progress through buffer.
9653         * info-look.el (cfengine-mode): Accept a terminal ().
9655 2004-04-29  Juri Linkov  <juri@jurta.org>
9657         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9658         instead of isearch-yank-word-or-char.  Add new key bindings for
9659         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9660         (isearch-del-char): New fun.
9661         (isearch-forward, isearch-edit-string): Update docstring.
9662         (isearch-yank-char): Doc fix.
9663         (isearch-other-meta-char): Restore point after scrolling.
9665         * progmodes/compile.el (compilation-context-lines): Add nil option
9666         to disable compilation output window scrolling.
9667         (compilation-set-window): Use it.
9669         * outline.el (outline-next-preface, outline-show-heading):
9670         Don't leave unhidden blank line before heading.
9671         (outline-end-of-subtree): Include last newline into subtree.
9672         (hide-entry): Leave point at beginning of heading instead of end.
9673         (outline-up-heading): Push mark for the first call of successive
9674         command calls.
9676 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
9678         * comint.el (comint-prompt-read-only): New variable.
9679         (comint-output-filter): Implement it.
9681         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9682         (ielm-prompt-internal): New variable.
9683         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9684         (ielm-send-input): Delete unused variable `buf'.
9685         (ielm-eval-input): Use `ielm-prompt-internal'.
9686         (inferior-emacs-lisp-mode): Use new variables
9687         `comint-prompt-read-only' and `ielm-prompt-internal'.
9688         Get rid of obsolete variable `directory-sep-char'.
9689         (ielm): Use `zerop'.
9691 2004-04-29  John Paul Wallington  <jpw@gnu.org>
9693         * thumbs.el (toplevel): Require cl at compile time.
9694         Remove conditional definitions of `ignore-errors' and `caddar'
9695         because they occur at run time.
9697 2004-04-28  Nick Roberts  <nickrob@gnu.org>
9699         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9700         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9701         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9702         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9704         * progmodes/gud.el (gud-common-init): Throw an error if program is
9705         already running under gdb.
9707 2004-04-28  John Paul Wallington  <jpw@gnu.org>
9709         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9710         (thumbs-show-image-num): Move assignment of
9711         `thumbs-current-image-filename' within scope of `i'.
9712         (thumbs-emboss-image): Don't use `evenp'.
9714 2004-04-28  Richard M. Stallman  <rms@gnu.org>
9716         * progmodes/compile.el (compilation-context-lines): Default now 0.
9718 2004-04-28  Juanma Barranquero  <lektu@terra.es>
9720         Use `time-less-p' from calendar/time-date.el instead of defining
9721         custom versions of it.
9723         * pcomplete.el (pcomplete-time-less-p): Remove.
9725         * thumbs.el (time-less-p): Remove.
9727         * calendar/timeclock.el (timeclock-time-less-p): Remove.
9728         (timeclock-generate-report): Use `time-less-p'.
9730         * emacs-lisp/autoload.el (autoload-before-p): Remove.
9731         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9733 2004-04-28  Masatake YAMATO  <jet@gyve.org>
9735         * subr.el (remove-overlays): Make arguments optional.
9737         * wid-edit.el (widget-specify-button): Put evaporate to the
9738         overlay for sample.
9739         (widget-specify-sample): Put evaporate to the overlay for sample.
9740         (widget-specify-doc): Put evaporate to the overlay for documentation.
9742 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
9744         * info.el (info-apropos): Make it an index node.  Align node names
9745         like makeinfo.
9747 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
9749         * net/browse-url.el (browse-url-netscape-sentinel)
9750         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9751         (browse-url-epiphany-sentinel, browse-url-mosaic):
9752         Use browse-url-*-program instead of a literal program name.
9754 2004-04-27  Kevin Ryde  <user42@zip.com.au>
9756         * eshell/em-alias.el:
9757         * eshell/em-dirs.el:
9758         * eshell/em-hist.el:
9759         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9760         features when M-x customize-group loads modules before the main
9761         eshell.el.
9763 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
9765         * subr.el (momentary-string-display): Support EXIT-CHAR that is
9766         either a character representation of an event or an event
9767         description list.
9769         * type-break.el: Capitalise Emacs and Lisp.
9770         (type-break-good-break-interval, type-break-demo-boring-stats)
9771         (type-break-terse-messages, type-break-file-name): New defcustoms.
9772         (type-break-post-command-hook)
9773         (type-break-warning-countdown-string): Quote variable names in doc.
9774         (type-break-interval-start, type-break-auto-save-file-name): New vars.
9775         (type-break-mode): Document type-break-good-break-interval and the
9776         "session" file.  Schedule break according to the session file.
9777         Kill session file buffer on exit.  Organise for save-some-buffers
9778         to always save the session file.
9779         (type-break-mode-line-message-mode, type-break-query-mode):
9780         Uppercase arguments.
9781         (type-break-file-time, type-break-file-keystroke-count, timep)
9782         (type-break-choose-file, type-break-get-previous-time)
9783         (type-break-get-previous-count): New defuns.
9784         (type-break): Avoid break querying after a completed break in the
9785         case where the query was initiated during user invocation of the
9786         break.  Optional terse messages.
9787         Use type-break-good-break-interval if type-break-good-rest-interval is
9788         nil.  File the break time.
9789         (type-break-schedule): New optional args for overriding the use of
9790         the current time.
9791         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9792         after a break.
9793         (type-break-check): File the keystroke count.
9794         (type-break-do-query): Prevent a second query when the break is
9795         interrupted.  Optional terse message.
9796         (type-break-keystroke-reset): Record the start of a typing interval.
9797         (type-break-demo-boring): Optional terse messages.  Display word
9798         per minute and keystroke counts according to
9799         type-break-demo-boring-stats.
9801 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
9803         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9804         directories, make sure they exist under archive-tmpdir.
9806 2004-04-27  Juri Linkov  <juri@jurta.org>
9808         * help.el (view-emacs-news): With argument, display info for the
9809         selected version by finding it among different NEWS files, and
9810         narrowing the buffer to the selected version.
9812         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9813         same-window-buffer-names.
9814         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
9815         non-numeric prefix argument, append the number to the buffer name
9816         for numeric prefix argument.
9817         (info-other-window): Bind same-window-regexps to nil.
9818         (Info-reference-name): Rename to Info-point-loc.
9819         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9820         and Info-find-index-name for stringy Info-point-loc.
9821         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
9822         without middle `.', but with final `.' and optional line number
9823         for it.  Set Info-point-loc for index nodes.
9824         (Info-index): Remove middle `.' from index entry regexp.
9825         Modify line number regexp.
9826         (Info-index-next): Decrement line number.
9827         (info-apropos): Remove middle `.' from index entry regexp.
9828         Add optional line number regexp at the end.  Add matched value
9829         for line number to the result list and insert it to the buffer.
9830         Replace match-string by match-string-no-properties.
9831         Reorder result list.
9832         (Info-fontify-node): Hide index line numbers.
9833         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9834         empty matches.
9835         (Info-follow-reference): Use `str' instead of
9836         Info-following-node-name-re.
9837         (Info-toc): Use full file names.  Set Info-current-node to "Top".
9838         (Info-fontify-node): Compare file names without directory name.
9839         (Info-try-follow-nearest-node): Don't set Info-reference-name.
9840         Set second arg of Info-extract-menu-node-name for index nodes.
9841         (info-xref-visited): Use magenta3 instead of magenta4.
9842         (Info-mode): Add info-apropos to docstring.
9844         * log-view.el (log-view-diff): Replace interactive code "r"
9845         by a list to allow to call it even if region is not active.
9847         * paren.el (show-paren-highlight-openparen): New var.
9848         (show-paren-function): Turn on openparen highlighting when
9849         matching forward if show-paren-highlight-openparen is non-nil.
9851         * simple.el (kill-ring-save): Use blink-matching-delay instead of
9852         the constant value 1.
9853         (completions-common-part): Expand docstring.
9855         * textmodes/picture.el (picture-mode-map): Add arrow keys.
9857 2004-04-27  Kim F. Storm  <storm@cua.dk>
9859         * image.el (insert-sliced-image): Use line-height instead of
9860         line-spacing property on newline.
9862 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
9864         * desktop.el (desktop-buffer-misc-data-function): Rename to
9865         desktop-save-buffer and change docstring.
9866         (desktop-buffer-modes-to-save): Delete.
9867         (desktop-save-buffer-p): Use desktop-save-buffer instead of
9868         desktop-buffer-modes-to-save.
9869         (desktop-save): Rename desktop-buffer-misc-data-function to
9870         desktop-save-buffer and allow non-function value.
9871         (desktop-missing-file-warning): Correct docstring.
9873         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9874         to desktop-save-buffer.
9876         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9877         desktop-save-buffer.
9879         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9881         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9883 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
9885         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9887 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
9889         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9890         (ielm): Only go to the end of the buffer when starting a new process.
9892 2004-04-25  Juanma Barranquero  <lektu@terra.es>
9894         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9895         mode line.  Bind `inhibit-read-only' to t before modifying
9896         properties of text in the buffer.
9897         (ielm): Force point to the end of buffer, even when running ielm
9898         from inside itself.
9900 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9902         * info.el (info-apropos): Reset Info-complete-cache.
9904 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
9906         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9907         Also recognize severe Irix et al. messages.
9908         (compilation-normalize-filename, compile-abbreviate-directory):
9909         Delete functions.
9910         (compilation-get-file-structure): New function inherits
9911         functionality of the two preceding ones.
9912         (compilation-internal-error-properties, compilation-fake-loc):
9913         Use it so that different paths to the same file share the same
9914         markers.  Also optimize finding adjacent marker slightly.
9916 2004-04-25  Kim F. Storm  <storm@cua.dk>
9918         * image.el (insert-sliced-image): Add line-spacing t property
9919         to newlines separating image lines.
9921 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
9923         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9925         * ielm.el (ielm-prompt-read-only): New user option.
9926         (ielm-prompt): Expand docstring to describe new behavior.
9927         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9928         mention it in the docstring.
9930 2004-04-24  Andreas Schwab  <schwab@suse.de>
9932         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9934         * diff.el (diff): Set default-directory in diff buffer.
9936 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
9938         * mail/sendmail.el (mail-bury): Don't delete the frame where the
9939         mail was being composed if the terminal cannot display more than
9940         one frame; instead, switch to previous frame.
9942         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9943         (rmail-start-mail): Support rmail-mail-new-frame even on
9944         terminals that can display only one frame at a time.
9946 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9948         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9949         (checkdoc-output-font-lock-keywords): Remove error regexp.
9950         (checkdoc-output-mode-map): Remove.
9951         (checkdoc-output-mode): Derive from compilation-mode.
9952         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9954         * dired.el (dired-mode-map): Add a menu entry for wdired.
9956         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
9957         (rx-bracket, rx-check-any, rx-any): Clean up name space.
9959         * wdired.el: (wdired-mode-map): Move init into declaration.
9960         Fix `return' binding.
9961         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9962         Use force-mode-line-update.
9963         (wdired-get-filename): Use `unless'.
9964         (wdired-preprocess-files): Don't assume names have no \n and use / for
9965         dir separator.
9966         (wdired-normalize-filename): Use replace-regexp-in-string.
9967         (wdired-load-hooks): Remove.
9968         (wdired-mode-hooks): Rename to wdired-mode-hook.
9970         * info-look.el: Add support for cfengine-mode.
9971         (info-lookup-setup-mode): Use dolist.
9973 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
9975         * wdired.el: New file.
9977 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9979         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
9981         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
9982         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
9983         (pcomplete--help, pcomplete--here): Doc fixes.
9985 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
9987         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
9988         handles wrong-number-of-arguments in backend call.
9990         * vc.el (vc-print-log): Likewise.
9992 2004-04-20  Dave Love  <fx@gnu.org>
9994         * emacs-lisp/rx.el: Doc fixes.
9995         (rx-constituents): Add/extend many forms.
9996         (rx-check): Check form is a list.
9997         (bracket): Defvar.
9998         (rx-check-any, rx-any, rx-check-not): Modify.
9999         (rx-not): Simplify.
10000         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10001         (rx-kleene): Use rx-trans-forms.
10002         (rx-quote-for-set): Delete.
10003         (rx): Allow multiple args.
10005 2004-04-23  Kenichi Handa  <handa@m17n.org>
10007         * international/mule-util.el (char-displayable-p): Simplify by
10008         using internal-char-font.
10010 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10012         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10014 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10016         * diff-mode.el (diff-next-error): New fun.
10017         (diff-mode): Use it.
10019         * simple.el (next-error): Change arg name.
10020         Add support for the documented C-u C-x ` usage.
10022         * frame.el (special-display-popup-frame, next-multiframe-window)
10023         (previous-multiframe-window): Only consider frames on same display.
10025 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
10027         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10028         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10030 2004-04-22  Kim F. Storm  <storm@cua.dk>
10032         * net/telnet.el (telnet): Add optional port arg.
10034 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10036         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10037         Minor sanity check on the `hyperlink' slot.
10039         * Makefile.in (recompile): Compile new files.
10041         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10042         Add byte-recompile-directory's optional `arg'.
10044         * cvs-status.el (cvs-tree-use-charset): New var.
10045         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10046         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10047         (cvs-status-cvstrees): Use it.
10049         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10050         Make it a normal major mode.
10051         (checkdoc-buffer-label): Make sure the file name is meaningful.
10052         (checkdoc-output-to-error-buffer): Remove.
10053         (checkdoc-error, checkdoc-start-section): Rewrite.
10055         * info.el (info-node, info-menu-5, info-xref, info-header-node)
10056         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10057         (Info-title-4-face): Use new syntax.
10058         (info-xref-visited): Inherit from info-xref.
10060         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10062 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10064         * simple.el (next-error-last-buffer, next-error-function):
10065         New variables for the next-error framework.
10066         (next-error-buffer-p): New function.
10067         (next-error-find-buffer): Generalize compilation-find-buffer.
10068         (next-error, previous-error, first-error, next-error-no-select)
10069         (previous-error-no-select): Move from compile.el.
10071         * replace.el (occur-next-error, occur-1): Hook into the next-error
10072         framework.
10074         * progmodes/compile.el (compilation-start):
10075         Set next-error-last-buffer so next-error knows where to jump.
10076         (compilation-setup): Set the buffer-local variable
10077         next-error-function to 'compilation-next-error-function.
10078         (compilation-buffer-p, compilation-buffer-internal-p): Use an
10079         alternate way to find if a buffer is a compilation buffer, for
10080         next-error convenience.
10081         (next-error-no-select, previous-error-no-select, next-error)
10082         (previous-error, first-error): Move to simple.el.
10083         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10084         (compilation-last-buffer): Remove.
10085         (compilation-start, compilation-next-error, compilation-setup)
10086         (compilation-next-error-function, compilation-find-buffer):
10087         Remove compilation-last-buffer use.
10089 2004-04-21  Juanma Barranquero  <lektu@terra.es>
10091         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10092         (font-lock-warning-face): Fix spacing.
10094         * makefile.w32-in (WINS): Add url/ directory.
10096 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
10098         * desktop.el (desktop-buffer-mode-handlers): New variable.
10099         Alist of major mode specific functions to restore a desktop buffer.
10100         (desktop-buffer-handlers): Make variable obsolete.
10101         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10102         Catch errors signaled in handlers.  Update buffer count.
10103         Evaluate desktop-buffer-point.
10104         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10105         move to dired.el.
10106         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10107         move to info.el.
10108         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10109         move to mail/rmail.el.
10110         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10111         to mh-e/mh-e.el.
10112         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10113         On fail, print message (to message buffer) even if
10114         desktop-missing-file-warning is nil.
10115         (desktop-buffer-misc-data-function): New buffer local variable.
10116         Function returning major mode specific data.
10117         (desktop-buffer-misc-functions): Make variable obsolete.
10118         (desktop-save): Use desktop-buffer-misc-data-function.
10119         (desktop-buffer-dired-misc-data): Rename to
10120         dired-desktop-buffer-misc-data and move to dired.el.
10121         (desktop-buffer-info-misc-data): Rename to
10122         Info-desktop-buffer-misc-data and move to info.el.
10123         (desktop-read): Add message about number of buffers restored/failed.
10125         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10126         Add parameters.  Pause to display error only when
10127         desktop-missing-file-warning is non-nil.
10128         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10129         (dired-mode): Bind desktop-buffer-misc-data-function.
10131         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10132         Add Parameters.
10133         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10134         (Info-mode): Bind desktop-buffer-misc-data-function.
10136         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10137         Add Parameters.
10139         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10140         Add Parameters.
10142 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
10144         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10145         the case of letters in case-insensitive expansions when the
10146         abbrev is preceded by characters with letter syntax.
10148 2004-04-21  Richard M. Stallman  <rms@gnu.org>
10150         * progmodes/cperl-mode.el (cperl-putback-char):
10151         Delete Emacs 18 definition.
10153         * international/mule.el (ctext-post-read-conversion):
10154         Use assoc-string, not assoc-ignore-case.
10156         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10158         * emacs-lisp/easymenu.el (easy-menu-add):
10159         Do call x-popup-menu, but only if it's defined.
10161         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10163         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10164         Handle multiple args: compile like progn.
10166         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10167         take all args as &rest arg.
10169         * autoinsert.el (auto-insert-alist): Insert the user's name in
10170         copyright notice, rather than Free Software Foundation.
10172 2004-04-21  Kenichi Handa  <handa@m17n.org>
10174         * descr-text.el (describe-char): Make it work on *Help* buffer.
10176 2004-04-21  Kim F. Storm  <storm@cua.dk>
10178         * image.el (insert-image): Add optional SLICE arg.
10179         (insert-sliced-image): New defun.
10181 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10183         * subr.el (read-number): Check whether `default' is nil.
10185 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10187         * progmodes/compile.el (compilation-error-properties):
10188         Split into two.
10189         (compilation-internal-error-properties): New one.
10190         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
10192 2004-04-20  Richard M. Stallman  <rms@gnu.org>
10194         * window.el (split-window-save-restore-data):
10195         Don't update the data if OLD-INFO is nil.
10197         * view.el (view-return-to-alist): Mark it permanent local.
10199         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10201         * recentf.el (recentf-save-list): Catch and warn about errors.
10203         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10204         so "Buffers" won't be pure.
10206         * help-mode.el (help-mode-finish): Set help-return-alist first
10207         thing, setting only the entry for the selected window.
10209         * help-fns.el (describe-function-1): If many non-control non-meta
10210         keys run the command, don't list all of them.
10212 2004-04-20  Juanma Barranquero  <lektu@terra.es>
10214         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10215         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
10217         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10219 2004-04-20  Kenichi Handa  <handa@m17n.org>
10221         * international/quail.el (quail-lookup-key): New optional arg
10222         NOT-RESET-INDICES.
10223         (quail-get-translations): Call quail-lookup-key with
10224         NOT-RESET-INDICES t.
10225         (quail-completion): Likewise.
10226         (quail-lookup-map-and-concat): Likewise.
10228 2004-04-20  Kenichi Handa  <handa@m17n.org>
10230         * international/quail.el (quail-update-translation): Don't insert
10231         such an unsupported multibyte char in a unibyte buffer.
10233 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
10235         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10236         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10237         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10238         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10239         (gdb-frame-assembler-buffer): Improve behaviour with
10240         multiple frames.
10241         (gdb-display-buffer): Extend search to all visible frames.
10243 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
10245         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10246         characters left after base64 decoding.
10247         (rmail-decode-region): Use -dos variety of `coding', to remove any
10248         ^M characters left after qp or base64 decoding.
10250 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10252         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10253         messages.
10255 2004-04-19  Stephen Eglen  <stephen@gnu.org>
10257         * add-log.el (add-change-log-entry): Update doc string to mention
10258         add-log-full-name and add-log-mailing-address.
10260 2004-04-18  Juri Linkov  <juri@jurta.org>
10262         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10263         (Info-find-node-2): Simplify error message.
10264         (Info-insert-dir): Use Info-following-node-name.
10265         (Info-goto-node): Remove *info-history* and *info-toc*.
10266         (Info-history): Create a node of the virtual history file.
10267         (Info-toc): Create a node of the virtual toc file.
10268         (Info-insert-toc): New arg `curr-file' for reference file names.
10269         (info-apropos): Remove redundant var binding for temp-file.
10270         (Info-index, Info-index-next, Info-mode): Doc fix.
10271         (Info-goto-emacs-command-node): Don't jump to *info* from
10272         non-*info* Info buffers.
10273         (Info-fontify-node): Don't show the file name of external
10274         references if `Info-hide-note-references' is `hide'.  Don't hide
10275         newlines at the end of paragraphs.
10277         * international/mule-diag.el (list-input-methods):
10278         Fix args to help-xref-button.
10280         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10281         to put into effect local variables from TUTORIAL files.
10283         * textmodes/paragraphs.el (sentence-end) <function>: New fun
10284         with default value taken from the variable `sentence-end'.
10285         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
10286         Add nil const to :type.
10287         (sentence-end-without-period, sentence-end-double-space)
10288         (sentence-end-without-space): Doc fix.
10290         * textmodes/paragraphs.el (forward-sentence):
10291         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10292         (fill-delete-newlines):
10293         * progmodes/cc-cmds.el (c-beginning-of-statement):
10294         Use function `sentence-end' instead of variable `sentence-end'.
10296 2004-04-18  Andreas Schwab  <schwab@suse.de>
10298         * progmodes/compile.el (compilation-start): Set window start to
10299         point-min if compilation-scroll-output is nil.
10301 2004-04-18  John Wiegley  <johnw@newartisans.com>
10303         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10305 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
10307         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10308         (gdb-info-breakpoints-custom): Revert previous change.
10309         (gdb-view-assembler): Update assembler if necessary.
10310         (gdb-frame-handler): Parse correctly for gdb-current-frame.
10311         (gdb-display-source-buffer): Update properly when both source and
10312         assembler are visible.
10314 2004-04-17  John Wiegley  <johnw@newartisans.com>
10316         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10317         which limits the number of names shown in the minibuffer.  Off by
10318         default.
10319         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
10320         up iswitchb for users with a multitude of open buffers by showing
10321         only the first and last N/2 buffers in the completion list (which
10322         is enough to aid C-s/C-r, and to know that more characters are
10323         needed to refine the completion list).
10325 2004-04-17  Richard M. Stallman  <rms@gnu.org>
10327         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10328         (file-truename): Expand all ~ constructs directly.
10329         (insert-directory): Delete any error msg output by the
10330         `insert-directory-program'.
10332         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10333         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10334         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10335         (allout-init): Use find-file-hook, not find-file-hooks.
10336         (allout-mode): Eliminate Emacs 18 support.
10337         Use write-contents-functions, not local-write-file-hooks.
10339 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
10341         * progmodes/compile.el (compilation-error-properties): Fix for
10342         adding messages when there are already markers for their file.
10343         (compilation-fake-loc): New function.
10345 2004-04-16  Dave Love  <fx@gnu.org>
10347         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10348         (python-load-file): Fix python-orig-start setting.
10350         * progmodes/compile.el: Doc fixes.
10351         (compilation-error-regexp-alist-alist)
10352         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10353         (compilation-assq): Wrap in eval-when-compile.
10354         (compilation-mode-font-lock-keywords): Don't use list*.
10355         (compilation-start): Avoid warning.
10356         (compilation-compat-error-properties)
10357         (compilation-directory-properties): Add keymap property.
10358         (compilation-parsing-end): Make it a marker for better compatibility.
10360         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10362 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
10364         * xml.el: Doc fixes.
10365         (xml-get-children): Only looks at sub-tags and ignore strings.
10367         * xml.el (xml-parse-tag): Avoid overwriting node-name.
10369 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10371         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10373 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
10375         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10377         * vc.el (vc-print-log): Likewise.
10379 2004-04-16  Masatake YAMATO  <jet@gyve.org>
10381         * simple.el (completion-setup-function): Set an initial value
10382         to `element-common-end' before entering loop.  Set a value
10383         to `element-common-end' at the end of loop.
10384         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10385         (completions-common-part): Rename from completion-de-emphasis.
10386         (completions-first-difference): Rename from completion-emphasis.
10387         Suggested by RMS.
10389 2004-04-16  Juanma Barranquero  <lektu@terra.es>
10391         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10392         (bookmark-edit-annotation-mode): Add mode name.
10394 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10396         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10397         for nested conflict markers.
10398         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10400 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
10402         * progmodes/gdb-ui.el (gdb-goto-info): New function.
10404         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10406 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10408         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10409         Give a backtrace if requested.
10411         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10413         * progmodes/python.el (python-mouse-2-command, python-RET-command):
10414         Remove unused functions.
10415         (python-orig-start-line, python-orig-file): Remove.
10416         (python-orig-start): New var.
10417         (python-input-filter, python-compilation-line-number)
10418         (python-send-region, python-load-file): Use it.
10420         * info.el (info): Always jump to *info*.
10422         * subr.el (posn-set-point): New function.
10424         * mouse.el (mouse-set-point): Use it.
10426         * progmodes/compile.el (compile-goto-error): Use it.
10427         (compilation-button-map): New keymap.
10428         (compilation-error-properties): Use it.
10429         (compilation-shell-minor-mode-map): Don't bind mouse-2.
10431         * smerge-mode.el (smerge-popup-context-menu): Use it.
10433         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10434         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10435         mouse and non-mouse case.
10437         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10438         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10440         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10441         Make it work for non-mouse events.
10443         * pcvs-info.el (cvs-status-map): Update binding name.
10445 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
10447         * xml.el (xml-maybe-do-ns): New function to handle namespace
10448         parsing of both attribute and element names.
10449         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10450         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10451         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
10452         (xml-parse-attlist): Make it do its own namespace parsing.
10454 2004-04-14  Dave Love  <fx@gnu.org>
10456         * progmodes/python.el (run-python): Fix use of \n.
10457         (python-load-file): Remove `try' from Python fragment.
10458         (python-describe-symbol): Fix message.
10460         * comint.el: Doc fixes.
10461         (comint-last-input-start, comint-last-input-end)
10462         (comint-last-output-start): Give them values.
10463         (comint-arguments): Avoid warning.
10464         (comint-skip-prompt): Use line-end-position.
10465         (comint-backward-matching-input): Rename arg to agree with doc.
10466         (comint-extract-string): Use syntax-ppss.
10467         (comint-dynamic-simple-complete): Delete useless list construction.
10468         (comint-redirect-subvert-readonly): New.
10469         (comint-redirect-preoutput-filter): Use it.
10471         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10472         Correctly handle negative arguments when calling hook functions.
10474 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
10476         * info.el (info-apropos): Don't clobber Info-history-list.
10478 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
10480         * progmodes/compile.el (compilation-setup):
10481         Localize overlay-arrow-position.
10482         (compilation-sentinel): Restructure code equivalently.
10483         (compilation-next-error): Find message on same line after point if
10484         not found before point.
10485         (compile-mouse-goto-error): Restore function so that compilation
10486         buffer need not be current and use compile-goto-error.
10487         (compile-goto-error): Restore function.
10488         (next-error): Set overlay-arrow-position.
10489         (compilation-forget-errors): Don't localize already local
10490         compilation-locs and remove FIXME about refontifying.
10492 2004-04-14  Kim F. Storm  <storm@cua.dk>
10494         * startup.el (emacs-quick-startup): New defvar (set by -Q).
10495         (command-line): New option -Q.  Like -q --no-site-file, but
10496         in addition it also disables menu-bar, tool-bar, scroll-bars,
10497         tool-tips, and the blinking cursor.
10498         (command-line-1): Skip startup screen if -Q.
10499         (fancy-splash-head): Use ":align-to center" prop to center splash image.
10501         * emulation/cua-base.el (cua-read-only-cursor-color)
10502         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10504 2004-04-13  Dave Love  <fx@gnu.org>
10506         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
10507         (syntax): Don't require.
10508         (python) <defgroup>: Add :version.
10509         (python-quote-syntax): Re-written.
10510         (inferior-python-mode): Move stuff here from run-python and add
10511         some more.
10512         (python-preoutput-continuation, python-preoutput-result)
10513         (python-dotty-syntax-table): New.
10514         (python-describe-symbol): Use them.
10515         (run-python): Move stuff to inferior-python-mode.  Modify code
10516         loaded into Python.
10517         (python-send-region): Use python-proc, python-send-string.
10518         (python-send-string): Send newlines too.  Callers changed.
10519         (python-load-file): Re-written.
10520         (python-eldoc-function): New.
10521         (info-look): Don't require.
10522         (python-after-info-look): New.  A modified version of former
10523         top-level code for use with eval-after-load.
10524         (python-maybe-jython, python-guess-indent): Use widened buffer.
10525         (python-fill-paragraph): Re-written.
10526         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
10527         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
10529 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10531         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10532         Set compilation-error-regexp-alist earlier.
10534         * progmodes/compile.el (compilation-minor-mode-map)
10535         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10536         (compile-goto-error): Re-merge the mouse and non-mouse commands.
10538 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10540         * progmodes/compile.el (compile-goto-error): Select the buffer/window
10541         corresponding to the event.
10543 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
10545         * loadup.el: Add cygwin to system-type list, for unexec() support.
10547 2004-04-12  John Paul Wallington  <jpw@gnu.org>
10549         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10550         (ibuffer-restore-window-config-on-quit): New variable to replace
10551         `ibuffer-delete-window-on-quit'.  Update all references.
10552         (ibuffer-prev-window-config): New variable.
10553         (ibuffer-quit): Restore previous window configuration instead of
10554         deleting window.
10555         (ibuffer): Save window configuration before showing Ibuffer buffer.
10557         * help.el (describe-mode): Doc fix.
10559 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10561         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10562         not to treat nil as a function.
10564         * vc-arch.el (vc-arch-root): Be a bit more careful.
10565         (vc-arch-register): Save the buffer if we modified it.
10566         (vc-arch-delete-rej-if-obsolete): Save excursion.
10567         (vc-arch-find-file-hook): Use the simpler after-save-hook.
10568         (vc-arch-responsible-p, vc-arch-init-version): New functions.
10570         * net/ldap.el (ldap-search): Use list*.
10572 2004-04-12  Juri Linkov  <juri@jurta.org>
10574         * info.el (Info-follow-reference): Allow multiline reference name.
10576 2004-04-11  Dave Love  <fx@gnu.org>
10578         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10580         * progmodes/python.el: New file.
10582 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
10584         * vc-hooks.el (vc-arg-list): Function removed.
10585         (vc-default-workfile-unchanged-p): Use condition-case to check for
10586         backward compatibility.
10588         * vc.el (vc-print-log): Use condition-case to check for backward
10589         compatibility.
10591 2004-04-11  Juri Linkov  <juri@jurta.org>
10593         * dired.el (dired-faces): New defgroup.
10594         (dired-header, dired-mark, dired-marked, dired-flagged)
10595         (dired-warning, dired-directory, dired-symlink, dired-ignored):
10596         New faces.
10597         (dired-header-face, dired-mark-face, dired-marked-face)
10598         (dired-flagged-face, dired-warning-face, dired-directory-face)
10599         (dired-symlink-face, dired-ignored-face): New face variables.
10600         (dired-font-lock-keywords): Use them instead of font-lock faces.
10601         Split the rule for dired marks into 3 separate rules: for marks,
10602         marked file names and flagged file names.
10604         * help-mode.el (help-make-xrefs): Add a final newline to the
10605         *Help* buffer.
10607 2004-04-11  John Paul Wallington  <jpw@gnu.org>
10609         * replace.el (occur-engine): Distinguish between one and several
10610         matches in the matches per buffer heading.
10612 2004-04-11  Kim F. Storm  <storm@cua.dk>
10614         * ido.el (ido-confirm-unique-completion): New defcustom.
10615         (ido-complete): Use it.
10616         (ido-write-file): Set it to t unconditionally.
10618 2004-04-10  Miles Bader  <miles@gnu.org>
10620         RCS keyword removal (only non-comment changes are enumerated here):
10622         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10623         (byte-compile-insert-header): Don't use `byte-compile-version'.
10624         * forms.el (forms-version): Variable removed.
10625         (forms-mode): Don't use `forms-version'.
10626         * recentf.el (recentf-version): Variable removed.
10627         * progmodes/delphi.el (delphi-version): Variable removed.
10628         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10630 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10632         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10634 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
10636         * info.el (info-apropos): Improve menu item regexp.
10638 2004-04-09  Simon Josefsson  <jas@extundo.com>
10640         * mail/smtpmail.el: Add comment, based on report by
10641         kdc@rcn.com (Kevin D. Clark).
10643 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10645         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10646         Redo one more thing that I didn't notice Daniel had undone.
10648 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
10650         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10651         (gdb-goto-breakpoint, gdb-display-buffer)
10652         (gdb-display-source-buffer, gdb-view-source-function)
10653         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10654         (gdb-source-info, gdb-frame-handler): Don't specify a window
10655         for display.
10656         (gdb-info-breakpoints-custom): Remove superfluous update of
10657         assembler buffer.
10658         (gdb-many-windows): Make settable outside gdb.
10660 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
10662         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10663         Derive from fundamental-mode rather than text-mode.
10665 2004-04-08  Juri Linkov  <juri@jurta.org>
10667         * info.el (Info-history): Doc fix.
10668         (Info-history-list): New var.
10669         (info-xref): Change magenta4 to blue, remove bold for dark and
10670         light backgrounds, change bold to underline for non-color classes.
10671         (info-xref-visited): New face.
10672         (Info-fontify-visited-nodes): New custom.
10673         (Info-hide-note-references): Add new value `hide'.  Doc fix.
10674         (Info-reference-name): New var.
10675         (Info-selection-hook): New custom.
10676         (Info-edit-mode-hook): New var.
10677         (Info-find-file): New fun.
10678         (Info-find-node): Move part of code to Info-find-file.
10679         (Info-find-node-2): Add anchors to Info-history-list.  Move point
10680         to the place with the reference name if name is defined.
10681         (Info-select-node): Add current node to Info-history-list.
10682         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10683         (Info-search-whitespace-regexp): New custom.
10684         (Info-search-case-fold): New var.
10685         (Info-search): Add "case-sensitively" to the prompt.
10686         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
10687         (Info-search-case-sensitively, Info-search-next): New fun.
10688         (Info-up): Move point to the menu item of the current node.
10689         (Info-history): New fun.  Add *info-history* to
10690         same-window-buffer-names.
10691         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
10692         (Info-insert-toc): New fun.
10693         (Info-build-toc): New fun.
10694         (Info-follow-reference): Add new arg `fork'.  Doc fix.
10695         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
10696         with the same name prefer the reference closest to point.
10697         (Info-next-reference): Replace * by + in the *Note regexp.
10698         Add regexp for http:// and ftp://.  Skip the *Note prefix.
10699         (Info-prev-reference): Replace * by + in the *Note regexp.
10700         Add regexp for http:// and ftp://.  Skip the *Note prefix.
10701         (Info-follow-nearest-node): Add new arg `fork'.
10702         (Info-try-follow-nearest-node): Add new arg `fork'.
10703         Call browse-url for http:// and ftp:// references.
10704         Set Info-reference-name for index entries.
10705         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10706         Info-search-next, Info-history, Info-toc, clone-buffer.
10707         (Info-menu-update): Replace * by + in the *Note regexp.
10708         (Info-mode): Add documentation for Info-history, Info-toc,
10709         Info-search-case-sensitively, Info-search-next, clone-buffer.
10710         (Info-fontify-menu-headers): Remove fun.  Move code to
10711         Info-fontify-node.
10712         (Info-fontify-node): Add docstring.  Add local vars
10713         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
10714         then fontify header line, titles, menu headers, http and ftp
10715         references, refill paragraphs.  If not-fontified-p is t or
10716         fontify-visited-p is t then fontify cross references, menu items.
10717         Fontify menu headers.  Fontify http and ftp references.
10718         Change regexp for cross references to require whitespace after *Note,
10719         add matching groups for file and node names.  Remove hack for quote.
10720         Use display property for Info-hide-note-references=t.  Use fifth
10721         or fourth match for help-echo.  Display visited nodes in a
10722         different face.  Unhide file names of external references.
10723         Unhide newlines.  Display visited menu items in a different face.
10725 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10727         * progmodes/compile.el: Require CL.
10728         (compilation-mode-font-lock-keywords): Re-install the "line as
10729         function" patch.
10731         * help-fns.el (help-C-source-directory): New var.
10732         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10733         (describe-function-1, describe-variable): Use them.
10735         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10736         to C source files specially.
10738 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10740         * info.el (Info-hide-cookies-node): New function.
10741         (Info-select-node): Use it.
10742         (Info-display-images-node): Remove message with image file name.
10744 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
10746         * progmodes/compile.el (compilation-warning-face)
10747         (compilation-info-face, compilation-skip-threshold)
10748         (compilation-skip-visited, compilation-context-lines):
10749         Declare :version when added to Emacs.
10750         (compilation-error-regexp-alist-alist): Extend caml and irix.
10751         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10752         (compilation-mode-font-lock-keywords): Temporarily undo line as
10753         function patch, which wasn't ready.
10755 2004-04-07  Kenichi Handa  <handa@m17n.org>
10757         * international/latin1-disp.el (latin1-display-setup): Check each
10758         character is displayable or not instead of calling
10759         latin1-display-check-font.
10761 2004-04-06  Kenichi Handa  <handa@m17n.org>
10763         * language/ethio-util.el (ethio-sera-being-called-by-w3):
10764         New variable.
10765         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10766         instead of sera-being-called-by-w3.
10767         (ethio-fidel-to-sera-buffer): Likewise.
10768         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10769         instead of sera-being-called-by-w3.
10770         (ethio-write-file): Likewise.
10772 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10774         * printing.el: Doc fix.
10776 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
10778         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10779         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10780         (gdb-setup-windows): Only use separate IO buffer if required.
10782 2004-04-06  Kim F. Storm  <storm@cua.dk>
10784         * term.el (term-is-xemacs): Remove.
10785         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10786         (term-window-width): New function.
10787         (term-mode, term-check-size): Use it.
10788         (term-mode): Disable overflow-newline-into-fringe in term buffer.
10790 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10792         * cus-edit.el (custom-add-parent-links): Change unbound variable
10793         `symbol' to `name'.
10795 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10796         * info.el (info-apropos): New function.
10797         (Info-mode-menu): Add it.
10798         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10800         * help-mode.el (help-make-xrefs): Recognize aliased variable with
10801         inherited docstring.
10803         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10805 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10809         * progmodes/compile.el (font-lock): Don't require any more.
10810         (compilation-error-properties, compilation-start, compilation-sentinel)
10811         (compilation-filter, next-error): Use with-current-buffer.
10812         (compilation-skip-to-next-location, compilation-skip-threshold)
10813         (compilation-skip-visited): Move to silence the byte-compiler.
10814         (compilation-setup): Simplify.
10815         (compilation-next-error): Use line-(beginning|end)-position.
10816         Make sure `pt' is non-nil before using compilation-loop.
10817         (compile-goto-error): Add optional event arg.  Use it.
10818         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10819         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10820         Update the binding for mouse-2.
10821         (first-error): Set compilation-current-error to nil rather than bob.
10822         (compilation-parsing-end, compilation-parse-errors-function)
10823         (compilation-error-list, compilation-old-error-list):
10824         "New" compatibility variables.
10825         (compile-buffer-substring, compilation-compat-error-properties)
10826         (compilation-compat-parse-errors, compilation-forget-errors):
10827         New compatibility functions.
10828         (compilation-mode-font-lock-keywords): Use them.
10830 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10832         * autorevert.el (auto-revert-handler): If point (or a window
10833         point) is at the end of the buffer, keep it there after
10834         reverting.  This allows to tail a file.
10835         Mention this in the `Commentary'.
10837         * format.el (format-write-file): Add optional argument CONFIRM
10838         and make it behave like the analogous argument to `write-file'.
10840 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10842         * progmodes/ebnf2ps.el: Doc fix.
10843         (ebnf-version): New version number (4.2).
10844         (ebnf-syntax): Customization and docstring fix.
10845         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10846         Put autoloaded funs before first use.
10847         (ebnf-style-database): Add dtd entry.
10848         (ebnf-syntax-alist): Add dtd initialization.
10849         (ebnf-token-sequence): New fun.
10850         (ebnf-comment-table): Add new comment action character.
10851         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10853         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10854         Type Definition for XML).
10856         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10857         * progmodes/ebnf-bnf.el (ebnf-sequence):
10858         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10859         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10860         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10861         Code simplification: call ebnf-token-sequence.
10863 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
10865         * calendar/timeclock.el (timeclock-relative)
10866         (timeclock-get-project-function, timeclock-get-workday-function)
10867         (timeclock-query-out, timeclock-when-to-leave)
10868         (timeclock-when-to-leave-string, timeclock-log-data)
10869         (timeclock-generate-report, timeclock-in): Doc fixes.
10871 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10873         * url/: New dir.  Import the URL package from its repository.
10875 2004-04-03  Andreas Schwab  <schwab@suse.de>
10877         * diff-mode.el (diff-mode): Fix missing quote.
10879 2004-04-03  Juri Linkov  <juri@jurta.org>
10881         * descr-text.el (describe-property-list): Add `font-lock-face'.
10883         * dired.el (dired-font-lock-keywords): Fix permission regexps.
10885 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10887         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10888         Use utf-16le on little endian machines and utf-16be otherwise.
10890 2004-04-02  David Kastrup  <dak@gnu.org>
10892         * net/browse-url.el (browse-url-generic): Use call-process
10893         instead of start-process to allow browsers that fork and detach.
10895 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
10897         * compile.el (compilation-current-error): New var.
10898         (compilation-setup, compile-mouse-goto-error)
10899         (compile-goto-error, next-error): Use it.
10900         (compilation-skip-to-next-location): Default to t, which gives
10901         contiguous skipping like old compile (where this was redundant).
10902         (compilation-next-error): Prevent previous-* commands from moving
10903         back to message at or just before point.
10905 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
10907         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10908         (gdb-source-info): Don't display source at startup, if required.
10909         (gdb-show-main): New option.
10910         (gdba): Update documentation.
10911         (gdb-source): Cover case of auto-display output.
10913 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
10915         * autorevert.el: Delete obsolete autoload's and defvar's.
10916         (auto-revert-check-vc-info): New user option.
10917         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10918         (auto-revert-handler-vc): Delete.
10919         (auto-revert-handler): Treat return value `fast' of
10920         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
10922         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10923         return `fast'.
10925         * files.el (buffer-stale-function): Doc change.
10927 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10929         * printing.el: New tip on Tips section.
10930         (pr-version): New version number (6.7.4).
10931         (pr-shell-file-name): Initialization fix.
10933 2004-03-31  Juri Linkov  <juri@jurta.org>
10935         * dired.el: Add autoload for `dired-do-touch'.
10936         (dired-touch-program): New var.
10937         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10938         (dired-no-confirm): Add `touch' to docstring.
10940         * dired-aux.el (dired-do-touch): New fun.
10941         (dired-do-chxxx): Add argument -t for touch operation.
10943         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10944         `dired-move-to-filename-regexp'.
10946 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
10948         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10950 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10952         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10953         and only if the buffer was modified.
10955 2004-03-30  Kenichi Handa  <handa@m17n.org>
10957         * international/characters.el: Delete pairs for U+2308..U+230B.
10959 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
10961         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
10962         to detect the beginning of a level 2 or 3 annotation.
10964 2004-03-29  Kenichi Handa  <handa@m17n.org>
10966         * international/ucs-tables.el (ucs-insert): Fix the error message.
10968 2004-03-29  Kenichi Handa  <handa@m17n.org>
10970         * international/mule-util.el (char-displayable-p): Fix generation
10971         of XLFD file name.
10973         * Makefile.in (setwins, setwins_almost): Change directory to $wd
10974         before finding directories by `find'.
10976 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10978         * subr.el (interactive-form): Delete.  Now implemented in C.
10980         * pcvs.el (cvs-parse-process): Workaround for Darwin.
10982         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
10983         (vc-diff-label): New fun.
10984         (vc-diff-internal): Use it.
10986         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
10988 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10990         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
10992         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
10993         specify XML (EBNFX).
10995         * progmodes/ebnf2ps.el: Doc fix.
10996         (ebnf-version): New version number (4.1).
10997         (ebnf-syntax): Adjust customization.
10998         (ebnf-style-database): Add ebnfx entry.
10999         (ebnf-syntax-alist): Add ebnfx initialization.
11000         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11002         * printing.el: Doc fix.
11003         (pr-version): New version number (6.7.3).
11004         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11005         returns nil for mouse position.  Reported by Drew Adams
11006         <drew.adams@oracle.com>.
11007         (pr-update-menus): Modify interactive declaration.  Reported by Drew
11008         Adams <drew.adams@oracle.com>.
11010 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
11012         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11013         (gud-gdba-marker-filter): Log the process input and output, if
11014         required.  From Stefan Monnier.
11015         (gdb-debug-log, gdb-enable-debug-log): New variables.
11016         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11018 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11020         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11021         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11023 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
11025         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11026         Call vc-find-file-hook here instead of in auto-revert-buffers.
11027         (auto-revert-buffers): Delete call to vc-find-file-hook.
11028         (auto-revert-verbose, global-auto-revert-non-file-buffers)
11029         (global-auto-revert-mode, auto-revert-set-timer)
11030         (auto-revert-handler, auto-revert-buffers): Doc fixes.
11032 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11034         * woman.el (woman-change-fonts): Rename local variable
11035         woman-font-alist to font-alist to avoid a compiler warning.
11037 2004-03-27  Dave Love  <fx@gnu.org>
11039         * emacs-lisp/rx.el (rx): Doc fix.
11040         Fix copyright years.
11042         * strokes.el (strokes-global-set-stroke-string): New function.
11043         (strokes-list-strokes): Cope with strings, not just commands.
11044         Set foreground colour of image.
11045         (strokes-global-set-stroke): Doc fix.
11047 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
11049         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11050         Auto Revert mode.
11051         (Buffer-menu-files-only): New variable.
11052         (Buffer-menu-toggle-files-only): New function.
11053         (Buffer-menu-mode-map): Bind it to `T'.
11054         (Buffer-menu-mode): Mention `T' in docstring.
11055         Set buffer-stale-function.
11056         (list-buffers-noselect): Mark buffer non-modified and set
11057         Buffer-menu-files-only.
11059         * dired.el (buffer-stale-function): Remove no longer needed defvar.
11061         * autorevert.el (auto-revert-handler): Print revert message
11062         before, rather than after, reverting.
11063         (buffer-stale-function): Move to files.el.
11065         * files.el (buffer-stale-function): Move here from autorevert.el.
11067 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11069         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11071         * calc/calc.el (calc-mode-map): Use mapc.
11073         * apropos.el (apropos-mode): Don't autoload.
11074         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
11075         (apropos): Use it.
11076         (apropos-print): Add optional `text' argument.
11077         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11078         Don't assume point-min == 1.
11080         * bs.el (bs-buffer-list): Use buffer-local-value.
11081         (bs--set-toggle-to-show): Use with-current-buffer.
11083         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11084         New funs.
11085         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
11087         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11089         * dabbrev.el (dabbrev-expand): Fix regexp construction.
11090         (dabbrev--find-expansion): Use pop.
11091         (dabbrev--search): Use match-string-no-properties.
11093         * dired.el (dired-mode): Use run-mode-hooks.
11094         (dired-move-to-end-of-filename): Use match-string.
11096         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11097         is bound before using it.
11098         (ediff-verbose-p): Make it into a var since it's not constant.
11100         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11102         * faces.el (read-face-font): Don't cons up unnecessarily.
11103         (header-line, tool-bar): Share common parts.
11105         * files.el (file-relative-name): Use compare-strings.
11107         * finder.el (finder-mode): Follow coding convention.
11109         * subr.el (read-number): New function.
11111         * ses.el (ses-read-number): Move to subr.el.
11112         (ses-set-header-row): Use read-number.
11114 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
11116         * vc-hooks.el (vc-arg-list): New function, which handles both
11117         compiled and uncompiled code.
11118         (vc-default-workfile-unchanged-p): Use it.
11120         * vc.el (vc-print-log): Undo prev change, use new function
11121         vc-arg-list from vc-hooks.el.
11123 2004-03-26  Masatake YAMATO  <jet@gyve.org>
11125         * simple.el (completion-setup-function): Emphasize the
11126         first uncommon characters in the completions; and de-emphasize
11127         the common prefix substrings.
11128         (completion-emphasis): New face.
11129         (completion-de-emphasis): New face.
11131 2004-03-25  Juanma Barranquero  <lektu@terra.es>
11133         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11134         Comment out (it's unused and unfinished code).
11136 2004-03-25  Sam Steingold  <sds@gnu.org>
11138         * vc.el (vc-print-log): Fix a bug in the last patch:
11139         backend-function may be a byte-compiled object, not a lambda.
11141 2004-03-25  Juri Linkov  <juri@jurta.org>
11143         * descr-text.el (describe-property-list): Add a button
11144         for `face' property that calls `describe-face'.
11145         Suggested by luis fernandes <elf@ee.ryerson.ca>
11147         * international/mule.el (keyboard-coding-system):
11148         * kmacro.el (kmacro-call-macro): Fix docstring.
11150         * dired.el: Fix comments.
11152         * textmodes/fill.el (fill): Fix Info link.
11154         * font-lock.el (fast-lock, lazy-lock):
11155         * jit-lock.el (jit-lock): Remove links to removed Support Modes
11156         Info node.
11158         * eshell/eshell.el (eshell): Fix broken info-link.
11160         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11161         * eshell/em-banner.el (eshell-banner):
11162         * eshell/em-smart.el (eshell-smart):
11163         * eshell/esh-cmd.el (eshell-cmd):
11164         Comment out broken info-links to incomplete Info manual.
11166         * info-xref.el: Fix commentary.
11168 2004-03-25  Kevin Ryde  <user42@zip.com.au>
11170         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11171         Remove spurious node duplicate suppression, doesn't work, not wanted.
11172         (info-xref-output): Take format style args, add "sit-for 0" to let
11173         user see the results as they progress.
11174         (info-xref-check-all-custom): New function.
11176 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
11178         * gdb-ui.el: Moved to progmodes.
11180 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11182         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11184 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11186         * calendar/appt.el (appt-check): Remove superfluous progn.
11187         When finished with diary buffer: if it was not being displayed
11188         before, kill it; otherwise restore its original state.
11189         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11191         * calendar/calendar.el (calendar-set-mode-line): Use total
11192         available mode-line width, rather than frame-width.
11194         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11195         after mode change so effect not lost.
11197 2004-03-23  Dave Love  <fx@gnu.org>
11199         * dired.el (dired) <defgroup>: Add link to manual.
11200         (dired-font-lock-keywords): Add highlighting on unusual permissions.
11201         (dired-revert): Use dolist.
11202         (dired-mode-map): Add U binding.
11203         (dired-mode): Add font-lock-beginning-of-syntax-function.
11204         (dired-garbage-files-regexp): Make it a defcustom.
11206 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11208         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11209         is equivalent to nil.
11210         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11211         (vc-arch-mode-line-string): Accept `added' state.
11212         (vc-arch-state): Use inode-sigs if available.
11213         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11214         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
11215         (vc-arch-tagline-re): New var.
11216         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11217         New functions.
11218         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11219         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11221         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11222         (vc-file-not-found-hook): Use it.
11224         * diff-mode.el (diff-default-read-only): Change default.
11225         (diff-mode-hook): Make it a defcustom.  Add some options.
11226         (diff-mode-map): Bind diff-refine-hook.
11227         (diff-yank-handler): New var.
11228         (diff-yank-function): New fun.
11229         (diff-font-lock-keywords): Use them.
11230         (diff-end-of-file): Handle case where file-header looks like diff text.
11231         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11232         (diff-file-kill): Delete a subsequent empty line, if applicable.
11233         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11234         (diff-find-file-name): Use it.
11235         (diff-tell-file-name): New command.
11236         (diff-mode): Be careful with view-mode.
11237         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11238         New functions, for use in diff-mode-hook.
11239         (diff-find-source-location): Catch "regex too large" errors.
11240         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11241         (diff-refine-hunk): New command.
11243         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11244         (smerge-context-menu-map): Remove unused var.
11245         (smerge-keep-all): Preserve markers.
11246         (smerge-keep-n): New fun.
11247         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11248         (smerge-keep-current, smerge-ediff): Use it.
11249         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
11250         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11251         (smerge-resolve): Resolve trivial 3-part conflicts.
11253 2004-03-23  Juri Linkov  <juri@jurta.org>
11255         * man.el (Man-width): New var.
11256         (Man-getpage-in-background): Use it.
11257         (Man-support-local-filenames): New var and fun.
11258         (Man-build-man-command): Don't add a second %s.
11259         (Man-fontify-manpage): Clean up message.
11260         (Man-mode): Set outline-regexp, outline-level,
11261         imenu-generic-expression.
11263         * woman.el (woman-fill-frame): Doc fix.
11264         (woman-decode-region): Use window-width instead of frame-width.
11266         * abbrevlist.el (list-one-abbrev-table):
11267         * descr-text.el (describe-char):
11268         * international/mule-diag.el (describe-current-coding-system):
11269         * international/quail.el (quail-insert-decode-map):
11270         Use window-width instead of frame-width.
11272         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11273         (jka-compr-mode-alist-additions): Add tbz.
11274         (jka-compr-write-region, jka-compr-insert-file-contents):
11275         Add message for undefined compress-program.
11276         (jka-compr-write-region): Remove redundant var bindings.
11278         * dired-x.el (dired-guess-shell-alist-default): Add choices for
11279         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
11280         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11281         (dired-man): Use dired-guess-shell-command.
11282         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11283         Change default nil to t.
11285         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11286         (dired-compare-directories): Add default value for empty input.
11288         * help-at-pt.el: Move suggestions for key bindings to Commentary.
11290         * time.el (display-time-string-forms): Fix help-echo date format.
11292 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
11294         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11295         (buffer-stale-function): New variable.
11296         (auto-revert-list-diff, auto-revert-dired-file-list)
11297         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11298         (auto-revert-handler): Take over some functionality of deleted
11299         functions.
11300         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11302         * dired.el (dired-directory-changed-p): New fun, extracted from
11303         dired-internal-noselect.
11304         (dired-buffer-stale-p): New fun.
11305         (dired-internal-noselect): Use dired-directory-changed-p.
11306         Eliminate revert messages.
11307         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11309 2004-03-23  Kenichi Handa  <handa@m17n.org>
11311         * international/characters.el: Setup syntaxes for more parentheses
11312         Unicode characters.
11314         * international/mule-cmds.el (select-safe-coding-system):
11315         Merge coding-system and auto-cs before comparing them.
11317 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11319         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11321         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11322         normal-auto-fill-function and comment-indent-function.
11323         The default values now work just as well.
11324         Don't set font-lock-beginning-of-syntax-function since we already set
11325         syntax-begin-function.
11326         (lisp-outline-level): Put ;;;###autoload at same level as (.
11327         (prin1-char): Quote special chars.
11329         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11330         than with-no-warnings.
11332         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11333         if the source location can't be found.
11334         (edebug-compute-previous-result): Use prin1-char.
11336         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11337         (debug-ignored-errors): Add an entry.
11339         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11340         (byte-compile-file): Output warning when deleting a file.
11342         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11343         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11345         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11346         (byte-compile-inline-expand): Use backquote.
11347         (byte-optimize-pure-func): Rename from byte-optimize-concat.
11348         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11350         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11352         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11354 2004-03-22  Juri Linkov  <juri@jurta.org>
11356         * finder.el (finder-known-keywords): Fix data, tex, unix.
11358         * play/landmark.el: Fix keywords.
11360         * language/ethio-util.el (ethio-find-file): Doc fix.
11362         * emacs-lisp/warnings.el: Doc fix.
11364         * textmodes/ispell.el (ispell-help): Doc fix.
11366 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
11368         * format.el (format-insert-file): Always return a list of two
11369         elements, like insert-file-contents does.
11371 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
11373         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11374         and vc-BACKEND-diff.
11375         (vc-print-log): If the print-log implementation supports it, use
11376         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11377         (vc-version-diff, vc-diff-internal): Doc fixes.
11379         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11380         implementation supports it, let diff output go to *vc*,
11381         not *vc-diff*, since this is an internal call.
11383         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11385         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11387         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11389 2004-03-21  Dave Love  <fx@gnu.org>
11391         * progmodes/cfengine.el (cfengine-mode):
11392         Set parse-sexp-ignore-comments.
11394         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11396 2004-03-21  Juanma Barranquero  <lektu@terra.es>
11398         * allout.el (allout-mode): Fix docstring.
11400 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
11402         * files.el (insert-directory): Fix bug if SWITCHES is a list.
11404         * autorevert.el (auto-revert-interval): Make new value take
11405         effect immediately when set through Custom.
11406         (auto-revert-set-timer): Add interactive declaration.
11408 2004-03-19  David Ponce  <david@dponce.com>
11410         * ruler-mode.el (ruler-mode-header-line-format-old):
11411         Don't `make-variable-buffer-local'.
11412         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11413         (ruler-mode-header-line-format): Simply funcall the above.
11414         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11415         to save/restore a previous header line format.
11416         (ruler-mode-space): Don't depend on a numeric WIDTH value.
11417         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11418         fringes and margins width.
11419         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11421 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11423         * log-edit.el (log-edit-font-lock-keywords): Typo.
11425         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11426         (tex-send-tex-command): Rather than here.
11427         (tex-compilation-parse-errors): Simplify.
11429         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11431         * time.el (display-time-string-forms): Add help-echo with date on time.
11433         * composite.el (compose-region): Use restore-buffer-modified-p.
11435         * disp-table.el (standard-display-8bit): Simplify.
11437         * server.el (server-process-filter): Delete temp frame.
11439         * add-log.el (add-change-log-entry): Simplify.
11441 2004-03-19  Kim F. Storm  <storm@cua.dk>
11443         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11444         (hexl-follow-line): Don't require 'fringe.
11446         * progmodes/compile.el (compilation-start): Always set
11447         compilation-last-buffer and return it.
11449 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11451         * simple.el (clone-buffer): Doc fix.
11453 2004-03-18  Juanma Barranquero  <lektu@terra.es>
11455         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11457 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11459         * log-edit.el (log-edit-font-lock-keywords): New var.
11460         (log-edit-mode): Use it.
11462 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
11464         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11465         properly for watching in speedbar.
11467 2004-03-17  Masatake YAMATO  <jet@gyve.org>
11469         * smerge-mode.el (smerge-popup-context-menu):
11470         Put `unwind-protect' around `overlay-put' and `popup-menu'.
11472 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11474         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11475         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11476         Take sealed revisions into account.
11477         (vc-arch-checkin): Extract a summary line from the message.
11479 2004-03-16  Masatake YAMATO  <jet@gyve.org>
11481         * register.el (register): Provide `register' feature.
11483 2004-03-15  Masatake YAMATO  <jet@gyve.org>
11485         Added context menu support in smerge mode.
11486         Most of the part is written by Stefan Monnier.
11488         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11489         New keymap and menu.
11490         (smerge-text-properties): New function.
11491         (smerge-remove-props): New function.
11492         (smerge-popup-context-menu): New function.
11493         (smerge-resolve): Call `smerge-remove-props'.
11494         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11495         (smerge-keep-current): Ditto.
11496         (smerge-kill-current): New function.
11497         (smerge-match-conflict): Put text properties.
11498         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11500 2004-03-15  David Ponce  <david@dponce.com>
11502         * ruler-mode.el: (ruler-mode-left-fringe-cols)
11503         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11504         (ruler-mode-right-scroll-bar-cols): Remove.
11505         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11506         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11507         Use fringe-columns and scroll-bar-columns.
11509 2004-03-15  Masatake YAMATO  <jet@gyve.org>
11511         * hl-line.el (hl-line-range-function): New variable.
11512         (hl-line-move): New function.
11513         (global-hl-line-highlight): Use `hl-line-move'.
11514         (hl-line-highlight): Ditto.
11516         * scroll-bar.el (scroll-bar-columns):
11517         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11519         * ruler-mode.el (top-level): Require scroll-bar and fringe.
11520         (ruler-mode-left-fringe-cols)
11521         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11522         (ruler-mode-right-scroll-bar-cols)
11523         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11524         (ruler-mode-ruler-function): New variable.
11525         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11526         if the value for `ruler-mode-ruler-function'is given.
11528         * hexl.el (hexl-mode-hook): Make the hook customizable.
11529         (hexl-address-area, hexl-ascii-area): New customize variables.
11530         (hexlify-buffer): Put font-lock-faces on the address area and
11531         the ascii area.
11532         (hexl-activate-ruler): New function.
11533         (hexl-follow-line): New function.
11534         (hexl-highlight-line-range): New function.
11535         (hexl-mode-ruler): New function.
11537 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11539         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
11540         (vc-default-find-file-hook): New fun.
11541         (vc-find-file-hook): Call new find-file-hook operation.
11543         * vc-arch.el: New file.
11545 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
11547         * info-look.el (info-lookup): Reuse an existing Info window.
11549 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11551         * woman.el (woman-preserve-ascii): Default value changed to t and
11552         doc string revised.
11554 2004-03-12  Richard M. Stallman  <rms@gnu.org>
11556         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11557         Fix minor bug.
11559         * replace.el (occur-engine): Change message for count of matches.
11561         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11562         For strings, do compare text properties.
11564 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
11566         * progmodes/compile.el (compile-auto-highlight)
11567         (compilation-error-list, compilation-old-error-list)
11568         (compilation-parse-errors-function, compilation-parsing-end)
11569         (compilation-error-message, compilation-directory-stack)
11570         (compilation-enter-directory-regexp-alist)
11571         (compilation-leave-directory-regexp-alist)
11572         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11573         (compilation-current-file, compilation-regexps): Remove vars.
11575         (compile-error-at-point, compilation-error-filedata)
11576         (compilation-error-filedata-file-name, compile-reinitialize-errors)
11577         (compilation-next-error-locus, compilation-forget-errors)
11578         (count-regexp-groupings, compilation-parse-errors)
11579         (compile-collect-regexps, compile-buffer-substring): Remove funs.
11581         (compile-internal): Make obsolete.
11583         (compilation-first-column, compilation-error)
11584         (compilation-directory-matcher, compilation-page-delimiter)
11585         (compilation-mode-font-lock-keywords, compilation-debug)
11586         (compilation-error-face, compilation-warning-face)
11587         (compilation-info-face, compilation-line-face)
11588         (compilation-column-face, compilation-enter-directory-face)
11589         (compilation-leave-directory-face, compilation-skip-threshold)
11590         (compilation-skip-visited, compilation-context-lines): New vars.
11592         (compilation-warning-face, compilation-info-face)
11593         (compilation-message-face): New faces.
11595         (compilation-error-regexp-alist-alist): New constant.
11597         (compilation-face, compilation-directory-properties)
11598         (compilation-assq, compilation-error-properties, compilation-start)
11599         (define-compilation-mode, compilation-loop)
11600         (compilation-set-window): New functions.
11602         (compile): Additional argument for interactive compiles like TeX.
11604         * progmodes/grep.el (kill-grep): Move here from compile.el
11605         (grep-error, grep-hit-face, grep-error-face)
11606         (grep-mode-font-lock-keywords): New variables.
11607         (grep-regexp-alist): Simplify regexp and add `binary' case.
11608         (grep-mode): New mode.
11609         (grep-process-setup): Simplify.
11611 2004-03-11  Jason Rumney  <jasonr@gnu.org>
11613         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11614         letters on DOS/Windows.
11616 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11618         * server.el (server-name): New var.
11619         (server-socket-dir): New var to replace server-socket-name.
11620         (server-start): Use them.
11622 2004-03-11  Simon Josefsson  <jas@extundo.com>
11624         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11625         died to avoid infloop.  Reported by Jonathan Glauner
11626         <jglauner@sbum.org>.
11628 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11630         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11631         (smerge-mode-menu): Use it to deactivate menu entries.
11632         (smerge-keep-current): New fun.
11633         (smerge-keep-current): Use it.
11635 2004-03-10  John Paul Wallington  <jpw@gnu.org>
11637         * foldout.el (foldout-fold-list, foldout-modeline-string):
11638         Declare them as variables, not constants.
11640 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11642         * ps-print.el: Modification to print *Messages* buffer.
11643         (ps-print-version): New version 6.6.4.
11644         (ps-message-log-max): New fun.
11645         (ps-spool-without-faces, ps-spool-with-faces)
11646         (ps-count-lines-preprint): Code fix.
11648         * printing.el: New tips in Tips section.
11650 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11652         * delim-col.el: Doc fix.
11654         * printing.el: Doc fix.  New doc section (Tips).
11656 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11658         * type-break.el (type-break-emacs-variant): Remove.
11659         (type-break-run-at-time, type-break-cancel-function-timers):
11660         Use fboundp rather than version name and number.
11662 2004-03-09  Masatake YAMATO  <jet@gyve.org>
11664         * hexl.el (hexl-mode): Use `make-local-variable' instead of
11665         `make-variable-buffer-local'.
11667 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
11669         * find-dired.el (find-dired): Call `shell-command' instead of
11670         `start-process-shell-command'.  By this, Tramp takes over
11671         handling of remote directories.
11673 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11675         * newcomment.el (comment-use-global-state): New var.
11676         (comment-search-forward): Use it.
11678         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11680         * cus-edit.el (fill) <defgroup>: Move to fill.el.
11682         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11683         (enable-kinsoku): Make it a defcustom.
11684         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11685         paragraph to same-comment-start-marker.
11687 2004-03-07  Dave Love  <fx@gnu.org>
11689         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11690         (browse-url-mail): Use it.
11692         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11693         (rfc2368-unhexify-string): Use replace-regexp-in-string.
11695 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11697         * woman.el (woman-man.conf-path): Doc fix.
11698         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11700 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
11702         * sort.el (sort-columns): Remove ms-dos from the list of systems
11703         where the external `sort' command is not used.
11705 2004-03-07  Kim F. Storm  <storm@cua.dk>
11707         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11708         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11709         from overlay-arrow-variable-list.
11710         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11712 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
11714         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11715         overlay arrow string properly for the assembler buffer.
11717 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11719         * mail/sendmail.el (mail-mode): Fix last change.
11721 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
11723         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11724         for the assembler buffer.
11725         (gdb-assembler-custom): Position the overlay arrow.
11726         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11728 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11730         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11732         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11733         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11735         * mail/sendmail.el (mail-mode): Set comment-start-skip.
11737         * newcomment.el (uncomment-region): Allow non-terminated comment.
11738         (comment-normalize-vars): Check the user-specified comstart marker.
11740 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11742         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11743         Otherwise, do use it if the region only contains font-lock text
11744         properties.
11746 2004-03-04  Masatake YAMATO  <jet@gyve.org>
11748         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11749         as the callback function for eldoc.
11750         (hexl-print-current-point-info): New function.
11751         (hexl-current-address): Print the address in both decimal
11752         and hexadecimal format.
11754 2004-03-04  Richard M. Stallman  <rms@gnu.org>
11756         * mail/rmail.el (rmail-convert-to-babyl-format):
11757         Specify t for UNIBYTE when calling mail-unquote-printable-region.
11759         * mail/mail-utils.el (mail-unquote-printable-region):
11760         New arg UNIBYTE.
11762         * startup.el (command-switch-alist): Doc fix.
11764         * simple.el (undo): Temporarily set this-command to `undo-start',
11765         then set it to `undo' once undo-start returns without error.
11767         * simple.el (minibuffer-history-sexp-flag): Doc fix.
11769         * simple.el (kill-line): Don't disregard trailing whitespace
11770         in eol condition, if show-trailing-whitespace is set.
11772         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11773         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11774         When disabling, restore old values only if mouse-sel-has-been-enabled.
11776         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11777         (isearch-{-char): New function.
11778         (isearch-mode-map): Bind { to isearch-{-char.
11780         * font-lock.el (lisp-font-lock-keywords-2):
11781         Turn off the CL with-... and do-... general patterns.
11782         Instead, recognize several specific with... and do... constructs.
11784         * files.el (switch-to-buffer-other-window):
11785         Bind same-window-buffer-names and same-window-regexps to nil.
11786         (switch-to-buffer-other-frame): Likewise.
11788 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11790         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11791         recognizing leading comment on code line.
11793 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11795         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11796         hidden files/directories.
11798 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11800         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11801         only comment-start (in case the mode hasn't set it).
11803         * Makefile.in (AUTOGENEL): New var.
11804         (bootstrap-prepare): Rename from bootstrap-clean.
11805         Don't remove elc files.
11806         (maintainer-clean): New target.
11808         * xml.el (xml-get-attribute-or-nil): Simplify.
11810 2004-03-02  Juri Linkov  <juri@jurta.org>
11812         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11813         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11814         URL to prevent their substitution with the environment variable
11815         values by browsers.
11817 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11819         * ps-print.el: Doc fix.
11820         (ps-print-version): New version number (6.6.3).
11821         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11822         Docstring fix.
11823         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11824         before printing.
11825         (ps-time-stamp-yyyy-mm-dd): New fun.
11826         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11828 2004-03-02  Kim F. Storm  <storm@cua.dk>
11830         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11832 2004-03-01  Juanma Barranquero  <lektu@terra.es>
11834         * allout.el (allout-rebullet-heading): Fix typo in docstring.
11836         * desktop.el (desktop-file-version)
11837         (desktop-after-read-hook): Fix typos.
11838         (desktop-clear-preserve-buffers): Remove redundant info in
11839         docstring already shown by the obsolescence message.
11840         (desktop-truncate, desktop-internal-v2s)
11841         (desktop-value-to-string): Change argument name to match docstring.
11843         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11845         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11846         docstring.
11848 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11850         * printing.el: Replace "As Is..." in PostScript file print/preview by
11851         "No Preprocessing...".  Suggested by Colin Marquardt
11852         <_marquardt_@zmd.de>.
11853         (pr-insert-section-4): Adjust buffer interface.
11855 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
11857         Version 2.0.39 of Tramp released.
11859         * net/tramp.el (tramp-handle-file-local-copy)
11860         (tramp-handle-write-region, tramp-open-connection-rsh):
11861         Variable name typo.  Small change.  From Patrick Tullmann
11862         <tullmann@flux.utah.edu>.
11863         (tramp-process-connection-type): New variable.
11864         (tramp-maybe-open-connection): Use it.
11865         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11866         (tramp-touch): Set last-modified time of a remote file.
11867         (tramp-handle-write-region): Say which function is used when encoding.
11869 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
11871         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11872         case of non-existing filename, too.  Reported by Christoph Bauer
11873         <c_bauer@informatik.uni-kl.de>.
11874         (tramp-smb-get-file-entries): The directory in question should
11875         have permissions "drwxrwxrwx".  Just virtual, because we don't
11876         know the real permissions.  Don't we know?
11877         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11878         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11879         (tramp-smb-wait-for-output): Optimize algorithm getting pending
11880         output.  If it was received chunkwise, there have been problems.
11881         Remove the "prompt not found" error message; it is obvious.
11882         Simplify algorithm.
11883         (tramp-smb-process-running): Remove.  Since we acknowledge the
11884         virtual prompt for shares, there's no need for distinction of
11885         reading shares (process ends afterwards) and interactive mode of
11886         smblient.
11887         (tramp-smb-open-connection): Setting process sentinel removed.
11888         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11889         "NT_STATUS_NETWORK_ACCESS_DENIED".
11890         (tramp-smb-maybe-open-connection): Set `process-connection-type'
11891         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11892         (top-level): Setting default value in `tramp-default-method-alist'
11893         corrected.  Order of USER and HOST have been wrong.
11894         Nobody complained for months ...
11895         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11896         (tramp-smb-open-connection): Clear password cache if login has failed.
11898         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11899         `tramp-unified-filenames'.
11900         (tramp-completion-mode): Make test for XEmacs explicitely.
11901         `event-to-character' can exists in Emacs packages too.
11902         Reported by Matt Swift <swift@alum.mit.edu>.
11903         (tramp-buffer-name): Buffer name must contain the user if exists.
11904         Reported by Adrian Phillips <a.phillips@met.no>.
11905         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11906         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11907         (tramp-do-copy-or-rename-file-out-of-band): Rename from
11908         `tramp-do-copy-or-rename-file-one-local', because it handles also
11909         the case both files use the same out-of-band method.
11910         Implementation added.
11911         (tramp-handle-file-local-copy, tramp-handle-write-region):
11912         Out-of-band handling removed.  `copy-file' called instead, which
11913         calls `tramp-do-copy-or-rename-file-out-of-band'.
11914         (tramp-action-password): Check for out-of-band method removed.
11915         This function is used for 'login-program.
11916         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11917         appropriate.
11918         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11919         and `tramp-parse-sknownhosts'.
11920         (tramp-completion-function-alist): It's a defvar now, because we
11921         want to apply the optimized `tramp-set-completion-function'
11922         instead of a static list.
11923         (tramp-set-completion-function): Implementation tuned.
11924         Avoid double entries, and entries where the function or the
11925         file/directory doesn't exist.
11926         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11927         for SSH2.
11928         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11929         (tramp-handle-dired-compress-file): New function.
11930         (tramp-async-proc): New variable.
11931         (tramp-handle-shell-command): Adding asynchronous processes.
11932         They are far from being perfect, but it works at least for
11933         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
11934         (top-level): Require password.el if visible.  Should be mandatory
11935         once No Gnus has found its way into (X)Emacs.
11936         (tramp-read-passwd): Invoke `password-read' if available,
11937         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
11938         fallback any longer.
11939         (tramp-clear-passwd): New function.
11940         (tramp-process-actions, tramp-process-multi-actions):
11941         Clear password cache if login has failed.
11943         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
11944         its own module.
11945         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11946         `ange-ftp-ftp-name-res'.  There could be incorrect values from
11947         previous calls in case the "ftp" method is used in the Tramp file
11948         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11950 2004-02-28  Richard M. Stallman  <rms@gnu.org>
11952         * term.el (term-mouse-paste): Call mouse-set-point.
11954         * thumbs.el: New file.
11956 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11958         * progmodes/ebnf-abn.el: Doc fix.
11960         * progmodes/ebnf-bnf.el: Doc fix.
11961         (ebnf-repeat): Code fix.
11963         * progmodes/ebnf2ps.el: Doc fix.
11964         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
11966 2004-02-28  Juri Linkov  <juri@jurta.org>
11968         * ffap.el (dired-at-point): Additional writability test for
11969         relative directory names.
11970         (dired-at-point-prompter): Treat directories as a directory, get
11971         the directory component from files.
11972         (ffap-string-at-point): Return string from region if region is active.
11973         (ffap-file-at-point): Remove redundant code.
11975 2004-02-28  Kim F. Storm  <storm@cua.dk>
11977         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
11978         Initialize margin area images to nil.
11979         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
11980         (breakpoint-enabled-bitmap-face)
11981         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
11982         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
11983         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
11984         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
11985         (gdb-reset): Use gdb-remove-breakpoint-icons.
11986         (gdb-put-string): Add dprop arg to specify alternative display
11987         property (for setting fringe bitmap).
11988         (gdb-remove-strings): Doc fix.
11989         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
11990         icon in fringe (if available), or else as icon or text in display
11991         margin.  Creates necessary icons in breakpoint-bitmap,
11992         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
11993         Also make left window margin if required.
11994         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
11995         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
11996         no longer needed.
11997         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
11998         gdb-put-breakpoint-icon.
11999         (gdb-assembler-mode): Don't set left-margin-width here.
12001 2004-02-27  Kevin Ryde  <user42@zip.com.au>
12003         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12004         comma, so that it DTRT in macros.
12006 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12008         * progmodes/sh-script.el (sh-shell-arg)
12009         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12010         (sh-leading-keywords, sh-other-keywords): Fix custom type.
12012 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
12014         * faces.el (face-spec-set-match-display): Add a new attribute,
12015         `min-colors'.
12016         (region, highlight, secondary-selection): Use `min-colors'.
12018         * custom.el (defface): Add documentation for `min-colors'.
12020         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12021         (font-lock-keyword-face, font-lock-function-name-face)
12022         (font-lock-variable-name-face, font-lock-constant-face):
12023         Use `min-colors'.
12025         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12027 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12029         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
12030         define assq-delete-all if it's not defined.
12031         (ebnf-generate-region): Code fix.
12033         * printing.el: Doc fix.
12034         (pr-version): New version number (6.7.2).
12035         (pr-command): Return empty string if command is an empty string.
12037 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12039         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12041         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
12042         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12043         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
12044         "tt" ["test"] ).  Reported by Markus Dreyer
12045         <mdreyer@ix.urz.uni-heidelberg.de>.
12046         (ebnf-version): New version number (4.0).
12047         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12048         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12049         (ebnf-delete-style): New commands.
12050         (ebnf-directory, ebnf-file): New funs.
12051         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12052         (ebnf-production-name-p, ebnf-stop-on-error): New options.
12053         (ebnf-syntax-alist): New var.
12054         (ebnf-element-width): New fun replacing ebnf-list-width.
12055         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12056         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12057         (ebnf-prologue): Adjust vars.
12058         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12059         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12060         (ebnf-check-style-values, ebnf-generate-production)
12061         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12062         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12063         (ebnf-token-repeat): Code fix.
12065         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
12066         %right, %left and %prec.  Suggested by Matthew K. Junker
12067         <junker@alum.mit.edu>.
12068         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12070         * progmodes/ebnf-iso.el: Doc fix.
12071         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12072         (ebnf-iso-lex): Code fix.
12074         * progmodes/ebnf-bnf.el: Doc fix.
12075         (ebnf-bnf-lex): Code fix.
12077         * progmodes/ebnf-otz.el: Doc fix.
12079 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12081         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
12082         (abbrev-prefix-mark): Doc fix.
12084 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
12086         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12087         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12088         (gdb-var-delete): Make interactive (really).
12089         (gdb-edit-value): Make non-interactive.
12091         * progmodes/gud.el (gud-speedbar-menu-items):
12092         Add gdb-var-delete and, indirectly, gdb-edit-value.
12093         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12094         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12095         (gud-gdb-marker-filter): Add comment for annotations.
12097 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12099         * calendar/calendar.el (generate-calendar)
12100         (calendar-read-date): Prevent display of BC calendars once more -
12101         reverts 2003-10-01 change.
12102         (generate-calendar-month): Doc fix.
12104 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12106         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12107         return value of increment-calendar-month.
12109 2004-02-21  Stephen Compall  <s11@member.fsf.org>
12111         * saveplace.el (save-place-forget-unreadable-files)
12112         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12113         (save-place-forget-unreadable-files): New function.
12114         (save-place-alist-to-file): Use it to filter out files that are
12115         no longer readable.
12117         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12118         current Texinfo environment, using the same method as in
12119         `texinfo-insert-@end', and insert a space rather than a newline if
12120         point in a @table environment.
12122 2004-02-21  Juri Linkov  <juri@jurta.org>
12124         * ffap.el (ffap-file-at-point): Try parent directories.
12126 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
12128         * vcursor.el (vcursor-modifiers): New defcustom.
12129         (vcursor-cs-binding): Use vcursor-modifiers instead of a
12130         hard-coded list.
12132 2004-02-21  Masatake YAMATO  <jet@gyve.org>
12134         * play/animate.el (animate-birthday-present): Accept names other
12135         than `Sarah', too.
12137 2004-02-21  Juri Linkov  <juri@jurta.org>
12139         * startup.el: Remove table of command line arguments from the
12140         Commentary section.
12142 2004-02-20  John Wiegley  <johnw@newartisans.com>
12144         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12145         again" modifier from 'e' to 'E', since 'e' is also used by the
12146         "file extension" modifier.
12148 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12150         * help-fns.el (describe-categories): Doc fix.
12152 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12154         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12155         temporary file for buffer already visiting one.  This change makes
12156         output likely to be directly usable by patch program.
12157         Suggested by Adrian Aichner  <adrian@xemacs.org>
12159 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
12161         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12162         case of variables defined in compound statements.
12163         (gdb-setup-windows, gdb-source-info, gdb-source-info):
12164         Simplify constructions using switch-to-buffer.
12166 2004-02-19  Simon Josefsson  <jas@extundo.com>
12168         * play/morse.el: Fix typo.
12169         (morse-code): Add @.
12171 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12173         * calendar/appt.el (appt-display-format): Change default to
12174         'ignore, for backwards compatibility.
12175         (appt-display-message): If appt-display-format is 'ignore,
12176         respect old vars appt-msg-window and appt-visible.
12177         (appt-activate): Don't depend on return value of cancel-timer.
12179         * calendar/calendar.el (calendar-holidays): Doc fix.
12181         * calendar/cal-coptic.el (coptic-prompt-for-date):
12182         Use assoc-string instead of assoc-ignore-case.
12183         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12184         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12185         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12186         * calendar/cal-islam.el (calendar-goto-islamic-date)
12187         (mark-islamic-diary-entries): Ditto.
12188         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12189         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12190         (calendar-read-mayan-tzolkin-date): Ditto.
12191         * calendar/calendar.el (calendar-read-date): Ditto.
12192         * calendar/diary-lib.el (mark-diary-entries): Ditto.
12194 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12196         * progmodes/executable.el (executable-command-find-posix-p):
12197         Fix choice of the directory.
12199 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
12201         * simple.el (interprogram-cut-function)
12202         (interprogram-paste-function, kill-new, kill-append):
12203         Doc fixes.
12204         (kill-region): Make it return nil.  Doc fix.
12205         (yank-pop): Make its argument optional.
12206         (yank): Make ARG `-' equivalent to `-1'.
12208 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
12210         * mail/rmail.el (rmail-get-new-mail): Don't reference
12211         rmail-use-spam-filter if rmail-spam-filter is not loaded.
12213 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
12215         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12216         if one of global-auto-revert-non-file-buffers or autorevert-mode
12217         is non-nil.
12219 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12221         * subr.el (delete-dups): A better implementation from Karl Heuer
12222         <kwzh@gnu.org>.
12224 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12226         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12227         correct place.
12228         * progmodes/icon.el (icon-indent-command): Ditto.
12229         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12231 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12233         * progmodes/grep.el (grep-compute-defaults): Undo change from
12234         2004-01-29: don't use executable-command-find-posix-p.
12236 2004-02-16  Richard Sharman  <rsharman@pobox.com>
12238         * hilit-chg.el: Use require instead of eval-and-compile.
12239         (highlight-compare-buffers): New function.
12241 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
12243         * man.el (Man-fontify-manpage): Render section headings in
12244         `Man-overstrike-face' even when overstrike was not used by man
12245         formatter for section headings.
12247 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
12249         * rmail-spam-filter.el: (vm-use-spam-filter)
12250         (rsf-min-region-length-added-to-spam-list): New variables.
12251         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12252         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
12253         spam testing.  Don't delete spam message if automatic deletion
12254         after output via variable rmail-delete-after-output is turned on.
12255         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12256         rsf-bbdb-dont-create-entries-for-spam.
12257         (check-field): New function, extracted from code in
12258         rmail-spam-filter to ease addition of header fields like content-type.
12259         (message-content-type): New variable to check the content-type:
12260         field added, also in defcustom of rsf-definitions-alist.
12261         (rmail-spam-filter): Replace repeated test code for header fields
12262         by calls to check-field; change the call to
12263         rmail-output-to-rmail-file such that rmail-current-message stays
12264         the same to avoid wrong deletion of unseen flags.
12265         (rsf-add-contents-type): New function to convert old format
12266         of rmail-spam-definitions-alist into new one.
12267         Change prefixes of all variables and functions from
12268         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12270 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12272         * loadhist.el (unload-hook-features-list): New defvar.
12274 2004-02-16  Dave Love  <fx@gnu.org>
12276         * loadhist.el (unload-feature): Doc fix.  Rename flist to
12277         unload-hook-features-list.
12279 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
12281         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12282         cookie.  Don't check if we are looking-at open-formula.
12284 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12286         * subr.el (match-string-no-properties): Use substring-no-properties.
12288 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12290         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12291         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12292         Use lower-case "rx" in all error message.
12294 2004-02-16  Dave Love  <fx@gnu.org>
12296         * emacs-lisp/rx.el (rx-or): Put group around result.
12297         (rx-constituents): Add backref.
12298         (rx-syntax): Add string-delimiter, comment-delimiter.
12299         (rx-categories): Add combining-diacritic.
12300         (rx-check-not, rx-greedy, rx): Doc fix.
12301         (rx-backref, rx-check-backref): New.
12303 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
12305         * newcomment.el (uncomment-region): Allow eob as comment end.
12307 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
12309         * filecache.el: All message and error commands now use prefix
12310         "Filecache:" to make it easy to read *Messages* buffer.
12312 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
12314         * autorevert.el: Add support to detect changed dired and VC buffers.
12315         (auto-revert-active-p, auto-revert-list-diff)
12316         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12317         (auto-revert-handler, auto-revert-active-p): New functions.
12318         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12319         and `auto-revert-active-p'.
12320         (eval-when-compile): Defvar dired-directory and vc-mode.
12321         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12322         (auto-revert-handler-vc): New functions.
12324 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12326         * progmodes/compile.el (compilation-directory): New defvar.
12327         (compile): Save current directory in compilation-directory.
12328         (recompile): Bind default-directory to compilation-directory if
12329         that is non-nil.
12331 2004-02-16  Dave Love  <fx@gnu.org>
12333         * newcomment.el (comment-insert-comment-function)
12334         (comment-region-function, uncomment-region-function): New.
12335         (comment-indent): Use comment-insert-comment-function.
12336         (uncomment-region): Use uncomment-region-function.
12337         (comment-region): Use comment-region-function.
12339         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12341 2004-02-16  Richard Stallman  <rms@gnu.org>
12343         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12344         loaddefs* and ldefs-boot*.
12346 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12348         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12349         and email address at the beginning and end of the address.
12351         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12352         anchored at the beginning of the email address.
12354 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
12356         * international/ccl.el (ccl-compile-write): Pass `left' to
12357         ccl-embed-code to generate correct code of write-expr-register.
12359 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
12361         * progmodes/grep.el (grep-compute-defaults): Fix typos.
12363 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12365         * x-dnd.el: Mention support for Motif in commentary.
12366         (x-dnd-handle-drag-n-drop-event): Ditto.
12368 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
12370         * ses.el: Use "ses--" prefixes for buffer-local variables.
12371         Use (point-min) instead of 1, even when we know the buffer
12372         is unnarrowed.
12373         (ses-build-load-map): Delete.  Distribute its content to defconst's for
12374         the three maps.
12375         (ses-menu, ses-header-line-menu): New menus.
12376         (ses-mode-map): Use them.
12377         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
12379 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
12381         * Makefile.in: Fix the CC Mode recompile kludge so it works
12382         when building in a different directory.
12384 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
12386         * simple.el (kill-new): Put yank-handler property on the entire string.
12388 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12390         * diff.el: Don't use compile any more, use diff-mode instead.
12391         (diff-regexp-alist, diff-old-file, diff-new-file)
12392         (diff-parse-differences, diff-process-setup): Remove.
12393         (diff-sentinel): New fun.
12394         (diff): Use it.  Run the process ourselves.
12395         Use diff-mode for the rest of the processing.
12397         * diff.el (diff): Simplify code handling `switch'.
12399 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * pcvs-defs.el (cvs-menu): Add `tag'.
12403 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
12405         * simple.el (kill-append): Doc fix.
12407         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12408         Adapt outline-regexp to the new conventions for commenting out code.
12410 2004-02-11  John Paul Wallington  <jpw@gnu.org>
12412         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12414 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12416         * diff.el (diff-switches): New fun.
12417         (diff, diff-backup): Use it.
12418         (diff): Clean up the args construction.  Use backquote.
12419         Use listp instead of consp to avoid putting a nil arg.
12420         (diff): Add a revert-buffer function.
12422 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12424         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
12425         handled by x-dnd-handle-file-name.
12426         (x-dnd-known-types): Add COMPOUND_TEXT.
12427         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12428         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12429         x-dnd-empty-state.
12430         (x-dnd-forget-drop): Ditto.
12431         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12432         (x-dnd-handle-one-url): Return private when inserting text.
12433         (x-dnd-insert-ctext): New function.
12434         (x-dnd-handle-file-name): New function for FILE_NAME.
12435         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12436         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12437         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12439 2004-02-10  Kenichi Handa  <handa@m17n.org>
12441         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12442         instead of while loop.
12444 2004-02-10  Miles Bader  <miles@gnu.org>
12446         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12448 2004-02-09  Kenichi Handa  <handa@m17n.org>
12450         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12451         have end-of-line.
12453 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
12455         * Makefile.in: Added extra dependencies in the recompile target
12456         needed to cope with the compile time macro expansions in CC Mode.
12458 2004-02-09  Kim F. Storm  <storm@cua.dk>
12460         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12461         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12462         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12463         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12464         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12465         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12466         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12467         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12468         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12469         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12470         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12472 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12474         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12475         Don't allow shrink if there's a window on our right.
12477         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12478         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12479         Bring together declaration and initialization.
12480         (prolog-mode-variables): Don't set the syntax table.
12481         Don't set paragraph-start and comment-indent-function.
12482         Add /*..*/ to the comment regexps.
12483         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
12484         (prolog-mode-map): Don't bind TAB.
12485         (prolog-mode): Set the syntax table.
12486         (prolog-comment-indent): Remove.
12487         (inferior-prolog-mode-map): Initialize in the declaration.
12488         (inferior-prolog-mode-syntax-table)
12489         (inferior-prolog-mode-abbrev-table): New vars.
12490         (inferior-prolog-mode): Derive from comint-mode.
12491         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12492         minibuffer windows.
12494         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12495         in file names, as long as it is unabmiguous.
12497 2004-02-08  Andreas Schwab  <schwab@suse.de>
12499         * textmodes/reftex-toc.el
12500         (reftex-toc-load-all-files-for-promotion): Remove useless use of
12501         format.  Doc fix.
12503         * textmodes/refer.el (refer-find-entry-internal): Remove extra
12504         format string arguments.
12506         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12507         string argument.
12509         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12511         * play/zone.el (zone-call): Fix format string.
12513         * net/webjump.el (webjump-builtin): Add missing format string argument.
12515         * midnight.el (midnight-delay-set): Remove extra format string argument.
12517         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12519         * hexl.el (hexl-insert-char): Add missing format string argument.
12521         * format.el (format-decode): Fix format string.
12523         * emulation/vi.el (vi-mode): Remove extra format string argument.
12524         (vi-repeat-last-search): Likewise.
12525         (vi-reverse-last-search): Likewise.
12526         (vi-goto-mark): Likewise.
12527         (vi-reverse-last-find-char): Likewise.
12528         (vi-repeat-last-find-char): Likewise.
12529         (vi-locate-def): Likewise.
12531         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12533         * ediff-util.el (ediff-toggle-read-only): Remove extra format
12534         string argument.
12535         (ediff-toggle-regexp-match): Likewise.
12537         * dired-aux.el (dired-do-query-replace-regexp): Add missing
12538         format string argument.
12540         * calc/calc-map.el (calc-get-operator): Remove extra format
12541         string argument.
12543         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12545         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12546         string argument.
12548         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12550         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12552         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12554         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12555         (cl-struct-setf-expander): Likewise.
12557         * vc.el (with-vc-file): Fix unsafe uses of error.
12558         (vc-cancel-version): Likewise.
12560 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
12562         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12563         thousands separator; fixes <class>:<line-number> regexp for
12564         non-english locales.
12566 2004-02-08  Andreas Schwab  <schwab@suse.de>
12568         * view.el (view-mode-enable): Revert previous change.
12570 2004-02-07  Kim F. Storm  <storm@cua.dk>
12572         * simple.el (line-number-at-pos): Rename from line-at-pos.
12573         Uses changed (what-line and vc-annotate-warp-version).
12575 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12577         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12578         (diff-mode): Remove aborted attempt at support for compile.el.
12579         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12581 2004-02-06  Andreas Schwab  <schwab@suse.de>
12583         * view.el (view-mode-enable): Add view-mode-map to
12584         minor-mode-overriding-map-alist.
12586 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12588         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12590 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12593         with point inside rather than after the paragraph.
12595 2004-02-04  Sam Steingold  <sds@gnu.org>
12597         * mail/smtpmail.el (smtpmail-try-auth-methods):
12598         Do not try authentication when no mechanism is available.
12599         Pass port-name as defaultport to `netrc-machine'.
12601 2004-02-04  Stephen Eglen  <stephen@gnu.org>
12603         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12604         to show how minibuffer height can be constrained.
12606 2004-02-04  John Paul Wallington  <jpw@gnu.org>
12608         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12610 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12612         * x-dnd.el: New file for drag and drop.
12614         * term/x-win.el: require x-dnd, set after-make-frame-functions
12615         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12616         drag-n-drop event.
12618         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12619         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12620         (dired-dnd-handle-file): New functions for drag and drop support.
12621         (dired-mode): Initialize drag and drop if x-dnd present.
12623 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12625         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12626         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12627         (cperl-mode): Set fill-paragraph-function.
12628         (cperl-fill-paragraph): Make it non-interactive.
12630 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
12632         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12634 2004-02-02  David Kastrup  <dak@gnu.org>
12636         * replace.el (perform-replace): Allow 'literal argument in
12637         regexp-flag to indicate literal replacement.
12638         (query-replace-regexp-eval): Use it.
12640 2004-02-01  Andreas Schwab  <schwab@suse.de>
12642         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12644 2004-02-01  Stephen Eglen  <stephen@gnu.org>
12646         * info-look.el: Add support for maxima-mode.  Update commentary
12647         because info-lookup-symbol is now bound to C-h S.
12649 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
12651         * simple.el (edit-and-eval-command): Bind print-level and
12652         minibuffer-history-sexp-flag around call to read-from-minibuffer.
12653         Correct initial position in command-history.
12655 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
12657         * files.el (read-directory-name): Adapt the docstring to recent
12658         change in Fread_file_name.
12660 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
12662         * ses.el (ses-print-cell): If print format too wide for column
12663         width, truncate decimal places if that helps to avoid "#####" fill.
12664         * ses.el (ses-initial-column-width): Revert previous change.
12666 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12668         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12669         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12670         Add edebug info.
12671         (jit-lock-mode): Setup/cancel the new timer.
12672         (jit-lock-context-fontify): New fun.  Extracted from
12673         context fontification code of jit-lock-stealth-fontify.
12674         (jit-lock-stealth-fontify): Don't do context fontification any more.
12676         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12677         (jit-lock-fontify-now): Handle the `quit' case.
12678         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12680 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
12682         * progmodes/executable.el (executable-command-find-posix-p):
12683         New.  Check if find handles arguments Posix-style.
12685         * progmodes/grep.el (grep-compute-defaults):
12686         Use executable-command-find-posix-p.
12687         (grep-find): Check `grep-find-command'.
12689         * filecache.el (file-cache-find-posix-p): Delete.
12690         (file-cache-add-directory-using-find):
12691         Use `executable-command-find-posix-p'.
12693 2004-01-29  Dave Love  <fx@gnu.org>
12695         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12696         Iterate the hook function if arg is given.
12697         (mark-defun, narrow-to-defun): Change order of finding the limits.
12699         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12700         (byte-compile-format-warn): New.
12701         (byte-compile-callargs-warn): Use it.
12702         (Format, message, error): Add byte-compile-format-like property.
12703         (byte-compile-maybe-guarded): New.
12704         (byte-compile-if, byte-compile-cond): Use it.
12705         (byte-compile-lambda): Compile interactive forms,
12706         just to make warnings about them.
12708 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
12710         * ses.el (ses-initial-column-width): Increase to 14, so it will
12711         work well with the default printer of "%.7g" for extreme values
12712         like "-1.234567e+07".
12714 2004-01-29  Kenichi Handa  <handa@m17n.org>
12716         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12718 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
12720         * dos-w32.el: Added support for the `default-printer-name' function.
12722 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12724         * server.el (server-socket-name): Don't use the hostname in the
12725         socket name since /tmp is local to the host anyway.
12727         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12728         robust check of widening and fix var-naming.
12730 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
12732         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12733         or rmail-spam- to rsf- in all function and variable names.
12734         (rsf-min-region-to-spam-list): New variable.
12735         (rsf-bbdb-auto-delete-spam-entries): Rename from
12736         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
12737         scanned together with the recipients field for spam testing; Don't
12738         delete spam message if rmail-delete-after-output is non-nil;
12739         (rsf-check-field): New function, extracted from code in
12740         rmail-spam-filter to ease addition of header fields like
12741         content-type:;
12742         (message-content-type): New variable.  The content-type: field was
12743         added also in defcustom of rsf-definitions-alist;
12744         (rmail-spam-filter): Replace repeated test code for header fields
12745         by calls to check-field; change the call to
12746         rmail-output-to-rmail-file such that rmail-current-message stays
12747         the same to avoid wrong deletion of unseen flags.
12748         (rmail-use-spam-filter): Add autoload cookie.
12750 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
12752         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
12753         (file-cache-add-directory-using-find): Add Cygwin support.
12754         (file-cache-find-command-posix-flag): New user variable.
12756         * filecache.el (file-cache-add-directory): Check for
12757         directories an remove them from dir-files.
12759 2004-01-27  Richard M. Stallman  <rms@gnu.org>
12761         * man.el (Man-fontify-manpage): Clean up message.
12763 2004-01-27  Kenichi Handa  <handa@m17n.org>
12765         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12766         (sentence-end): Define using sentence-end-without-space.
12768         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12769         a sentence ends with one of a character in sentence-end-without-space.
12771 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12773         * font-lock.el (font-lock): Add jit-lock as explicit group member.
12774         (jit-lock): Group declaration moved to jit-lock.el.
12775         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12776         when necessary.
12778         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12779         (jit-lock-context-unfontify-pos): Rename from
12780         jit-lock-first-unfontify-pos.
12781         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12783 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12785         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12786         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12787         (fortran-fill): When filling a string, adjust re-search-backward
12788         argument for special case of string just on fill-column.
12789         When filling non-string, allow one extra char if
12790         fortran-break-before-delimiters is non-nil.
12791         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12792         Use fortran-break-delimiters-re and fortran-no-break-re to
12793         correctly handle cases such as "**".
12795         * progmodes/f90.el (f90-break-delimiters): Doc fix.
12796         (f90-no-break-re): Add some extra tokens.  Doc fix.
12798 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
12800         * mail/rmail-spam-filter.el:
12801         Use two semicolons as Commentary line prefix.
12802         Add ";;; Code:" stylized comment.
12803         Delete end-of-line whitespace.
12804         Wrap (require 'cl) with `eval-when-compile'.
12806 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
12808         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12809         at the top level of vc.el.
12811 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
12813         * vc.el (vc-current-line): Function removed.  This is now done by
12814         the new function line-at-pos in simple.el.
12815         (vc-annotate-warp-version): Use line-at-pos instead of
12816         vc-current-line.
12818 2004-01-22  Kim F. Storm  <storm@cua.dk>
12820         * simple.el (line-at-pos): New defun.
12821         (what-line): Use it.  Optimize by only counting lines in narrowed
12822         region once.
12824 2004-01-22  Kenichi Handa  <handa@m17n.org>
12826         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12827         point (register r1) only for charset mule-unicode-0100-24ff.
12829 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12831         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12832         trailing white space and ensure a final newline.
12834         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12835         Add autoload cookie.
12837 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
12839         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12840         activate view-mode explicitly.
12842 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12844         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12845         use clipboard first.
12847 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12849         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
12850         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12851         (vc-mcvs-cvs): Remove.
12852         (vc-mcvs-command): Remove use of assert.
12854         * outline.el (outline-insert-heading): Tighten up match.
12855         (outline-demote, outline-move-subtree-down): Don't assume anything
12856         about outline-regexp.
12858         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12859         (texinfo-show-structure): Explicitly add ^, and simplify.
12861 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12863         * calendar/appt.el (appt-check): Restore usage of
12864         appt-issue-message deleted in previous change.
12865         (top-level): Activate package when loaded (needed for backwards
12866         compatibility).
12868 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12870         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12871         following previous change to smtpmail-send-data.
12873 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
12875         * vc.el (vc-default-previous-version): Doc enhancement.
12876         (vc-default-next-version): New function.
12877         (vc-print-log): New arg FOCUS-REV.
12878         (vc-annotate-mode): Derive from view-mode.
12879         (vc-annotate): New args REVISION, DISPLAY-MODE.
12880         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12881         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12882         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12883         (vc-annotate-show-diff-revision-at-line, vc-current-line)
12884         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12886         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12888 2004-01-19  Karl Berry  <karl@gnu.org>
12890         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12891         or "TexInfo".
12893 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12895         * subr.el (delete-dups): New function.
12897 2004-01-19  Karl Berry  <karl@gnu.org>
12899         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12900         with ^, since that's what texinfo-show-structure
12901         documentation says (plus it works much better in texinfo.txi).
12903 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
12905         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12907 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
12909         * progmodes/which-func.el (which-function-mode): Don't cancel
12910         which-func-update-timer if not set.
12912 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
12914         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12915         Remove spurious left square bracket in XX:XXam regexp.
12917 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12919         * progmodes/cc-defs.el: Do not require cl at run time.
12921 2004-01-16  Richard M. Stallman  <rms@gnu.org>
12923         * emacs-lisp/cl.el (cl-cannot-unload): New function.
12924         (cl-unload-hook): Defvar this to run cl-cannot-unload.
12926         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12927         Call rmail-spam-filter.  Delete and expunge spam.
12928         Print number of spam messages deleted.
12929         Save and restore the deletion status of old messages when reading
12930         new mail with spam filter, so that expunging spam does not expunge
12931         msgs deleted by the user.
12932         (rmail-only-expunge): Add an optional argument dont-show to
12933         prevent showing message after expunge.
12935 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
12937         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12938         * subr.el (declare): New macro.
12940 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
12942         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12944 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12946         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12947         Test window-system rather than system-type (for X11/Mac).
12949 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
12951         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12953 2004-01-12  Richard M. Stallman  <rms@gnu.org>
12955         * mail/rmail.el (rmail-convert-to-babyl-format):
12956         Use mail-unquote-printable-region.
12957         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
12958         (rmail-hex-char-to-integer): Functions deleted.
12960         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
12961         (mail-unquote-printable-region): New arg NOERROR.
12962         For invalid encoding, either signal an error to just return nil.
12964 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12966         * calendar/appt.el: Update copyright and commentary.
12967         (appt-issue-message): Make obsolete.
12968         (appt-visible, appt-msg-window): Make obsolete, in favour of
12969         appt-display-format.
12970         (appt-display-mode-line, appt-display-duration)
12971         (appt-display-diary, appt-time-msg-list, appt-mode-string)
12972         (appt-prev-comp-time, appt-display-count, appt-timer)
12973         (appt-convert-time): Doc change.
12974         (appt-disp-window-function, appt-delete-window-function):
12975         Use defcustom rather than defvar.
12976         (appt-display-format): New variable.
12977         (appt-display-message): New function with display code from appt-check.
12978         (appt-check): Add optional FORCE argument.  Doc change.
12979         Add appt-make-list to diary-hook if displaying diary.
12980         Remove checking of view-diary-entries-initially.
12981         Message display section removed to new function appt-display-message.
12982         (appt-display-window): Doc change.  Remove unused internal var
12983         this-buffer.  Do not beep, since appt-display-message does that.
12984         (appt-make-list): Doc change.  Use caar.
12985         (appt-sort-list): Simplify by using builtin sort function.
12986         (appt-update-list): New function for updating appts when diary is
12987         saved.
12988         (appt-activate): New autoloaded function to toggle package
12989         functionality.
12991         * calendar/cal-x.el: (calendar-one-frame-setup)
12992         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
12994         * calendar/calendar.el: Update copyright.
12995         (view-diary-entries-initially, european-calendar-style): Doc change.
12996         (calendar-setup): Make defcustom rather than defvar.
12997         (mark-visible-calendar-date): Initialize temp-face and faceinfo
12998         in let binding so local to function.
13000         * calendar/diary-lib.el: Update copyright.
13001         (diary, diary-entry-time): Doc change.
13002         (list-diary-entries): Doc change.  Trivial logic change.
13003         (fancy-diary-display): Restore make-face command mistakenly
13004         deleted 2003-05-08.
13005         (show-all-diary-entries): Allow to pop-up frame if needed.
13007 2004-01-09  John Paul Wallington  <jpw@gnu.org>
13009         * bindings.el (mode-line-change-eol): Add EVENT parameter.
13010         Temporarily select EVENT's window for changing eol type.
13012 2004-01-09  Deepak Goel  <deego@gnufans.org>
13014         * calendar/diary-lib.el (diary-entry-time):
13015         Also accept time in the form XX[.XX][am/pm/AM/PM].
13016         (fancy-diary-font-lock-keywords): Likewise.
13017         (diary-font-lock-keywords): Likewise.
13018         * calendar/appt.el (appt-add): Likewise.
13019         (appt-make-list): Likewise.
13020         (appt-convert-time): Likewise.
13022 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
13024         * gdb-ui.el (gdb-ann3): Revert previous change.
13025         (gdb-source-info): Allow for case of where compilation directory
13026         is not recorded.
13028 2004-01-08  John Paul Wallington  <jpw@gnu.org>
13030         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13032 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
13034         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13036         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13037         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13038         problems.
13039         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13041 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
13043         * files.el (write-file-functions, write-contents-functions):
13044         Clarify docstrings.
13046 2004-01-07  Kenichi Handa  <handa@m17n.org>
13048         * international/mule.el (set-auto-coding): Fix for the case that
13049         end-of-line is only CR.
13051 2004-01-07  Kim F. Storm  <storm@cua.dk>
13053         * subr.el (event-start, event-end): Doc fix.
13054         (posn-string, posn-image): New defuns.
13055         (posn-object): Return either image or string object.
13056         (posn-object-x-y): Return 8th element of position.
13057         (posn-object-width-height): New defun.
13059 2004-01-06  Andreas Schwab  <schwab@suse.de>
13061         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13062         output.
13064 2004-01-05  Karl Berry  <karl@gnu.org>
13066         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13067         / and *, too.
13069 2003-12-31  Simon Josefsson  <jas@extundo.com>
13071         * files.el (before-save-hook): Add.
13072         (basic-save-buffer): Use before-save-hook.
13074         * emacs-lisp/copyright.el: Fix comment to recommend
13075         before-save-hook instead of write-file-functions.
13077 2004-01-05  Richard M. Stallman  <rms@gnu.org>
13079         * finder.el (finder-commentary): Call delete-other-windows.
13081         * net/ange-ftp.el (ange-ftp-file-attributes):
13082         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13084 2004-01-04  Karl Berry  <karl@gnu.org>
13086         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13087         comment characters % and # in the copyright year notice,
13088         as well as ;.
13090 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
13092         * wid-edit.el (default): Define dummy :value-delete.
13093         Reported by Jesper Harder <harder@ifa.au.dk>.
13095 2004-01-03  Richard M. Stallman  <rms@gnu.org>
13097         * progmodes/compile.el (compile-internal): Use point, not point-min,
13098         for set-window-point.
13100         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13102         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13104         * progmodes/grep.el (grep-mode-map):
13105         Don't remap next-line, previous-line.
13107 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
13109         * speedbar.el (speedbar-edit-line): Change regexp to position
13110         the cursor on the first character of this line's button.
13112 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13114         * subr.el (functionp): Doc fix.
13116 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13118         * progmodes/idlwave.el (idlwave-make-tags):
13119         * textmodes/flyspell.el (flyspell-large-region):.
13120         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13121         * emulation/viper-util.el (viper-glob-unix-files):
13122         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13123         * man.el (Man-init-defvars):
13124         * jka-compr.el (jka-compr-call-process):
13125         * files.el (get-free-disk-space,insert-directory):
13126         * ediff-ptch.el (ediff-test-patch-utility):
13127         * ediff-diff.el (ediff-test-utility):
13128         * dired-aux.el (dired-check-process):
13129         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13130         test the return value of call-process, because it can be a string.
13132 2003-12-31  John Paul Wallington  <jpw@gnu.org>
13134         * bindings.el (completion-ignored-extensions): Add .pfsl.
13136 2003-12-31  Kim F. Storm  <storm@cua.dk>
13138         * ido.el (ido-nonreadable-directory-p): New defun to check for
13139         nonreadable directory without activating tramp (to avoid problems
13140         with checking incomplete tramp paths).
13141         (ido-set-current-directory, ido-file-internal)
13142         (ido-file-name-all-completions1): Use it.
13144 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13146         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13147         documentation if the anchor (or node) name is preceded by `info
13148         anchor' or `Info anchor' in addition to earlier `info node' and
13149         `Info node'.
13150         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13152 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13154         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13155         error in arguments to base64-decode-region.  Remove ^M characters
13156         after decoding base64.
13158 2003-12-30  Simon Josefsson  <jas@extundo.com>
13160         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
13161         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13162         have only been distributed with Emacs for some years.
13163         (texinfo-mode-hook): Customize.
13165 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13167         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13168         cleaner (suggested by Richard Stallman).
13170         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13171         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13172         file-name clashes on 8+3 DOS filesystems.
13174         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13175         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13176         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13177         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13178         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13179         file-name clashes on 8+3 filesystems.
13181         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13182         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13183         file-name clashes on 8+3 DOS filesystems.
13185 2003-12-29  Richard M. Stallman  <rms@gnu.org>
13187         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13188         Upcase the character.
13190         * textmodes/flyspell.el (mail-mode-flyspell-verify):
13191         Search for header separator alone on a line, literally,
13192         and search for it backward, not forward.
13193         (flyspell-abbrev-table): Always use global-abbrev-table
13194         if there is no local one.
13196         * progmodes/sh-script.el (sh-get-indent-info):
13197         Don't move point back if at bob.
13199         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13201         * play/handwrite.el (handwrite): Make the handwrite credit message
13202         a comment rather than an output command.
13204         * obsolete/sc.el: Display message that this file is obsolete.
13206         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13208         * mail/rfc822.el (rfc822-address-start): Declare variable.
13209         Renamed from address-start.  All uses changed.
13211         * term.el (term-exec): Set up sentinel.
13212         (term-sentinel): New function.
13213         (term-handle-exit): New function.
13215         * subr.el (assoc-ignore-case, assoc-ignore-representation):
13216         Use assoc-string, and mark them obsolete.
13217         (delay-mode-hooks): Mark as permanent local.
13219         * simple.el (sendmail-user-agent-compose): Use assoc-string.
13221         * register.el (copy-rectangle-to-register): Doc fix.
13223         * info.el (Info-insert-dir): Use assoc-string.
13225         * info-look.el (info-lookup): Use assoc-string.
13227         * frame.el (pop-up-frame-function): Use quote, not `function'.
13228         (frame-notice-user-settings): Calculate ADJUSTED-TOP
13229         copying with lists as coordinate values.
13231         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13233         * find-dired.el (kill-find): New command.
13234         (find-dired): Make buffer read-only.
13235         Set up a keymap with C-c C-k running kill-find.
13236         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13238         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13240         * filecache.el (file-cache-ignore-case): New variable.
13241         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
13243         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13244         (comint-dynamic-complete-as-filename): Rename local vars.
13245         (comint-dynamic-list-filename-completions): Likewise.
13247         * comint.el (comint-dynamic-list-completions-config): New var.
13248         (comint-dynamic-list-completions): Handle both SPC and TAB right.
13250         * comint.el (comint-file-name-chars): Add [].
13251         (comint-word): Use skip-chars-backward, not search.
13253         * shell.el (shell-file-name-chars): Add [].
13255         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13257         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13259         * generic.el (define-generic-mode): Doc fix.
13261 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13263         * files.el (kill-some-buffers): Doc fix.
13265 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
13267         * comint.el (comint-watch-for-password-prompt): Pass `string' as
13268         arg to send-invisible
13269         (send-invisible): Doc fix.  The argument is now a prompt, not the
13270         string to send.
13271         (comint-read-noecho): Doc fix.
13273 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
13275         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13276         "@", as required by some ISP hosting service.  Fix defcustom
13277         argument syntax errors that prevented use of customization.
13279 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13281         * xml.el (xml-get-attribute-or-nil): Doc fix.
13283 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
13285         * net/zone-mode.el (zone-mode): Use write-file-functions, not
13286         write-file-hooks.
13288 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13290         * autorevert.el (auto-revert-interval): Doc fix.
13292 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
13294         * xml.el (xml-get-attribute-or-nil): New function, like
13295         xml-get-attribute, but returns nil if the attribute was not found.
13296         (xml-get-attribute): Convert to defsubst, uses
13297         xml-get-attribute-or-nil.
13299 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13301         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13303 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
13305         * custom.el (custom-declare-theme): Use `value' when putting
13306         properties on `theme'.
13308 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
13310         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13311         for each yank-handler segment.
13312         (insert-for-yank-1): New function, with the body of the previous
13313         insert-for-yank.
13315         * textmodes/table.el (table-yank-handler): New defcustom.
13316         (table--put-cell-indicator-property): Put yank-handler property
13317         that indicates the yank handler for the table cell.
13319 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13321         * generic-x.el (etc-modules-conf-generic-mode): A more complete
13322         set of keywords.
13324 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13326         * international/mule-cmds.el (reset-language-environment)
13327         (set-language-environment): Don't invoke fontset-related functions
13328         if fontset-list is not fboundp.
13330 2003-12-29  Kenichi Handa  <handa@m17n.org>
13332         * international/mule-cmds.el (reset-language-environment):
13333         Call set-overriding-fontspec-internal with nil.
13334         (set-language-environment): Call set-overriding-fontspec-internal
13335         if the language environment specify `overriding-fontspec'.
13336         (language-info-alist): Doc added.
13338         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13339         characters of mule-unicode-0100-24ff.
13340         (ccl-encode-windows-1251-font): New CCL program.
13341         ("Bulgarian"): Specify overriding-fontspec.
13342         ("Belarusian"): Likewise.
13344 2003-12-28  Sam Steingold  <sds@gnu.org>
13346         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13347         parameter ID-FORMAT to conform with the 2003-11-30 patch.
13349 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
13351         * progmodes/gud.el (gud-gdb-command-name): Set default to
13352         "gdb --annotate=3".
13353         (gud-gdb-marker-filter): Look out for annotations.
13354         (gdb-first-pre-prompt): New variable.
13355         Remove trailing white space.
13357         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13358         if necessary.
13359         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
13360         annotations are detected.
13361         (gud-gdba-marker-filter): Use global variable gud-marker-acc
13362         instead of a local one to allow transition from
13363         gud-gdb-marker-filter.
13364         Remove trailing white space.
13366 2003-12-27  Kim F. Storm  <storm@cua.dk>
13368         * ido.el: Handle non-readable directories.
13369         (ido-decorations): Add 9th element for non-readable directory.
13370         (ido-directory-nonreadable): New dynamic var.
13371         (ido-set-current-directory): Set it.
13372         (ido-read-buffer, ido-file-internal):
13373         (ido-read-file-name, ido-read-directory-name): Let-bind it.
13374         (ido-file-name-all-completions1): Return empty list for
13375         non-readable directory.
13376         (ido-exhibit): Print [Not readable] if directory is not readable.
13377         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13378         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13379         Use it.
13381 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
13383         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13384         calls to directory-files-and-attributes and file-attributes.
13385         (ls-lisp-format): Remove system dependent handling of user and
13386         group id's.
13388 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
13390         * ffap.el (ffap-read-file-or-url): Revert previous change.
13392 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
13394         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13395         new list of included files called `files-with-node-lines', that
13396         only have node lines.  This way @include commands can include any
13397         file, such as version and update files without node lines, not
13398         just files that are chapters.
13400 2003-12-25  Andreas Schwab  <schwab@suse.de>
13402         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13403         file not found.
13405 2003-12-08  Miles Bader  <miles@gnu.org>
13407         * dired.el (dired-between-files): Always use dired-move-to-filename,
13408         which is more robust in non-english locales.
13410 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13412         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13414 2003-12-24  Andreas Schwab  <schwab@suse.de>
13416         * shell.el (shell-file-name-quote-list): Add backslash.
13418         * comint.el (comint-quote-filename): Correctly handle backslash
13419         in comint-file-name-quote-list.
13421 2003-12-24  Kenichi Handa  <handa@m17n.org>
13423         * international/mule-cmds.el (set-default-coding-systems):
13424         Call ucs-set-table-for-input for all buffers that don't have local
13425         value of buffer-file-coding-system.
13427         * international/ucs-tables.el (ucs-set-table-for-input):
13428         If translation-table-for-encode is a symbol, get its
13429         translation-table property.
13431 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
13433         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13434         to `completing-read' on a recently fixed bug.
13436         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13437         instead of SPACE, to get the list of possible fringe modes.
13438         SPACE only works if both `partial-completion-mode' and
13439         `completion-auto-help' are nil.
13441         * complete.el (PC-is-complete-p): Delete.
13442         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13443         calls to `test-completion'.
13445 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
13447         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13448         to edit values when there are no children.
13450         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13451         a mode called "Assembler" already exists.
13452         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13453         (gud-watch): Use format option.  Remove font properties from string.
13454         (gdb-var-create-handler, gdb-var-list-children-handler):
13455         Don't bother about properties as there are none.
13456         (gdb-var-create-handler, gdb-var-list-children-handler)
13457         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13458         with two arguments.
13459         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13460         Let speedbar show value changes with a different font.
13461         (gdb-edit-value): New defun.
13462         (gdb-clear-partial-output, gdb-clear-inferior-io)
13463         (def-gdb-auto-update-handler): Use erase-buffer.
13464         (gdb-frame-handler): Display watch expressions in
13465         FUNCTION::VARIABLE format if required.
13467 2003-12-23  John Paul Wallington  <jpw@gnu.org>
13469         * info.el (Info-unescape-quotes, Info-split-parameter-string)
13470         (Info-goto-emacs-command-node): Doc fixes.
13472 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
13474         * cus-edit.el (custom-add-parent-links): Define "many".
13476 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
13478         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13479         (widget-child-validate, widget-type-value-create)
13480         (widget-type-default-get, widget-type-match): New functions.
13481         (lazy): New widget.
13482         (menu-choice, checklist, radio-button-choice, editable-list)
13483         (group, documentation-string): Remove redundant (per 2003-10-25
13484         change) calls to `widget-children-value-delete'.
13485         (widget-choice-value-get, widget-choice-value-inline): Remove.
13486         (menu-choice): Update widget.
13488 2003-12-03  Kenichi Handa  <handa@m17n.org>
13490         * language/cyrillic.el: Register "microsoft-cp1251" in
13491         ctext-non-standard-encodings-alist.
13492         ("Bulgarian"): Add ctext-non-standard-encodings.
13493         ("Belarusian"): Likewise.
13495         * international/mule-conf.el (compound-text-with-extensions):
13496         Change the type to 2 (iso-2022 base).
13498         * international/mule.el (ctext-non-standard-encodings-alist):
13499         Change the format.
13500         (ctext-non-standard-encodings): New variable.
13501         (ctext-post-read-conversion): Fully re-written.
13502         (ctext-non-standard-designations-alist): Delete it.
13503         (ctext-non-standard-encodings-table): New function.
13504         (ctext-pre-write-conversion): Fully re-written.
13506 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
13508         * cus-edit.el (custom-add-parent-links): Add documentation links
13509         for parent, if the item has none of its own.
13511 2003-11-30  Richard M. Stallman  <rms@gnu.org>
13513         * dired-aux.el (dired-do-query-replace-regexp):
13514         Report files visited read-only.
13516 2003-11-30  Juri Linkov  <juri@jurta.org>
13518         * dired-aux.el (dired-compare-directories): New command.
13519         (dired-file-set-difference, dired-files-attributes): New functions.
13521 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
13522         Version 2.0.38 of Tramp released.
13524         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
13525         Charles Curley <charlescurley@charlescurley.com>.
13526         (tramp-multi-connection-function-alist): Add ssht entry which adds
13527         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
13528         Aichner.
13529         (tramp-get-method-parameter): New function to retrieve a method
13530         parameter.  This allows for omission of method parameters.
13531         Callers adjusted.
13533 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
13535         * net/tramp.el: Add new optional parameter ID-FORMAT to
13536         `file-attributes'.  Calls of `file-attributes' won't use this
13537         parameter for backward compatibility reasons.
13538         (tramp-perl-file-attributes): Add a new parameter to Perl script
13539         in order to handle uid/gid as strings, if desired.
13540         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13541         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13542         order to make the function more general.
13543         (tramp-handle-file-attributes): Replace proprietary optional
13544         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13545         (tramp-handle-file-attributes-with-perl): Handle parameter
13546         NONNUMERIC if set.  This wasn't done in the past.
13547         (tramp-post-connection): Apply second parameter "$2" if
13548         `tramp-remote-perl' is called.
13550         * net/tramp-smb.el (tramp-smb-handle-delete-file):
13551         Correct cut'n'waste error (`filename' instead of `directory').
13552         (tramp-smb-handle-directory-files-and-attributes)
13553         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13554         introduced parameter ID-FORMAT.
13555         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13556         error (`directory' instead of `ldir').
13558         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13559         `file-attributes' has a second parameter.  If yes, apply it with
13560         value "'integer".  Otherwise, don't use that parameter (default is
13561         integer format).
13563 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
13565         * help.el (help-map): Bind `display-local-help' to `C-h .'.
13566         (help-for-help): Add `C-h .' to the listed Help options.
13567         Remove trailing whitespace.
13569         * help-at-pt.el: New file.
13571 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
13573         * subr.el (noreturn, 1value): New macros for test coverage.
13574         See `testcover.el'.
13576         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13578         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13579         for macro `1value'.
13580         (testcover-1value): New function.  Checks that a 1value form
13581         actually returns only one value.  Requested by RMS.
13583 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
13585         * gdb-ui.el (gud-watch, gdb-var-create-handler)
13586         (gdb-var-list-children, gdb-var-list-children-handler)
13587         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13588         gdb commands that use mi to keep them out of the command history.
13590 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13592         * cus-start.el (all): Add use-file-dialog.
13594 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13596         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13598 2003-11-27  Kim F. Storm  <storm@cua.dk>
13600         * subr.el (posn-object-x-y): New defun.
13602 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13604         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13605         Don't use `space' for \\\n.
13606         Be more selective as to which # are comment-starters.
13608 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
13610         * subr.el (number-sequence): Improve handling of floating point
13611         arguments (suggested by Kim Storm).  Allow negative arguments.
13613 2003-11-26  Kenichi Handa  <handa@m17n.org>
13615         * international/mule-cmds.el (standard-display-european-internal):
13616         Cancel the standard-display-table setting for ` and '.
13618 2003-11-26  Kim F. Storm  <storm@cua.dk>
13620         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13621         New defcustoms to add ffap-like functionality to ido.
13622         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
13623         (ido-no-final-slash): New defun.
13624         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13625         (ido-read-file-name): ): Toggle VC checking via
13626         vc-handled-backends instead of vc-master-templates.
13627         (ido-file-internal): Handle ido-use-url-at-point and
13628         ido-use-filename-at-point via code borrowed from ffap-guesser.
13629         Handle new ido-exit code ffap.
13630         (ido-sort-list): Ignore final slash when sorting file names.
13632 2003-11-25  Kim F. Storm  <storm@cua.dk>
13634         * emulation/cua-base.el (cua--standard-movement-commands):
13635         Add forward-sentence and backward-sentence.
13637 2003-11-25  Stephen Eglen  <stephen@gnu.org>
13639         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13640         iswitchb-exit is set to 'usefirst when user selects buffer at head
13641         of list using RET.  (Selecting buffers at the head of the list was
13642         broken if the substring was also a complete buffername.)
13644 2003-11-23  Kim F. Storm  <storm@cua.dk>
13646         * progmodes/compile.el (grep-command, grep-use-null-device)
13647         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13648         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13649         (grep-regexp-alist, grep-program, find-program)
13650         (grep-find-use-xargs, grep-history, grep-find-history)
13651         (grep-process-setup, grep-compute-defaults)
13652         (grep-default-command, grep, grep-tag-default, grep-find)
13653         (grep-expand-command-macros, grep-tree-last-regexp)
13654         (grep-tree-last-files, grep-tree): Move grep variables, functions
13655         and commands to new file grep.el.
13656         (compilation-mode-map): Remove grep commands from Compile sub-menu.
13657         (compilation-process-setup-function): Doc fix.
13658         (compilation-highlight-regexp, compilation-highlight-overlay): New
13659         defvars used for highlighting current compile error in source buffer.
13660         (compile-internal): New optional args HIGHLIGHT-REGEXP and
13661         LOCAL-MAP which overrides compilation-highlight-regexp and
13662         compilation-mode-map for this compilation.
13663         Delay calling compilation-set-window-height until after running
13664         compilation-process-setup-function so it can buffer-local override
13665         compilation-window-height.
13666         Check buffer-local value of compilation-scroll-output.
13667         (compilation-set-window-height): Use buffer-local value of
13668         compilation-window-height.
13669         (compilation-revert-buffer): Don't pass (undefined)
13670         preserve-modes arg to revert-buffer.
13671         (next-error-no-select, previous-error-no-select): New commands.
13672         (compilation-goto-locus): Temporarily highlight current match in
13673         source buffer using compilation-highlight-regexp.
13675         * progmodes/grep.el: New file with grep code from compile.el.
13676         (grep): New defcustom group.
13677         (grep-window-height): New defcustom, like compilation-window-height.
13678         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13679         (grep-scroll-output): New defcustom, like compilation-scroll-output.
13680         (grep-command, grep-use-null-device, grep-find-command)
13681         (grep-tree-files-aliases, grep-tree-ignore-case)
13682         (grep-tree-ignore-CVS-directories): Move to grep custom group.
13683         (grep-setup-hook): New hook variable.
13684         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
13685         (grep-last-buffer): New defvar, override compilation-last-buffer.
13686         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
13687         Call compile-internal with args highlight-regexp and grep-mode-map.
13689 2003-11-23  Kim F. Storm  <storm@cua.dk>
13691         * subr.el (event-start, event-end): Doc fix.
13692         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13693         (posn-area, posn-actual-col-row, posn-object): New defuns.
13694         (posn-col-row): Simplify doc.  Rewrite to use cond.
13695         (posn-point): Also return buffer position for events outside text
13696         area (that info is now present in the event position).
13698         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13699         mouse-set-point so that hscroll still works now that clicks on
13700         fringes generate specific mouse events.
13701         (mouse-set-point): Note that it now works in fringes and margins
13702         too due to new semantics of posn-point in fringes and margins.
13704         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13705         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13707 2003-11-20  Kim F. Storm  <storm@cua.dk>
13709         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13710         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13711         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13712         to 100 for icons to avoid increasing line height when shown.
13714 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13716         * newcomment.el (comment-normalize-vars): Initialize properly if
13717         comment-start was nil.
13719 2003-11-19  Andreas Schwab  <schwab@suse.de>
13721         * simple.el (set-variable): Fix indentation.
13723 2003-11-17  Kenichi Handa  <handa@m17n.org>
13725         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13726         Fix docstring.
13728 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13730         * international/latin1-disp.el (latin1-display): Fix docstring.
13732 2003-11-16  John Wiegley  <johnw@newartisans.com>
13734         * eshell/em-ls.el (eshell-ls-file): There are times with
13735         size-width is nil and uncomputed (when directories are created in
13736         dired, for example); in this case, 4 is reasonable default value,
13737         although it may caused skewed new entries (which could be avoided
13738         by returning the original value of 8 in all cases, but 99% of the
13739         time this is a waste of whitespace).
13741 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
13743         * cc-engine.el (c-guess-continued-construct)
13744         (c-guess-basic-syntax): Check a little more carefully if it's a
13745         function declaration when an unknown construct followed by a block
13746         is found inside a statement context.  This avoids macros followed
13747         by blocks to be taken as function declarations.
13749         (c-guess-continued-construct): Change the analysis of a statement
13750         continuation with a brace open to `substatement-block', for
13751         consistency with recognized statements.
13753         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13754         start is in a position so that `c-beginning-of-statement-1' jumped
13755         to the beginning of the same statement.
13757         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13758         Don't accept binary operators in the arglist if we're in a function
13759         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
13760         template recognition in cases like "if (a < b || c > d)".
13762         (c-restricted-<>-arglists): New more appropriate name for
13763         `c-disallow-comma-in-<>-arglists'.
13765         Accessing functions updated for the variable name change.
13767         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13768         match data could get clobbered if NOT-INSIDE-TOKEN is used.
13770         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13771         labels.
13773         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13774         instead of duplicating parts of it.  This fixes bogus label
13775         recognition.
13777         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13778         of checking the context in which to apply the minimum indentation,
13779         so that it isn't enforced in e.g. namespace blocks.
13781         * cc-vars.el (c-inside-block-syms): New constant used by
13782         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
13783         to somewhat reduce the risk of becoming stale.
13785         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13786         cc-cmds to cc-engine to allow use from cc-align.
13788         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13789         qualified identifiers containing "::".
13791         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13792         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13794         * cc-vars.el (c-emacs-features): Use a space in front of the name
13795         of the temporary buffer.  That also avoids dumping problems in
13796         XEmacs due to undo info being left around after the buffer is killed.
13798         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13799         arglist to see if it's a K&R style declaration.
13801         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13802         before returning `knr-argdecl-intro'.
13804 2003-11-16  John Wiegley  <johnw@newartisans.com>
13806         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13807         field in a long-listing always 8 characters, use `size-width',
13808         which has already been computed.
13810 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
13812         * subr.el (minor-mode-list): Add `hs-minor-mode'.
13814 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13816         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13817         Support operation while narrowed, with `diff-restrict-view'.
13819 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13821         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13822         Take additional optional arg NARROWFUN.  For the generated functions:
13823         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
13824         include frags that arrange to check for and save narrowing state before
13825         the move and then conditionally call NARROWFUN after the move.
13827 2003-11-14  John Wiegley  <johnw@newartisans.com>
13829         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13830         that was optional, but obviously missing based on surrounding code.
13832         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13833         string arguments to numbers unless the whole argument was seen as
13834         a number.
13836 2003-11-14  Kenichi Handa  <handa@m17n.org>
13838         * international/mule.el (ctext-non-standard-encodings-alist):
13839         Fix coding systems.
13841 2003-11-10  Kenichi Handa  <handa@m17n.org>
13843         * language/kannada.el ("Kannada"): Add sample-text.
13845         * language/knd-util.el (kannada-compose-region)
13846         (kannada-compose-string, kannada-post-read-conversion):
13847         Add autoload cookie.
13849         * international/quail.el (quail-completion): Change the message
13850         "corresponding translations" to "corresponding characters".
13852 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13854         * descr-text.el (describe-char): Fix typo.
13856 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
13858         These changes are to support Kannada language/script.
13860         * Makefile.in (DONTCOMPILE): Add kannada.el.
13862         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13864         * loadup.el: Preload kannada.el.
13866         * language/ind-util.el (ucs-kannada-to-is13194-alist)
13867         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13868         New variables.
13870         * language/kannada.el: New file.
13872         * language/knd-util.el: New file.
13874 2003-11-07  Andreas Schwab  <schwab@suse.de>
13876         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13877         Also highlight AH_*.
13879         * xml.el (xml-parse-dtd): Fix misplaced paren.
13881 2003-11-07  Kenichi Handa  <handa@m17n.org>
13883         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13885 2003-11-05  Juri Linkov  <juri@jurta.org>
13887         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13888         (desktop-buffer-file): Use saved buffer-file-coding-system
13889         for file reading.  Set auto-insert to nil to prevent automatic
13890         insertion into restored empty files.
13892 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
13894         * files.el (risky-local-variable-p): Make second argument optional.
13896 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13898         * subr.el (add-hook): Fix last change.
13900 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
13902         * mail/rmail.el (rmail-convert-to-babyl-format):
13903         If base64-decode-region signals an error, catch it and silently
13904         ignore it.
13906 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
13908         * xml.el (xml-parse-region): Allow comments to appear after the
13909         topmost element has closed.
13910         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13911         (xml-ns-expand-attr): New functions to do namespace handling.
13912         (xml-intern-attrlist): Back-compatible handling of attribute names.
13913         (xml-parse-tag): Move namespace handling to separate functions.
13914         Now produces elements in the form ((:ns . "element") (attr-list)
13915         children) instead of ('ns:element (attr-list) children).
13916         (xml-parse-attlist): Fix attribute parsing.
13917         (xml-parse-dtd): Change parsing so that it produces strings
13918         instead of interned symbols.
13920 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
13922         * dired.el (dired-ls-sorting-switches): Doc fix.
13924 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
13926         * emacs-lisp/rx.el (rx-or): Fix the case of
13927         "(rx (and ?a (or ?b ?c) ?d))".
13929 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
13931         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13932         (texinfo-format-region): Use it.
13933         (texinfo-format-buffer-1): Ditto.
13935 2003-11-01  Alan Mackenzie  <acm@muc.de>
13937         Changes to allow scrolling whilst in isearch mode:
13938         * isearch.el (isearch-unread-key-sequence): New function,
13939         extracted from isearch-other-meta-char.
13940         (top level): (put 'foo 'isearch-scroll) on all Emacs's
13941         "scrollable" standard functions.
13942         (isearch-allow-scroll): New customizable variable.
13943         (isearch-string-out-of-window, isearch-back-into-window)
13944         (isearch-reread-key-sequence-naturally)
13945         (isearch-lookup-scroll-key): New functions.
13946         (isearch-other-meta-char): Doc string and functionality enhanced.
13947         Now accepts a prefix argument.
13948         (isearch-lazy-highlight-window-end): New variable.
13949         (isearch-lazy-highlight-new-loop): Pay attention to the window's
13950         end (thru isearch-lazy-highlight-window-end), not only its start.
13952         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13953         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
13954         (universal-argument, universal-argument-more, negative-argument)
13955         (digit-argument, universal-argument-other-key): Minor changes.
13957 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13959         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
13960         recursively if the last message is deleted, thus avoiding an
13961         infinite loop.
13963 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13965         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
13966         (tex-main-file): Don't add .tex if the extension is already present.
13967         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
13969 2003-10-29  Lute Kamstra  <lute@gnu.org>
13971         * progmodes/octave-inf.el (inferior-octave-prompt):
13972         Recognize version number in prompt.
13974 2003-10-28  Dave Love  <fx@gnu.org>
13976         * international/characters.el: Fix some Unicode ranges.
13978 2003-10-28  Kenichi Handa  <handa@m17n.org>
13980         * disp-table.el (standard-display-8bit)
13981         (standard-display-default, standard-display-ascii)
13982         (standard-display-g1, standard-display-graphic)
13983         (standard-display-underline): Assure that standard-display-table
13984         is a display table.
13986 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13988         * simple.el (reindent-then-newline-and-indent): Delete space *after*
13989         reindenting the first line.
13991 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13993         * wid-edit.el (widget-default-delete): Always delete child widgets.
13995 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13997         * newcomment.el (comment-indent): Don't call indent-according-to-mode
13998         if the line has code.
13999         Don't try to line up with something that's too far left.
14001         * progmodes/octave-mod.el (octave-comment-start): Simplify.
14002         (octave-mode-syntax-table): Add % as a comment starter.
14003         (octave-point): Remove.
14004         (octave-in-comment-p, octave-in-string-p)
14005         (octave-not-in-string-or-comment-p, calculate-octave-indent)
14006         (octave-blink-matching-block-open, octave-auto-fill):
14007         Use line-(beginning|end)-position instead.
14009 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14011         * emacs-lisp/authors.el (authors-aliases): Add correct realname
14012         for Francesco Potort\e,Al\e(B.
14014 2003-10-23  Dave Love  <fx@gnu.org>
14016         * international/mule-cmds.el (locale-charset-to-coding-system):
14017         Don't rely on nil being a coding system.
14019         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14020         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14021         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14023 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
14025         * gdb-ui.el (gdb-current-language): New variable.
14026         (gdb-update-flag): Remove variable.
14027         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14028         (gdb-take-last-elt): Remove function.
14029         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14030         (gdb-post-prompt): Check for variable object changes here.
14032         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14033         object changes in gdb-ui.el.
14035 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14037         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14039         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14040         Don't check for foo*/ wildcard form here.
14041         (insert-directory): Recognize foo*/ as a wildcard.
14042         Separate wildcard-regexp variable from the arg, wildcard.
14044         * subr.el (add-hook): Correctly detect when make-local-hook was used.
14045         (remove-hook): Correctly handle strange cases about local hooks.
14047 2003-10-21  David Ponce  <david@dponce.com>
14049         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14050         argument REAL, to return a real number instead of a rounded
14051         integer value.  Define as inline function.
14052         (ruler-mode-right-fringe-cols): Likewise.
14053         (ruler-mode-scroll-bar-cols): New function.
14054         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
14055         (ruler-mode-right-scroll-bar-cols): Likewise.
14056         (ruler-mode-space): New function.
14057         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
14058         scroll bar mode and margins in a more robust way.
14060 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
14062         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14063         (antlr-c-init-language-vars): New function.
14064         (antlr-mode): Use it with cc-mode before v5.29.
14065         (antlr-c-common-init): Don't set some local vars here.
14066         (antlr-mode): Set them here.
14067         (antlr-c-forward-sws): New function alias.
14068         (antlr-mode): Redefine with cc-mode before v5.30.
14069         (antlr-skip-sexps): Use it.
14070         (antlr-skip-exception-part): Ditto.
14071         (antlr-skip-file-prelude): Ditto.
14072         (antlr-outside-rule-p): Ditto.
14073         (antlr-end-of-body): Ditto.
14074         (antlr-option-kind): Ditto.
14075         (antlr-insert-option-area): Ditto.
14076         (antlr-file-dependencies): Ditto.
14078 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14080         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14081         Move backward only if point was not inside an entry.
14083 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14085         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14087 2003-10-21  Juri Linkov  <juri@jurta.org>
14089         * compare-w.el: Automatically skip non-matching text to resync.
14090         (compare-windows-whitespace): Doc fix.
14091         (compare-windows-sync, compare-windows-sync-string-size)
14092         (compare-windows-recenter, compare-ignore-whitespace)
14093         (compare-windows-highlight, compare-windows-face): New variables.
14094         (compare-windows): Use compare-windows-sync.
14095         (compare-windows-highlight, compare-windows-dehighlight)
14096         (compare-windows-sync-regexp)
14097         (compare-windows-sync-default-function): New functions.
14099 2003-10-21  Juri Linkov  <juri@jurta.org>
14101         * diff.el (diff-parse-differences): Don't visit the files now;
14102         instead, just record the error locus.
14104 2003-10-21  Dave Love  <fx@gnu.org>
14106         * progmodes/cfengine.el: New file.
14108 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14110         * complete.el (PC-do-completion): Do not forget to use `pred' as the
14111         default-directory when completing file names.
14113 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
14115         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14116         followed by the word `face', it gets treated as a face, even if
14117         it is also defined as a variable or a function.
14119 2003-10-20  Dave Love  <fx@gnu.org>
14121         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14122         Avoid incf in macro expansion.
14124 2003-10-20  John Paul Wallington  <jpw@gnu.org>
14126         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14127         `evenp' so we don't implicitly require cl library at runtime.
14129 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
14131         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14132         (help-make-xrefs): Only make cross-references for faces if
14133         preceded or followed by the word `face'.  Do not make a
14134         cross-reference for variables without variable documentation,
14135         unless preceded by the word `variable' or `option'.  Update doc
14136         string accordingly.
14138 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14140         * progmodes/hideshow.el: Rewrite one-armed `if'
14141         constructs using either `when' or `unless'.
14142         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14144 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
14146         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14147         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14148         instead of 12x12.
14150 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
14152         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14153         message while converting to Babyl.
14155 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
14157         * allout.el (allout-mode): Doc fix.
14159 2003-10-16  Lute Kamstra  <lute@gnu.org>
14161         * subr.el (force-mode-line-update): Fix docstring.
14163 2003-10-14  Dave Love  <fx@gnu.org>
14165         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14166         (default-input-method): Add :link, improve :type.
14167         (locale-charset-language-names): Fix utf-8 pattern.
14168         (locale-charset-match-p, locale-charset-alist)
14169         (locale-charset-to-coding-system): New.
14170         (set-locale-environment): Deal with codeset part of locale specs.
14172 2003-10-14  Lute Kamstra  <lute@gnu.org>
14174         * fringe.el (fringe-mode): Use active voice in docstring.
14175         (set-fringe-style): Ditto.
14177 2003-10-13  Lute Kamstra  <lute@gnu.org>
14179         * fringe.el (fringe-mode): Fix docstring.
14180         (set-fringe-style): Ditto.
14182 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
14184         * ediff-mult.el (ediff-filegroup-action):
14185         Use ediff-default-filtering-regexp.
14187         * ediff-util.el (ediff-recenter): Don't call
14188         ediff-restore-highlighting twice.
14189         (ediff-select-difference): Set current difference.
14190         (ediff-unselect-and-select-difference): Add comment.
14192         * ediff.el (ediff-directories,ediff-directory-revisions)
14193         (ediff-directories3,ediff-merge-directories)
14194         (ediff-merge-directories-with-ancestor)
14195         (ediff-merge-directory-revisions)
14196         (ediff-merge-directory-revisions-with-ancestor):
14197         Use ediff-default-filtering-regexp.
14199 2003-10-12  Andreas Schwab  <schwab@suse.de>
14201         * international/mule-cmds.el (locale-charset-language-names):
14202         Simplify regex by removing unused grouping.
14204 2003-10-10  Dave Love  <fx@gnu.org>
14206         * bindings.el: Don't bind stop.
14208 2003-10-08  Miles Bader  <miles@gnu.org>
14210         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14211         face instead of attempting to emulate it.
14213 2003-10-07  Kenichi Handa  <handa@m17n.org>
14215         * international/mule-diag.el (list-coding-systems-1): List coding
14216         systems that are loaded automatically.
14218         * international/code-pages.el (iso-8859-11): Add autoload cookie.
14220         * international/mule.el (autoload-coding-system): New function.
14222 2003-10-07  Andreas Schwab  <schwab@suse.de>
14224         * log-edit.el (log-edit-changelog-entries): Prefer local value of
14225         change-log-default-name in the buffer visiting the file.
14227 2003-10-06  Dave Love  <fx@gnu.org>
14229         * files.el (find-file-hook): Customize.
14230         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14232         * bindings.el (completion-ignored-extensions): Remove .log.
14233         (global-map): Add again, open, stop keys.
14235 2003-10-05  Richard M. Stallman  <rms@gnu.org>
14237         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14238         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14239         Use sh-modify directly.
14240         (sh-select): Use sh-append, not eval.
14242         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14244         * info.el (Info-following-node-name): New function.
14246         * loadhist.el (unload-feature-special-hooks):
14247         Rename from loadhist-hook-functions.
14248         (loadhist-hook-functions): Now an alias.
14250 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
14252         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14253         file-name clashes on 8+3 filesystems.
14255         * Makefile.in (DONTCOMPILE, bootstrap-clean):
14256         Rename loaddefs-boot.el to ldefs-boot.el
14258         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14259         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14261 2003-10-03  Lute Kamstra  <lute@gnu.org>
14263         * info.el (Info-mode): Revert previous change.
14264         (Info-escape-percent): New function.
14265         (Info-fontify-node): Use it.
14267 2003-10-02  Andreas Schwab  <schwab@suse.de>
14269         * loaddefs-boot.el: Regenerated.
14271 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
14273         * ffap.el: Remove defadvice related code from CVS since `complete'
14274         provides a `PC-completion-as-file-name-predicate' variable that
14275         ffap can override.
14277 2003-10-02  Kenichi Handa  <handa@m17n.org>
14279         * international/utf-8.el (ccl-decode-mule-utf-8):
14280         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14282         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14283         * international/subst-big5.el: Likewise.
14284         * international/subst-gb2312.el: Likewise.
14285         * international/subst-ksc.el: Likewise.
14287 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
14289         * calendar/calendar.el (increment-calendar-month)
14290         (calendar-leap-year-p, calendar-absolute-from-gregorian)
14291         (generate-calendar, calendar-read-date, calendar-interval)
14292         (calendar-day-of-week): Handle years BC.
14293         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14295 2003-10-01  Dave Love  <fx@gnu.org>
14297         * language/cyrillic.el (cp1251): Alias for windows-1251.
14299         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14300         bootstrap.
14302 2003-10-01  Lute Kamstra  <lute@gnu.org>
14304         * files.el: Fix typo.
14305         * imenu.el (imenu--generic-function): Docstring fix.
14307 2003-09-30  Richard M. Stallman  <rms@gnu.org>
14309         * dired.el (dired-mode): Handle dired-directory as a list.
14311 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
14313         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14315         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14317         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14318         Replace gud-display with gud-watch.
14319         (gud-speedbar-buttons): Add stuff for watching expressions
14320         in the speedbar when using M-x gdba.  Use dolist on old part
14321         of this function.
14323         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14324         (gdb-update-flag): New variables.
14325         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14326         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14327         (gud-watch, gdb-var-create-handler) : New functions.
14328         (gdb-var-list-children, gdb-var-list-children-handler)
14329         (gdb-var-create-regexp, gdb-var-update-regexp)
14330         (gdb-var-list-children-regexp): New constants.
14331         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14332         (gdb-annotation-rules): Reduce annotation set (level 3).
14333         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14334         (gdb-post-prompt): Don't update GDB buffers every time speedbar
14335         updates.
14336         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14337         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14338         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14339         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14340         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14341         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14342         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14343         (gud-display, gud-display1)
14344         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14345         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14346         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14347         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14348         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14349         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14350         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14351         (gdb-display-display-buffer, gdb-toggle-display)
14352         (gdb-delete-display, gdb-expressions-popup-menu)
14353         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14354         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14355         to display buffer.
14357 2003-09-30  Richard M. Stallman  <rms@gnu.org>
14359         * progmodes/ada-mode.el (ada-mode): Don't use advice.
14360         Instead, set which-func-functions.
14362         * progmodes/which-func.el (which-func-modes): Add ada-mode.
14363         (which-func-functions): New variable.
14364         (which-function): Use that.
14366         * info.el (Info-mode): Double each `%' in header line.
14368         * emacs-lisp/lisp-mnt.el (lm-with-file):
14369         When FILE is nil, run BODY in current buffer.
14371         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14373         * help.el (describe-mode): Start with a brief list of minor modes.
14374         Find them thru minor-mode-list so as to find them all.
14375         Show them in alphabetical order.
14377         * mail/sendmail.el (mail-aliases): Doc fix.
14379         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14381 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14383         * mail/rmailsum.el (rmail-make-summary-line-1):
14384         Change comma after last label to a space.
14385         (rmail-summary-font-lock-keywords): Adapt to that change.
14387 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
14389         * progmodes/scheme.el (scheme-mode-variables): When setting
14390         `font-lock-defaults', also specify that "#" should
14391         be interpreted with `word' syntax.
14392         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14394 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
14396         * desktop.el: A lot of comments updated.
14397         (desktop-save-mode): Minor mode introduced.
14398         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14399         (desktop-load-default): Function made obsolete.
14400         (desktop-locals-to-save): Variable made customizable.
14401         (desktop-read): Optional parameter `dirname' added.
14402         (desktop-change-dir, desktop-revert): Parameter `dirname' in
14403         `desktop-read' used.
14404         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14406 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
14408         * whitespace.el (whitespace-clean-msg): Add user customizable message
14409         for displaying ``clean'' output.
14410         (whitespace-buffer): Use `whitespace-clean-msg'.
14411         (whitespace-global-mode): Fix typo.
14413 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
14415         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14417 2003-09-29  Lute Kamstra  <lute@gnu.org>
14419         * bindings.el (mode-line-modes): Remove superfluous :propertize
14420         construct in initialization.
14421         (mode-line-position): Change cons cell into proper list in
14422         initialization.
14424 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14426         * international/mule.el (decode-coding-inserted-region): Use car
14427         of the return value of find-operation-coding-system.
14429 2003-09-29  Kenichi Handa  <handa@m17n.org>
14431         * descr-text.el (describe-char): Fix previous change.
14433 2003-09-28  Kenichi Handa  <handa@m17n.org>
14435         * descr-text.el (describe-char-display): New function.
14436         (describe-char): Pay attention to display table on describing how
14437         a character is displayed.
14439         * international/mule-cmds.el (encoded-string-description):
14440         Prepend "0x" to each encoded byte.
14442 2003-09-28  Andreas Schwab  <schwab@suse.de>
14444         * find-file.el (ff-special-constructs): Add autoload cookie.
14446 2003-09-28  Kevin Ryde  <user42@zip.com.au>
14448         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14449         makeinfo appends to duplicate index entries.
14451 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
14453         * dired-x.el (dired-clean-tex): Doc fix.
14455         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14456         using a Chinese tutorial.
14458 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14460         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14461         between "MAIL FROM:" and "RCPT TO:" and the following address.
14463 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14465         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14467 2003-09-28  David Ponce  <david@dponce.com>
14469         * recentf.el (recentf-initialize-file-name-history): New defcustom.
14470         (recentf-load-list): When `recentf-initialize-file-name-history'
14471         is non-nil, initialize an empty `file-name-history' with the
14472         recent list.
14474 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
14476         * man.el (Man-default-man-entry): Remove the leading `*' from the
14477         word at point.
14479 2003-09-26  Lute Kamstra  <lute@gnu.org>
14481         * bindings.el (mode-line-position): Mention size indication in
14482         docstring.
14484 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
14486         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14488         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14489         because it's autoloaded now.
14491 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
14493         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14494         (sh-font-lock-keywords, sh-feature): Fix previous change of
14495         sh-feature to avoid infloop with sh-font-lock-keywords.
14497 2003-09-25  Kim F. Storm  <storm@cua.dk>
14499         * frame.el (frame-current-scroll-bars): New defun.
14501         * window.el (window-current-scroll-bars): New defun.
14503 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14505         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14506         cause errors when the state cache contains info on parts that have
14507         been narrowed out.
14509 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14511         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14512         `c-setup-paragraph-variables' has to be used when this variable is
14513         changed; it doesn't work to reinitialize the mode since that
14514         typically clobbers the variable.
14516         * progmodes/cc-styles.el (c-setup-paragraph-variables):
14517         Make it interactive.
14519 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14521         * progmodes/cc-fonts.el (c-font-lock-declarations):
14522         Fix recognition of constructors and destructors for classes whose
14523         names are matched by `*-font-lock-extra-types'.
14525         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14526         followed by an identifier in C++ then it's a type.
14528 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14530         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14531         problem that primarily affected XEmacs.  Don't use faces to find
14532         unterminated strings since Emacs and XEmacs fontify strings
14533         differently - this function should now work better in XEmacs.
14535 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14537         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14538         `expand-abbrev' workaround which caused braces to misbehave inside
14539         macros.
14541         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14542         handling.  This bug could cause interactive font locking to bail out.
14544 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14546         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14547         Handle paren-style types in Pike.  Also fixed some cases of
14548         insufficient handling of unbalanced parens.
14550 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
14552         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14553         common shell prompts that are not common filename or URL characters.
14554         (ffap-file-at-point): Use the new regexp to strip the prompts from
14555         the file names.  This is an issue mostly for user prompts that
14556         don't have a trailing space and find-file-at-point is invoked from
14557         within a shell inside Emacs.
14559 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
14561         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14562         stamps numerically, rather than textually.
14564 2003-09-24  Kenichi Handa  <handa@m17n.org>
14566         * language/devan-util.el (devanagari-post-read-conversion):
14567         * language/mlm-util.el (malayalam-post-read-conversion):
14568         * language/tml-util.el (tamil-post-read-conversion):
14569         Add autoload cookie.
14571         * international/utf-8.el (utf-8-post-read-conversion):
14572         Call post-read-conversion functions for Devanagari, Malayalam,
14573         and Tamil.
14575 2003-09-23  Dave Love  <fx@gnu.org>
14577         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14579 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
14581         * progmodes/gud.el (perldb): Add gud-until to list of commands.
14582         Update gud-remove.
14584 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14586         * progmodes/sh-script.el (sh-mode-default-syntax-table):
14587         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
14588         (sh-mode-syntax-table-input): New variable.
14589         (sh-require-final-newline): Don't use eval.
14590         (sh-builtins, sh-leading-keywords, sh-other-keywords)
14591         (sh-variables, sh-font-lock-keywords): Don't use eval.
14592         (sh-set-shell): When setting require-final-newline,
14593         treat value = `require-final-newline' as don't change it.
14594         Set sh-mode-syntax-table locally based on
14595         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14597         * progmodes/compile.el (compile-internal):
14598         Call compilation-set-window-height before setting window start.
14600 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
14602         * emacs-lisp/bytecomp.el (byte-compile-log-file):
14603         Clear out byte-compile-last-warned-form.
14605 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14607         * woman.el (woman-file-name, woman-follow-word):
14608         If current-word returns nil, use "".
14610         * simple.el (eval-expression): Bind standard-output in to-buffer case.
14612 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14614         * emacs-lisp/lisp-mnt.el (lm-with-file):
14615         Don't visit the file, just use insert-file-contents in temp buffer.
14617 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
14619         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14620         Add surrounding \\( and \\) around the header, as in
14621         for lm-history-header 'Change Log\\|History'.
14623 2003-09-22  John Paul Wallington  <jpw@gnu.org>
14625         * progmodes/ld-script.el: Add Commentary section,
14626         minor cleanup of file header.
14627         (ld-script-font-lock-keywords): Doc fix.
14628         (toplevel): Provide `ld-script' feature.
14630 2003-09-21  Kim F. Storm  <storm@cua.dk>
14632         * scroll-bar.el (set-scroll-bar-mode): Initialize to
14633         new built-in variable default-frame-scroll-bars.
14634         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14635         scroll-bar-mode; notably, use it instead of t when we toggle
14636         scroll-bars on.
14637         (toggle-scroll-bar): Use default-frame-scroll-bars.
14639 2003-09-19  Masatake YAMATO  <jet@gyve.org>
14641         * pcvs.el (cvs-do-removal): Change the prompt depending on
14642         `filter' value.
14644 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
14646         * startup.el (command-line-1): Stop startup-echo-area-message
14647         being hidden by "Loading image..." message.
14648         (use-fancy-splash-screens-p, display-splash-screen):
14649         Move display-graphic-p test from latter to former.
14651         * progmodes/sh-script.el (sh-font-lock-keywords):
14652         Highlight escaped EOLs differently from other backslash constructs.
14654 2003-09-19  Richard M. Stallman  <rms@gnu.org>
14656         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14657         New functions.
14658         (edebug-enter, edebug-outside-excursion): Use them.
14660         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14661         Fix the condition for whether to print "In WHERE".
14663 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
14665         * finder.el (finder-mode-hook): New variable.
14666         (finder-mode): Run hook finder-mode-hook
14668 2003-09-18  Masatake YAMATO  <jet@gyve.org>
14670         * progmodes/ebrowse.el: Fix broken magic autoload comments.
14672 2003-09-17  Mario Lang  <mlang@delysid.org>
14674         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14675         "p %e" to actually print the value in the GUD buffer.
14677 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
14679         From David Ponce <david.ponce@wanadoo.fr>:
14680         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14681         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14682         from loaddefs-boot.el if necessary.
14684 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
14686         * progmodes/gud.el (gud-find-class): Make jdb work again since
14687         cc-mode changed the syntactic information.
14689 2003-09-15  David Ponce  <david@dponce.com>
14691         * recentf.el: (recentf-exclude): Accept predicates too.
14692         (recentf-file-readable-p): New function.
14693         (recentf-include-p): Handle predicates in recentf-exclude.
14694         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
14695         (recentf-cleanup): Likewise.
14696         (recentf-save-list): Use write-file to handle backup of
14697         recentf-save-file.
14699 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
14701         * loaddefs-boot.el: Renamed from `loaddefs.el'
14702         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14703         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14704         necessary.
14706 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
14708         * electric.el (Electric-pop-up-window): For the `one-window' case,
14709         no longer disconcertingly move point in the original buffer.
14711 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14713         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14715 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14717         * dired.el (dired-mode-map): Fix typo.
14719 2003-09-11  Richard M. Stallman  <rms@gnu.org>
14721         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14723 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14725         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14726         the function is less noisy.  Now only `kill-buffer' can ask questions.
14728 2003-09-10  Mario Lang  <mlang@delysid.org>
14730         * battery.el: Update Commentary and Copyright.
14731         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14732         appear due to wrong ordering of the expressions in `or'.
14734 2003-09-09  Lute Kamstra  <lute@gnu.org>
14736         * misc.el (upcase-char): Fix docstring.
14737         (zap-up-to-char): New command.
14739 2003-09-08  David Ponce  <david@dponce.com>
14741         Ensure that recentf correctly updates the menu bar.
14742         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14743         (recentf-menu-bar): New function.
14744         (recentf-clear-data): Use it
14745         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
14746         of easy-menu-change.
14748 2003-09-08  Lute Kamstra  <lute@gnu.org>
14750         * simple.el (size-indication-mode): New.
14751         * bindings.el (mode-line-position): Add buffer size indicator.
14753 2003-09-04  Mario Lang  <mlang@delysid.org>
14755         * battery.el (battery-linux-proc-acpi): New function.
14756         (battery-status-function): Modify default value calculation to also
14757         check for availability of ACPI.
14758         (battery-echo-area-format): Ditto.
14759         (battery-mode-line-format): Ditto.
14761 2003-09-06  Dave Love  <fx@gnu.org>
14763         * ielm.el (ielm-mode-hook): Add :options.
14765         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14766         (eldoc-print-current-symbol-info): Use it.
14768 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
14770         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14771         being displayed in GUD buffer.
14772         (gdb-idle-input-queue): Remove var.  Use just one queue.
14773         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14774         Remove functions.  Use just one queue.
14775         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14776         (gdb-invalidate-assembler, gdb-get-current-frame):
14777         Modify functions.  Use just one queue.
14779 2003-09-04  Dave Love  <fx@gnu.org>
14781         * cus-start.el: Add blink-cursor-alist.
14783         * ruler-mode.el (ruler-mode-fill-column-char)
14784         (ruler-mode-current-column-char): Use char-displayable-p,
14785         not window-system.
14787         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14789         * language/european.el (windows-1252): Move from code-pages.
14791         * language/cyrillic.el ("Windows-1251"): Delete.
14792         ("Bulgarian", "Belarusian"): Remove `features'.
14793         (windows-1251): Move from code-pages.
14795         * international/mule-diag.el (non-iso-charset-alist):
14796         Remove `codepage' stuff.
14797         (print-designation, list-coding-systems-1): Output fixes.
14799         * international/code-pages.el (cp-make-translation-table)
14800         (cp-valid-codes): Made defsubsts.
14801         (cp-fix-safe-chars): Delete.
14802         (mule-diag): Don't require.
14803         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14804         (top-level): Check for defined coding system when defining
14805         cp... aliases.  Change w32-add-charset-info test to avoid warning.
14806         (non-iso-charset-alist): Defvar when compiling.
14807         (cp-make-coding-system): Doc fix.
14809 2003-09-02  Jason Rumney  <jasonr@gnu.org>
14811         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14812         line-ends from CVS before doing conversion.
14814 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
14816         * calendar/diary-lib.el (diary-header-line-flag)
14817         (diary-header-line-format): New variables.
14818         (list-diary-entries): Use them to set header line in simple diary.
14820         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14821         other than font-lock-string-face to highlight backslashes.
14823 2003-09-01  Jason Rumney  <jasonr@gnu.org>
14825         * international/titdic-cnv.el (tit-read-key-value): Include \r in
14826         regexp.
14828 2003-09-01  Dave Love  <fx@gnu.org>
14830         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14832         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14833         and :help; also line and column numbers labels.
14835         * international/mule-util.el (char-displayable-p): Move from
14836         latin1-disp, rename and autoload.
14838         * international/latin1-disp.el (latin1-char-displayable-p):
14839         Now obsolete alias.  Replace uses with char-displayable-p.
14840         (latin1-display-ucs-per-lynx): Fix last change.
14842         * international/mule-cmds.el (standard-display-european-internal):
14843         Don't use char code for Latin-1 NBSP.
14844         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
14845         U+2018, U+2019 for `'.
14846         (select-safe-coding-system): Message fix.
14848 2003-09-01  Kenichi Handa  <handa@m17n.org>
14850         * international/fontset.el (setup-default-fontset): For Thai
14851         font, specify "*" family.
14853 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14855         * progmodes/compile.el (previous-error): Accept a prefix
14856         argument, similarly to next-error.
14858 2003-08-31  Masatake YAMATO  <jet@gyve.org>
14860         * pcvs.el (cvs-do-removal): Use = instead of eq to check
14861         the number of files.  Bind the number of files to a local
14862         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14864 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
14866         * vc-hooks.el (vc-make-version-backup): Fix the change made on
14867         2003-07-26: msdos-long-file-names is a function, not a variable.
14869 2003-08-29  Richard M. Stallman  <rms@gnu.org>
14871         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14872         Do nothing with mail-personal-alias-file if it is nil.
14874         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14875         Do nothing if mail-personal-alias-file is nil.
14877         * term.el (term-exec-1): Bind coding-system-for-read.
14879         * dired.el (dired-mouse-find-file-other-window):
14880         Use dired-view-command-alist here, as in dired-view-file.
14881         (dired-view-command-alist): Use %s to substitute file name.
14882         Handle .ps_pages, .eps, .jpg, .gif, .png.
14884 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14886         * info.el (Info-mode-map): Bind S-tab and <backtab> to
14887         `Info-prev-reference', instead of M-tab.
14889 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
14891         * simple.el (blink-matching-open): Work correctly on chars that
14892         are designated as parens through the syntax-table text property.
14894 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
14896         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14897         line break position in the middle of a non-kinsoku (e.g. latin)
14898         word, making it skip until either a space or a character with
14899         category "|".
14900         (kinsoku-longer): Test for end of buffer.
14902 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
14904         * mail/rmail.el (rmail-convert-to-babyl-format):
14905         Detect quoted-printable- and base64-encoded messages and decode them
14906         automatically.  Set the message's encoding from the charset=
14907         header, if any.  Decode base64-encoded messages in Mail format as well.
14909 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
14911         * mail/smtpmail.el: Fix previous change.
14912         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14913         calling smtpmail-via-smtp.
14914         (smtpmail-via-smtp): Add fall-back values for envelope-from.
14916 2003-08-26  John Paul Wallington  <jpw@gnu.org>
14918         * image.el (image-jpeg-p): Don't search beyond length of data.
14920 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14922         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14923         misfeature in `expand-abbrev' which caused electric keywords like
14924         "else" to disappear if an open brace was typed directly afterwards.
14926 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14928         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14929         mandatory in `define-widget'.
14931         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14932         Don't align the operators "!=", "<=" and ">=" as assignment operators.
14934         (c-assignment-operators): New language constant that only contains
14935         the assignment operators.
14937         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14939 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14941         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14942         Safeguard against unbalanced sexps.
14944 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
14946         * version.el (emacs-version): Check for gtk.  Include gtk version info.
14948 2003-08-25  John Paul Wallington  <jpw@gnu.org>
14950         * man.el (Man-default-man-entry): Don't whizz past the section
14951         number before looking for it.
14953 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
14955         * progmodes/gud.el (gud-display-line): Don't set window-point if
14956         source buffer is not visible.  (Only happens with M-x gdba.)
14958         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
14959         documentation.
14960         (gdb-source, gdb-source-info): Update to assembler unnecessary
14961         as its done after each GDB command anyway.
14962         (gdb-pre-prompt): Use with-current-buffer.
14963         (gdb-insert-field): Add help-echo text.
14964         (gdb-invalidate-assembler): Re-display of assembler now done in
14965         gdb-info-breakpoints-custom.
14966         (gdb-info-breakpoints-custom): Force re-display of assembler to
14967         happen *after* update of breakpoints buffer.
14968         (gdb-display-source-buffer): Don't choke if gdb-source-window
14969         isn't visible.
14970         (gdb-put-string, gdb-put-arrow): Remove free variables.
14972 2003-08-24  John Paul Wallington  <jpw@gnu.org>
14974         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
14976         * man.el (Man-default-man-entry): Strip text properties when
14977         snarfing parts of entry because `format' preserves properties.
14979 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14981         * files.el (file-newest-backup): Use `expand-file-name'.
14983         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
14984         Allow the diary to pop up a new frame, if needed.
14986         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
14987         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
14988         (smtpmail-send-it): Make treatment of envelope-from consistent with
14989         sendmail.el.
14991         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
14992         (sh-leading-keywords): Add the bash `time' reserved word.
14993         (sh-variables): Add some bash variables.
14994         (sh-add-completer): Fix nil branch of case statement.
14996 2003-08-24  Masatake YAMATO  <jet@gyve.org>
14998         * progmodes/ld-script.el: New file.
15000 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
15002         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15004 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
15006         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15007         Better explain obsolescence, and what to use instead.
15009 2003-08-23  Masatake YAMATO  <jet@gyve.org>
15011         * pcvs.el (cvs-do-removal): Show the deleted file name
15012         on the prompt.
15014 2003-08-20  Dave Love  <fx@gnu.org>
15016         * international/mule.el (make-coding-system)
15017         (set-buffer-file-coding-system): Doc fix.
15019         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15021         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15023         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15025         * international/utf-16.el: Add mime-text-unsuitable coding system
15026         properties.
15028         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15030         * cus-edit.el: Add some :links.
15031         (bib): Remove.
15033         * textmodes/bib-mode.el (bib): Add :group external.
15035 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
15037         * wid-edit.el (widget-echo-help): Make it handle expressions that
15038         evaluate to strings.
15040 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
15042         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
15044         Simplify selection of SQL products to define highlighting and
15045         interactive mode.  Includes detailed instructions on adding
15046         support for new products.
15048         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
15049         product for use in highlighting and interactive mode.
15050         (sql-interactive-product): New variable.  SQL product for
15051         sql-interactive-mode.
15052         (sql-product-support): New variable.  Specifies product-specific
15053         parameters to drive highlighting and interactive mode.
15054         (sql-imenu-generic-expression): Add more object types.
15055         (sql-sqlite-options): Correct comment.
15056         (sql-ms-program): Use "osql" rather than "isql".
15057         (sql-prompt-regexp, sql-prompt-length): Update comment.
15058         (sql-mode-menu): Add "Start SQLi session" entry.
15059         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
15060         (sql-mode-abbrev-table): Add abbreviations.  Support of
15061         SYSTEM-FLAG on define-abbrev.  Support was removed with last
15062         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15063         (sql-mode-font-lock-object-name): Add font-lock pattern for object
15064         names.
15065         (sql-mode-ansi-font-lock-keywords): Set as default value.
15066         (sql-mode-oracle-font-lock-keywords): Set as default value.
15067         Support Oracle 9i keywords.
15068         (sql-mode-postgres-font-lock-keywords): Set as default value.
15069         (sql-mode-linter-font-lock-keywords): Set as default value.
15070         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
15071         SQLServer 2000.
15072         (sql-mode-sybase-font-lock-keywords)
15073         (sql-mode-interbase-font-lock-keywords)
15074         (sql-mode-sqlite-font-lock-keywords)
15075         (sql-mode-strong-font-lock-keywords)
15076         (sql-mode-mysql-font-lock-keywords)
15077         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
15078         keywords.
15079         (sql-mode-font-lock-defaults): Update comment.
15080         (sql-product-feature): New function.  Returns feature associated
15081         with a product from `sql-product-support' alist.
15082         (sql-product-font-lock): New function.  Set font-lock support
15083         based on `sql-product'.
15084         (sql-add-product-keywords): New function.  Add font-lock rules to
15085         product-specific keyword variables.
15086         (sql-set-product): New function.  Set `sql-product' and apply
15087         appropriate font-lock highlighting.
15088         (sql-highlight-product): New function.  Set font-lock support
15089         based on a product.  Also set mode name to include product name.
15090         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15091         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15092         Use `sql-set-product'.
15093         (sql-highlight-ms-keywords)
15094         (sql-highlight-sybase-keywords)
15095         (sql-highlight-interbase-keywords)
15096         (sql-highlight-strong-keywords)
15097         (sql-highlight-mysql-keywords)
15098         (sql-highlight-sqlite-keywords)
15099         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
15100         (sql-get-login): Prompt in the same order as the tokens.
15101         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15102         (sql-product-interactive): New function.  Common portions of
15103         product-specific interactive mode wrappers.
15104         (sql-interactive-mode): Rewritten to use product features.
15105         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15106         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15107         (sql-db2, sql-linter): Use `sql-product-interactive'.
15108         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15109         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15110         (sql-connect-ingres, sql-connect-postgres)
15111         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15112         New functions.  Format command line parameters and invoke comint on
15113         the appropriate interpreter.  Code was in the corresponding
15114         `sql-xyz' function before.
15115         (sql-connect-ms): New function.  Support -E argument to use
15116         operating system credentials for authentication.
15118 2003-08-18  Kenichi Handa  <handa@m17n.org>
15120         * international/mule.el (encode-char): Fix for the ASCII case.
15122 2003-08-15  Kenichi Handa  <handa@m17n.org>
15124         * international/fontset.el (setup-default-fontset): Change "*" to
15125         nil in the specifications of font family.
15127 2003-08-18  Kim F. Storm  <storm@cua.dk>
15129         * kmacro.el (kmacro-keymap): Group related bindings in
15130         initialization for clarity.  Bind C-s to start macro.
15131         Remove C-r binding.
15132         (kmacro-initial-counter-value): New defvar to hold initial counter
15133         value in case we set the value before defining a macro.
15134         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15135         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15136         not defining or executing macro.  Doc fix.
15137         (kmacro-add-counter): Clear kmacro-initial-counter-value.
15138         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15139         temporarily view older elements on the macro ring without cycling
15140         the ring.
15141         (kmacro-display): Doc fix.
15142         (kmacro-exec-ring-item): New helper function.
15143         (kmacro-call-ring-2nd): Use it.
15144         (kmacro-call-ring-2nd-repeat): Doc fix.
15145         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15146         (kmacro-end-or-call-macro): Execute last viewed macro (using
15147         kmacro-exec-ring-item) from ring if this follows
15148         kmacro-view-macro.  This allows us to find a macro on the ring
15149         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15150         the ring to bring it to the head of the ring.
15151         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15152         Allow binding to reserved keys without specifying C-x C-k prefix.
15153         Ask for confirmation if entered key sequence is already bound to
15154         a non-macro command.
15155         (kmacro-view-macro): Repeating command will show older elements
15156         on the macro ring; C-k will execute the last viewed macro.
15157         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
15158         property from 'ring to 'head.
15160 2003-08-17  Alan Shutko  <ats@acm.org>
15162         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15163         keeping December out of the alist.
15165 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
15167         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15168         * calendar/calendar.el (calendar-mode-map): Bind it to key.
15169         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15170         (calendar-flatten): New function.
15171         (calendar-mouse-view-other-diary-entries)
15172         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15173         in the menu title and to show multi-line diary entries correctly
15174         in the menu.
15176 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
15178         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15179         defcustom, because the default was recently changed.
15181 2003-08-16  Richard M. Stallman  <rms@gnu.org>
15183         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15185         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15186         New subroutine, broken out of eval-last-sexp-1.
15187         (eval-last-sexp-1): Use eval-last-sexp-print-value.
15189         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15191         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15193         * simple.el (eval-expression): Use eval-last-sexp-print-value.
15195 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
15197         * progmodes/compile.el (compilation-error-regexp-alist):
15198         Add Java ANt error detection as described in document
15199         http://ant.apache.org/faq.html
15201 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
15203         * simple.el (backward-word, forward-to-indentation)
15204         (backward-to-indentation): Argument changed to optional.
15205         (next-line, previous-line): Use `or' instead of `unless'.
15207 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15209         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15210         instead of a constant.
15212 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
15214         * shell.el (shell): With prefix-arg, suggest a new buffer name.
15216 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
15218         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15219         (vc-sccs-workfile-version): Search the entire delta table, rather
15220         than just the first entry, because that might be a deleted version.
15222 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
15224         * menu-bar.el (menu-bar-options-menu): Supply a body for the
15225         [save-place] binding in the Options menu.  Have it require
15226         'saveplace' and then toggle the variable manually, to avoid an an
15227         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
15228         for the bug report.
15230 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
15232         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15233         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15234         (gdb-info-threads-custom): Add help-echo text.
15235         (gdb-display-back): Don't use purecopy.
15236         (gdb-info-breakpoints-custom, gdb-reset)
15237         (gdb-assembler-custom): Use display-images-p to test if breakpoint
15238         icons can be displayed.
15240 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
15242         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15244 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
15246         * bookmark.el (bookmark-completing-read):
15247         Return a string, instead of a list of one string.
15248         Use a popup menu if activated from the mouse.
15249         (bookmark-edit-annotation): Remove unused vars.
15250         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15251         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15252         to bookmark-completing-read.
15253         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15254         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15255         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15256         and erase-buffer.
15257         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15258         (bookmark-menu-jump, bookmark-menu-insert)
15259         (bookmark-popup-menu-and-apply-function)
15260         (bookmark-menu-popup-paned-bookmark-menu): Remove.
15261         (bookmark-menu-build-paned-menu): Remove by folding it into
15262         bookmark-menu-popup-paned-menu.
15263         (menu-bar-bookmark-map): Move the define-key statements here.
15264         Use the "non-menu" commands since they now pop up a menu if needed.
15265         (bookmark-exit-hook-internal): Simplify.
15267 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
15269         * reftex-toc.el (reftex-toc-rename-label): New function.
15270         (reftex-toc-check-docstruct): New function.
15272         * reftex.el (reftex-region-active-p): New function.
15274         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15275         regexp to find the \bibliography macro.
15277         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15278         which does not exist in LaTeX.
15279         (reftex-cite-format-builtin): Added amsrefs support.
15280         (reftex-toc-confirm-promotion): New option
15282         * reftex-toc.el
15283         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15284         (reftex-toc-demote, reftex-toc-promote)
15285         (reftex-toc-do-promote, reftex-toc-promote-prepare)
15286         (reftex-toc-promote-action, reftex-toc-extract-section-number)
15287         (reftex-toc-newhead-from-alist)
15288         (reftex-toc-load-all-files-for-promotion): New functions.
15289         (reftex-toc-help): Added description of new keys.
15290         (reftex-toc-split-windows-fraction): New option.
15291         (reftex-recenter-toc-when-idle): Search *toc* window on all
15292         visible frames.
15293         (reftex-toc): Additional parameter REUSE
15294         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
15295         with REUSE argument.
15296         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15297         the call of `reftex-toc'.
15298         (reftex-make-separate-toc-frame): New function .
15299         (reftex-toc-recenter): When called with triple prefix arg, call
15300         `reftex-make-separate-toc-frame' first.
15301         (reftex-toc-toggle-dedicated-frame): New command.
15302         (reftex-toc-quit): Adapted to delete frame when called in
15303         dedicated frame.
15305         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15306         all enclosing macros.
15309 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15311         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15312         first use.
15314 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15316         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15318 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
15320         * calendar/calendar.el (list-diary-entries-hook)
15321         (diary-display-hook, nongregorian-diary-listing-hook)
15322         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15323         Add some customize options for these hooks.
15324         (calendar-abbrev-construct): Don't try to take a substring longer
15325         than the original string.
15327 2003-08-05  Richard M. Stallman  <rms@gnu.org>
15329         * emacs-lisp/testcover.el (noreturn): Report error if does return.
15330         (testcover-reinstrument-clauses): Doc fix.
15332         * emacs-lisp/warnings.el: Doc fixes, args renamed.
15333         (warning-type-format): Rename from warning-group-format.
15335         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15336         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15337         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15338         to prevent warnings about defvar for an obsolete variable.
15340         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15341         warning-group-format renamed to warning-type-format.
15343         * subr.el (read-passwd): Use clear-string instead of fillarray.
15345         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15346         Use vconcat instead of concat.
15347         (edmacro-sanitize-for-string): New function.
15349 2003-08-05  Dave Love  <fx@gnu.org>
15351         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15352         line-number-display-limit-width.
15354         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15356 2003-08-05  Kenichi Handa  <handa@m17n.org>
15358         * international/code-pages.el: Don't require mule-diag.
15360         * international/mule-diag.el (non-iso-charset-alist):
15361         Add autoload cookie.
15363         * language/devan-util.el (dev-glyph-order): Add an entry for the
15364         glyph code #xC4.
15366 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15368         * calendar/calendar.el (diary-file, diary-file-name-prefix)
15369         (european-calendar-style, diary-date-forms)
15370         (calendar-day-name-array, calendar-month-name-array): Doc change.
15371         (generate-calendar-month): Adapt for new behaviour of
15372         `calendar-day-name' function.
15373         (calendar-abbrev-length, calendar-day-abbrev-array)
15374         (calendar-month-abbrev-array): New variables.
15375         (calendar-abbrev-construct): New function.
15376         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15377         rather than fixing abbrevs at some width.  Calling syntax change.
15378         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
15379         (calendar-date-string): Adapt for new behaviours of
15380         `calendar-day-name' and `calendar-month-name' functions.
15382         * calendar/diary-lib.el (list-diary-entries): Adapt for new
15383         behaviour of `calendar-day-name' and `calendar-month-name' functions.
15384         (diary-name-pattern): Use abbrev arrays, rather than fixing
15385         abbrevs at three chars.  Calling syntax change.
15386         (mark-diary-entries): Adapt for new behaviours of
15387         `diary-name-pattern' and `calendar-make-alist' functions.
15388         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15389         `diary-name-pattern' function.
15390         (font-lock-diary-date-forms): Use abbrev arrays, rather than
15391         fixing abbrevs at three chars.  Calling syntax change.
15392         (cal-hebrew, cal-islam): Require when compiling.
15393         (diary-font-lock-keywords): Adapt for new behaviour of
15394         `font-lock-diary-date-forms' function.
15396         * calendar/cal-hebrew.el: Reposition some code so defined before used.
15397         (calendar-hebrew-month-name-array-common-year)
15398         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15399         (list-hebrew-diary-entries): Adapt for new behaviours of
15400         `calendar-day-name' and `add-to-diary-list' functions.
15401         (mark-hebrew-diary-entries): Adapt for new behaviours of
15402         `diary-name-pattern' and `calendar-make-alist' functions.
15404         * calendar/cal-islam.el (calendar-islamic-month-name-array):
15405         Add doc string.
15406         (list-islamic-diary-entries): Adapt for new behaviours of
15407         `calendar-day-name' and `add-to-diary-list' functions.
15408         (mark-islamic-diary-entries): Adapt for new behaviours of
15409         `diary-name-pattern' and `calendar-make-alist' functions.
15411         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15412         `calendar-month-name' function.
15414         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15416         * calendar/solar.el (solar-seasons-data): Move definition before use.
15418         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15419         (cal-tex-LaTeX-hourbox): Move definition before use.
15421         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15422         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15423         lunar.el, solar.el
15424         (displayed-month, displayed-year): Define for compiler.
15426 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15428         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15429         MODE.  Renamed from c-init-c-language-vars'.
15430         (c-initialize-cc-mode): Change accordingly.
15431         (c-common-init): Ditto.
15432         (c-mode): Ditto.
15433         (c++-mode): Use `c-init-language-vars-for'.
15434         (objc-mode): Ditto.
15435         (java-mode): Ditto.
15436         (idl-mode): Ditto.
15437         (pike-mode): Ditto.
15438         (awk-mode): Ditto.
15440 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15442         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15443         or not the point moved.
15445         (c-search-decl-header-end): Don't trip up on operator identifiers
15446         in C++ and operators like == in all languages.
15448         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15449         Detect leading labels correctly.
15451 2003-08-02  Andreas Schwab  <schwab@suse.de>
15453         * textmodes/ispell.el: Don't redo key bindings on loading, put
15454         them only in loaddefs.el.
15455         * bookmark.el: Likewise.
15456         * dabbrev.el: Likewise.
15457         * emerge.el: Likewise.
15459         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15460         has more than one member.
15462         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15464 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15466         * lpr.el (printify-region): It was ending conversion before the
15467         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
15469 2003-07-31  John Paul Wallington  <jpw@gnu.org>
15471         * net/browse-url.el (browse-url-epiphany): Doc fix.
15473 2003-07-30  Kenichi Handa  <handa@m17n.org>
15475         * international/fontset.el (setup-default-fontset):
15476         Change registry names of Akurti fonts.
15478 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15480         * comint.el (comint-read-noecho): Use `clear-string' instead of
15481         `fillarray'.
15483 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
15485         * outline.el (outline-mode-hook): Add defvar.
15487 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
15489         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15490         Restore assembler in source window if that is what has been selected.
15491         (menu): Add gdb-restore-windows to menu.  Make gdba
15492         specific menus only visible from gdba.
15494 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15496         * progmodes/compile.el (compilation-environment): New user variable.
15497         (compile-internal): Respect it.
15499 2003-07-23  Masatake YAMATO  <jet@gyve.org>
15501         * progmodes/gud.el (gdb-script-font-lock-keywords):
15502         Put `font-lock-function-name-face' on a symbol which includes
15503         `-' like `hook-run'.  Put font-lock-variable-name-face
15504         on a symbol starting with $.
15506 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
15508         * files.el (set-visited-file-name): Use truename for buffer-file-name.
15510 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
15512         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15514 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
15516         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15517         Use with-no-warnings.
15518         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15519         rather than to find-file-not-found-hook, which doesn't exist.
15521 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
15523         * international/quail.el (quail-translate-key): Fix previous change.
15525 2003-07-25  John Paul Wallington  <jpw@gnu.org>
15527         * server.el (server-start): Check `server-process' is non-nil
15528         before killing it to avoid killing current buffer's process.
15530         * simple.el (choose-completion-string): Use `minibufferp';
15531         test `completion-reference-buffer' if `buffer' arg is nil.
15532         (push-mark): Use `when' and `unless'.
15533         (pop-mark): Use `when'.
15535         * mouse-sel.el (mouse-sel-get-selection-function):
15536         Check `x-last-selected-text-primary'.  Don't barf if it or
15537         `x-last-selected-text' aren't bound.
15539 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15541         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15543 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
15545         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15547 2003-07-23  John Paul Wallington  <jpw@gnu.org>
15549         * tooltip.el (defface tooltip): Inherit from variable-pitch.
15551 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
15553         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15554         string.  Defvar the derived hook.
15556         * macros.el (insert-kbd-macro): Escape double quote character.
15557         From Thomas W Murphy <twm@andrew.cmu.edu>.
15559 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
15561         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15562         to match the specific mark rather than reusing comment-start-skip.
15564 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
15566         * progmodes/hideshow.el (hs-special-modes-alist):
15567         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
15569 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
15571         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15572         value using ?\s.
15574 2003-07-21  John Paul Wallington  <jpw@gnu.org>
15576         * subr.el (with-selected-window): Add closing paren.
15578 2003-07-21  Richard M. Stallman  <rms@gnu.org>
15580         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15581         (lisp-mode): Likewise.
15583         * subr.el (with-selected-window): Copy code form save-selected-window
15584         so as to call select-window with norecord arg.
15585         (dynamic-completion-table): Doc fix.
15586         (lazy-completion-table): Doc fix.
15588         * international/mule-cmds.el (set-locale-environment):
15589         langinfo renamed to locale-info.
15591         * international/mule.el (auto-coding-functions): Doc fix.
15593 2003-07-21  Kenichi Handa  <handa@m17n.org>
15595         * international/quail.el (quail-translate-key):
15596         Update quail-current-str correctly.
15598 2003-07-21  Andreas Schwab  <schwab@suse.de>
15600         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15601         ?, to "_".
15603 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
15604         Version 2.0.36 of Tramp released.
15606         * net/tramp.el (tramp-default-password-end-of-line): Rename from
15607         tramp-password-end-of-line.
15608         (tramp-password-end-of-line): New method parameter.
15609         (tramp-get-password-end-of-line): Function to access method
15610         parameter `tramp-password-end-of-line', or variable
15611         `tramp-default-password-end-of-line' (default value).
15612         (tramp-methods): Add entries for new parameter
15613         tramp-password-end-of-line.
15614         (tramp-enter-password): Use new function
15615         `tramp-get-password-end-of-line'.
15616         (tramp-handle-insert-file-contents): Do not
15617         unconditionally inhibit the file operation file-local-copy, only
15618         do that when the inhibit-file-name-operation is currently
15619         insert-file-contents.  This fixes finding remote CVS-controlled
15620         files.  (It would barf on inserting the CVS/Entries file
15621         literally, because the file-local-copy handler wasn't called.)
15622         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15623         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15624         (tramp-initial-commands): New variable.
15625         (tramp-process-initial-commands): New function, using the variable.
15626         (tramp-open-connection-setup-interactive-shell): Call the new function.
15627         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15628         method into the buffer name, never use nil.  Reported by Hanak
15629         David <dhanak@inf.bme.hu>.
15630         (tramp-open-connection-setup-interactive-shell): Erase buffer
15631         before sending "stty -onlcr".
15633         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15635 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
15637         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15639 2003-07-19  John Paul Wallington  <jpw@gnu.org>
15641         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15642         (artist-draw-rect, artist-draw-square): Doc fixes.
15644         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15646         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15648 2003-07-19  Kenichi Handa  <handa@m17n.org>
15650         * international/kkc.el (kkc-show-conversion-list-update):
15651         Highlight the correct candidate in the message.
15653 2003-07-18  John Paul Wallington  <jpw@gnu.org>
15655         * simple.el (current-word): Don't include punctuation char when
15656         `really-word' arg is non-nil.
15658 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
15660         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15661         moved to the directory obsolete.
15663 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
15665         * info.el (Info-menu-entry-name-re): Allow newlines in
15666         menu entry names.
15668         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15669         syntax-ppss-after-change-function.
15670         (syntax-ppss-after-change-function): New alias.  Update uses.
15671         (syntax-ppss): Catch the case where the buffer is narrowed.
15673 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15675         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15676         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15678 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15680         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15681         since it might be modified.
15683         * progmodes/cc-langs.el (c++-make-template-syntax-table)
15684         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15685         names to these language constants.
15687 2003-07-15  Kim F. Storm  <storm@cua.dk>
15689         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15690         All uses changed.
15692 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
15694         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15695         Namespace support.
15697 2003-07-13  Juanma Barranquero  <lektu@terra.es>
15699         * frame.el (modify-all-frames-parameters): Reinstall (copyright
15700         papers received).
15702 2003-07-13  Karl Eichwalder  <ke@suse.de>
15704         * textmodes/po.el (po-find-charset): White space at the start of the
15705         Content-Type field body is non-mandatory.
15707 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
15709         * textmodes/texinfo.el (texinfo-section-list):
15710         Append appendixsection; a synonym for appendixsec.
15712 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
15714         * man.el (Man-translate-cleanup): New.
15715         (Man-translate-references): Call `Man-translate-cleanup' to clean
15716         leading, trailing and middle spaces.
15718 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
15720         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15721         Handle `dired-directory' being a list.
15723 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15725         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15726         it doesn't exist.
15728 2003-07-12  Richard M. Stallman  <rms@gnu.org>
15730         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15732         * progmodes/cc-defs.el (c-make-keywords-re):
15733         Don't use delete-duplicates.
15734         (c-lang-const): Don't use mapcan.
15736         * apropos.el (apropos-show-scores): Make it customizable.
15737         Document new meaning.
15738         (apropos): Compute scores from symbols.
15739         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15741 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15743         * ps-bdf.el: Fix copyright line.
15744         (bdf-directory-list): Fix initialization code.
15746 2003-07-11  John Paul Wallington  <jpw@gnu.org>
15748         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15749         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15750         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15752 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
15754         * emacs-lisp/ring.el (ring-elements): Doc fix.
15756 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15758         * calendar/timeclock.el (timeclock-relative)
15759         (timeclock-ask-before-exiting, timeclock-use-display-time):
15760         Doc changes.
15761         (timeclock-modeline-display): Give a message if
15762         `timeclock-use-display-time' is non-nil but `display-time-mode'
15763         is not active.
15765 2003-07-11  Kenichi Handa  <handa@m17n.org>
15767         * international/mule-cmds.el (set-language-environment):
15768         Set current-language-environment to the correct string.
15770 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15772         * ps-print.el: Print line number correctly in a region.  Reported by
15773         Tim Allen <timallen@ls83.fsnet.co.uk>.
15774         (ps-print-version): New version number (6.6.2).
15775         (ps-printing-region): Code fix.
15777 2003-07-10  John Paul Wallington  <jpw@gnu.org>
15779         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15780         this function can be called from `add-completions-from-tags-table'.
15782 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
15784         * calendar/timeclock.el (timeclock-use-display-time)
15785         (timeclock-day-over-hook, timeclock-workday-remaining)
15786         (timeclock-status-string, timeclock-when-to-leave)
15787         (timeclock-when-to-leave-string, timeclock-log-data)
15788         (timeclock-find-discrep, timeclock-day-base)
15789         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15790         (timeclock-modeline-display): Set the variable
15791         `timeclock-modeline-display'.
15792         (timeclock-update-modeline): Doc fix.  Respect value of
15793         `timeclock-relative'.
15795 2003-07-09  Richard M. Stallman  <rms@gnu.org>
15797         * textmodes/reftex-parse.el (reftex-all-document-files):
15798         Add autoload cookie.
15800         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15801         (reftex-scanning-info-available-p): Add autoload cookie.
15803         * international/mule-cmds.el
15804         (set-display-table-and-terminal-coding-system): Delete duplicate
15805         aset on standard-display-table.
15807         * view.el (view-file): If existing buffer's major mode is special,
15808         don't go into view mode.
15810         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15812 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15814         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15815         buffer changes; there's third party code that calls this function
15816         directly.
15818 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15820         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15821         (autodoc-font-lock-keywords): Don't byte compile on font lock
15822         initialization when running from byte compiled files.
15824 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15826         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15827         statement ends with auto-increment "++".
15829 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15831         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15832         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15833         these are changed, so declare them as variables and not constants.
15835 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
15837         * subr.el (dolist, dotimes): Doc fix.
15839 2003-07-08  Kim F. Storm  <storm@cua.dk>
15841         * international/mule-cmds.el
15842         (set-display-table-and-terminal-coding-system): Don't break
15843         bootstrap if standard-display-table isn't setup yet.
15845 2003-07-07  Richard M. Stallman  <rms@gnu.org>
15847         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15848         Give it a doc string, and autoload it.
15850         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15851         Use with-no-warnings.
15853         * info.el (Info-search): If find invisible text, search again.
15855         * isearch.el (search-whitespace-regexp): Add a shy group around it.
15857         * man.el (Man-name-regexp): Match + as part of name.
15859         * simple.el (visible-mode): Rename from vis-mode.
15860         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15862         * simple.el (current-word): New arg REALLY-WORD specifies
15863         don't include punctuation chars.
15865         * emacs-lisp/debug.el (debug, debugger-env-macro):
15866         Use with-no-warnings while accessing and binding unread-command-char.
15868         * international/mule-cmds.el
15869         (set-display-table-and-terminal-coding-system): Use explicit loop
15870         instead of calling standard-display-default.
15872         * net/ange-ftp.el (ange-ftp-file-symlink-p):
15873         Use condition-case to catch error in ange-ftp-get-files.
15875         * net/browse-url.el (browse-url-browser-function):
15876         Add alternative for Epiphany.
15877         (browse-url-epiphany-program, browse-url-epiphany-arguments)
15878         (browse-url-epiphany-startup-arguments)
15879         (browse-url-epiphany-new-window-is-tab): New variables.
15880         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15882         * progmodes/compile.el (compile-auto-highlight): Default now t.
15883         (compile): Doc fix.
15884         (compilation-next-error): Fix previous change.
15886         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15888         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15890 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
15892         * gdb-ui.el (gdb-source-info): Display current frame when
15893         attaching to an existing process.
15894         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15895         while laying out windows when attaching to an existing process.
15897 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
15899         * info.el (Info-menu): Use Info-menu-entry-name-re.
15901 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
15903         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15904         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15906         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15907         to match the same text.
15909 2003-07-06  John Paul Wallington  <jpw@gnu.org>
15911         * vc.el (vc-annotate-offset): Move defvar up.
15913 2003-07-06  Kim F. Storm  <storm@cua.dk>
15915         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15916         This should fix the infinite loop when extracting menu names.
15918 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15920         * files.el (auto-mode-alist, interpreter-mode-alist):
15921         Remove entries to CC Mode modes to avoid duplicates; they are now added
15922         with autoload directives in cc-mode.el.
15924 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15926         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15927         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15928         these are changed, so declare them as variables and not constants.
15930         * progmodes/cc-mode.el: Fix some autoload problems: Try to
15931         ensure that the entry for ".c" extension comes before the one for
15932         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15933         Fix incorrect entries that were added to `interpreter-mode-alist'.
15934         Move the autoload directives for AWK to the top level since they
15935         aren't recognized anywhere else.  Do not use the new AWK mode doc
15936         in the autoload form for the old AWK mode.
15938 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15940         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15941         (bibtex-sort-ignore-string-entries): Default value t.
15942         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15943         erroneously in previous version.
15944         (bibtex-string-files): Docstring reflects new parsing scheme.
15945         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15946         docstring, add # as one of the chars to crush
15947         (bibtex-autokey-prefix-string, bibtex-autokey-names)
15948         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15949         (bibtex-autokey-name-change-strings)
15950         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15951         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15952         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15953         (bibtex-autokey-title-terminators)
15954         (bibtex-autokey-titlewords-stretch)
15955         (bibtex-autokey-titleword-ignore)
15956         (bibtex-autokey-titleword-case-convert)
15957         (bibtex-autokey-titleword-abbrevs)
15958         (bibtex-autokey-titleword-abbrevs)
15959         (bibtex-autokey-titleword-change-strings)
15960         (bibtex-autokey-titleword-length)
15961         (bibtex-autokey-titleword-separator)
15962         (bibtex-autokey-name-year-separator)
15963         (bibtex-autokey-year-title-separator)
15964         (bibtex-autokey-before-presentation-function)
15965         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
15966         Fix docstring.
15967         (bibtex-strings, bibtex-reference-keys):
15968         Use lazy-completion-table and make-variable-buffer-local.
15969         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
15970         (bibtex-braced-string-syntax-table)
15971         (bibtex-quoted-string-syntax-table): New variables.
15972         (bibtex-parse-nested-braces): Remove.
15973         (bibtex-parse-field-string): Use syntax table and forward-sexp.
15974         (bibtex-parse-association): Simplify.
15975         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
15976         (bibtex-parse-field-text): Simplify.
15977         (bibtex-search-forward-field, bibtex-search-backward-field):
15978         argument BOUND can take value t.
15979         (bibtex-start-of-field, bibtex-start-of-name-in-field)
15980         (bibtex-end-of-name-in-field, bibtex-end-of-field)
15981         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
15982         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
15983         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
15984         (bibtex-skip-to-valid-entry): Return buffer position of beginning
15985         and ending of entry.  Update for changes of bibtex-search-entry.
15986         Simplify.
15987         (bibtex-map-entries): FUN is called with three arguments.
15988         (bibtex-search-entry): Return a cons pair with buffer positions of
15989         beginning and end of entry.
15990         (bibtex-enclosing-field): Simplify.
15991         (bibtex-format-entry): Use booktitle to set a missing title.
15992         (bibtex-autokey-get-names): Fiddle with regexps.
15993         (bibtex-generate-autokey): Use identity.
15994         (bibtex-parse-keys): Use simplified parsing algorithm if
15995         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
15996         arguments.  Return alist of keys.
15997         (bibtex-parse-strings): Simplify.  Return alist of strings.
15998         (bibtex-complete-string-cleanup): Fix docstring.
15999         (bibtex-read-key): New function.
16000         (bibtex-mode): Fix docstring.  Do not parse for keys and
16001         strings when the mode is entered.  Set fill-paragraph-function to
16002         bibtex-fill-field.  Setup font-lock-mark-block-function the way
16003         font-lock intended.
16004         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
16005         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16006         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16007         (bibtex-Preamble): Avoid hard coded constants.
16008         (bibtex-make-field): Fix docstring.  Simplify.
16009         (bibtex-beginning-of-entry): Always return new position of point.
16010         (bibtex-end-of-entry): Rearrange cond clauses.
16011         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16012         Update for changes of bibtex-map-entries.
16013         (bibtex-ispell-abstract): Do not move point.
16014         (bibtex-entry-index): Use downcase.  Simplify.
16015         (bibtex-lessp): Handle catch-all.
16016         (bibtex-find-crossref): Turn into a command.
16017         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
16018         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
16019         preamble entries.
16020         (bibtex-fill-field-bounds): New function.
16021         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
16022         (bibtex-fill-entry): Use bibtex-fill-field-bounds
16023         (bibtex-String): Use bibtex-strings.  Always obey
16024         bibtex-sort-ignore-string-entries.
16026 2003-07-05  John Paul Wallington  <jpw@gnu.org>
16028         * cus-theme.el (customize-create-theme):
16029         Call `customize-create-theme' in Reset widget's notify function.
16031         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16032         (ibuffer-mark-interactive): Use `or' instead of `unless'.
16033         (define-ibuffer-column name): Add summarizer.
16034         (define-ibuffer-column size): Likewise.
16035         (define-ibuffer-column filename): Likewise.
16036         (define-ibuffer-column process): Likewise.  Change BODY's output too.
16037         (define-ibuffer-column filename-and-process): Likewise, likewise.
16038         (ibuffer): Remove local vars `already-in' and `need-update'.
16040         * ibuf-ext.el: Don't require `derived' at compile-time.
16042 2003-07-05  Kim F. Storm  <storm@cua.dk>
16044         * info.el: Disable paragraph refilling.
16045         (Info-refill-paragraphs): New defcustom.
16046         (Info-fontify-node): Use it.
16048 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
16050         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16051         thingies from constructors created by defstruct.
16053         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16054         the default value of the variable.
16055         (byte-code-meter): Move declaration to top level.
16057         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16059         * info.el (Info-following-node-name-re): New fun.
16060         (Info-following-node-name): Remove.
16061         (Info-insert-dir): Use the new fun.
16062         (Info-extract-pointer): Don't save restriction; use new fun.
16063         (Info-menu-entry-name-re): New const.
16064         (Info-menu-entry-name-re): Use it along with new fun.
16065         (Info-node-spec-re): Use new fun.
16066         (Info-complete-menu-item, Info-fontify-node): Use new const.
16067         (Info-goto-node, Info-follow-reference, Info-menu-update):
16068         Use match-string.
16069         (Info-follow-reference): Use assoc-string.
16070         Use a list of strings for the completion table.
16071         (Info-fontify-node): Use match-string, line-end-position.
16072         Limit the search for `node:' to the first line.
16074         * newcomment.el (uncomment-region): Remove padding coming from
16075         comment-start rather than just from comment-padding.
16077         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16078         (vc-cvs-stay-local-p): Use vc-stay-local-p.
16079         (vc-cvs-rename-file): Remove (use the default).
16080         (vc-cvs-register): Register parent dir if needed.
16081         (vc-cvs-could-register): Return non-nil if parent can be registered.
16082         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16083         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16085         * vc-svn.el (vc-svn-use-edit): Make it into a const.
16086         (vc-svn-update): Fix the arguments to `svn'.
16087         (vc-svn-diff-tree): Just use `vc-svn-diff'.
16088         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16089         Simple implementations, assuming `name' is a URL.
16091         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16092         set of chars allowed unquoted in a case pattern.
16094         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16096         * font-lock.el (font-lock-extra-types-widget)
16097         (c-font-lock-extra-types, c++-font-lock-extra-types)
16098         (objc-font-lock-extra-types, java-font-lock-extra-types)
16099         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16100         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16101         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16102         (font-lock-match-c++-structor-declaration)
16103         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16104         (c++-font-lock-keywords-3, c++-font-lock-keywords)
16105         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16106         (objc-font-lock-keywords-3, objc-font-lock-keywords)
16107         (java-font-lock-keywords-1, java-font-lock-keywords-2)
16108         (java-font-lock-keywords-3, java-font-lock-keywords)
16109         (java-font-lock-syntactic-face-function): Remove obsolete code
16110         and constants.  It's all in cc-fonts.el now.
16112 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
16114         * mail/sendmail.el (mail-specify-envelope-from)
16115         (mail-envelope-from): Doc fix.
16117 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
16119         * generic-x.el: Do away with the dependency on `c-emacs-features'
16120         when populating `rul-generic-mode-syntax-table'; we already know
16121         this isn't XEmacs.
16123 See ChangeLog.10 for earlier changes.
16125 ;; Local Variables:
16126 ;; coding: iso-2022-7bit
16127 ;; End:
16129     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
16130   Copying and distribution of this file, with or without modification,
16131   are permitted provided the copyright notice and this notice are preserved.
16133 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1