*** empty log message ***
[emacs.git] / lisp / ChangeLog
bloba0fa73b41a80cf57912aac63e386bd466a50dd68
1 2005-07-19  Juri Linkov  <juri@jurta.org>
3         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4         (compare-windows-sync-string-size, compare-windows-recenter)
5         (compare-windows-highlight, compare-windows): Add version 22.1.
6         (compare-windows) <defface>: Inherit from lazy-highlight instead
7         of duplicating its default value.
9         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12         * descr-text.el (describe-char): Create link buttons for `charset'
13         and `code point'.  Add the current input method name with a link
14         button to `to input' field.  Print face names of display table
15         characters in `The display table entry is displayed by' section
16         instead of printing face-id in the `display' field.
17         Guess hardcoded faces and create a link button for them.
18         Skip empty fields when calculating max-width.
19         Treat `widget-create' specially while inserting strings from the
20         collected field list.
21         (describe-char-after): Made obsolete in version 22.1, not 21.5.
23         * diff-mode.el (diff-file-header): Change foreground color from
24         yellow to green on light backgrounds.
25         (diff-context): Inherit from `shadow' only for color/grayscale
26         with more than 88 colors.
27         (diff-indicator-removed, diff-indicator-added)
28         (diff-indicator-changed): New faces.
29         (diff-font-lock-keywords): Use new faces.  Regroup rules.
30         Add "^---$" for `normal' diff format.  Fontify `#' lines with
31         font-lock-comment-delimiter-face and font-lock-comment-face.
32         Add `#' to ^[^...] in the rule for `diff-context-face'.
34         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
35         a button-like box.  Inherit from `highlight' on low colors.
36         (shadow): Use shades of gray only for color/grayscale with
37         more than 88 colors.  Use green for light backgrounds with
38         8 colors, and yellow for dark backgrounds with 8 colors.
40         * font-lock.el (font-lock-regexp-grouping-backslash): Don't
41         inherit from escape-glyph (use bold for all cases).
43         * info.el (info-xref-visited): Use light foreground color `violet'
44         for dark backgrounds instead of dark color `magenta3'.
45         (info-title-1): Use `yellow' color for dark backgrounds.
47         * isearch.el (isearch): Use not-too-dark magenta3 instead of
48         too-light magenta2.
50         * replace.el (match): Use slightly more light RoyalBlue3 instead
51         of dark RoyalBlue4.
53         * wid-edit.el (widget-inactive): Inherit from `shadow'.
55 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
57         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
58         (desktop-buffer-misc-functions, desktop-buffer-handlers)
59         (desktop-load-default): Add release to obsolescence info.
60         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
61         (desktop-append-buffer-args, desktop-read):
62         Fix typos in docstrings.
63         (desktop-kill): Fix typo in message.
64         (desktop-save): Doc fix.
66 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
68         * viper-cmd.el (viper-escape-to-state): Bug fix.
69         (viper-envelop-ESC-key): Change the definition of fast
70         keysequence so it'll work with keyboard macros.
72         * ediff.el (ediff-patch-buffer): Change the docstring.
74 2005-07-19  Kenichi Handa  <handa@m17n.org>
76         * international/mule-cmds.el (select-safe-coding-system): Try to
77         use an auto-coding (if any) before anything else.  If the found
78         auto-coding is invalid, show a warning message.
80         * international/mule.el (find-auto-coding): New function created
81         by modifying the body of set-auto-coding.
82         (set-auto-coding): Use find-auto-coding to find a coding.
84 2005-07-18  Richard M. Stallman  <rms@gnu.org>
86         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
87         not isearch-mode-end-hook-error.
88         (allout-before-change-protect): Fix error message.
90 2005-07-18  Juri Linkov  <juri@jurta.org>
92         * allout.el (allout-mode):
93         * calculator.el (calculator-copy):
94         * custom.el (custom-known-themes):
95         * dired.el (dired-desktop-buffer-misc-data)
96         (dired-restore-desktop-buffer):
97         * dired-x.el (dired-omit-marker-char):
98         * files.el (basic-save-buffer):
99         * font-core.el (font-lock-mode):
100         * calendar/calendar.el (calendar-goto-hebrew-date)
101         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
102         (calendar-goto-persian-date):
103         * language/ethio-util.el (ethio-sera-to-fidel-region):
104         * textmodes/picture.el (picture-mode):
105         Delete duplicate duplicate words.
107 2005-07-18  Juri Linkov  <juri@jurta.org>
109         * isearch.el (isearch-mode-map): Remove key bindings for regexp
110         chars * ? } |.
111         (isearch-fallback): Don't call `isearch-process-search-char'.
112         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
113         (isearch-process-search-char): Call `isearch-fallback' for regexp
114         chars * ? } |.
115         (isearch-return-char): Make obsolete with `make-obsolete' instead
116         of simply documenting it as obsolete in the docstring.
117         (isearch-fallback): Refill docstring.
119         * international/isearch-x.el
120         (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
121         Add intermediate values to `junk-hist' instead of `minibuffer-history'.
122         Test the length of `str'.
124 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
126         * allout.el (allout-resolve-xref): Fix typos in error strings.
127         (allout-before-change-protect): Remove unneeded `concat'.
129         * array.el (array-mode, array-reconfigure-rows)
130         (untabify-backward): Fix typos in docstrings.
131         (array-reconfigure-rows): Use `insert-buffer-substring', not
132         `insert-buffer'.
134         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
135         * progmodes/ada-mode.el (ada-make-body): Use
136         `insert-buffer-substring' and `goto-char', not `insert-buffer'.
138         * dired.el (dired-log):
139         * tar-mode.el (tar-subfile-save-buffer):
140         * play/zone.el (zone-pgm-stress-destress):
141         Use `insert-buffer-substring', not `insert-buffer'.
143 2005-07-17  Simon Josefsson  <jas@extundo.com>
145         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
147 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
149         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
150         Add plain auth method.
151         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
153 2005-07-17  Kim F. Storm  <storm@cua.dk>
155         * ido.el (dired-other-window): Add ido property.
157 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
159         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
160         Fix typo in docstring.
161         (byte-compile-interactive-only-functions): Add `insert-buffer' and
162         `insert-file-literally'.
164         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
165         info and delete redundant message.  Doc fix.
166         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
167         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
169 2005-07-16  Richard M. Stallman  <rms@gnu.org>
171         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
172         (byte-compile-and): Use byte-compile-and-recursion.
173         (byte-compile-or-recursion): New function.
174         (byte-compile-or): Use that.
175         (byte-compile-if): Guard the else-clause too.
176         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
178         * isearch.el (isearch-mode-end-hook-quit): New variable.
179         (isearch-done): Bind it.
180         (isearch-mode-end-hook): Doc fix.
182         * allout.el (allout-isearch-did-quit): Variable deleted.
183         (allout-real-isearch-abort): Function name no longer used.
184         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
185         (allout-isearch-rectification): isearch-mode always exists.
186         Don't set allout-isearch-did-quit.
187         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
188         allout-isearch-did-quit.
189         (allout-enwrap-isearch): Just add the hook.
190         (allout-isearch-abort): Function deleted.
191         (allout-pre-command-business): Avoid warning.
193         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
194         Correctly avoid warnings.
195         (pascal-outline): Likewise.
197         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
199         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
201         * play/tetris.el (tetris-mode): Avoid warning.
203         * play/snake.el (snake-mode): Avoid warning.
205         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
206         (gamegrid-set-display-table): Avoid warning.
207         (gamegrid-set-timer): Likewise.
208         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
209         (gamegrid-add-score-with-update-game-score-1): Take FILE
210         as argument.
211         (gamegrid-add-score-with-update-game-score): Pass that argument.
212         Rename have-shared-game-dir to gamegrid-shared-game-dir.
214         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
216         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
217         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
219         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
220         and insert-file.
222         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
223         (sc-ask): Avoid warnings.
225         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
226         (eshell-hist-initialize): Use that var the natural way.
228         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
230         * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
231         warning calling lre-compile-string.
232         (reb-color-display-p): Avoid warning.
234         * calculator.el (calculator-last-input): Guard uses
235         of event-key and key-press-event-p.
236         (event-key, key-press-event-p): Delete definitions.
238         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
239         (find-gc-source-directory, find-gc-subrs-callers)
240         (find-gc-noreturn-list, find-gc-source-files)
241         (find-gc-subrs-called): Vars renamed and defvar'd.
243         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
244         (checkdoc-overlay-put, checkdoc-delete-overlay)
245         (checkdoc-overlay-start, checkdoc-overlay-end)
246         (checkdoc-mode-line-update, checkdoc-char=):
247         Define such that compiler knows they are defined.
248         (checkdoc-call-eval-buffer): Deleted.  Use eval-buffer directly.
249         (checkdoc-read-event): Deleted.  Use read-event directly.
251         * whitespace.el (whitespace-make-overlay)
252         (whitespace-overlay-put, whitespace-delete-overlay)
253         (whitespace-overlay-start, whitespace-overlay-end):
254         Define such that compiler knows they are defined.
255         (whitespace): Move conditional inside.
257         * tempo.el (tempo-insert-template): Suppress warning.
259         * ediff-diff.el (longlines-mode): Add defvar.
261 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
263         * server.el: Bind "C-x #" in a way that works even if C-x is
264         redefined to a command key, not a prefix key.
266 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
268         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
269         cl-make-type-test till execution time.
271 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
273         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
274         arg ARG and use it.
276 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
278         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
280 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
282         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
283         a defcustom with two :set or :type keywords.
285 2005-07-15  Richard M. Stallman  <rms@gnu.org>
287         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
288         Don't give ^M comment-end syntax.
290 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
292         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
293         Don't consider gdbmi (gdb-mi.el has its own update functions).
294         (gdb-var-delete): Make it work for gdbmi as well.
295         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
297         * progmodes/gud.el (etags, sdb): Only require etags when needed.
298         (gud-speedbar-menu-items): Correct logic for enabling items.
300 2005-07-15  Kim F. Storm  <storm@cua.dk>
302         * ido.el: Fix commentary.
303         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
304         Use with-no-warnings around ffap-guesser.
305         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
306         Let bind minibuffer-completing-file-name to t.
308 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
310         * startup.el (site-run-file, keyboard-type): Doc fixes.
311         (command-line): Check for "--basic-display" argument; also for
312         "--quick", not "--bare-bones" (which was renamed).
313         (fancy-splash-text): Add missing item "Getting New Versions".
314         (normal-splash-screen): Fix typos and improve consistency with
315         `fancy-splash-text'.  Update copyright year.
317         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
318         valid binding for `help-char'.
320         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
322 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
324         * term.el (term-mode): Disable cua-mode for term buffers.
326 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
328         * add-log.el (add-log-mailing-address, change-log-merge):
329         Doc fixes.
330         (change-log-get-method-definition): Fix typo in docstring.
332 2005-07-14  Kim F. Storm  <storm@cua.dk>
334         * emulation/cua-base.el:
335         (cua--pre-command-handler-1, cua--pre-command-handler)
336         (cua--post-command-handler-1, cua--post-command-handler):
337         Split in two.  Check (buffer local) value of cua-mode.
338         (cua-selection-mode): New command.
340 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
342         * custom.el (custom-initialize-safe-set)
343         (custom-initialize-safe-default): Doc fixes.
345         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
346         and simplify :init-value again.
348         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
349         and simplify :init-value again.  Delete autoload.
351         * startup.el (command-line): Use `custom-reevaluate-setting' again
352         for tooltip-mode.
354         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
355         a defcustom with two :initialize keywords.
357 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
359         * allout.el (my-mark-marker, allout-isearch-prior-pos)
360         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
361         (allout-post-command-business, allout-flag-region)
362         (isearch-reenable-font-lock, allout-yank)
363         (allout-insert-latex-header, allout-insert-latex-trailer)
364         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
365         (allout-latex-verb-quote): Fix typos in docstrings.
366         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
367         (allout-unprotected, allout-prefix-data):
368         Improve argument/docstring consistency.
369         (allout-chart-subtree): Fix argument spec.
370         (allout-open-topic): Rename `use_sib_bullet' argument to
371         `use-sib-bullet'.  Doc fix.
373         * whitespace.el (whitespace-check-buffer-leading)
374         (whitespace-check-buffer-trailing)
375         (whitespace-check-buffer-indent)
376         (whitespace-check-buffer-spacetab)
377         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
378         (whitespace-check-leading-whitespace)
379         (whitespace-check-trailing-whitespace)
380         (whitespace-check-spacetab-whitespace)
381         (whitespace-check-indent-whitespace)
382         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
383         (whitespace-modes): Fix typos in docstrings.
384         (defgroup, defcustom): Doc fixes.
386         * winner.el (winner-mode, winner-boring-buffers)
387         (winner-pending-undo-ring): Doc fixes.
388         (winner-ring): Remove unneeded `progn'.
389         (winner-equal): `defsubst' it.
390         (winner-redo): Fix message.
392 2005-07-13  Kim F. Storm  <storm@cua.dk>
394         * simple.el (line-move-1): Always use vertical-motion to
395         do the last (or only) line move to ensure some movement.
396         Undo 2005-06-23 change--don't check for overlays.
398 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
400         * term/mac-win.el (ccl-encode-mac-roman-font)
401         (ccl-encode-mac-centraleurroman-font)
402         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
403         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
404         Change charset-id boundary of dimension to ?\xef.
405         (mac-char-fontspec-list): New constant.
406         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
407         argument.  Nil uses itself as family in font-spec.  Previous
408         behavior for nil is now provided by non-nil non-string argument.
409         All callers changed.  Add font-specs for Mac fonts to
410         "fontset-default" unless iso8859-1 fonts are installed.
412 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * progmodes/sh-script.el (sh-get-indent-info): Only indent
415         a continuation line if the \ is preceded by SPC or TAB.
416         (sh-get-indent-info): Simplify.
417         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
418         Use with-current-buffer.
420         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
421         when the matched text is empty.
423 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
425         * startup.el (command-line): Revert to previous handling of
426         tooltip-mode.  Explain in comment why the complexity is needed.
428         * tooltip.el (tooltip-mode): Revert to previous implementation of
429         its defcustom.
431         * frame.el (blink-cursor-mode): Revert to previous implementation
432         of its defcustom.  Update comment.
434 2005-07-12  Lars Hansen  <larsh@soem.dk>
436         * desktop.el: Update e-mail address.
438 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
440         * term/mac-win.el (mac-services-mail-selection)
441         (mac-services-mail-to): New functions.
442         (mac-application-menu-map): Bind them.
444 2005-07-12  wulei <milton@wulei.net>  (tiny change)
446         * progmodes/gdb-ui.el: Add note about buffering with Windows.
448 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
450         * custom.el (custom-reevaluate-setting): Doc fix.
452 2005-07-11  Jay Belanger  <belanger@truman.edu>
454         * calc/calc.el (calc-embedded-announce-formula-alist)
455         (calc-embedded-open-close-plain-alist)
456         (calc-embedded-open-close-mode-alist): Add checks for additional
457         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
459 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
461         * custom.el (custom-enable-theme): Don't add theme to
462         `custom-enabled-themes' with `push' because there is no
463         setf-method for `delq'.
465 2005-07-11  Richard M. Stallman  <rms@gnu.org>
467         * custom.el (custom-declare-variable): Doc fix.
469         * dired-aux.el (dired-compare-directories): Remove "." and ".."
470         from the alists.
472         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
473         Do nothing if edebug-active.
475         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
476         (edebug-display): Do it here instead.
478 2005-07-10  Richard M. Stallman  <rms@gnu.org>
480         * cus-face.el (custom-theme-set-faces): Make it work.
481         (custom-reset-faces): Doc fix.
482         (custom-theme-reset-internal-face, custom-theme-face-value):
483         Functions deleted.
485         * custom.el (custom-push-theme): Maintain list of the settings
486         of a given theme in its theme-settings property.
487         Maintain position of old settings in the theme-value
488         or theme-face property.
489         (custom-enabled-themes): New variable.
490         (custom-theme-enabled-p): New function.
491         (provide-theme): Update custom-enabled-themes.
492         Disable and reenable the `user' theme.
493         (require-theme): Doc fix.
494         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
495         (custom-theme-value, custom-theme-variable-value): Likewise.
496         (custom-theme-reset-internal): Likewise.
497         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
498         (custom-enable-theme, custom-disable-theme): New functions.
499         (custom-variable-theme-value, custom-face-theme-value): Likewise.
500         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
501         (custom-theme-reset-variables): Simplify.
502         (deftheme, custom-declare-theme, custom-make-theme-feature):
503         Definitions moved.
505 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
507         * longlines.el (longlines-show-region)
508         (longlines-unshow-hard-newlines): Recognize hard newlines by
509         non-nil hard property, instead of t.
511 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
513         * viper-cmd.el (viper--key-maps): New variable.
514         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
515         emulation-mode-map-alists.
516         (viper-envelop-ESC-key): Use viper-subseq.
517         (viper-search-forward/backward/next): Disable debug-on-error.
519         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
520         (viper-ESC-key): New defcustoms.
522         * viper-macs.el (ex-map-read-args): Use viper-subseq.
524         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
525         (viper-subseq): Copy of subseq from cl.el.
527         * viper.el (viper-go-away, viper-set-hooks): Use
528         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
530         * viper-mous.el (viper-current-frame-saved): Use defvar.
532         * viper-init.el: Get rid of -face in face names.
534         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
535         Make it work with longlines mode
537         * ediff-mult.el (ediff-meta-mode-hook): New variable.
539         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
541         * ediff-init: Get rid of -face in face names.
543 2005-07-10  Richard M. Stallman  <rms@gnu.org>
545         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
546         and with-timeout-unsuspend.
548         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
549         and with-timeout-unsuspend.
551         * emacs-lisp/timer.el (with-timeout-timers): New variable.
552         (with-timeout): Bind that variable to record timers.
553         (with-timeout-suspend, with-timeout-unsuspend): New functions.
555         * emacs-lisp/debug.el (debug-help-follow): New function.
556         (debugger-mode-map): Use that instead of help-follow.
557         (debugger-setup-buffer): Use eval-buffer-list
558         to handle eval-buffer frames.
560 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
562         * timezone.el (timezone-parse-date): Change first regexp
563         so it will not mistakenly match dates with no time zone.
565 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
567         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
569 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
571         * custom.el (custom-initialize-safe-set)
572         (custom-initialize-safe-default): New functions.
574         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
575         and simplify :init-value.
577         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
578         and simplify :init-value.  Delete obsolete comment.
580         * startup.el (command-line): Use `custom-reevaluate-setting' to
581         handle `tooltip-mode'.  Delete obsolete comment.
583         * files.el (set-visited-file-name): Avoid calling
584         `file-name-nondirectory' with a nil argument.
586 2005-07-09  Richard M. Stallman  <rms@gnu.org>
588         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
589         was called with nil for the buffer, handle the read position right.
590         Handle read position for eval-region, too.
592 2005-07-09  Juri Linkov  <juri@jurta.org>
594         * fringe.el (fringe-mode): Add period in docstring.
595         (fringe-query-style): Build prompt depending on `all-frames' arg.
597         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
598         to not create links to unrelated functions in the Help buffer.
600         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
601         Doc fix.
603         * simple.el (next-error-hook): New variable.
604         (next-error): Use it.  Doc fix.
606         * textmodes/ispell.el (ispell-command-loop): Add current
607         dictionary name and program name to mode-line-format.
608         (ispell-region, ispell-process-line): Add current dictionary name
609         and program name to messages.
611 2005-07-08  Jay Belanger  <belanger@truman.edu>
613         * calc/calc.el (calc-embedded-announce-formula-alist)
614         (calc-embedded-open-close-formula-alist)
615         (calc-embedded-open-close-word-alist)
616         (calc-embedded-open-close-plain-alist)
617         (calc-embedded-open-close-new-formula-alist)
618         (calc-embedded-open-close-mode-alist)
619         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
620         (calc-embedded-mode-hook): New variables.
622         * calc/calc-embed.el (calc-embedded-firsttime)
623         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
624         New variables.
625         (calc-do-embedded): Use calc-embedded-firsttime,
626         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
627         determine whether or not to run hooks.
628         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
629         calc-embedded-firsttime-formula appropriately.
630         Set calc-embedded delimiter variables according to mode.
632 2005-07-08  Richard M. Stallman  <rms@gnu.org>
634         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
635         Check for "emacs", etc., as entire symbol, not just as word.
636         (checkdoc-file-comments-engine): Use regexp-quote on FN.
638         * files.el (set-visited-file-name): Report the error
639         for "empty filename" earlier.
640         (kill-some-buffers): Ignore buffers already dead.
642         * fringe.el (fringe-mode): Doc fix.
644         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
645         Check for (featurep 'xemacs) and turn off warnings in what it guards.
646         Use unwind-protect to ensure byte-compile-unresolved-functions
647         is updated.
649         * whitespace.el (whitespace-buffer-leading-cleanup):
650         Simplify w/ skip-chars-forward.
651         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
653         * mail/rmail.el (rmail-only-expunge): Fix paren error.
654         Unconditionally try to leave point at the same old place.
656 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
658         * comint.el (comint-postoutput-scroll-to-bottom)
659         (comint-show-maximum-output): Take scroll-margin into consideration.
661 2005-07-08  Kim F. Storm  <storm@cua.dk>
663         * ido.el (ido-use-filename-at-point): New choice `guess'.
664         (ido-file-internal): Try ffap-guesser if selected.
666         * ido.el (ido-before-fallback-functions): New hook.
667         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
668         (ido-read-file-name): Run it.
670 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
673         strings rather than a list of symbols to the completion function.
675 2005-07-07  Jay Belanger  <belanger@truman.edu>
677         * calc/calc-units.el (math-apply-units): Change the places in
678         which units are simplified.
680 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
682         * cus-edit.el (customize-option, customize-option-other-window):
683         Make them handle aliases.
685         * custom.el (custom-variable-p): Make it recursively follow
686         aliases.  Mention that in the docstring.
688 2005-07-07  Richard M. Stallman  <rms@gnu.org>
690         * cus-start.el (exec-path): Use `directory' instead of `file'.
691         Fix tag for nil.
693 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
695         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
696         when called non-interactively.  Doc fix.
698 2005-07-07  Lute Kamstra  <lute@gnu.org>
700         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
701         new address as well.
703 2005-07-07  Kenichi Handa  <handa@m17n.org>
705         * international/mule.el (make-coding-system):
706         Describe `ascii-incompatible' property in the docstring.
707         (set-file-name-coding-system): Signal an error if coding-system is
708         ascii-incompatible.
709         (set-keyboard-coding-system): Likewise.
711         * international/mule-cmds.el (set-default-coding-systems):
712         Don't set default-file-name-coding-system and
713         default-keyboard-coding-system if coding-system is ASCII-incompatible.
715         * international/utf-16.el: Declare that all UTF-16-based coding
716         systems are ASCII-incompatible.
718 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
720         * progmodes/gud.el: Require font-lock for displaying errors.
721         Used by gdb-ui.el.
723 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
725         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
726         values for the pattern lists which are `read'able but not
727         `append'able (like symbols).
729 2005-07-06  Richard M. Stallman  <rms@gnu.org>
731         * progmodes/flymake.el (flymake-float-time): Instead of
732         with-no-warnings, test for xemacs.
733         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
734         to avoid warning.
736 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
738         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
740 2005-07-05  Lute Kamstra  <lute@gnu.org>
742         * battery.el: Add support for Darwin (with much debugging help
743         from Samuel Lauber <sam124@operamail.com>).
744         (battery-status-function, battery-echo-area-format)
745         (battery-mode-line-format): Add support for pmset on Darwin.
746         (battery-load-low, battery-load-critical): New user options.
747         (battery-pmset): New function.
749 2005-07-05  Lute Kamstra  <lute@gnu.org>
751         Update FSF's address in GPL notices.
753         * textmodes/page-ext.el: Update FSF's address.
755 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
758         filling from using prefix when filling a single-line docstring.
760         * progmodes/flymake.el: Remove useless eval-when-compile.
762         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
764 2005-07-04  Richard M. Stallman  <rms@gnu.org>
766         * textmodes/org.el (org-file-apps-defaults-gnu):
767         Rename from org-file-apps-defaults-linux.
768         (org-default-apps): Don't test system-type for `linux'.
769         (org-file-apps): Doc fix.
771 2005-07-04  David Ponce  <david@dponce.com>
773         * tree-widget.el: Improve header Commentary section.
774         (tree-widget) [defgroup]
775         (tree-widget-image-enable, tree-widget-themes-directory)
776         (tree-widget-theme, tree-widget-image-properties-emacs)
777         (tree-widget-image-properties-xemacs, tree-widget-create-image)
778         (tree-widget-image-formats, tree-widget-control)
779         (tree-widget-empty-control, tree-widget-leaf-control
780         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
781         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
782         (tree-widget-keep, tree-widget-after-toggle-functions)
783         (tree-widget-open-node, tree-widget-close-node): Doc fix.
784         (tree-widget-open-control, tree-widget-close-control): Fix doc and
785         :help-echo message.
786         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
787         (tree-widget-image-properties): Doc fix.  Clearer implementation.
788         (tree-widget--cursors): New constant.
789         (tree-widget-lookup-image): New function split from
790         `tree-widget-find-image'.  Clearer implementation.
791         (tree-widget-find-image): Use it.
792         (tree-widget-button-keymap): Use `set-keymap-parent'.
793         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
794         Define the sub-widgets here.
795         (tree-widget-node): Check that :node is not a tree-widget.
796         (tree-widget-get-super, tree-widget-open-control)
797         (tree-widget-close-control, tree-widget-empty-control)
798         (tree-widget-leaf-control, tree-widget-guide)
799         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
800         (tree-widget-no-handle, tree-widget-value-delete)
801         (tree-widget-map): Remove.
802         (tree-widget-children-value-save): Doc fix.  Simplified.
803         (tree-widget-value-create): Update according to previous changes.
805 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
807         * textmodes/org.el: Leading space replaced by TABS.
808         (org-recalc-marks, org-table-rotate-recalc-marks)
809         (org-table-get-specials): Treat "^" and "_" marks.
810         (org-table-justify-field-maybe): Optional argument NEW.
811         (org-table-eval-formula): Parsing of the format simplified.
812         New modes C,I.  Honor the %= parameter in the current table.
813         Avoid unnecessary re-align by using the NEW argument to
814         `org-table-justify-field-maybe'.
815         (org-calc-default-modes): Default for date-format mimicks org-mode.
816         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
818 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
820         * cus-face.el (custom-theme-set-faces): Make it handle face
821         aliases whose alias declarations are pre- or autoloaded.
823 2005-07-04  Juri Linkov  <juri@jurta.org>
825         * faces.el (read-face-name): Put the code for getting a face name
826         from the buffer before adding the faces from the `face' property.
827         Use `completing-read-multiple' instead of `completing-read'.
828         Require `crm'.  Add default value and post-process the returned
829         list of faces.
831         * emacs-lisp/crm.el (crm-find-current-element)
832         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
834         * emacs-lisp/lisp-mode.el (eval-defun-1):
835         * emacs-lisp/edebug.el (edebug-eval-defun):
836         Remove unnecessary quotes.
838 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
840         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
841         (prolog-indent-level): Fix typo in docstring.
843         * info.el (Info-history, Info-history-forward)
844         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
846         * add-log.el (add-change-log-entry):
847         * comint.el (comint-dynamic-list-input-ring)
848         (comint-dynamic-list-completions):
849         * dabbrev.el (dabbrev-expand):
850         * delim-col.el (delimit-columns-rectangle-line):
851         * diff-mode.el (diff-context->unified, diff-reverse-direction)
852         (diff-unified->context):
853         * ediff-init.el (ediff-abbrev-jobname):
854         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
855         (ediff-replace-session-activity-marker-in-meta-buffer):
856         * info.el (Info-summary):
857         * lpr.el (printify-region):
858         * printing.el (pr-create-interface):
859         * ps-print.el (ps-print-quote):
860         * ses.el (ses-column-widths, ses-print-cell)
861         (ses-adjust-print-width, ses-center):
862         * shell.el (shell-file-name-quote-list):
863         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
864         (strokes-fill-current-buffer-with-whitespace)
865         (strokes-xpm-for-stroke, strokes-list-strokes)
866         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
867         * term.el (term-dynamic-list-input-ring)
868         (term-dynamic-list-completions):
869         * calc/calc.el (math-format-stack-value):
870         * emacs-lisp/edebug.el (edebug-display-freq-count):
871         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
872         (delphi-new-comment-line):
873         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
874         * progmodes/executable.el (executable-set-magic):
875         * progmodes/python.el (inferior-python-mode):
876         * progmodes/scheme.el (scheme-mode-syntax-table):
877         * progmodes/sh-script.el (sh-maybe-here-document):
878         * progmodes/sql.el (sql-copy-column):
879         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
880         * textmodes/bibtex.el (bibtex-mode):
881         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
882         (sgml-auto-attributes):
883         * textmodes/table.el (table-insert, table-shorten-cell)
884         (table--generate-source-scan-lines, table-delete-row)
885         (*table--cell-delete-char, table--spacify-frame)
886         (table--horizontally-shift-above-and-below)
887         (table--cell-insert-char, table--cell-blank-str)
888         (table--fill-region-strictly):
889         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
890         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
892         * add-log.el (change-log):
893         * apropos.el (apropos):
894         * comint.el (comint-completion, comint-source):
895         * dabbrev.el (dabbrev):
896         * delim-col.el (columns):
897         * diff-mode.el (diff-mode):
898         * ediff.el (ediff):
899         * ediff-diff.el (ediff-diff):
900         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
901         * ediff-mult.el (ediff-mult):
902         * ediff-ptch.el (ediff-ptch):
903         * ediff-wind.el (ediff-window):
904         * facemenu.el (facemenu):
905         * indent.el (indent):
906         * info.el (info):
907         * jka-cmpr-hook.el (compression, jka-compr):
908         * lpr.el (lpr):
909         * outline.el (outlines):
910         * pcmpl-cvs.el (pcmpl-cvs):
911         * pcmpl-rpm.el (pcmpl-rpm):
912         * printing.el (printing):
913         * ps-print.el (postscript, ps-print, ps-print-horizontal)
914         (ps-print-vertical, ps-print-headers, ps-print-font)
915         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
916         (ps-print-background, ps-print-printer, ps-print-page)
917         (ps-print-miscellany):
918         * ses.el (ses):
919         * shell.el (shell, shell-directories, shell-faces):
920         * startup.el (initialization):
921         * strokes.el (strokes):
922         * term.el (term):
923         * uniquify.el (uniquify):
924         * w32-vars.el (w32):
925         * calc/calc.el (calc):
926         * emacs-lisp/bytecomp.el (bytecomp):
927         * emacs-lisp/cl-indent.el (lisp-indent):
928         * emacs-lisp/edebug.el (edebug):
929         * emacs-lisp/elp.el (elp):
930         * emacs-lisp/testcover.el (testcover):
931         * emacs-lisp/trace.el (trace):
932         * emulation/viper-ex.el (viper-ex):
933         * emulation/viper-mous.el (viper-mouse):
934         * mail/mailalias.el (mailalias):
935         * mail/supercite.el (supercite, supercite-frames)
936         (supercite-attr, supercite-cite, supercite-hooks):
937         * net/rcompile.el (remote-compile):
938         * net/rlogin.el (rlogin):
939         * obsolete/ooutline.el (outlines):
940         * progmodes/delphi.el (delphi):
941         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
942         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
943         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
944         (ebnf-optimization):
945         * progmodes/etags.el (etags):
946         * progmodes/executable.el (executable):
947         * progmodes/idlwave.el (idlwave):
948         * progmodes/pascal.el (pascal):
949         * progmodes/prolog.el (prolog):
950         * progmodes/python.el (python):
951         * progmodes/scheme.el (scheme):
952         * progmodes/sh-script.el (sh, sh-script):
953         * progmodes/sql.el (SQL):
954         * progmodes/tcl.el (tcl):
955         * textmodes/bibtex.el (bibtex, bibtex-autokey):
956         * textmodes/enriched.el (enriched):
957         * textmodes/makeinfo.el (makeinfo):
958         * textmodes/sgml-mode.el (sgml):
959         * textmodes/table.el (table-hooks):
960         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
961         * textmodes/texinfo.el (texinfo):
962         * textmodes/two-column.el (two-column):
963         Finish `defgroup' description with period.
965         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
966         * eshell/esh-var.el (eshell-var):
967         * progmodes/vhdl-mode.el (vhdl-testbench):
968         * textmodes/org.el (org): Fix typos in docstrings.
970         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
971         consistency.
973         * progmodes/flymake.el (flymake-find-file): Remove.
974         (flymake-float-time): Use `with-no-warnings'.
975         (flymake-check-start-time, flymake-check-was-interrupted)
976         (flymake-err-info, flymake-is-running, flymake-last-change-time)
977         (flymake-new-err-info): `defvar' at compile time.
979 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
981         * replace.el (occur-hook): Doc fix.
982         (occur-1): Don't call `occur-hook' if there are no matches.
984 2005-07-03  Richard M. Stallman  <rms@gnu.org>
986         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
987         global-map, save the same map.
988         (global-map): Don't alter it at top level.
989         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
990         Then alter it here instead.
991         (tpu-edt-off): Set global-map to the saved one.
993         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
994         All references simplified.
995         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
996         (zmacs-regions): Add defvar.
997         (repeat-complex-command-map): Everything about that deleted.
999         * textmodes/artist.el (artist-key-is-drawing)
1000         (artist-key-endpoint1, artist-key-poly-point-list)
1001         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1002         (artist-key-compl-table, artist-rb-save-data)
1003         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1004         Don't put them in eval-when-compile.
1005         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1007         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1008         Use with-no-warnings.
1010         * net/browse-url.el (dos-windows-version): Add defvar.
1012         * mail/supercite.el (filladapt-prefix-table): Add defvar.
1014         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1015         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1016         (rmail-new-summary-line-count): Rename from new-summary-line-count.
1017         Add defvar.
1018         (rmail-summary-beginning-of-message): Use with-no-warnings.
1019         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1021         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1022         Use with-no-warnings.
1024         * emulation/vi.el (vi-mark-region): Use c-mark-function.
1025         (c-mark-function): Add point-moving-unit property.
1026         (vi-goto-line): Use with-no-warnings.
1028         * emulation/edt.el (edt-last-copied-word): Add defvar.
1029         (zmacs-region-stays): Likewise.
1030         (edt-mark-section-wisely): Use c-mark-function for C.
1031         Use makr-defun for Fortran.
1032         (time-string): defvar deleted.
1033         (edt-display-the-time): Don't set time-string.
1035         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1037         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1038         Don't warn when name is not constant
1039         or for defining the group `emacs'.
1041         * tooltip.el (gud-tooltip-mode): Add defvar.
1043         * startup.el (default-frame-background-mode): Add defvar.
1045         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1047         * info.el (tool-bar-map): Add defvar.
1049         * dired.el (dnd-protocol-alist): Add defvar.
1051         * dired-aux.el (dired-query): Display question with answer, when
1052         the user answers.
1054         * custom.el (custom-add-option): Doc fix.
1056         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1058 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
1060         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1061         bogus name from the last change.
1063 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
1065         * custom.el (custom-declare-variable): Fix typos in comment.
1066         (custom-known-themes): Doc fix.
1067         (custom-theme-directory): New defcustom.
1068         (require-theme): Make it check `custom-theme-directory'.
1070         * cus-theme.el (custom-new-theme-mode): New function.
1071         (custom-theme-name, custom-theme-variables, custom-theme-faces)
1072         (custom-theme-description): Add compiler defvars.
1073         (customize-create-theme): Add doc to the "*New Custom Theme*"
1074         buffer.  Use `custom-new-theme-mode'.
1075         (custom-theme-write): Put the created buffer in emacs-lisp-mode
1076         and save it to the `custom-theme-directory'.  Make this the
1077         default directory of the buffer.
1079 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
1081         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1082         Fix unbalanced parentheses.
1084 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1087         into flymake-mode and delegate to flymake-mode.
1089         * find-file.el (ff-which-function-are-we-in): Clean up.
1091 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
1093         * replace.el (occur-rename-buffer): Fix docstring.
1095         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1096         (edt-last-copied-word, edt-learn-macro-count)
1097         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1098         (edt-rect-start-point, edt-user-global-map, rect-start-point)
1099         (time-string, zmacs-region-stays):
1100         * emulation/edt-mapper.el (edt-save-function-key-map)
1101         (EDT-key-name): `defvar' to silence the byte-compiler.
1103 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1105         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1106         font-lock-regexp-backslash.  Doc fix.
1107         (font-lock-regexp-backslash-grouping-construct): Rename from
1108         font-lock-regexp-backslash-construct.  Doc fix.
1109         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1110         grouping constructs.
1112 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
1114         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1115         updating all the prerequisites.
1117 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
1119         * textmodes/org.el (org-agenda-start-on-weekday)
1120         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1121         (org-agenda-use-time-grid, org-archive-location)
1122         (org-allow-space-in-links, org-usenet-links-prefer-google)
1123         (org-enable-table-editor, org-export-default-language)
1124         (org-export-html-show-new-buffer, org-fill-paragraph)
1125         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1126         (org-goto-quit, org-occur, org-eval-in-calendar)
1127         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1128         (org-agenda-diary-entry, org-remember-help)
1129         (org-table-convert-region, org-at-table-p)
1130         (org-table-move-row-down, org-table-move-row-up)
1131         (org-table-copy-region, org-table-toggle-vline-visibility)
1132         (org-table-get-stored-formulas, org-table-get-specials)
1133         (org-recalc-commands, org-table-eval-formula)
1134         (org-table-formula-substitute-names, orgtbl-make-binding)
1135         (org-format-org-table-html, org-format-table-table-html)
1136         (org-format-table-table-html-using-table-generate-source)
1137         (org-customize): Fix typos in docstrings.
1138         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1139         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1140         (org-back-to-heading): Doc fixes.
1141         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1142         (org-agenda-change-all-lines, org-get-header):
1143         Improve argument/docstring consistency.
1144         (orgtbl-error): Fix error message.
1146         * progmodes/flymake.el (flymake-find-possible-master-files)
1147         (flymake-master-file-compare, flymake-get-line-err-count)
1148         (flymake-highlight-line, flymake-gui-warnings-enabled):
1149         Fix typos in docstrings.
1150         (flymake-parse-line, flymake-get-project-include-dirs-function)
1151         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1152         Doc fixes.
1153         (flymake-get-project-include-dirs-function)
1154         (flymake-make-err-menu-data):
1155         Improve argument/docstring consistency.
1157 2005-07-01  Lute Kamstra  <lute@gnu.org>
1159         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1160         Catch errors with ignore-errors.  Use temporary buffer.
1161         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
1163         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1164         background color faces.
1165         (facemenu-set-foreground, facemenu-set-background):
1166         Use facemenu-set-face-from-menu.
1167         (facemenu-set-face-from-menu): Treat face names that start with
1168         "fg:" or "bg:" as special.
1169         (facemenu-add-new-color): Don't create faces.  Simplify.
1171 2005-06-30  Richard M. Stallman  <rms@gnu.org>
1173         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1174         (crm-find-current-element): Likewise.
1176 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
1178         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1180 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1182         * arc-mode.el (archive-extract): Make it work as a mouse binding.
1183         (archive-mouse-extract): Make it an obsolete alias.
1184         (archive-mode-map): Don't use archive-mouse-extract any more.
1185         (archive-mode, archive-extract): write-contents-hooks ->
1186         write-contents-functions.
1187         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1188         first arg.
1189         (archive-rename-entry): Update the call.
1190         (archive-zip-summarize): Remove unused var `method'.
1191         (archive-lzh-summarize): Remove unused var `creator'.
1193         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1194         dedicated frame upon exit.
1196         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1197         (archive-zip-extract, archive-zip-expunge)
1198         (archive-zip-update, archive-zip-update-case): Use executable-find.
1199         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1200         Use restore-buffer-modified-p.
1201         (archive-extract, archive-add-new-member, archive-write-file-member):
1202         Use with-current-buffer.
1203         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1205 2005-06-30  Andreas Schwab  <schwab@suse.de>
1207         * progmodes/gud.el (gud-filter): Remove unneeded progn.
1209 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1211         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1213 2005-06-30  Juri Linkov  <juri@jurta.org>
1215         * faces.el (vertical-border): Inherit from mode-line-inactive
1216         only on tty.
1218 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
1220         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1221         example, -NLINES in the `occur' docstring).
1223         * replace.el (occur-1): When no matches are found, do not set the
1224         `buffer-read-only' and modified flags for the occur buffer,
1225         because it is deleted.
1227         * emulation/cua-base.el (cua-check-pending-input)
1228         (cua-repeat-replace-region, cua-mode, cua-debug)
1229         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1230         Fix typos in docstrings.
1232         * emulation/cua-gmrk.el (cua-toggle-global-mark)
1233         (cua-cut-region-to-global-mark)
1234         (cua--cut-rectangle-to-global-mark):
1235         Remove period from end of messages.
1237         * emulation/cua-rect.el (cua-do-rectangle-padding):
1238         Remove period from end of messages.
1239         (cua--rectangle-seq-format): Fix typo in docstring.
1240         (cua-sequence-rectangle, cua-fill-char-rectangle):
1241         Improve argument/docstring consistency.
1243 2005-06-29  Juri Linkov  <juri@jurta.org>
1245         * faces.el (default-frame-background-mode): New internal variable.
1246         (frame-set-background-mode): Use it.
1248         * startup.el (normal-top-level): Set default-frame-background-mode
1249         instead of frame-background-mode.  Before setting it, test for its
1250         nil value.  Remove tests for frame-background-mode and frame
1251         parameter `reverse'.  Add test for "unspecified-fg".
1253         * term/xterm.el (xterm-rxvt-set-background-mode):
1254         * term/rxvt.el (rxvt-set-background-mode):
1255         Set default-frame-background-mode instead of frame-background-mode.
1257 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
1259         * simple.el (set-variable): Warn about obsolete user variables.
1261         * imenu.el (imenu--completion-buffer):
1262         * mouse.el (mouse-buffer-menu-alist):
1263         * msb.el (msb-invisible-buffer-p):
1264         * calendar/diary-lib.el (diary-header-line-format):
1265         * emacs-lisp/pp.el (pp-buffer):
1266         * progmodes/cperl-mode.el (cperl-do-auto-fill):
1267         * textmodes/picture.el (picture-replace-match):
1268         Change space constants followed by a sexp to "?\s ".
1270         * play/decipher.el (decipher-loop-with-breaks):
1271         * textmodes/texinfo.el (texinfo-insert-@item): Change space
1272         constants "protected" from end of line by a comment to "?\s".
1274 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * font-lock.el (save-buffer-state): Use `declare'.
1278         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1279         reset the syntax-table to cperl-mode-syntax-table.
1280         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1281         "foo_print_bar" is not matched as a reserved keyword.
1283 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
1285         * textmodes/org.el (orgtbl-setup): New function, for delayed
1286         setup for the orgtbl commands.
1287         (org-calc-default-modes): New option.
1288         (orgtbl-make-binding): Use `defun' to get better help display.
1289         (org-diary): Call `org-compile-prefix-format'.
1290         (org-table-formula-substitute-names): New function.
1291         (org-agenda-day-view, org-agenda-week-view): New commands.
1292         (org-agenda-toggle-week-view): Command removed.
1293         (org-tbl-menu): Split off from org-org-menu.
1294         (org-mode): Move removal of outline-mode menus to here.
1295         (org-table-formula-debug): New option.
1296         (org-table-insert-row): Keep first field if just "#" or "*".
1297         (org-mode): Paragraph regexps fixed.
1298         (org-table-recalculate-regexp): New constant.
1299         (org-table-justify-field-maybe): Avoid replace if not necessary.
1300         (org-copy-special, org-cut-special): Use `call-interactively'.
1301         (org-table-copy-region): Take region from `interactive' call.
1302         (org-trim): Return string even if no match.
1303         (org-formula): New face.
1304         (org-set-font-lock-defaults): No longer highlight "FIXME".
1305         But highlight formula-related fields in table.
1306         (org-table-p): Use regexp, not fontification.
1307         (org-table-align): Handle white space at end of line.
1308         (org-table-formula-evaluate-inline): New option.
1309         (org-mode): Auto-wrapping in comment lines turned off.
1310         (org-table-copy-down): Evaluate only in copied field, not in
1311         destination.
1312         (org-table-current-formula): Variable removed.
1313         (org-table-store-formulas, org-table-get-stored-formulas)
1314         (org-table-modify-formulas, org-table-replace-in-formulas)
1315         (org-table-maybe-eval-formula): New functions.
1316         (org-table-get-formula): Modify to use stored formulas.
1317         (org-table-insert-column, org-table-delete-column)
1318         (org-table-move-column): Call `org-table-modify-formulas'.
1319         (org-complete): Add completion for keyword formulas.
1320         (orgtbl-mode): Pull orgtbl-mode-map to start of
1321         minor-mode-map-alist.
1323 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * progmodes/python.el (python-check): Require `compile' before
1326         modifying its variables.
1328         * newcomment.el (comment-indent-default): Don't get fooled by an early
1329         end of buffer.
1331 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1333         * ps-print.el (ps-print-version): Fix version number.
1335 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
1337         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1339 2005-06-28  Richard M. Stallman  <rms@gnu.org>
1341         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1342         (flyspell-local-mouse-map): Declaration deleted.
1343         (flyspell-mouse-map): Bind only mouse-2.
1344         (flyspell-mode-map): Don't test flyspell-use-local-map.
1345         (flyspell-overlay-keymap-property-name): Var deleted.
1346         (flyspell-mode-on): Don't make local bindings for
1347         flyspell-mouse-map and flyspell-mode-map.
1348         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1350         * textmodes/ispell.el (ispell-word): Do not ignore short words.
1352         * progmodes/compile.el (compilation-next-error-function):
1353         Don't switch buffers; operate on the current buffer.
1355         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1357         * comint.el (comint-password-prompt-regexp): Accept ", try again".
1359         * bindings.el (global-map): Bind insertchar and its variants.
1361 2005-06-27  Richard M. Stallman  <rms@gnu.org>
1363         * textmodes/artist.el (artist-text-overwrite)
1364         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1366 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1368         * ps-print.el: It was not working the page selection for printing.
1369         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1370         (ps-print-version): New version 6.6.7.
1371         (ps-end-sheet): New fun.
1372         (ps-header-sheet, ps-end-job): Call it.
1374 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
1376         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1378 2005-06-27  Lute Kamstra  <lute@gnu.org>
1380         * facemenu.el (facemenu-unlisted-faces): Add foreground and
1381         background color faces.
1382         (facemenu-get-face): Delete function.
1383         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1384         (facemenu-add-new-color): Make second argument mandatory.
1385         Create the appropriate face and return it.  Simplify.
1386         (facemenu-set-foreground, facemenu-set-background): Don't check if
1387         color is defined.  Use return value of facemenu-add-new-color.
1389 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
1391         * progmodes/gud.el (gud-filter): Add missing argument to
1392         with-selected-window.
1394 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1396         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1397         a :require to the defcustom.
1399         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1400         defcustoms corresponding to minor modes.
1402 2005-06-26  David Ponce  <david@dponce.com>
1404         * recentf.el: Require tree-widget instead of wid-edit.
1405         (recentf-filename-handler): Fix widget :type.
1406         (recentf-cancel-dialog, recentf-open-more-files)
1407         (recentf-open-files-action): Doc fix.
1408         (recentf-dialog-goto-first): New function.
1409         (recentf-dialog-mode-map): Set parent keymap first.
1410         (recentf-dialog-mode): Define with define-derived-mode.
1411         Don't display continuation lines in dialogs.
1412         (recentf-edit-list): Rename from recentf-edit-selected-items.
1413         (recentf-edit-list-select): Rename from recentf-edit-list-action.
1414         Simplify.
1415         (recentf-edit-list-validate): New function.
1416         (recentf-edit-list): Update accordingly.
1417         (recentf-open-files-item-shift): Remove.
1418         (recentf-open-files-item): Convert menu elements into tree and
1419         link widgets.  Don't create the widgets.
1420         (recentf-open-files): Update accordingly.
1421         (recentf-save-list): Untabify.
1423 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
1425         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1426         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
1427         partially contained in the active region.  Do not take active
1428         region into account when called from Lisp, unless INTERACTIVE arg
1429         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
1430         avoid trouble with fields.  Make marker point nowhere when no
1431         longer used.  Always return nil.  Doc fix.
1432         (flush-lines): Add INTERACTIVE arg.  Do not take active region
1433         into account when called from Lisp, unless INTERACTIVE arg is
1434         non-nil.  Use `forward-line' instead of `beginning-of-line' to
1435         avoid trouble with fields.  Make marker point nowhere when no
1436         longer used.  Always return nil.  Doc fix.
1437         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
1438         interchangeable.  Do not take active region into account when
1439         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
1440         message in echo area when called from Lisp, unless INTERACTIVE arg
1441         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
1442         Return the number of matches.  Doc fix.
1443         (occur): Doc fix.
1444         (perform-replace): Make comment follow double space convention for
1445         the sake of `outline-minor-mode'.
1447         * faces.el (facep): Doc fix.
1449 2005-06-25  Richard M. Stallman  <rms@gnu.org>
1451         * facemenu.el (facemenu-enable-faces-p): New function.
1452         (facemenu-background-menu, facemenu-foreground-menu)
1453         (facemenu-face-menu): Add menu-enable property.
1455         * jka-compr.el (jka-compr-insert-file-contents):
1456         Special handling if cannot find the uncompression program.
1458         * cus-face.el (custom-face-attributes): Add autoload.
1460         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1461         Bind comment-indent-function locally.
1463         * window.el (save-selected-window): Use save-current-buffer.
1465         * subr.el (with-selected-window): Use save-current-buffer.
1467         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1468         and with-current-buffer.
1470 2005-06-24  Richard M. Stallman  <rms@gnu.org>
1472         * simple.el (line-move-1): Fix previous change.
1474 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
1476         * replace.el (occur-1): Set `buffer-read-only' and the
1477         buffer-modified flag before running `occur-hook' to protect
1478         against unintentional buffer switches that can lead to data loss.
1480 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
1482         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1483         (gud-gdb-marker-filter): Use font-lock-warning-face for any
1484         initial error.
1486         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1487         after fresh input.
1488         (gdb-var-create-handler): Put name of expression in quotes.
1490 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1492         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1493         elements of RING in order, and without bogus nil elements.
1495 2005-06-23  Richard M. Stallman  <rms@gnu.org>
1497         * simple.el (set-variable): Args renamed; doc fix.
1498         (line-move-1): When there are overlays around, use vertical-motion.
1500         * faces.el (escape-glyph): Use brown against light background.
1501         (nobreak-space): Rename from no-break-space.
1502         Fix previous change.
1504         * dired-aux.el (dired-do-copy): Fix arg prompt.
1506         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1508 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1510         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1511         rather than "Distributor".
1513 2005-06-23  Lute Kamstra  <lute@gnu.org>
1515         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1516         (debug-on-entry): Use it.  New interactive declaration that uses
1517         function-called-at-point.
1519 2005-06-23  Kim F. Storm  <storm@cua.dk>
1521         * subr.el (save-match-data): Add comment about using evaporate arg
1522         to set-match-data.
1524 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1526         * cus-edit.el (customize-face)
1527         (customize-face-other-window): Handle face aliases.
1529         * faces.el (face-documentation, set-face-attribute)
1530         (face-spec-set): Handle face aliases.
1532 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
1534         * help-mode.el (help-make-xrefs): If a symbol representing a face
1535         name is not followed by the word "face", it could still be a
1536         function or variable name, so don't bypass other checks.
1538 2005-06-22  Juri Linkov  <juri@jurta.org>
1540         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1541         Replace aliased functions with calls where second arg `inherit' is t.
1543 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
1545         * progmodes/gdb-ui.el (gdb-error): New variable.
1546         (gdb-error): New function.
1547         (gdb-annotation-rules): Act on error-begin and error annotations.
1548         (gdb-concat-output): Use font-lock-warning-face for errors.
1550 2005-06-22  Miles Bader  <miles@gnu.org>
1552         * bindings.el (propertized-buffer-identification): Use renamed
1553         `Buffer-menu-buffer' face.
1555         * faces.el (vertical-border): Rename from `vertical-divider'.
1556         (escape-glyph): Change dark-background color back to `cyan'.
1558 2005-06-21  Juri Linkov  <juri@jurta.org>
1560         * faces.el (face-user-default-spec): Try getting `customized-face'
1561         prior to `saved-face'.
1562         (frame-background-mode): Refill docstring.
1564         * emacs-lisp/lisp-mode.el (eval-defun-1):
1565         * emacs-lisp/edebug.el (edebug-eval-defun):
1566         Set `saved-face' temporarily to nil before calling form.
1567         Set `customized-face' to the new spec after that.
1569 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
1571         * subr.el (1value, lambda, key-substitution-in-progress):
1572         Doc fixes.
1574         * autoinsert.el (auto-insert-alist):
1575         * ses.el (ses-call-printer):
1576         * subr.el (noreturn):
1577         * emacs-lisp/lisp.el (check-parens):
1578         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1579         * net/browse-url.el (browse-url-mosaic):
1580         * progmodes/cc-defs.el (c-safe-scan-lists):
1581         * progmodes/ebnf-abn.el (ebnf-abn-lex):
1582         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1583         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1584         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1585         * progmodes/ebnf-iso.el (ebnf-iso-lex):
1586         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1588 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1590         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1592 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
1594         * calendar/appt.el (appt-make-list): Activate the package, if
1595         not already active (for backwards compatibility).
1597 2005-06-20  Kim F. Storm  <storm@cua.dk>
1599         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
1601 2005-06-20  Miles Bader  <miles@gnu.org>
1603         * faces.el (vertical-divider): New face.
1605 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
1607         * simple.el (kill-whole-line): Doc fix.
1608         (next-error-buffer-p, next-error-find-buffer)
1609         (clone-indirect-buffer): Fix typos in docstrings.
1610         (comment-line-break-function): Doc fix: don't say variable
1611         is automatically buffer-local (it isn't).
1613 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
1615         * net/tramp-ftp.el (top):
1616         * net/tramp-smb.el (top):
1617         * net/tramp-util.el (top):
1618         * net/tramp-uu.el (top):
1619         * net/tramp-vc.el (top):
1620         * net/tramp.el (top): Revert copyright years back to original
1621         ones.  Tramp has a life outside GNU Emacs.
1623 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
1625         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1627 2005-06-18  Juri Linkov  <juri@jurta.org>
1629         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1630         end of first regexp to limit the match to the position between
1631         line number and source line with same separator character as used
1632         between file name and line number.  In the second regexp limit
1633         mouse-face area to file name and line number by adding new group
1634         for them and referring it in HYPERLINK arg.
1635         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1636         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1637         previous line where grep markers may be already removed.
1639 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1641         * progmodes/ps-mode.el: Update version and maintainer's email address.
1643 2005-06-18  Steve Youngs  <steve@xemacs.org>
1645         * net/browse-url.el (browse-url-browser-function)
1646         (browse-url-default-browser): Add firefox.
1647         (browse-url-firefox-program, browse-url-firefox-arguments)
1648         (browse-url-firefox-startup-arguments)
1649         (browse-url-firefox-new-window-is-tab): New defcustoms.
1650         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1652 2005-06-17  Richard M. Stallman  <rms@gnu.org>
1654         * startup.el (command-line): Warn if specified user name has
1655         no home directory.
1657         * term.el (term-get-old-input, term-input-filter, term-input-sender)
1658         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1660         * longlines.el (longlines-mode, longlines-show-hard-newlines):
1661         Doc fixes.
1663         * faces.el (underline): Try bold if terminal doesn't support underline.
1665         * mail/sendmail.el (mail-setup-with-from): New variable.
1666         (mail-insert-from-field): New function.
1667         (sendmail-send-it): Call it.
1668         (mail-setup): Optionally call it here.
1670         * term/linux.el: Call tty-no-underline.
1672 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
1674         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1676 2005-06-17  Miles Bader  <miles@gnu.org>
1678         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1679         (ediff-current-diff-C, ediff-current-diff-Ancestor)
1680         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1681         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1682         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1683         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1684         Remove "-face" suffix from face names.
1685         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1686         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1687         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1688         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1689         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1690         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1691         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1692         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1693         New backward-compatibility aliases for renamed faces.
1694         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1695         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1696         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1697         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1698         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1699         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1700         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1701         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1702         Use renamed ediff faces.
1704         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1705         Remove "-face" suffix from face names.
1706         (eshell-test-ok-face, eshell-test-failed-face):
1707         New backward-compatibility aliases for renamed faces.
1708         (eshell-run-test): Use renamed eshell-test faces.
1710         * eshell/em-prompt.el (eshell-prompt):
1711         Remove "-face" suffix from face name.
1712         (eshell-prompt-face): New backward-compatibility alias for renamed face.
1713         (eshell-emit-prompt): Use renamed eshell-prompt face.
1715         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1716         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1717         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1718         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1719         Remove "-face" suffix from face names.
1720         (eshell-ls-directory-face, eshell-ls-symlink-face)
1721         (eshell-ls-executable-face, eshell-ls-readonly-face)
1722         (eshell-ls-unreadable-face, eshell-ls-special-face)
1723         (eshell-ls-missing-face, eshell-ls-archive-face)
1724         (eshell-ls-backup-face, eshell-ls-product-face)
1725         (eshell-ls-clutter-face):
1726         New backward-compatibility aliases for renamed faces.
1727         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1729         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1730         Remove "-face" suffix from face name.
1731         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1732         instead of literal face.
1734 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
1736         * emacs-lisp/warnings.el (display-warning, lwarn)
1737         (warning-minimum-log-level): Doc fixes.
1738         (warning-minimum-level, warning-minimum-log-level):
1739         Add :debug to :type choices.
1741         * progmodes/ada-mode.el (ada-format-paramlist)
1742         (ada-get-indent-case, ada-check-matching-start)
1743         (ada-check-defun-name, ada-goto-matching-decl-start)
1744         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1745         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1746         (ada-make-subprogram-body): Follow error conventions.
1747         (ada-case-exception-file, ada-indent-comment-as-code)
1748         (ada-indent-handle-comment-special, ada-indent-renames)
1749         (ada-indent-return, ada-search-directories-internal)
1750         (ada-tab-policy, ada-case-exception-substring)
1751         (ada-other-file-alist, ada-matching-start-re)
1752         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1753         (ada-imenu-generic-expression, ada-compile-goto-error)
1754         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1755         (ada-popup-menu, ada-add-extensions, ada-mode)
1756         (ada-region-selected, ada-create-case-exception)
1757         (ada-create-case-exception-substring, ada-after-keyword-p)
1758         (ada-activate-keys-for-case, ada-adjust-case-region)
1759         (ada-adjust-case-buffer, ada-format-paramlist)
1760         (ada-scan-paramlist, ada-insert-paramlist)
1761         (ada-indent-newline-indent)
1762         (ada-indent-newline-indent-conditional)
1763         (ada-justified-indent-current, ada-goto-previous-word)
1764         (ada-indent-current, ada-get-indent-open-paren)
1765         (ada-get-indent-paramlist, ada-get-indent-end)
1766         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1767         (ada-get-indent-block-start, ada-get-indent-subprog)
1768         (ada-get-indent-noindent, ada-get-indent-label)
1769         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1770         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1771         (ada-goto-stmt-end, ada-goto-next-word)
1772         (ada-check-matching-start, ada-check-defun-name)
1773         (ada-goto-matching-decl-start, ada-goto-matching-start)
1774         (ada-goto-matching-end, ada-search-ignore-string-comment)
1775         (ada-in-decl-p, ada-looking-at-semi-or)
1776         (ada-looking-at-semi-private, ada-in-paramlist-p)
1777         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1778         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1779         (ada-next-procedure, ada-previous-procedure, ada-next-package)
1780         (ada-previous-package, ada-create-menu)
1781         (ada-fill-comment-paragraph-justify)
1782         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1783         (ada-other-file-name, ada-last-which-function-line)
1784         (ada-last-which-function-subprog, ada-which-function)
1785         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1786         (ada-gen-treat-proc, ada-check-emacs-version)
1787         (ada-continuation-indent, ada-align-region-separate):
1788         Fix typos in docstrings.
1789         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1791 2005-06-16  Lute Kamstra  <lute@gnu.org>
1793         * simple.el (fundamental-mode): Run after-change-major-mode-hook
1794         conditionally.
1796 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1798         * comint.el (comint-replace-by-expanded-filename)
1799         (comint-prompt-regexp, comint-delimiter-argument-list)
1800         (comint-preinput-scroll-to-bottom):
1801         * info.el (Info-hide-cookies-node):
1802         * ls-lisp.el (ls-lisp-classify):
1803         * find-file.el (ff-search-directories, ff-special-constructs)
1804         (ff-find-other-file):
1805         * font-lock.el (font-lock-keywords):
1806         * shell.el (shell-prompt-pattern)
1807         (shell-dynamic-complete-functions, shell-mode)
1808         (shell-delimiter-argument-list):
1809         * term.el (term-replace-by-expanded-filename)
1810         (term-prompt-regexp, term-delimiter-argument-list):
1811         * woman.el (woman-ignore, woman0-if):
1812         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1813         * emacs-lisp/elint.el (elint-init-env):
1814         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1815         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1816         * language/ethio-util.el (ethio-tilde-escape)
1817         (ethio-use-three-dot-question):
1818         * net/zone-mode.el (zone-mode-load-time-setup):
1819         * progmodes/cc-align.el (c-lineup-argcont):
1820         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1821         * progmodes/cperl-mode.el (cperl-set-style-back):
1822         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1823         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1824         Fix spellings in docstrings.
1826         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1827         * progmodes/modula2.el (m2-for): Fix spellings.
1829         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1831         * simple.el (undo-more): Don't use `format' on `error' arguments.
1832         Improve argument/docstring consistency.
1833         (pending-undo-list): Doc fix.
1835         * smerge-mode.el (smerge-ensure-match):
1836         * emulation/vip.el (vip-ex):
1837         * net/zone-mode.el (zone-mode-update-serial):
1838         * progmodes/idlwave.el (idlwave-complete):
1839         * progmodes/vhdl-mode.el (vhdl-visit-file)
1840         (vhdl-compose-wire-components):
1841         Don't use `format' on `error' arguments.
1843         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1844         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1845         (tooltip-help-tips): Fix typos in docstrings.
1847 2005-06-16  David Ponce  <david@dponce.com>
1849         * tree-widget.el (tree-widget-value-create): Simplify last change.
1851 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
1853         * ido.el (ido-incomplete-regexp): New variable.
1854         (ido-set-matches-1): Handle invalid-regexp error and set
1855         ido-incomplete-regexp.
1856         (ido-incomplete-regexp): New face.
1857         (ido-completions): Use it.
1858         (ido-complete, ido-exit-minibuffer, ido-completions):
1859         Handle incomplete regexps.
1860         (ido-completions): Add check for complete match when entering a regexp.
1862 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1866 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1868         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1869         by field delimiters.
1871 2005-06-15  David Ponce  <david@dponce.com>
1873         * tree-widget.el: eval-and-compile inlined functions so they will
1874         be available at run-time too.
1875         (tree-widget-super-format-handler)
1876         (tree-widget-format-handler): Remove.
1877         (tree-widget-value-create): Handle the :indent property.
1879 2005-06-15  Miles Bader  <miles@gnu.org>
1881         * progmodes/which-func.el (which-func): Only inherit
1882         `font-lock-function-name-face' when that makes sense against the
1883         default mode-line face, otherwise set the face color explicitly.
1885         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1886         faces instead of (non-existent) variables.
1888 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1890         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1891         (iswitchb-get-matched-buffers): Likewise.  Simplify.
1893 2005-06-14  Miles Bader  <miles@gnu.org>
1895         * progmodes/ld-script.el (ld-script-location-counter):
1896         Remove "-face" suffix from face name.
1897         (ld-script-location-counter-face):
1898         New backward-compatibility alias for renamed face.
1899         (ld-script-location-counter-face): Use renamed face.
1901         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1902         (cperl-hash): Remove "-face" suffix from face names.
1903         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1904         New backward-compatibility aliases for renamed faces.
1905         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1906         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1908         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1909         name.
1910         (which-func-face): New backward-compatibility alias for renamed face.
1911         (which-func-format): Use renamed which-func face.
1913         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1914         (vhdl-function, vhdl-directive, vhdl-reserved-word)
1915         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1916         names.
1917         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1918         (vhdl-speedbar-configuration, vhdl-speedbar-package)
1919         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1920         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1921         (vhdl-speedbar-architecture-selected)
1922         (vhdl-speedbar-configuration-selected)
1923         (vhdl-speedbar-package-selected)
1924         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1925         names.
1926         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1927         Use renamed faces.
1928         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1929         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1930         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1931         Use renamed faces.
1932         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1933         names.
1934         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1935         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1936         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1937         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1938         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1939         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1941         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1942         face name.
1943         (sh-heredoc-face): New backward-compatibility alias for renamed face.
1944         (sh-heredoc-face): Use renamed sh-heredoc face.
1946         * progmodes/idlw-help.el (idlwave-help-link):
1947         Remove "-face" suffix from face name.
1948         (idlwave-help-link-face):
1949         New backward-compatibility alias for renamed face.
1950         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1952         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1953         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1954         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1955         New backward-compatibility aliases for renamed faces.
1956         (idlwave-shell-disabled-breakpoint-face)
1957         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1959         * progmodes/flymake.el (flymake-errline, flymake-warnline):
1960         Remove "-face" suffix from face names.
1961         (flymake-errline-face, flymake-warnline-face):
1962         New backward-compatibility aliases for renamed faces.
1963         (flymake-highlight-line): Use renamed flymake faces.
1965         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1966         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1967         (ebrowse-member-class, ebrowse-progress):
1968         Remove "-face" suffix from face names.
1969         (ebrowse-tree-mark-face, ebrowse-root-class-face)
1970         (ebrowse-file-name-face, ebrowse-default-face)
1971         (ebrowse-member-attribute-face, ebrowse-member-class-face)
1972         (ebrowse-progress-face):
1973         New backward-compatibility aliases for renamed faces.
1974         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1975         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1976         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1977         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1979         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1980         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1981         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1982         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1983         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1984         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1985         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1986         New backward-compatibility aliases for renamed faces.
1987         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1988         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1989         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1990         "font-lock-".  Use renamed antlr-mode faces.
1991         (antlr-font-lock-additional-keywords): Use renamed faces.
1992         Replace literal face-names with face variable references.
1994         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1995         face name.
1996         (Buffer-menu-buffer-face): New backward-compatibility alias for
1997         renamed face.
1998         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2000 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
2002         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2003         Eliminate "-face" suffix.
2004         (makefile-targets): Inherit from font-lock-function-name-face and
2005         eliminate "-face" suffix.
2006         (makefile-shell): Remove attributes and eliminate "-face" suffix.
2007         (makefile-*-font-lock-keywords): Append makefile-targets in rule
2008         actions, instead of prepending, to make it less visible.
2009         (makefile-previous-dependency, makefile-match-dependency):
2010         Don't match a target on a continuation line.
2012         * files.el (auto-mode-alist): Put Makefile in gmake mode.
2014 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
2016         * progmodes/gdb-ui.el (menu): Re-order menu items.
2017         (gdb-tooltip-print): Respect tooltip-use-echo-area.
2019         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2020         Define in tooltip.el.
2021         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2022         (gud-tooltip-tips): Respect tooltip-use-echo-area and
2023         gud-tooltip-echo-area.
2025         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2026         backward compatibility and make obsolete.
2027         (tooltip-help-tips): Use tooltip-use-echo-area.
2028         (tooltip-show-help-function): Rename to...
2029         (tooltip-show-help): ...this, because it is a function.
2030         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2032 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2034         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2035         (edebug-print-length, edebug-print-level, edebug-print-circle)
2036         (edebug-modify-breakpoint, edebug-eval-last-sexp)
2037         (edebug-eval-print-last-sexp): Doc fixes.
2039 2005-06-14  Kim F. Storm  <storm@cua.dk>
2041         * ido.el (ido-mode): Make a new keymap every time we enable ido,
2042         as the coverage buffer/file/both may change.
2044 2005-06-14  Lute Kamstra  <lute@gnu.org>
2046         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2047         and run-mode-hooks.  Simplify.
2049         * mail/rmailedit.el (rmail-edit-mode):
2050         * progmodes/octave-inf.el (inferior-octave-mode):
2051         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2053         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2054         and run-mode-hooks.
2055         (recentf-edit-list, recentf-open-files): Don't call
2056         kill-all-local-variables directly.
2058         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2060 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2062         * emacs-lisp/byte-run.el (make-obsolete)
2063         (define-obsolete-function-alias): Rename arguments FUNCTION and
2064         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2065         (make-obsolete-variable, define-obsolete-variable-alias):
2066         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2067         respectively.
2069         * isearchb.el (isearchb-activate):
2070         * pcvs.el (cvs-mode):
2071         * ses.el (ses-load):
2072         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2073         * net/tramp.el (tramp-find-file-exists-command)
2074         (tramp-find-shell):
2075         * progmodes/ada-mode.el (ada-create-case-exception)
2076         (ada-create-case-exception-substring, ada-make-subprogram-body):
2077         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2078         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2079         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2080         * textmodes/org.el (org-promote, org-evaluate-time-range)
2081         (org-agenda-next-date-line, org-agenda-previous-date-line)
2082         (org-agenda-error, org-open-at-point, org-table-move-row)
2083         (org-format-table-table-html-using-table-generate-source)
2084         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2085         * textmodes/reftex.el (reftex-access-scan-info):
2086         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2087         (reftex-toc-promote-prepare): Follow error conventions.
2089         * diff-mode.el (diff-mode): Fix typo in docstring.
2091         * forms.el (forms--intuit-from-file): Fix reference to
2092         `forms-number-of-fields' in error message.
2093         (forms-print): Fix quoting in error message.
2095         * forms.el (forms-mode):
2096         * emulation/vi.el (vi-goto-insert-state):
2097         * progmodes/flymake.el (flymake-new-err-info)
2098         (flymake-start-syntax-check-for-current-buffer)
2099         (flymake-simple-cleanup):
2100         * eshell/esh-var.el (eshell/export):
2101         * progmodes/gud.el (xdb):
2102         * textmodes/flyspell.el (flyspell-incorrect-hook)
2103         (flyspell-maybe-correct-transposition)
2104         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2106 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
2108         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2109         minibuffer prompt.
2111 2005-06-13  Kim F. Storm  <storm@cua.dk>
2113         * subr.el (add-to-ordered-list): New defun.
2115         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2116         add cua--keymap-alist to emulation-mode-map-alists.
2118 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2120         * subr.el (complete-in-turn): New macro.
2121         (dynamic-completion-table, lazy-completion-table): Add debug info.
2123         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2124         in preference to face aliases.
2126         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2127         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2128         Remove unused vars `start' and `firstline'.
2129         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2130         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2132 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
2134         * cus-start.el (all): Don't complain about missing GTK-related
2135         variables, unless either `gtk' is boundp or this isn't a
2136         `windows-nt' build.
2138 2005-06-13  Lute Kamstra  <lute@gnu.org>
2140         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2141         run-mode-hooks.
2143         * ediff-mult.el (ediff-meta-mode):
2144         * ediff-util.el (ediff-mode): Use run-mode-hooks.
2146         * ledit.el (ledit-mode): Use delay-mode-hooks.
2148         * woman.el (woman-mode-line-format): Delete constant.
2149         (woman-mode-map): Initialize it properly.
2150         (woman-mode): Set mode-class property to special.
2151         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
2152         Set major-mode and mode-name.  Don't set mode-line-format directly.
2153         (Man-getpage-in-background): Don't reference woman-mode-line-format.
2155         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2156         string argument obsolete.
2158 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2160         * textmodes/org.el (org-CUA-compatible): New option.
2161         (org-disputed-keys): New variable.
2162         (org-key): New function.
2163         (orgtbl-make-binding): Add docstring to the created function.
2164         (org-mode): Set paragraph start/separate regexps.
2165         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2166         (org-archive-location, org-archive-mark-done)
2167         (org-archive-stamp-time): New options.
2168         (org-archive-subtree): New command.
2169         (org-fill-paragraph): New function.
2170         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2171         (org-fake-empty-table-line): Function removed.
2172         (org-format-org-table-html): Do not create empty table lines at
2173         separator lines.  Improved table header treatment.
2174         (org-link-format): New option.
2175         (org-make-link): New function.
2176         (org-insert-link, org-store-link): Use org-make-link.
2177         (org-open-file): Quote file name for shell command, to allow
2178         spaces in file names.
2179         (org-link-regexp): Fix bug with mailto link.
2180         (org-link-maybe-angles-regexp, org-protected-link-regexp):
2181         New constants.
2182         (org-export-as-html): Deal with the optional angles around a link.
2183         Better treatment of file: links.
2184         (org-open-at-point): Replace @{ and @} with < and >.
2185         (org-run-mode-hooks): Function removed.
2186         (org-agenda-mode): No longer use `org-run-mode-hooks'.
2188 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
2190         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2191         MI command -data-list-register-values.
2192         (gdb-post-prompt): Indent properly.
2194 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
2196         * hilit-chg.el (highlight-changes-colors): Rename from
2197         `highlight-changes-colours'.
2198         (highlight-changes-colours): Keep as obsolete alias.
2199         (highlight-changes-face-list): Doc fix.
2200         (hilit-chg-make-list): Use `highlight-changes-colors'.
2202 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
2204         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2205         defun-prompt-regexp.
2207 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
2209         * loadup.el: Don't say we are dumping under 2 names on windows-nt
2210         and cygwin.
2212         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2213         Don't use an old loaddefs.el, as in Makefile.in.
2215 2005-06-12  Lute Kamstra  <lute@gnu.org>
2217         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2219         * man.el (Man-mode-map): Initialize it properly.
2220         (Man-mode): Set mode-class property to special.
2222         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2224 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2226         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2227         A newline is needed in the docstring there.
2229         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2230         Doc fixes.
2232 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2234         * printing.el: Doc fix.  The menubar is no more changed when printing
2235         is loaded, it only changes when pr-menu-bind or pr-update-menus is
2236         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
2237         (pr-version): New version number (6.8.4).
2238         (pr-menu-bind): New command.
2239         (pr-update-menus): Docstring and code fix.
2240         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2241         Docstring fix.
2242         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2243         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2245 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
2247         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2248         "Returns" to "return", document useful return values, etc.
2250 2005-06-11  Alan Mackenzie  <acm@muc.de>
2252         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2253         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2254         (adaptive-file-function): Minor amendment to doc-string.
2256 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2258         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2259         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2260         Fix :type--it is `integer', not `string'.
2262         * faces.el (modeline-highlight): Rename from (the erroneous)
2263         `modeline-higilight'.
2265 2005-06-11  Lute Kamstra  <lute@gnu.org>
2267         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2268         lisp-interaction-mode-map but make it the parent.
2269         (edebug-eval-mode): Use define-derived-mode.
2271 2005-06-11  Andreas Schwab  <schwab@suse.de>
2273         * bindings.el: Add binding of `ESC functionkey' for every
2274         `M-functionkey'.
2275         * hexl.el (hexl-mode-map): Likewise.
2277 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
2279         * progmodes/compile.el (compilation-error-regexp-alist-alist)
2280         [msft]: update regexp for newer msft compilers.
2282 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
2284         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2285         ATTLIST portions of included DTDs.
2286         (xml-parse-dtd): Eliminate use of inefficient match-data.
2288 2005-06-10  Miles Bader  <miles@gnu.org>
2290         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2291         (mpuz-text): Remove "-face" suffix from face names.
2292         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2293         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2294         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2296         * play/gomoku.el (gomoku-O, gomoku-X):
2297         Remove "-face" suffix from face names.
2298         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2299         New backward-compatibility aliases for renamed faces.
2300         (gomoku-font-lock-keywords): Use renamed gomoku faces.
2302 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2304         * thumbs.el: Fixes for changes of 2005-06-09.
2305         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2306         as a directory.
2307         (thumbs-thumbname): Remove directory separator from format string;
2308         `thumbs-thumbsdir' now returns a valid directory name.
2309         (thumbs-temp-dir): New defsubst.
2310         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2311         Use it.
2313         * cus-edit.el (minibuffer):
2314         * files.el (make-backup-file-name-function):
2315         * filesets.el (filesets-external-viewers):
2316         * hilit-chg.el (highlight-changes-colours)
2317         (highlight-changes-face-list, highlight-changes-rotate-faces):
2318         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2319         * kmacro.el (kmacro-call-macro):
2320         * log-edit.el (log-edit-changelog-full-paragraphs):
2321         * mouse.el (mouse-1-click-follows-link):
2322         * skeleton.el (skeleton-autowrap):
2323         * subr.el (insert-for-yank-1):
2324         * tempo.el (tempo-insert-region):
2325         * terminal.el (terminal-emulator):
2326         * time.el (display-time-mail-face):
2327         * vc.el (vc-annotate):
2328         * vcursor.el (vcursor-copy-line):
2329         * woman.el (woman-bold-headings, woman-ignore)
2330         (woman-default-faces, woman-monochrome-faces):
2331         * calendar/todo-mode.el (todo-insert-threshold):
2332         * emulation/pc-select.el (pc-select-selection-keys-only)
2333         (pc-selection-mode):
2334         * emulation/vip.el (vip-find-char-forward):
2335         * emulation/viper-cmd.el (viper-find-char-forward):
2336         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2337         (input-method-exit-on-invalid-key):
2338         * international/mule-diag.el (describe-coding-system):
2339         * international/ucs-tables.el (unify-8859-on-encoding-mode):
2340         * net/browse-url.el (browse-url-xterm-program):
2341         * obsolete/lazy-lock.el (lazy-lock-mode):
2342         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2343         (cperl-mode):
2344         * progmodes/cpp.el (cpp-face-light-name-list)
2345         (cpp-face-dark-name-list):
2346         * progmodes/delphi.el (delphi-newline-always-indents):
2347         Fix spellings in docstrings.
2349         * ido.el (ido-mode, ido-file-extensions-order)
2350         (ido-default-file-method, ido-default-buffer-method)
2351         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2352         (ido-decorations, ido-read-file-name-as-directory-commands)
2353         (ido-read-file-name-non-ido, ido-work-directory-list)
2354         (ido-ignore-item-temp-list, ido-current-directory)
2355         (ido-magic-forward-char, ido-enter-find-file)
2356         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2357         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2359 2005-06-10  Lute Kamstra  <lute@gnu.org>
2361         * play/dunnet.el (dun-mode): Use define-derived-mode.
2362         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
2363         obsolete alias.
2365         * play/doctor.el (doctor-mode-map): Remove defvar.
2366         (doctor-mode): Use define-derived-mode.
2368         * mail/mspools.el (mspools-mode):
2369         * net/eudc-hotlist.el (eudc-hotlist-mode):
2370         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2372 2005-06-10  Miles Bader  <miles@gnu.org>
2374         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2375         Remove "-face" suffix from face names.
2376         (flyspell-incorrect-face, flyspell-duplicate-face):
2377         New backward-compatibility aliases for renamed faces.
2378         (flyspell-mode-on, make-flyspell-overlay)
2379         (flyspell-highlight-incorrect-region)
2380         (flyspell-highlight-duplicate-region)
2381         (flyspell-display-next-corrections)
2382         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2384         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2385         from face name.
2386         (texinfo-heading-face): New backward-compatibility alias for
2387         renamed face.
2388         (texinfo-heading-face): Use renamed texinfo-heading face.
2390         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2391         suffix from face names.
2392         (tex-math-face, tex-verbatim-face):
2393         New backward-compatibility aliases for renamed faces.
2394         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2395         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2396         literal face name.
2398         * textmodes/table.el (table-cell): Remove "-face" suffix from face
2399         name.
2400         (table-cell-face): New backward-compatibility alias for renamed face.
2401         (table--put-cell-face-property, table--update-cell-face):
2402         Use renamed table-cell face.
2404         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2405         from face name.
2406         (sgml-namespace-face): New backward-compatibility alias for
2407         renamed face.
2408         (sgml-namespace-face): Use renamed sgml-namespace face.
2410         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2411         (org-level-4, org-level-5, org-level-6, org-level-7)
2412         (org-level-8, org-warning, org-headline-done)
2413         (org-deadline-announce, org-scheduled-today)
2414         (org-scheduled-previously, org-link, org-done, org-table)
2415         (org-time-grid): Remove "-face" suffix from face names.
2416         (org-level-1-face, org-level-2-face, org-level-3-face)
2417         (org-level-4-face, org-level-5-face, org-level-6-face)
2418         (org-level-7-face, org-level-8-face, org-warning-face)
2419         (org-headline-done-face, org-deadline-announce-face)
2420         (org-scheduled-today-face, org-scheduled-previously-face)
2421         (org-link-face, org-done-face, org-table-face)
2422         (org-time-grid-face):
2423         New backward-compatibility aliases for renamed faces.
2424         (org-level-faces, org-set-font-lock-defaults, org-timeline)
2425         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2426         (org-agenda-get-timestamps, org-agenda-get-scheduled)
2427         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2429         * emulation/viper-init.el (viper-search, viper-replace-overlay)
2430         (viper-minibuffer-emacs, viper-minibuffer-insert)
2431         (viper-minibuffer-vi): Remove "-face" suffix from face names.
2432         (viper-search-face, viper-replace-overlay-face)
2433         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2434         (viper-minibuffer-vi-face):
2435         New backward-compatibility aliases for renamed faces.
2436         (viper-search-face, viper-replace-overlay-face)
2437         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2438         (viper-minibuffer-vi-face): Use renamed viper faces.
2440         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2441         Remove "-face" suffix from face names.
2442         (testcover-nohits-face, testcover-1value-face):
2443         New backward-compatibility aliases for renamed faces.
2444         (testcover-mark): Use renamed testcover faces.
2446         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2447         face name.
2448         (diary-button-face): New backward-compatibility alias for renamed face.
2449         (diary-entry): Use renamed diary-button face.
2451         * calendar/calendar.el (diary, calendar-today, holiday)
2452         (mark-visible-calendar-date): Remove "-face" suffix from face names.
2453         (diary-face, calendar-today-face, holiday-face):
2454         New backward-compatibility aliases for renamed faces.
2455         (eval-after-load "facemenu", diary-entry-marker)
2456         (calendar-today-marker, calendar-holiday-marker, diary-face):
2457         Use renamed calendar faces.
2459         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2460         (compare-windows-face): New backward-compatibility alias for
2461         renamed face.
2462         (compare-windows-highlight): Use renamed compare-windows face.
2464         * strokes.el (strokes-char): Remove "-face" suffix from face name.
2465         (strokes-char-face): New backward-compatibility alias for renamed face.
2466         (strokes-encode-buffer): Use renamed strokes-char face.
2468         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2469         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2470         Remove "-face" suffix from face names.
2471         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2472         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2473         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2474         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2475         Use renamed pcvs faces.
2476         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2477         * pcvs-defs.el (cvs-mode-map): Likewise.
2478         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2480         * info.el (info-title-1, info-title-2, info-title-3)
2481         (info-title-4): Remove "-face" suffix from and downcase face names.
2482         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2483         (Info-title-4-face):
2484         New backward-compatibility aliases for renamed faces.
2485         (Info-fontify-node): Use renamed info faces.
2487         * hilit-chg.el (highlight-changes, highlight-changes-delete):
2488         Remove "-face" suffix from face names.
2489         (highlight-changes-face, highlight-changes-delete-face):
2490         New backward-compatibility aliases for renamed faces.
2491         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2492         (hilit-chg-make-list): Use renamed highlight-changes faces.
2494         * generic-x.el (show-tabs-tab, show-tabs-space):
2495         Remove "-face" suffix from face names.
2496         (show-tabs-tab-face, show-tabs-space-face):
2497         New backward-compatibility aliases for renamed faces.
2498         (show-tabs-generic-mode-font-lock-defaults-1)
2499         (show-tabs-generic-mode-font-lock-defaults-2):
2500         Use renamed show-tabs faces.
2502         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2503         (smerge-markers): Remove "-face" suffix from face names.
2504         (smerge-mine-face, smerge-other-face, smerge-base-face)
2505         (smerge-markers-face):
2506         New backward-compatibility aliases for renamed faces.
2507         (smerge-mine-face, smerge-other-face, smerge-base-face)
2508         (smerge-markers-face): Use renamed smerge faces.
2510         * log-view.el (log-view-file, log-view-message):
2511         Remove "-face" suffix from face names.
2512         (log-view-file-face, log-view-message-face):
2513         New backward-compatibility aliases for renamed faces.
2514         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2516         * paren.el (show-paren-match, show-paren-mismatch):
2517         Remove "-face" suffix from face names.
2518         (show-paren-match-face, show-paren-mismatch-face):
2519         New backward-compatibility aliases for renamed faces.
2520         (show-paren-function): Use renamed show-paren faces.
2522         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2523         (ruler-mode-margins, ruler-mode-fringes)
2524         (ruler-mode-column-number, ruler-mode-fill-column)
2525         (ruler-mode-comment-column, ruler-mode-goal-column)
2526         (ruler-mode-tab-stop, ruler-mode-current-column):
2527         Remove "-face" suffix from face names.
2528         (ruler-mode-default-face, ruler-mode-pad-face)
2529         (ruler-mode-margins-face, ruler-mode-fringes-face)
2530         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2531         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2532         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2533         New backward-compatibility aliases for renamed faces.
2534         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2535         (ruler-mode-column-number, ruler-mode-fill-column)
2536         (ruler-mode-comment-column, ruler-mode-goal-column)
2537         (ruler-mode-tab-stop, ruler-mode-current-column)
2538         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2540         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2541         face name.
2542         (whitespace-highlight-the-space): Use renamed face.
2543         (whitespace-highlight-face): New backward-compatibility alias for
2544         renamed face.
2546         * woman.el (woman-italic, woman-bold, woman-unknown)
2547         (woman-addition, woman-symbol-face):
2548         Remove "-face" suffix from face names.
2549         (woman-italic-face, woman-bold-face, woman-unknown-face)
2550         (woman-addition-face):
2551         New backward-compatibility aliases for renamed faces.
2552         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2553         (woman-decode-region, woman-replace-match)
2554         (woman-display-extended-fonts, woman-special-characters)
2555         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2556         Use renamed woman faces.
2558         * longlines.el (longlines-visible-face): Face removed.
2560         * diff-mode.el (diff-header, diff-file-header, diff-index)
2561         (diff-hunk-header, diff-removed, diff-added, diff-changed)
2562         (diff-function, diff-context, diff-nonexistent): Remove "-face"
2563         suffix from face names.
2564         (diff-header-face, diff-file-header-face, diff-index-face)
2565         (diff-hunk-header-face, diff-removed-face, diff-added-face)
2566         (diff-changed-face, diff-function-face, diff-context-face)
2567         (diff-nonexistent-face): New backward-compatibility aliases for
2568         renamed faces.
2569         (diff-header-face, diff-file-header-face)
2570         (diff-index, diff-index-face, diff-hunk-header)
2571         (diff-hunk-header-face, diff-removed, diff-removed-face)
2572         (diff-added, diff-added-face, diff-changed-face, diff-function)
2573         (diff-function-face, diff-context-face, diff-nonexistent)
2574         (diff-nonexistent-face): Use renamed diff-mode faces.
2576         * progmodes/compile.el (compilation-warning-face)
2577         (compilation-info-face): Remove "-face" suffix from face names.
2578         (compilation-warning-face, compilation-info-face):
2579         New backward-compatibility aliases for renamed faces.
2580         (compilation-warning-face, compilation-info-face):
2581         Use renamed compilation faces.
2583         * add-log.el (change-log-date, change-log-name)
2584         (change-log-email, change-log-file, change-log-list)
2585         (change-log-conditionals, change-log-function)
2586         (change-log-acknowledgement): Remove "-face" suffix from face names.
2587         (change-log-date-face, change-log-name-face)
2588         (change-log-email-face, change-log-file-face)
2589         (change-log-list-face, change-log-conditionals-face)
2590         (change-log-function-face, change-log-acknowledgement-face):
2591         New backward-compatibility aliases for renamed faces.
2592         (change-log-font-lock-keywords): Use renamed change-log faces.
2594         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2595         (custom-set, custom-changed, custom-saved, custom-button)
2596         (custom-button-pressed, custom-documentation, custom-state)
2597         (custom-comment, custom-comment-tag, custom-variable-tag)
2598         (custom-variable-button, custom-face-tag, custom-group-tag-1)
2599         (custom-group-tag): Remove "-face" suffix from face names.
2600         (custom-magic-alist, custom-magic-value-create)
2601         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2602         (custom-invalid-face, custom-rogue-face, custom-modified-face)
2603         (custom-set-face, custom-changed-face, custom-saved-face)
2604         (custom-button-face, custom-button-pressed-face)
2605         (custom-documentation-face, custom-state-face)
2606         (custom-comment-face, custom-comment-tag-face)
2607         (custom-variable-tag-face, custom-variable-button-face)
2608         (custom-face-tag-face, custom-group-tag-face-1)
2609         (custom-group-tag-face):
2610         New backward-compatibility aliases for renamed faces.
2612         * wid-edit.el (widget-documentation, widget-button)
2613         (widget-field, widget-single-line-field, widget-inactive)
2614         (widget-button-pressed): "-face" suffix removed from face names.
2615         (widget-documentation-face, widget-button-face)
2616         (widget-field-face, widget-single-line-field-face)
2617         (widget-inactive-face, widget-button-pressed-face):
2618         New backward-compatibility aliases for renamed faces.
2619         (widget-documentation-face, widget-button-face)
2620         (widget-button-pressed-face, widget-specify-field)
2621         (widget-specify-inactive): Use renamed widget faces.
2623 2005-06-10  Kenichi Handa  <handa@m17n.org>
2625         * term/x-win.el (x-clipboard-yank): Remove condition-case
2626         wrapping.
2628 2005-06-11  Kenichi Handa  <handa@m17n.org>
2630         * add-log.el (change-log-font-lock-keywords): Make the regexp for
2631         date lines stricter.
2633 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
2635         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2636         of x-get-selection.
2638 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2640         * comint.el (comint-mode, comint-snapshot-last-prompt):
2641         * frame.el (frame-current-scroll-bars):
2642         * term.el (term-mode, term-check-proc, term-input-sender)
2643         (term-simple-send, term-extract-string, term-word)
2644         (term-match-partial-filename):
2645         * window.el (window-current-scroll-bars):
2646         * emulation/cua-base.el (cua-normal-cursor-color)
2647         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2648         (cua-global-mark-cursor-color):
2649         * mail/undigest.el (rmail-forward-separator-regex):
2650         Fix typos in docstrings.
2652         * comint.el (comint-check-proc, make-comint-in-buffer)
2653         (comint-source-default): Doc fixes.
2655         * term.el (term-send-string): Improve argument/docstring
2656         consistency.
2658 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
2660         * comint.el (comint-send-input): Bind `inhibit-read-only' around
2661         call to `delete-region'.
2662         (comint-mode-hook): Do not enable Font Lock by default.
2664 2005-06-09  Lute Kamstra  <lute@gnu.org>
2666         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2667         could be void.
2669 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2671         * emacs-lisp/debug.el (debugger-will-be-back): New var.
2672         (debug): Use it.
2673         (debugger-step-through, debugger-continue, debugger-jump)
2674         (debugger-return-value): Set it when needed.
2675         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2676         Use inhibit-read-only.
2678 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
2680         * window.el (shrink-window-if-larger-than-buffer)
2681         (window-size-fixed): Fix typo in docstring.
2683         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
2684         thumbnails directory on loading.
2685         (thumbs-conversion-program): Use `eq' to check the system type,
2686         not `equal'.
2687         (thumbs-temp-dir): Initialize to `temporary-file-directory',
2688         not "/tmp".  Fix docstring.
2689         (thumbs-thumbsdir): New function to return the thumbnails
2690         directory, creating it if needed.
2691         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2692         (thumbs-temp-file): Delete variable and make it into a function.
2693         (thumbs-resize-image, thumbs-modify-image): Use it.
2694         (thumbs-kill-buffer): Simplify.
2695         (thumbs-gensym): Defalias or duplicate CL `gensym'.
2696         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2697         docstrings.
2699 2005-06-09  Kim F. Storm  <storm@cua.dk>
2701         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2702         set-match-data to free markers in match-data.
2704         * replace.el (replace-match-data): Pass RESEAT arg `t' to
2705         match-data to unchain markers in match-data.
2707 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2709         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2710         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
2711         unnecessary now.
2713 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2715         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2716         give the variable a doc string that doesn't say don't set it directly.
2718         * textmodes/ispell.el (ispell-check-version):
2719         Use match-string-no-properties.
2720         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2721         (ispell-buffer-local-words): Likewise.
2723         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2724         except on terminals with enough colors to really display it.
2725         (makefile-dependency-regex): Delete spurious `bb'.
2727         * faces.el (escape-glyph): Use blue once again in last case.
2728         (no-break-space): Redefine so that it isn't invisible on a tty.
2730 2005-06-08  Kim F. Storm  <storm@cua.dk>
2732         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2733         also when reading directory name.
2735 2005-06-08  Lute Kamstra  <lute@gnu.org>
2737         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2738         (flyspell-mode-line-string): Remove autoload cookie.
2739         (flyspell-mode): Remove defvar.
2741 2005-06-07  Lute Kamstra  <lute@gnu.org>
2743         * textmodes/org.el (org-run-mode-hooks): New function.
2744         (org-agenda-mode): Use it.
2746 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
2748         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2750 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2752         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2754 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
2756         * font-lock.el (font-lock-add-keywords): Doc fix.
2758 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2760         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2761         (tex-compile-default): In the absence of any history, use the order in
2762         tex-compile-alist to choose the preferred command.
2763         (tex-compile-commands): Reorder a bit.
2765         * textmodes/flyspell.el (flyspell-auto-correct-binding)
2766         (flyspell-incorrect-face, flyspell-duplicate-face):
2767         Use (X)Emacs-agnostic code.
2768         (flyspell-mode-map): Don't overwrite at each load.  Remove code
2769         redundant with the subsequent add-minor-mode.  Merge Emacs and
2770         XEmacs code.
2771         (flyspell-word): Minor simplification.
2772         (flyspell-math-tex-command-p): Quieten the byte-compiler.
2773         (flyspell-external-point-words): Remove unused vars `size' and `start'.
2774         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2775         Merge the corresponding Emacs code.
2776         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2778         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2779         a dedicated window.
2781         * international/latexenc.el (latexenc-find-file-coding-system):
2782         Undo part of last patch, to turn off a compiler warning.
2784 2005-06-06  Juri Linkov  <juri@jurta.org>
2786         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2787         Rename `tmm-inactive-face' to `tmm-inactive'.
2789 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
2791         * iswitchb.el: Rename faces.
2793 2005-06-06  Kim F. Storm  <storm@cua.dk>
2795         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2796         (cua-global-mark): Remove -face suffix from face names.
2798         * emulation/cua-gmrk.el (cua--init-global-mark):
2799         Remove cua-global-mark face setup.
2801 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2803         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2804         just like other allowed characters.
2805         (makefile-match-dependency): Exclude leading and training whitespace
2806         from the range of regexp subexp 1.
2807         (makefile-macroassign-regex): Don't try to match the body,
2808         just the name of the macro being defined.
2810         * info.el (Info-read-node-name-2): New function.
2811         (Info-read-node-name-1): Use that.
2812         Add a completion-base-size-function property.
2814         * simple.el (completion-setup-function): Look for
2815         completion-base-size-function property of
2816         minibuffer-completion-table.
2818         * files.el (locate-file-completion): Doc fix.
2820         * printing.el: Don't call pr-update-menus; user must do that.
2822         * emacs-lisp/debug.el (debugger-window): New variable.
2823         (debug): Use debugger-window if it is set and still alive.
2824         Record debugger-window for next entry.
2826         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2828 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
2830         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2831         (hack-one-local-variable, hack-local-variables)
2832         (hack-local-variables-prop-line): Pass that arg.
2834 2005-06-06  Kim F. Storm  <storm@cua.dk>
2836         * ido.el (ido-first-match, ido-only-match, ido-subdir)
2837         (ido-indicator): Remove -face suffix from face names.
2839 2005-06-06  Juri Linkov  <juri@jurta.org>
2841         * font-lock.el (font-lock-regexp-backslash)
2842         (font-lock-regexp-backslash-construct): New faces.
2843         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
2844         after `('.  Add `while-no-input' to control structures.
2846         * faces.el (no-break-space, shadow): New faces.
2847         (escape-glyph): Use less loud colors pink2 and red4.
2849         * diff-mode.el (diff-context-face)
2850         * dired.el (dired-ignored)
2851         * rfn-eshadow.el (file-name-shadow)
2852         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2854         * info.el (Info-title-1-face): Use green instead of yellow because
2855         bold yellow is not readable on light backgrounds.
2857         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2858         before selecting the desired mode to not spend time fontifying
2859         old contents.
2861 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
2863         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2864         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2866         * ps-print.el (ps-default-fg, ps-default-bg):
2867         Fix typos in docstrings.
2869         * isearchb.el (isearchb): Don't pass a spurious second argument to
2870         `iswitchb-completions'.
2872 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
2874         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2875         to preserve point.
2876         (gdb-find-file-hook): Add doc string.
2878         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2879         C dereferenced pointer expression.
2880         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
2882         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2884         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2885         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2886         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2887         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2888         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2889         Make background transparent.
2891 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2893         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
2894         (font-lock-remove-keywords): Doc fix.
2895         (font-lock-mode-major-mode): Compiler defvar.
2896         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2898         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2899         (font-lock-mode): Update `font-lock-mode-major-mode'.
2900         (font-lock-set-defaults): Compiler defvar.
2901         (font-lock-default-function): Take `font-lock-mode-major-mode'
2902         into account.
2904         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2905         keep track of which major mode it enabled the minor mode for.
2906         Use find-file-hook again.  Update docstring.
2908         * simple.el (eval-expression-print-level)
2909         (eval-expression-print-length, eval-expression-debug-on-error):
2910         Doc fixes.
2912 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
2914         * iswitchb.el (iswitchb-single-match-face)
2915         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2916         (iswitchb-invalid-regexp-face): New faces.
2917         (iswitchb-completions): Use them.
2918         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2919         now marked as an obsolete alias.
2920         (iswitchb-read-buffer): Remove check for bound font variables.
2921         (iswitchb-invalid-regexp): New free variable.
2922         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2923         set iswitchb-invalid-regexp.
2924         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2925         invalid regexps.
2926         (iswitchb-completions): Add check for complete match when entering
2927         a regexp.
2928         (iswitchb-completions): Remove require-match argument.
2929         (iswitchb-exhibit): Fix caller.
2930         (iswitchb-common-match-inserted): New variable.
2931         (iswitchb-complete, iswitchb-completion-help): Use it.
2933 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
2935         * url-http.el (url-http-chunked-encoding-after-change-function):
2936         Use `url-http-debug' instead of `message'.
2938 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
2940         * url-http.el (url-http-parse-headers): Pass redirected URL as a
2941         callback argument.
2943 2005-06-04  Kim F. Storm  <storm@cua.dk>
2945         * simple.el (line-move): Only call sit-for when moving backwards.
2947         * ido.el (ido-make-merged-file-list-1): New defun split from
2948         ido-make-merged-file-list.
2949         (ido-make-merged-file-list): Bind throw-on-input around call to
2950         ido-make-merged-file-list-1.  Return input-pending-p if
2951         interrupted by more input available.
2952         (ido-read-internal): Handle input-pending-p return value from
2953         ido-make-merged-file-list.
2955 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2957         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2958         compatibility code.
2960         * international/latexenc.el (latexenc-find-file-coding-system):
2961         Don't inherit the EOL part of the coding-system from the
2962         tex-main buffer.  Fit within 80 columns.
2964 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
2966         * tmm.el (tmm-inactive-face): New face.
2967         (tmm-remove-inactive-mouse-face): New function.
2968         (tmm-prompt, tmm-add-one-shortcut)
2969         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2970         but not selectable.
2972 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
2974         * faces.el (face-equal): Improve argument/docstring consistency.
2976 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
2978         * progmodes/make-mode.el (makefile-targets-face)
2979         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2980         (makefile-bsdmake-dependency-regex)
2981         (makefile-makepp-rule-action-regex)
2982         (makefile-bsdmake-rule-action-regex): New constants.
2983         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2985         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2986         Allow (...) within `...' for makepp messages.
2988 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2990         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2992         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2993         "." files are deleted from all file lists before comparison.
2995         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2996         (viper-ESC-key): Made them customizable.
2998         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3000 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
3002         * autorevert.el (auto-revert-buffers): Use save-match-data.
3004 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3006         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3007         menu items with a nil command binding.
3009 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
3011         * emacs-lisp/cl-macs.el (defsetf):
3012         Improve argument/docstring consistency.
3014         * faces.el (list-faces-display): Improve the formatting by
3015         computing the maximum length required for any face-name (reworked
3016         patch of 1999-01-11, accidentally deleted on 1999-07-21).
3017         (internal-find-face): Remove redundant info in docstring.
3019 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
3021         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3022         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3023         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3024         (gdb-assembler-custom): Improve regexps.
3025         (def-gdb-auto-update-handler): Use window point to preserve point.
3027 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3029         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3031 2005-05-31  Jay Belanger  <belanger@truman.edu>
3033         * calc/calc-embed.el (calc-embedded-word): Change argument passed
3034         to calc-embedded.
3035         (calc-embedded-make-info): Have plain prefix argument select
3036         entire line.
3038 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
3040         * faces.el (list-faces-display): Signal error if passed a regexp
3041         that matches no face name.
3043         * simple.el (filter-buffer-substring): Fix typo in docstring.
3045 2005-05-31  Richard M. Stallman  <rms@gnu.org>
3047         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3048         (vhdl-emacs-21): Doc fix.
3049         (vhdl-mode): Unconditionally set comment-padding.
3050         (vhdl-fixup-whitespace-region): Insert spaces only where
3051         there are none.
3052         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3054 2005-05-30  John Wiegley  <johnw@newartisans.com>
3056         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3057         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3058         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3059         `directory-sep-char' to ?/, and all uses of `string-to-int' to
3060         `string-to-number'.
3062 2005-05-30  Jay Belanger  <belanger@truman.edu>
3064         * calc/calc.el (calc-bug-address): Fix docstring.
3065         (calc-window-hook, calc-trail-window-hook): New variables.
3066         (calc-trail-display): Restore use of calc-trail-window-hook.
3067         (calc): Restore use of calc-window-hook.
3069 2005-05-31  Masatake YAMATO  <jet@gyve.org>
3071         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3073         * help-fns.el (help-C-file-name): Add autoload mark for
3074         `find-function-noselect'.
3076 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3079         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3081 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3083         * calendar/diary-lib.el (mark-included-diary-files): Only kill
3084         included diary buffer if it was not already being visited.
3085         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3087         * calendar/icalendar.el (top-level): Do not require 'appt.
3089         * mail/supercite.el (sc-select-attribution): Only use a list
3090         element from sc-attrib-selection-list if it returns a string.
3091         Reported by Davide G. M. Salvetti <salve@debian.org>.
3093 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
3095         * thumbs.el (thumbs-thumbname): The resulting thumbname now
3096         includes a hash value to improve its uniqueness, and has a ".jpg"
3097         extension.  Also, it is now a valid filename on all systems.
3098         (thumbs-make-thumb): Use `let', not `let*'.
3099         (thumbs-show-thumbs-list): Check for JPEG availability.
3101 2005-05-30  Richard M. Stallman  <rms@gnu.org>
3103         * filesets.el (filesets-menu-ensure-use-cached):
3104         Prevent warning when emacs-version>= is undefined.
3106         * printing.el (pr-interactive-n-up): Use string-to-number.
3108         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3110         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3111         Warn only when name to be defined is quoted.
3113 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
3115         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3116         Make regexp more robust.
3117         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3118         Force regeneration of disassembly.
3120 2005-05-29  Jay Belanger  <belanger@truman.edu>
3122         * calc/calc.el (calc-user-invocation): Check if
3123         calc-invocation-macro is non-nil.
3125 2005-05-29  Juri Linkov  <juri@jurta.org>
3127         * add-log.el (change-log-font-lock-keywords):
3128         Add `+' to e-mail regexp to accept mail address with keywords.
3130         * man.el (Man-name-regexp): Add `:' to accept qualified names.
3132 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3134         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3136         * ielm.el (inferior-emacs-lisp-mode): Ditto.
3138 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3140         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3141         Undo the change that moves to end of the current word.
3143 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3145         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3146         Throw error when count <= 0 to ensure input is a number.
3147         (gdb-read-memory-custom): Pick up address from buffer.
3148         (gdb-memory-mode): Allow user to increment and decrement
3149         memory address from header line.
3151 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3153         * flyspell.el (flyspell-version): Function deleted.
3154         (flyspell-auto-correct-previous-hook): Doc fix.
3156         * jit-lock.el (jit-lock-function, jit-lock-after-change):
3157         Do nothing if memory is full.
3159         * font-lock.el (font-lock-fontify-syntactically-region):
3160         Pass t for GREEDY to looking-back.
3162         * saveplace.el (save-place-alist-to-file): Write the file
3163         using write-region.
3165         * subr.el (looking-back): New argument GREEDY.
3167         * progmodes/compile.el (compilation-start): Set the mode
3168         before inserting the initial text.
3170         * progmodes/which-func.el (which-func-update-1): Turn the mode
3171         off in case of error by setting which-func-mode.
3173 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
3175         * flyspell.el (flyspell-auto-correct-previous-word):
3176         Narrow down to what's on the screen, and recenter overlays
3177         at the end of the next word.
3179 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
3181         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3182         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3183         (flyspell-abbrev-p): Default to nil.
3184         (flyspell-use-global-abbrev-table-p): Doc fix.
3185         (flyspell-large-region): Allow nil as value.
3186         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3188         (mail-mode-flyspell-verify): More robust handling
3189         of `mail-header-separator'.  More efficient signature detection.
3190         Allow for regexp metacharacters in message-header-separator.
3191         Adding `To' not to be checked in mail-mode-flyspell-verify.
3193         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3194         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3195         Bind flyspell-auto-correct-binding.
3196         Bind C-. and C-, .
3197         (flyspell-mode-map): Likewise.
3198         (flyspell-mode): Doc fix.
3199         (flyspell-accept-buffer-local-defs): Preserve current buffer.
3200         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3201         (flyspell-word-cache-result): New var, always local.
3202         (flyspell-check-pre-word-p): Doc fix.
3203         (flyspell-check-changed-word-p): Handle spc like newline.
3204         (flyspell-post-command-hook): Set flyspell-word-cache-result.
3205         (flyspell-word-search-backward, flyspell-word-search-forward):
3206         New functions.
3207         (flyspell-word): Return t if nothing to check.
3208         When parsing TeX code, check for after } or \.
3209         Use flyspell-word-search-backward to find previous word.
3210         Return nil if duplicated word.
3211         For word already checked, return same value as last time.
3212         Set flyspell-word-cache-result after checking.
3213         Don't clobber the return value.
3214         (flyspell-get-word): Major rewrite.
3215         (flyspell-external-point-words): New locals pword, pcount.
3216         Fix size used in progress message.
3217         Find the proper corresponding word in flyspell-large-region-buffer.
3218         (flyspell-region): Check for flyspell-large-region = nil.
3219         (flyspell-highlight-incorrect-region): Clean up overlays in region.
3220         (flyspell-auto-correct-word): Check that WORD is a cons.
3221         (flyspell-correct-word): Likewise.
3223 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
3225         * progmodes/make-mode.el (makefile-rule-action-regex)
3226         (makefile-macroassign-regex, makefile-makepp-mode)
3227         (makefile-bsdmake-mode): Continuation lines may be empty.
3228         Reported by Joshua Varner.
3229         (makefile-makepp-font-lock-keywords): Add $(stem).
3231 2005-05-28  Karl Berry  <karl@gnu.org>
3233         * textmodes/tex-mode.el: Now that tex-send-command calls
3234         shell-quote-argument (2005-03-31 change), remove all calls to
3235         shell-quote-argument; they all end up invoking tex-send-command.
3236         The double quoting loses on filenames with non-safe characters,
3237         such as "@".  Reported by Frederik Fouvry.
3239 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3241         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3242         about preserving point.
3244 2005-05-27  Jay Belanger  <belanger@truman.edu>
3246         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3247         Info-goto-node.
3249         * calc/calc-embed.el (calc-embed-arg): New variable.
3250         (calc-do-embedded-activate, calc-embedded-activate-formula)
3251         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3252         variable by new variable.
3253         (calc-embedded-make-info): Replace undeclared variable by new
3254         variable.  When selecting region with positive prefix
3255         argument, use end of previous line instead of beginning of line.
3257         * calc/calc-aent.el (calc-arg-values): Declare it.
3259         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3260         Declare them.
3262         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3264         * calc/calc.el (calc-alg-map): Declare it.
3266         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3268 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
3270         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3271         (gdb-registers-buffer, toggle-gdb-all-registers):
3272         Toggle display of floating point registers.
3273         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3275         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
3276         (toggle-gud-tooltip-dereference):
3277         Rename from gud-toggle-tooltip-dereference.
3279 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3281         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3283 2005-05-27  Jay Belanger  <belanger@truman.edu>
3285         * calc/calc-prog.el (calc-kbd-report): Remove.
3286         (calc-kbd-query): Rewrite.
3288 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
3290         * image.el (image-library-alist): Move to image.c.
3291         (image-type-available-p): Doc fix.
3293 2005-05-27  Lute Kamstra  <lute@gnu.org>
3295         * calc/calc.el (calc):
3296         * outline.el (outline-1, outline-2, outline-3, outline-4)
3297         (outline-5, outline-6, outline-7, outline-8):
3298         * textmodes/dns-mode.el (dns-mode):
3299         * textmodes/sgml-mode.el (sgml-namespace-face):
3300         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3301         (tex-verbatim-face, tex-use-reftex):
3302         * textmodes/texinfo.el (texinfo-heading-face):
3303         Specify customization group.
3305         * longlines.el: Don't require easy-mmode.
3306         (longlines-visible-face): Specify customization group.
3308 2005-05-27  Kenichi Handa  <handa@m17n.org>
3310         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3311         encoding table of windows-1251.
3313         * international/ucs-tables.el (ucs-set-table-for-input):
3314         If translation-table-for-input of a coding system is a symbol, get
3315         its translation-table property.
3317         * international/code-pages.el: Don't register a coding system into
3318         non-iso-charset-alist more than once.
3319         (cp-make-coding-system): Likewise.
3321 2005-05-26  John Wiegley  <johnw@newartisans.com>
3323         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3324         `eshell-resume-eval' is wrapped in a list, it indicates that the
3325         command was run asynchronously.  In that case, unwrap the value
3326         before checking the delimiter value.
3328         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3329         character before a space at the end of a line is \, assume the space
3330         is part of the last argument rather than a final argument separator.
3332         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3333         is in use, and the target is `t' or `nil' (which are the most common
3334         values), don't assume that the symbol target is a buffer.
3336 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3338         * calendar/calendar.el (calendar-mode-line-format):
3339         Use mode-line-highlight as mouse-face.
3341         * time.el (display-time-string-forms, display-time-update):
3342         Use mode-line-highlight as mouse-face.
3344 2005-05-26  Jay Belanger  <belanger@truman.edu>
3346         * calc/calc.el (calc-language-alist): Remove extra defvar.
3348 2005-05-26  Lute Kamstra  <lute@gnu.org>
3350         * arc-mode.el (archive-mode):
3351         * bookmark.el (bookmark-read-annotation-mode)
3352         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3353         * bs.el (bs-mode):
3354         * calc/calc-yank.el (calc-edit-mode):
3355         * calc/calc.el (calc-mode, calc-trail-mode):
3356         * calculator.el (calculator-mode):
3357         * chistory.el (command-history-mode):
3358         * comint.el:
3359         * cus-edit.el (custom-mode):
3360         * descr-text.el (describe-text-mode):
3361         * ebuff-menu.el (Electric-buffer-menu-mode):
3362         * ediff-util.el (ediff-mode):
3363         * emacs-lisp/re-builder.el (reb-mode):
3364         * emulation/vi.el (vi-mode-setup):
3365         * emulation/ws-mode.el (wordstar-mode):
3366         * eshell/esh-mode.el (eshell-mode):
3367         * forms.el (forms-mode):
3368         * help-mode.el (help-mode):
3369         * hexl.el (hexl-mode):
3370         * ibuffer.el (ibuffer-mode):
3371         * ielm.el (inferior-emacs-lisp-mode):
3372         * info.el (Info-mode, Info-edit-mode):
3373         * international/swedish.el:
3374         * ledit.el (ledit-from-lisp-mode):
3375         * locate.el (locate-mode):
3376         * mail/rmail.el (rmail-mode):
3377         * mail/rmailedit.el (rmail-edit-mode):
3378         * mail/rmailsum.el (rmail-summary-mode):
3379         * mail/supercite.el (sc-electric-mode):
3380         * net/eudc.el (eudc-mode):
3381         * net/quickurl.el (quickurl-list-mode):
3382         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3383         * obsolete/ooutline.el (outline-mode):
3384         * obsolete/options.el (Edit-options-mode):
3385         * obsolete/rnews.el (news-mode):
3386         * obsolete/rnewspost.el (news-reply-mode):
3387         * play/5x5.el (5x5-mode):
3388         * play/decipher.el (decipher-mode, decipher-stats-mode):
3389         * play/gomoku.el (gomoku-mode):
3390         * play/snake.el (snake-mode):
3391         * play/solitaire.el (solitaire-mode):
3392         * play/tetris.el (tetris-mode):
3393         * progmodes/ada-mode.el (ada-mode):
3394         * progmodes/antlr-mode.el (antlr-mode):
3395         * progmodes/autoconf.el (autoconf-mode):
3396         * progmodes/dcl-mode.el (dcl-mode):
3397         * progmodes/delphi.el (delphi-mode):
3398         * progmodes/ebrowse.el (ebrowse-tree-mode)
3399         (ebrowse-electric-list-mode, ebrowse-member-mode)
3400         (ebrowse-electric-position-mode):
3401         * progmodes/f90.el (f90-mode):
3402         * progmodes/fortran.el (fortran-mode):
3403         * progmodes/icon.el (icon-mode):
3404         * progmodes/idlw-help.el (idlwave-help-mode):
3405         * progmodes/idlw-shell.el (idlwave-shell-mode):
3406         * progmodes/idlwave.el (idlwave-mode):
3407         * progmodes/inf-lisp.el (inferior-lisp-mode):
3408         * progmodes/m4-mode.el (m4-mode):
3409         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3410         * progmodes/modula2.el (modula-2-mode):
3411         * progmodes/octave-inf.el (inferior-octave-mode):
3412         * progmodes/octave-mod.el (octave-mode):
3413         * progmodes/pascal.el (pascal-mode):
3414         * progmodes/sh-script.el (sh-mode):
3415         * progmodes/sql.el (sql-mode, sql-interactive-mode):
3416         * progmodes/vhdl-mode.el (vhdl-mode):
3417         * progmodes/xscheme.el (scheme-interaction-mode):
3418         * replace.el (occur-mode):
3419         * ses.el (ses-mode):
3420         * simple.el (completion-list-mode):
3421         * skeleton.el:
3422         * speedbar.el (speedbar-mode):
3423         * term.el (term-mode):
3424         * terminal.el (terminal-edit-mode):
3425         * textmodes/reftex-index.el (reftex-index-mode)
3426         (reftex-index-phrases-mode):
3427         * textmodes/reftex-sel.el (reftex-select-label-mode)
3428         (reftex-select-bib-mode):
3429         * textmodes/reftex-toc.el (reftex-toc-mode):
3430         * wdired.el (wdired-change-to-wdired-mode):
3431         * wid-browse.el (widget-browse-mode):
3432         Use run-mode-hooks.
3434         * array.el (array-mode):
3435         * calendar/todo-mode.el (todo-mode):
3436         * man.el (Man-mode):
3437         * play/landmark.el (lm-mode):
3438         * play/mpuz.el (mpuz-mode):
3439         Use kill-all-local-variables and run-mode-hooks.
3441         * subr.el (delay-mode-hooks): Specify indentation.
3443 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
3445         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3447 2005-05-26  Jay Belanger  <belanger@truman.edu>
3449         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3450         of nil.
3452 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
3454         * progmodes/gdb-ui.el (gdb-frame-address):
3455         Rename from gdb-current-address.
3456         (gdb-previous-frame-address): Rename from gdb-previous-address.
3457         (gdb-selected-frame): Rename from gdb-current-frame.
3458         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3459         (gdb-frame-number): Rename from gdb-current-stack-level.
3460         (gdb-ann3): Match new mode-name for disassembly buffer.
3461         Extend initialization of variables.
3462         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3463         (gdb-memory-mode): Use mouse-face in header line.
3464         (gdb-assembler-buffer-name): Call it disassembly and give frame
3465         in mode line.
3466         (gdb-source-spec-regexp, gdb-assembler-custom)
3467         (gdb-invalidate-assembler, gdb-frame-handler):
3468         Make robust to leading zeroes in address format.
3470 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
3472         * textmodes/org.el (org-mode): Use `define-derived-mode' to
3473         define `org-mode'.
3474         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3476 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3478         * log-edit.el (log-edit-changelog-entries): Distinguish between
3479         filenames like xfns.c and fns.c.
3481 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
3483         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3484         point after reverting.
3485         (Buffer-menu-make-sort-button): Handle the case where
3486         `Buffer-menu-use-header-line' is nil.
3488 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3490         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3491         New funcs.  In minibuffer-local-completion-map bind `]', `/'
3492         and `:' to them.
3494 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3496         * startup.el (normal-top-level): Allow modification of load-path while
3497         we're iterating over it.
3499 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
3501         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3502         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3503         (thumbs-resize-interactive, thumbs-insert-image)
3504         (thumbs-insert-thumb, thumbs-dired-show-marked)
3505         (thumbs-find-image-at-point, thumbs-delete-images)
3506         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3507         (thumbs-increment-image-size, thumbs-decrement-image-size):
3508         Fix typos in docstrings.
3510 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
3512         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3513         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3514         (cperl-mode): Use them.
3516 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
3518         * window.el (quit-window, shrink-window-if-larger-than-buffer):
3519         Doc fixes.
3521 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3523         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3524         Bind C-d to gdb-inferior-io-eof.
3526         * dired.el (dired-dnd-popup-notice): Use message-box.
3528 2005-05-23  Masatake YAMATO  <jet@gyve.org>
3530         * bindings.el (mode-line-major-mode-keymap):
3531         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3533         * faces.el (mode-line-highlight): New face.
3535         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3536         as mouse-face.
3538         * bindings.el (top-level, help-echo, mode-line-modified)
3539         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3540         as mouse-face.
3542 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
3544         * progmodes/cc-engine.el (c-guess-basic-syntax):
3545         Remove spurious call to `zerop'.
3547         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3549 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
3551         CC Mode update to 5.30.10:
3553         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3554         could go past the limit in decoration level 2, thereby causing
3555         errors during interactive fontification.
3557         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3558         the file is evaluated interactively.
3560         * cc-engine.el (c-guess-basic-syntax): Handle operator
3561         declarations somewhat better in C++.
3563         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3564         make use of `run-mode-hooks' which has been added in Emacs 21.1.
3565         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3566         (awk-mode): Use it.
3567         (make-local-hook): Suppress warning about obsoleteness.
3569         * cc-engine.el, cc-align.el, cc-cmds.el
3570         (c-append-backslashes-forward, c-delete-backslashes-forward)
3571         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3572         Compensate for return value from `forward-line' when it has moved
3573         but not to a different line due to eob.
3575         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3576         `objc-method-intro' and `objc-method-args-cont'.
3578 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
3580         CC Mode update to 5.30.10:
3582         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3583         in the copyright statement.  Incidentally, change "along with GNU
3584         Emacs" to "along with this program" where it occurs.
3586         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3587         so that it is interactive, hence can be found by M-x awk-mode
3588         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
3589         <gmorris+emacs@ast.cam.ac.uk>.
3591         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3592         Mode's regexps.
3594 2005-05-23  Kevin Ryde  <user42@zip.com.au>
3596         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3597         c-parse-state, to avoid a lisp error (on bad code).
3599 2005-05-23  Lute Kamstra  <lute@gnu.org>
3601         * subr.el (font-lock-defaults): Remove defvar as it's already
3602         defined in font-core.el.
3604         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3606 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
3608         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3609         more general and work when GDB variable "print pretty" is on,
3610         as with Emacs, for example.
3612 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
3614         * font-core.el: Update comment.
3616         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3617         Use `after-change-major-mode-hook' instead of `find-file-hook'.
3619         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3621 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
3623         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3624         and `yank-handler' in the doc strings.
3626 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
3630 2005-05-22  Richard M. Stallman  <rms@gnu.org>
3632         * help.el (describe-key): Move print-help-return-message call
3633         out of conditional.
3635         * progmodes/etags.el (list-tags): Use with-no-warnings.
3637         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3638         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3639         (starttls-extra-args, starttls-extra-arguments): Add defvars.
3641         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3643         * language/viet-util.el (viet-viscii-nonascii-translation-table):
3644         Add defvar.
3646         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3647         Use defvar, not defconst.
3649         * hexl.el (hexl-follow-line): Use with-no-warnings.
3651         * emulation/tpu-extras.el: Use write-file-functions instead of
3652         write-file-hooks.
3654         * dired.el (dired-font-lock-keywords): Fontify files with junk
3655         extensions even if marked by -F.
3657 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
3659         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3660         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3661         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3662         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3663         (concatenate, list-length, get*, getf, cl-remprop):
3664         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3665         (etypecase, progv, lexical-let, lexical-let*)
3666         (multiple-value-bind, multiple-value-setq, shiftf):
3667         Improve argument/docstring consistency.
3669         * subr.el (focus-frame, unfocus-frame):
3670         Revert deletion on 2005-05-01.
3672 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
3674         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3675         doesn't exist.
3677         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
3678         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3680 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
3682         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3683         already deleted variables: auto-fill-hook, blink-paren-hook,
3684         lisp-indent-hook, inhibit-local-variables, unread-command-event,
3685         suspend-hooks, comment-indent-hook, meta-flag,
3686         before-change-function, after-change-function,
3687         font-lock-doc-string-face.
3689 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3691         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3693 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3695         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3696         rmail-dont-reply-to.
3698 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3700         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3701         literal blank when splitting new-header-values.
3703 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
3705         * calendar/cal-menu.el (cal-menu-update): Add separator as a
3706         string so that tmm doesn't create a completion entry for it.
3708         * textmodes/table.el (table-disable-menu): Ditto.
3710 2005-05-21  Richard M. Stallman  <rms@gnu.org>
3712         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3714         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3716         * net/rcompile.el (remote-compile): Use compilation-start.
3718         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3720 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
3722         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3723         Default to makefile-bsdmake-mode on BSD systems.
3725         * imenu.el (imenu-generic-expression, imenu--generic-function'):
3726         REGEXP may also be a search function now.  The part of doc-string
3727         for describing the structure was 95% identical to that of
3728         `imenu--generic-function'.  Unify it there.
3730         * progmodes/make-mode.el (makefile-imenu-generic-expression):
3731         Use function to find dependencies, because regexp alone is so complex,
3732         it easily goes into an endless loop.
3733         (makefile-makepp-mode): Also add submenu for Perl functions
3734         defined in the makefile.
3735         (makefile-bsdmake-mode): Special imenu-generic-expression no
3736         longer needed, due to function call.
3737         (makefile-match-dependency): Take BOUND into account when checking
3738         if we're through.
3740 2005-05-20  Jay Belanger  <belanger@truman.edu>
3742         * calc/calc-units.el (calc-invalidate-units-table):
3743         Use inhibit-read-only.
3744         (math-build-units-table-buffer): Use view-mode.
3746 2005-05-20  David Kastrup  <dak@gnu.org>
3748         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3749         easy-menu-add is not a nop on Emacs; and clarify when to call it.
3751 2005-05-20  Lute Kamstra  <lute@gnu.org>
3753         * diff-mode.el (diff-header-face, diff-file-header-face)
3754         (diff-index-face, diff-hunk-header-face, diff-removed-face)
3755         (diff-added-face, diff-changed-face, diff-function-face)
3756         (diff-context-face, diff-nonexistent-face): Put them in the
3757         diff-mode customization group.
3759 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3761         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3763         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3765         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3766         Minor regexp-optimization.
3768 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
3770         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3771         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3772         (org-agenda-add-time-grid-maybe): New function.
3773         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3774         (org-table-create): `dotimes' instead of `mapcar'.
3775         (org-xor): Simplify implementation.
3776         (org-agenda): `inhibit-redisplay' turned on.
3777         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3778         a consistent line after a state change.
3779         (org-agenda-remove-times-when-in-prefix): New option.
3780         (org-prefix-has-time): New variable.
3781         (org-parse-time-string): Optional argument NODEFAULT.
3782         (org-format-agenda-item): Parse items for time-of-day
3783         specifications and move these into the prefix if possible.
3784         (org-agenda-priority): Get current heading, not previous heading
3785         during agenda remote editing.
3787 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
3789         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3790         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3791         (remove-duplicates, delete-duplicates, substitute)
3792         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3793         (nsubstitute-if-not, find, find-if, find-if-not, position)
3794         (position-if, position-if-not, count, count-if, count-if-not)
3795         (mismatch, search, sort*, stable-sort, merge, member*)
3796         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3797         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3798         (intersection, nintersection, set-difference, nset-difference)
3799         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3800         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3801         (nsublis, tree-equal): Improve argument/docstring consistency.
3803         * subr.el (send-string, send-region):
3804         Remove obsolescence declaration.
3805         (window-dot, set-window-dot, read-input, show-buffer)
3806         (eval-current-buffer, string-to-int):
3807         Add release number to obsolescence declarations.
3809 2005-05-19  Kim F. Storm  <storm@cua.dk>
3811         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3812         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3814 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
3816         * faces.el (list-faces-display): Make back button respect optional
3817         regexp arg.
3819 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
3821         * calculator.el (calculator-radix-grouping-mode)
3822         (calculator-radix-grouping-digits, calculator-displayer)
3823         (calculator-radix-grouping-separator, calculator-copy-displayer):
3824         * dabbrev.el (dabbrev-search-these-buffers-only):
3825         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3826         (diff-advance-after-apply-hunk, diff-mode-hook)
3827         (diff-minor-mode-prefix):
3828         * imenu.el (imenu-use-popup-menu):
3829         * jit-lock.el (jit-lock-context-time):
3830         * newcomment.el (comment-fill-column, comment-column)
3831         (comment-style, comment-padding, comment-multi-line)
3832         (comment-empty-lines, comment-auto-fill-only-comments):
3833         * reveal.el (reveal-around-mark):
3834         * uniquify.el (uniquify-buffer-name-style)
3835         (uniquify-after-kill-buffer-p)
3836         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3837         (uniquify-min-dir-content, uniquify-separator)
3838         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3839         * w32-vars.el (w32-fixed-font-alist):
3840         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3841         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3842         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3843         * progmodes/perl-mode.el (perl-indent-level)
3844         (perl-continued-statement-offset, perl-continued-brace-offset)
3845         (perl-brace-offset, perl-brace-imaginary-offset)
3846         (perl-label-offset, perl-indent-continued-arguments)
3847         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3848         * progmodes/tcl.el (tcl-indent-level)
3849         (tcl-continued-indent-level, tcl-auto-newline)
3850         (tcl-tab-always-indent, tcl-electric-hash-style)
3851         (tcl-help-directory-list, tcl-use-smart-word-finder)
3852         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3853         (inferior-tcl-source-command):
3854         * textmodes/fill.el (enable-kinsoku):
3855         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3856         * textmodes/table.el (table-yank-handler):
3857         Specify missing group (and type, if simple) in defcustom.
3859 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3861         * progmodes/compile.el (compilation-finish-function): Fix defvar.
3863 2005-05-19  Richard M. Stallman  <rms@gnu.org>
3865         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3867         * subr.el (event-basic-type): Don't get an error.
3868         (left-fringe-p): Function deleted.
3870         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3871         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3873         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3874         in recursive copy.
3876         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3878         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3880         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3881         Call byte-compile-nogroup-warn if appropriate.
3883         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3884         (compilation-set-window): Don't call left-fringe-p; do it directly.
3886 2005-05-19  Jay Belanger  <belanger@truman.edu>
3888         * calc/calc-graph.el (calc-graph-format-data): Make sure
3889         var-PlotRejects is bound before trying to check its value.
3891 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
3893         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3894         definition of this variable from reftex-global.el to reftex.el,
3895         because it is needed in the menu.
3897 2005-05-19  Lute Kamstra  <lute@gnu.org>
3899         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3900         years are fixed.  Don't insert a space after a dash.
3902 2005-05-19  Kim F. Storm  <storm@cua.dk>
3904         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3906 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
3908         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3909         strings, because (eq ... ?\\) is fairly frequent.
3911         * progmodes/make-mode.el (makefile-add-this-line-targets):
3912         Simplify and integrate into `makefile-pickup-targets'.
3913         (makefile-add-this-line-macro): Simplify and integrate into
3914         `makefile-pickup-macros.
3915         (makefile-pickup-filenames-as-targets): Simplify.
3916         (makefile-previous-dependency, makefile-match-dependency):
3917         Don't stumble over `::'.
3919 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
3921         * subr.el (post-command-idle-hook, post-command-idle-delay):
3922         Remove obsoletion of post-command-idle-hook and
3923         post-command-idle-delay.
3925         * faces.el (list-faces-display): Provide button when describe-face
3926         is called to take user back to the list of faces.
3928         * help-fns.el (describe-variable): Remove hyperlinks in a
3929         variable's value as these are quite frequently inappropriate.
3931         * follow.el (follow-submit-feedback, follow-mode):
3932         Remove references to post-command-idle-hook.
3934 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
3936         * progmodes/make-mode.el (makefile-previous-dependency)
3937         (makefile-match-dependency): Check for := (and in bsd mode also
3938         !=) to give a better result, even when font-lock is not on.
3940 2005-05-18  Jay Belanger  <belanger@truman.edu>
3942         * calc/calc-help.el (calc-s-prefix-help):
3943         Add `calc-copy-special-constant' to help string.
3945 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3947         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3949 2005-05-18  Jay Belanger  <belanger@truman.edu>
3951         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3952         in linear factors are in proper order.
3954 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
3956         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3957         Support for jurabib.
3959         * textmodes/reftex.el (featurep): Define aliases for overlay
3960         commands, for XEmacs compatibility, and use these aliases in
3961         overlay initializations.
3962         (reftex-highlight): Use `reftex-move-overlay'.
3963         (reftex-unhighlight): Use `reftex-delete-overlay'.
3964         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
3965         (reftex-access-search-path): Use `reftex-uniquify' instead of
3966         `reftex-uniq'
3968         * textmodes/reftex-sel.el (reftex-select-unmark):
3969         Overlay `before-string' property modification enables for Emacs as well.
3970         (reftex-select-item): Use `reftex-delete-overlay'.
3971         (reftex-select-mark): Use `reftex-make-overlay' and
3972         `reftex-overlay-put'.
3973         (reftex-select-unmark): Use `reftex-delete-overlay' and
3974         `reftex-overlay-put'.
3976 2005-05-18  Lute Kamstra  <lute@gnu.org>
3978         * emacs-lisp/lisp.el (check-parens): Fix docstring.
3980 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
3982         * add-log.el (add-change-log-entry):
3983         * array.el (array-make-template, array-reconfigure-rows)
3984         (array-init-max-row, array-init-max-column)
3985         (array-init-columns-per-line, array-init-field-width):
3986         * replace.el (replace-match-maybe-edit, perform-replace):
3987         * textmodes/spell.el (spell-region):
3988         Replace `read-input' by `read-string'.
3990         * forms.el (forms-mode):
3991         * finder.el (finder-compile-keywords):
3992         * shadowfile.el (shadow-read-files):
3993         Replace `eval-current-buffer' by `eval-buffer'.
3995         * terminal.el (te-pass-through):
3996         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3997         (ange-ftp-raw-send-cmd):
3998         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3999         (send-process-next-char, telnet-initial-filter, telnet):
4000         Replace `send-string' by `process-send-string'.
4002         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4003         (prolog-consult-region): Replace `send-string' by
4004         `process-send-string'; replace `send-region' by `process-send-region'.
4006         * progmodes/delphi.el (delphi-log-msg):
4007         Replace `set-window-dot' by `set-window-point'.
4009         * subr.el (window-dot, set-window-dot, read-input, send-string)
4010         (send-region, show-buffer, eval-current-buffer):
4011         Make really obsolete, as the comment says.
4013 2005-05-17  Kim F. Storm  <storm@cua.dk>
4015         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4016         (cua--init-keymaps): Bind C-return instead of S-return to set
4017         rectangle mark.
4019         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4020         instead of S-return to toggle/clear rectangle mark.
4022 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
4024         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4025         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4026         Also fontify plain strings assigned to variables, mostly so that a
4027         colon has a face and is thus not taken as a dependency separator.
4028         (makefile-previous-dependency): Inline the new matcher, because it
4029         is too complex to work in both directions.
4030         (makefile-match-dependency): Eliminate `backward' arg (see above).
4031         Completely reimplemented so as to not sometimes go into an endless
4032         loop.  It should also be more efficient, because first it only
4033         searches for `:', instead of applying the very complex regexp.
4034         (makefile-mode): Cancel `font-lock-support-mode', because blocks
4035         to be fontified in one piece can be too long for JIT.
4036         Makefiles are never *that* big.
4038 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
4040         * dired.el (dired-mode): Simplify.
4042 2005-05-17  Lute Kamstra  <lute@gnu.org>
4044         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4045         defcustom for the mode hook variable.
4047         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4048         Emacs Lisp Reference Manual.
4050 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
4052         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4053         (evenp, list*):
4054         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4055         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4057         * net/tramp-smb.el (tramp-smb-open-connection):
4058         Pass `tramp-chunksize' as fifth (required) argument.
4060 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
4062         * font-lock.el (lisp-font-lock-keywords-1):
4063         Set `font-lock-negation-char-face' for [^...] char group.
4064         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4066         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4067         a var, and refine it to mask one more level of nested vars.
4068         (makefile-rule-action-regex): Turn it into a var, and refine it so
4069         it recognizes backslashed continuation lines as belonging to the
4070         same command.
4071         (makefile-macroassign-regex): Refine it so it recognizes
4072         backslashed continuation lines as belonging to the same command.
4073         (makefile-var-use-regex): Don't look at the next char, because it
4074         might be the same one to be skipped by the initial [^$], leading
4075         to an overlooked variable use.
4076         (makefile-make-font-lock-keywords): Remove two parameters, which
4077         are now variables that some of the modes set locally.
4078         Handle dependency and rule action matching through functions, because
4079         regexps alone match too often.  Dependency matching now comes
4080         last, so it can check, whether a colon already matched something else.
4081         (makefile-mode): Inform that font-lock improves makefile parsing
4082         capabilities.
4083         (makefile-match-dependency, makefile-match-action): New functions.
4085 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
4087         * emacs-lisp/cl-extra.el (equalp): Doc fix.
4089         * align.el (align-regexp):
4090         * ansi-color.el (ansi-color-get-face):
4091         * array.el (array-reconfigure-rows, array-init-max-row)
4092         (array-init-max-column, array-init-columns-per-line)
4093         (array-init-field-width):
4094         * dired-aux.el (dired-trample-file-versions):
4095         * dired-x.el (dired-mark-sexp):
4096         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4097         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4098         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4099         * faces.el (face-read-integer):
4100         * files.el (backup-extract-version, insert-directory):
4101         * hexl.el (hexl-insert-decimal-char):
4102         * server.el (server-process-filter):
4103         * shell.el (shell-extract-num):
4104         * startup.el (command-line-1):
4105         * term.el (term-command-hook):
4106         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4107         (time-stamp-do-number):
4108         * time.el (display-time-update):
4109         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4110         (timezone-fix-time):
4111         * vms-patch.el (vms-suspend-resume-hook):
4112         * calendar/appt.el (appt-convert-time):
4113         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4114         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4115         * calendar/cal-islam.el (mark-islamic-diary-entries):
4116         * calendar/calendar.el (calendar-cursor-to-date)
4117         (calendar-star-date):
4118         * calendar/diary-lib.el (diary-attrtype-convert)
4119         (mark-diary-entries, diary-entry-time):
4120         * calendar/solar.el (solar-get-number):
4121         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4122         * emacs-lisp/re-builder.el (reb-display-subexp):
4123         * emulation/edt.el (edt-set-scroll-margins):
4124         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4125         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4126         (vip-get-ex-count):
4127         * emulation/viper-ex.el (viper-get-ex-token)
4128         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4129         * international/fontset.el (fontset-plain-name):
4130         * mail/feedmail.el (feedmail-look-at-queue-directory):
4131         * mail/mailalias.el (mail-get-names):
4132         * mail/rmail.el (rmail-convert-to-babyl-format):
4133         * mail/rmailsum.el (rmail-make-basic-summary-line)
4134         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4135         (rmail-summary-goto-msg):
4136         * mail/smtpmail.el (smtpmail-read-response):
4137         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4138         (ange-ftp-vms-add-file-entry):
4139         * play/gametree.el (gametree-looking-at-ply)
4140         (gametree-current-branch-score):
4141         * progmodes/ada-xref.el (ada-prj-find-prj-file)
4142         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4143         * progmodes/cperl-mode.el (condition-case):
4144         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4145         (ebrowse-set-member-buffer-column-width)
4146         (ebrowse-select-1st-to-9nth):
4147         * progmodes/etags.el (etags-snarf-tag):
4148         * progmodes/flymake.el (flymake-parse-line):
4149         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4150         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4151         (idlwave-shell-menu-def):
4152         * progmodes/ps-mode.el (ps-run-goto-error):
4153         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4154         (vhdl-speedbar-contract-level):
4155         * term/mac-win.el (x-handle-numeric-switch):
4156         * term/sun-mouse.el (sun-get-frame-data):
4157         * term/w32-win.el (x-handle-numeric-switch):
4158         * term/x-win.el (x-handle-numeric-switch):
4159         * textmodes/ispell.el (ispell-parse-output):
4160         * textmodes/nroff-mode.el (nroff-outline-level):
4161         * textmodes/reftex-cite.el (reftex-bib-sort-year)
4162         (reftex-bib-sort-year-reverse, reftex-format-citation):
4163         * textmodes/reftex-parse.el (reftex-init-section-numbers)
4164         (reftex-section-number):
4165         * textmodes/texinfmt.el (texinfo-paragraphindent):
4166         Replace `string-to-int' by `string-to-number'.
4168         * international/latexenc.el: Add page marker to force the "Local
4169         Variables:" string out of the last page.
4171 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4173         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4174         tooltip-change-major-mode.
4175         (gud-tooltip-print-command): Remove case where gud-minor-mode
4176         is gdb ("--fullname").
4177         (gud-tooltip-tips): Turn GUD tooltips off for this case and
4178         explain to user.
4180 2005-05-16  Jay Belanger  <belanger@truman.edu>
4182         * calc/calc-store.el (calc-copy-special-constant): New function.
4184         * calc/calc-ext.el (calc-init-extensions): Add binding for
4185         `calc-copy-special-constant'.
4187         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4188         for the `calc-copy-special-constant' command.
4190 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4192         * subr.el (left-fringe-p): New function.
4194         * progmodes/compile.el (compilation-setup): Set local value of
4195         overlay-arrow-string to "" always.
4196         (compilation-set-window): Left fringe then don't scroll.
4197         No left fringe then no arrow and scroll message to top.
4198         (compilation-context-lines): Adjust doc string accordingly.
4200 2005-05-16  Kim F. Storm  <storm@cua.dk>
4202         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4203         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4204         (ido-wide-find-dir-or-delete-dir): New command for M-d.
4205         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
4206         (ido-read-file-name): Handle commands with ido property value
4207         equal to find-file as reading a file name, to allow C-d to enter dired.
4208         (ibuffer-find-file): Add ido property with value find-file.
4210 2005-05-15  Kim F. Storm  <storm@cua.dk>
4212         * subr.el (open-network-stream-nowait): Remove.
4213         (open-network-stream-server): Remove.
4215 2005-05-15  Richard M. Stallman  <rms@gnu.org>
4217         * faces.el (describe-face): Output a definition link button.
4219         * help-mode.el (help-face-def): New button type.
4221         * emacs-lisp/copyright.el (copyright-fix-years):
4222         Match properly if the first year is 2-digit.
4223         Don't mess up the whitespace after the years by filling.
4225         * dired-aux.el (dired-mark-confirm):
4226         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4228         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4229         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4230         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4232         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4233         Set font-lock-comment-start-skip.
4235         * font-lock.el (font-lock-comment-start-skip): New variable.
4236         (font-lock-comment-end-skip): New variable.
4237         (font-lock-fontify-syntactically-region): Use them if non-nil.
4239 2005-05-15  Jay Belanger  <belanger@truman.edu>
4241         * calc/calc-store.el (calc-store-value): Return a string rather
4242         than display it as a message.
4243         Use calc-var-name for variable name.
4244         (calc-store-into): Add the result of calc-store-value to message.
4245         (calc-copy-variable): Add a message.
4246         (calc-store-exchange): Improve error messages.
4247         (calc-store-binary, calc-store-map): Don't reset the values of
4248         special constants.
4250 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
4252         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4253         manual to docstring.
4255         * files.el (hack-local-variables-confirm): Add STRING argument.
4256         Make the function handle non file visiting buffers correctly.
4257         (hack-local-variables-prop-line, hack-local-variables)
4258         (hack-one-local-variable): Use STRING arg of
4259         `hack-local-variables-confirm'.
4261 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
4263         Sync with Tramp 2.0.49.
4265         * tramp.el (tramp-handle-dired-call-process)
4266         (tramp-handle-insert-directory):`insert-buffer' cannot be used
4267         because the contents of the Tramp buffer is changed before
4268         insertion (`expand-file' and alike).
4269         (tramp-handle-insert-directory): If `localname' has an empty
4270         nondirectory name, it must not be quoted.
4271         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
4272         variable `tramp-chunksize'.  Change callees.
4273         (tramp-open-connection-setup-interactive-shell): Check remote host
4274         for buggy `send-process-string' implementation.
4275         Set `tramp-chunksize' if found.  Reported by Michael Kifer
4276         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4277         (tramp-handle-shell-command): `insert-buffer' cannot be used
4278         because the contents of the Tramp buffer is changed before
4279         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4280         <frederic.bothamy@free.fr>.
4281         (tramp-set-auto-save): Actions should be done for Tramp file name
4282         handler only.  Ange-FTP has its own auto-save mechanism.
4283         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4284         (tramp-set-auto-save-file-modes): Set file modes of
4285         `buffer-auto-save-file-name' to ?\600 as fallback solution.
4286         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4287         (tramp-bug): Remove obsolete variable.
4288         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
4289         for presence of `mml-mode'.  Make it running for older Emacsen as well.
4291 2005-05-14  John Paul Wallington  <jpw@pobox.com>
4293         * ibuf-ext.el (define-ibuffer-filter filename):
4294         If `dired-directory' is a list, use its car.
4296 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
4298         * ibuffer.el (define-ibuffer-column filename):
4299         If `dired-directory' is a list, use its car.
4301 2005-05-14  Richard M. Stallman  <rms@gnu.org>
4303         * subr.el (symbol-file): Doc fix.
4305         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4306         (byte-compile-form): Call byte-compile-nogroup-warn.
4307         (byte-compile-warning-types): Doc fix.
4309         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4311         * progmodes/cc-engine.el (c-literal-faces):
4312         Add font-lock-comment-delimiter-face.
4314         * net/net-utils.el (dig): Use with-no-warnings.
4316         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4317         (sc-recite-frame-alist, sc-default-cite-frame)
4318         (sc-default-uncite-frame, sc-default-recite-frame)
4319         (sc-attrib-selection-list, sc-rewrite-header-list):
4320         Mark as risky-local-variable.
4322         * international/ogonek.el (ogonek-jak, ogonek-how):
4323         Don't use beginning-of-buffer.
4325         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4327         * calendar/solar.el (solar-data-list): Move definition up.
4329         * dnd.el (dnd-protocol-alist): Add autoload.
4331         * progmodes/sh-script.el: Many doc usage fixes.
4332         (sh-indent-after-do): Change default to match common styles.
4334 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
4336         * files.el (interpreter-mode-alist)
4337         (auto-mode-interpreter-regexp): Doc fixes.
4339 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
4341         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4343         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4345 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4347         * dired.el (dired-mode): make-variable-buffer-local =>
4348         make-local-variable.
4350 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4352         * term/mac-win.el (mac-select-convert-to-string): Try coding
4353         systems in mac-script-code-coding-systems if specified one cannot
4354         encode string for `com.apple.traditional-mac-plain-text'.
4356 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
4358         * progmodes/make-mode.el (makefile-targets-face)
4359         (makefile-shell-face, makefile-makepp-perl-face): New faces.
4360         (makefile-dependency-regex): Fix it to not make the colon in
4361         $(var:a=b) special.
4362         (makefile-rule-action-regex): New regexp for highlighting embedded
4363         Shell strings.
4364         (makefile-macroassign-regex): Handle != for highlighting as
4365         embedded Shell strings.
4366         (makefile-var-use-regex): New const.
4367         (makefile-statements, makefile-automake-statements)
4368         (makefile-gmake-statements, makefile-makepp-statements)
4369         (makefile-bsdmake-statements): New consts.
4370         (makefile-make-font-lock-keywords): New function.
4371         (makefile-automake-font-lock-keywords)
4372         (makefile-gmake-font-lock-keywords)
4373         (makefile-makepp-font-lock-keywords)
4374         (makefile-bsdmake-font-lock-keywords): New consts.
4375         (makefile-mode-map): Add switchers between the various submodes.
4376         (makefile-mode): Document the availability of the variants.
4377         (makefile-automake-mode, makefile-gmake-mode)
4378         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4380         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4381         new variants of makefile-mode.
4383 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4385         * font-lock.el (font-lock-comment-delimiter-face): Fix up
4386         the inheritance.
4388 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
4390         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4391         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4393         * files.el (normal-mode): Extend the scope of the
4394         `enable-local-variables' binding to include the `set-auto-mode' call.
4395         (magic-mode-alist): Doc fix.
4397 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4400         font-lock-comment-face rather than copying its setting.
4402 2005-05-12  Andreas Schwab  <schwab@suse.de>
4404         * eshell/esh-mode.el (eshell-send-input): Doc fix.
4406 2005-05-12  Lute Kamstra  <lute@gnu.org>
4408         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4409         defcustom for the mode hook variable.  Delete the last argument.
4410         * generic-x.el: Fix callers of define-generic-mode.
4411         (generic-x-modes): Delete group.
4412         (show-tabs-tab-face, show-tabs-space-face): Put them in the
4413         generic-x customization group.
4415 2005-05-12  Kim F. Storm  <storm@cua.dk>
4417         * font-lock.el (font-lock-negation-char-face): Default to "off".
4419         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4420         font-lock-negation-char-face to ! in !=.
4422 2005-05-12  Masatake YAMATO  <jet@gyve.org>
4424         * add-log.el (find-change-log): Fix typos in the docstring
4425         of function.
4427 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4429         * international/latexenc.el (latexenc-find-file-coding-system):
4430         Avoid `re-search-forward' when looking for input encoding because
4431         of speed and safety.  Better regular expressions for recognizing
4432         input encoding.  Limit a search for TeX-master/tex-main-file to
4433         the local variable section.
4435 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
4437         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4438         syntax of $ to "'" (quote).
4440 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
4442         * dnd.el (dnd-protocol-alist): Improve custom type.
4444         * dired.el (dired-dnd-protocol-alist): New variable.
4445         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
4446         `dired-mode-hook' to the end.
4448 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4450         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4451         comment-end if comment-start-skip is not set.
4452         Obey the font-lock-comment-delimiter-face variables.
4454 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4456         * files.el (executable-find): Move from executable.el.  Use locate-file.
4457         * progmodes/executable.el (executable-find): Move to files.el.
4459         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4460         when trying to ensure forward progress.
4462 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
4464         * mouse-sel.el (mouse-sel-follow-link-p): New function.
4465         (mouse-select, mouse-select-internal, mouse-extend-internal):
4466         Use it to implement mouse-1-click-follows-link functionality.
4468 2005-05-11  Richard M. Stallman  <rms@gnu.org>
4470         * font-lock.el (font-lock-fontify-syntactically-region):
4471         Use font-lock-comment-delimiter-face for comment delimiters.
4473 2005-05-10  Jay Belanger  <belanger@truman.edu>
4475         * calc/calc-help.el (calc-m-prefix-help): Add mention of
4476         preserving embedded modes.
4478 2005-05-10  Richard M. Stallman  <rms@gnu.org>
4480         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4482         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4483         Move from ada-stmt.el.
4484         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4486         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4487         Move to ada-mode.el.
4488         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4490         * cus-edit.el (custom-file): Call file-chase-links.
4492         * files.el (read-directory-name): Fix previous change.
4493         (hack-local-variables-confirm): New function.
4494         (hack-local-variables-prop-line, hack-local-variables)
4495         (hack-one-local-variable): Use it.
4497 2005-05-10  Lute Kamstra  <lute@gnu.org>
4499         * font-lock.el (font-lock-keywords-alist)
4500         (font-lock-removed-keywords-alist): Clarify docstrings.
4502 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
4504         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4505         (gdb-source-info): Check for preprocessor info.
4506         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
4507         a macro for a function.
4508         (gdb-info-breakpoints-custom): Try to find file again if not already
4509         found (user might have used GDB dir command).
4510         (gdb-get-location): Update gdb-location-alist correctly for change
4511         to gdb-info-breakpoints-custom.
4513         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4514         (gud-tooltip-print-command): Add gdbmi case.
4515         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4516         preprocessor info.
4518 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
4520         * startup.el (fancy-splash-insert): Fix typo in doc string.
4522 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
4524         * obsolete/float.el (string-to-float):
4525         * obsolete/hilit19.el (hilit-add-pattern):
4526         * obsolete/rnews.el (news-parse-range, news-select-message)
4527         (news-get-pruned-list-of-files): Replace `string-to-int' by
4528         `string-to-number'.
4530         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4531         `find-file-not-found-hooks'; use `add-hook'.
4532         (uncompress-while-visiting): Set `write-file-functions', not
4533         `write-file-hooks'; use `add-hook'.
4535 2005-05-09  Kim F. Storm  <storm@cua.dk>
4537         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4538         (cua-paste): Handle clipboard action.
4539         (cua--init-keymaps): Remap clipboard-kill-region and
4540         clipboard-kill-ring-save.
4542 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
4544         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4545         Improve commentary.
4547         * simple.el (next-error-overlay-arrow-position): Revert the change
4548         made on 2005-04-30.
4550 2005-05-07  Jay Belanger  <belanger@truman.edu>
4552         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4553         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4554         `calc-sel-reselect'.
4556         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4557         Calc is in embedded mode.
4559 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4561         * progmodes/compile.el (compilation-setup):
4562         Set overlay-arrow-string to an empty string on text terminals.
4564         * textmodes/ispell.el (ispell-program-name): Try looking for
4565         "aspell" along exec-path, and if found, use it as the default
4566         speller program.
4568 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
4570         * international/mule.el (sgml-xml-auto-coding-function):
4571         Recognize encoding='FOO' in single quotes as well as in double quotes.
4573 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4575         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4576         as well as `interactive', so that defmacro* would recognize
4577         `declare' forms.
4579 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4581         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4582         Explain more about the LIGHTER arg's usage in the doc string.
4583         Add commentary to clarify what the code does.  Fix the regexp that
4584         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
4585         since it could have characters special to regular expressions.
4587 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
4589         * replace.el (occur-1): Bind inhibit-read-only so that
4590         erase-buffer doesn't barf on read-only text properties (likewise
4591         for add-text-properties in occur-engine).  Mark buffer as unmodified.
4592         (occur-engine): Don't set buffer-read-only here.
4594 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4596         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4597         list-buffers-directory.  This caused the *cvs-commit* buffer to be
4598         sometimes mistakenly reused as a *cvs* buffer.
4600 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
4602         * tooltip.el: Move code for GUD tooltips into gud.el.
4603         (require): CL no longer needed to compile case.
4604         (tooltip-mode): Do not toggle functions for GUD tooltips.
4605         (tooltip-gud-tips-p): Remove.  Replace with minor mode
4606         gud-tooltip-mode in gud.el.
4607         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4608         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4609         tooltip-gud prefix with gud-tooltip and obsolete.
4610         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4611         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4612         (tooltip-mouse-motion): Mouse movement functions/variable.
4613         Rename in gud.el by adding gud prefix.
4614         (tooltip-gud-original-filter, tooltip-gud-dereference)
4615         (tooltip-gud-event, tooltip-toggle-gud-tips)
4616         (tooltip-gud-process-output, tooltip-gud-print-command)
4617         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
4618         gud.el by replacing tooltip-gud prefix with gud-tooltip.
4619         (gdb-tooltip-print): Move to gdb-ui.el.
4621         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4622         (require): CL needed to compile case.
4623         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4624         tooltip-gud-tips-p.  Make it a minor-mode.
4625         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4626         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4627         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4628         (gud-tooltip-change-major-mode)
4629         (gud-tooltip-activate-mouse-motions-if-enabled)
4630         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4631         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4632         (gud-tooltip-original-filter, gud-tooltip-dereference)
4633         (gud-tooltip-event, tooltip-toggle-gud-tips)
4634         (gud-tooltip-process-output, gud-tooltip-print-command)
4635         (gud-tooltip-tips): Move from tooltip.el.
4637         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4638         (gdb-cpp-define-alist-flags): Doc fix.
4639         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4640         gud-tooltip-mode is t.
4642 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4644         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4645         evaporate if their text is deleted.
4646         (goto-address-at-point): Make it work as a mouse binding as well.
4647         (goto-address-at-mouse): Obsolete it.  Update users.
4649 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
4651         * calendar/appt.el (top-level): No longer activate on load.
4653 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
4655         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4656         * net/webjump.el (webjump):
4657         * progmodes/idlw-help.el (idlwave-do-context-help1)
4658         (idlwave-highlight-linked-completions):
4659         * textmodes/po.el (po-find-file-coding-system-guts):
4660         Replace `assoc-ignore-case' by `assoc-string'.
4662 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
4664         * files.el (locate-file): Doc fix.
4666         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4667         Remove the redundant test for ms-dos.
4669         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4670         look for the preprocessor with exec-suffixes.  If not found in
4671         standard places, look in exec-path.  Remove most of the tests that
4672         used system-type.
4674         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4676         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4678         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4679         file-name clash with jka-compr.el on 8+3 filesystems.
4681 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4683         * term/mac-win.el: Don't define or bind scroll bar functions if
4684         x-toolkit-scroll-bars is t.
4685         (x-select-text, x-get-selection-value):
4686         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4687         (PRIMARY): Put mac-scrap-name property.
4688         (mac-select-convert-to-file-url): New function.
4689         (public.file-url): New selection target type.  Add to
4690         selection-converter-alist.
4691         (x-get-selection, x-selection-value): Handle it.
4692         (x-cut-buffer-or-selection-value): New alias.
4694 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4696         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4697         entry to avoid calling bibtex-find-entry with arg global
4698         being t.  Remove arg key.
4699         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4700         (bibtex-copy-summary-as-kill): Change accordingly.
4702 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4704         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4705         (org-agenda-date-later): Use with-current-buffer.
4707 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
4709         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4710         (define-obsolete-variable-alias): Doc Fixes.
4712 2005-05-06  Kim F. Storm  <storm@cua.dk>
4714         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
4715         vertical-motion when selective-display is active.
4717         * ido.el (ido-setup-hook): New hook.
4718         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4719         (ido-input-stack): New var.
4720         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
4721         ido-next-work-file binding to M-O.
4722         Bind M-f to ido-wide-find-file-or-pop-dir.
4723         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4724         (ido-read-internal): Run ido-setup-hook.
4725         Catch quit in read-file-name and read-string to cancel edit.
4726         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4727         Automatically pop-all when completing a directory name (RET).
4728         (ido-file-internal): Add with-no-warnings around ffap and dired code.
4729         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4730         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4731         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4732         New functions for M-b/M-f to move among the directory components.
4733         (ido-make-merged-file-list): Catch quit to cancel merge.
4734         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4735         (ido-completion-help): No warnings for ido-completion-buffer-full.
4737 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
4739         * font-lock.el (font-lock-negation-char-face): New face and variable.
4740         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4741         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4742         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4743         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4745 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
4747         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4748         Fix typo in docstring.
4750         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4751         (ebrowse-print-statistics-line)
4752         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4754         * term/w32-win.el (image-library-alist): Add additional name for
4755         Xpm library.
4757 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
4759         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4760         use gcc instead of cpp.
4762         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4763         (gdb-create-define-alist): Use it.
4764         (gdb-cpp-define-alist-program): Update for MS-DOS.
4766 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
4768         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4770 2005-05-04  Richard M. Stallman  <rms@gnu.org>
4772         * help.el (describe-key): No error when UNTRANSLATED is nil.
4774         * simple.el (line-move-1): Fix previous change to signal errors
4775         appropriately.
4777 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
4779         * calendar/icalendar.el (icalendar-version): Now at 0.12.
4780         (icalendar-duration-correction): Remove.
4781         (icalendar--get-event-properties): Split result at commas.
4782         (icalendar--decode-isoduration): New optional argument
4783         DURATION-CORRECTION.
4784         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4785         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4786         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4787         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4788         (icalendar--convert-anniversary-to-ical): New functions, extracted
4789         from icalendar-export-region, with bug fixes.
4790         (icalendar-export-region): Use the above functions.
4791         (icalendar-import-buffer): Check before saving diary file.
4792         (icalendar--convert-recurring-to-diary)
4793         (icalendar--convert-non-recurring-all-day-to-diary)
4794         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4795         extracted from icalendar--convert-ical-to-diary, with bug fixes.
4796         (icalendar--convert-ical-to-diary): Use the above functions.
4798 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
4800         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4801         Remove these recent additions.
4802         (c-mode): Restore to before 2005-04-28.
4804         * progmodes/cc-vars.el (cc-define-list-program): Remove this
4805         recent addition.
4807         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4808         (gdb-define-alist): New variables.
4809         (gdb-create-define-alist): New function.
4810         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4811         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4812         with string-to-number.
4813         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
4815         * progmodes/gud.el: Replace string-to-int with string-to-number.
4816         (gud-find-file): Handle gdb-define-alist.
4818         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4820 2005-05-02  Jay Belanger  <belanger@truman.edu>
4822         * calc/calc-aent.el (math-read-token):
4823         * calc/calc-bin.el (calc-word-size):
4824         * calc/calc-ext.el (calc-read-number-fancy):
4825         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4826         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4827         * calc/calc-frac.el (calc-over-notation):
4828         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4829         (calc-graph-num-points, calc-graph-init):
4830         * calc/calc-prog.el (calc-read-parse-table-part)
4831         (calc-edit-macro-repeats):
4832         * calc/calc-yank.el (calc-do-grab-rectangle):
4833         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4834         Replace `string-to-int' by `string-to-number'.
4836 2005-05-02  Kim F. Storm  <storm@cua.dk>
4838         * kmacro.el: Use executing-kbd-macro-index variable.
4840 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
4842         * net/rlogin.el (rlogin-parse-words): Delete func.
4843         (rlogin): Use split-string, not rlogin-parse-words.
4844         Also, if there are option-like elements in the parsed args,
4845         take the host to be the first arg immediately following them.
4846         Suggested by Michael Mauger.
4848 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4850         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4852 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4854         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4855         (cc-mode-cpp-program): Rename to cc-define-list-program and
4856         move to cc-vars.el.
4858         * progmodes/cc-vars.el (cc-define-list-program):
4859         Change to "gcc -E -dM -".  Make customizable.
4861 2005-05-02  Kim F. Storm  <storm@cua.dk>
4863         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4865 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4867         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4869         * international/mule-util.el (truncate-string): Remove alias and
4870         obsolete declaration.
4872         * international/mule-cmds.el (update-iso-coding-systems):
4873         Remove alias and obsolete declaration.
4875         * international/mule.el (coding-system-parent): Remove alias and
4876         obsolete declaration.
4878         * subr.el (define-function, sref): Remove aliases and obsolete
4879         declarations.
4880         (chars-in-region): Remove obsolete declaration.
4882 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4884         * info.el (Info-mode): Set widen-automatically to nil, locally.
4886         * simple.el (widen-automatically): New variable.
4887         (pop-global-mark): Obey widen-automatically.
4889 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
4891         * term/xterm.el (function-key-map): Call substitute-key-definition
4892         before the keymap size is increased by a lot of define-key calls.
4894 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4896         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4897         Rename ARG to ELEMENT.  Doc fix.
4899 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4901         * allout.el (allout-exposure): Remove macro and obsolete declaration.
4902         Remove references to allout-exposure/change to allout-new-exposure.
4904         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4905         bytecode symbols.
4907         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4908         (compiled-function-p, focus-frame, unfocus-frame):
4909         Remove aliases and obsolete declarations.
4910         Back out inadvertent changes from previous commit.
4912 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4914         * files.el (require-final-newline): Make Custom tags consistent
4915         with mode-require-final-newline.
4916         (mode-require-final-newline): Doc fix.
4918 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
4920         * international/latexenc.el (latexenc-find-file-coding-system):
4921         Fix regular expressions.
4923 2005-05-01  David Kastrup <dak@gnu.org>
4925         * international/latexenc.el (latexenc-find-file-coding-system):
4926         Fix regular expressions.
4928 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4930         * subr.el (string-to-int): Make obsolete.
4932 2005-04-30  Richard M. Stallman  <rms@gnu.org>
4934         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4936         * loadup.el: load jka-comp-hook.
4938         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4939         (jka-compr-handler): Add autoload.  `put' calls moved
4940         to jka-comp-hook.el.
4941         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4942         (jka-compr-inhibit): Autoload.
4944         * jka-comp-hook.el: New file.
4945         Enable the mode by default.
4947         * files.el (backup-buffer-copy): Use copy-file instead
4948         of write-region, and put back the 'excl.
4950 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
4952         * progmodes/flymake.el (flymake-split-string)
4953         (flymake-split-string, flymake-log, flymake-pid-to-names)
4954         (flymake-reg-names, flymake-get-source-buffer-name)
4955         (flymake-unreg-names, flymake-add-line-err-info)
4956         (flymake-add-err-info): Clarify docstrings.
4957         (flymake-popup-menu, flymake-make-emacs-menu)
4958         (flymake-make-xemacs-menu): Add docstrings.
4959         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4960         Set variables directly throughout.
4962 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
4964         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4965         exists.  Initialize cc-define-alist.
4966         (c-mode): Add cc-create-define-alist locally to after-save-hook.
4967         If there is no file (Macroexpansion) don't create an alist.
4969 2005-04-29  Sam Steingold  <sds@gnu.org>
4971         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4972         (cc-create-define-alist): Use it instead of the hard-coded string.
4974 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * international/mule-conf.el (file-coding-system-alist): Fix regexp
4977         for latexenc.
4979 2005-04-29  Lute Kamstra  <lute@gnu.org>
4981         * emacs-lisp/generic.el: Improve commentary section.
4982         (define-generic-mode): Improve docstring.
4984 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
4986         * textmodes/org.el (many places): Change to quiet the byte compiler.
4987         (org-prefix-format-compiled): New variable.
4988         (org-compile-prefix-format): New function.
4989         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4990         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4991         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4992         (org-get-entries-from-diary): Use `org-get-time-of-day' for
4993         consistency with entries from `org-mode' files.
4994         (org-get-time-of-day): Fix bug with partial matches early in a line.
4995         (org-non-link-chars): New constant.
4996         (org-link-regexp): Respect `org-non-link-chars'.
4997         (org-agenda-day-view): Remove command.
4998         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4999         (org-follow-bbdb-link, org-store-link): Search also company field.
5000         (org-highlight-overlay): New variable.
5001         (org-highlight, org-unhighlight): New functions.
5002         (org-agenda-mode): Add pre-command-hook to remove highlight.
5003         (org-evaluate-time-range): Behavior depends upon whether time stamp
5004         contains a time or not.
5005         (org-show-subtree, org-show-entry): New functions.
5006         (org-agenda-cleanup-fancy-diary): Remove empty lines.
5008 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
5010         * comint.el (comint-output-filter-functions): Add autoload cookie.
5012 2005-04-28  Kim F. Storm  <storm@cua.dk>
5014         * ido.el (ido-everywhere): Fix last change.
5016 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5018         * international/latexenc.el: New file.
5019         * international/mule-conf.el (file-coding-system-alist): For .tex,
5020         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5022 2005-04-28  Lute Kamstra  <lute@gnu.org>
5024         * font-lock.el (font-lock-add-keywords)
5025         (font-lock-remove-keywords): Clarify docstring.
5026         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5027         Don't start docstrings with a `*'.
5028         (font-lock-update-removed-keyword-alist): Give it a docstring.
5030         * generic-x.el: Update commentary section.
5031         Only require font-lock when compiling.
5032         Define all modes conditionally.
5033         Place all generic modes in the generic-x-modes customization group.
5034         (generic-x-modes): New customization group.
5035         (generic-default-modes, generic-mswindows-modes)
5036         (generic-unix-modes, generic-other-modes): New constants.
5037         (generic-define-mswindows-modes, generic-define-unix-modes):
5038         Update docstrings.  Make them obsolete.
5039         (generic-extras-enable-list): New default value.  Update docstring.
5040         Improve :type.  Change :set function.
5041         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5042         Fix docstring.
5044         * emacs-lisp/generic.el (generic-mode-internal):
5045         Simplify font-lock-defaults.
5046         (define-generic-mode): Fix docstring.
5048 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5050         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5051         font-lock-face property to highlight matches.
5053 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
5055         * progmodes/cc-mode.el (cc-create-define-alist): New function.
5056         (cc-define-alist): New variable.
5057         (c-mode): Make it local and initialize it.
5059         * progmodes/gdb-ui.el (gdb-active-process): New variable.
5060         (gdb-exited): New function.
5061         (gdb-annotation-rules): Use it.
5062         (gdb-starting): Set gdb-active-process to t.
5063         (gdb-stopping): Amend doc string.
5064         (gdb-reset): Set gdb-active-process to nil.
5066         * tooltip.el (tooltip-gud-tips): Show the associated #define
5067         directives when a C program under GDB is not executing.
5069 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5071         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5072         font-lock-fontify-syntactic-keywords.
5074         * font-lock.el (font-lock-default-fontify-region): Don't force
5075         parse-sexp-lookup-properties to nil.
5077 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5079         * man.el (man-mode-syntax-table): Set up `:' to have
5080         word-constituent syntax.
5082 2005-04-27  Lute Kamstra  <lute@gnu.org>
5084         * novice.el (disable-command): Don't add spurious newlines to the
5085         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
5087 2005-04-26  Jay Belanger  <belanger@truman.edu>
5089         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5090         than one window before deleting window.
5092 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
5094         * shell.el (shell-prompt-pattern): Doc fix.
5095         (shell-mode): Set paragraph-separate buffer locally to "\\'".
5097         * comint.el (comint-prompt-regexp, comint-get-old-input)
5098         (comint-use-prompt-regexp)
5099         (comint-use-prompt-regexp-instead-of-fields)
5100         (comint-replace-by-expanded-history, comint-send-input)
5101         (comint-output-filter, comint-get-old-input-default)
5102         (comint-line-beginning-position, comint-bol, comint-show-output)
5103         (comint-backward-matching-input, comint-forward-matching-input)
5104         (comint-next-prompt, comint-previous-prompt):
5105         Rename `comint-use-prompt-regexp-instead-of-fields' to
5106         `comint-use-prompt-regexp'.  Keep old name as alias and declare
5107         obsolete.
5108         (comint-use-prompt-regexp): Shorten first line of doc string.
5110         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5111         Set paragraph-separate buffer locally to "\\'".
5113         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5114         Adapt to above name change.
5116         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5117         (smbclient-prompt-regexp): Ditto.
5119         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5121 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
5123         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5124         gdb-location-list.
5125         Break lines that are over 80 characters wide.
5127 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5129         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5130         New fun and var, to preserve compatibility.
5132         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5134 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
5136         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5137         name to file-newer-than-file-p.
5139 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5141         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5143         * progmodes/python.el (python-mode):
5144         Use new name eldoc-documentation-function.
5146         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5148         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5149         (eldoc-documentation-function):
5150         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
5152 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
5154         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5156 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5158         * term/xterm.el (function-key-map): Fix strings for
5159         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
5160         {C,S,A,C-S}-{f1-f12}.
5162 2005-04-26  Kenichi Handa  <handa@m17n.org>
5164         * international/mule-cmds.el (select-safe-coding-system):
5165         Fix previous change.
5167 2005-04-26  Lute Kamstra  <lute@gnu.org>
5169         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5171         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5172         (font-lock-comment-delimiter-face): Ditto.
5174         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5176 2005-04-25  Jay Belanger  <belanger@truman.edu>
5178         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5179         to t while inserting information; use help-mode.
5181 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5183         * term.el (ansi-term-color-vector): Use the xterm colors.
5184         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
5186 2005-04-25  Lute Kamstra  <lute@gnu.org>
5188         * font-core.el (font-lock-defaults): Fix docstring.
5190         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5192 2005-04-25  Kenichi Handa  <handa@m17n.org>
5194         * international/mule-cmds.el (select-safe-coding-system):
5195         Don't check consistency with coding: spec, etc if raw-text or
5196         no-conversion was found to be safe.
5198 2005-04-24  Richard M. Stallman  <rms@gnu.org>
5200         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5201         citation markers at start of each line.
5203         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5204         citation markers at start of each line.
5206         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5208         * files.el (mode-require-final-newline): Fix previous change.
5209         (require-final-newline): Fix type label.
5211 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5213         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5214         statement in buffer (broken by 2004-11-24 change).
5216 2005-04-24  Kim F. Storm  <storm@cua.dk>
5218         * ido.el (ido-everywhere): Save and restore old read-buffer-function
5219         and read-file-name-function values.  Don't overwrite existing
5220         non-nil values if ido-mode is enabled without ido-everywhere.
5222 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
5224         * files.el (mode-require-final-newline): Minor doc fix.
5226 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5228         * subr.el (syntax-after): Doc fix.
5229         (syntax-class): If argument is nil, return nil.  Mask off upper 16
5230         bits, not 8 bits.
5232         * files.el (mode-require-final-newline): Doc fix.
5233         (backup-buffer-copy): Fix last change.
5235 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5237         * term/mac-win.el: Require select.  Set selection-coding-system to
5238         mac-system-coding-system.  Call menu-bar-enable-clipboard.
5239         (x-last-selected-text-clipboard, x-last-selected-text-primary)
5240         (x-select-enable-clipboard): New variables.
5241         (x-select-text, x-get-selection, x-selection-value)
5242         (x-get-selection-value, mac-select-convert-to-string)
5243         (mac-services-open-file, mac-services-open-selection)
5244         (mac-services-insert-text): New functions.
5245         (CLIPBOARD, FIND): Put mac-scrap-name property.
5246         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5247         (public.tiff): Put mac-ostype property.
5248         (selection-converter-alist): Add entries for them.
5249         (mac-application-menu-map): New keymap.
5250         (interprogram-cut-function, interprogram-paste-function): Set to
5251         x-select-text and x-get-selection-value, respectively.
5252         (split-window-keep-point): Set to t.
5254 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5256         * files.el (read-directory-name): Always pass non-nil
5257         DEFAULT-FILENAME arg to read-file-name.
5258         (backup-buffer-copy, basic-save-buffer-2): Take care against
5259         writing thru an unexpected existing symlink.
5260         (revert-buffer): In indirect buffer, revert the base buffer.
5261         (magic-mode-alist): Doc fix.
5262         (buffer-stale-function): Doc fix.
5263         (minibuffer-with-setup-hook): Avoid warning.
5264         (mode-require-final-newline): Doc and custom fix.
5266         * follow.el (follow-end-of-buffer): Use with-no-warnings.
5268         * font-lock.el (font-lock-comment-face): On terminals with few colors,
5269         use the default appearance.
5270         (font-lock-comment-delimiter-face): New face, new variable.
5272         * imenu.el (imenu--generic-function): The official position of a
5273         definition is the start of the line that BEG is in.
5275         * midnight.el (midnight-timer): Move defvar up.
5277         * mouse.el (mouse-drag-region-1): Delete some debugging code.
5279         * saveplace.el (save-place-to-alist): Use with-no-warnings.
5281         * startup.el (command-line): Use with-no-warnings.
5283         * window.el (window-size-fixed): New defvar.
5285         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5287         * mail/rmail.el (rmail-font-lock-keywords):
5288         Use font-lock-comment-delimiter-face.
5290         * mail/sendmail.el (mail-font-lock-keywords):
5291         Use font-lock-comment-delimiter-face.
5293         * progmodes/compile.el (next-error-highlight-timer): New defvar.
5295 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5297         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5298         Specify t for LAXMATCH when matching directories.
5299         Save match data around compilation-compat-error-properties form.
5301 2005-04-23  David Kastrup  <dak@gnu.org>
5303         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5304         Mention that the autoloaded aliases should be kept for AUCTeX.
5306 2005-04-23  Andreas Schwab  <schwab@suse.de>
5308         * isearch.el (isearch-forward): Doc fix.
5310 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
5312         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5313         (jit-lock-stealth-nice): Change default value to 0.5.
5315 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5317         * abbrev.el (write-abbrev-file): Write table entries in
5318         alphabetical order by table name.
5320 2005-04-22  Kim F. Storm  <storm@cua.dk>
5322         * ido.el (ido-read-internal): Fix `list' completion.
5324 2005-04-22  Kenichi Handa  <handa@m17n.org>
5326         * recentf.el (recentf-save-file-coding-system): New variable.
5327         (recentf-save-list): Encode the file by
5328         recentf-save-file-coding-system and add coding: tag.
5330 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5332         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5334 2005-04-21  Lute Kamstra  <lute@gnu.org>
5336         * loadhist.el (unload-feature): Don't remove a function from hooks
5337         if it is about to be restored to an autoload .  Remove functions
5338         that will become unbound from auto-mode-alist.  Simplify the code.
5340         * subr.el (assq-delete-all): New implementation that is linear,
5341         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
5342         (rassq-delete-all): New function.
5344         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5345         Add size-indication-mode.
5347 2005-04-21  Kenichi Handa  <handa@m17n.org>
5349         * international/mule-cmds.el: Add autoload for widget-value in
5350         eval-when-compile.
5352 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
5354         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5355         Add tooltip-mode.
5357         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5359 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
5361         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5362         (inferior-lisp-filter-regexp, inferior-lisp-program)
5363         (inferior-lisp-load-command, inferior-lisp-prompt)
5364         (inferior-lisp-mode-hook, lisp-source-modes)
5365         (inferior-lisp-load-hook): defvar->defcustom.
5366         (inferior-lisp-program, inferior-lisp-prompt)
5367         (inferior-lisp-load-hook): Doc fixes.
5368         (inferior-lisp-install-letter-bindings): Small change in
5369         introductory comment.
5371 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
5373         * vc.el (vc-annotate-color-map): Change some colors so that text
5374         using them as foreground is readable on both white and black
5375         backgrounds.
5377 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5379         * international/mule-conf.el (translation-table-for-input):
5380         Remove redundant declaration.
5382 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5384         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5386         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5387         (tooltip-toggle-gud-tips): New function.
5389 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5391         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5392         right angle brackets.
5394 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5396         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5398 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5400         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5401         Remove.  Update callers to use expand-file-name instead.
5403         * subr.el (syntax-class): New function.
5405         * simple.el (blink-matching-open): Use it.
5407         * paren.el (show-paren-function): Use it to recognize parens that are
5408         also used in 2-char comment markers.
5410 2005-04-19  Lute Kamstra  <lute@gnu.org>
5412         * loadhist.el (unload-feature): Update for new format of
5413         load-history.  Simplify the code.
5415 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5417         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5418         (mac-add-charset-info): New function.  Initialize variable
5419         mac-charset-info-alist using it.
5420         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5421         for translation.
5422         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5423         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5424         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5425         New CCL programs.
5427 2005-04-19  Kim F. Storm  <storm@cua.dk>
5429         * simple.el (next-buffer, prev-buffer, next-error)
5430         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5431         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5433         * bindings.el (next-buffer, prev-buffer, next-error)
5434         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5435         (clone-indirect-buffer-other-window): Move bindings from simple.el.
5436         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5437         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5439 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * isearch.el (isearch-edit-string): Make the search-ring available for
5442         minibuffer history commands.
5443         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5444         the default history commands now work just as well.
5445         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5447 2005-04-18  Kim F. Storm  <storm@cua.dk>
5449         * emulation/cua-base.el (cua--pre-command-handler): Add more
5450         elaborate check for shift modifier on non-window systems.
5452 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
5454         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5456 2005-04-18  Kim F. Storm  <storm@cua.dk>
5458         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5459         and make it optional.  Don't test tooltip-gud-echo-area here.
5460         (tooltip-gud-process-output, gdb-tooltip-print):
5461         Pass tooltip-gud-echo-area to tooltip-show.
5462         (tooltip-help-tips): Remove second optional arg to tooltip-show.
5464 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5466         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5467         `display-graphic-p' may not be bound yet.
5469 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
5471         * startup.el (command-line): No longer enable Xterm Mouse mode by
5472         default in terminals compatible with xterm.
5474         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5476 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5478         * tooltip.el (tooltip-gud-echo-area): Rename from
5479         tooltip-use-echo-area.
5480         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5481         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5482         area independently of where help tooltips are displayed.
5484 2005-04-17  David Kastrup  <dak@gnu.org>
5486         * cus-theme.el (custom-theme-write-variables): Quote variables
5487         where necessary.
5489 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5491         * simple.el (yank-excluded-properties): Add follow-link to value.
5493         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5495         * startup.el (fancy-splash-max-time): Just 30 seconds.
5496         (fancy-splash-delay): Just 7.
5497         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5499         * loadhist.el (unload-feature): Update for new format of load-history.
5500         Simplify the code.
5502         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5503         (rmail-font-lock-keywords): Don't fontify the text of a citation.
5505         * mail/sendmail.el (mail-font-lock-keywords):
5506         Don't fontify subject text.
5507         Don't fontify the text of a citation.
5509 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
5511         * comint.el (comint-output-filter): Run comint-output-filter-functions
5512         with point where the user had it.
5514 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5516         * international/ucs-tables.el (ucs-set-table-for-input):
5517         Disable when using unify-on-decoding.
5519 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5521         * emulation/cua-base.el (cua-global-mark-face): Add special case
5522         for displays supporting a high number of colors.
5524 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5526         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5528 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
5530         * filesets.el (filesets-add-buffer): If user supplies a name of a
5531         non-existing fileset, create a new fileset.
5533 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
5535         * textmodes/org.el (org-up-heading-all): Fix bug with
5536         `outline-up-heading-all'.
5538 2005-04-16  Andreas Schwab  <schwab@suse.de>
5540         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5541         /etc/permissions.d/* and /etc/aliases.d/*.
5543 2005-04-16  Kenichi Handa  <handa@m17n.org>
5545         * international/code-pages.el (cp-make-coding-system):
5546         Set `translation-table-for-input' property value to the symbol
5547         ucs-mule-to-mule-unicode, not to that value.
5548         (pt154): Escape guillemet by `\'.
5550 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
5552         * loadup.el: Load tooltip if x-show-tip is fboundp.
5554         * startup.el (command-line): Add comment.
5556         * tooltip.el (tooltip-mode): Specify correct standard value for
5557         Custom in init-value.
5559 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
5561         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5562         possible.
5564 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
5566         * textmodes/org.el (org-agenda-date-prompt): Rename from
5567         `org-agenda-date-today'.
5568         (org-evaluate-time-range): Insert at point instead of directly
5569         after time range.
5570         (org-first-headline-recenter, org-subtree-end-visible-p)
5571         (org-optimize-window-after-visibility-change): New functions
5572         (org-agenda-post-command-hook): Don't allow point at end of line,
5573         to make sure it always hits the text properties.
5574         (org-agenda-next-date-line, org-agenda-previous-date-line):
5575         New commands.
5576         (org-set-regexps-and-options): Category may contain white space.
5577         (org-agenda-get-deadlines, org-agenda-get-scheduled):
5578         Improve marker positions.
5579         (org-agenda-new-marker): Argument POS made optional.
5580         (org-agenda-get-timestamps): Deadlines which are done are listed
5581         in org-done-face now.
5582         (org-agenda-get-todos, org-agenda-get-timestamps)
5583         (org-agenda-get-deadlines, org-agenda-get-scheduled):
5584         Set `undone-face' and `done-face' properties.
5585         (org-last-todo-state-is-todo): New variable.
5586         (org-todo): Set `org-last-todo-state-is-todo'.
5587         (org-agenda-todo): Change face according to
5588         `org-last-todo-state-is-todo'.  And change other lines referring to
5589         the same entry.
5590         (org-calendar-goto-agenda): New command.
5591         (org-calendar-to-agenda-key): New option.
5592         (org-startup-folded): New allowed value `content'.
5593         (org-set-regexps-and-options): Accept new value `content' for
5594         `org-startup-folded'.
5595         (org-get-current-options): Handle new value `content' for
5596         `org-startup-folded'.
5597         (org-insert-todo-heading): New command.
5598         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5599         interactively in empty file and option
5600         `org-insert-mode-line-in-empty-file' has been set.
5601         (org-agenda-todo,org-agenda-priority): Modify to use
5602         `org-agenda-change-all-lines'.
5603         (org-warning-face): Change color on dark background
5605 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5607         * international/mule-cmds.el (set-locale-environment): On Mac OS,
5608         use preferences AppleLocale and AppleLanguages, and variable
5609         mac-system-locale for default locale.  On Mac OS Classic, use
5610         mac-system-coding-system for default coding systems.
5612         * term/mac-win.el: Don't set file-name-coding-system.
5613         Decode variables system-name, emacs-build-system, user-login-name, and
5614         user-full-name by mac-system-coding-system on Mac OS Classic.
5615         (mac-system-coding-system): New variable.
5617 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
5619         * startup.el (command-line): Handle `xterm-mouse-mode' before
5620         reading init file.
5622         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5624 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
5626         * progmodes/sh-script.el (sh-here-document-word): Make it a
5627         defcustom.  Doc fix.
5628         (sh-add): Bash uses $(( )) for arithmetic.
5629         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5630         (sh-maybe-here-document): Remove quotes and leading whitespace
5631         from heredoc word when closing.  Indent heredoc with tabs if word
5632         starts with "-".
5634 2005-04-13  Richard M. Stallman  <rms@gnu.org>
5636         * simple.el (undo): Fix previous change.
5638         * custom.el (defface): Doc fix.
5640 2005-04-13  Lute Kamstra  <lute@gnu.org>
5642         * Makefile.in (DONTCOMPILE): Remove list.
5643         (compile, compile-always): Don't use DONTCOMPILE.
5644         (update-authors): Load the library in which batch-update-authors
5645         is defined.
5646         * makefile.w32-in (DONTCOMPILE): Remove list.
5647         (compile, compile-always): Fix comments.
5648         (update-authors): Load the library in which batch-update-authors
5649         is defined.
5651         * generic-x.el (generic-mode-ini-file-find-file-hook):
5652         Rename to ini-generic-mode-find-file-hook.
5653         Keep generic-mode-ini-file-find-file-hook as an alias.
5654         (ini-generic-mode-find-file-hook): Rename from
5655         generic-mode-ini-file-find-file-hook.  Fix docstring.
5656         (ini-generic-mode): Docstring change.
5657         (bat-generic-mode-run-as-comint): Silence the byte compiler.
5659         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5660         called from lisp.
5662         * generic.el: Move to the emacs-lisp subdir.
5664 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
5666         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5667         and C-S- function and cursor motion keys.
5669 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
5671         * startup.el (command-line): Enable Xterm Mouse mode by default.
5672         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5673         for Custom.  No longer show "Mouse" in mode line when enabled.
5674         Doc fix.
5676 2005-04-12  Kim F. Storm  <storm@cua.dk>
5678         * emulation/cua-base.el (cua-rectangle-face)
5679         (cua-rectangle-noselect-face): Define face attributes here.
5681         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5683 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5685         * startup.el (command-line): Turn off blinking cursor if
5686         cursorBlink in resources is off or false.
5688 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5690         * term/mac-win.el (dnd): Require dnd.
5691         (mac-drag-n-drop): Call dnd-handle-one-url.
5692         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5693         (kTextEncodingISOLatin2): Remove constants.
5694         (mac-script-code-coding-systems): New constant.
5695         (mac-handle-language-change): New function.
5696         (special-event-map): Bind it to `language-change' event.
5697         (mac-centraleurroman, mac-cyrillic): New coding systems.
5698         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5699         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5700         and mac-cyrillic-encoder to encode-mac-centraleurroman and
5701         encode-mac-cyrillic, respectively.
5703 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5705         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5706         Don't set overlay-arrow-string to "=>" as this is done
5707         globally in C now.
5709 2005-04-12  Lute Kamstra  <lute@gnu.org>
5711         * generic-x.el (rc-generic-mode, rul-generic-mode):
5712         Fix auto-mode-alist entries.
5713         (etc-fstab-generic-mode): Tweak fontification.
5715         * generic.el (generic-make-keywords-list): Fix docstring.
5716         (generic-mode-internal): Simplify generic-font-lock-keywords.
5718 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5720         * whitespace.el (whitespace-buffer-leading)
5721         (whitespace-buffer-trailing): Revert the incorrect test inversion.
5722         However, fix the highlight area for the leading and
5723         trailing whitespaces to show space.
5725 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5727         * whitespace.el (whitespace-version): Bump to 3.5
5729         (whitespace-buffer-leading, whitespace-buffer-trailing):
5730         Invert sense of the test to highlight the whitespace.
5732 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5734         * progmodes/gud.el (gud-display-line): GUD uses its own
5735         overlay arrow now so don't set overlay-arrow-string.
5736         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5738 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
5740         * term.el (term-ansi-current-bold, term-ansi-current-underline)
5741         (term-ansi-current-reverse, term-ansi-current-invisible)
5742         (term-ansi-face-already-done): Change to boolean.
5743         (term-reset-terminal, term-handle-colors-array): Handle the above
5744         vars accordingly.
5745         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5746         (term-emulate-terminal): Use the new name.
5748         * faces.el (secondary-selection): Use yellow1, not yellow.
5749         (trailing-whitespace): Use red1, not red.
5751 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5753         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5754         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5755         (dired-dnd-handle-file): Call dnd-get-local-file-uri
5757         * cus-edit.el (dnd): New group.
5759         * term/w32-win.el (dnd): Require dnd
5760         (w32-drag-n-drop): Call dnd-handle-one-url.
5762         * x-dnd.el: Require dnd.
5763         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5764         Call dnd-handle-one-url.
5765         (x-dnd-types-alist, x-dnd-insert-utf8-text)
5766         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5767         to dnd-insert-text.
5768         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5769         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5770         (x-dnd-get-local-file-name, x-dnd-open-local-file)
5771         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5773         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5775 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5777         * wdired.el: Doc fixes.
5778         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5779         (wdired-use-dired-vertical-movement): Rename from
5780         wdired-always-move-to-filename-beginning.
5781         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5782         (wdired-change-to-wdired-mode): Change mode name.
5783         (wdired-newline): Delete.
5785 2005-04-11  Richard M. Stallman  <rms@gnu.org>
5787         * whitespace.el (whitespace-highlight-the-space):
5788         Don't call whitespace-unhighlight-the-space here.
5790         * simple.el (undo): Record t in undo-equiv-table
5791         for the redo record made by an undo-in-region.
5793 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5795         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5796         (gdb-frame-inferior-io-buffer): New Functions to control
5797         display of separate IO buffer.
5798         (menu): Add them to menu-bar.
5799         (gdb-display-buffer): Check for buffer another frame.
5800         Protect GUD buffer.
5801         (gdb-setup-windows): Create IO buffer if not already there.
5802         (gdb-memory-mode): Remove purecopy noops.
5804 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5806         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5807         and pass to self-insert-command.
5809 2005-04-11  Lute Kamstra  <lute@gnu.org>
5811         * generic.el: Commentary section cleanup.
5812         (generic): Delete.
5813         (generic-use-find-file-hook, generic-lines-to-scan)
5814         (generic-find-file-regexp, generic-ignore-files-regexp)
5815         (default-generic-mode, generic-mode-find-file-hook)
5816         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5817         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
5818         (generic-use-find-file-hook, generic-lines-to-scan)
5819         (generic-find-file-regexp, generic-ignore-files-regexp)
5820         (default-generic-mode, generic-mode-find-file-hook)
5821         (generic-mode-ini-file-find-file-hook): Move from generic.el.
5823 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
5825         * bookmark.el (bookmark-write-file): Catch errors writing file.
5826         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5828 2005-04-10  Richard M. Stallman  <rms@gnu.org>
5830         * startup.el (fancy-splash-tail): Update copyright year.
5831         (command-line): Split part of -Q into -D.
5832         (emacs-basic-display): New defvar.
5833         (fancy-splash-text): Correct name of menu item.
5835         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5837         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5838         lines in one node.
5840         * comint.el (comint-send-input): New arg ARTIFICIAL.
5841         Callers in this file changed.
5843         * abbrev.el (define-abbrevs): Read system abbrevs properly.
5845         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5847 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
5849         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
5850         `ldap-search-internal'.
5852 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5854         * files.el (set-auto-mode-1): Use line-end-position.
5856         * international/latin-1.el:
5857         * international/latin-2.el:
5858         * international/latin-3.el:
5859         * international/latin-4.el:
5860         * international/latin-5.el:
5861         * international/latin-8.el:
5862         * international/latin-9.el: Give punctuation syntax to NBSP.
5864         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5865         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5866         Use char-classes to accept non-ascii letters, accepted in some recent
5867         bibtex implementations.
5869 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
5871         * custom.el (custom-set-minor-mode): Any non-nil value for the
5872         variable should enable the mode when set through Custom.
5874 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5876         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5877         TAB binding so tab-always-indent is obeyed.
5878         (vhdl-minibuffer-local-map): Move initialization into declaration.
5879         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5880         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5881         (vhdl-hooked-abbrev): Avoid test for XEmacs.
5882         (vhdl-current-line): Use line-beginning-position.
5883         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5884         with-output-to-temp-buffer, so the current position can be recorded.
5886 2005-04-10  Masatake YAMATO  <jet@gyve.org>
5888         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5889         Add regexp for gcov.
5891 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5893         * calendar/time-date.el (time-to-seconds, seconds-to-time)
5894         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5895         syntax which Emacs 20 doesn't support.
5897 2005-04-09  Richard M. Stallman  <rms@gnu.org>
5899         * help.el (describe-key-briefly, describe-key):
5900         Replace strings as event types with "(any string)".
5902 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5904         * arc-mode.el (archive-mode-map): Move initialization into
5905         the declaration.  Override *all* bindings of `undo'.
5906         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5908 2005-04-09  Jay Belanger  <belanger@truman.edu>
5910         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5912 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5914         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5915         (xterm-register-default-colors): Update color values computation
5916         to match xterm-200.
5918 2005-04-09  Kenichi Handa  <handa@m17n.org>
5920         * international/code-pages.el (iso-latin-7): Fix the map.
5922 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
5924         * emacs-lisp/lisp.el (defun-prompt-regexp)
5925         (parens-require-spaces, buffer-end, end-of-defun)
5926         (insert-parentheses): Doc fixes.
5928 2005-04-08  Kim F. Storm  <storm@cua.dk>
5930         * comint.el (comint-highlight-prompt): Fix face spec.
5931         * hi-lock.el (hi-green): Likewise.
5933 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5935         * cus-edit.el (custom-modified-face):
5936         * comint.el (comint-highlight-input): Fix previous changes.
5937         * term.el (term-handle-ansi-escape): Add a comment.
5939 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5941         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5942         in the buffer and in whitespace-highlighted-space.
5943         (whitespace-unhighlight-the-space): Simplify.
5944         (whitespace-buffer): Simplify.
5946 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5948         * textmodes/table.el (table-cell-face): Add special case for
5949         displays supporting a high number of colors.
5950         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5951         (vhdl-font-lock-reserved-words-face)
5952         (vhdl-speedbar-architecture-face)
5953         (vhdl-speedbar-instantiation-face)
5954         (vhdl-speedbar-architecture-selected-face)
5955         (vhdl-speedbar-instantiation-selected-face): Likewise.
5956         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5957         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5958         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5959         (ebrowse-root-class-face, ebrowse-member-attribute-face)
5960         (ebrowse-progress-face): Likewise.
5961         * progmodes/compile.el (compilation-info-face): Likewise.
5962         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5963         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5964         * calendar/calendar.el (diary-face): Likewise.
5965         * woman.el (woman-italic-face, woman-bold-face)
5966         (woman-unknown-face): Likewise.
5967         * wid-edit.el (widget-button-pressed-face): Likewise.
5968         * whitespace.el (whitespace-highlight-face): Likewise.
5969         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5970         * pcvs-info.el (cvs-marked-face): Likewise.
5971         * info.el (info-xref): Likewise.
5972         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5973         * hilit-chg.el (highlight-changes-face)
5974         (highlight-changes-delete-face): Likewise.
5975         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5976         (hi-red-b): Likewise.
5977         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5978         * font-lock.el (font-lock-keyword-face)
5979         (font-lock-function-name-face, font-lock-warning-face): Likewise.
5980         * cus-edit.el (custom-invalid-face, custom-modified-face)
5981         (custom-set-face, custom-changed-face, custom-variable-tag-face)
5982         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5983         * comint.el (comint-highlight-prompt): Likewise.
5985 2005-04-08  Lute Kamstra  <lute@gnu.org>
5987         * font-lock.el (font-lock-keywords): Docstring fixes.
5989 2005-04-08  Kenichi Handa  <handa@m17n.org>
5991         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5992         chars are more than a limit, print " and more..." at the tail.
5994 2005-04-08  Kim F. Storm  <storm@cua.dk>
5996         * emacs-lisp/authors.el (authors-aliases): Update list.
5997         (authors-ignored-files): New list.
5998         (authors-fixed-entries): Fix typo.
5999         (authors-renamed-files-alist): Update list.
6000         (authors-add): Check authors-ignored-files.
6002 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
6004         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6005         optional, to ensure backward compatibility.
6007 2005-04-08  Stephen Eglen  <stephen@gnu.org>
6009         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6011 2005-04-08  Kim F. Storm  <storm@cua.dk>
6013         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6015         * mouse.el (mouse-on-link-p): Doc fix.
6017 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
6019         * ielm.el (ielm-prompt-read-only): Doc fix.
6021         * comint.el (comint-prompt-read-only): Doc fix.
6023 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
6025         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6026         ensure dired always handles wildcards passed to ffap.
6027         (find-file-at-point): Use it.
6028         (ffap-dired-wildcards): Doc fix.
6030 2005-04-07  Juri Linkov  <juri@jurta.org>
6032         * simple.el (next-error-overlay-arrow-position): New defvar.
6033         Put "=>" on its property `overlay-arrow-string'.  Add it to
6034         `overlay-arrow-variable-list'.
6036         * progmodes/compile.el (compilation-setup):
6037         Set `next-error-overlay-arrow-position' to nil.  Also set it to
6038         nil in the local hook `kill-buffer-hook'.  Make local variable
6039         `overlay-arrow-string' and set it to "=>".
6040         (compilation-goto-locus): Set BOL position to
6041         `next-error-overlay-arrow-position' instead of
6042         `overlay-arrow-position'.
6044         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6045         locally instead of adding it to the global hook.
6046         (Info-kill-buffer): Move up.
6048 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
6050         * term/xterm.el (xterm-standard-colors): Update color values from
6051         xterm-200.
6053 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6055         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6057         * fast-lock.el:
6058         * lazy-lock.el: Move them to the obsolete subdir.
6060 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6062         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6063         (wdired-add-replace-advice): Remove.
6064         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6066 2005-04-06  Kim F. Storm  <storm@cua.dk>
6068         * startup.el (command-line): Add --bare-bones alias for -Q.
6070 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6072         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6073         create the startup fontset if a font specification ends with
6074         `mac-roman'.
6076 2005-04-06  Lute Kamstra  <lute@gnu.org>
6078         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6079         change.
6081         * emacs-lisp/copyright.el (copyright-update-year): Replace the
6082         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
6084 2005-04-05  Lute Kamstra  <lute@gnu.org>
6086         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6087         (define-generic-mode): Ditto.  Fix debug declaration.
6089         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6090         Put them in the generic-x group.
6092         * calendar/timeclock.el (timeclock): Doc fix.
6094         * generic.el (define-generic-mode): Don't use custom-current-group.
6095         Document default :group value.
6096         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6097         (define-global-minor-mode): Don't use custom-current-group.
6099 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6101         * startup.el (command-line-1): Display startup-echo-area-message
6102         when fancy splash screen is in use.
6104         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6105         (sh-escaped-newline): New face.
6106         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6107         newline, and use sh-escaped-newline face.
6109         * progmodes/tcl.el (tcl-escaped-newline): New face.
6110         (tcl-builtin-list): New variable.
6111         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6112         newlines.  Fix keywords subexpression number.
6114 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
6116         * textmodes/org.el (org-diary-default-entry): Fix call to
6117         `add-to-diary-entry'.
6119 2005-04-05  Kim F. Storm  <storm@cua.dk>
6121         * ediff-init.el: Use (featurep 'xemacs).
6123 2005-04-05  David Ponce  <david@dponce.com>
6125         * cus-edit.el (face): Derive from symbol widget.  Display sample
6126         of the current face on the fly.
6127         (widget-face-sample-face-get, widget-face-notify): New functions.
6128         (widget-face-value-create): Remove.
6130         * wid-edit.el (widget-field-end): Temporarily remove field
6131         narrowing before to call `get-char-property'.
6133 2005-04-04  Jay Belanger  <belanger@truman.edu>
6135         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6136         (math-read-subscripts): New variable.
6137         (math-read-preprocess-string): Process subscripts.
6139 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6141         * comint.el (comint-prompt-read-only): Doc fix.
6143         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6144         `-1'.  Doc fix.
6146 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
6148         * textmodes/org.el (org-insert-mode-line-in-empty-file):
6149         Change default value to nil.
6151 2005-04-04  Lute Kamstra  <lute@gnu.org>
6153         * autorevert.el (auto-revert-mode): Specify :group.
6154         * battery.el (display-battery-mode): Specify :group.
6155         * diff-mode.el (diff-minor-mode): Specify :group.
6156         * font-core.el (font-lock-mode): Specify :group.
6157         * hl-line.el (hl-line-mode): Specify :group.
6158         * iimage.el (iimage): New customization group.
6159         (iimage-mode): Specify :group.
6160         * longlines.el (longlines-mode): Specify :group.
6161         * master.el: Don't require easy-mmode.
6162         (master): New customization group.
6163         (master-mode): Specify :group.
6164         * msb.el (msb-mode): Specify :group.
6165         * reveal.el (reveal-mode): Specify :group.
6166         * simple.el (next-error-follow-minor-mode): Specify :group.
6167         * smerge-mode.el (smerge-mode): Specify :group.
6168         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6169         * emulation/cua-base.el (cua-mode): Specify :group.
6170         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6171         * language/thai-util.el (thai-auto-composition-mode)
6172         (thai-word-mode): Specify :group.
6173         * mail/supercite.el (sc-minor-mode): Specify :group.
6174         * progmodes/cwarn.el (cwarn-mode): Specify :group.
6175         * progmodes/flymake.el (flymake-mode): Specify :group.
6176         * progmodes/glasses.el (glasses-mode): Specify :group.
6177         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6178         * textmodes/enriched.el (enriched-mode): Specify :group.
6179         * textmodes/refill.el (refill-mode): Specify :group.
6181         * add-log.el (change-log-font-lock-keywords): Names in
6182         parenthesized lists can contain spaces.
6184 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
6186         * startup.el (fancy-splash-text): Shorten default text of
6187         "Emacs Tutorial" line.  Also, if the current language env
6188         indicates an available tutorial file other than TUTORIAL,
6189         extract its title and append it to the line in parentheses.
6190         (fancy-splash-insert): If arg is a thunk, funcall it.
6192 2005-04-04  Jay Belanger  <belanger@truman.edu>
6194         * calc.el (calc-language-alist): Add tags to customization type.
6196 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
6198         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6199         Doc fix.
6201 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
6203         * add-log.el (change-log-font-lock-keywords): The manual
6204         describing a Change Log entry, says: (...) "Aside from these
6205         header lines, every line in the change log starts with a space or
6206         a tab.".  The font-lock was not highlighting lines started with
6207         spaces, added support for it.
6209 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6211         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6212         (bibtex-generate-url-list): Update docstring accordingly.  Put the
6213         complex example in the docstring.
6214         (bibtex-font-lock-url): Use pop.
6216 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6218         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6220         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6222 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6224         * filesets.el (filesets-set-default): Doc fix.
6226 2005-04-03  Lute Kamstra  <lute@gnu.org>
6228         * generic.el (define-generic-mode): Add argument to specify
6229         keywords for defcustom.
6230         (default-generic-mode): Specify :group.
6232         * generic-x.el: Specify :group for all generic modes.
6234         * desktop.el (desktop-no-desktop-file-hook)
6235         (desktop-after-read-hook): Doc fix.
6237 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
6239         * simple.el (visible-mode): Use explicit :group keyword.
6240         This changes the group of `visible-mode-hook' from paren-blinking
6241         to editing-basics.
6243 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6245         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
6246         mailbox specifications as well as URLs.
6247         (rmail-insert-inbox-text): Remove unused conditional branches.
6249 2005-04-01  Jay Belanger  <belanger@truman.edu>
6251         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6252         (calc-gnuplot-print-command): Move definitions to calc.el.
6254         * calc/calc-embed.el (calc-embedded-announce-formula)
6255         (calc-embedded-open-formula, calc-embedded-close-formula)
6256         (calc-embedded-open-word, calc-embedded-close-word)
6257         (calc-embedded-open-plain, calc-embedded-close-plain)
6258         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6259         (calc-embedded-open-mode, calc-embedded-close-mode):
6260         Move definitions to calc.el.
6262         * calc/calc.el (calc-settings-file, calc-language-alist):
6263         Make customizable.
6264         (calc-embedded-announce-formula, calc-embedded-open-formula)
6265         (calc-embedded-close-formula, calc-embedded-open-word)
6266         (calc-embedded-close-word, calc-embedded-open-plain)
6267         (calc-embedded-close-plain, calc-embedded-open-new-formula)
6268         (calc-embedded-close-new-formula, calc-embedded-open-mode)
6269         (calc-embedded-close-mode, calc-gnuplot-name)
6270         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6271         from other files and make customizable.
6273 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6275         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6276         Use buffer-live-p.
6277         (cvs-mode-run): Don't call cvs-update-header here.
6278         (cvs-run-process): Call cvs-update-header.
6279         Use process properties for cvs-postprocess and cvs-buffer so that
6280         the sentinel can behave better if the temp buffer is killed.
6281         Use a pipe rather than a tty, to better handle unexpected prompts.
6282         (cvs-sentinel): Rewrite.  Call cvs-update-header.
6284 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
6286         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6287         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
6289 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * generic.el (define-generic-mode): Add indentation rule.
6293 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6295         * files.el (mode-require-final-newline): Make Custom correctly
6296         report a nil value and allow to set it to nil via Custom.
6297         Doc fix.
6299 2005-04-01  Kenichi Handa  <handa@m17n.org>
6301         * international/characters.el: Enable the correct case setting for
6302         dotless-i and dotted-I.
6304 2005-04-01  Kim F. Storm  <storm@cua.dk>
6306         * ido.el (ido-file-internal): Fall back to non-ido command if
6307         initial directory is on slow ftp (or tramp) host.
6309 2005-03-31  Richard M. Stallman  <rms@gnu.org>
6311         * emacs-lisp/autoload.el (make-autoload):
6312         Handle define-global-minor-mode.
6314         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6315         Rename from easy-mmode-define-global-mode.
6316         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6318         * progmodes/scheme.el (scheme-mode-syntax-table):
6319         Update syntax of | and # for two-character comment syntax.
6321 2005-03-31  Lute Kamstra  <lute@gnu.org>
6323         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6324         (define-minor-mode): Call custom-current-group at load-time.
6326         * generic.el (define-generic-mode): Add debug declaration.
6327         Add defcustom for the mode hook.
6328         (generic-mode-internal): Use run-mode-hooks.
6330 2005-03-31  Kim F. Storm  <storm@cua.dk>
6332         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6333         (mouse-fixup-help-message): New defun called by show_help_echo
6334         to fixup mouse-2 prefix in help messages when applicable.
6336         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6338 2005-03-31  Kenichi Handa  <handa@m17n.org>
6340         * language/thai-word.el (thai-find-word-ends): Pay attention to
6341         the case that we reach the end of buffer.
6343         * textmodes/fill.el (fill-text-properties-at): New function.
6344         (fill-newline): Use fill-text-properties-at instead of
6345         text-properties-at.
6347 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6349         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6350         not comint-quote-filename.
6352 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
6354         * help-fns.el (help-with-tutorial): Revert last change.
6356 2005-03-31  Kim F. Storm  <storm@cua.dk>
6358         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6360 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6362         * calendar/cal-china.el: Update reference to "Calendrical
6363         Calculations" book; there's a new edition.
6364         * calendar/cal-coptic.el: Likewise.
6365         * calendar/cal-french.el: Likewise.
6366         * calendar/cal-hebrew.el: Likewise.
6367         * calendar/cal-islam.el: Likewise.
6368         * calendar/cal-iso.el: Likewise.
6369         * calendar/cal-julian.el: Likewise.
6370         * calendar/cal-mayan.el: Likewise.
6371         * calendar/cal-persia.el: Likewise.
6372         * calendar/calendar.el: Likewise.
6373         * calendar/holidays.el: Likewise.
6374         * calendar/lunar.el: Likewise.
6375         * calendar/solar.el: Likewise.
6377         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6378         white space from doc string.
6380 2005-03-30  Jay Belanger  <belanger@truman.edu>
6382         * calc/calc-help.el (calc-full-help): Remove email address.
6384 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
6386         * help-fns.el (help-with-tutorial): Delete title line.
6388 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6390         * calendar/cal-x.el (calendar-one-frame-setup)
6391         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6392         rather than 'symbol for set-window-dedicated-p.
6394         * calendar/appt.el (appt-buffer-name): Make it a constant.
6395         (appt-add): Doc fix.
6397         * filesets.el (filesets-menu-path, filesets-menu-before)
6398         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
6399         (filesets-menu-cache-file): Use directory ~/.emacs.d.
6400         (filesets-add-submenu): Delete and use add-submenu instead.
6402 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
6404         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6405         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6406         (org-diary-default-entry): New function.
6407         (org-get-entries-from-diary): Better parsing of diary entries.
6408         (org-agenda-check-no-diary): New function.
6409         ("diary-lib"): Advice to function `add-to-diary-list', to allow
6410         linking to diary entries.
6411         (org-agenda-execute-calendar-command): New function.
6412         (org-agenda): Improve visible section in window.
6413         Use `org-fit-agenda-window'.
6414         (org-fit-agenda-window): New option.
6415         (org-move-subtree-down): Better handling of empty lines
6416         at end of subtree.
6417         (org-cycle): Numeric prefix is interpreted now as show-subtree N
6418         levels up.
6419         (org-fontify-done-headline): New option.
6420         (org-headline-done-face): New face.
6421         (org-set-font-lock-defaults): Use `org-headline-done-face'.
6422         (org-table-copy-down): Rename from `org-table-copy-from-above'.
6423         When current field is non-empty, it is copied to next row.
6424         (org-table-copy-from-above): Fix bug which made it
6425         impossible to copy fields containing only a single non-white character.
6427 2005-03-30  Kim F. Storm  <storm@cua.dk>
6429         * kmacro.el (kmacro-end-macro): Isearch may store this command
6430         into the macro -- so ignore it when executing keyboard macro.
6432 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6434         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6436 2005-03-29  Kenichi Handa  <handa@m17n.org>
6438         * language/thai.el ("Thai"): Set setup-function and exit-function
6439         for Thai language environment.
6441         * language/thai-util.el: Require thai-word.
6442         (thai-word-mode-map): New variable.
6443         (thai-word-mode): New minor mode.
6444         (setup-thai-language-environment-internal): New function.
6445         (exit-thai-language-environment-internal): New function.
6447         * language/thai-word.el (thai-word-table): Declare it by defvar,
6448         use dolist to initialize it.
6449         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6450         (thai-fill-find-break-point): New functions.
6452 2005-03-29  Richard M. Stallman  <rms@gnu.org>
6454         * simple.el (idle-update-delay): Move definition up.
6455         (set-mark): Doc fix.
6457 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6459         * longlines.el: New file.
6461         * simple.el (buffer-substring-filters): New variable.
6462         (filter-buffer-substring): New function.
6463         (kill-region, copy-region-as-kill): Use it.
6465         * register.el (copy-to-register, append-to-register)
6466         (prepend-to-register): Use filter-buffer-substring.
6468 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6470         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6471         (gud-filter-pending-text): Move in front of gdb.
6472         (gud-overlay-arrow-position): New variable.
6473         (gud-sentinel, gud-display-line): Use it in place of
6474         overlay-arrow-position.
6476 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
6478         * progmodes/fortran.el (fortran-if-indent): Doc fix.
6479         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6480         (fortran-font-lock-keywords-4): New variable.
6481         (fortran-blocks-re, fortran-end-block-re)
6482         (fortran-start-block-re): New constants, for hideshow.
6483         (hs-special-modes-alist): Add a Fortran entry.
6484         (fortran-mode-map): Bind fortran-end-of-block,
6485         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6486         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
6487         (fortran-looking-at-if-then, fortran-end-of-block)
6488         (fortran-beginning-of-block): New functions, for hideshow.
6490         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6491         Doc fix.  Tweak regexp.
6492         (f90-beginning-of-block): Push mark first.
6494 2005-03-29  Jay Belanger  <belanger@truman.edu>
6496         * calc/calc.el: Update copyright date.
6497         (calc-version): Increase to 2.1.
6498         (calc-version-date): Remove.
6500         * calc/calc-help.el: Update copyright date.
6501         (calc-full-help): Remove reference to calc-version-date.
6502         Update copyright date.
6504 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6506         * vc.el (vc-do-command): Use a pipe for async processes, so password
6507         prompts don't show up at places where the user can't reply.
6509 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6511         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6512         on the file name we pass to the inferior shell.
6514 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6516         * progmodes/which-func.el (which-function): Be robust in the face of an
6517         imenu--make-index-alist failure.
6519 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6521         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6523         * progmodes/python.el (python-preoutput-filter): Fix last change.
6525 2005-03-29  Lute Kamstra  <lute@gnu.org>
6527         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6528         functions and compiled macros.
6529         (debug-convert-byte-code): Handle macros too.
6530         (debug-on-entry-1): Don't signal an error when trying to clear a
6531         function that is not set to debug on entry.
6533 2005-03-29  Jay Belanger  <belanger@truman.edu>
6535         * calc/calc-lang.el: Add functions to math-function-table
6536         properties of tex and math.
6538 2005-03-29  Kenichi Handa  <handa@m17n.org>
6540         * ps-mule.el (ps-mule-plot-string): Translate characters by
6541         ps-print-translation-table.
6542         (ps-mule-begin-job): Call find-charset-region/string with
6543         ps-print-translation-table.
6544         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6546         * ps-print.el (ps-print-translation-table): New variable.
6547         (ps-plot-region): Translate characters by ps-print-translation-table.
6549 2005-03-29  Juri Linkov  <juri@jurta.org>
6551         * simple.el (next-error-highlight-timer): New variable.
6553         * progmodes/compile.el (compilation-goto-locus):
6554         Use `next-error-highlight-timer' instead of `sit-for'.
6556 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * mail/supercite.el (sc-mail-field): Use assoc-string.
6559         (sc-get-address): Simplify regexps.
6561         * files.el (minibuffer-with-setup-hook): New macro.
6562         (find-file-read-args): Use it to avoid let-binding
6563         minibuffer-with-setup-hook (which breaks turning on/off
6564         file-name-shadow-mode while in the prompt).
6566         * complete.el (PC-read-include-file-name-internal): Use test-completion.
6568 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
6570         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6572 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6574         * window.el (window-buffer-height): Use count-screen-lines.
6576         * progmodes/python.el (python-preoutput-leftover): New var.
6577         (python-preoutput-filter): Use it.
6578         (python-send-receive): Loop until all the result has been received.
6580 2005-03-28  Juri Linkov  <juri@jurta.org>
6582         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6584         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6585         "Recover Crashed Session".
6586         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6587         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6588         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6589         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6590         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6591         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6592         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6593         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6595         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6596         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6597         Ediff Sessions", "Toggle use of separate control buffer frame",
6598         "Use separate frame for Ediff control buffer".
6600         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6601         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6602         "Rename Bookmark", "Delete Bookmark".
6604         * info.el (Info-mode-menu): Remove ellipsis from "Index".
6605         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6606         Add `:active Info-index-alternatives' to "Next Matching Item".
6608         * wdired.el (wdired-change-to-wdired-mode):
6609         Mention `wdired-abort-changes' key in the initial message.
6611         * international/mule.el (auto-coding-alist): Associate non-ascii
6612         image filename extensions with `no-conversion'.
6614 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6616         * international/iso-acc.el:
6617         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6619 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
6621         * textmodes/sgml-mode.el (html-mode): Doc update.
6623         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6625 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
6627         * term.el (term-move-columns): Fix face after extending a line.
6628         (term-insert-spaces): Likewise.
6629         (term-reset-terminal): Fix off by one error.
6631 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
6633         * international/mule.el (auto-coding-alist): Add .xpi files.
6635         * files.el (auto-mode-alist): Add .xpi files.
6637 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
6639         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6641 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
6643         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6645 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6647         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6648         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
6650         * calendar/cal-move.el (calendar-beginning-of-year): Move the
6651         cursor to Jan 1 when needed.
6652         (calendar-end-of-year): Fix -/+ typo.
6653         Reported by Chong Yidong <cyd@stupidchicken.com>.
6655 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6659         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6660         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
6662 2005-03-25  Richard M. Stallman  <rms@gnu.org>
6664         * filesets.el (filesets-init): Add autoload.
6666         * mail/mailalias.el (mail-directory): Doc fix.
6668 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6670         * mail/mailalias.el (mail-directory-process): Do nothing if
6671         mail-directory-process is an atom.
6672         (mail-get-names): Ignore mail-directory-names if it is an atom.
6673         (mail-directory-process defvar): Doc fix.
6674         (mail-names): Doc fix.
6676 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
6678         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6680 2005-03-26  Kenichi Handa  <handa@m17n.org>
6682         * international/mule-util.el (detect-coding-with-priority):
6683         Call update-coding-systems-internal before detect-coding-region.
6685 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
6687         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6688         (gdb-frames-mode-map): Add follow-link property.
6690 2005-03-25  Jay Belanger  <belanger@truman.edu>
6692         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6693         for variables.
6695 2005-03-25  Juri Linkov  <juri@jurta.org>
6697         * image-mode.el: Optimize image filename extension regexps in
6698         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
6699         in `auto-mode-alist'.
6700         (image-mode): Add `image-toggle-display-text' to local hook
6701         `change-major-mode-hook'.  Display the image as an image by
6702         default.  Set `cursor-type' and `truncate-lines' if the image
6703         is already displayed.  Take into account the current mode (image
6704         or text) in message.
6705         (image-minor-mode): New minor mode.
6706         (image-mode-maybe, image-toggle-display-text): New functions.
6707         (image-toggle-display): Use called-interactively-p.
6708         Let-bind `inhibit-read-only' to t.
6710         * image-mode.el (image-minor-mode): Set `cursor-type' and
6711         `truncate-lines' if the image is already displayed.  Add turning
6712         image-minor-mode off to `change-major-mode-hook'.  Add message.
6713         Call `image-toggle-display-text' after turning image-minor-mode off.
6715 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6717         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6718         Terminal.app, use utf-8.
6719         (set-display-table-and-terminal-coding-system): Add coding-system arg.
6720         (set-locale-environment): Use it.
6722         * term/xterm.el: Undo last change, better done in mule-cmds.el.
6724         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6726         * progmodes/python.el (python-close-block-statement-p)
6727         (python-outdent-p, python-current-defun): Use symbol-end.
6729 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
6731         * files.el (save-some-buffers): Doc fix.
6733 2005-03-25  Werner Lemberg  <wl@gnu.org>
6735         * complete.el, thumbs.el: Replace `legal' with `valid'.
6736         * calendar/calendar.el: Replace `legal' with `valid'.
6737         * emacs-lisp/advice.el: Replace `legal' with `valid'.
6738         * mail/supercite.el: Replace `legal' with `valid'.
6739         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6740         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6741         Replace `legal' with `valid'.
6742         * textmodes/reftex-vars.el, textmodes/reftex.el:
6743         Replace `legal' with `valid'.
6745 2005-03-25  Werner Lemberg  <wl@gnu.org>
6747         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6748         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6749         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6750         * emulation/vip.el: Replace `illegal' with `invalid'.
6751         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6752         * mail/supercite.el: Replace `illegal' with `invalid'.
6753         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6754         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6755         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6756         * progmodes/sh-script.el, progmodes/xscheme.el:
6757         Replace `illegal' with `invalid'.
6758         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6759         * textmodes/reftex-index.el, textmodes/reftex-parse.el
6760         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6761         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6763 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6766         (flymake-find-buildfile, flymake-find-possible-master-files)
6767         (flymake-check-include, flymake-parse-line): Replace loops over the
6768         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6770         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6771         Substitute file-name-as-directory in the rest of the file.
6772         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6773         (flymake-replace-region): Remove unused arg `buffer'.
6774         (flymake-check-patch-master-file-buffer): Update calls to it.
6775         (flymake-add-err-info): Remove unused var `count'.
6776         (flymake-mode): Use define-minor-mode.
6778         * progmodes/flymake.el: Use with-current-buffer.
6779         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6780         flymake-replace-regexp-in-string, flymake-line-beginning-position)
6781         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6782         Avoid testing for `xemacs'.
6783         (flymake-nop): Move.
6784         (flymake-region-has-flymake-overlays): Return the computed value.
6785         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6786         Remove unused var `endline'.
6787         (flymake-get-line-count): Remove unused function.
6788         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6790         * emulation/vi.el:
6791         * generic.el:
6792         * hilit-chg.el (global-highlight-changes):
6793         * hi-lock.el (hi-lock-mode):
6794         * follow.el: find-file-hooks -> find-file-hook.
6796         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6798 2005-03-24  Juri Linkov  <juri@jurta.org>
6800         * dired.el (dired-mode-map): Add menu item "Compare directories"
6801         for dired-compare-directories.
6803         * dired-aux.el (dired-compare-directories): Add autoload cookie.
6804         Doc fix.  Replace `read-file-name' with `read-directory-name'.
6806 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6808         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6810 2005-03-24  Jay Belanger  <belanger@truman.edu>
6812         * calc/calc-embed.el (calc-embedded-mode-change): Save all
6813         relevant mode settings in calc-embedded-original-modes when modes
6814         are permanently changed.
6816 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * autoinsert.el: find-file-hooks -> find-file-hook.
6820 2005-03-24  Lute Kamstra  <lute@gnu.org>
6822         * generic.el (generic-font-lock-defaults): Make it obsolete.
6823         (generic-font-lock-keywords): New variable to replace
6824         generic-font-lock-defaults.
6825         (generic-mode-set-font-lock): Delete it.
6826         (generic-mode-internal): Don't call generic-mode-set-font-lock.
6827         (generic-bracket-support): Add docstring.
6829         * generic-x.el: Rename generic-font-lock-defaults to
6830         generic-font-lock-keywords throughout.
6831         (mailagent-rules-setup-function): Delete it.
6832         (mailagent-rules-generic-mode): Use anonymous function instead.
6833         (show-tabs-generic-mode-font-lock-defaults-1)
6834         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6835         Quote faces.
6836         (show-tabs-tab-face, show-tabs-space-face): Specify background,
6837         not foreground.
6839         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6840         Recognize define-generic-mode.
6842 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6844         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6845         if there's no completion table.
6847 2005-03-23  Miles Bader  <miles@gnu.org>
6849         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6850         Remove tty-specific variants, as they're no longer needed.
6852 2005-03-23  Lute Kamstra  <lute@gnu.org>
6854         * generic-x.el: Code cleanup: make args constant whenever possible.
6855         (installshield-statement-keyword-list)
6856         (installshield-system-functions-list)
6857         (installshield-system-variables-list, installshield-types-list)
6858         (installshield-funarg-constants-list): Make them constants.
6860         * generic.el (generic-make-keywords-list): Add autoload cookie.
6862         * calendar/time-date.el: Add comment on time value formats.
6863         Don't require parse-time.
6864         (with-decoded-time-value): New macro.
6865         (encode-time-value): New function.
6866         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6867         (days-to-time): Return a valid time value when arg is huge.
6868         (time-since): Use time-subtract.
6869         (time-to-number-of-days): Use time-to-seconds.
6871 2005-03-23  David Ponce  <david@dponce.com>
6873         * recentf.el: (recentf-keep): New option.
6874         (recentf-menu-action): Default to `find-file'.
6875         (recentf-keep-non-readable-files-flag)
6876         (recentf-keep-non-readable-files-p)
6877         (recentf-file-readable-p, recentf-find-file)
6878         (recentf-cleanup-remote): Remove.
6879         (recentf-include-p): More robust.
6880         (recentf-keep-p): New function.
6881         (recentf-remove-if-non-kept): Rename from
6882         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
6883         All callers updated.
6884         (recentf-menu-items-for-commands): Fix help string.
6885         (recentf-track-closed-file): Update.  Doc fix.
6886         (recentf-cleanup): Update.  Count removed files.  Doc fix.
6888 2005-03-23  Kim F. Storm  <storm@cua.dk>
6890         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6891         Don't inherit from fringe face (now happens automatically).
6893 2005-03-22  Kim F. Storm  <storm@cua.dk>
6895         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6896         position values.
6898 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6900         * menu-bar.el (showhide-date-time): Remove.
6901         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6902         (menu-bar-make-mm-toggle): Simplify.
6904 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6906         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6907         Accept qualified variable and function names.
6909 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
6911         * bindings.el (completion-ignored-extensions):
6912         Remove ".lis" for `vax-vms'.
6914 2005-03-22  Andreas Schwab  <schwab@suse.de>
6916         * generic-x.el: Revert last change.
6917         * ldefs-boot.el: Update.
6919 2005-03-22  Jay Belanger  <belanger@truman.edu>
6921         * calc/calc-embed (calc-embedded-original-modes): New variable.
6922         (calc-embedded-save-original-modes)
6923         (calc-embedded-restore-original-modes): New functions.
6924         (calc-do-embedded): Save original modes when entering embedded mode
6925         and restore when leaving embedded mode.
6926         (calc-embedded-modes-change): Change the value of
6927         calc-embedded-original-modes to reflect permanent changes.
6929 2005-03-22  Lute Kamstra  <lute@gnu.org>
6931         * generic-x.el: Require generic again.
6933 2005-03-22  Miles Bader  <miles@gnu.org>
6935         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6936         Tweak details to look good on both ttys and bitmap displays, light
6937         or dark background, etc.
6939 2005-03-21  Kim F. Storm  <storm@cua.dk>
6941         * tooltip.el (tooltip-show-help-function): Check car and cdr of
6942         mouse position.
6944 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6946         * icomplete.el: Don't forcibly turn on the mode upon load.
6947         (icomplete-mode): Use define-minor-mode.
6948         (icomplete-eoinput): Default to nil.
6949         (icomplete-minibuffer-setup): Remove autoload.
6950         (icomplete-tidy): Simplify.
6951         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6952         in the initial state or if the user has modified the field.
6953         Fix handling of icomplete-max-delay-chars.
6954         Remove code that handles the oddball case where
6955         minibuffer-completion-table is an integer.
6956         Wrap icomplete-completions in while-no-input in case building
6957         completions takes more time than expected.
6958         (icomplete-completions): Simplify.
6960 2005-03-21  Richard M. Stallman  <rms@gnu.org>
6962         * jka-compr.el (jka-compr-really-do-compress):
6963         Make variable buffer-local.
6965         * image-mode.el: Handle .xpm files too.
6966         (image-toggle-display): Preserve modification flag.
6968         * help.el (where-is): Don't mention aliases with no key bindings.
6970 2005-03-21  Lute Kamstra  <lute@gnu.org>
6972         * generic.el: Fix commentary section.  Don't require cl for compilation.
6973         (generic-mode-list): Add autoload cookie.
6974         (generic-use-find-file-hook, generic-lines-to-scan)
6975         (generic-find-file-regexp, generic-ignore-files-regexp)
6976         (generic-mode, generic-mode-find-file-hook)
6977         (generic-mode-ini-file-find-file-hook): Fix docstrings.
6978         (define-generic-mode): Make it a defmacro.  Fix docstring.
6979         (generic-mode-internal): Code cleanup.  Add autoload cookie.
6980         (generic-mode-set-comments): Code cleanup.
6981         * generic-x.el: Don't prevent compilation.  Don't require generic.
6982         Follow coding conventions.  Minor code cleanup.
6983         (etc-fstab-generic-mode): Add some keywords.
6984         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6985         define-generic-mode like a function declaration.
6987 2005-03-21  Jay Belanger  <belanger@truman.edu>
6989         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6990         changing modes.
6992 2005-03-21  Sam Steingold  <sds@gnu.org>
6994         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6996 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
6998         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6999         Add underscore to "f$ lexicals" regexp.
7001 2005-03-20  Juri Linkov  <juri@jurta.org>
7003         * subr.el (progress-reporter-do-update): When `min-value' is equal
7004         to `max-value', set `percentage' to 0 and prevent division by zero.
7006 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
7008         Sync with Tramp 2.0.48.
7010         * tramp.el (all): Change all addresses to .gnu.org.
7011         (tramp-append-tramp-buffers): New defun.
7012         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7013         Catch `dont-send' signal.
7014         (tramp-set-auto-save-file-modes): Set always permissions, because
7015         there might be an old auto-saved file belonging to another
7016         original file.  This could be a security threat.  Reported by
7017         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7018         Check for Emacs 21.3.50 removed.
7020         * tramp-smb.el (all): Remove debug construct for
7021         `with-parsed-tramp-file-name'.
7022         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7023         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7024         No error message if DIRECTORY or FILENAME doesn't exist.
7025         (tramp-smb-open-connection): Check existence of
7026         `tramp-smb-program'.
7028 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7030         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7031         Properly handle the case where the `m' or `s' command's argument is not
7032         yet terminated.
7033         (perl-indent-new-calculate): New function.
7034         (perl-indent-line): Use it.
7036 2005-03-20  Miles Bader  <miles@gnu.org>
7038         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7039         in text-mode too.  Change to new face names.
7040         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7041         Add `:weight bold' attribute.
7042         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7044 2005-03-19  Juri Linkov  <juri@jurta.org>
7046         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
7048         * international/mule.el (auto-coding-alist): Sync with
7049         `auto-mode-alist' by adding upper case archive file extensions
7050         and adding ear/war to jar extension.
7052 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
7054         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7055         running, restart it.
7057 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
7059         * finder.el (finder-current-item): Throw an error on an empty line.
7061         * man.el (Man-follow-manual-reference): If current-word returns
7062         nil, use "".
7064 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
7066         * simple.el (goto-line): Doc fix.
7068 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
7070         * files.el (save-buffer): Doc fix.
7072 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
7074         * recentf.el (recentf-cleanup-remote): New variable.
7075         (recentf-cleanup): Use it to conditionally check availability of
7076         remote files.
7078 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
7080         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7081         function names.
7083 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7085         * language/thai-word.el: New file.
7087 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7089         * files.el (backup-buffer): If the file's directory is not
7090         writable, use copy instead of move to backup the file.
7092 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7094         * obsolete/keyswap.el: Moved to obsolete/ from term/.
7096 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7098         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7099         Use functionp instead of symbolp and fboundp.  Reported by Drkm
7100         <darkman_spam@yahoo.fr>.
7101         (ps-print-version): New version 6.6.6.
7103 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
7105         * textmodes/table.el (table--line-column-position): New idiom.
7106         (table--row-column-insertion-point-p): New function to test
7107         validity of row and column insertion operation at a location.
7108         (table-global-menu, table-cell-menu): Use above functions for
7109         deterministic test operation.
7110         (table--editable-cell-p): Behave in deterministic fashion.
7112 2005-03-18  Juri Linkov  <juri@jurta.org>
7114         * isearch.el (isearch-lazy-highlight-new-loop):
7115         Make arguments beg and end optional.
7116         (isearch-update): Remove optional arguments nil from
7117         isearch-lazy-highlight-new-loop.
7118         (isearch-lazy-highlight-search): Let-bind case-fold-search to
7119         isearch-lazy-highlight-case-fold-search instead of
7120         isearch-case-fold-search, and let-bind isearch-regexp to
7121         isearch-lazy-highlight-regexp.
7122         Use isearch-lazy-highlight-last-string instead of isearch-string.
7124         * replace.el (perform-replace): Remove bindings of global
7125         variables isearch-string, isearch-regexp, isearch-case-fold-search.
7126         Add three new arguments to `replace-highlight'.
7127         (replace-highlight): Add arguments string, regexp, case-fold.
7128         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7129         to allow isearch-lazy-highlight-new-loop to use these values
7130         to set corresponding isearch-lazy-highlight-* internal
7131         variables whose values lazy highlighting will use regardless of
7132         changes to global variables isearch-string, isearch-regexp,
7133         isearch-case-fold-search during lazy highlighting loop.
7134         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7135         to `lazy-highlight-cleanup'.
7137         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7138         (ispell-highlight-face): Set default face to `isearch' when
7139         lazy highlighting is enabled.
7140         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7141         priority to 1.  Add lazy highlighting.
7142         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7143         from `isearch-dehighlight'.
7145 2005-03-18  David Ponce  <david@dponce.com>
7147         * files.el (hack-local-variables): Do a case-insensitive search
7148         for End.
7150 2005-03-18  Juri Linkov  <juri@jurta.org>
7152         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7153         `isearch-lazy-highlight-cleanup', add alias to old name and
7154         declare obsolete.  Add release numbers to other obsolete vars.
7155         (isearch-done, isearch-lazy-highlight-new-loop):
7156         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7157         (lazy-highlight-cleanup) <variable>: Doc fix.
7158         (isearch-lazy-highlight-update): Rename obsolete
7159         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7161 2005-03-18  Kenichi Handa  <handa@m17n.org>
7163         * language/thai-util.el: Fix categorization of Thai characters in
7164         thai-category-table.
7165         (thai-composition-pattern): Adjust it for the above change.
7166         (thai-self-insert-command, thai-compose-syllable): New functions.
7167         (thai-compose-region): Use thai-compose-syllable.
7168         (thai-compose-string): Likewise.
7169         (thai-composition-function): Likewise.
7170         (thai-auto-composition): New function.
7171         (thai-auto-composition-mode): New minor mode.
7173         * language/thai.el: Fix patterns to be registered in
7174         composition-function-table.
7176         * international/quail.el (quail-input-method): Locally bind
7177         inhibit-modification-hooks to t.
7179 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7181         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7182         (perl-mode): Use run-mode-hooks.
7184         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7185         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7186         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7188         * mail/sendmail.el (sendmail-send-it): Reenable the code
7189         to compute resend-to-address and use it.
7191         * tar-mode.el (tar-mode): Turn off undo unconditionally.
7193         * image-mode.el: New file.
7195         * image.el (insert-sliced-image): Add autoload cookie.
7197         * font-lock.el (font-lock-lines-before): New user option.
7198         (font-lock-after-change-function): Obey it.
7200         * bindings.el (esc-map): Make M-g a prefix.
7201         Bind M-g g and M-g M-g to goto-line.
7203         * faces.el (face-id): Doc fix.
7205 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7207         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7208         (rmail-show-message): Use rmail-unknown-mail-followup-to.
7209         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7211         * mail/sendmail.el (mail-yank-ignored-headers)
7212         (mail-font-lock-keywords, mail-mode-fill-paragraph):
7213         Add Mail-Followup-To and Mail-Reply-To headers.
7214         (mail-citation-hook): Add autoload cookie.
7215         (mail-mode): Doc fix.
7216         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7217         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7218         (mail-mode-fill-paragraph): Handle those headers.
7219         (mail-mailing-lists): New variable.
7220         (mail-mail-reply-to, mail-mail-followup-to): New functions.
7222 2005-03-17  Juri Linkov  <juri@jurta.org>
7224         * isearch.el (isearch-fallback): Check for `(car previous)'
7225         before calling `isearch-other-end-state'.
7227 2005-03-17  Kim F. Storm  <storm@cua.dk>
7229         * simple.el (move-beginning-of-line): Move to beginning of buffer
7230         line, as well as beginning of screen line.
7232 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
7234         * calendar/diary-lib.el (mark-diary-entries): Use new optional
7235         argument REDRAW rather than calendar-redrawing variable.
7236         * calendar/calendar.el (calendar-redrawing): Delete.
7237         (redraw-calendar): Do not bind calendar-redrawing.
7239 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
7241         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7242         diary-file buffer.
7244 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7246         * help.el (describe-mode): Allow a :minor-mode-function property to
7247         specify a different minor mode toggle function than the variable.
7248         * simple.el (auto-fill-function):
7249         * subr.el (add-minor-mode): Use it.
7251 2005-03-16  Kenichi Handa  <handa@m17n.org>
7253         * language/ethio-util.el (sera-being-called-by-w3): New variable.
7254         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7255         (ethio-fidel-to-sera-buffer): Likewise.
7257 2005-03-16  Juri Linkov  <juri@jurta.org>
7259         * emacs-lisp/find-func.el (find-function-regexp):
7260         Add defun-emitting macro `menu-bar-make-toggle'.
7262         * isearch.el: Put `isearch-scroll' property to
7263         `split-window-horizontally'.
7265         * info.el: Update error messages for `debug-ignored-errors'.
7266         (Info-isearch-search): Doc fix.
7267         (Info-find-node): Move up code to go into info buffer before
7268         recording the node to the history.
7269         (Info-fontify-node): Fontify titles only if the next line
7270         has two or more `*', `=', `-', `.'.
7271         Display "go to this node" for empty (match-string 3).
7273 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7275         * term/mac-win.el: Add mouse pointer shape constants.
7277 2005-03-15  Kim F. Storm  <storm@cua.dk>
7279         * simple.el (move-beginning-of-line): Use vertical-motion.
7281 2005-03-15  Juri Linkov  <juri@jurta.org>
7283         * isearch.el (isearch-error): New variable.
7284         (isearch-invalid-regexp, isearch-within-brackets): Remove.
7285         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7286         (isearch-within-brackets-state): Remove.
7287         (isearch-case-fold-search-state, isearch-pop-fun-state):
7288         Decrease frame index.
7289         (isearch-mode, isearch-top-state, isearch-push-state)
7290         (isearch-edit-string, isearch-abort, isearch-search-and-update)
7291         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7292         (isearch-search, isearch-lazy-highlight-new-loop):
7293         Replace `isearch-invalid-regexp' with `isearch-error'.
7294         Remove `isearch-within-brackets'.
7295         (isearch-search): Add `search-failed' handler to `condition-case'.
7296         (isearch-lazy-highlight-search): Add `condition-case' to catch
7297         errors and allow `isearch-lazy-highlight-update' to try
7298         highlighting from the beginning of the window.
7299         (isearch-repeat): Move up code to set isearch-wrapped to t
7300         before calling isearch-wrap-function.
7302         * info.el (Info-isearch-initial-node): New internal variable.
7303         (Info-search): Signal an error in isearch mode when search leaves
7304         the initial node.  Signal an error when `bound' is non-nil and
7305         nothing was found in the current subfile.
7306         (Info-isearch-search): Remove `condition-case'.
7307         (Info-isearch-wrap): Don't wrap when search failed during leaving
7308         the initial node.  If `Info-isearch-search' is nil, wrap around
7309         the current node.
7310         (Info-isearch-start): New fun.
7311         (Info-mode): Add buffer-local hook `Info-isearch-start' to
7312         `isearch-mode-hook'.
7314 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7316         * simple.el (normal-erase-is-backspace): Set default to t if
7317         running on Mac.
7319         * term/mac-win.el (function-key-map): Sync with x-win.el.
7321 2005-03-15  Kenichi Handa  <handa@m17n.org>
7323         * international/mule-cmds.el (locale-language-names): Modify the
7324         format of elements and add more entries.
7325         (locale-preferred-coding-systems): Add more entries.
7326         (set-locale-environment): Adjust for the change of
7327         locale-language-names.
7329 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * pcvs.el (smerge-ediff): Remove bogus autoload.
7333 2005-03-14  Lute Kamstra  <lute@gnu.org>
7335         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7336         Ignore a `*' at the beginning of a line.
7338         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7339         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7340         subr.el.
7341         (dont-compile, eval-when-compile, eval-and-compile): Use declare
7342         to specify indentation.
7344         * generic.el (define-generic-mode): Let generic-mode-list be a
7345         list of strings; test membership with equal.
7347 2005-03-14  Kim F. Storm  <storm@cua.dk>
7349         * simple.el (next-line, previous-line): Add optional try-vscroll
7350         arg to recognize interactive use.  Pass it on to line-move.
7351         (line-move): Don't perform auto-window-vscroll when defining or
7352         executing keyboard macro to ensure consistent behavior.
7354 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7356         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7358 2005-03-13  Lute Kamstra  <lute@gnu.org>
7360         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7361         debugger-setup-buffer so that backtrace marks the frames set to
7362         debug-on-exit and we don't have to do it manually.  Set an extra
7363         debug-on-exit for macro's.
7364         (debugger-setup-buffer): Don't mark the top frame manually.
7366 2005-03-12  Lute Kamstra  <lute@gnu.org>
7368         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7369         lisp-indent-function throughout.
7370         (with-no-warnings): Set lisp-indent-function property.
7372 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
7374         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7375         Add entry for backslash.
7377 2005-03-12  Juri Linkov  <juri@jurta.org>
7379         * info.el (Info-search): Four fixes for backward search.
7381 2005-03-11  Jay Belanger  <belanger@truman.edu>
7383         * calc/calc.el (calc-language-alist): New variable.
7384         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7385         (calc-embedded-find-modes): Use calc-language-alist instead of
7386         calc-embedded-language-alist.
7388 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7390         * calendar/calendar.el (calendar-redrawing): New internal
7391         variable.
7392         (redraw-calendar): Remove bogus save-excursion from previous
7393         change.  Bind calendar-redrawing to t for mark-diary-entries.
7394         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7395         calendar if that is why we were called.
7397 2005-03-11  Kenichi Handa  <handa@m17n.org>
7399         * international/mule.el (make-coding-system): Set property
7400         coding-system-define-form to nil.
7401         (define-coding-system-alias): Likewise.
7403 2005-03-11  Kenichi Handa  <handa@m17n.org>
7405         These changes are suggested by Dave Love <fx@gnu.org>.
7407         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7408         coding: tag.
7409         (adaptive-fill-regexp): Add more bullets.
7410         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7411         regexps.
7413 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7415         * help.el (describe-mode): Properly handle non-trivial lighters.
7416         Don't ignore minor modes that are not listed in minor-mode-list.
7418         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7419         feature ON when the user requests to turn it OFF.
7421 2005-03-10  Lute Kamstra  <lute@gnu.org>
7423         * emacs-lisp/debug.el (debug-entry-code): Delete it.
7424         (implement-debug-on-entry): New function to replace debug-entry-code.
7425         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
7426         second argument as the 2005-03-07 change makes it obsolete.
7427         (debug-on-entry, cancel-debug-on-entry): Update call to
7428         debug-on-entry-1.
7429         (debug, debugger-setup-buffer): Comment update.
7430         (debugger-frame-number): Update to work with implement-debug-on-entry.
7432 2005-03-10  Jay Belanger  <belanger@truman.edu>
7434         * calc/calc-embed.el (math-ms-args): Declare it.
7435         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7436         math-ms-args.
7437         (calc-embedded-subst): Use math-multi-subst-rec to substitute
7438         variables.
7440 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
7442         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7443         Use message-box.
7445         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7446         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7447         (tooltip-gud-tips): Simplify.
7448         (tooltip-gud-tips-p): Remove superfluous :set.
7449         (tooltip-gud-modes): Add fortran-mode.
7450         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7452         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7454 2005-03-09  Kim F. Storm  <storm@cua.dk>
7456         * play/animate.el (animate-place-char): Use forward-line instead
7457         of next-line to improve performance.
7459 2005-03-09  Simon Josefsson  <jas@extundo.com>
7461         * net/browse-url.el (browse-url-default-browser): Doc fix.
7463 2005-03-09  Miles Bader  <miles@gnu.org>
7465         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7466         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7468 2005-03-09  Kenichi Handa  <handa@m17n.org>
7470         * international/latin-1.el: Set case and syntax for 255 only if
7471         set-case-syntax-set-multibyte is nil.
7473         * textmodes/ispell.el (ispell-insert-word): New function.
7474         (ispell-word): Use ispell-insert-word to insert a new word.
7475         (ispell-process-line): Likewise.
7476         (ispell-complete-word): Likewise.
7478 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
7480         * calendar/calendar.el (redraw-calendar): Preserve point.
7481         Reported by Matt Hodges <MPHodges@member.fsf.org>.
7482         (calendar-week-start-day): Move after definition of
7483         redraw-calendar.  Delete buffer test, since redraw-calendar has
7484         that now.
7486         * calendar/diary-lib.el (mark-diary-entries): Only call
7487         redraw-calendar in the first of any recursive calls.
7488         Reported by Alan Shutko <ats@acm.org>.
7490 2005-03-08  Juri Linkov  <juri@jurta.org>
7492         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7493         (html-horizontal-rule, html-line, html-image, html-checkboxes)
7494         (html-radio-buttons): Add a space before the trailing `/>' where
7495         sgml-xml-mode is non-nil.
7496         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7497         the subsequent tag of the empty XML tag.
7498         (html-href-anchor): Don't set initial input to "http:".
7499         (html-image): Ask for the image URL and set point inside alt="".
7500         (html-name-anchor): Duplicate the name in the `id' attribute when
7501         sgml-xml-mode is non-nil.
7502         (html-paragraph): Remove \n before <p>.
7503         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7504         instead of `checked' when sgml-xml-mode is non-nil.
7506         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7507         Remove 1 space before #RRGGBB to not truncate it on terminal
7508         windows w/o fringes.  Remove 1 space between bg and fg examples
7509         to get more space.
7510         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7511         avoid byte-compile warnings.
7513         * image-file.el (image-file-handler): Put `safe-magic' property to
7514         `image-file-handler'.
7516         * info.el (Info-isearch-search): Emulate word search in
7517         isearching through multiple Info nodes with Info-search.
7518         (Info-isearch-wrap): Allow isearch-word.
7520 2005-03-08  Lute Kamstra  <lute@gnu.org>
7522         * emacs-lisp/debug.el (debugger-step-through): Make sure that
7523         stepping into the debugger's code is not possible.
7524         (debugger-jumping-flag): Docstring update.
7526 2005-03-08  Jay Belanger  <belanger@truman.edu>
7528         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7529         embedded mode begins.
7530         (calc-embedded-language-alist): New variable.
7531         (calc-embedded-find-modes): Use calc-embedded-language-alist to
7532         set default language mode.
7534 2005-03-08  Kenichi Handa  <handa@m17n.org>
7536         * international/ccl.el (define-ccl-program): Fix docstring about
7537         extra 256 bytes assured for the output buffer.
7539         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7540         Fix BUFFER_MAGNIFICATION to 2.
7541         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7543 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
7545         * align.el (align-rules-list): Added an alignment rule for CSS
7546         declarations (applies to css-mode and html-mode buffers).
7548 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7550         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7552 2005-03-07  Kim F. Storm  <storm@cua.dk>
7554         * simple.el (move-beginning-of-line): New command.
7556         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7558         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7560         * emulation/cua-base.el: Put CUA move property on move-end-of-line
7561         and move-beginning-of-line.
7563         * apropos.el (apropos-print): Omit command from M-x ... RET.
7565 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
7567         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7568         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7570 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7572         * bindings.el (esc-map): Bind M-g to goto-line.
7574         * facemenu.el (global-map): Bind M-o, not M-g.
7576 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7578         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7579         "Open Directory" as for "Open File".
7581 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
7583         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7584         (push-mark-command): Run activate-mark-hook.
7586 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7588         * help-mode.el (help-mode-finish): Don't alter the element
7589         in view-return-to-alist if there already is one.
7591         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7592         make sure the current buffer is the expected one.
7594         * novice.el (disabled-command-function): Output in *Disabled Command*.
7595         Explicitly ignore non-keyboard events, and explicitly handle C-g.
7597         * textmodes/flyspell.el (flyspell-large-region):
7598         Pass args differently for aspell.
7600         * files.el (mode-require-final-newline): Doc fix.
7602 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7604         * progmodes/which-func.el (which-function):
7605         Specify NOERROR when calling imenu--make-index-alist.
7607 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7609         * simple.el (normal-erase-is-backspace): Define default value.
7611         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7612         (custom-reevaluate-setting): Simple function to handle
7613         variables that are defined before their default value can really
7614         be computed.
7616         * startup.el (command-line): Use it for temporary-file-directory,
7617         small-emporary-file-directory, auto-save-file-name-transforms,
7618         blink-cursor-mode, and normal-erase-is-backspace.
7620         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7621         progress, even with buggy anchored keywords.
7623 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
7625         * simple.el (goto-line): Remove unbalanced final parenthesis.
7627 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7629         * simple.el (goto-line): Use a number at point as the default.
7630         With C-u as arg, switch buffers.
7632 2005-03-05  Juri Linkov  <juri@jurta.org>
7634         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7635         with `no-blinking-cursor'.
7637         * startup.el (no-blinking-cursor): New defvar.
7638         (command-line): Add `--no-blinking-cursor' to longopts.
7639         Set `no-blinking-cursor' to t for command line arguments
7640         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
7641         with `no-blinking-cursor' in the condition for calling
7642         `blink-cursor-mode'.
7644 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
7646         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7647         (menu-bar-options-save): Add blink-cursor-mode.
7648         (menu-bar-options-menu): Add blink-cursor-mode.
7650 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
7652         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7653         (icalendar-export-file, icalendar-export-region)
7654         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7655         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7657 2005-03-04  Lute Kamstra  <lute@gnu.org>
7659         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7660         (debug-function-list): Ditto.
7662 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
7664         * textmodes/texinfmt.el (texinfo-append-refill):
7665         Redefine the types of line to which @refill
7666         is not appended by replacing a search for `@refill\\|@bye' with
7667         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
7668         itemize@refill' bug and the unfilled long lines bug.
7669         (texinfmt-version): Update number and date.
7671 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7673         * international/code-pages.el (windows-1250, windows-125[2-8])
7674         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7676 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7678         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7679         bound yet.
7681 2005-03-02  Romain Francoise  <romain@orebokech.com>
7683         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7684         buffer after removing limits.
7685         (ibuffer-pop-filter): Ditto.
7686         Update copyright.
7688 2005-03-02  Miles Bader  <miles@gnu.org>
7690         * button.el (make-text-button): If the user doesn't specify a
7691         type, use the default.  Rewrite to use `add-text-properties' and
7692         plist functions.
7694 2005-03-01  Lute Kamstra  <lute@gnu.org>
7696         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7697         (debugger-jumping-flag): New var.
7698         (debug-entry-code): Use it.
7699         (debugger-jump): Use debugger-jumping-flag and add
7700         debugger-reenable to post-command-hook.
7701         (debugger-reenable): Use debugger-jumping-flag and remove itself
7702         from post-command-hook.
7703         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7704         debugger-reenable.
7706 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
7708         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7709         inclusion of "itemize\\|", which may be unnecessary, is certainly
7710         inelegant, and stops refilling in itemize lists when formatting
7711         Japanese Texinfo files to Info.
7712         Update copyright to 2005.
7714 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
7716         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7717         of an error if GDB can't find the source file.
7719 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
7721         * calendar/calendar.el (redraw-calendar): Work from any buffer,
7722         not just the calendar.
7724         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7725         first.
7726         (diary-redraw-calendar): New function.
7727         (make-diary-entry): Add diary-redraw-calendar to local
7728         write-contents-functions.  Turn off selective display before
7729         inserting in diary.
7731 2005-03-01  Kim F. Storm  <storm@cua.dk>
7733         * emacs-lisp/copyright.el (copyright-fix-years): New command.
7735 2005-03-01  Lute Kamstra  <lute@gnu.org>
7737         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7738         that debug-entry-code can be safely removed from a function while
7739         this code is being evaluated.  Revert the 2005-02-27 change as the
7740         new implementation no longer requires it.  Make sure that a
7741         function body containing just a string is not mistaken for a docstring.
7742         (debug): Skip one more frame in case of debug on entry.
7743         (debugger-setup-buffer): Delete one more frame line in case of
7744         debug on entry.
7745         (debugger-frame-number): Update to use the new text introduced by
7746         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
7748 2005-02-28  Kim F. Storm  <storm@cua.dk>
7750         * double.el (double-translate-key): Call force-window-update after
7751         read-event to avoid crash in redisplay.
7753 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7755         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7756         (debug): Use it.  Move the inhibit-trace earlier.
7757         (debug-entry-code): New const.
7758         (debug-on-entry-1): Use it.
7760 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
7762         * international/utf-16.el (ccl-encode-mule-utf-16le):
7763         Fix BUFFER_MAGNIFICATION to 2.
7764         (ccl-encode-mule-utf-16be): Likewise.
7766 2005-02-28  Kenichi Handa  <handa@m17n.org>
7768         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7769         Fix BUFFER_MAGNIFICATION to 4.
7770         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7772 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
7774         * speedbar.el (speedbar-update-flag): Doc fix.
7775         (speedbar-show-info-under-mouse): Give set-mouse-position the right
7776         argument.
7778 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * reveal.el (reveal-post-command): Don't try to reveal overlays which
7781         have a non-nil `invisible' property but are actually visible.
7783         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7784         for perldoc sections.
7785         (perl-outline-regexp, perl-outline-level): New var and function.
7786         (perl-mode): Use them.
7788 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
7790         * calendar/diary-lib.el (diary-remind): Discard any mark portion
7791         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7793 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
7795         * cus-edit.el: Comment change.
7796         (custom-buffer-create-internal): Slightly reword text at top of
7797         Custom buffers.  Mention there that saving an option edits the
7798         init file.  Add link to Emacs manual node on `custom-file'.
7799         (custom-magic-alist): Rewrite individual State messages to use
7800         capitalized keywords.  Doc fix.
7802 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
7804         * calendar/calendar.el (calendar-buffer): Move above
7805         calendar-week-start-day.
7806         (calendar-week-start-day): Doc fix.  Add :set function.
7807         (calendar-minimum-window-height): New variable.
7808         (generate-calendar-window): Only resize window if selected-window
7809         is displaying the calendar buffer.  Use new variable
7810         calendar-minimum-window-height.
7811         (generate-calendar): Reword error message.
7812         (calendar-mode-map): Bind DEL to scroll-other-window-down.
7814 2005-02-27  Andreas Schwab  <schwab@suse.de>
7816         * vc.el (vc-do-command): Don't run command asynchronously when
7817         operating in a remote directory.
7819         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7820         change from sync with Tramp 2.0.47.
7822 2005-02-27  Richard M. Stallman  <rms@gnu.org>
7824         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7826         * textmodes/flyspell.el (flyspell-mode-on):
7827         Call ispell-change-dictionary only if necessary.
7829         * emacs-lisp/re-builder.el (regexp-builder): New function.
7831         * register.el (describe-register-1): Explicitly handle
7832         yank-excluded-properties = t.
7834         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7835         (custom-magic-alist): Change the status descriptions again.
7836         (face widget-type): Total rewrite based on `restricted-sexp'
7837         to eliminate the confusing double hiding levels.
7839         * emacs-lisp/debug.el (debug-on-entry-1):
7840         If function body is empty, add nil as body form.
7842 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7844         * emacs-lisp/trace.el (inhibit-trace): New var.
7845         (trace-make-advice): Use it.
7847         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7849 2005-02-26  Kim F. Storm  <storm@cua.dk>
7851         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7852         (mouse-on-link-p, mouse-drag-region-1): Use it.
7854 2005-02-25  Lute Kamstra  <lute@gnu.org>
7856         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7858 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
7860         * frame.el (blink-cursor-mode): Add :group keyword.
7862 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
7864         * calendar/icalendar.el (icalendar--decode-isodatetime):
7865         New optional argument DAY-SHIFT.
7866         (icalendar-export-region): Fix coding-system-for-write.
7867         (icalendar--convert-ical-to-diary): Shift end-day of all-day
7868         events by one.
7870 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7872         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7874 2005-02-24  Kim F. Storm  <storm@cua.dk>
7876         * international/iso-acc.el (iso-accents-compose): Fix crash
7877         during redisplay.  Call force-window-update after read-event
7878         and delete-region to signal that window is not accurate.
7880 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7882         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7883         Remove unused and inexistent var `inhibit-trace'.
7884         (debugger-mode): Use run-mode-hooks.
7885         (debugger-list-functions): Add buttons; setup xref stack.
7887 2005-02-23  Richard M. Stallman  <rms@gnu.org>
7889         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7890         appointment says it was explicitly made.
7891         (appt-add): Set the 3rd element.
7892         (appt-make-list): Preserve explicit appointments.
7894         * subr.el (find-tag-default): Catch errors in forward-sexp.
7896 2005-02-23  Juri Linkov  <juri@jurta.org>
7898         * info.el (Info-isearch-search): New defcustom.
7899         (Info-isearch-search): Call the default isearch function
7900         when Info-isearch-search is nil.
7901         (Info-isearch-wrap): Use variable Info-isearch-search.
7903 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
7905         * cus-edit.el: Comment change.
7907 2005-02-22  Kim F. Storm  <storm@cua.dk>
7909         * progmodes/hideif.el (hide-ifdef-use-define-alist):
7910         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
7912 2005-02-22  Simon Josefsson  <jas@extundo.com>
7914         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7915         New variable.
7916         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
7917         Oskarsson" <myrkraverk@users.sourceforget.net>.
7919 2005-02-22  Kim F. Storm  <storm@cua.dk>
7921         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7922         check that window of that event is the selected window.
7923         (mouse-drag-region-1): Compare mouse event window to selected
7924         window before setting point.
7926         * tooltip.el (tooltip-show-help-function): Pass event to
7927         mouse-on-link-p so it can check selected window.
7929 2005-02-22  Kenichi Handa  <handa@m17n.org>
7931         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7932         (ps-mule-show-warning): New function.
7933         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7934         characters are found.
7936         * ps-print.el (ps-header-footer-string): Return a list of header
7937         and footer strings.
7939 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7941         * pcvs.el (cvs-retrieve-revision): Fix thinko.
7943 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7945         * frame.el (blink-cursor-mode): Use define-minor-mode.
7947         * term/mac-win.el (function-key-map): Use char-names more consistently.
7948         (file-name-coding-system): Only set it for MacOS-9.  The other case is
7949         already handled in mule-cmds.el (where it also works when mac-win.el
7950         is not used).
7952 2005-02-21  Kenichi Handa  <handa@m17n.org>
7954         * international/mule.el (ctext-pre-write-conversion): Always use
7955         " *code-converting-work*" buffer for work.
7957         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7959 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
7961         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7963 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
7965         * ses.el (undo-more): Restore defadvice, but only the part that
7966         allows changes outside the restricted area of the buffer.
7968 2005-02-20  Kim F. Storm  <storm@cua.dk>
7970         * simple.el (line-move): Add fourth optional arg try-vscroll which
7971         must be set to perform auto-window-vscroll.
7972         When moving backwards and doing auto-window-vscroll, automatically
7973         vscroll to the last part of lines which are taller than the window.
7974         (next-line, previous-line): Set try-vscroll arg on line-move.
7976 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
7978         * replace.el (query-replace, query-replace-regexp)
7979         (replace-string, replace-regexp): When operating on region, make
7980         the minibuffer prompt say so.
7982         * isearch.el (isearch-forward): Document isearch-query-replace and
7983         isearch-query-replace-regexp keybindings.
7985 2005-02-19  Jay Belanger  <belanger@truman.edu>
7987         * calc/calc-aent.el (math-read-token): Add local variable.
7989         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7990         (calc-edit-top): Move declaration to earlier in file.
7991         (calc-edit-macro-repeats): Add local variables.
7993         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7994         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7995         calcFunc-tanh.
7996         Adjust integration rule for calcFunc-tan.
7998 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8000         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8001         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8002         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8003         (viper-skip-separators): Bug fix.
8004         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8005         particular major mode.
8006         (viper-del-backward-char-in-replace): Don't put deleted char on the
8007         kill ring.
8009         * viper-ex.el (viper-color-display-p): New function.
8010         (viper-has-face-support-p): Use viper-color-display-p.
8012         * viper-keym.el (viper-gnus-modifier-map): New keymap.
8014         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8016         * viper-util.el (viper-glob-unix-files): Fix shell status check.
8017         (viper-file-remote-p): Make equivalent to file-remote-p.
8019         * viper.el (viper-major-mode-modifier-list):
8020         Use viper-gnus-modifier-map.
8022 2005-02-19  David Kastrup  <dak@gnu.org>
8024         * subr.el (subregexp-context-p): Fix garbled doc string by adding
8025         quoting.
8027 2005-02-19  Jay Belanger  <belanger@truman.edu>
8029         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8030         Remove extra definitions.
8031         (calc-coth): New function.
8032         (calcFunc-cot): Fix `let'.
8034 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
8036         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8037         the reasons we use "type pc" in these faces.
8039         * button.el (button): Ditto.
8041 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
8043         * replace.el (query-replace-read-from): Set the value of
8044         query-replace-from-history-variable to handle the case of an empty
8045         string entered to accept the suggested default.
8047         * net/tramp.el (tramp-file-name-for-operation):
8048         Use dired-call-process instead of dired-call-process-command.
8050 2005-02-19  Jay Belanger  <belanger@truman.edu>
8052         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8053         (math-div-non-trig): New variables.
8054         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8055         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8056         (math-combine-prod, math-div-symb-fancy): Add simplifications for
8057         trig expressions.
8059 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
8061         * progmodes/gdb-ui.el (gdb-var-update-handler)
8062         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8063         for watch expressions,
8064         (gdb-var-create-handler): Don't set speedbar-update-flag.
8065         (gdb-post-prompt): Simplify test for speedbar.
8067 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8069         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8070         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8071         we use the syntax table of the correct buffer.
8072         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8073         Felix Gatzemeier.
8075         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8076         (ediff-file-remote-p): Make synonymous with file-remote-p.
8077         In all deffaces ediff-*-face-*, use min-colors.
8079         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8080         ediff-recurse-to-subdirectories.
8081         (ediff-mark-if-equal): Check that the arguments are strings, use
8082         ediff-same-contents (after to Felix Gatzemeier).
8084         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8085         nil.
8087 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8089         * log-view.el (log-view-message-re): Fix up Subversion regexp.
8091 2005-02-18  David Kastrup  <dak@gnu.org>
8093         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8094         use `mark-active' when defined.
8096 2005-02-18  Kenichi Handa  <handa@m17n.org>
8098         * ps-print.el (ps-font-info-database): New entry
8099         ZapfChancery-MediumItalic with correct font name.  Fix font name
8100         of the entry Zapf-Chancery-MediumItalic.
8102 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8104         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8106 2005-02-16  Kim F. Storm  <storm@cua.dk>
8108         * ido.el (ido-fallback-command): Pass user input to fallback command.
8110 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
8112         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8113         (gdb-find-file-hook): Add server prefix.
8115 2005-02-16  Richard M. Stallman  <rms@gnu.org>
8117         * replace.el (perform-replace): Pass new args to replace-highlight.
8118         (replace-highlight): Take region args,
8119         and pass them to isearch-lazy-highlight-new-loop.
8121         * novice.el (disabled-command-hook): Autoload the defalias
8122         and the make-obsolete-variable call.
8124         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8126         * isearch.el (isearch-lazy-highlight-start-limit)
8127         (isearch-lazy-highlight-end-limit): New variables limit
8128         the region for highlighting.
8129         (isearch-lazy-highlight-new-loop): New args BEG and END.
8130         (isearch-lazy-highlight-search): Use the new vars.
8131         (isearch-lazy-highlight-update): Likewise.
8133         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8135         * cus-start.el (all): Use default-boundp.
8137 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
8139         * menu-bar.el (menu-bar-select-frame): Handle current frame.
8141 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
8143         * autorevert.el (auto-revert-stop-on-user-input)
8144         (auto-revert-verbose): Doc fixes.
8146 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
8148         * international/mule-cmds.el (set-locale-environment): Remove call
8149         to set-selection-coding-system on Windows.
8151 2005-02-15  Jay Belanger  <belanger@truman.edu>
8153         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8154         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8155         calcFunc-coth.
8156         (math-simplify-sqrt): Add simplifications.
8158         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8159         to list.
8161         * calc/calc-ext.el: Add functions to autoloads.
8163         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8164         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8165         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8166         (math-csc-raw, math-cot-raw): New functions.
8168         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8170         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8171         the variable name in a message.
8173         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8174         calcFunc-csc, calcFunc-cot.
8176         * calc/calcalg2.el: Add derivative and integration rules for
8177         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8178         calcFunc-csch, calcFunc-coth.
8179         (math-do-integral-methods): Add to checks for when to use
8180         substitutions.
8182         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8184 2005-02-15  Lute Kamstra  <lute@gnu.org>
8186         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8187         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
8188         <monnier@iro.umontreal.ca>
8189         (lisp-outline-level): Improve efficiency.  Suggested by David
8190         Kastrup <dak@gnu.org>.
8192 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
8194         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8195         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8196         (gdb-set-gud-minor-mode-existing-buffers): New functions.
8197         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
8198         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8200 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
8202         * cus-start.el (all): Comment change.
8204 2005-02-14  Lute Kamstra  <lute@gnu.org>
8206         * cus-start.el (all): Check if symbol is void.
8208 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
8210         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8211         optional argument to \cite.
8213 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8215         * cus-edit.el (custom-buffer-create-internal): Update help message.
8216         (custom-magic-alist): Update help messages.
8218         * cus-start.el (all): Allow a var to specify a standard value.
8220 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
8222         * custom.el (custom-theme-set-variables): Handle variable aliases.
8224         * frame.el (blink-cursor-timer): Doc fix.
8225         (blink-cursor): Make it an alias for `blink-cursor-mode' and
8226         declare obsolete.
8227         (blink-cursor-mode): Define with defcustom and use correct
8228         standard expression in that defcustom.
8229         * startup.el (command-line): Adapt to above changes in frame.el.
8231 2005-02-11  Lute Kamstra  <lute@gnu.org>
8233         * apropos.el (apropos-score-doc): Prevent division by zero.
8235 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
8237         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8238         (icalendar--get-event-property-attributes)
8239         (icalendar--get-event-properties)
8240         (icalendar--datetime-to-diary-date): New functions.
8241         (icalendar--split-value): Doc fix.
8242         (icalendar--datetime-to-noneuropean-date)
8243         (icalendar--datetime-to-european-date): New optional argument
8244         SEPARATOR.  Return result as a string instead of a list.
8245         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8246         (icalendar--convert-string-for-export): Rename arg S to STRING.
8247         (icalendar-export-region): Doc fix.  Change name of error buffer.
8248         Save output buffer.
8249         (icalendar-import-file): Add blank at end of prompt.
8250         (icalendar-import-buffer): Doc fix.  Do not switch to error
8251         buffer.  Indicate status in return value.
8252         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
8253         buffer.  Save output buffer.  Handle exception from recurrence
8254         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
8255         events.  Fix problems with weekly all-day events.
8257 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8259         * simple.el (eval-expression-print-format):
8260         Avoid warning about edebug-active.
8262         * help.el (help-for-help-internal): Rename from help-for-help.
8263         (help-for-help): Define with defalias.
8265         * font-core.el (font-lock-default-function): Use with-no-warnings.
8267         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8269         * custom.el (defface): Doc fix.
8271 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
8273         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8274         width 0" to prevent word wrapping problems.
8276 2005-02-09  Kim F. Storm  <storm@cua.dk>
8278         * ido.el (ido-file-extensions-order): New defcustom.
8279         (ido-file-extension-lessp, ido-file-extension-aux)
8280         (ido-file-extension-order): New advanced file ordering.
8281         (ido-file-lessp): New simple file ordering.
8282         (ido-sort-list): Remove.
8283         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8284         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8286 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
8288         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8289         that some versions of grep produce.
8290         (grep-mode-font-lock-keywords): Likewise.
8292 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
8294         * progmodes/gdb-ui.el (gdb-location-list): New variable.
8295         (gdb-cdir): Delete.
8296         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8297         (gdb-source-info): Treat case when source file is in another
8298         directory properly.
8299         (gdb-get-location): New function.
8301 2005-02-07  Jay Belanger  <belanger@truman.edu>
8303         * calc/calc-prog.el (calc-write-parse-table-part)
8304         (calc-fix-token-name): Fix a check for language type.
8306         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8308 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
8310         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8311         as directory not writable.
8313 2005-02-07  Kim F. Storm  <storm@cua.dk>
8315         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8316         (cua--standard-movement-commands): Remove list.
8317         Instead, set CUA property value to move for movement commands.
8318         (cua-movement-commands): Remove.  Users must set CUA prop instead.
8319         (cua--pre-command-handler): Check CUA property.
8320         (cua--init-keymaps): Don't remap undo commands.
8321         (cua-mode): Don't call cua--rectangle-on-off.
8323         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8324         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8325         (cua--rect-undo-set-point): New var.
8326         (cua--rectangle-undo-boundary): Setup undo apply entry.
8327         (cua--rect-undo-handler): New function for rectangle undo.
8328         (cua--rect-start-position, cua--rect-end-position): Add.
8329         (cua--rectangle-post-command): Call cua--rectangle-set-corners
8330         for restored rectangle.  Set point if cua--rect-undo-set-point.
8332 2005-02-06  Jay Belanger  <belanger@truman.edu>
8334         * calc/calc-lang.el (calc-tex-language): Display more information
8335         in messages.
8337         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8338         in TeX mode.
8340 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8342         * emacs-lisp/lisp.el (buffer-end): Doc fix.
8344 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
8346         * net/ldap.el (ldap-search-internal): Support attributes with
8347         optional descriptions separated by a semi-colon, as in
8348         "userCertificate;binary".
8350 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8352         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8353         isn't a cons (i.e. the version is 0).
8355 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8357         * help.el (help-for-help): Doc fix.
8359 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
8361         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
8362         GDB-Windows on the menu-bar as this works better.
8364 2005-02-04  Jay Belanger  <belanger@truman.edu>
8366         * calc/calc-embed.el (calc-embedded-update): Don't put in
8367         unnecessary newlines.  Adjust the end of formula marker.
8369         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8370         (math-latex-parse-two-args): New function.
8372 2005-02-03  Lute Kamstra  <lute@gnu.org>
8374         * help-fns.el (help-with-tutorial): Make sure that users cannot
8375         remove the entire text of the tutorial by means of `undo'.
8377 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8379         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8380         in recent changes, where the ispell process was repeatedly
8381         killed & restarted.
8383         * international/mule-cmds.el (set-locale-environment): Set file-name
8384         coding system to utf-8 on Darwin systems.
8385         (set-default-coding-systems): Don't set default-file-name-coding-system
8386         on Darwin systems.
8388 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8390         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8392 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
8394         * faces.el (list-faces-display): Add optional argument.
8396 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8398         * font-core.el (font-lock-default-function): Handle the rare case where
8399         only font-lock-keywords is set.
8401 2005-02-02  Kenichi Handa  <handa@m17n.org>
8403         * international/characters.el: Cancel previous change for
8404         I-WITH-DOT-ABOVE and DOTLESS-i.
8406         * international/latin-5.el: Cancel previous change.
8408 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8410         * progmodes/gud.el: Correction to syntax in gud-menu-map.
8412 2005-02-02  Kenichi Handa  <handa@m17n.org>
8414         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8415         DOTLESS-i.
8417         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8418         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8420         * case-table.el (get-upcase-table): New function.
8421         (copy-case-table): Copy upcaes table too if non-nil.
8422         (set-case-syntax-delims): Maintain upcase table too.
8423         (set-case-syntax-pair): Likewise.
8424         (set-upcase-syntax, set-downcase-syntax): New functions.
8425         (set-case-syntax): Maintain upcase table too.
8427 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8429         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8431         * progmodes/gud.el (gud-goto-info): New function.
8432         (gud-tool-bar-map): Use correct icon.
8434 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8436         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8437         When delegating, order args in the funcall correctly.
8439 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8441         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8443 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
8445         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8446         buffer not visiting a file.
8448 2005-01-31  Jay Belanger  <belanger@truman.edu>
8450         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8451         bound on the line with the formula.
8453 2005-01-31  Kim F. Storm  <storm@cua.dk>
8455         * ses.el (ses-create-cell-variable-range)
8456         (ses-destroy-cell-variable-range, ses-reset-header-string)
8457         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8458         (ses-insert-row): Fix format of apply undo entries.
8460 2005-01-31  Jay Belanger  <belanger@truman.edu>
8462         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8463         parts.
8465         * calc/calc-embed.el (calc-embedded-open-formula)
8466         (calc-embedded-close-formula): Ignore matrix environments.
8468         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8469         TeX mode.
8471         * calc/calc-lang.el (math-function-table, math-oper-table)
8472         (math-variable-table): Adjust the LaTeX portions.
8474         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8475         (math-latex-ignore-words): New constant.
8477 2005-01-31  Richard M. Stallman  <rms@gnu.org>
8479         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8480         (ispell-local-dictionary): Doc fix.
8481         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8482         Don't reinitialize at run time.  Don't defcustom.
8483         All uses changed to append ispell-local-dictionary-alist,
8484         or check it first.
8485         (ispell-current-dictionary): New variable for dictionary in use.
8486         (ispell-dictionary): Now used only for global default.
8487         (ispell-start-process): Set ispell-current-dictionary,
8488         not ispell-dictionary.
8489         (ispell-change-dictionary): Use this only for setting
8490         user preferences.
8491         (ispell-internal-change-dictionary): New function
8492         to change the current dictionary in use.
8493         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8494         Use ispell-current-dictionary.
8495         Handle ispell-local-dictionary-overridden.
8496         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8498 2005-01-31  Jay Belanger  <belanger@truman.edu>
8500         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8502         * calc/calc-ext.el: Add calc-latex-language to autoloads.
8503         (calc-mode-map): Add calc-latex-language.
8505         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8506         (math-latex-print-frac): New functions.
8507         (math-oper-table, math-function-table, math-variable-table)
8508         (math-complex-format, math-input-filter): Add latex properties.
8509         (calc-set-language): Set math-expr-special-function-mapping.
8511         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8512         (calc-write-parse-table-part): Add LaTeX support.
8514         * calc/calc.el (calc-language): Adjust docstring.
8515         (calc-set-mode-line): Add LaTeX support.
8516         (math-expr-special-function-mapping): New variable.
8517         (math-tex-ignore-words): Add to list.
8519         * calc/calccomp.el (math-compose-expr, math-compose-rows):
8520         Add LaTeX support.
8521         (math-compose-expr): Add support for special functions.
8523         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8525 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
8527         * progmodes/gdb-ui.el (gdb-memory-address)
8528         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8529         (gdb-memory-mode-map, gdb-memory-format-keymap)
8530         (gdb-memory-format-menu, gdb-memory-unit-keymap)
8531         (gdb-memory-unit-menu): New variables for a buffer
8532         that lets the user examine program memory.
8533         (gdb-memory-set-address, gdb-memory-set-repeat-count)
8534         (gdb-memory-format-binary, gdb-memory-format-octal)
8535         (gdb-memory-format-unsigned, gdb-memory-format-signed)
8536         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8537         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8538         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8539         (gdb-memory-unit-byte, gdb-memory-unit-menu)
8540         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8541         (gdb-memory-mode, gdb-memory-buffer-name)
8542         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8543         New functions for above buffer.
8545 2005-01-30  Richard M. Stallman  <rms@gnu.org>
8547         * cus-edit.el (custom-bury-buffer): Function deleted.
8548         (custom-buffer-done-function): Option deleted.
8549         (custom-buffer-done-kill): New (replacement option.
8550         (Custom-buffer-done): Call quit-window.
8551         (custom-buffer-create-internal): Update for above changes.
8553 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
8555         * simple.el (undo-ask-before-discard): New var.
8556         (undo-outer-limit-truncate): Implement it.
8557         (undo-extra-outer-limit): Doc update.
8559 2005-01-29  Richard M. Stallman  <rms@gnu.org>
8561         * ses.el (undo-more): Delete defadvice.
8562         (ses-begin-change): Doc fix.
8564         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8565         instead of rebinding C-x u and C-_.
8567         * files.el (normal-backup-enable-predicate): Return nil for files
8568         in /tmp, regardless of temporary-file-directory.
8570         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8572         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8573         (open-rectangle, delete-whitespace-rectangle-line)
8574         (clear-rectangle-line): If FILL, pass t instead of FILL
8575         for move-to-column's 2nd arg.
8577         * simple.el (undo): Fix the test for continuing a series of undos.
8578         (undo-more): Set pending-undo-list to t when we reach end.
8579         (pending-undo-list): Move up defvar.
8581         * wid-edit.el (widget-button-click):
8582         Shorten the range of the track-mouse binding.
8584         * comint.el (comint-insert-input): Undo previous changes;
8585         use last-input-event in interactive spec.
8587 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8589         * progmodes/compile.el (compilation-start): Bind buffer-read-only
8590         to nil before invoking call-process.  Reset buffer's modified flag
8591         after fontifying it in the no-async branch.
8593         * wid-edit.el (widget-specify-button): If mouse pointer shape
8594         cannot be changed, use mouse face instead.
8596 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
8598         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8599         (gdb-goto-breakpoint): Make breakpoint handling work on template
8600         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
8601         (gdb-assembler-custom): Update to recognize breakpoint information
8602         added on 2005-01-19.
8604 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8606         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8607         (dsssl-mode): Use define-derived-mode.
8608         (scheme-mode-initialize): Remove.
8609         (scheme-mode): Use run-mode-hooks.
8611         * cus-edit.el (customize-group-other-window)
8612         (custom-buffer-create-other-window): Don't override special-display-*.
8613         (custom-mode-map): Make it dense.
8615         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8616         sets the default value.
8618 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
8620         * descr-text.el: Add more keywords.
8622 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8624         * speedbar.el: Avoid unnecessary use of locate-library.
8626         * international/mule-cmds.el (standard-display-european-internal):
8627         Don't fiddle with latin-1 non-break space any more since it's now
8628         special cased in the C code.
8629         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8631 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8633         * cus-start.el (all): Add `undo-outer-limit'.
8635 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8637         * textmodes/bibtex.el (bibtex-format-entry):
8638         Use `bibtex-empty-field-re' only on the text of fields, not on entire
8639         field lines.
8640         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8641         not on part of a buffer.
8643 2005-01-25  Lute Kamstra  <lute@gnu.org>
8645         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8646         nonempty field text strings like "{letters\\macro{}more letters}".
8647         Clarify docstring.
8648         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8649         (bibtex-entry-offset, bibtex-parse-association)
8650         (bibtex-parse-field-name): Fix typos in docstrings.
8651         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8653 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
8655         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8656         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8657         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8658         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8660         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8661         isearch minor mode.
8663 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
8665         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8667 2005-01-24  Lute Kamstra  <lute@gnu.org>
8669         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8670         CASECHARS and NOT-CASECHARS regular expressions of the
8671         "nederlands" and "nederlands8" dictionaries to prevent a "Range
8672         striding over charsets" error.
8674 2005-01-24  Jay Belanger  <belanger@truman.edu>
8676         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8677         display variable name.
8679 2005-01-24  Kenichi Handa  <handa@m17n.org>
8681         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8682         Fix setting of the element of encoded-kbd-iso2022-invocations.
8684 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
8686         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8687         (gdb-threads-select): Change to also accept mouse events.
8688         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8689         (gdb-threads-mouse-select): Delete.
8691 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
8693         * files.el (insert-directory): Take care of empty directory,
8694         listed without -a switch.
8696 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8698         * textmodes/refill.el (refill-post-command-function):
8699         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8700         to the list of functions that we should be careful not to undo.
8701         (refill-late-fill-paragraph-function): Remove.
8702         (refill-saved-state): New var.
8703         (refill-mode): Use it to save fill-paragraph-function.
8704         Save also the value of auto-fill-function.
8706         * term/w32-win.el: Simplify code.
8708 2005-01-23  Kim F. Storm  <storm@cua.dk>
8710         * simple.el (line-move): Adapt to new return value from
8711         pos-visible-in-window-p.
8713         * simple.el (line-move): Fix last change.  Check partial
8714         visibility at point rather than at window-start.
8716 2005-01-22  Jason Rumney  <jasonr@gnu.org>
8718         * term/w32-win.el (xw-defined-colors): Remove debug-message.
8720 2005-01-22  David Kastrup  <dak@gnu.org>
8722         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8724 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
8726         * type-break.el (type-break-mode): Add a test for
8727         type-break-file-name being non-nil.
8729 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8731         * net/eudc.el (top level): Call (message "") via progn, so that
8732         eudc-options-file is loaded.
8734 2005-01-22  Kim F. Storm  <storm@cua.dk>
8736         * simple.el (line-move-1): Rename from line-move.
8737         (line-move): New function that adjusts vscroll for partially
8738         visible rows, and calls line-move-1 otherwise.
8740 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
8742         * pcomplete.el: define pcomplete-read-event instead of read-event,
8743         since it's not a complete read-event implementation
8745 2005-01-20  Jay Belanger  <belanger@truman.edu>
8747         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8748         for called function.
8750 2005-01-20  Steven Tamm  <steventamm@mac.com>
8752         * term/mac-win.el (process-connection-type): Remove.
8753         Controlled now by s/darwin.h:PTY_ITERATION.
8755 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8757         * window.el (handle-select-window): Don't switch window when we're
8758         in the minibuffer.
8760 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
8762         * subr.el (dotimes-with-progress-reporter): New macro.
8764         * ses.el (ses-dotimes-msg): Remove macro.
8765         Use `dotimes-with-progress-reporter' instead.
8767 2005-01-19  Steven Tamm  <steventamm@mac.com>
8769         * term/mac-win.el (process-connection-type): Use new
8770         operating-system-release variable to use ptys on Darwin 7 (OS X
8771         10.3) when using carbon build.
8773 2005-01-19  Jay Belanger  <belanger@truman.edu>
8775         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8776         flags if the last command was a tab or M-tab.
8778         * calc/calc-prog.el (calc-user-define-edit): Put original formula
8779         in formula editing buffer.
8781 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8783         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8784         breakpoint image symbol in margin.
8786 2005-01-19  Jay Belanger  <belanger@truman.edu>
8788         * calc/calc-prog.el (calc-execute-kbd-macro):
8789         Ignore calc-keep-arg-flag.
8791 2005-01-19  Kenichi Handa  <handa@m17n.org>
8793         * textmodes/ispell.el (ispell-looking-at): New function.
8794         (ispell-process-line): Use ispell-looking-at to compare the ispell
8795         output and the buffer contents.
8797 2005-01-18  Jay Belanger  <belanger@truman.edu>
8799         * calc/calc.el (calc-display-raw): Fix docstring.
8801 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8803         * simple.el (blink-matching-open): Strip extra info from syntax.
8805         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8806         funny chars in the end-of-here-doc marker.
8808 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8810         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8811         that enable/disabled state of breakpoints is shown correctly in
8812         fringe and on ttys.
8813         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8814         Add breakpoint information as text properties.
8815         (gdb-mouse-toggle-breakpoint):
8816         Rename to gdb-mouse-set-clear-breakpoint.
8817         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
8818         breakpoints in the margin.
8819         (gdb-remove-strings): Simplify.
8821 2005-01-17  Jay Belanger  <belanger@truman.edu>
8823         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8824         erasing buffer.
8826 2005-01-17  Richard M. Stallman  <rms@gnu.org>
8828         * progmodes/grep.el (grep-find): Copy from `grep' the condition
8829         for calling grep-compute-defaults.
8831         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8832         if buffer is empty.
8834         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8836 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8838         * hilit-chg.el (highlight-changes-mode): Don't autoload.
8840         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8841         non-preloaded variables.
8843 2005-01-17  Steven Tamm  <steventamm@mac.com>
8845         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8846         tex-shell cause to force interactivity when using pipes.
8848 2005-01-17  Kim F. Storm  <storm@cua.dk>
8850         * simple.el (just-one-space): Make arg optional.
8852 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
8854         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8855         posn-at-x-y to t to access left-margin.
8857 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8859         Sync with Tramp 2.0.47.
8861         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8862         catching keep-date problems in cp/scp operations.
8863         (tramp-handle-copy-file): Don't call `set-file-modes'
8864         unconditionally.  Specialized functions should know better what is
8865         necessary.  This improves performance a little bit, and the
8866         functions could catch errors with `cp -p' and `scp -p'.
8867         (tramp-do-copy-or-rename-file-via-buffer)
8868         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8869         when appropriate.
8870         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8871         Call `set-file-modes' when appropriate.
8872         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
8873         Johnsson <isak@hypergene.com>
8874         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8875         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
8876         <joakim@verona.se>
8877         (tramp-file-name-for-operation): Mark `shell-command' as magic for
8878         Emacs only.
8880         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
8881         `find-file-hooks' and `dired-mode-hook'.
8882         (tramp-minor-mode-map): Respective map.  Add remapping for
8883         `compile' and `recompile'.
8884         (tramp-remap-command, tramp-recompile): New defuns.
8885         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8886         in buffer "*Compilation*".  Call the commands asynchronously.
8888         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8889         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8890         `shell-command', because it isn't magic in XEmacs.  Reported by
8891         Adrian Aichner <adrian@xemacs.org>.
8893         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8894         `substitute-in-file-name.
8895         (tramp-smb-handle-substitute-in-file-name): New defun.
8896         (tramp-smb-advice-PC-do-completion): Delete advice.
8898 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
8900         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8901         Fix error in deleting region.
8903 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8905         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8906         In non-temp buffer, switch syntax table temporarily.
8908         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8910         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8912         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8914         * imenu.el (imenu--split-menu): Copy menulist before sorting.
8915         (imenu--generic-function): Use START, not BEG, as pos of definition.
8917         * simple.el (just-one-space): Argument specifies number of spaces.
8919         * simple.el (eval-expression-print-format): Avoid warning
8920         about edebug-active.
8922 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
8924         * progmodes/sh-script.el: Code copied from make-mode.el
8925         with small changes,
8926         (sh-mode-map): Bind C-c C-\.
8927         (sh-backslash-column, sh-backslash-align): New variables.
8928         (sh-backslash-region, sh-append-backslash): New functions.
8930 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
8932         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8933         (rmail-pop-password, rmail-pop-password-required): Move to
8934         rmail-obsolete group.
8935         (rmail-set-pop-password): Rename to rmail-set-remote-password.
8936         All callers updated.
8937         (rmail-get-pop-password): Rename to rmail-get-remote-password.
8938         Take an argument specifying whether it is POP or IMAP mailbox we
8939         are using.  All callers updated.
8940         (rmail-pop-password-error): Rename to
8941         rmail-remote-password-error.  Added mailutils-specific error message.
8942         (rmail-movemail-search-path)
8943         (rmail-movemail-variant-in-use): New variables.
8944         (rmail-remote-password, rmail-remote-password-required):
8945         New customization variables.
8946         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8947         (rmail-parse-url): New function.
8948         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8949         with GNU mailutils movemail.
8951 2005-01-15  Kevin Ryde  <user42@zip.com.au>
8953         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8954         suffix to space, $ or '$, to correctly position point when going
8955         to @table style constants like DBL_MAX.
8957 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8959         * type-break.el (type-break-mode, type-break-file-time)
8960         (type-break-file-keystroke-count, type-break-choose-file):
8961         Don't store data in or load data from the file if type-break-file-name
8962         is nil.
8963         (type-break-file-name): Doc update as per the above.
8965 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
8967         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8968         lookup-key might return nil; handle that.
8970 2005-01-15  Alan Mackenzie  <acm@muc.de>
8972         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8973         rather than the element found, thus enabling the tree to be setcar'd.
8975 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8977         * textmodes/org.el (org-show-following-heading): New option.
8978         (org-show-hierarchy-above): Use `org-show-following-heading'.
8979         (org-cycle): Documentation fix.
8981         * textmodes/org.el (orgtbl-optimized): New option
8982         (orgtbl-mode): New command, a minor mode.
8983         (orgtbl-mode-map): New variable.
8984         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8985         (orgtbl-error, orgtbl-self-insert-command)
8986         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8988         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8989         a local variable in each org-mode buffer.
8991         * textmodes/org.el (org-set-regexps-and-options): Rename from
8992         `org-set-regexps'.  Added checking for STARTUP keyword.
8993         (org-get-current-options): Add STARTUP options.
8994         (org-table-insert-row): Make mode intelligent about when
8995         realignment is needed.
8996         (org-self-insert-command, org-delete-backward-char, org-delete-char):
8997         New commands.
8998         (org-enable-table-editor): New default value `optimized'.
8999         (org-table-blank-field): Support blanking regions if active.
9001 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
9003         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9004         if the year is not given.
9006         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9007         Add new escapes %m and %M, fixed bug with %F by adding
9008         save-match-data.
9009         (reftex-reference): Remove ?. from list of spaces.
9010         (reftex-label-info): Add automatic label prefix recognition.
9012         * textmodes/reftex-index.el (reftex-index-next-phrase):
9013         Add slave parameter to call of `reftex-index-this-phrase'.
9014         (reftex-index-this-phrase): New optional argument.
9015         (reftex-index-region-phrases): Add slave parameter to call of
9016         `reftex-index-this-phrase'.
9017         (reftex-display-index): New argument redo.
9018         (reftex-index-rescan): Add 'redo to arguments of
9019         `reftex-display-index'.
9020         (reftex-index-Rescan, reftex-index-revert)
9021         (reftex-index-switch-index-tag): Add 'redo to arguments of
9022         `reftex-display-index'.
9023         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9024         indexing.  Fix bug with matching is there is a quote before or
9025         after the word.
9027         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9028         Fix bug when collecting citation keys in lines with comments.
9029         (reftex-citation): Prefix argument no longer rescans the document,
9030         but forces prompting for optional arguments of cite macros.
9031         (reftex-do-citation): Prompting for optional arguments implemented.
9033         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9034         Add optional arguments to most cite commands.
9035         (reftex-cite-cleanup-optional-args): New option
9036         (reftex-cite-prompt-optional-args): New option.
9037         (reftex-trust-label-prefix): New option.
9039         * textmodes/reftex-toc.el (reftex-toc-find-section):
9040         Add push-mark before changing the position in the buffer.
9042         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9043         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9045 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
9047         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9048         more carefully.
9050 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9052         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9053         (sgml-mode): Use it.
9054         (sgml-get-context): Better keep track of implicitly closed tags.
9056 2005-01-13  Kenichi Handa  <handa@m17n.org>
9058         * textmodes/ispell.el: These changes are to fix misalignment error
9059         caused by equivalent characters of different Emacs charsets.
9060         (ispell-unified-chars-table): New variable.
9061         (ispell-get-decoded-string): New function.
9062         (ispell-get-casechars, ispell-get-not-casechars)
9063         (ispell-get-otherchars): Call ispell-get-decoded-string.
9065 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
9067         * custom.el (custom-declare-variable): Just put symbol instead
9068         of (defvar . symbol) in `current-load-list'.
9070 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9072         * emacs-lisp/elint.el: Fixed typo in Commentary section.
9074 2005-01-12  Jay Belanger  <belanger@truman.edu>
9076         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9077         to create a Calc summary.
9079 2005-01-12  Kim F. Storm  <storm@cua.dk>
9081         * mouse.el (mouse-on-link-p): Change functionality and doc
9082         string to comply with latest description in lisp ref.
9084 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
9086         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9087         Enable mouse clicks on mode-line, header-line and margin.
9088         (event-type): Give mouse event symbols an 'event-kind property
9089         with value 'mouse-click.
9091 2005-01-12  Juri Linkov  <juri@jurta.org>
9093         * facemenu.el (list-colors-display): Add new arg buffer-name.
9094         Use it.  Fix docstring.  Replace code for identifying duplicate
9095         colors by the name with call to `list-colors-duplicates' which
9096         identifies duplicate colors by the value unless the color
9097         is one of special Windows colors.  Set truncate-lines to t.
9098         Print sorted duplicate color names on each line.  Indent to 22
9099         \(the longest color name in rgb.txt) instead of 20.  Optimize.
9100         (list-colors-duplicates): New function.
9101         (facemenu-color-name-equal): Delete function.
9103         * facemenu.el (list-colors-print): New function created from code
9104         in list-colors-display.  Print #RRGGBB at the window right edge.
9105         (list-colors-display): When temp-buffer-show-function is not
9106         defined, call list-colors-print from temp-buffer-show-hook
9107         to get the right value of window-width in list-colors-print
9108         after the buffer is displayed.
9110         * simple.el (pop-mark): Move deactivate-mark out of conditional
9111         part to deactivate the active mark regardless of the state of the
9112         mark ring.
9114         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9115         variables line in desktop files.
9117 2005-01-12  Juri Linkov  <juri@jurta.org>
9119         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9120         Bring together isearch highlight related options.
9121         (lazy-highlight): Replace group `replace' by `matching'.
9122         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9123         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9124         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9125         and declare them obsolete.
9126         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9127         (isearch-faces): Remove defgroup.
9128         (isearch-overlay, isearch-highlight, isearch-dehighlight):
9129         Move isearch highlighting code closer to lazy highlighting code.
9131         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9132         (query-replace-highlight, query-replace-lazy-highlight)
9133         (query-replace): Move definitions to the beginning of the file.
9135 2005-01-11  Juri Linkov  <juri@jurta.org>
9137         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9138         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9139         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9141         * info.el (Info-history-forward): New variable.
9142         (Info-select-node): Reset Info-history-forward to nil.
9143         (Info-last): Turn into defalias.
9144         (Info-history-back): Rename from Info-last.
9145         Add current node to Info-history-forward.
9146         (Info-history-forward): New fun.
9147         (Info-mode-map): Replace Info-last by Info-history-back.
9148         Bind Info-history-forward to "r".
9149         (Info-mode-menu): Replace Info-last by Info-history-back.
9150         Fix menu item text.  Add menu item for Info-history-forward.
9151         (info-tool-bar-map): Replace Info-last by Info-history-back.
9152         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
9153         for Info-history-forward.
9154         (Info-mode): Replace Info-last by Info-history-back in docstring.
9155         Add local variable Info-history-forward.
9156         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9158 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9160         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9161         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9162         Ignore select-window events rather than fiddle with
9163         mouse-autoselect-window.
9165 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
9167         * type-break.el (type-break-mode): Fix previous change.
9169 2005-01-10  Jay Belanger  <belanger@truman.edu>
9171         * calc/calc-ext.el (calc-reset): Reset when inside embedded
9172         calculator; only reset when point is inside a calculator.
9173         Don't adjust the window height if the window takes up the whole height
9174         of the frame.
9176 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
9178         * ebuff-menu.el (Electric-buffer-menu-mode):
9179         Preserve value of buffer-local var header-line-format.
9181 2005-01-09  Jay Belanger  <belanger@truman.edu>
9183         * calc/calc.el (calc-mode-var-list-restore-saved-values):
9184         Make sure settings file exists before accessing it.
9186         * calc/calc-embed.el (calc-embedded-subst):
9187         Replace math-multi-subst-rec, which is only supposed to be called
9188         by math-multi-subst, by math-multi-subst.
9190 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
9192         * vc.el (vc-allow-async-revert): New user option.
9193         (vc-disable-async-diff): New internal variable.
9194         (vc-revert-buffer): Use them to disable asynchronous diff.
9196         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9197         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9198         asynchronously if vc-disable-async-diff is t.
9200 2005-01-09  Jay Belanger  <belanger@truman.edu>
9202         * calc/calc.el (defcalcmodevar): New macro.
9203         (calc-mode-var-list-restore-default-values)
9204         (calc-mode-var-list-restore-saved-values): New functions.
9205         (calc-mode-var-list): Use defcalcmodevar to define it.
9206         (calc-always-load-extensions, calc-line-numbering)
9207         (calc-line-breaking, calc-display-just, calc-display-origin)
9208         (calc-number-radix, calc-leading-zeros, calc-group-digits)
9209         (calc-group-char, calc-point-char, calc-frac-format)
9210         (calc-prefer-frac, calc-hms-format, calc-date-format)
9211         (calc-float-format, calc-full-float-format, calc-complex-format)
9212         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9213         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9214         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9215         (calc-matrix-brackets, calc-language, calc-language-option)
9216         (calc-left-label, calc-right-label, calc-word-size)
9217         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9218         (calc-display-raw, calc-internal-prec, calc-angle-mode)
9219         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9220         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9221         (calc-window-height, calc-display-trail, calc-show-selections)
9222         (calc-use-selections, calc-assoc-selections)
9223         (calc-display-working-message, calc-auto-why, calc-timing)
9224         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9225         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9226         (calc-gnuplot-default-device, calc-gnuplot-default-output)
9227         (calc-gnuplot-print-device, calc-gnuplot-print-output)
9228         (calc-gnuplot-geometry, calc-graph-default-resolution)
9229         (calc-graph-default-resolution-3d, calc-invocation-macro)
9230         (calc-show-banner): Use defcalcmodevar to declare them and set
9231         their default values.
9233         * calc/calc-ext.el (calc-reset): Restore saved values of variables
9234         instead of default values (but restore default values if there is
9235         an argument of 0).
9237 2005-01-09  David Kastrup  <dak@gnu.org>
9239         * desktop.el (desktop-restore-eager): Fix typo in type.
9241 2005-01-08  Richard M. Stallman  <rms@gnu.org>
9243         * cus-edit.el (customize): Delete :link.
9245 2005-01-08  Jay Belanger  <belanger@truman.edu>
9247         * calc/calc.el (calc-mode): Remove the extension from the
9248         `calc-settings-file' file name when loading it.
9250 2005-01-08  Kim F. Storm  <storm@cua.dk>
9252         * info.el (Info-mode-map, Info-next-link-keymap)
9253         (Info-prev-link-keymap, Info-up-link-keymap):
9254         Map follow-link to mouse-face.
9255         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9257 2005-01-08  Jay Belanger  <belanger@truman.edu>
9259         * calc/calc.el (calc-settings-file): Change default value.
9260         Suggested by cgw in a comment in calc-mode.el.
9262         * calc/calc-mode.el (calc-settings-file-name):
9263         Compare calc-settings-file to user-init-file instead of ~/.emacs.
9264         Replace ~/.emacs in a prompt by calc-settings-file.
9266 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
9268         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9269         (desktop-lazy-idle-delay): New customizable variables.
9270         (desktop-buffer-args-list): New variable.
9271         (desktop-append-buffer-args): New function.
9272         (desktop-save): Call desktop-append-buffer-args for some buffers.
9273         (desktop-lazy-create-buffer): New function.
9274         (desktop-idle-create-buffers): New function.
9275         (desktop-read): Add message about buffers to restore lazily.
9276         (desktop-lazy-abort): New command.
9277         (desktop-clear): Call desktop-lazy-abort.
9278         (desktop-lazy-complete): New command.
9280 2005-01-06  Richard M. Stallman  <rms@gnu.org>
9282         * emacs-lisp/find-func.el (find-face-definition):
9283         Rename from find-face.
9285 2005-01-06  Kim F. Storm  <storm@cua.dk>
9287         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9289         * man.el (Man-xref-man-page, Man-xref-header-file)
9290         (Man-xref-normal-file): Add follow-link property.
9292 2005-01-06  Jay Belanger  <belanger@truman.edu>
9294         * calc/calc-units.el: Make sure the proper macro definitions are
9295         available when compiling.
9297 2005-01-06  Juri Linkov  <juri@jurta.org>
9299         * isearch.el (isearch-lazy-highlight-update):
9300         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9302 2005-01-06  Miles Bader  <miles@gnu.org>
9304         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9305         (isearch-lazy-highlight-face): Use new name.
9307 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9309         * uniquify.el (uniquify-rationalize-file-buffer-names):
9310         Re-add an interactive spec.
9311         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9312         to the same name.
9314         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9315         (isearch-update, isearch-done): Adjust calls accordingly.
9317 2005-01-05  Richard M. Stallman  <rms@gnu.org>
9319         * custom.el (custom-set-variables, custom-theme-set-variables):
9320         Clarify documentation.
9322         * emacs-lisp/find-func.el (find-variable)
9323         (find-variable-other-window, find-variable-other-frame):
9324         Fix the TYPE args to find-function-read and find-function-do-it.
9325         (find-function): Doc fix.
9326         (find-function-at-point): Replace function-at-point alias.
9328 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9330         * cus-face.el (custom-declare-face):
9331         Record defface in current-load-list.
9333         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9335         * emacs-lisp/find-func.el: Doc fixes.
9336         (find-face-regexp): New variable.
9337         (find-function-regexp-alist): New variable.
9338         (find-function-C-source): Third arg is now TYPE.
9339         (find-function-search-for-symbol): Handle general TYPE.
9340         (find-function-read, find-function-do-it): Handle general TYPE.
9341         (find-definition-noselect, find-face): New functions.
9342         (function-at-point): Alias deleted.
9344 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9346         * battery.el (display-battery-mode): Rename from display-battery.
9347         Handle the case where it gets turned off.
9349 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9351         * cus-edit.el (customize): Make :link point to user doc.
9353         * man.el (Man-fontify-manpage): Turn off undo generation.
9355         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9357 2005-01-04  Andreas Schwab  <schwab@suse.de>
9359         * files.el (insert-directory): Only look for error lines in
9360         inserted text.  Don't move too far after processing --dired markers.
9362 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9364         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9365         Don't expand if the character is @, period, dash, etc.
9366         (define-mail-abbrev): Quote names that contain problem characters.
9368 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
9370         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9372 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9374         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9375         (query-replace-highlight, query-replace-lazy-highlight)
9376         (query-replace): Definitions moved up.  Doc fix.
9378 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9380         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9381         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9382         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9383         (lazy-highlight-face): Rename from isearch-lazy-...
9384         Change all references to them.
9386 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9388         * cus-edit.el (custom-file): Doc fix for defcustom.
9389         (custom-file): The function no longer sets the variable
9390         `custom-file' to its return value.
9392         * startup.el (command-line): No longer load `custom-file'.
9394 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9396         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9398         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9399         Don't confuse module-prefixed identifiers for labels.
9400         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9402 2005-01-02  Richard M. Stallman  <rms@gnu.org>
9404         * files.el (basic-save-buffer-1): Fix previous change.
9406         * loadhist.el (file-loadhist-lookup): New function.
9407         (file-provides, file-requires): Use it.
9409         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9410         instead of calculating the right size.
9412 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
9414         * vc-svn.el (vc-svn-diff): Stay local if possible.
9416 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9418         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9420         * files.el (hack-local-variables): Fix last change.
9422 2005-01-02  Jay Belanger  <belanger@truman.edu>
9424         * calc/calc-yank.el (calc-edit-top): New variable.
9425         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9426         object.  Change header properties.
9427         (calc-edit-finish, calc-edit-finish-stack-object)
9428         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9429         edited object.
9430         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9431         for the beginning of the edited object.
9432         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9433         for the beginning of the edited object.
9434         * calc/calc-prog.el (calc-edit-macro-finish-edit)
9435         (calc-finish-formula-edit, calc-macro-repeats)
9436         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9437         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9438         beginning of the edited object.
9439         (calc-user-define-edit): Change the header for editing macros.
9440         Remove unnecessary variable.
9442 2005-01-01  Jay Belanger  <belanger@truman.edu>
9444         * calc/calc-yank.el (calc-edit-mode): Change default header.
9445         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9446         * calc/calc-store.el (calc-edit-variable): Change title to match new
9447         header.
9448         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9449         mode to match new header.
9450         (calc-user-define-edit): Change titles to include names of commands.
9451         (calc-finish-formula-edit): Adjust to handle new header.
9452         (calc-finish-macro-edit): Remove.
9453         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9454         (calc-edit-macro-command, calc-edit-macro-command-type)
9455         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9456         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9457         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9458         (calc-edit-macro-finish-edit): New functions.
9459         (calc-user-define-edit): Use new functions to edit named calc macros.
9461 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
9463         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9465         * ses.el (copy-region-as-kill): Deactivate mark.
9467 2005-01-01  Richard M. Stallman  <rms@gnu.org>
9469         * replace.el (occur-1): If the output buffer is also an input,
9470         don't kill it, rename it.
9472         * faces.el (set-face-background, set-face-foreground): Doc fix.
9474         * cus-face.el (custom-face-attributes): Fix :help-echo strings
9475         for :foreground and :background.
9477         * dired.el (dired-view-command-alist): Variable deleted.
9478         (dired-view-file, dired-mouse-find-file-other-window):
9479         Delete the code to use it.
9481 2005-01-01  Kim F. Storm  <storm@cua.dk>
9483         * image.el (insert-sliced-image): Use t for line-height property.
9485 2004-12-31  Jay Belanger  <belanger@truman.edu>
9487         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9488         for "var-" at the beginning of the minibuffer.
9490 2004-12-31  Richard M. Stallman  <rms@gnu.org>
9492         * faces.el (read-face-name):
9493         Don't treat an attribute spec as a list of faces.
9495         * simple.el (undo): Use undo-equiv-table to detect
9496         unexpected changes since previous undo.
9497         (undo-list-saved): Variable deleted.
9498         (buffer-disable-undo): Don't alter undo-list-saved.
9500         * files.el (require-final-newline): Allow `visit' and `visit-save'.
9501         (mode-require-final-newline): New option.
9502         (after-find-file): Handle require-final-newline with new values.
9503         (basic-save-buffer): Handle new values of require-final-newline.
9505         * progmodes/sh-script.el (sh-require-final-newline):
9506         Alist value now controls whether to use mode-require-final-newline.
9507         (sh-set-shell): Implement that new meaning.
9509         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9510         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9511         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9512         Delete old-Emacs compatibility code.
9513         (antlr-c-common-init): Function deleted.
9515         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9516         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9517         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9518         * progmodes/python.el (python-mode): Use mode-require-final-newline.
9519         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9520         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9521         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9522         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9523         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9524         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9525         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9526         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9527         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9528         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9529         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9530         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9532 2004-12-31  Jay Belanger  <belanger@truman.edu>
9534         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9535         way to return to Calc.
9537         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9538         finish, C-xk as the way to cancel the edit.  Add cancel routine to
9539         kill-buffer-hook.
9541         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9542         MacEdit code.
9544         * calc/calc-prog.el: Remove obsolete MacEdit code.
9545         (calc-macro-edit-algebraic, calc-macro-edit-variable)
9546         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9548 2004-12-31  Kenichi Handa  <handa@m17n.org>
9550         * international/mule.el (buffer-file-coding-system-explicit):
9551         Rename for explicit-buffer-file-coding-system.
9552         (after-insert-file-set-coding): Adjust for the above change.
9554         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9555         to buffer-file-coding-system-explicit.
9556         (basic-save-buffer-1): Likewise.
9558 2004-12-30  Richard M. Stallman  <rms@gnu.org>
9560         * textmodes/artist.el (artist-butlast-fn): Var deleted.
9561         (artist-butlast, artist-last): Functions deleted.
9562         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9563         (artist-compute-key-compl-table): Call remq directly.
9564         (artist-remove-nulls): Function deleted.
9565         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9566         (artist-push, artist-pop): Macro deleted.
9568 2004-12-30  Andreas Leue  <al@sphenon.de>
9570         * textmodes/artist.el (artist-version): 1.2.6
9571         (artist-prev-next-op-alist): New variable.
9572         (artist-select-next-op-in-list): New function.
9573         (artist-select-prev-op-in-list): New function.
9574         (artist-make-prev-next-op-alist): New function.
9575         (artist-is-in-op-list-p): New function.
9576         (artist-get-first-non-nil-op): New function.
9577         (artist-get-last-non-nil-op): New function.
9578         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9579         artist-prev-next-op-alist.
9580         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9581         change drawing operation.
9583 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9585         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9587 2004-12-31  Masatake YAMATO  <jet@gyve.org>
9589         * server.el (server-process-filter): Suppress `error', too.
9591 2004-12-30  Jay Belanger  <belanger@truman.edu>
9593         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9594         Change the way a variable is displayed in a message.
9596         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9597         (calc-user-define-permanent, calc-execute-kbd-macro):
9598         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9600 2004-12-30  Kenichi Handa  <handa@m17n.org>
9602         * files.el (basic-save-buffer-1):
9603         Set explicit-buffer-file-coding-system to last-coding-system-used.
9604         (revert-buffer): Pay attention to
9605         explicit-buffer-file-coding-system (not buffer-file-coding-system)
9606         on bind coding-system-for-read.
9608         * international/mule.el (explicit-buffer-file-coding-system):
9609         New buffer local variable.
9610         (after-insert-file-set-coding): Set it to coding-system-for-read.
9612 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
9614         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9616 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
9618         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9619         that include line numbers.
9621 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
9623         * files.el (hack-local-variables): If no PREFIX, set it to "^".
9624         Redundant variable PREFIXLEN removed.
9626 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
9628         * eshell/em-hist.el (eshell-previous-matching-input):
9629         Start the deletion from the end of the output.
9631 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9633         * term/mac-win.el: Require x-dnd.
9634         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
9636 2004-12-29  David Kastrup  <dak@gnu.org>
9638         * international/mule.el (decode-coding-inserted-region):
9639         Don't barf if `buffer-undo-list' is already set to `t'.
9641 2004-12-29  Jay Belanger  <belanger@truman.edu>
9643         * calc/calc-prog.el (calc-user-define-formula): Put default values
9644         for function names in prompts.
9645         (calc-user-define-permanent, calc-user-define-composition)
9646         (calc-user-define-formula): Remove the need for "calcFunc-" in the
9647         default input for algebraic functions.
9649 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
9651         * vc-rcs.el (vc-rcs-annotate-command):
9652         Fix omission bug: Call `vc-setup-buffer'.
9654 2004-12-29  Kenichi Handa  <handa@m17n.org>
9656         * international/mule.el (recode-region): New function.
9658 2004-12-28  Richard M. Stallman  <rms@gnu.org>
9660         * simple.el (undo-extra-outer-limit): New variable.
9661         (undo-outer-limit-truncate): Test and set it.
9663         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9664         enables the feature to extend the existing region.
9666         * simple.el (mark-word): New arg ALLOW-EXTEND
9667         enables the feature to extend the existing region.
9669         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9670         enables the feature to extend the existing region.
9672         * startup.el (site-run-file): Don't allow setting it with Custom.
9674         * simple.el (buffer-disable-undo): Fix previous change.
9676 2004-12-27  Masatake YAMATO  <jet@gyve.org>
9678         * hexl.el (hexlify-buffer): Remove fontification here.
9679         Use font lock mechanism instead.
9680         (hexl-font-lock-keywords): New font lock kewords.
9681         (hexl-mode-old-font-lock-keywords): New variable.
9682         (hexl-mode): Store the old font lock keywords.
9683         (hexl-mode-exit): Restore the old font lock keywords.
9685 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9687         * simple.el (undo): Fix previous change.
9689 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9691         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
9692         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9693         Call x-open-connection on Mac OS X.
9695 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9697         * files.el (buffer-save-without-query): New var (buffer-local).
9698         (save-some-buffers): Save those buffers first, w/o asking.
9700         * files.el (insert-directory-ls-version): New variable.
9701         (insert-directory): When ls returns an error, test the version
9702         number to decide what the return code means.
9703         With --dired output format, detect and distinguish lines
9704         that are really error messages.
9705         (insert-directory-adj-pos): New function.
9707         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9709         * battery.el (battery-mode-line-format): Remove initial spaces.
9711         * uniquify.el (uniquify-rationalize-file-buffer-names):
9712         Delete interactive spec.
9714         * type-break.el (type-break-mode): Set buffer-save-without-query.
9715         Remove code that tried to set save-some-buffers-always.
9716         (type-break-file-keystroke-count): Bind deactivate-mark.
9718         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9720         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9721         Test that the buffer is live, and maybe reject current buffer too.
9722         Clarify.
9723         (next-error-find-buffer): Rewrite for clarity.
9725         * loadup.el: Don't use buffer-disable-undo; do it directly.
9727         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9728         (describe-variable): Call symbol-file with `defvar'.
9730         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9731         (symbol-file): Rewritten to handle new load-history format.
9732         Now takes an arg TYPE to specify looking for a particular
9733         type of definition only.
9735         * emacs-lisp/debug.el (debugger-make-xrefs):
9736         Call symbol-file with `defun'.
9738         * emacs-lisp/find-func.el (find-function-noselect):
9739         Call symbol-file with `defun'.
9740         (find-variable-noselect): Call symbol-file with `defvar'.
9742         * eshell/esh-cmd.el (eshell-find-alias-function):
9743         Call symbol-file with `defun'.
9745         * eshell/esh-test.el (eshell-test-goto-func):
9746         Call symbol-file with `defun'.
9748         * mail/rmail.el (rmail-resend):
9749         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9751         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9753         * progmodes/compile.el (compilation-find-buffer): Rename arg.
9755         * textmodes/texinfmt.el (texinfo-format-buffer-1):
9756         Call buffer-disable-undo.
9758         * simple.el (undo-list-saved): New variable (buffer-local).
9759         (undo): Set and test it.
9760         (buffer-disable-undo): Move here from buffer.c.
9761         Clear out undo-list-saved.
9763         * international/mule.el (decode-coding-inserted-region):
9764         Set buffer-undo-list in a correct and optimal way.
9766         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9767         (cperl-font-lock-unfontify-region-function): No need to save and
9768         restore info, since font-lock.el does it for us.
9770         * ansi-color.el (save-buffer-state): Definition deleted.
9771         (ansi-color-unfontify-region): Don't use save-buffer-state.
9773 2004-12-27  Dave Love  <fx@gnu.org>
9775         * wid-edit.el (function): Use restricted-sexp as parent.
9777 2004-12-27  Kevin Ryde  <user42@zip.com.au>
9779         * simple.el (next-matching-history-element): Use same
9780         `interactive' form as previous-matching-history-element.
9782         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9783         it can appear unencoded and has been seen from yahoo.
9785 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
9787         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9788         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
9790 2004-12-27  Kenichi Handa  <handa@m17n.org>
9792         * international/utf-8.el (utf-translate-cjk-load-tables):
9793         Bind coding-system-for-read to nil while loading subst-*.
9795 2004-12-26  Jay Belanger  <belanger@truman.edu>
9797         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9798         default input.
9800 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
9802         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9803         before reverting and disable undo recording while reverting.
9805 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
9807         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9808         (hs-make-overlay): New function.
9809         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9810         (hs-flag-region): Delete function.
9811         (hs-hide-comment-region): No longer use `hs-flag-region'.
9812         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9813         (hs-hide-block-at-point): Likewise.
9814         (hs-hide-level-recursive): Use `hs-discard-overlays'.
9815         (hs-hide-all, hs-show-all): Likewise.
9816         (hs-show-block): Likewise.
9817         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9819 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
9821         * progmodes/hideshow.el: Require `cl' when compiling.
9822         Remove XEmacs and Emacs 19 compatibility.
9823         Use `dolist' and `add-to-list' for load-time actions.
9824         (hs-discard-overlays): Use `dolist'.
9825         (hs-show-block): Likewise.
9827 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
9829         * faces.el (mode-line, mode-line-inactive): Use min-colors.
9831 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
9833         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9834         When extending backwards, move outside the current comment first.
9836 2004-12-22  Kenichi Handa  <handa@m17n.org>
9838         * international/quail.el (quail-start-translation): Fix prompt
9839         string for the case if input-method-use-echo-area being non-nil.
9840         (quail-start-conversion): Likewise.
9841         (quail-show-guidance): Don't show guidance if
9842         input-method-use-echo-area is non-nil.
9844 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9846         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9848 2004-12-21  Markus Rost  <rost@ias.edu>
9850         * calendar/diary-lib.el (mark-diary-entries):
9851         Set mark-diary-entries-in-calendar only after checking for diary-file.
9853 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9855         * faces.el (escape-glyph): Use blue against light foreground.
9857         * simple.el (undo-outer-limit-truncate): New function.
9858         (undo-outer-limit-function): Use undo-outer-limit-truncate.
9860 2004-12-21  Eli Barzilay  <eli@barzilay.org>
9862         * calculator.el (calculator-radix-grouping-mode)
9863         (calculator-radix-grouping-digits)
9864         (calculator-radix-grouping-separator):
9865         New defcustoms for the new radix grouping mode functionality.
9866         (calculator-mode-hook): Now used in electric mode too,
9867         (calculator): Call it.
9868         (calculator-mode-map): Some new keys.
9869         (calculator-message): New function.  Some new calls.
9870         (calculator-op, calculator-set-register): Use it.
9871         (calculator-string-to-number): New function, mostly moved and
9872         updated code from calculator-curnum-value.
9873         (calculator-curnum-value): Use it.
9874         (calculator-paste): Use it, and update grabbing the current-kill.
9875         (calculator-rotate-displayer)
9876         (calculator-rotate-displayer-back): Toggle digit grouping when
9877         in radix mode, use calculator-message.
9878         (calculator-displayer-prev, calculator-displayer-next):
9879         Change digit group size when in radix mode.
9880         (calculator-number-to-string): Rename from
9881         calculator-num-to-string.  Now deals with digit grouping in
9882         radix mode.
9883         (calculator-update-display, calculator-put-value): Use the new name.
9884         (calculator-fact): Return a floating point number.
9885         (calculator-mode): Doc fix.
9887 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9889         * calendar/calendar.el (view-other-diary-entries): Add autoload.
9890         * calendar/diary-lib.el (view-other-diary-entries):
9891         Use current-prefix-arg in interactive spec.
9893 2004-12-19  Jay Belanger  <belanger@truman.edu>
9895         * calc/calc-aent.el (calcAlg-blank-matching-open):
9896         Temporarily adjust the syntax of both delimiters of half-open intervals.
9898 2004-12-19  Kim F. Storm  <storm@cua.dk>
9900         * mouse.el (mouse-1-click-follows-link): Doc fix.
9902 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9904         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9905         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9906         instead of centraleuropean as the name
9908 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
9910         Sync with Tramp 2.0.46.
9912         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9913         parameters wrt Tramp convention.
9914         (tramp-handle-file-attributes-with-perl)
9915         (tramp-handle-directory-files-and-attributes): Apply it.
9916         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9917         `copy-program'.  Reported by Zack Weinberg
9918         <zack@codesourcery.com>.
9919         (top): Set `edebug-form-spec' property directly rather than
9920         calling `def-edebug-spec'.
9922         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9923         advice less fragile.  Surround temporary redefinition of
9924         `substitute-in-file-name' with `unwind-protect'.  Suggested by
9925         Matt Hodges <MPHodges@member.fsf.org>.
9927 2004-12-17  Juri Linkov  <juri@jurta.org>
9929         * replace.el (occur-accumulate-lines, occur-engine):
9930         Make forcing deferred font-lock fontification jit-specific.
9932 2004-12-17  Kim F. Storm  <storm@cua.dk>
9934         * mouse.el (mouse-1-click-follows-link): New defcustom.
9935         (mouse-on-link-p): New function.
9936         (mouse-drag-region-1): Implement mouse-1-click-follows-link
9937         functionality.  Map a mouse-1 click event into a mouse-2 (or
9938         other) event when position is inside a link.
9940         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9941         prefix in tooltip text with "mouse-1" when this is a link
9942         recognized by mouse-1-click-follows-link functionality.
9944         * help.el (describe-key): Report effective and original binding
9945         for mouse-1 when clicked on a link.
9946         (describe-mode): Add follow-link property to "minor-mode" button.
9948         * help-fns.el (describe-variable): Add follow-link property to
9949         "below" button.
9951         * help-mode.el (help-xref): Add follow-link property.
9953         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9954         (apropos-command, apropos-variable, apropos-face, apropos-group)
9955         (apropos-widget, apropos-plist): Add follow-link property.
9957         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9958         checks if position is in a filename, rather than some other
9959         clickable item.  Function looks for cvs-filename-face at position.
9961         * wid-edit.el (widget-specify-field, widget-specify-button):
9962         Map a :follow-link keyword into a follow-link property.
9963         (link): Add :follow-link keyword, map to RET binding.
9965         * dired.el (dired-mode-map): Map follow-link to mouse-face.
9967         * progmodes/compile.el (compilation-minor-mode-map)
9968         (compilation-button-map, compilation-mode-map): Likewise.
9970 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
9972         * play/zone.el (zone): Init `line-spacing' from orig buffer.
9973         (zone-replace-char): Take `count' and `del-count'
9974         instead of `direction'.  Update callers.  When `del-count' is
9975         non-nil, delete that many characters, otherwise `count' characters
9976         backwards.  Insert the newly-replaced string `count' times.
9977         (zone-fret): Handle chars w/ width greater than one.
9978         (zone-fall-through-ws): No longer take window width `ww'.
9979         Update callers.  Add handling for `char-width' greater than one.
9980         (zone-pgm-drip): Update var holding window-end position every cycle.
9982 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
9984         * vc.el (vc-default-update-changelog): Use insert-file-contents,
9985         rather than insert-file.
9987 2004-12-16  Jay Belanger  <belanger@truman.edu>
9989         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9990         (math-init-random-base, math-random-digit): Check to see if
9991         var-RandSeed is bound.
9992         (math-random-last): Declare it.
9993         (math-random-digit): Don't make math-random-last local.
9995 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
9997         * play/zone.el (zone): Fix omission bug: Use a self-disabling
9998         one-shot thunk for uniform (error, quit, normal) recovery.
9999         Reported by John Paul Wallington.
10000         (zone-pgm-random-life): Fix bug:
10001         Recognize empty initial field by lack of "@" chars.
10003 2004-12-16  Juri Linkov  <juri@jurta.org>
10005         * help.el (function-called-at-point):
10006         * help-fns.el (variable-at-point): As a last resort try stripping
10007         non-word prefixes and suffixes.
10009         * descr-text.el (describe-property-list): Don't treat syntax-table
10010         specially.  Use describe-text-sexp which inserts [show] button
10011         for large objects and handles printing errors.  Sort properties
10012         by names in alphabetical order instead of by value sizes.
10013         Add `mouse-face' to list of properties for `describe-face' widget.
10014         (describe-char): Mask out face-id from 19 bits of character.
10015         Print face-id separately.
10017         * replace.el (occur-accumulate-lines, occur-engine):
10018         Fontify unfontified matching lines in the source buffer
10019         before copying them.
10020         (occur-engine): Don't put mouse-face on context lines.
10021         (occur-next-error): Set point to line beginning/end
10022         before searching for prev/next property to skip multiple
10023         matches on a line (not supported by occur engine).
10024         Remove redundant prefix-numeric-value.
10026 2004-12-15  Juri Linkov  <juri@jurta.org>
10028         * replace.el (match): New face.
10029         (list-matching-lines-face): Change default from `bold' to `match'.
10031         * progmodes/grep.el (grep-match-face): New defvar.
10032         (grep-mode-font-lock-keywords): Use grep-match-face instead of
10033         compilation-column-face to highlight grep matches.
10035         * apropos.el (apropos-match-face): Change default from
10036         `secondary-selection' to `match'.
10038         * info-look.el (info-lookup-highlight-face): Change default from
10039         `highlight' to `match'.
10041 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
10043         * progmodes/executable.el (executable-interpret): Eliminate
10044         obsolete compile-internal, and switch to comint for interaction.
10046 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
10048         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10049         `&&' when skipping multiple statements on a line.
10051 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
10053         * play/zone.el (zone): Set `truncate-lines'.
10054         Also, init `tab-width' with value from original buffer.
10055         (zone-shift-up): Rewrite for speed.
10056         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10057         (zone-pgm-jitter): Remove redundant entries from ops vector.
10058         (zone-exploding-remove): Reduce iteration count.
10059         (zone-cpos): Convert to defsubst.
10060         (zone-replace-char): New defsubst.
10061         (zone-park/sit-for): Likewise.
10062         (zone-fret): Take window-start arg.
10063         Update callers.  Use `zone-park/sit-for'.
10064         (zone-fill-out-screen): Rewrite.
10065         (zone-fall-through-ws): Likewise.  Update callers.
10066         (zone-pgm-drip): Use `zone-replace-char'.
10067         Move var inits before while-loop.  Use `zone-park/sit-for'.
10068         (zone-pgm-random-life): Handle empty initial field.
10069         Use `zone-replace-char' and `zone-park/sit-for'.
10071 2004-12-15  Juri Linkov  <juri@jurta.org>
10073         * isearch.el (isearch-update): Test isearch-lazy-highlight
10074         before calling isearch-lazy-highlight-new-loop.
10075         (isearch-lazy-highlight-new-loop):
10076         Don't test isearch-lazy-highlight.
10078         * replace.el (perform-replace): Add isearch-case-fold-search.
10079         Use delimited-flag for isearch-regexp.
10080         Reset isearch-lazy-highlight-last-string to force lazy
10081         highlighting when called from isearch mode.
10082         (query-replace-highlight): Revert defcustom type to boolean.
10083         (query-replace-lazy-highlight): New defcustom.
10084         (query-replace): New face.
10085         (perform-replace, replace-highlight, replace-dehighlight):
10086         Test query-replace-lazy-highlight instead of special value
10087         `isearch' of query-replace-highlight.
10088         (replace-dehighlight): Don't call isearch-dehighlight.
10089         (replace-highlight): Don't call isearch-highlight.
10090         Use face `query-replace' unconditionally.
10092 2004-12-14  Kim F. Storm  <storm@cua.dk>
10094         * simple.el (inhibit-mark-movement): Remove defvar.
10095         (beginning-of-buffer, end-of-buffer): Don't use it.
10097         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10098         Don't use inhibit-mark-movement.
10100         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10101         (cua--undo-push-mark): Remove.
10102         (cua--pre-command-handler, cua--post-command-handler):
10103         Don't fiddle with inhibit-mark-movement.
10105 2004-12-14  Juri Linkov  <juri@jurta.org>
10107         * buff-menu.el (list-buffers-noselect): Collect internal info
10108         for every buffer in BUFFER-LIST arg too.
10109         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10110         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10111         Bind same-window-buffer-names and same-window-regexps to nil.
10113 2004-12-13  Juri Linkov  <juri@jurta.org>
10115         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10117         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10118         (sc-cite-region, sc-uncite-region, sc-recite-region):
10119         Fix previous change to handle not alist as a symbol, but
10120         a citation frame as a symbol that represents a variable name.
10122 2004-12-13  Richard M. Stallman  <rms@gnu.org>
10124         * filecache.el (file-cache-add-directory-using-find):
10125         Only set up file-cache-find-command-posix-flag if we will use it.
10127         * bindings.el (mode-line-buffer-identification-keymap):
10128         Don't cancel the mode-line's usual down-mouse-1 binding.
10130         * cus-edit.el (custom-face-selected): Handle `default' specs.
10131         (custom-face-edit): Increase extra-offset.
10132         (custom-display): Handle `default' specs.
10134         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10136         * emacs-lisp/elint.el (elint-standard-variables)
10137         (elint-unknown-builtin-args): Move definitions up.
10139         * net/browse-url.el (browse-url-url-at-point): Add autoload.
10141         * info.el (info-xref-visited): Use `default' instead of t.
10142         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10144         * faces.el (header-line, mode-line-inactive, tool-bar):
10145         Use `default' instead of t for setting the defaults.
10146         (face-spec-choose): Separate `t' from `default'.
10148         * subr.el (while-no-input): New macro.
10150 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
10152         * filecache.el (file-cache-add-directory-using-find):
10153         Only test file-cache-find-command-posix-flag on some systems.
10155 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10157         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10158         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10159         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10160         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10161         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10163 2004-12-12  Juri Linkov  <juri@jurta.org>
10165         * files.el (find-file-other-window, find-file-other-frame):
10166         Add the first buffer to the returned value to return the complete
10167         list of all visited buffers.
10168         (find-file-read-only, find-file-read-only-other-window)
10169         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10170         `find-file-read-args'.  Signal an error about non-existent file
10171         only if file name doesn't contain wildcards.  Toggle read-only in
10172         all visited buffers.
10173         (find-alternate-file, find-alternate-file-other-window):
10174         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
10175         called interactively.  Pass arg `wildcards' to other functions.
10176         (find-file-noselect): Doc fix.
10178         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10179         Doc fix.
10180         (ffap-directory-finder): New variable.
10181         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10182         (ffap-file-at-point): Add /* to immediately rejected names.
10183         Return absolute file names matching ffap-dired-wildcards.
10184         (ffap-read-file-or-url): Set default value for `completing-read'
10185         to `buffer-file-name'.
10186         (find-file-at-point): When filename matches ffap-dired-wildcards,
10187         call ffap-file-finder with t arg `wildcards', instead of dired.
10188         (ffap-other-window, ffap-other-frame): Return visited buffers.
10189         (ffap-read-only, ffap-read-only-other-window)
10190         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10191         (dired-at-point): Call ffap-directory-finder instead of dired.
10192         (ffap-dired-other-window, ffap-dired-other-frame)
10193         (ffap-list-directory): New commands.
10194         (ffap-bindings): New keybindings for new commands.
10196 2004-12-12  Juri Linkov  <juri@jurta.org>
10198         * simple.el (beginning-of-buffer, end-of-buffer):
10199         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10200         Do not push mark when mark is active in transient-mark-mode.
10202         * simple.el (mark-word):
10203         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10204         * textmodes/paragraphs.el (mark-paragraph):
10205         Extend the region when mark is active in transient-mark-mode,
10206         regardless of the last command.  Doc fix.
10208         * simple.el (mark-word): Preserve direction when repeating.
10209         Make arg optional.  Interactive "p" -> "P".
10210         (transient-mark-mode, inhibit-mark-movement): Doc fix.
10212         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10213         preserving direction, to mark forward instead of backward when mark
10214         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10216 2004-12-12  Juri Linkov  <juri@jurta.org>
10218         * isearch.el (isearch-edit-string): Set 7th arg of
10219         `read-from-minibuffer' to `t' to inherit the current input
10220         method (whose name is indicated by [IM] in the minibuffer prompt)
10221         from the current buffer to the minibuffer.
10222         (isearch-lazy-highlight-update): Put body to `with-local-quit'
10223         to allow C-g quitting for lazy highlighting looping inside the
10224         search with nested repetition operators.  Add overlay to the list
10225         before setting its face and other properties to avoid the case of
10226         code quitting after placing the new overlay but before it's
10227         recorded on the list.  Select the window where isearch was
10228         activated, to highlight matches in the right window when isearch
10229         switches the current window to the minibuffer.
10231         * international/isearch-x.el
10232         (isearch-process-search-multibyte-characters):
10233         Use `isearch-message' as initial input for `read-string' instead
10234         of adding it to the minibuffer prompt.  After reading a string
10235         remove the initial value of `isearch-message' from the string.
10237         * replace.el (replace-match-maybe-edit): Doc fix.
10238         (perform-replace): Don't call `replace-highlight' when automatic
10239         replacement is requested in literal mode, since it is intended
10240         only to highlight words during entering a new replacement string
10241         for \? in non-literal mode.
10243         * replace.el (query-replace-highlight): Add new value `isearch'
10244         that allows query replacement to use isearch highlighting.
10245         Change type from `boolean' to `choice'.  Doc fix.
10246         (replace-highlight, replace-dehighlight, perform-replace):
10247         Use isearch highlighting if query-replace-highlight eq `isearch'.
10249 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10251         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10252         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10254         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10255         case of \end{verbatim}.
10257 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
10259         * term.el (term-termcap-format): Synchronize with terminfo.
10260         (term-emulate-terminal): Handle reset.
10261         (term-reset-terminal): New function.
10263 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
10265         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10266         (zone-fill-out-screen): New func.
10267         (zone-pgm-drip): Use `zone-fill-out-screen'.
10268         Also, no longer go to point-min on every cycle.
10269         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10270         (zone-pgm-random-life-wait): New user var.
10271         (zone-pgm-random-life): New func.
10273 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
10275         * files.el (auto-mode-alist): Map .com to DCL mode.
10277 2004-12-09  Richard M. Stallman  <rms@gnu.org>
10279         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10281 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
10283         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10284         buffer with a display margin.
10286 2004-12-08  Jay Belanger  <belanger@truman.edu>
10288         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10289         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10291 2004-12-08  Richard M. Stallman  <rms@gnu.org>
10293         * faces.el: Delete code to set display table.
10294         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
10296 2004-12-08  Jay Belanger  <belanger@truman.edu>
10298         * calc/calc.el: Add math-read-preprocess-string to autoloads.
10300         * calc/calc-ext.el (math-read-replacement-list)
10301         (math-read-superscripts, math-read-preprocess-string): Move to
10302         calc-aent.el.
10304         * calc/calc-aent.el (math-read-replacement-list)
10305         (math-read-superscripts, math-read-preprocess-string): Move from
10306         calc-ext.el.
10308 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10310         * isearch.el (isearch-quote-char): Fix up typo in last change.
10312 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
10314         * mouse.el (mouse-set-font): Handle the case where the command was
10315         not invoked using the mouse.
10317         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10318         (edmacro-finish-edit): Further update for keyboard macros that are
10319         lambda forms.
10320         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10322 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10324         * font-lock.el (font-lock-unfontify-region): Save buffer state.
10325         (font-lock-default-unfontify-region): Don't save buffer state any more.
10327 2004-12-07  Jay Belanger  <belanger@truman.edu>
10329         * calc/calc-help.el (calc-describe-key):
10330         Set calc-summary-indentation even when Calc Summary buffer exists.
10332 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
10334         * calendar/holidays.el (holiday-easter-etc): Make arguments
10335         optional for backwards compatibility.  Doc fix.
10336         Remove un-necessary local vars mandatory, output-list.
10337         (holiday-advent): Make arguments optional for backwards
10338         compatibility.  Doc fix.
10340 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * paren.el (show-paren-function): Fix last change (2004-12-02).
10344         * international/mule-util.el (char-displayable-p): Return nil for
10345         unibyte mode.
10347         * subr.el (subregexp-context-p): New function.
10349         * isearch.el (isearch-quote-char): Use it.
10351         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10352         (regexp-opt-not-groupie*-re): Remove.
10353         (regexp-opt): Properly handle inputs with duplicate entries.
10355 2004-12-06  Richard M. Stallman  <rms@gnu.org>
10357         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10359         * cus-edit.el (custom-file): Doc fix.
10361         * textmodes/org.el: New file.
10363 2004-12-06  Kenichi Handa  <handa@m17n.org>
10365         * ldefs-boot.el: Update international/mule-util.el section.
10367 2004-12-05  Sam Steingold  <sds@gnu.org>
10369         * net/tramp.el (tramp-handle-file-accessible-directory-p):
10370         Fix `tramp-time-diff' comparison logic.
10372 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
10374         * progmodes/which-func.el (which-function):
10375         Use `run-hook-with-args-until-success' instead of a custom loop.
10376         Fixes bug with local hooks.
10378 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10380         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10381         Use delete-dups when calculating the initial value.
10382         (bibtex-autokey-get-title): Use <=.
10383         (bibtex-goto-line): New function.
10384         (bibtex-reposition-window): Use line numbers instead of point
10385         positions.  Use window-body-height.
10386         (bibtex-find-crossref): Use bibtex-reposition-window.
10387         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
10388         position of entry if key is found or nil if not found.
10390 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10392         * cus-edit.el (custom-file): Doc fix.
10394         * progmodes/sh-script.el (sh-indent-for-then): Change default.
10396 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10398         * simple.el (blink-matching-open):
10399         * textmodes/tex-mode.el (tex-validate-region):
10400         Obey syntax-table text properties.
10402 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10404         * wid-edit.el (widget-specify-field): Add `real-field' property to
10405         boundary.
10406         (widget-field-at): Use it.
10408 2004-12-02  Richard M. Stallman  <rms@gnu.org>
10410         * progmodes/cc-mode.el (awk-mode autoload):
10411         Supply t meaning interactive function.
10413         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
10414         (isearch-mode-map): No special definition for space.
10415         (isearch-whitespace-chars): Command deleted.
10416         (isearch-forward-regexp): Doc fix.
10417         (isearch-quote-char): When a space is not inside brackets,
10418         use `[ ]' instead of just space.
10419         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10421         * imenu.el (imenu--generic-function): Delete code to exclude
10422         matches in comments.
10424         * man.el (Man-reverse-face): Change default to `highlight'.
10426         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10427         (occur-engine): Use `face' prop rather than `font-lock-face'
10428         when specifying use of `match-face'.
10429         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10431         * emacs-lisp/elint.el (elint-standard-variables): Update list.
10433         * add-log.el (add-log-current-defun): Handle the case where point
10434         is in the header part of a DEFUN construct.
10436 2004-12-02  Dave Love  <fx@gnu.org>
10438         * progmodes/python.el (python-font-lock-syntactic-keywords):
10439         Fix previous change.
10441 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
10443         * paren.el (show-paren-function): Check for matching chars
10444         specified by text props.
10446 2004-12-02  Jay Belanger  <belanger@truman.edu>
10448         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10449         when reading a new key sequence.
10451 2004-12-02  Kim F. Storm  <storm@cua.dk>
10453         * faces.el (escape-glyph): Rename from glyph.
10454         (standard-display-table): Set it here.  Add escape-glyph face to
10455         extra slot characters.
10457         * disp-table.el: Undo 2004-12-01 change.  Display table is now
10458         setup in faces.el.
10460 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
10462         * xml.el (xml-parse-dtd): Don't show validity messages when
10463         xml-validating-parser is nil.
10464         (xml-substitute-special): Fix validity error messages to
10465         actually show the unexpandable entity.  Added validity error if &
10466         isn't followed by an entity.
10467         (xml-parse-tag): Concatenate any string following the a
10468         <![CDATA[]]> section to the parsed CDATA.
10469         (xml-parse-dtd): Skip parameter entity declarations and use of
10470         parameter entities.
10472 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10474         * kmacro.el (kmacro-default-counter-format): New var.
10475         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
10476         (kmacro-display): Remove `nil' from `and' form.  Delete call to
10477         `format' inside `message'.
10478         (kmacro-start-macro): Use `kmacro-default-counter-format'.
10480 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10482         * pcvs.el (cvs-header-msg): New function.
10483         (cvs-update-header): Use it.  Change calling convention.
10484         Correctly handle the case of having simultaneous active processes.
10485         (cvs-sentinel): Don't call cvs-update-header any more.
10486         (cvs-mode-run): Update call and add cvs-update-header to postproc.
10488 2004-12-01  Jay Belanger  <belanger@truman.edu>
10490         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10491         Change message.
10493 2004-12-01  Juri Linkov  <juri@jurta.org>
10495         * progmodes/prolog.el (prolog-mode-variables):
10496         Fix imenu-generic-expression.
10498 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
10500         * faces.el (glyph): New face.
10502         * disp-table.el: Add an autoloaded table, that doesn't require
10503         this library, with glyph face.
10505         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10506         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10507         (conf-quote-normal): Allow normalizing only ' or ".
10508         (conf-mode): Regexp-quote constructed comment-start and don't
10509         match section {} where "name" contains braces.
10511         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10512         files.
10514 2004-12-01  Kenichi Handa  <handa@m17n.org>
10516         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10517         (x-select-text): Don't treat eight-bit-control/graphic chars
10518         specially.  Store the encoded text in the X cut buffer.
10519         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10520         with x-last-selected-text-cut-encoded.
10522 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10524         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10526 2004-11-30  Markus Rost  <rost@ias.edu>
10528         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10529         AUCTeX.
10531 2004-11-30  Jay Belanger  <belanger@truman.edu>
10533         * calc/calc-arith.el (math-possible-signs): Made stronger checks
10534         on signs of intervals.
10535         (math-pow-of-zero): Strengthen checks for positive and negative
10536         exponents.
10538         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10539         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10540         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10541         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10542         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10543         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10544         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10545         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10546         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10547         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10548         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10549         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10550         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10551         with provide statements.
10553         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10555         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10557         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10558         (calc-load-everything, math-defsimplify): Replace dummy autoloading
10559         functions by require statements.
10560         (math-defsimplify): Move to calc-alg.el, add to autoloads.
10562         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10563         (calc-gnuplot-print): Give them values.
10565         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10566         autoloads.
10567         Add calc-do-embedded-activate to autoloads.
10568         (calc-gnuplot-name, calc-gnuplot-plot-command)
10569         (calc-gnuplot-print-command): Move them to calc-graph.el.
10571 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10573         * term/mac-win.el (ccl-encode-mac-roman-font)
10574         (ccl-encode-mac-cyrillic-font)
10575         (ccl-encode-mac-centraleuropean-font, encoder-list)
10576         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10577         Support Cyrillic, CentralEuropean, and Dingbat font display
10579 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
10581         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10583         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10584         still nil.
10586 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
10588         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10589         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10591 2004-11-29  Jay Belanger  <belanger@truman.edu>
10593         * calc/calc-arith.el (math-pow-of-zero): Take into account different
10594         cases of the base and exponent.
10596 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10598         * simple.el (next-error-buffer-p): Allow for inclusive and
10599         exclusive tests for finding a buffer.
10600         (next-error-find-buffer): Pass the exclusive and inclusive tests
10601         to next-error-buffer-p.
10603         * replace.el (occur-next-error): Switch to the Occur buffer when
10604         appropriate, use the exclusive filter to next-error-find-buffer to
10605         do it.  Use the absolute value of the motion amount.
10607 2004-11-29  Kenichi Handa  <handa@m17n.org>
10609         * startup.el (command-line): Decode all default-directory by
10610         locale-coding-system.
10612 2004-11-29  Jay Belanger  <belanger@truman.edu>
10614         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10615         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10616         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10617         Replace calls to calc-extensions by appropriate require, replace
10618         calc-extensions-loaded by appropriate featurep.
10620         * calc/calc-ext.el: Move require to end of file.
10621         Remove redundant loading of calc.el.
10622         (calc-extensions-loaded): Remove unnecessary variable.
10623         (calc-extensions): Remove unnecessary function.
10624         (calc-load-everything): Replace calc-need-macros by appropriate require.
10626         * calc/calc-macs.el: Move provide to end of file.
10627         (calc-need-macros): Remove unnecessary function.
10629         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10630         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10631         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10632         Replace calc-extensions by appropriate require.
10633         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10635         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10636         Replace calc-need-macros by appropriate require.
10638         * calc/calc.el: Move require to end of file.
10639         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10640         Remove unnecessary variable.
10641         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10642         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10643         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10644         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10645         (math-stack-value-offset, math-format-value, math-format-flat-expr)
10646         (math-format-number, math-format-bignum, math-read-number)
10647         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10648         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10649         by appropriate require.
10650         (calc-check-defines): Replace calc-need-macros by appropriate require.
10652 2004-11-29  Kim F. Storm  <storm@cua.dk>
10654         * macros.el (insert-kbd-macro): Handle kmacro functions.
10656 2004-11-28  Juri Linkov  <juri@jurta.org>
10658         * compare-w.el (compare-windows-highlight): Attach each overlay
10659         to its window to properly highlight differences while comparing
10660         two windows of the same buffer.  Fix arguments.
10661         (compare-windows-sync-default-function): Fix arguments of
10662         `compare-windows-highlight'.
10664         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10665         Use `read-expression-history'.  Set initial contents only if
10666         `edebug-global-break-condition' is non-nil.  Set histpos to 1
10667         if initial contents is equal to the last history element.
10668         (edebug-set-conditional-breakpoint): Instead of temporarily
10669         prepending the current condition to the history, set initial
10670         contents to the current condition.  Set histpos to 1 if initial
10671         contents is equal to the last history element.
10673         * info.el (Info-search-whitespace-regexp): Remove shy group.
10674         (Info-search): Forward line if search is on the header line.
10675         Use search-whitespace-regexp in two other places.
10677 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10679         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10680         warning.  Delay real definition, which uses
10681         `set-fringe-indicators-1' till after the definition of that function.
10683 2004-11-28  Kim F. Storm  <storm@cua.dk>
10685         * fringe.el (fringe): New defgroup.
10686         (fringe-mode): Move to fringe group.
10687         (fringe-indicators): New defcustom.
10688         (set-fringe-indicators-1): New defun.
10690         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10691         (menu-bar-showhide-fringe-ind-menu): New keymap.
10692         (menu-bar-showhide-fringe-ind-empty)
10693         (menu-bar-showhide-fringe-ind-mixed)
10694         (menu-bar-showhide-fringe-ind-box)
10695         (menu-bar-showhide-fringe-ind-right)
10696         (menu-bar-showhide-fringe-ind-left)
10697         (menu-bar-showhide-fringe-ind-none): New defuns.
10698         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10700 2004-11-27  Richard M. Stallman  <rms@gnu.org>
10702         * comint.el (comint-read-noecho): Add trivial compatibility definition.
10704         * generic.el (define-generic-mode): Doc fix.
10706         * menu-bar.el (menu-bar-options-save): For the options
10707         that are toggled with menu-bar-make-mm-toggle, don't check
10708         for customized-value prop.
10710 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
10712         * mail/supercite.el (sc-cite-region): Handle the case where
10713         sc-cite-frame-alist is a symbol.
10714         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10715         a symbol.
10716         (sc-recite-region): Handle the case where sc-recite-frame-alist is
10717         a symbol.
10719 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
10721         * wid-edit.el (widget-narrow-to-field): New function.
10722         (widget-complete): Use it.
10724 2004-11-27  Jay Belanger  <belanger@truman.edu>
10726         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10727         variable.
10728         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10729         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10730         (math-alg-inequalities): Move declaration to earlier in the file.
10732         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10733         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10734         Declare them.
10736         * calc/calc-lang.el (math-expr-data, math-expr-token)
10737         (math-exp-old-pos): Declare them.
10739         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10740         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10742 2004-11-27  Kim F. Storm  <storm@cua.dk>
10744         * progmodes/flymake.el: Use (featurep 'xemacs).
10745         (flymake-makehash): Change to defsubst.  Use fboundp.
10746         (flymake-time-to-float): Remove.
10747         (flymake-float-time): Merge code from flymake-time-to-float here.
10748         (flymake-replace-regexp-in-string): Change to defsubst.
10749         (flymake-split-string-remove-empty-edges):
10750         Rename to flymake-split-string.
10751         (flymake-split-string): Remove previous defalias.
10752         (flymake-get-temp-dir): Change to defsubst.
10753         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10754         Define for xemacs only.
10755         (flymake-master-file-count-limit): Change into compiler defvar only.
10756         (flymake-find-possible-master-files): Let-bind it dynamically while
10757         sorting files using flymake-master-file-compare.
10759 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10761         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10762         of defun-prompt-regexp matches inside a comment/string but the
10763         beginning is correctly outside everything.
10765         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10766         appears within a string or a comment.
10768         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10769         rather than make-symbol for symbols which are used in
10770         a symbol-macrolet or equivalent.
10772 2004-11-26  Jay Belanger  <belanger@truman.edu>
10774         * calc-misc.el (calc-last-why-command): Declare it.
10776         * calc-vec.el (math-grade-vec): New variable.
10777         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10778         Replace variable grade-vec by declared variable.
10779         (math-rb-close): New variable.
10780         (math-read-brackets, math-read-vector): Replace variable close by
10781         declared variable.
10783         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10784         (calc-one-window, calc-edit-handler, calc-restore-trail)
10785         (calc-allow-ret): Declare them.
10787         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10788         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10789         (math-radix-float-cache-tag, math-random-cache)
10790         (math-max-digits-cache, math-integral-cache, math-units-table)
10791         (math-format-date-cache, math-holidays-cache-tag): Declare them.
10792         (math-moc-func): New variable.
10793         (math-map-over-constants, math-map-over-constants-rec):
10794         Replace variable func by declared variable.
10796         * calc/calc-store.el (calc-given-value, calc-store-opers):
10797         Declare them.
10798         (calc-var-name-map): Move declaration to earlier in the file.
10799         (calc-pv-pos): New variable.
10800         (calc-permanent-variable, calc-insert-permanent-variable):
10801         Replace variable pos by declared variable.
10803         * calc/calc-mtx.el (calc-det-lu): New variable.
10804         (math-det-raw, math-det-step): Replace variable lu by declared variable.
10806         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10807         (math-multi-subst, math-multi-subst-rec): Replace variables temp
10808         and arg by declared variables.
10809         (calcFunc-reducer): Fix incorrect variable.
10810         (math-inner-mul-func, math-inner-add-func): New variables.
10811         (calcFunc-inner, math-inner-mats): Replace variables mul-func
10812         and add-func by declared variables.
10814         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10815         (calc-digit-value): Declare them.
10817         * calc/calc-help.el (Info-history): Declare it.
10818         (calc-describe-key): Make calc-summary-indentation a local variable.
10819         (calc-help-long-names): Move declaration to earlier in file.
10821         * calc/calc-embed.el (calc-original-buffer): Declare it.
10822         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10823         (calc-embed-bot): New variables.
10824         (calc-do-embedded, calc-embedded-mark-formula)
10825         (calc-embedded-find-bounds, calc-embedded-duplicate)
10826         (calc-embedded-new-formula, calc-embedded-make-info):
10827         Replace vars outer-top, outer-bot, bot and top by declared variables.
10828         (calc-embed-prev-modes): New variable.
10829         (calc-embedded-set-modes, calc-embedded-update): Replace variable
10830         prev-modes with declared variable.
10831         (calc-embed-vars-used): New variable.
10832         (calc-embedded-make-info, calc-embedded-evaluate-expr)
10833         (calc-embedded-update, calc-embedded-find-vars): Replace variable
10834         vars-used by declared variable.
10836         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10837         (math-format-radix-float): Remove unnecessary setq.
10838         (math-radix-float-cache): Declare it.
10840         * calc/calcsel2.el (calc-keep-selection): Declare it.
10842         * calc/calc-maint.el: Remove file.
10844 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10846         * textmodes/bibtex.el (bibtex-sort-entry-class)
10847         (bibtex-comment-start): Use defcustom.
10848         (bibtex-entry-field-alist): Use nil if initial content of the
10849         field is undefined.  Fix docstring.
10850         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10851         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10852         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10853         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10854         Fix docstring.
10855         (bibtex-autokey-title-terminators): Use only one regexp.
10856         (bibtex-string-maybe-empty-head): New variable.
10857         (bibtex-remove-delimiters-string): New function.
10858         (bibtex-text-in-field-bounds, bibtex-text-in-string):
10859         Use bibtex-remove-delimiters-string.
10860         (bibtex-progress-message, bibtex-field-left-delimiter)
10861         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10862         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10863         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10864         Simplify.
10865         (bibtex-format-entry): Use save-excursion for inherited booktitle.
10866         Use eq and bibtex-remove-delimiters-string.  For end markers use
10867         insertion type so that marker stays after inserted text.
10868         (bibtex-autokey-get-names): Return empty string if name is missing.
10869         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10870         calling bibtex-autokey-name-case-convert.
10871         (bibtex-autokey-demangle-title):
10872         Call bibtex-autokey-titleword-case-convert.  Remove call to
10873         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10874         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10875         (bibtex-read-key): New optional arg global.
10876         (bibtex-files-expand): New optional arg force.
10877         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10878         (bibtex-complete-crossref-cleanup): Rename from
10879         bibtex-complete-key-cleanup.  Simplify code.
10880         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
10881         Operate on current entry.
10882         (bibtex-button): Add docstring.
10883         (bibtex-entry): Simplify.
10884         (bibtex-make-field): Replace optional arg called-by-yank with more
10885         specific args move and interactive.
10886         (bibtex-end-of-entry): Use forward-sexp.
10887         (bibtex-find-entry-globally): Remove.
10888         (bibtex-find-crossref): Allow for crossref key located in other buffer.
10889         Bound to C-c C-x.
10890         (bibtex-find-entry): New optional args global and display.
10891         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
10892         (bibtex-validate): Use arg force of bibtex-files-expand.
10893         (bibtex-clean-entry): Bugfix, clean string entries properly.
10894         Always keep point at beginning of entry.
10895         (bibtex-complete): Bugfix.  Handle string entries properly.
10896         Call cleanup functions only if needed.
10897         (bibtex-String): Use bibtex-read-string-key.
10898         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
10899         case of replacement text.
10901 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10903         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10904         (tramp-perl-directory-files-and-attributes): New constant.
10905         (tramp-file-name-handler-alist): Delete file-directory-files, add
10906         directory-files-and-attributes.
10907         (tramp-perl-file-attributes): Surround uid and gid by double
10908         quotes.  Change parameter id-format from nonnumeric.
10909         (tramp-convert-file-attributes): New function.
10910         (tramp-handle-file-attributes): Use it.
10911         (tramp-maybe-send-perl-script): New function.
10912         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
10913         file mode.  Change parameter id-format from nonnumeric.
10914         (tramp-handle-file-attributes-with-ls): Change parameter id-format
10915         from nonnumeric.
10916         (tramp-post-connection): Don't send tramp-perl-file-attributes
10917         script.  Reset connection property "perl-scripts".
10918         (tramp-handle-insert-directory): Run real handler when ls-lisp is
10919         in use.
10921 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10923         * desktop.el (desktop-read): Replace mapcar with mapc.
10924         (desktop-create-buffer): Replace mapcar with mapc.
10925         Remove redundant piece of code.
10927 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
10929         * progmodes/gud.el (gud-display-line): Use display-buffer
10930         for GDB-UI as for GUD.
10932         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10933         Delete variables.
10934         (gdb-ann3): Don't make GUD buffer dedicated.
10935         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10936         (gdb-display-source-buffer): Delete function.
10937         (gdb-view-source-function, gdb-view-assembler): Delete functions.
10938         (menu): Delete menu bindings for viewing source/assembler.
10939         (gdb-setup-windows, gdb-restore-windows):
10940         Don't dedicate GUD.  No assembler now.
10941         (gdb-reset): No need to undedicate source buffers now.
10942         (gdb-source-info): No assembler now.
10944 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
10946         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10947         width to those for special frames.
10948         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10949         Use display-buffer.
10950         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10951         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10952         (gdb-frame-assembler-buffer): Rework like
10953         gdb-frame-breakpoints-buffer.
10955 2004-11-25  Richard M. Stallman  <rms@gnu.org>
10957         * progmodes/flymake.el: Reindent.
10958         (flymake-split-string): Turn into defalias.
10959         (flymake-fix-file-name): Rename from flymake-fix-path-name.
10960         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10961         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
10962         (flymake-build-relative-filename): Rename from ...path.
10963         Fix error message.
10965 2004-11-25  Cheng Gao  <chenggao@gmail.com>
10967         * progmodes/flymake.el: Much whitespace and capitalization change.
10968         Move `provide' to end.  Require `compile' only when compiling.
10970 2004-11-24  Jay Belanger  <belanger@truman.edu>
10972         * calc/calc-alg.el: Added comment.
10973         (math-polynomial-base): Replace variable mpb-top-expr by
10974         math-poly-base-top-expr.
10976         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10977         (math-polynomial-p1): Replace variable mpb-top-expr by declared
10978         variable.
10979         (math-poly-base-total-base): New variable.
10980         (math-total-polynomial-base, math-polynomial-p1): Replace variable
10981         mpb-total-base by declared variable.
10982         (math-factored-vars, math-to-list): Declare it.
10983         (math-fact-expr): New variable.
10984         (calcFunc-factors, calcFunc-factor, math-factor-expr)
10985         (math-factor-expr-try, math-factor-expr-part): Replace variable
10986         expr by declared variable.
10987         (math-fet-x): New variable.
10988         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10989         by declared variable.
10990         (math-factor-poly-coefs): Make temp a local variable.
10992         * calc/calc-units.el (calc-convert-units): Make units a local
10993         variable.
10994         (calc-num-units, calc-den-units): New variables.
10995         (calc-explain-units, calc-explain-units-rec): Replace variables
10996         num-units and den-units by declared variables.
10997         (math-cu-unit-list): New variable.
10998         (math-build-units-table, math-compare-unit-names)
10999         (math-convert-units, math-convert-units-rec): Replace variable
11000         unit-list by declared variable.
11001         (math-fbu-base, math-fbu-entry): New variables.
11002         (math-find-base-units, math-find-base-units-rec): Replace variables
11003         base and entry by declared variables.
11004         (math-which-standard): New variable.
11005         (math-to-standard-units, math-to-standard-rec): Replace variable
11006         which-standard by declared variable.
11007         (math-fcu-u): New variable.
11008         (math-find-compatible-unit, math-find-compatible-unit-rec):
11009         Replace variable u by declared variable.
11010         (math-cu-new-units, math-cu-pure): New variables.
11011         (math-convert-units, math-convert-units-rec): Replace variables
11012         new-units and pure by declared variables.
11013         (math-try-cancel-units): New variable.
11014         (math-simplify-units-quotient): Replace variable try-cancel-units by
11015         declared variable.
11017 2004-11-24  Richard M. Stallman  <rms@gnu.org>
11019         * textmodes/ispell.el (ispell-check-version):
11020         If default-directory is nonexistent, use home dir.
11022         * progmodes/grep.el (grep-regexp-alist):
11023         Don't match parens around line numbers.
11025         * progmodes/cperl-mode.el (cperl-indent-region)
11026         (cperl-imenu--create-perl-index, cperl-xsub-scan):
11027         Don't print progress messages.
11029         * progmodes/compile.el (compilation-mode-map):
11030         Don't inherit from compilation-minor-mode-map;
11031         copy its bindings instead.  But the menu bar Compile
11032         entry now does inherit from compilation-menu-map.
11034         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11035         Use with-no-warnings around compiler-macroexpand.
11037         * imenu.el: Don't always require newcomment.
11038         (imenu--generic-function): Call comment-normalize-vars
11039         if we have a comment syntax.
11040         Exit the loop if REGEXP matches the null string.
11041         Test comment-start as well as comment-start-skip
11042         when deciding whether to check for comments.
11044         * tooltip.el (tooltip-mode): Doc fix.
11046         * term.el (term-escape-char, term-mode): Doc fixes.
11048 2004-11-24  Dave Love  <fx@gnu.org>
11050         * progmodes/python.el (python-font-lock-syntactic-keywords):
11051         Check for escapes in the regexp.
11052         (python-quote-syntax): Don't do it here.
11054 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11056         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11057         (gdb-frames-mode-map, gdb-threads-mode-map)
11058         (gdb-registers-mode-map, gdb-locals-mode-map)
11059         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11060         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11062         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11063         (dedicated-switch-to-buffer): Rework.
11064         (gdb-var-evaluate-expression-handler, gdb-put-string):
11065         Remove unused variable bindings.
11066         (gdb-setup-windows, gdb-display-buffer):
11067         Simplify.  Use pop-to-buffer.
11068         (gdb-view-source-function): Simplify.
11069         (gdb-frame-breakpoints-buffer):
11070         Use pop-to-buffer, special-display-regexps.
11072 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11074         * progmodes/f90.el (f90-smart-end)
11075         (f90-previous-statement, f90-beginning-of-block): Doc fix.
11076         (f90-calculate-indent): Handle un-named PROGRAM blocks.
11077         (f90-end-of-block): Doc fix.  Make check of outermost block
11078         conditional on value of `f90-smart-end'.
11079         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11080         Handle case where END-BLOCK is nil.
11081         (f90-match-end): Handle un-named PROGRAM blocks.
11082         (f90-backslash-not-special): New function.
11084 2004-11-24  Jay Belanger  <belanger@truman.edu>
11086         * calc/calc.el (calc-embedded-active): Removed unnecessary
11087         declaration.
11088         (calc-show-banner): Removed redundant declaration.
11090         * calc/calc-graph.el (calc-gnuplot-default-device)
11091         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11092         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11093         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11094         Remove redundant initial values.
11096         * calc/calc-arith.el (math-scalar-functions)
11097         (math-nonscalar-functions, math-scalar-if-args-functions)
11098         (math-real-functions, math-positive-functions)
11099         (math-nonnegative-functions, math-real-scalar-functions)
11100         (math-real-if-arg-functions, math-integer-functions)
11101         (math-num-integer-functions, math-rounding-functions)
11102         (math-float-rounding-functions, math-integer-if-args-functions)
11103         (math-super-types): Move declarations to earlier in file.
11104         (math-unit-prefixes): Declared it.
11105         (math-floor-prec, math-trunc-prec): New variables.
11106         (math-trunc-fancy): Replace variable prec by declared variable.
11107         (math-floor-fancy): Replace variable prec by declared variable.
11108         (math-com-bterms): New variable.
11109         (math-commutative-equal, math-commutative-collect):
11110         Replace variable bterms by declared variable.
11112         * calc/calc-misc.el (math-trunc): Replace variable prec by
11113         math-trunc-prec.
11114         (math-floor): Replace variable prec by math-floor-prec.
11116         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11117         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11118         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11119         (math-format-date, math-format-date-part): Replace variables
11120         date, dt, year, month, day, weekday, hour, minute, second and
11121         bc-flag by declared variables.
11122         (math-pd-str): New variable.
11123         (math-parse-date, math-parse-date-word, math-parse-standard-date):
11124         Replace variable str by declared variable.
11125         (math-daylight-savings-hook, math-tzone-names): Move definitions
11126         to earlier in the file.
11127         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11128         (math-sh-year): New variable.
11129         (math-setup-add-holidays, math-setup-holidays)
11130         (math-setup-year-holidays): Replace variable `year' by declared
11131         variable.
11133         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11134         New variables.
11135         (math-nth-root-float, math-nth-root-float-iter): Replace variables
11136         n, nf and nfm1 by declared variables.
11137         (math-nri-n): New variable.
11138         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11139         n by declared variable.
11140         (calcFunc-log): Removed misplaced condition.
11142 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11144         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11146 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11148         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11149         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11150         Dedicate gdb-related windows.
11151         (gdb-display-buffer): Dedicate gdb-related windows.
11152         Don't grab other frames.
11153         (gdb-reset): Remove dedicated property after debugging.
11155 2004-11-24  Jay Belanger  <belanger@truman.edu>
11157         * calc/calc-sel.el: Add comment.
11159         * calc/calc.el (math-stack-value-offset): Replace variables c,
11160         wid and off with math-svo-c, math-svo-wid and math-svo-off.
11162         * calc/calccomp.el (math-comp-sel-tag): Declare it.
11163         (math-svo-c, math-svo-wid, math-svo-off): New variables.
11164         (math-stack-value-offset-fancy): Replace variables c, wid and off
11165         by declared variables.
11166         (math-comp-just, math-comp-comma-spc): New variables.
11167         (math-compose-expr, math-compose-matrix): Replace variables `just'
11168         and comma-spc by declared variable.
11169         (math-comp-vector-prec): New variable.
11170         (math-compose-expr, math-compose-matrix, math-compose-rows):
11171         Replace variable vector-prec by declared variable.
11172         (math-comp-left-bracket, math-comp-right-bracket)
11173         (math-comp-comma): New variables.
11174         (math-compose-expr, math-compose-rows): Replace variables
11175         left-bracket, right-bracket and comma by declared variables.
11176         (math-comp-full-width): New variable.
11177         (math-comp-to-string-flat, math-comp-to-string-flat-term):
11178         Replace variable full-width by declared variable.
11179         (math-comp-highlight, math-comp-word, math-comp-level)
11180         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11181         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11182         New variables.
11183         (math-comp-to-string-flat, math-comp-to-string-flat-term)
11184         (math-comp-sel-flat-term): Replace variables comp-highlight,
11185         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11186         declared variables.
11187         (math-comp-simplify, math-comp-simplify-term)
11188         (math-comp-add-string, math-comp-add-string-sel):
11189         Replace variables comp-highlight, comp-buf, comp-base,
11190         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11192 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11194         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11196         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11197         and x-server-version may throw.
11199 2004-11-23  Kim F. Storm  <storm@cua.dk>
11201         * subr.el (substitute-key-definition-key): Optimize.
11202         Don't call indirect-function for nil defn (always signals error).
11204         * ido.el (ido-read-internal): Fix require-match check when
11205         ido-directory-too-big is set.
11207 2004-11-23  Jay Belanger  <belanger@truman.edu>
11209         * calc/calc-ext.el (math-read-replacement-list)
11210         (math-read-superscripts): New variables.
11211         (math-read-preprocess-string): New function.
11212         (math-read-expr): Filter input through math-read-preprocess-string.
11214         * calc/calc-aent.el (math-read-exprs): Filter input through
11215         math-read-preprocess-string.
11217 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
11219         * progmodes/compile.el (compilation-start): In cd command use
11220         substitute-env-vars -- not quite shell compatible but better than
11221         nothing.
11222         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11223         handle the newer versions messages, which are more parseable.
11225 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11227         * reveal.el (reveal-mode-map): New var.
11228         (reveal-mode): Use it.
11230 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
11232         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11233         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11235 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11237         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11238         header-line when needed.
11239         Use fixed-pitch only in the header-line.
11240         Build the underline automatically.  Use emdash if available.
11242 2004-11-22  Richard M. Stallman  <rms@gnu.org>
11244         * dired.el (dired-recursive-copies): Move from dired-aux.el.
11245         * dired-aux.el (dired-recursive-copies): Move to dired.el.
11247 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
11249         * progmodes/gdb-ui.el (gdb-resync): New function.
11250         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11251         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11252         Use it to fail more gracefully.
11253         (gdb-variables): Delete variable.
11254         Re-order variables to reduce byte-compiler warnings.
11256 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11258         * descr-text.el (describe-char):
11259         * paren.el (show-paren-function):
11260         * subr.el (syntax-after): Undo last change.
11262         * progmodes/python.el (run-python): Don't hard code *Python*.
11263         Don't modify global process-environment.
11264         (python-send-region, python-load-file): Don't assume that
11265         python-buffer == (process-buffer (python-proc)).
11266         (python-switch-to-python): Simplify.
11268         * dired.el (dired-align-file): Don't assume line starts with spaces.
11270 2004-11-21  Jay Belanger  <belanger@truman.edu>
11272         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11273         Replace variable `lines' by math-read-big-lines.
11274         (math-read-big-expr): Replace variables the-baseline, the-h2
11275         and err-msg by math-read-big-baseline, math-read-big-h2 and
11276         math-read-err-msg.
11277         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11279         * calc/calc-lang.el (math-read-big-rec): Fix typo.
11280         (math-read-big-balance): Replace unbound variable by value.
11281         (math-read-big-lines): New variable.
11282         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11283         (math-read-big-error, math-read-big-balance): Replace variable
11284         `lines' by declared variable.
11285         (math-read-big-baseline, math-read-big-h2): New variables.
11286         (math-read-big-rec): Replace variables the-baseline and the-h2
11287         by declared variables.
11288         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11289         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11290         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11291         declared variables.
11292         (math-read-big-err-msg): New variable.
11293         (math-read-big-error): Replace variable err-msg by declared variable.
11295 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11297         * ses.el: Add coding cookie.
11298         Fix up docstrings, follow new commenting conventions.
11299         (ses-header-line-menu): Fix missing variable rename for header-row.
11300         (ses-cell-size): Remove.
11301         (ses-make-cell): New function.
11302         (ses-cell, ses-insert-row, ses-insert-column): Use it.
11303         (ses-calculate-cell): Remove unused var `symbol'.
11304         (ses-narrowed-p): New function.
11305         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11306         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11307         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11308         (ses-setup): Use restore-buffer-modified-p.
11309         (ses-cleanup): Remove unused var `end'.
11310         (ses-header-string-left-offset): Remove.
11311         (ses-create-header-string): Adjust to new behavior of `align-to'.
11312         Truncate excessively large fields to preserve alignment.
11313         (ses-reconstruct-all): Remove unused var `refs'.
11314         (ses-read-cell-printer): Remove unused var `prompt'.
11315         (ses-delete-row): Remove unused var `pos'.
11316         (ses-delete-column): Remove unused var `new'.
11318 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11320         * ps-print.el: Insert :version tag into all defgroup and defcustom.
11321         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11322         Eliminate eval-and-compile usage.
11323         (ps-insert-file): Use insert-file-contents instead of insert-file.
11324         (ps-setup): Code fix.
11326         * printing.el (pr-setup, lpr-setup): Code fix.
11328 2004-11-21  Jay Belanger  <belanger@truman.edu>
11330         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11331         (calc-original-buffer): Declare them.
11332         (calc-user-formula-alist): New variable.
11333         (calc-user-define-formula, calc-fix-user-formula)
11334         (calc-user-define-composition, calc-finish-formula-edit):
11335         Replace variable `alist' by declared variable.
11336         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11337         (var-q7, var-q7, var-q8, var-q9): Declare them.
11338         (calc-kbd-push): Don't check to see if var-q0 through var-q9
11339         are bound.
11340         (calcFunc-typeof): Replace undeclared variable by expression.
11341         (math-exp-env): New variable.
11342         (math-define-body, math-define-exp): Replace exp-env by declared var.
11343         (math-define-exp): Replace misplaced variable by expression.
11345         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11346         (calc-curve-model, calc-curve-coefnames): New variables.
11347         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11348         varnames, model and coefnames by declared variables.
11349         (math-root-widen): New variable.
11350         (math-search-root, math-find-root): Replace variable root-widen by
11351         declared variable.
11352         (var-DUMMY): Declare it.
11353         (math-root-vars, math-min-vars): Move the declarations to earlier in
11354         the file.
11355         (math-brent-min): Make d a local variable.
11356         (math-find-minimum): Replace non-existent variable.
11357         (math-ninteg-romberg): Remove unnecessary variable.
11358         (math-ninteg-temp): New variable.
11359         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11360         integ-temp by declared variable.
11361         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11362         New variables.
11363         (math-general-fit): Replace variables first-var, first-coef and
11364         new-coefs by declared variables.
11365         (calcFunc-fitvar): Replace variable first-var by declared variable.
11366         (calcFunc-fitparam): Replace variable first-coef by declared variable.
11367         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11368         (math-all-vars-vars, math-all-vars-found): New variables.
11369         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11370         found by declared variable math-all-vars-vars.
11372 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
11374         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11375         of `defconst'.
11377 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11379         * isearch.el (isearch-mode-map): Don't bind SPC.
11380         (isearch-whitespace-chars): Function deleted.
11381         (isearch-search): Bind search-spaces-regexp.
11382         (isearch-lazy-highlight-search): Likewise.
11383         (search-whitespace-regexp): Doc fix.
11384         (isearch-forward-regexp): Doc fix.
11386         * emacs-lisp/bytecomp.el (byte-compile-form):
11387         Move the calls to byte-compile-set-symbol-position,
11388         to avoid having two for the same symbol occurrence.
11390         * comint.el (comint-input-ring-size): Increase to 150.
11392         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11393         New variables.
11394         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11395         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11397         * imenu.el (imenu--generic-function):
11398         Ensure we keep moving backward even if BEG isn't further back.
11400         * replace.el (query-replace-read-to, query-replace-read-from):
11401         Specify t for KEEP-ALL in read-from-minibuffer.
11403         * progmodes/python.el (python-switch-to-python):
11404         If Python isn't running, start it.
11405         Don't alter debug-ignored-errors.
11407         * progmodes/cperl-mode.el (cperl-indent-region):
11408         Don't mind imenu-scanning-message.
11410         * bindings.el (global-map): Bind C-e to move-end-of-line.
11412         * simple.el (line-move-finish): New arg FORWARD.
11413         Ignore invisible newlines, not intangible ones.
11414         Conditions for acceptable stopping positions depend on FORWARD.
11415         (line-move): Pass FORWARD arg to line-move-finish.
11417         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11418         of HEADER.  Compensate for this change in the code to add display
11419         properties.  Don't make the first line intangible.
11421         * info.el (Info-search): Fix previous change.
11423 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
11425         * Makefile.in (recompile): Revert 2004-11-19 change.
11426         (compile): Likewise.
11428 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
11430         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11432 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11434         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
11435         defgroup and defcustom.  Eliminate eval-and-compile usage.
11437         * progmodes/ebnf-otz.el: Fix typos.
11439 2004-11-19  Jay Belanger  <belanger@truman.edu>
11441         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11442         (calc-edit-finish, calc-finish-stack-edit): Replace variable
11443         disp-trail by declared variable.
11445         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11446         (calc-finish-selection-edit): Replace variable disp-trail by
11447         declared variable.
11448         (calc-selection-cache-entry): Move declaration to earlier in the file.
11449         (calc-selection-cache-num, calc-selection-cache-comp)
11450         (calc-selection-cache-offset, calc-selection-true-num)
11451         (calc-final-point-line, calc-final-point-column)
11452         (calc-original-buffer): Declare them.
11453         (calc-fnp-op, calc-fnp-num): New variables.
11454         (calc-find-nth-part, calc-find-nth-part-rec)
11455         (calc-select-previous): Replace op and num by declared variables.
11456         (calc-rsf-old, calc-rsf-new): New variables.
11457         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11458         Replace variables old and new by declared variables.
11459         (calc-sel-reselect): New variable.
11460         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11461         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11462         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11463         reselect with declared variable.
11465         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11466         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11467         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11468         (math-import-list, math-rewrite-phase): Declare them.
11469         (math-rewrite): Use let* to declare variables.
11470         (calc-rewrite-selection): Make rules a local variable.
11471         (calc-rewr-sel): New variable.
11472         (calc-rewrite-selection, calc-locate-selection-marker)
11473         (calc-rewrite): Use the declared variable calc-rewr-sel instead
11474         of sel.
11475         (math-rewrite-whole-expr): New variable.
11476         (math-rewrite, math-rewrite-phase): Replace variable expr by
11477         declared variable.
11478         (math-rewrite-heads-heads, math-rewrite-heads-skips)
11479         (math-rewrite-heads-blanks ): New variables.
11480         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11481         heads, skips and blanks by declared variables.
11482         (math-rwcomp-subst-old, math-rwcomp-subst-new)
11483         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11484         New variables.
11485         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11486         old, new, old-func and new-func by declared variables.
11487         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11488         Remove unnecessary variable.
11489         (math-apply-rw-regs): New variable.
11490         (math-apply-rewrites, math-rwapply-replace-regs)
11491         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11492         (math-apply-rw-ruleset): New variable.
11493         (math-apply-rewrites, math-rwapply-remember): Replace variable
11494         ruleset by declared variable.
11496 2004-11-19  Richard M. Stallman  <rms@gnu.org>
11498         * info.el (Info-search): Use search-whitespace-regexp.
11500 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11502         * vc-rcs.el (vc-rcs-parse): New function.
11503         (vc-rcs-annotate-command): Likewise.
11504         (vc-rcs-annotate-current-time): Likewise.
11505         (vc-rcs-annotate-time): Likewise.
11506         (vc-rcs-annotate-extract-revision-at-line): Likewise.
11508 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11510         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11512 2004-11-18  Jay Belanger  <belanger@truman.edu>
11514         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11516 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11518         * printing.el: Eliminate use of interactive-p and eval-and-compile.
11519         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11520         Use make-temp-file to generate PostScript files in any situation.
11521         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11522         (pr-interactive-p): Eliminate var.
11523         (pr-save-interactive): Eliminate macro.
11524         (pr-interface, pr-ps-directory-preview)
11525         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11526         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11527         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11528         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11529         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11530         (pr-ps-region-ps-print, pr-ps-mode-preview)
11531         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11532         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11533         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11534         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11535         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11536         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11537         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11538         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11539         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11540         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11541         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11542         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11543         Eliminate pr-save-interactive usage.
11544         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11545         Eliminate pr-interactive-p usage.
11546         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11547         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11548         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11549         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11550         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11551         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11552         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11553         New funs.
11554         (pr-ps-file): Use make-temp-file to generate a temporary file.
11556 2004-11-17  Jay Belanger  <belanger@truman.edu>
11558         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11559         a local variable.
11560         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11561         (math-top-only): New variable.
11562         (math-simplify, math-simplify-step): Replace variable top-only by
11563         declared variable math-top-only.
11564         (math-simplify-expr): Declare it.
11565         Replace argument expr in all calls of math-defsimplify by
11566         math-simplify-expr.
11567         (math-simplify-plus, math-simplify-times, math-simplify-divide)
11568         (math-simplify-divisor, math-simplify-one-divisor)
11569         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11570         (math-simplify-pow): Replace variable expr by declared variable
11571         math-simplify-expr.
11572         (math-simplify-divisor): Remove local variables temp and op.
11573         (math-simplify-one-divisor): Make temp and op local variables.
11574         (math-simplify-divisor-nover, math-simplify-divisor-dover):
11575         New variables.
11576         (math-simplify-divisor, math-simplify-one-divisor):
11577         Replace variables nover and dover by declared variables.
11578         (math-expr-subst-new, math-expr-subst-old): New variables.
11579         (math-expr-subst, math-expr-subst-rec): Replace variables new
11580         and old by declared variables.
11581         (math-is-poly-degree, math-is-poly-loose): New variables.
11582         (math-is-polynomial, math-is-poly-rec): Replace variables degree
11583         and loose by declared variables.
11584         (math-poly-base-const-ok, math-poly-base-pred): New variables.
11585         (math-polynomial-base, math-polynomial-base-rec):
11586         Replace variables const-ok and mpb-pred by declared variables.
11588         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11590         * calc/calc-ext.el (math-defsimplify): Change the argument in
11591         the created function to math-simplify-expr.
11593         * calc/calc-units.el (math-simplify-expr): Declare it.
11594         Replace argument expr in all calls of math-defsimplify by
11595         math-simplify-expr.
11596         (math-simplify-units-prod): Replace variable expr by declared
11597         variable math-simplify-expr.
11599 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11601         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11602         Replace mapcar->dolist, format->string.
11604 2004-11-17  Miles Bader  <miles@gnu.org>
11606         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11607         * progmodes/idlwave.el: Remove RCS keywords.
11609 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
11611         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11612         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11613         Update to IDLWAVE version 5.5.  Too many changes to list them here.
11614         * progmodes/idlw-help.el: New file.
11616 2004-11-16  Richard M. Stallman  <rms@gnu.org>
11618         * international/iso-cvt.el (iso-tex2iso-trans-tab):
11619         Discard spaces after \i according to TeX rules.
11621         * international/mule.el (set-buffer-file-coding-system):
11622         New arg NOMODIFY.
11623         (after-insert-file-set-coding): Pass that new arg.
11624         Prevent set-buffer-multibyte from trying to lock the file.
11626         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11628         * saveplace.el (save-place): Doc fix.
11630         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11631         temporarily widen before finding the following word to copy.
11633         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11634         (cl-map-keymap): Definition deleted.
11636         * subr.el (map-keymap-internal): New function.
11638 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11640         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11641         when pressing rather than when releasing mouse-2.  Simplify.
11643 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11645         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11646         (compilation-mode): Set it here instead.
11648         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11650         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11651         (loop, cl-parse-loop-clause, defsetf): Use backquote.
11653 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11655         * progmodes/compile.el (compilation-internal-error-properties):
11656         Fix up a transposition-typo.  Check end-col before using it.
11658 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
11660         * international/iso-cvt.el (iso-tex2iso-trans-tab):
11661         Discard whitespace after macro \i when converting it.
11663 2004-11-16  Juri Linkov  <juri@jurta.org>
11665         * emacs-lisp/find-func.el (find-function-regexp):
11666         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
11667         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
11668         Remove invalid `\W' from [^cgv\W].  Doc fix.
11669         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11671 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11673         * play/life.el: Maintainer is now FSF.
11674         (life-patterns, life-neighbor-deltas, life-window-start)
11675         (life-current-generation, life-generation-string): Use defvar
11676         instead of defconst.
11678 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11680         * progmodes/compile.el (compilation-move-to-column): New fun.
11681         (compilation-internal-error-properties)
11682         (compilation-next-error-function): Use it to make sure we don't go past
11683         the end of line.
11685 2004-11-15  John Paul Wallington  <jpw@gnu.org>
11687         * autoinsert.el (auto-insert-alist): Insert the user's name in
11688         copyright notice, rather than Free Software Foundation, for the
11689         Emacs Lisp header case too.
11691 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11693         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11694         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11695         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
11696         return the list of string in a string.
11697         (pr-call-process): Message if calling process returns an error, that
11698         is, the exit status is different of zero.
11700 2004-11-15  Jay Belanger  <belanger@truman.edu>
11702         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11703         variable var-thing.
11704         (math-integ-depth, math-integ-level, math-integral-limit)
11705         (math-enable-subst, math-any-substs, math-integ-msg)
11706         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11707         (math-int-threshold, math-int-factors, math-double-roots)
11708         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11709         (var-GenCount): Declare these variables.
11710         (calcFunc-integ): Don't check if var-IntegLimit is bound.
11711         (math-integral-cache, math-integral-cache-state):
11712         Move declarations to earlier in the file.
11713         (math-deriv-var, math-deriv-total, math-deriv-symb)
11714         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11715         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11716         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11717         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11718         (math-solve-res): New variables
11719         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11720         (math-integral, math-replace-integral-parts)
11721         (math-integrate-by-parts, calc-dump-integral-cache)
11722         (math-try-integral, math-do-integral, math-do-integral)
11723         (math-do-integral-methods, math-try-solve-for)
11724         (math-try-solve-prod, math-solve-poly-funny-powers)
11725         (math-solve-crunch-poly, math-decompose-poly)
11726         (math-solve-find-root-term, math-find-root-in-prod)
11727         (math-integ-try-linear-substitutions)
11728         (math-integ-try-substitutions, math-expr-rational-in)
11729         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11730         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11731         (math-solve-for, math-solve-system, math-solve-system-rec)
11732         (math-solve-get-sign, math-solve-get-int)
11733         (math-solve-system-subst): Replace undeclared variables with newly
11734         declared variables.
11736 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11738         * winner.el (winner-active-region, winner-edges, winner-window-list):
11739         Define at toplevel.
11740         (winner-mode-map): Move init inside declaration.
11742 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11744         * files.el (convert-standard-filename): Doc fix.
11746 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
11748         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11749         passwd, group, shadow, default/* and pam.d/*.
11751 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11753         * printing.el (pr-menu-spec): Adjust menu specification.
11755 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11757         * printing.el: Doc fix.  Insert :version tag into all defcustom.
11758         Handle interactive-p as is recommended in Emacs Lisp Reference.
11759         Set the file permission bits for newly created files.
11760         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11761         The printing menu specification (in `pr-menu-spec') was merged.
11762         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11763         (pr-version): New version number (6.8.3).
11764         (pr-file-modes): New option.
11765         (pr-interactive-p): New var.
11766         (pr-save-interactive, pr-save-file-modes): New macros.
11767         (pr-setup): Code fix.
11768         (pr-menu-spec): Menu specification merged.
11769         (pr-call-process, pr-text2ps): Set file permission bits.
11770         (pr-despool-print): Set file permission bits.  Handle interactive-p as
11771         is recommended.
11772         (pr-interface, pr-ps-directory-preview)
11773         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11774         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11775         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11776         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11777         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11778         (pr-ps-region-ps-print, pr-ps-mode-preview)
11779         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11780         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11781         (pr-despool-using-ghostscript, pr-despool-ps-print)
11782         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11783         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11784         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11785         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11786         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11787         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11788         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11789         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11790         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11791         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11792         Handle interactive-p as is recommended.
11794 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11796         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11797         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11799         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11800         so it doesn't forget to highlight the beginning of the region either.
11802 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
11804         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11805         (c-font-lock-init): Eliminate obsolete make-local-hook.
11806         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11807         (awk-mode): Use run-mode-hooks.
11809         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11811 2004-11-13  Kim F. Storm  <storm@cua.dk>
11813         * mouse.el (mouse-drag-copy-region): Add :version.
11814         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11815         while dragging mode line, so mode line can be dragged downwards.
11816         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11817         while pressing mouse button so window doesn't scroll until we
11818         release the mouse if clicking on partially visible line.
11820 2004-11-12  Jay Belanger  <belanger@truman.edu>
11822         * calc/calc-graph.el (calc-dumb-map): Declare it.
11823         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11824         than unbound.
11825         (calc-graph-name): Made `end' a local variable.
11826         (calc-graph-lookup): Made `varname' a local variable.
11827         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11828         Declare them.
11829         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11830         (calc-graph-plot, calc-graph-compute-3d): Remove references to
11831         the unused variable y3vec.
11832         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11833         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11834         calc-graph-prev-kill-hook.
11835         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11836         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11837         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11838         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11839         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11840         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11841         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11842         (calc-graph-y3value, calc-graph-y3name)
11843         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11844         (calc-graph-stepcount, calc-graph-is-splot)
11845         (calc-graph-surprise-splot, calc-graph-blank)
11846         (calc-graph-non-blank, calc-graph-curve-num): New variables.
11847         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11848         (calc-graph-recompute-2d, calc-graph-compute-3d)
11849         (calc-graph-format-data): Replace undeclared variables with the
11850         above newly declared variables.
11852 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
11854         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11855         `rsf-beep' and `rsf-sleep-after-message'.
11857         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11858         list if `message-sender' is non-nil.
11860 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11862         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11863         consing by using mapc instead of mapcar.
11865 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
11867         * tooltip.el (require): Explain why CL is needed.
11869 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11871         * printing.el: Insert :version into defgroup (printing).  All reference
11872         to Files option in menubar were changed to File.
11873         (pr-version): New version number (6.8.2).
11874         (pr-get-symbol): Call easy-menu-intern.
11875         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
11876         compilation gripes.
11878 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11880         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11881         new byte-compile-function-environment binding to t.
11883         * font-lock.el (font-lock-fontify-syntactically-region):
11884         Don't forget to highlight the last char when we hit `end'.
11886         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11887         (mwheel-scroll): Adjust accordingly.
11889         * cvs-status.el: Reduce spurious warnings.
11890         (cvs-status-checkout): Remove.
11891         (cvs-status-mode-map): Use cvs-mode-checkout instead.
11893         * pcvs.el (cvs-mode-checkout): New command.
11895         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11897         * tooltip.el: Require CL.
11899         * emacs-lisp/bytecomp.el: Use push.
11900         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11901         (defalias): Remove the `byte-compile' property and add
11902         a `byte-hunk-handler'.
11904 2004-11-11  Juri Linkov  <juri@jurta.org>
11906         * info.el (Info-search): Save match data for isearch.
11907         Skip Tag Table node.
11909         * descr-text.el (describe-char): Replace syntax-after with code
11910         from its previous version.
11912         * files.el (magic-mode-alist): Use optimization for SGML mode too.
11913         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
11915         * international/mule.el (sgml-html-meta-auto-coding-function):
11916         Remove > after <html to allow HTML attributes.
11918 2004-11-11  Jay Belanger  <belanger@truman.edu>
11920         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11921         a variable.
11922         (calcFunc-dfac): Replace unbound max by n.
11923         (math-stirling-local-cache): New variable.
11924         (math-stirling-number, math-stirling-1, math-stirling-2):
11925         Replace the variable `cache' by the declared variable
11926         math-stirling-local-cache.
11927         (var-RandSeed): Declare it as a variable.
11928         (math-init-random-base, math-random-digit): Don't check to see if
11929         var-RandSeed is bound.
11930         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11931         Declare them instead of just setting them.
11932         (math-init-random-base): Made i a local variable.
11933         (math-random-digit): Made math-random-last a local variable.
11934         (math-prime-test-cache): Move declaration to before it is used.
11935         (math-prime-test-cache-k, math-prime-test-cache-q)
11936         (math-prime-test-cache-nm1, math-prime-factors-finished):
11937         Declare them as variables.
11939 2004-11-11  Jay Belanger  <belanger@truman.edu>
11941         * calc/calc-ext.el (math-defcache): Use defvar for the new
11942         variables it creates.
11944 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
11946         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11947         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11948         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11949         (desktop-save): Add :version.
11951 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11953         * printing.el (pr-get-symbol): Don't downcase.
11955 2004-11-10  Jay Belanger  <belanger@truman.edu>
11957         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11958         string to kill-ring.
11960         * calc/calc-aent.el (calc-alg-exp, math-toks)
11961         (math-exp-pos,math-exp-old-pos, math-exp-token)
11962         (math-exp-keep-spaces, math-exp-str): New variables.
11963         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11964         (calcAlg-enter): Use declared variable calc-alg-exp.
11965         (math-build-parse-table, math-find-user-token): Use declared
11966         variable math-toks.
11967         (math-read-exprs, math-read-token, calc-check-user-syntax)
11968         (calc-match-user-syntax, match-factor-after, math-read-factor):
11969         Use declared variables math-exp-pos math-exp-old-pos.
11970         (math-read-exprs, math-read-token, math-read-expr-level)
11971         (calc-check-user-syntax, calc-match-user-syntax)
11972         (match-factor-after, math-read-factor): Use declared variable
11973         math-exp-token.
11974         (math-read-exprs, math-read-expr-list, math-read-token)
11975         (math-read-factor): Use declared variable math-exp-keep-spaces.
11976         (math-read-exprs, math-read-token): Use declared variable
11977         math-exp-str.
11978         (calc-match-user-syntax): Make m a local variable.
11980         * calc/calc-ext.el (math-read-expr): Use declared variables
11981         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11982         math-exp-keep-spaces.
11984         * calc/calc-forms.el (math-read-angle-bracket): Use declared
11985         variables math-exp-pos, math-exp-str.
11987         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11988         math-exp-old-pos.
11989         (math-parse-fortran-vector, math-parse-fortran-vector-end)
11990         (math-parse-eqn-prime): Use declared variable math-exp-token.
11992         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11993         Use declared variable math-exp-pos.
11994         (math-check-for-commas): Use declared variable math-exp-str.
11995         (math-read-brackets): Use declared variables math-exp-old-pos,
11996         math-exp-keep-spaces.
11997         (math-read-brackets, math-read-vector, math-read-matrix):
11998         Use declared variable math-exp-token.
12000 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12002         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12003         where the keymap is a symbol.
12004         (easy-menu-add-item): Use keymap-prompt.  Simplify.
12006         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12008         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12009         (sgml-parse-tag-backward): Use it to skip spurious < or >.
12011 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
12013         * ebuff-menu.el: Doc fixes throughout.
12014         (electric-buffer-menu-mode-hook): New defvar.
12016 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
12018         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12019         The resulting compiler warnings appear to be harmless.
12021 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
12023         * textmodes/conf-mode.el: New file.
12025         * files.el (auto-mode-alist, magic-mode-alist): Use it.
12027 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12029         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12031 2004-11-09  Jay Belanger  <belanger@truman.edu>
12033         * calc/calc-ext.el (calc-init-extensions): Remove old code.
12035         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12036         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12037         (calc-z-prefix-help, calc-user-function-list): Use declared
12038         variables calc-z-prefix-buf, calc-z-prefix-msgs.
12039         (math-map-tree, math-map-tree-rec): Use declared variables
12040         math-mt-many, math-mt-func.
12041         (math-read-expression, math-read-string): Use declared variable
12042         math-expr-data.
12044         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12045         variable math-normalize-a.
12047         * calc/calc.el (math-normalize-a): New variable.
12048         (math-normalize): Use declared variable math-normalize-a.
12050         * calc/calc-poly.el (math-expand-form): Use declared variable
12051         math-mt-many.
12053         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12054         Use declared variable math-mt-many.
12055         (math-rewrite): Use declared variable math-mt-func.
12057         * calc/calc-vec.el (math-read-brackets, math-read-vector)
12058         (math-read-matrix): Use declared variable math-expr-data.
12060         * calc/calc-lang.el (math-parse-fortran-vector)
12061         (math-parse-fortran-vector-end, math-parse-tex-sum)
12062         (math-parse-eqn-matrix, math-parse-eqn-prime)
12063         (math-read-math-subscr): Use declared variable math-expr-data.
12065         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12066         (math-read-expr-level, math-read-token, calc-check-user-syntax)
12067         (calc-match-user-syntax, math-read-if, math-factor-after)
12068         (math-read-factor): Use declared variable math-expr-data.
12070 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
12072         * calendar/diary-lib.el (diary-from-outlook)
12073         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12074         interactive-p; but rather new optional argument NOCONFIRM.
12076 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12078         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12079         (easy-menu-name-match): Revert correspondingly.
12081 2004-11-09  Richard M. Stallman  <rms@gnu.org>
12083         * emacs-lisp/bytecomp.el (byte-compile-defalias):
12084         Turn off warnings for the new function even if definition not constant.
12085         If the definition isn't a quoted symbol, record (FUNCTION . t).
12086         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12087         (byte-compile-callargs-warn): Handle (FUNCTION . t).
12088         (display-call-tree, byte-compile-arglist-warn):
12089         Handle t returned by byte-compile-fdefinition.
12091 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12093         * Makefile.in (maintainer-clean): Depend on distclean.
12095         * help-fns.el (help-C-file-name): File name must be in build-files
12096         to be returned.
12098 2004-11-09  Jay Belanger  <belanger@truman.edu>
12100         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12101         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12103         * calc/calc.el (calc, calc-trail-display, calc-mode):
12104         Remove obsolete sections.
12106         * calc/calc.el (calc-x-paste-text): Remove.
12108         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12109         mouse-2.
12111 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
12113         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12114         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12115         current frame (in case of recursive calls).
12116         (gdb-show-changed-values): Add :version keyword.
12118 2004-11-09  Kenichi Handa  <handa@m17n.org>
12120         * international/mule-cmds.el: Change coding: tag back to
12121         iso-2022-7bit.
12123 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12125         * international/mule-cmds.el: Change coding-system to utf-8.
12126         (select-safe-coding-system-interactively):
12127         New function extracted from select-safe-coding-system.
12128         (select-safe-coding-system): Use it.
12130 2004-11-08  Richard M. Stallman  <rms@gnu.org>
12132         * subr.el (syntax-after): Doc fix.
12134         * paren.el (show-paren-function): Change calls to syntax-after
12135         for new way of returning the value.
12137         * menu-bar.el (menu-bar-file-menu): Make this the real name
12138         and menu-bar-files-menu the alias.  Use the former.
12139         (global-map): Use `file', not `files', as the symbol.
12141         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12143         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12144         Don't use beginning-of-buffer.
12145         (filesets-cmd-show-result): Use with-no-warnings.
12147 2004-11-08  Juri Linkov  <juri@jurta.org>
12149         * progmodes/compile.el (compile): Don't overwrite last command in
12150         minibuffer history with default command if they are not equal.
12152 2004-11-08  Jay Belanger  <belanger@truman.edu>
12154         * calc/calcalg2.el (math-do-integral-methods): Try linear then
12155         non-linear substitutions.
12157 2004-11-08  Jay Belanger  <belanger@truman.edu>
12159         * calc/calcalg2.el (math-linear-subst-tried): New variable.
12160         (math-do-integral): Set `math-linear-subst-tried' to nil.
12161         (math-do-integral-methods): Use `math-linear-subst-tried' to
12162         determine what type of substitution to try.
12163         (math-integ-try-linear-substituion):
12164         Set `math-linear-subst-tried' to t.
12166 2004-11-08  Kim F. Storm  <storm@cua.dk>
12168         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12170 2004-11-07  Juri Linkov  <juri@jurta.org>
12172         * info-look.el (info-lookup): Allow reusing in the current buffer
12173         not only *info* buffer, but all (even renamed) Info buffers
12174         by checking for major-mode instead of *info* buffer name.
12175         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12176         (octave-mode, maxima-mode) <doc-spec>:
12177         Allow long dashes generated by Texinfo 4.7 before definitions.
12178         (texinfo-mode) <doc-spec>: Add space to suffix to find command
12179         definitions with argument separated by space.
12181 2004-11-06  Richard M. Stallman  <rms@gnu.org>
12183         * simple.el (next-error group, face): Move before first use.
12184         (next-error-highlight, next-error-highlight-no-select): Likewise.
12186         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12187         (line-move): New args NOERROR and TO-END.
12188         Return t if succeed in moving specified number of lines.
12189         (move-end-of-line): New function.
12191         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12192         (end-of-buffer-other-window): Likewise.
12194         * simple.el (line-move-ignore-invisible): Default to t.
12196         * subr.el (syntax-after): Return the syntax letter, not the raw code.
12198         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12200         * international/iso-cvt.el (iso-cvt-define-menu):
12201         Rename menu-bar-files-menu to menu-bar-file-menu.
12203         * net/browse-url.el (browse-url-gnome-moz-program)
12204         (browse-url-gnome-moz-arguments): Move up before first use.
12206         * net/tramp.el (tramp group): Add :version.
12208         * progmodes/ada-xref.el (ada-gdb-application):
12209         Use goto-char instead of beginning-of-buffer.
12211         * progmodes/cperl-mode.el (cperl-info-on-command):
12212         Use goto-char instead of beginning-of-buffer.
12214         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12215         Move up before first use.
12216         (idlwave-shell-temp-pro-file): Likewise.
12217         (idlwave-shell-temp-rinfo-save-file): Likewise.
12218         (idlwave-shell-temp-file): Minor doc fix.
12220         * textmodes/flyspell.el (flyspell-external-point-words):
12221         Use goto-char instead of beginning-of-buffer.
12223 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
12225         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12226         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
12227         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12229 2004-11-06  David Ponce  <david@dponce.com>
12231         * recentf.el (recentf-menu-path): Use menu item name.
12233 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
12235         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12236         display doesn't support images.
12238 2004-11-06  Andreas Schwab  <schwab@suse.de>
12240         * tempo.el (tempo-match-finder): Doc fix.
12242         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12244 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12246         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12247         (easy-menu-lookup-name): New fun to replace it.
12248         (easy-menu-get-map): Use it to obey menu item names (rather than just
12249         keys) when looking up `path'.
12250         (easy-menu-always-true-p): Rename from easy-menu-always-true.
12251         (easy-menu-convert-item-1): Adjust to new name.
12253 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
12255         * outline.el (hide-body): Don't hide lines at the top of the file
12256         that precede the first header line.
12258 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
12260         * align.el (align-areas): Delete whitespace before reindenting, so
12261         that tabs are never placed after spaces.
12263 2004-11-06  Alan Shutko  <ats@acm.org>
12265         * macros.el (insert-kbd-macro): Do completions based on macros,
12266         rather than all commands.
12268 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
12270         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12271         to solve a bug whereby tags with 'b' don't match.
12273 2004-11-05  Juri Linkov  <juri@jurta.org>
12275         * info.el (Info-search): Don't search in node header lines
12276         and file headers.
12278         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12279         symbol-constituent characters after dot, not only digits.
12281 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
12283         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12285 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12287         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12288         if a dialog will be used, read-file-name otherwise.
12290 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12292         * textmodes/table.el (table group): Add :version.
12294         * textmodes/ispell.el (ispell-word):
12295         Don't alter args; set them only thru `interactive' spec.
12297         * textmodes/flyspell.el (flyspell-word):
12298         Don't alter FOLLOWING; set it only thru `interactive' spec.
12300         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12302         * net/browse-url.el (browse-url-maybe-new-window):
12303         Use called-interactively-p.
12305         * mail/supercite.el (sc-cite-region):
12306         Don't use interactive-p.  Add arg INTERACTIVE.
12307         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
12309         * international/mule-cmds.el (set-input-method, toggle-input-method):
12310         Don't use interactive-p.  Add arg INTERACTIVE.
12312         * eshell/esh-mode.el (eshell-show-maximum-output):
12313         Don't use interactive-p.
12314         (eshell-truncate-buffer): Just message, no error, if buffer is short.
12316         * mouse.el (mouse-show-mark): Get positions to delete from mark
12317         and point, not from mouse-drag-overlay.
12319         * imenu.el (imenu-eager-completion-buffer): Add :version.
12321         * filesets.el (filesets group): Add :version.
12323 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
12325         * files.el (xml-based-modes): Delete var.
12326         (magic-mode-alist): New more general var.
12327         (set-auto-mode): Use it.
12329         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12330         when clicking from another window.
12332 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
12334         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12335         (vc-cvs-annotate-time): Incorporate value of deleted var.
12336         Remove special-case handling of beginning-of-buffer cruft.
12337         Cache ending position (point) and return value in text property
12338         `vc-cvs-annotate-time', and consult it on subsequent invocations.
12340         * vc-cvs.el (vc-cvs-annotate-command):
12341         Delete extraneous lines from beginning of buffer.
12342         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12344         * progmodes/grep.el (grep-default-command): Take empty string
12345         for tag if all other methods yield nil.  Shell-quote the tag.
12347         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12348         spec in `interactive' form, and mention it in the docstring.
12349         Also, make sure point is at bol after calling `annotate-time'.
12351 2004-11-02  Richard M. Stallman  <rms@gnu.org>
12353         * cus-edit.el (customize-group-other-window):
12354         Select the window that displays the custom buffer.
12355         (custom-buffer-create-other-window): Likewise.
12357         * comint.el (comint-insert-input): Fix previous change.
12359         * emacs-lisp/elp.el (elp-instrument-function):
12360         Use called-interactively-p.
12362         * emacs-lisp/easymenu.el (easy-menu-intern):
12363         Don't downcase; rather, case-flip the first letter of each word.
12365         * emacs-lisp/easy-mmode.el (define-minor-mode):
12366         Use called-interactively-p.
12368         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12369         Add interactive-only.
12370         (byte-compile-warnings): Add interactive-only as option.
12371         (byte-compile-interactive-only-functions): New variable.
12372         (byte-compile-form): Warn about calls to functions
12373         in byte-compile-interactive-only-functions.
12375         * emacs-lisp/autoload.el (update-file-autoloads):
12376         Don't use interactive-p; take new arg SAVE-AFTER.
12378         * emacs-lisp/advice.el (ad-make-advised-definition):
12379         Use called-interactively-p.
12381 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12383         * files.el (find-file-existing): New function.
12385         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12386         find-file-existing.  Add "New File..." that calls find-file.
12388         * diropen.pbm, diropen.xpm: New files.
12390         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12391         icon diropen.  New tool bar item find-file-existing uses icon open.
12393         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12394         instead of read-file-name.
12396 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
12398         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12399         (icalendar--split-value): Change name of work buffer.
12400         (icalendar--get-weekday-abbrev): Return nil on error.
12401         (icalendar--date-to-isodate): New function.
12402         (icalendar-convert-diary-to-ical)
12403         (icalendar-extract-ical-from-buffer): Use only two args for
12404         make-obsolete (XEmacs compatibility).
12405         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12406         (icalendar-export-region): Doc fix.
12407         If error, return non-nil and write errors to a buffer.
12408         Use correct weekday for weekly recurring events.
12409         Check whether date has been parsed for ordinary events.
12410         Make weekly events start in the year 2000.
12411         DTEND is non-inclusive, shift end date by one day if
12412         necessary (not for entries that have date and time).
12413         Rename local let variables: oops -> found-error, datestring ->
12414         startdatestring.
12416 2004-11-02  Kim F. Storm  <storm@cua.dk>
12418         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12419         keep-mode-if-same variable.  Add it as optional arg instead.
12420         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12422         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12423         substitute-command-keys will select lower-case bindings like those
12424         used in the static help texts.
12426         * descr-text.el (describe-text-properties): Don't err if called in
12427         the *Help* buffer; output to *Help-2* buffer instead.
12429         * kmacro.el (group kmacro): Add :version.
12430         (kmacro-keyboard-quit): New function to cleanup on C-g.
12431         (kmacro-start-macro): Set defining-kbd-macro to append when
12432         appending to last macro.
12434         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12436 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
12438         * progmodes/gdb-ui.el (gdb-enable-debug-log)
12439         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12440         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12441         Add :version keyword.
12443 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
12445         * progmodes/flymake.el (flymake-err-line-patterns):
12446         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12447         `compilation-error-regexp-alist-alist' to internal Flymake format.
12449         * progmodes/flymake.el: Eliminate byte-compiler warnings.
12451 2004-11-01  Jay Belanger  <belanger@truman.edu>
12453         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12454         with `interactive "s"'.
12456 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12458         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12459         Revert change from 2004-10-16.  '*' checks the current buffer, but the
12460         mouse click may be in another buffer.
12462 2004-11-01  John Paul Wallington  <jpw@gnu.org>
12464         * files.el (large-file-warning-threshold): Add :version keyword.
12465         (kill-some-buffers): Doc fix.
12467         * thumbs.el (group thumbs): Add :version keyword.
12469         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12471 2004-11-01  Richard M. Stallman  <rms@gnu.org>
12473         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12475         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12477         * allout.el (allout group): Add :version.
12478         (allout-init): Don't use interactive-p.
12479         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12480         (allout-forward-current-level, allout-backward-current-level):
12481         Don't use interactive-p.
12483         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12484         (bibtex-find-text): Likewise.
12486         * progmodes/vhdl-mode.el (vhdl-fill-region)
12487         (vhdl-beginning-of-statement): Don't use interactive-p.
12489         * progmodes/idlwave.el (idlwave-update-routine-info):
12490         Don't use interactive-p.
12492         * progmodes/idlw-shell.el (idlwave-shell-send-char):
12493         Don't use interactive-p.
12495         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12496         Don't use interactive-p.
12498         * progmodes/ada-xref.el (ada-make-body-gnatstub):
12499         Don't use interactive-p.
12501         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12502         (fortune-in-buffer): Doc fix.
12504         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12506         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12507         don't select the temporary buffer.
12508         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12509         (eudc-get-phone): Likewise.
12511 2004-11-01  Kim F. Storm  <storm@cua.dk>
12513         * man.el (Man-xref-normal-file): Fix help-echo.
12515 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12517         * reveal.el (reveal-last-tick): New var.
12518         (reveal-post-command): Use it to avoid closing overlays when we're
12519         appending text to them.
12521 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12523         * textmodes/bibtex.el: Require button.
12524         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12525         (bibtex-reference-keys): Distinguish between header keys and
12526         crossref keys.
12527         (bibtex-beginning-of-field): New function.
12528         (bibtex-url-map): Remove.
12529         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12530         (bibtex-font-lock-url-regexp): Assume that field names begin at
12531         the beginning of a line.
12532         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
12533         Remove field delimiters.  Use bibtex-beginning-of-field.
12534         Bugfix, point can be inside a field with a url.
12535         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12536         New functions.
12537         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12538         (bibtex-key-in-head): Simplify.
12539         (bibtex-current-line): Use bolp.
12540         (bibtex-parse-keys): Remove unused arg `add'.
12541         Use bibtex-type-in-head and bibtex-key-in-head.
12542         (bibtex-parse-entry, bibtex-autofill-entry):
12543         Use bibtex-type-in-head and bibtex-key-in-head.
12544         (bibtex-autokey-get-field): Do not alter case of replacement text.
12545         (bibtex-autokey-get-names): Do all processing of name list.
12546         (bibtex-autokey-get-year): New function.
12547         (bibtex-autokey-get-title): Do all processing of title words.
12548         (bibtex-generate-autokey): Simplify.
12549         (bibtex-string-files-init): Use default-directory.
12550         Allow for absolute file names in bibtex-string-files.
12551         (bibtex-files, bibtex-file-path): New variables.
12552         (bibtex-files-expand): New function.
12553         (bibtex-find-entry-globally): New command.
12554         (bibtex-summary-function): New variable.
12555         (bibtex-summary): Default value of bibtex-summary-function.
12556         (bibtex-find-crossref): New optional args pnt and split.
12557         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12558         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12559         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
12560         Fix handling of required and alternative fields.
12561         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12562         Use cons and display-buffer.
12563         (bibtex-validate-globally): New command.
12564         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
12565         bibtex-parse-keys and bibtex-parse-strings for updating
12566         bibtex-reference-keys and bibtex-strings.
12567         (bibtex-realign): Remove blank lines past the last entry.
12568         (bibtex-reformat): Use bibtex-entry-format as default.
12569         (bibtex-choose-completion-string): Remove.
12570         (bibtex-complete): Do not use bibtex-choose-completion-string.
12571         (bibtex-url): Simplify.
12573 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12575         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12576         (x-dnd-types-alist, x-dnd-open-file-other-window)
12577         (x-dnd-known-types): Add :version.
12579 2004-10-31  John Paul Wallington  <jpw@gnu.org>
12581         * ibuffer.el (group ibuffer): Add :version keyword.
12583 2004-10-31  Kim F. Storm  <storm@cua.dk>
12585         * ido.el (group ido): Add :version keyword.
12586         (ido-mode): Remove :version keyword.
12588         * emulation/cua-base.el (group cua): Add :version keyword.
12589         (cua-mode): Remove :version keyword.
12591 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12593         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12595         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12596         compiler warning.
12597         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
12598         function.
12599         (help-at-pt-display-when-idle): Remove autoload.
12601 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12603         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12605 2004-10-30  Juri Linkov  <juri@jurta.org>
12607         * help.el (function-called-at-point):
12608         * help-fns.el (variable-at-point): Read -> intern.
12610 2004-10-30  Simon Josefsson  <jas@extundo.com>
12612         * progmodes/autoconf.el (autoconf-font-lock-keywords):
12613         Recognize AS_* too.
12615 2004-10-29  Simon Josefsson  <jas@extundo.com>
12617         * subr.el (read-passwd): Move back from password.el.
12619         * password.el: Remove, not ready yet.
12621 2004-10-29  Andreas Schwab  <schwab@suse.de>
12623         * speedbar.el (speedbar-frame-parameters): Improve customize type.
12625 2004-10-29  Sam Steingold  <sds@gnu.org>
12627         * mouse.el (mouse-show-mark): Replace the last occurrence of
12628         x-lost-selection-hooks with x-lost-selection-functions.
12630 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12632         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12633         x-lost-selection-functions is bound.
12635         * mouse-sel.el (mouse-sel-mode):
12636         * emacs-lisp/lselect.el: Adjust to new names for
12637         x-(lost|sent)-selection-functions.
12639         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12640         New obsolete aliases of x-lost-selection-functions and
12641         x-sent-selection-functions.
12643 2004-10-28  Kim F. Storm  <storm@cua.dk>
12645         * imenu.el (imenu-scanning-message): Remove.
12646         (imenu-progress-message): Make it a no-op.
12648 2004-10-28  John Paul Wallington  <jpw@gnu.org>
12650         * files.el (set-auto-mode): Call `throw' correctly.
12652 2004-10-28  Juri Linkov  <juri@jurta.org>
12654         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12655         to search `Info-...' commands in `info' manual.
12656         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12657         Add 'info-file "emacs" property.
12658         (Info-find-emacs-command-nodes): Fix index line number regexp.
12659         Set real line number (instead of fake 0) in first element of the
12660         returned list.
12661         (Info-goto-emacs-command-node): Use line number of first element
12662         to set point in the first found Info node.
12664         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12665         code to `grep-mode-font-lock-keywords'.
12666         (grep-mode-font-lock-keywords): Delete grep markers instead
12667         of making them invisible.
12669 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12671         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12672         and x-server-version in bug report.
12674 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
12676         * files.el (set-auto-mode-0): New function.
12677         (set-auto-mode): Use it to handle aliased modes and to
12678         be consistent between C-x C-f and C-x C-w.
12680 2004-10-28  Kenichi Handa  <handa@m17n.org>
12682         * international/utf-8.el (utf-translate-cjk-charsets):
12683         Add katakana-jisx0201.
12685         * international/subst-jis.el: Add data for JISX0201.
12687 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12689         * obsolete/hilit19.el (hilit-mode): New function.
12690         Move all the toplevel side-effecting stuff into it, so that loading
12691         hilit19 doesn't mess everything up any more.
12693 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12695         * add-log.el (add-change-log-entry): Set up mailing address
12696         and full name later, and don't alter add-log-mailing-address
12697         or add-log-full-name.
12699         * elide-head.el (elide-head): Change error to message.
12700         (elide-head-show): Likewise.
12702         * apropos.el (apropos-macrop): Doc fix.
12704         * mouse.el (mouse-show-mark): Do most processing the same
12705         regardless of transient-mark-mode.
12707         * shadowfile.el (shadow-copy-files): Use interactive-p
12708         only to control whether to print a message.
12710         * tar-mode.el (tar-mode): Use write-contents-functions,
12711         not write-contents-hooks.
12713         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12714         directory-sep-char.
12716 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12718         * strokes.el (strokes-unload-hook): Fix previous change.
12720         * type-break.el (type-break-run-at-time): Always use run-at-time;
12721         forget the alternatives.
12722         (type-break-cancel-function-timers): Always use cancel-function-timers;
12723         forget the alternatives.
12725         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12727 2004-10-27  Kenichi Handa  <handa@m17n.org>
12729         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12731         * international/subst-gb2312.el: Likewise.
12733         * international/subst-big5.el: Likewise.
12735         * international/subst-ksc.el: Likewise.
12737         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12738         New variable.
12739         (utf-translate-cjk-set-unicode-range): New function.
12740         (utf-translate-cjk-unicode-range): Make it customizable.
12741         (utf-8-post-read-conversion):
12742         Use utf-translate-cjk-unicode-range-string.
12743         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12744         Unicode ranges.
12746 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
12748         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12749         trivial variants to shorten the list.
12750         (xml-based-modes): New var.
12751         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12752         declaration higher priority than auto-mode-alist.
12754         * find-file.el (cc-other-file-alist): Bring it in line with
12755         cc-mode's auto-mode-alist entries and use \' instead of $.
12757         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12758         and add "Id" and "Name" submenus to it.
12760         * imenu.el (imenu--generic-function): Skip matches in comments.
12762 2004-10-26  Jay Belanger  <belanger@truman.edu>
12764         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12765         (full-calc-keypad, calc-trail-display): Use an extra argument
12766         instead of `interactive-p'.
12768         * calc/calc-misc.el (calc-other-window): Use an extra argument
12769         instead of `interactive-p'.
12771         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12772         `interactive-p'.
12774 2004-10-26  Kim F. Storm  <storm@cua.dk>
12776         * help.el (describe-key): Describe both down-event and up-event
12777         for a mouse click.
12779 2004-10-26  Richard M. Stallman  <rms@gnu.org>
12781         * woman.el (woman): Don't call interactive-p.
12783         * pcomplete.el (pcomplete): Instead of interactive-p,
12784         use an arg set non-nil by the interactive spec.
12786         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12787         use an arg set non-nil by the interactive spec.
12789         * man.el (Man-cleanup-manpage): Instead of interactive-p,
12790         use an arg set non-nil by the interactive spec.
12792 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
12794         * progmodes/flymake.el (flymake-split-string):
12795         Use `flymake-split-string-remove-empty-edges' in any case.
12797 2004-10-26  Masatake YAMATO  <jet@gyve.org>
12799         * progmodes/flymake.el (flymake-err-line-patterns):
12800         Use `compilation-error-regexp-alist-alist' instead of
12801         `compilation-error-regexp-alist'.
12803 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12805         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12806         verbatim face on the \ of \end{verbatim}.
12808 2004-10-25  Jay Belanger  <belanger@truman.edu>
12810         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12811         erasing minibuffer.
12813 2004-10-25  Simon Josefsson  <jas@extundo.com>
12815         * subr.el (read-passwd): Move to net/password.el.
12817         * net/password.el (read-passwd): Add.  Autoload it.
12819 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
12821         * mouse-sel.el (mouse-sel-mode): Specify custom group.
12823         * simple.el (process-file): Fix logic.
12825 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12827         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12828         (increase-right-margin): Remove erroneous call to `interactive-p'.
12830 2004-10-24  Kim F. Storm  <storm@cua.dk>
12832         * help.el (describe-mode): Fix 2004-10-13 change.
12833         Copy pure "Auto Fill" string so it can be propertized later
12834         without causing a read-only error.
12836 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12838         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12839         style indexes.
12841 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
12843         * simple.el (process-file): Accept nil for INFILE.  Reported by
12844         Luc Teirlinck.
12846 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12848         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12849         Handle periods and underscores in a function name.
12850         Remove the address fontification.
12852 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12854         * progmodes/asm-mode.el (asm-font-lock-keywords):
12855         Use font-lock-variable-name-face for registers.
12857 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
12859         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12860         kill-all-local-variables.
12861         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12862         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12863         Use kill-all-local-variables and provide mode-hooks.
12864         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12865         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12866         Suggested by Masatake YAMATO <jet@gyve.org>.
12868 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
12870         * simple.el (process-file): New function, similar to call-process
12871         but supports file handlers.
12872         * vc.el (vc-do-command): Use it, instead of call-process.
12873         * net/tramp-vc.el (vc-do-command): Do not advise it if
12874         process-file is fboundp.
12875         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12876         process-file.
12877         (tramp-handle-process-file): New function.
12878         (tramp-file-name-for-operation): Support process-file.
12880 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
12882         * calendar/icalendar.el (icalendar--weekday-array): New constant.
12883         (icalendar-weekdayabbrev-table)
12884         (icalendar-monthnumber-table): Delete.
12885         (icalendar--get-month-number): Use calendar-month-name-array.
12886         (icalendar--get-weekday-number): New function.
12887         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12888         (icalendar-export-region): Handle multi-line entries.
12889         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12891 2004-10-23  John Paul Wallington  <jpw@gnu.org>
12893         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12894         `wildcards' set to t in interactive spec.
12896         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12897         interactive spec rather than use `interactive-p'.
12898         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12899         rather than use function `interactive-p'.
12901 2004-10-22  Kenichi Handa  <handa@m17n.org>
12903         * international/mule.el (translate-region): Implement it in Lisp
12904         as a front end of translate-region-internal.
12906 2004-10-21  Jay Belanger  <belanger@truman.edu>
12908         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12909         Declare these variables with defvar.
12911         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12912         is bound, only check to see if it is bound.
12914 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12916         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12917         Don't output messages.
12919         * calc/calc-help.el (calc-describe-bindings): Fix last change.
12921 2004-10-21  John Paul Wallington  <jpw@gnu.org>
12923         * calc/calc-graph.el (calc-graph-init):
12924         Use `set-process-query-on-exit-flag'.
12926 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
12928         * progmodes/compile.el (compilation-start): Rely on `cd' to get
12929         dir right and also allow argumentless cd.
12931 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12933         * textmodes/flyspell.el (flyspell-mode): Doc fix.
12935         * eshell/em-unix.el (eshell-grep):
12936         Don't bind compilation-process-setup-function.
12938         * comint.el (comint-insert-input): Use @ in `interactive'.
12939         (comint-input-filter-functions): Doc fix.
12940         (comint-kill-whole-line, comint-get-source): Doc fix.
12942         * progmodes/compile.el (compilation-setup):
12943         Don't set buffer-read-only if MINOR is non-nil.
12945 2004-10-19  Jay Belanger  <belanger@truman.edu>
12947         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12948         (calc-emacs-type-gnu19): Remove.
12949         (calc-digit-map, calc-read-key-sequence, calc-read-key):
12950         Remove check for old emacs versions.
12952         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12953         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12954         for current Emacs.
12956         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12957         the end of the minibuffer.
12958         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
12959         copy `esc-map'.
12961         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12963         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12964         call that would be given when the current emacs was used.
12966 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
12968         * calendar/icalendar.el: Set coding to utf-8.
12969         (icalendar-version): Increase to 0.07.
12970         (icalendar-monthnumber-table): Change March pattern.
12971         (icalendar-get-all-event-properties)
12972         (icalendar-set-event-property): Delete.
12973         (icalendar-all-events): No longer interactive.
12974         (icalendar-convert-diary-to-ical)
12975         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12976         their replacements.
12977         (icalendar-export-file, icalendar-export-region): New functions;
12978         essentially old `icalendar-convert-diary-to-ical' but appending to
12979         target rather than overwriting.
12980         (icalendar-import-file): Append to target file rather than
12981         overwriting.  Fourth arg deleted.
12982         (icalendar-import-buffer): New name for old
12983         `icalendar-extract-ical-from-buffer'.
12984         (icalendar--convert-string-for-import): New name for
12985         old `icalendar-convert-for-import'.
12986         (include-icalendar-files): Delete.
12987         Prefix for all internal functions changed from `icalendar-'
12988         to `icalendar--'.
12990 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12992         * paths.el (news-path): Fix previous change.
12994 2004-10-18  Jay Belanger  <belanger@truman.edu>
12996         * calc/calc-help.el (calc-describe-bindings):
12997         Set `buffer-read-only' to nil while working in the keybindings buffer;
12998         remove some extra information from the keybindings buffer.
13000 2004-10-18  David Ponce  <david@dponce.com>
13002         * mouse.el (mouse-drag-move-window-top): New function.
13003         (mouse-drag-mode-line-1): Use it.
13005 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
13007         * info.el (Info-fontify-node): For multiline refs,
13008         arrange to unfontify newline and surrounding whitespace.
13010 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13012         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13013         directory is missing.
13015 2004-10-17  John Paul Wallington  <jpw@gnu.org>
13017         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13018         New customizable variable; whether to display buffers that match
13019         `ibuffer-maybe-show-predicates' by default.
13020         (ibuffer-maybe-show-predicates): Mention it in docstring.
13021         (ibuffer-display-maybe-show-predicates): New variable.
13022         (ibuffer-update): Prefix arg now toggles whether buffers that
13023         match `ibuffer-maybe-show-predicates' should be displayed.
13024         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13025         locally to heed `ibuffer-default-display-maybe-show-predicates'.
13026         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13028 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
13030         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
13031         work correctly.
13033 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
13035         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13036         (Buffer-menu-beginning): New helper function.
13037         (Buffer-menu-execute): Use it.
13038         (Buffer-menu-select): Use it.
13039         (Buffer-menu-sort): Use it and also keep markers.
13041 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13043         * paths.el (news-directory): Rename from news-path.  Old name alias.
13044         (rmail-spool-directory): Use defvar.
13045         (sendmail-program): Use defcustom.
13046         (remote-shell-program): Use defcustom.
13047         (term-file-prefix): Use defvar.
13048         (abbrev-file-name): Use defvar.
13050         * term.el: Add maintainer.
13052         * subr.el (with-local-quit): Return nil if there's a quit.
13053         (read-passwd): Use with-local-quit.  Doc fix.
13055         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13056         (strokes-unload-hook): Set as a variable with add-hook.
13058         * startup.el (fancy-splash-tail, normal-splash-screen):
13059         Update copyright year.
13061         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13063         * server.el (server-unload-hook): Set as a variable with add-hook.
13065         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13067         * frame.el (special-display-popup-frame):
13068         Make the buffer current as its frame is created.
13070         * delsel.el (delsel-unload-hook): Set as a variable.
13072         * comint.el (comint-output-filter-functions):
13073         Add comint-watch-for-password-prompt.
13074         (comint-read-noecho): Function deleted.
13075         (send-invisible): Use read-passwd.
13077         * fringe.el (fringe-mode-initialize): New function.
13078         (fringe-mode): Use fringe-mode-initialize as :initialize.
13080 2004-10-17  Kim F. Storm  <storm@cua.dk>
13082         * language/indian.el (indian-script-language-alist): Swap value and doc.
13083         (indian-font-char-index-table): Doc fix.
13085 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13087         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13089 2004-10-16  Juri Linkov  <juri@jurta.org>
13091         * progmodes/compile.el (compilation-start): Move let-binding of
13092         `process-environment' into `with-current-buffer' body.
13093         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13095 2004-10-16  Richard M. Stallman  <rms@gnu.org>
13097         * pcvs-util.el (cvs-bury-buffer):
13098         Don't call get-buffer-window for effect.
13100         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13102         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13104         * msb.el (msb-unload-hook): Set the variable.
13106         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13107         Use * to err if buffer is readonly.
13109         * subr.el (looking-back): Return only t or nil.
13111         * whitespace.el (whitespace-unload-hook): Set the variable.
13113         * view.el (view-mode-enable): Set view-page-size and
13114         view-half-page-size to nil.
13115         (view-set-half-page-size-default): view-half-page-size = nil
13116         means the default.
13117         (View-scroll-page-forward): Use view-page-size-default.
13118         (View-scroll-page-backward): Likewise.
13119         (view-page-size, view-half-page-size): Doc fixes.
13121         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13123         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13125         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13126         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
13127         (byte-compile-log-1): Bind inhibit-read-only.
13128         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13129         (byte-compile-log-warning): Likewise.
13130         (byte-compile-file-form-require): Detect "cl" from the arg value.
13132         * progmodes/compile.el (compilation-start): Assume compilation-mode
13133         will make the buffer read-only.
13134         (compilation-mode): Take arg name-of-mode.
13135         (compilation-setup): Make buffer read-only.
13136         (compilation-handle-exit): Bind inhibit-read-only.
13138         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13139         (ispell-message): Likewise.
13140         (ispell-show-choices): Don't call get-buffer-window uselessly.
13141         (ispell-init-process): Use set-process-query-on-exit-flag.
13143 2004-10-16  Kim F. Storm  <storm@cua.dk>
13145         * fringe.el (fringe-bitmaps): Only initialize when defined.
13147         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13148         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13150         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13152 2004-10-15  Simon Josefsson  <jas@extundo.com>
13154         * net/password.el: Add.
13156 2004-10-14  Masatake YAMATO  <jet@gyve.org>
13158         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13159         (gdb-script-end-of-defun): New function.
13160         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13161         `gdb-script-end-of-defun' as *-of-defun-function.
13163 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
13165         * button.el (button-activate): Allow a marker to display as an action.
13167         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13169         * help.el (describe-mode): Use it to make minor mode list into
13170         hyperlinks.
13172 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13174         * vc.el (vc-annotate-display-select): Fix typo.
13176         * subr.el (substitute-key-definition-key): New function.
13177         (substitute-key-definition): Use it with map-keymap.
13178         (event-modifiers): Use push.
13179         (mouse-movement-p, with-temp-buffer): Simplify.
13181 2004-10-12  Jay Belanger  <belanger@truman.edu>
13183         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13184         New variables.
13185         (calc-help-index-entries): New function.
13186         (calc-describe-function): Use `calc-help-function-list' instead of
13187         obarray for completion.
13188         (calc-describe-variable): Use `calc-help-variable-list' instead
13189         of obarray for completion.
13191 2004-10-12  Richard M. Stallman  <rms@gnu.org>
13193         * info-look.el (info-lookup-file): Add info-file property.
13194         (info-lookup-symbol): Likewise.
13196         * info.el (info-xref): Add underlining.
13197         (info): Add info-file property.
13198         (Info-find-emacs-command-nodes): Specify case-sensitive search.
13200 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
13202         Sync with Tramp 2.0.45.
13204         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13205         defined.  This is not the case for XEmacs without package "edebug".
13206         (tramp-set-auto-save-file-modes): Set permissions of autosaved
13207         remote files to the permissions of the original file.  This is not
13208         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
13209         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
13210         (tramp-perl-decode): Fix an error in Perl implementation.
13211         $pending must be cleared every loop.  Reported by Benjamin Place
13212         <benjaminplace@sprintmail.com>
13214         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13215         Don't activate advice during definition.  This is done later on,
13216         depending on test result of `substitute-in-file-name'.
13217         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13219 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13221         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13223         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13225 2004-10-12  David Ponce  <david@dponce.com>
13227         * recentf.el (recentf-edit-list): Update the menu when the recentf
13228         list has been modified.
13230 2004-10-12  Simon Josefsson  <jas@extundo.com>
13232         * net/tls.el (tls-certtool-program): New variable.
13233         (tls-certificate-information): New function, based on
13234         ssl-certificate-information.
13236 2004-10-12  Kenichi Handa  <handa@m17n.org>
13238         * international/mule.el (coding-system-equal): Move from mule-util.el.
13240         * international/mule-util.el (coding-system-equal): Move to mule.el.
13242 2004-10-12  Kim F. Storm  <storm@cua.dk>
13244         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13245         reset kmacro-initial-counter-value if set.
13246         (kmacro-set-counter): Only set kmacro-counter if defining or executing
13247         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
13248         (kmacro-display): Show macro counter if non-zero.
13250         * subr.el (substitute-key-definition): Mention command remapping
13251         in doc string.
13253 2004-10-11  Jay Belanger  <belanger@truman.edu>
13255         * calc/calc-misc.el (calc-info-goto-node): New function.
13256         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13257         node in one step.
13258         (calc-describe-copying, calc-describe-distribution)
13259         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13260         Go to appropriate info node in one step.
13262 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13264         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13266         * font-lock.el (font-lock-apply-highlight): Fix last change.
13268 2004-10-11  Simon Josefsson  <jas@extundo.com>
13270         * mail/smtpmail.el (smtpmail-open-stream): Look for
13271         starttls-gnutls-program instead of starttls-program iff
13272         starttls-use-gnutls is non-nil.
13273         (smtpmail-open-stream): Don't overwrite user settings of
13274         starttls-extra-arguments and starttls-extra-args.
13276 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13278         * comint.el (comint-mouse-insert-input): Remove.
13279         (comint-insert-input): Make it work for mouse bindings.
13280         (comint-mode-map): Move defs into the declaration.
13281         (comint-output-filter): Typo.
13283         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13285 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
13287         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13288         (ange-ftp-call-chmod): Reference remote-shell-program instead of
13289         ange-ftp-remote-shell.
13291 2004-10-10  Andreas Schwab  <schwab@suse.de>
13293         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13294         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13295         Reported by <sri@asu.edu>.
13297 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
13299         * vc.el (vc-annotate-mode): Remove variable.
13300         (vc-annotate-display-select): Only call vc-annotate-mode
13301         if we're not in that mode already.
13303 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13305         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13306         (imenu-choose-buffer-index): Check here for rescan instead.
13308         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13309         where the face expression evals to nil.
13311         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13312         (tex-font-lock-keywords-2): Use it.
13313         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13315         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13317 2004-10-09  Kim F. Storm  <storm@cua.dk>
13319         * subr.el (progress-reporter-update): Define before first usage.
13320         (make-progress-reporter): Doc fix.
13322 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
13324         * textmodes/paragraphs.el (sentence-end-double-space)
13325         (sentence-end-without-period, sentence-end-without-space)
13326         (sentence-end): Doc fixes.
13328 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
13330         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13331         Change paragraph-start regexp so we don't fill code starting with #'(.
13333 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
13335         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13336         New defcustom.
13337         (extract-address-components): Use it.
13339 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
13341         * subr.el (make-progress-reporter, progress-reporter-update)
13342         (progress-reporter-force-update, progress-reporter-do-update)
13343         (progress-reporter-done): New functions.
13345         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13347         * progmodes/etags.el (etags-tags-completion-table): Use progress
13348         reporter.
13349         (etags-tags-apropos): Likewise.
13351 2004-10-08  Alan Mackenzie  <acm@muc.de>
13353         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13354         of current line.
13356 2004-10-08  Masatake YAMATO  <jet@gyve.org>
13358         * server.el (server-process-filter): Wrap `process-send-region'
13359         by `condition-case' to guard the case when the pipe to PROC is closed.
13361 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
13363         * xml.el (xml-substitute-special): Limit handling of external entities.
13365 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
13367         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13369 2004-10-06  John Paul Wallington  <jpw@gnu.org>
13371         * xml.el (xml-parse-dtd): Fix `error' call.
13373 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
13375         * xml.el (xml-substitute-special): Return a single string instead
13376         of a list of strings if an entity substitution is made.
13378 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
13380         * calendar/icalendar.el: New file.
13382 2004-10-05  Juri Linkov  <juri@jurta.org>
13384         * isearch.el (isearch-done): Set mark after running hook.
13385         Reported by Drew Adams <drew.adams@oracle.com>.
13387         * info.el (Info-history, Info-toc): Fix Info headers.
13388         (Info-toc): Narrow buffer before Info-fontify-node.
13389         (Info-build-toc): Don't check for special Info file names.
13390         Set main-file to nil if Info-find-file returns a symbol.
13392 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
13394         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13395         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13396         * calendar/cal-menu.el (calendar-mode-map): Ditto.
13398 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
13400         * calendar/cal-iso.el (calendar-iso-read-args): New function,
13401         for old interactive spec from calendar-goto-iso-date.
13402         (calendar-goto-iso-date): Use it.
13403         (calendar-goto-iso-week): New function.  Suggested by Emilio
13404         C. Lopes <eclig@gmx.net>.
13406 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
13408         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13409         `set-right-margin' bindings that follow the minor mode conventions.
13411 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13413         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13414         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13415         (latex-block-args-alist): Add minipage and picture.
13416         (latex-block-body-alist): Use reftex-label if enabled.
13417         (latex-insert-block): Don't insert a \n if not necessary.
13418         (tex-compile-commands): Make sure dvips doesn't send to printer.
13419         (tex-compile-default): Handle the case where no executable is found.
13420         (latex-noindent-environments): New var.
13421         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
13422         If tex-indent-allhanging is non-nil, make sure we only align for macros
13423         at beginning of line.
13425 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
13427         * newcomment.el (comment-beginning): Doc fix and don't choke on
13428         unset `comment-end-skip' when at beginning of comment.
13430 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
13432         * term.el (term-adjust-current-row-cache): Don't allow the current
13433         row to become negative.
13434         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
13435         the end of the line.  Fix scroll down.  Add comments.
13436         (term-handle-ansi-escape): Don't exceed terminal width when moving
13437         right.
13438         (term-scroll-region): Move the cursor after setting the scroll region.
13440 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
13442         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13443         to `width' for consistency with docstring.  Doc fix.
13445 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
13447         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13448         This is necessary for derived modes.
13450 2004-09-30  Kim F. Storm  <storm@cua.dk>
13452         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13453         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13455         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13456         kmacro-extract-lambda functions.
13457         (edit-kbd-macro): Handle kmacro lambda forms.
13458         Include counter and counter format in edit buffer.
13459         (edmacro-finish-edit): Get counter and format from edit buffer and
13460         update kmacro bindings when found.
13462 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
13464         * textmodes/paragraphs.el (forward-paragraph):
13465         Avoid args-out-of-range error when point winds up at the beginning of
13466         the buffer and hard newlines are enabled.
13468         * newcomment.el (comment-multi-line): Doc fix.
13470 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13473         (diff-fixup-modifs): Catch unified-diff file-headers.
13475 2004-09-29  Kim F. Storm  <storm@cua.dk>
13477         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13478         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13479         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13481         * fringe.el (fringe-bitmap-p): New macro.
13482         (fringe-bitmaps): Add standard fringe bitmaps on load.
13484 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13486         * dired.el (dired-view-command-alist): Use more efficient regexps.
13487         Remove dubious arguments.
13488         (dired-align-file): New function.
13489         (dired-insert-directory): Use it.
13490         (dired-move-to-end-of-filename): Make the " -> " search more specific.
13491         (dired-buffers-for-dir): Remove unused var `pattern'.
13493 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
13495         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13496         from diary display excursion.  Store diary buffer's point for
13497         `simple-diary-display'.
13498         (simple-diary-display): Set window point and start when
13499         displaying buffer, to preserve point.
13501 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
13503         * textmodes/enriched.el (enriched-translations): Replace defconst
13504         with defvar.
13506 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13508         * printing.el: Doc fix.
13509         (pr-version): New version number (6.8.1).
13510         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13511         make-temp-name.
13512         (pr-delete-file): Check if file exists before deleting it.
13513         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13515 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13517         * term.el (term-display-table): New variable.
13518         (term-mode): Use it.
13519         (term-exec-1): Set the coding system to binary.
13520         (term-emulate-terminal): Decode the string before inserting it.
13522 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13524         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13525         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13526         (map): Bind S-prior, S-next and S-insert.
13527         (term-mode): Set `indent-tabs-mode' to nil.
13528         (term-paste): New function to be bound to S-insert.
13529         (term-send-del, term-send-backspace): Change the strings sent.
13530         (term-termcap-format): Synchronize with etc/e/eterm.ti.
13531         (term-handle-colors-array): Fix handling of underline and reverse.
13532         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
13533         (term-erase-in-line): Fix comparison.
13534         (term-emulate-terminal): Fix line wrap handling.
13535         (term-start-output-log): Rename from `term-set-output-log'.
13536         (term-stop-output-log): Rename from `term-stop-photo'.
13537         (term-switch-to-alternate-sub-buffer): Comment out, unused.
13539 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13541         * dired.el (dired-move-to-filename): Don't output a message if
13542         raise-error is non-nil.  Fix return position and value.
13544         * files.el (insert-directory): Obey --dired even with symlinks.
13546 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
13548         * ls-lisp.el (ls-lisp-format): Mark file names with property
13549         dired-filename.
13551 2004-09-25  Kim F. Storm  <storm@cua.dk>
13553         * ido.el (ido-max-directory-size): New defcustom.
13554         (ido-decorations): Add "too big" element.
13555         (ido-directory-too-big): New dynamic var.
13556         (ido-may-cache-directory): Don't cache big directories.
13557         (ido-directory-too-big-p): New defun.
13558         (ido-set-current-directory): Update ido-directory-too-big.
13559         (ido-read-internal): Make empty ido-cur-item if too-big.
13560         (ido-buffer-internal): Use ido-read-internal directly instead of
13561         ido-read-buffer.
13562         (ido-file-internal): Init ido-directory-too-big.
13563         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13564         and redo completion with full list.
13565         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13566         it, and show completions.
13567         (ido-all-completions): Let bind ido-directory-too-big to nil.
13568         (ido-exhibit): Handle ido-directory-too-big.
13569         (ido-read-buffer): Handle fallback to read-buffer.
13570         Init ido-directory-too-big.
13571         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13572         Init ido-directory-too-big.
13574 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
13576         * subr.el (delay-mode-hooks): Doc fix.
13578 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
13580         * textmodes/enriched.el
13581         (enriched-default-text-properties-local-flag): New variable.
13582         (enriched-mode): Make sure that enabling and disabling the mode is
13583         a no-op.  Doc fix.
13585 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
13587         * calendar/holidays.el (holiday-advent): Report on a specified day
13588         offset from advent, not just advent.
13589         (holiday-easter-etc): Report on one specified day offset from
13590         easter, not all easter holidays.  Various Easter holidays moved to
13591         `christian-holidays' variable in calendar.el.
13592         * calendar/calendar.el (christian-holidays): Adapt for new
13593         behavior of `holiday-advent' and `holiday-easter-etc' functions.
13595 2004-09-23  Kim F. Storm  <storm@cua.dk>
13597         * image.el (insert-sliced-image): Add doc string.
13599         * ido.el (ido-choice-list): New dynamic var for `list' context.
13600         (ido-context-switch-command): New dynamic var.
13601         (ido-define-mode-map): Generalize switch between file/buffer contexts.
13602         (ido-read-internal): Handle new `list' context.
13603         Handle insert-buffer and insert-file ido-exit values.
13604         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
13605         ido-context-switch-command.  Handle insert-file ido-exit value.
13606         (ido-read-buffer): Set ido-context-switch-command to 'ignore
13607         unless it is already bound by caller.
13608         (ido-file-internal): New arg switch-cmd.  Use it to setup
13609         ido-context-switch-command.  Handle insert-buffer ido-exit value.
13610         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13611         used for context switching.
13612         (ido-all-completions): Handle new `list' context.
13613         (ido-make-choice-list): Return choices for `list' context.
13614         (ido-find-file-in-dir, ido-display-file, ido-write-file)
13615         (ido-display-buffer, ido-kill-buffer): Disable context switching.
13616         (ido-insert-buffer, ido-insert-file): Setup context switching.
13617         (ido-exhibit): Handle `list' context.
13618         (ido-read-file-name): Disable context switching.  Handle fallback.
13619         (ido-read-directory-name): Disable context switching.
13620         (ido-completing-read): New defun like completing-read.  Setup and
13621         use new `list' context.
13623 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
13625         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13627 2004-09-21  Jay Belanger  <belanger@truman.edu>
13629         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13630         `calc-graph-set-styles' so the gnuplot buffer will appear in a
13631         separate window.
13633 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
13635         * subr.el (after-change-major-mode-hook): Doc fix.
13637 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13639         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
13640         of ghostscript for monochrome PostScript file in Windows.
13642 2004-09-21  Kenichi Handa  <handa@m17n.org>
13644         * descr-text.el (describe-char): Checking of quail activation fixed.
13646 2004-09-21  Jay Belanger  <belanger@truman.edu>
13648         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13650 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
13652         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13653         after the mode hooks instead of before.  Doc fix.
13655 2004-09-20  Jason Rumney  <jasonr@gnu.org>
13657         * startup.el (command-line) [windows-nt]: Try .emacs first, then
13658         _emacs, but revert to .emacs if neither exists in home directory.
13660 2004-09-20  John Paul Wallington  <jpw@gnu.org>
13662         * bindings.el (completion-ignored-extensions): Add .dfsl.
13664 2004-09-20  Richard M. Stallman  <rms@gnu.org>
13666         * bindings.el (scroll-left): Make it disabled.
13668         * files.el (enable-local-eval): Doc fix.
13670         * indent.el (move-to-left-margin): Special case for minibuffer.
13672         * term.el (term-emulate-terminal): Turn off undo for output.
13673         Use with-current-buffer and save-selected-window.
13675         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13677         * progmodes/make-mode.el (makefile-fill-paragraph):
13678         Don't insist on spaces when looking for comments.  # is enough.
13680         * files.el (hack-local-variables): Copy the variables list
13681         to another buffer, strip prefixes and suffixes there, then read.
13682         (enable-local-eval): Doc fix.
13683         (ignored-local-variables): Initialize to nil.
13684         (risky-local-variable-p): Don't check ignored-local-variables here.
13685         (hack-one-local-variable): Ignore var if in ignored-local-variables.
13687 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13689         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13690         of = to "." (punctuation).
13692 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13694         * subr.el (event-basic-type): Fix mask (extend to 22bits).
13696 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
13698         * textmodes/enriched.el (enriched-rerun-flag): New variable.
13699         (enriched-before-change-major-mode): New function.
13700         Add it to `change-major-mode-hook'.
13701         (enriched-after-change-major-mode): New function.
13702         Add it to `after-change-major-mode-hook'.
13703         (enriched-mode): Make it work correctly if called from
13704         `after-change-major-mode-hook'.
13705         No longer set `indent-line-function'.
13707         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13709         * subr.el (after-change-major-mode-hook): New variable.
13710         (run-mode-hooks): Implement it.
13712 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13714         * battery.el (battery-linux-proc-apm): Use string-to-number.
13715         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13716         Use dolist (and less indentation).  Use erase-buffer.
13717         Pre-initialize `design-capacity', `warn', and `low'.
13718         (battery-format): Use replace-regexp-in-string.
13720 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13722         * battery.el: Delete superfluous empty lines.
13723         (battery-linux-proc-acpi): Attempt to gather information from all
13724         battery subdirectories regardless of their file name.
13725         (battery-linux-proc-apm): Replace all occurrences of
13726         battery-hex-to-int-2 with string-to-int (base 16).
13727         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13728         (battery-hex-map): Delete variable.
13730 2004-09-18  John Paul Wallington  <jpw@gnu.org>
13732         * calc/calc-units.el (calc-quick-units): Fix overzealous
13733         s/or/unless/.
13735 2004-09-17  Jay Belanger  <belanger@truman.edu>
13737         * calc/calc.el (calc-mode-var-list): Fix the value of
13738         `calc-matrix-brackets'.
13740 2004-09-17  Romain Francoise  <romain@orebokech.com>
13742         * ibuf-ext.el (define-ibuffer-filter filename):
13743         Expand dired-directory since buffer-file-name is absolute.
13745 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13747         * ediff-init.el (ediff-current-diff-face-A)
13748         (ediff-current-diff-face-B, ediff-current-diff-face-C)
13749         (ediff-current-diff-face-Ancestor)
13750         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13751         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13752         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13753         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13754         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13755         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13756         Use min-colors.
13758         * term.el (term-down): Perform vertical motion if DOWN is negative.
13759         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13760         (term-termcap-format): Synchronize with the eterm terminfo entry
13761         in etc/e/eterm.ti.
13762         (term-handle-colors-array): If the current foreground or
13763         background are zero (i.e. unspecified), use the foreground and
13764         background of the default face for reverse video.
13765         (term-ansi-at-eval-string, term-ansi-default-fg)
13766         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13767         (term-mem): Delete unused function.
13768         (term-protocol-version): Increment.
13769         (term-current-face): Set to default.
13771 2004-09-15  Jay Belanger  <belanger@truman.edu>
13773         * calc/calc.el (calc-mode-var-list): Define this variable.
13774         (calc-always-load-extensions, calc-line-numbering)
13775         (calc-line-breaking, calc-display-just, calc-display-origin)
13776         (calc-number-radix, calc-leading-zeros, calc-group-digits)
13777         (calc-group-char, calc-point-char, calc-frac-format)
13778         (calc-prefer-frac, calc-hms-format, calc-date-format)
13779         (calc-float-format, calc-full-float-format, calc-complex-format)
13780         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13781         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13782         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13783         (calc-matrix-brackets, calc-language, calc-language-option)
13784         (calc-left-label, calc-right-label, calc-word-size)
13785         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13786         (calc-display-raw, calc-internal-prec, calc-angle-mode)
13787         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13788         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13789         (calc-window-height, calc-display-trail, calc-show-selections)
13790         (calc-use-selections, calc-assoc-selections)
13791         (calc-display-working-message, calc-auto-why, calc-timing)
13792         (calc-mode-save-mode, calc-standard-date-formats)
13793         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13794         (calc-user-parse-tables, calc-gnuplot-default-device)
13795         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13796         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13797         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13798         (calc-invocation-macro, calc-show-banner): Give these values as
13799         part of `calc-mode-var-list's initialization after the variables
13800         are declared with defvar.
13801         (calc-bug-address): Change email address to send bug reports to.
13802         Change the maintainer address at the top.
13803         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13804         than "\\.emacs" to determine if it is the user-init-file.
13806         * calc/calc-embed.el (calc-embedded-set-modes): Use
13807         `calc-mode-var-list' correctly.
13809 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
13811         * vc.el (annotate-time): Document point handling.
13812         (vc-annotate-display-autoscale): Doc fix.
13814 2004-09-15  Miles Bader  <miles@gnu.org>
13816         * generic.el (generic-make-keywords-list): Use symbol rather than
13817         word anchors in regexp.
13819 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13821         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13822         no file name consider `dired-directory'.
13824 2004-09-14  Kim F. Storm  <storm@cua.dk>
13826         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
13828 2004-09-14  Simon Josefsson  <jas@extundo.com>
13830         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13832         * textmodes/dns-mode.el: Add.
13834 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13836         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13837         (disabled-command-function): Make the ?\  char more obvious.
13839         * vc-arch.el (vc-arch-root, vc-arch-registered):
13840         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13842 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
13844         * windmove.el (windmove-frame-edges): Report coordinates of
13845         outside edges of frame, not inside edges.
13846         (windmove-coordinates-of-position): Convert into wrapper to new
13847         function `windmove-coordinates-of-window-position';
13848         `compute-motion' always applies to selected window.
13849         (windmove-coordinates-of-position): Update documentation to refer
13850         to Emacs 21 Lisp Reference Manual.
13851         (windmove-find-other-window): Fix off-by-one errors for max x,y.
13853 2004-09-13  Kim F. Storm  <storm@cua.dk>
13855         * isearch.el (isearch-resume-in-command-history): Rename from
13856         isearch-resume-enabled and change default to nil.
13858 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13860         * vc-hooks.el (vc-ignore-dir-regexp): New var.
13861         (vc-registered): Use it.
13862         (vc-find-root): New fun.
13864         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13865         Don't tell to use \\{...} when it's already done.
13867         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13868         Provide a sample complex default.
13869         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13870         (bibtex-entry): Use mapc.
13872 2004-09-12  Kim F. Storm  <storm@cua.dk>
13874         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13876         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13877         inhibit-field-text-motion to t so rectangles work in comint buffers.
13879         * simple.el (choose-completion-string): Set buffer before running
13880         choose-completion-string-functions hook so it can be buffer-local.
13882 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
13884         * progmodes/compile.el (compilation-start): Parse command to see
13885         if it starts with a cd, and if so perform it for the *compilation*
13886         buffer.  Change the header to reflect this.
13888 2004-09-11  Kim F. Storm  <storm@cua.dk>
13890         * ido.el (ido-enable-dot-prefix): Doc fix.
13891         (ido-enable-dot-prefix): New defcustom.
13892         (ido-set-matches1): Use it.
13894 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13896         * textmodes/bibtex.el (bibtex-mark-active)
13897         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13899 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13901         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13902         used in a case insensitive environment.
13903         (bibtex-mode-map): Rearrange order of menus.
13904         (bibtex-quoted-string-re): Obsolete.
13905         (bibtex-complete-key-cleanup): Variable replaced by new function.
13906         (bibtex-font-lock-keywords): Use backquotes.
13907         (bibtex-font-lock-url-regexp): New internal variable.
13908         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13909         "OPT" and "ALT".
13910         (bibtex-insert-current-kill, bibtex-make-field)
13911         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13912         (bibtex-parse-field-text): Simplify.
13913         (bibtex-string=): New helper function.
13914         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13915         (bibtex-map-entries): Use bibtex-string=.
13916         (bibtex-search-entry): Use not.
13917         (bibtex-enclosing-field): Fix docstring.
13918         (bibtex-assoc-regexp): Obsolete.
13919         (bibtex-format-entry): Use assoc-string and bibtex-string=.
13920         (bibtex-autokey-get-names): Handle empty name field.
13921         (bibtex-parse-strings): Use assoc-string and unless.
13922         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13923         Use assoc-string.
13924         (bibtex-pop): Simplify.
13925         (bibtex-mode): Set font-lock-extra-managed-props.
13926         (bibtex-entry-update): Use assoc-string.
13927         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13928         (bibtex-autofill-entry): Use bibtex-string=.
13929         (bibtex-print-help-message): Simplify.
13930         (bibtex-find-entry): New optional arg START.
13931         (bibtex-validate): Use bibtex-string= and assoc-string.
13932         Do not call obsolete function compilation-parse-errors.
13933         (bibtex-remove-delimiters): Only remove delimiters if present.
13934         (bibtex-copy-entry-as-kill): Add docstring.
13935         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
13936         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13937         (bibtex-complete): Use bibtex-predefined-month-strings,
13938         bibtex-string=, and new function bibtex-complete-key-cleanup.
13939         (bibtex-generate-url-list): New variable.
13940         (bibtex-url): New command bound to C-c C-l and mouse-2.
13941         (bibtex-url-map): New local keymap for bibtex-url-mouse.
13942         (bibtex-font-lock-url): New function.
13944 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13946         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13948 2004-09-09  Kim F. Storm  <storm@cua.dk>
13950         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13951         counter and format with binding.
13952         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
13953         the declared macro uses own macro counter and format.  Give symbol
13954         kmacro property.
13955         (kmacro-keymap): Bind kmacro-name-last-macro to n.
13956         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13957         (kmacro-end-and-call-macro): Doc fix.
13959 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
13961         * desktop.el (desktop-clear-preserve-buffers):
13962         Remove make-obsolete-variable.
13964 2004-09-08  Richard M. Stallman  <rms@gnu.org>
13966         * buff-menu.el (list-buffers-noselect): Call format-mode-line
13967         with the buffer as argument.
13969 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13971         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13973 2004-09-08  Juri Linkov  <juri@jurta.org>
13975         * replace.el (perform-replace): Use `query-replace-descr'.
13977         * cus-start.el (history-delete-duplicates): Specify customization.
13979         * diff-mode.el (diff-mode-map):
13980         * progmodes/compile.el (compilation-mode-map):
13981         * progmodes/grep.el (grep-mode-map):
13982         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13983         to `next-error-follow-minor-mode'.
13985 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13987         * isearch.el (isearch-lazy-highlight-update): Take into account
13988         the case of zero-length match at the search bound.
13990 2004-09-08  Kim F. Storm  <storm@cua.dk>
13992         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13993         change.  Use zero width overlays when necessary.
13995 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13997         * subr.el (split-string): Docfix.
13999 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14001         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14002         (display-call-tree): Ensure newline after caller/calls blocks.
14004 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14006         * startup.el (command-line-1): Make option
14007         --directory/-L modify `load-path' straight away.
14009 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14011         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14013 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14015         * emacs-lisp/autoload.el (make-autoload):
14016         Handle `define-compilation-mode'.
14018         * emacs-lisp/lisp-mode.el (define-compilation-mode):
14019         Specify `doc-string-elt' property.
14021 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14023         * bs.el (bs-mode): Doc fix.
14025 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14027         * info.el (Info-insert-dir): Fix temp buffer leak bug.
14029 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14031         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14033 2004-09-08  Kenichi Handa  <handa@m17n.org>
14035         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14036         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14037         ps-mule-next-point -> 1+).
14039         * composite.el (encode-composition-rule): Add autoload cookie.
14041 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
14043         * format.el (buffer-auto-save-file-format): Make it permanent local.
14045 2004-09-07  Kim F. Storm  <storm@cua.dk>
14047         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14048         (authors-fixed-entries): Fix typo.
14049         (authors-canonical-author-name): Compact multiple spaces.
14050         Ignore trivial names (e.g. only first name).
14052         * term.el (term-window-width): Only use full window width on
14053         window system if overflow-newline-into-fringe is enabled.
14054         (term-mode): Don't disable overflow-newline-into-fringe.
14056 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14058         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14059         motion as seen on my Mac OS X xterms.
14061         * newcomment.el (uncomment-region-default, comment-region-default):
14062         New functions extracted from uncomment-region and comment-region.
14063         (comment-region, comment-region-function, uncomment-region)
14064         (uncomment-region-function): Use them.
14066         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14068         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14069         It's not crucial but can make sense at times.
14071         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14072         the first commit.
14074         * vc.el (vc-buffer-context, vc-restore-buffer-context):
14075         Disable obsolete code.
14077 2004-09-07  Juri Linkov  <juri@jurta.org>
14079         * progmodes/grep.el (grep-highlight-matches): Change default from
14080         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
14081         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14082         if grep option `--color' is available, or to `nil' otherwise.
14083         (grep-process-setup): Call `grep-compute-defaults' if
14084         `grep-highlight-matches' is not computed.  Set env-vars only
14085         if `grep-highlight-matches' is `t'.
14086         (grep-use-null-device): Remove redundant type `boolean' (`choice'
14087         is already defined).
14089         * progmodes/compile.el (compilation-start): Use copy of
14090         `process-environment' created by `copy-sequence' to not
14091         modify env-vars in the global `process-environment'.
14093 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
14095         * simple.el (next-error-follow-minor-mode): Fix last change.
14097 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
14099         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14100         permanent local.
14102 2004-09-04  Richard M. Stallman  <rms@gnu.org>
14104         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14105         highlighting if the search string is empty.
14107 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
14109         * facemenu.el (facemenu-active-faces): Change condition of inner
14110         `while' loop to also check the first two elements of `face-atts'
14111         and `mask-atts'.
14113 2004-09-04  John Paul Wallington  <jpw@gnu.org>
14115         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14116         (thumbs-view-image-mode): Make buffer read-only.
14118 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
14120         * textmodes/ispell.el (ispell-really-aspell): New defvar.
14121         (ispell-check-version): Set it.
14122         (ispell-send-replacement): New function.
14123         (ispell-process-line): Call ispell-send-replacement.
14125 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14127         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14128         Support choosing seconds with "s".
14130 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
14132         * terminal.el (te-escape): Show `?' in prompt for help key.
14134 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
14136         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14138 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14140         * simple.el (next-error-follow-minor-mode)
14141         (next-error-follow-mode-post-command-hook): New functions.
14142         (next-error-follow-last-line): New defvar.
14144         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14145         * progmodes/compile.el (compilation-mode-map): Likewise.
14146         * progmodes/grep.el (grep-mode-map): Likewise.
14147         * replace.el (occur-mode-map): Likewise.
14149         * newcomment.el (uncomment-region): Bind comment-use-global-state
14150         to nil.
14152 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
14154         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14155         locally around the call to `revert-buffer'.
14157 2004-09-03  Juri Linkov  <juri@jurta.org>
14159         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14160         `isearch-adjusted' to `t'.
14161         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14162         (isearch-message-prefix): Add "pending" for isearch-adjusted.
14163         (isearch-other-meta-char): Restore isearch-point unconditionally.
14164         (isearch-query-replace): Add new arg `regexp-flag' and use it.
14165         Set point to start of match if region is not active in transient
14166         mark mode (to include the current match to region boundaries).
14167         Push the search string to `query-replace-from-history-variable'.
14168         Add prompt "Query replace regexp" for isearch-regexp.
14169         Add region beginning/end as last arguments of `perform-replace.'
14170         (isearch-query-replace-regexp): Replace code by the call to
14171         `isearch-query-replace' with arg `t'.
14173 2004-09-03  Richard M. Stallman  <rms@gnu.org>
14175         * startup.el (normal-top-level): Undo previous TERM change.
14177 2004-09-03  Kim F. Storm  <storm@cua.dk>
14179         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14180         highlight overlays; allow using RET when cursor is over a button.
14181         (cua--highlight-rectangle): Use it.
14182         (cua--rectangle-set-corners): Don't move backwards at eol.
14183         (cua--forward-line): Don't move into void after eob.
14185         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14186         point is set (and displayed) inside rectangle.
14187         (cua--rectangle-operation): Fix for highlight of empty lines.
14188         (cua--highlight-rectangle): Fix highlight for tabs.
14189         Position cursor at left/right edge of rectangle using new `cursor'
14190         property on overlay strings.
14191         (cua--indent-rectangle): Don't tabify.
14192         (cua-rotate-rectangle): Ignore that point has moved.
14194 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14196         * term/mac-win.el: Add ASCII equivalents for some function keys.
14197         (mode-line-frame-identification): Sync with x-win.el.
14199 2004-09-02  Juri Linkov  <juri@jurta.org>
14201         * progmodes/compile.el (compilation-buffer-name): Compare major
14202         mode with second element of compilation-arguments instead of third
14203         to reflect latest changes in compilation-arguments structure.
14204         (recompile): Use global variable `compilation-directory' to get
14205         recent compilation directory only when `recompile' is invoked NOT
14206         in the compilation buffer.  Otherwise, use `default-directory' of
14207         the compilation buffer.
14208         (compilation-error-properties): Allow to funcall col and end-col.
14209         (compilation-mode-font-lock-keywords): Check col and end-col by
14210         `integerp'.
14211         (compilation-goto-locus): If end-mk is non-nil in transient mark
14212         mode don't activate the mark (and don't display message in
14213         push-mark), but highlight overlay between mk and end-mk.
14215         * progmodes/grep.el (grep-highlight-matches): New defcustom.
14216         (grep-regexp-alist): Add rule to highlight grep matches.
14217         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14219         * info.el (Info-fontify-node): Don't compute other-tag
14220         if Info-hide-note-references=hide.
14222         * help.el (function-called-at-point):
14223         * help-fns.el (variable-at-point):
14224         Try `find-tag-default' when other methods failed.
14226         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14227         Do not push mark if inhibit-mark-movement is non-nil.
14229         * textmodes/ispell.el (ispell-html-skip-alists):
14230         Fix backslashes in docstring.
14232 2004-09-01  Juri Linkov  <juri@jurta.org>
14234         * isearch.el (isearch-wrap-function)
14235         (isearch-push-state-function): New defvars.
14236         (isearch-pop-fun-state): New defsubst.
14237         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14238         (isearch-push-state): Set the result of calling
14239         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14240         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14241         restore the mode-specific starting point of terminated search.
14242         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14243         (isearch-repeat): Call `isearch-wrap-function' if defined.
14244         (isearch-message-prefix): Don't add prefix "over" to the message
14245         for wrapped search if `isearch-wrap-function' is defined.
14246         (isearch-search): Call function saved in `isearch-pop-fun-state' to
14247         restore the mode-specific starting point of failed search.
14249         * info.el (Info-search-whitespace-regexp): Fix backslashes.
14250         (Info-search): Add new optional arguments for the sake of isearch.
14251         Replace whitespace in Info-search-whitespace-regexp literally.
14252         Add backward search.  Don't call `Info-select-node' if regexp is
14253         found in the same Info node.  Don't add node to Info-history for
14254         wrapped isearch.
14255         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14256         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14257         (Info-mode): Set local variables `isearch-search-fun-function',
14258         `isearch-wrap-function', `isearch-push-state-function',
14259         `search-whitespace-regexp'.
14261         * isearch.el: Remove ancient Change Log section.
14262         (isearch-string, isearch-message-string, isearch-point)
14263         (isearch-success, isearch-forward-flag, isearch-other-end)
14264         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14265         (isearch-barrier, isearch-within-brackets)
14266         (isearch-case-fold-search): Add suffix `-state' to state-related
14267         defsubsts to avoid name clashes with other function names.
14269         * simple.el (next-error): New defgroup and defface.
14270         (next-error-highlight, next-error-highlight-no-select):
14271         New defcustoms.
14272         (next-error-no-select): Let-bind next-error-highlight to the value
14273         of next-error-highlight-no-select before calling `next-error'.
14275         * progmodes/compile.el (compilation-goto-locus):
14276         Use `next-error' face instead of `region'.  Set 4-th argument of
14277         `move-overlay' to `current-buffer' to move overlay to different
14278         source buffers.  Use new variable `next-error-highlight'.
14280         * simple.el (next-error-find-buffer): Move the rule
14281         "if current buffer is a next-error capable buffer" after the
14282         rule "if next-error-last-buffer is set to a live buffer".
14283         Simplify to test all rules in one `or'.
14284         (next-error): Doc fix.
14285         (next-error, previous-error, first-error)
14286         (next-error-no-select, previous-error-no-select):
14287         Make arguments optional.
14289 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
14291         * macros.el (apply-macro-to-region-lines): Make it operate on all
14292         lines that begin in the region, rather than on all complete lines
14293         in the region.
14295 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14297         * x-dnd.el (x-dnd-protocol-alist): Document update.
14298         (x-dnd-known-types): Defcustom it.
14299         (x-dnd-handle-motif): Print message-atom in error message.
14301 2004-08-30  John Paul Wallington  <jpw@gnu.org>
14303         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14304         strings rather than programatically constructing message.
14306 2004-08-30  Richard M. Stallman  <rms@gnu.org>
14308         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14309         Don't return a string that would read as the wrong character code.
14311 2004-08-29  Kim F. Storm  <storm@cua.dk>
14313         * emulation/cua-base.el (cua-auto-expand-rectangles):
14314         Remove automatic rectangle padding feature; replace by non-destructive
14315         virtual rectangle edges feature.
14316         (cua-virtual-rectangle-edges): New defcustom.
14317         (cua-auto-tabify-rectangles): New defcustom.
14318         (cua-paste): If paste into a marked rectangle, insert rectangle at
14319         current column, even if virtual; also paste exactly as many lines
14320         as has been marked (ignore additional lines or add empty lines),
14321         but paste whole source if only one line is marked.
14322         (cua--update-indications): No longer use overwrite-cursor to
14323         indicate rectangle padding
14325         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14326         (cua--rectangle-virtual-edges): New defun.
14327         (cua--rectangle-get-corners): Remove optional PAD arg.
14328         (cua--rectangle-set-corners): Never do padding.
14329         (cua--forward-line): Remove optional PAD arg.  Simplify.
14330         (cua-resize-rectangle-right, cua-resize-rectangle-left)
14331         (cua-resize-rectangle-down, cua-resize-rectangle-up):
14332         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14333         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14334         (cua--rectangle-move): Never do padding.  Simplify.
14335         (cua--tabify-start): New defun.
14336         (cua--rectangle-operation): Add tabify arg.  All callers changed.
14337         (cua--pad-rectangle): Remove.
14338         (cua--delete-rectangle): Handle delete with virtual edges.
14339         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14340         (cua--insert-rectangle): Handle insert at virtual column.
14341         Perform auto-tabify if necessary.
14342         (cua--activate-rectangle): Remove optional FORCE arg.
14343         Never do padding.  Simplify.
14344         (cua--highlight-rectangle): Enhance for virtual edges.
14345         (cua-toggle-rectangle-padding): Remove command.
14346         (cua-toggle-rectangle-virtual-edges): New command.
14347         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
14348         (cua--rectangle-post-command): Don't force rectangle padding.
14349         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14351 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
14353         * indent.el (edit-tab-stops-buffer): Doc fix.
14355 2004-08-28  Richard M. Stallman  <rms@gnu.org>
14357         * progmodes/grep.el (grep-default-command): Use find-tag-default.
14358         (grep-tag-default): Function deleted.
14360         * subr.el (find-tag-default): Move from etags.el.
14362         * progmodes/etags.el (find-tag-default): Move to subr.el.
14364         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14365         into the basic character if it has an uppercase form.
14367 2004-08-27  Kenichi Handa  <handa@m17n.org>
14369         * international/utf-8.el (utf-8-post-read-conversion): If the
14370         buffer is unibyte, temporarily make it multibyte.
14372 2004-08-27  Masatake YAMATO  <jet@gyve.org>
14374         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14376 2004-08-25  John Paul Wallington  <jpw@gnu.org>
14378         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14379         0, 1, and many mismatches in message.
14380         (tex-start-shell): Use `set-process-query-on-exit-flag'.
14382         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14383         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14385 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14387         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14388         vc-diff-switches differently.
14390 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
14392         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14393         before and a real defvar after
14394         `speedbar-supported-extension-expressions'.  This is to silence
14395         the compiler without breaking bootstrapping.
14397 2004-08-22  Richard M. Stallman  <rms@gnu.org>
14399         * textmodes/flyspell.el (flyspell-word):
14400         Use set-process-query-on-exit-flag.
14401         (flyspell-highlight-duplicate-region): Take POSS as arg.
14402         (flyspell-word): Pass POSS as arg.
14404         * progmodes/ada-xref.el: Many doc and style fixes.
14405         (ada-find-any-references): Use compilation-start.
14406         (ada-get-ali-file-name): Improve error msg.
14407         (ada-get-ada-file-name): Likewise.
14409         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14410         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14412         * mail/mail-extr.el (mail-extr-all-top-level-domains):
14413         Add forward defvar.
14415         * whitespace.el (global-whitespace-mode): New alias
14416         for whitespace-global-mode.
14418         * speedbar.el (speedbar-file-regexp): Move definition up.
14419         (speedbar-mode, speedbar-set-mode-line-format):
14420         Use with-no-warnings.
14421         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14423         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14424         controls whether to display the error buffer.
14426         * ps-mule.el: Delete compatibility code for old Emacsen.
14427         (ps-mule-find-wrappoint): Don't use chars-in-region.
14429         * frame.el (display-mouse-p, display-selections-p):
14430         Use with-no-warnings.
14432         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14434 2004-08-22  David Kastrup  <dak@gnu.org>
14436         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14437         information.
14439         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14441 2004-08-22  Andreas Schwab  <schwab@suse.de>
14443         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14445 2004-08-22  Masatake YAMATO  <jet@gyve.org>
14447         * cvs-status.el (cvs-status-checkout): New function.
14448         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14450 2004-08-21  David Kastrup  <dak@gnu.org>
14452         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14453         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14454         has been converted to use hashtables, the relation `nil=none' is
14455         no longer valid, as `nil' is not a hashtable.  This patch tries to
14456         reduce the number of resulting errors.
14458 2004-08-21  John Paul Wallington  <jpw@gnu.org>
14460         * subr.el (process-kill-without-query): Made obsolete in
14461         version 21.4, not 21.5.
14463         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14464         (vc-previous-comment, vc-next-comment)
14465         (vc-comment-search-reverse, vc-comment-search-forward)
14466         (vc-comment-to-change-log): Likewise.
14468         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14470 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
14472         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14473         Correct indentation of DEFMETHODS with non-standard method
14474         combinations (e.g., PROGN, MIN, MAX).
14476 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14478         * startup.el (normal-top-level-add-subdirs-to-load-path):
14479         Avoid unnecessarily checking system-type.
14480         (normal-top-level): Set TERM to "dumb".  Simplify.
14482         * avoid.el (mouse-avoidance-ignore-p): New fun.
14483         Also ignore switch-frame, select-window, double, and triple clicks.
14484         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14485         (mouse-avoidance-fancy-hook): Use it.
14487 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
14489         * avoid.el (mouse-avoidance-nudge-mouse)
14490         (mouse-avoidance-banish-destination): Stay within the current window
14491         to avoid problems with mouse-autoselect-window.
14493 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14495         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14496         the newer format of some messages in cvs-1.12.1.
14498 2004-08-19  Masatake YAMATO  <jet@gyve.org>
14500         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14501         (elp-results-jump-to-definition-by-mouse)
14502         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14503         (elp-output-result): Use elp-output-insert-symname.
14505 2004-08-18  Kenichi Handa  <handa@m17n.org>
14507         * language/cyrillic.el: Register koi8-r in
14508         ctext-non-standard-encodings-alist.
14509         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14511 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
14513         * emacs-lisp/copyright.el (copyright-update-year): Delete code
14514         that replaces 20xy with xy.
14516 2004-08-17  John Paul Wallington  <jpw@gnu.org>
14518         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14519         (reb-force-update): Doc fix.
14521 2004-08-16  Richard M. Stallman  <rms@gnu.org>
14523         * progmodes/which-func.el (which-func-update-1): Doc fix.
14525         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14526         (sh-mode-abbrev-table): New variable.
14528         * progmodes/compile.el (compilation-mode): Doc fix.
14530         * emacs-lisp/lisp-mode.el (eval-last-sexp):
14531         Don't cons a new symbol each time.
14532         (eval-last-sexp-fake-value): New variable.
14534         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14535         (copyright-update-year): Detect continuation of list of years.
14537         * term.el (term-default-fg-color, term-default-bg-color)
14538         (ansi-term-color-vector): Use `unspecified', not nil, as default.
14540         * imenu.el: Several doc fixes: don't say variables are buffer-local.
14542 2004-08-16  Davis Herring  <herring@lanl.gov>
14544         * isearch.el (isearch-string, isearch-message-string, isearch-point)
14545         (isearch-success, isearch-forward-flag, isearch-other-end)
14546         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14547         (isearch-barrier, isearch-within-brackets)
14548         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14550 2004-08-16  Kenichi Handa  <handa@m17n.org>
14552         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14554 2004-08-15  Kenichi Handa  <handa@m17n.org>
14556         * term/x-win.el (x-selection-value): If utf8 was successful but
14557         ctext was not, use utf8 string.
14559 2004-08-14  Davis Herring  <herring@lanl.gov>
14561         * isearch.el: Remove accidental changes of March 4.  Fix backing
14562         up when a regexp isearch is made more general.  Use symbolic
14563         accessor functions for isearch stack frames to make usage clearer.
14564         (search-whitespace-regexp): Made groups in documentation shy (as
14565         is the group in the default value).
14566         (isearch-fallback): New function, addresses problems with regexps
14567         liberalized by `\|', adds support for liberalization by `\}' (the
14568         general repetition construct), and incorporates behavior for
14569         `*'/`?'.
14570         (isearch-}-char): New command, calls `isearch-fallback' with
14571         arguments appropriate to a typed `}'.
14572         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14573         appropriately.
14574         (isearch-mode-map): Bind `}' to `isearch-}-char'.
14575         (isearch-string, isearch-message,string, isearch-point)
14576         (isearch-success, isearch-forward-flag, isearch-other-end)
14577         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14578         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14579         New inline functions to read fields of a stack frame.
14581 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
14583         * battery.el (battery-linux-proc-acpi): Look into battery
14584         directories matching the literal string "CMB", too (required for
14585         Linux kernel version 2.6.7).
14587 2004-08-14  John Paul Wallington  <jpw@gnu.org>
14589         * cus-start.el (read-file-name-completion-ignore-case): Add.
14590         (blink-cursor-alist): Change version to "21.4".
14592         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14594 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
14596         * speedbar.el (speedbar-scan-subdirs): New option.
14597         (speedbar-file-lists): Don't ignore file-name case on Unix and use
14598         dolist.
14599         (speedbar-insert-files-at-point): Take an extra argument and use
14600         it to optionally find out if a subdir is empty.  Also unreadable
14601         files don't get expand buttons.
14602         (speedbar-directory): New image (unused pixmap already existed).
14603         (speedbar-expand-image-button-alist): Use it.
14605 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
14607         CC Mode update to 5.30.9:
14609         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14610         Move from cc-vars to cc-defs for dependency reasons.  Fix the
14611         POSIX char class test to check that it works in
14612         `skip-chars-(forward|backward)' too.
14614         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14615         first argument starts with a special brace list.
14617         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14618         when `c-opt-type-concat-key' is used (i.e. in Pike).
14620         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14621         Fix bug when the inner char pair doesn't have paren syntax,
14622         i.e. "(<>)".
14624         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14625         whitespace safe.
14627         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14628         position for `arglist-intro', `arglist-cont-nonempty' and
14629         `arglist-close' when there are two arglist open parens on the same
14630         line and there's nothing in front of the first.
14632         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14633         locking of qualified names in Java, which previously could fontify
14634         common indexing expressions in many cases.  The standard Java
14635         naming conventions are used to tell them apart.
14637         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14638         Fix inconsistency wrt opening parens on the first line inside a paren
14639         block.
14641         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14642         compile time for the sake of `c-major-mode-is'.
14644         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14645         `c-major-mode-is' in the event that this is used inside a
14646         `c-lang-defconst'.
14648         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14649         `c-lang-defconst' so that it works better with fallback languages.
14651         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14652         it to fail to record the base mode.
14654         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14655         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14656         is used.  Reorder the syntax checks to get more efficient
14657         skipping in some situations.
14659         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14660         continuation which might precede the newly inserted '{'.
14662         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14663         Fix cases where it could loop indefinitely.
14665         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14666         size specs correctly.  Only fontify identifiers in front of '('
14667         with as functions - don't accept any paren char.  Tighten up
14668         initializer skipping to stop before function and class blocks.
14670         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14671         the point could be left directly after an open paren when finding
14672         the beginning of the first decl in the block.
14674         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14675         table when filtering out legitimate open parens to be recorded.
14676         This could cause cache inconsistencies when e.g.
14677         `c++-template-syntax-table' was temporarily in use.
14679         * progmodes/cc-engine.el (c-on-identifier)
14680         (c-simple-skip-symbol-backward): Small fix for handling "-"
14681         correctly in `skip-chars-backward'.  Affected the operator lfun
14682         syntax in Pike.
14684         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14685         Fix bug that could cause an error from `after-change-functions' when
14686         the changed region is at bob.
14688 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
14690         CC Mode update to 5.30.9:
14692         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14693         to say that <TAB> doesn't insert WS into a CPP line.
14694         (c-indent-command, c-tab-always-indent): Amend doc strings.
14696         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14697         checks for user errors, thus eliminating cryptic and unhelpful
14698         Emacs error messages.  (1) Check the arg to `c-set-style' is a
14699         string.  (2) Check that settings to `c-offsets-alist' are not
14700         spuriously quoted.
14702         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14703         which precedes the newly inserted `{'.
14705 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
14707         Sync with Tramp 2.0.44.
14709         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14710         function "tramp_file_attributes".  Otherwise, file names
14711         containing spaces are misinterpreted.  Reported by Magnus Henoch
14712         <mange@freemail.hu>.
14713         (tramp-handle-file-truename): FILENAME must be expanded first.
14714         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14715         obscure results.  Reported by D. Goel <deego@gnufans.org>.
14716         (tramp-handle-verify-visited-file-modtime): If file does not
14717         exist, say it is not modified if and only if that agrees with the
14718         buffer's record.  Check whether a file is visiting the buffer, or
14719         the buffer has no recorded last modification time.  Return t in
14720         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
14721         <teirllm@auburn.edu>.
14722         (tramp-handle-write-region): Pass modtime explicitly to
14723         `set-visited-file-modtime', because filename can be different
14724         from (buffer-file-name) if `file-precious-flag' is set.
14725         `set-visited-file-modtime' must be called always when `visit' is t
14726         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14727         (tramp-handle-set-visited-file-modtime): If `time-list' is not
14728         nil, don't apply the whole body.  If the file doesn't exists, set
14729         modtime to '(-1 65535).  Suggested by Luc Teirlinck
14730         <teirllm@auburn.edu>.
14732 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14734         * help.el (describe-bindings): Doc fix.
14736         * subr.el (kbd): Doc fix.
14738 2004-08-08  John Paul Wallington  <jpw@gnu.org>
14740         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14741         instead of `string-to-int'.
14742         (define-ibuffer-column mode): Fix indentation.
14744 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
14746         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14748 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14750         * subr.el (global-unset-key, local-unset-key): Doc fixes.
14752         * novice.el (disabled-command-function): New variable renamed from
14753         `disabled-command-hook'.
14754         (disabled-command-hook): Keep the _variable_ as alias for
14755         `disabled-command-function' and make obsolete.
14756         (disabled-command-function): Function renamed from
14757         `disabled-command-hook'.  Adapt code to name change of the variable.
14759 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
14761         * simple.el (completion-root-regexp): New defvar.
14762         (completion-setup-function): Use it instead of a literal string.
14764 2004-08-07  John Paul Wallington  <jpw@gnu.org>
14766         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14767         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14768         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14769         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14771 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
14773         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14774         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14776 2004-08-04  Kenichi Handa  <handa@m17n.org>
14778         * international/encoded-kb.el (encoded-kbd-setup-keymap):
14779         Fix previous change.
14781 2004-08-03  Kenichi Handa  <handa@m17n.org>
14783         * international/encoded-kb.el: The following changes are to
14784         utilize key-translation-map instead of minor mode map.
14785         (encoded-kbd-iso2022-non-ascii-map): Delete it.
14786         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14787         (encoded-kbd-last-key): New function.
14788         (encoded-kbd-iso2022-single-shift): New function.
14789         (encoded-kbd-iso2022-designation)
14790         (encoded-kbd-self-insert-iso2022-7bit)
14791         (encoded-kbd-self-insert-iso2022-8bit)
14792         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14793         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14794         key-translation-map.
14795         (encoded-kbd-setup-keymap): Setup key-translation-map.
14796         (saved-key-translation-map): New variable.
14797         (encoded-kbd-mode): Save/restore key-translation-map.
14798         Adjust for the change of encoded-kbd-setup-keymap.
14800 2004-08-02  Kim F. Storm  <storm@cua.dk>
14802         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14803         and call compute-motion with nil for topos and width to get proper
14804         usable width and height for both window and non-window systems.
14806         * windmove.el (windmove-coordinates-of-position): Let compute-motion
14807         calculate usable window width and height.
14809         * window.el (window-buffer-height): Call compute-motion with nil width.
14811 2004-08-01  David Kastrup  <dak@gnu.org>
14813         * replace.el (query-replace-read-from):
14814         Use `query-replace-compile-replacement'.
14815         (query-replace-compile-replacement): New function.
14816         (query-replace-read-to): Use `query-replace-compile-replacement'
14817         for repeating the last command.
14819 2004-08-01  John Paul Wallington  <jpw@gnu.org>
14821         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14822         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14823         (pr-switches): Remove period from end of error messages.
14825         * help-mode.el (help-go-back): Likewise.
14827         * abbrev.el (only-global-abbrevs): Doc fix.
14828         (edit-abbrevs-map): Define within defvar.
14829         (quietly-read-abbrev-file): Doc fix.
14831 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
14833         * novice.el (enable-command, disable-command): Doc fixes.
14835         * subr.el (event-modifiers, event-basic-type): Doc fixes.
14837 2004-07-30  Richard M. Stallman  <rms@gnu.org>
14839         * subr.el (with-local-quit): Doc fix.
14841 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
14843         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14845 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
14847         * custom.el (defcustom): Doc fix.
14849 2004-07-28  Masatake YAMATO  <jet@gyve.org>
14851         * progmodes/etags.el (etags-tags-apropos): Show building progress.
14853 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14855         * imenu.el (imenu-prev-index-position-function)
14856         (imenu-extract-index-name-function, imenu-name-lookup-function)
14857         (imenu--index-alist): Docstring redundancy fix.
14859 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
14861         * wdired.el (wdired-finish-edit): Require dired-aux before locally
14862         binding dired-backup-overwrite.
14864 2004-07-25  John Paul Wallington  <jpw@gnu.org>
14866         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14868 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
14870         * term/tty-colors.el (tty-color-approximate): Doc fix.
14872         * select.el (x-get-selection, x-set-selection): Doc fixes.
14874         * frame.el (make-frame): Doc fix.
14876 2004-07-24  Richard M. Stallman  <rms@gnu.org>
14878         * mail/rmail.el (rmail-mime-charset-pattern):
14879         Don't include semicolon in the charset value.
14881         * replace.el (occur-next-error): Call set-window-point.
14882         (occur-engine): Handle negative NLINES.
14884 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
14886         * frame.el (modify-all-frames-parameters): Minor doc fix.
14887         (set-frame-configuration): Doc fix.
14889 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14891         * simple.el (completion-setup-function): Compute the common parts
14892         and the first difference place correctly when
14893         partial-completion-mode is on.
14895 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14897         * ps-print.el: Doc fix.
14898         (ps-print-version): New version 6.6.5.
14899         (ps-printing-region): Doc fix.
14900         (ps-generate-string-list): Comment fix.
14901         (ps-message-log-max): Code fix.
14903 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14905         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14906         generated PostScript.
14908 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
14910         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
14911         with Gnus v5_10 branch.)
14913 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14915         * calendar/time-date.el (time-to-number-of-days): New function.
14916         Imported from Gnus.
14918 2004-07-22  Kim F. Storm  <storm@cua.dk>
14920         * progmodes/make-mode.el: Fix comments.
14922 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14924         * printing.el: Doc fix.
14926 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
14928         * frame.el (modify-all-frames-parameters): Minor doc fix.
14930 2004-07-20  Richard M. Stallman  <rms@gnu.org>
14932         * textmodes/fill.el (fill-nobreak-p): If this break point is
14933         at the end of the line, don't consider the newline which follows
14934         as a reason to return t.
14936 2004-07-19  John Paul Wallington  <jpw@gnu.org>
14938         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14940 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
14942         * dired-aux.el (dired-do-kill-lines): Expand docstring.
14943         Delete irrelevant code.
14945 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14947         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14948         New docstring.  From Luc Teirlinck.
14950 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
14952         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14953         section.
14954         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14955         non-file buffers.  We know it is nil.
14957 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14959         Sync with Tramp 2.0.43.
14961         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14962         Remove outdated comment.
14963         (tramp-locked, tramp-locker): New variables for implementing a
14964         global lock.
14965         (tramp-sh-file-name-handler): Use them to implement the global lock.
14967 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
14969         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
14970         calls to respective `xxx` calls.
14971         (tramp-process-alive-regexp): Precise doc string.
14972         (tramp-multi-action-process-alive): New defun.
14973         (tramp-multi-actions): Use it.
14974         (tramp-handle-find-backup-file-name): `copy-tree' is available
14975         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
14976         in order to avoid this function.
14977         (tramp-handle-write-region): Set current buffer.  If connection
14978         wasn't open, `file-modes' has changed it accidentally.  Reported by
14979         David Kastrup <dak@gnu.org>.
14980         (tramp-enter-password, tramp-read-passwd): New arguments USER and
14981         HOST.
14982         (tramp-action-password, tramp-multi-action-password): Apply it.
14983         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14984         name must still contain the port number.  Otherwise, we have two
14985         Tramp buffers, with all the confusion.  Reported by Myron Selby
14986         <myron@xytech.com> and Rolf Dubitzky
14987         <Dubitzky@physi.uni-heidelberg.de>.
14989         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14990         HOST to `tramp-enter-passwd'.
14992         * net/tramp-vc.el (all): Code cleanup.  Change all
14993         `tramp-handle-xxx' calls to respective `xxx` calls.
14995 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
14997         * emacs-lisp/testcover.el: New category "potentially-1valued" for
14998         functions that are not erroneous if either 1-valued or
14999         multi-valued.  Detect functions in this class.
15000         (testcover-1value-functions, testcover-compose-functions)
15001         (testcover-progn-functions) Add some additional functions to lists.
15002         (testcover-mark): Bugfix when marking up the definition for an
15003         empty function.
15005 2004-07-17  Richard M. Stallman  <rms@gnu.org>
15007         * replace.el (occur-read-primary-args): Pass default to
15008         read-from-minibuffer.
15010         * mail/footnote.el (footnote-section-tag): Use defcustom.
15012         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15013         Compile font-lock-keywords, not KEYWORDS.
15014         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15015         Add warn, check-type.  Handle cerror like error.
15017 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
15019         * progmodes/which-func.el (which-func-keymap): New var.
15020         (which-func-face): New face.
15021         (which-func-format): Use them.
15023 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15025         * buff-menu.el (list-buffers-noselect): Append the buffer's
15026         process status to its mode name.
15028 2004-07-16  Kim F. Storm  <storm@cua.dk>
15030         * simple.el (inhibit-mark-movement): New defvar.
15031         (beginning-of-buffer, end-of-buffer): Do not push mark if
15032         inhibit-mark-movement is non-nil or C-u prefix is given.
15034         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15035         Init to beginning-of-buffer and end-of-buffer.
15036         (cua--undo-push-mark): New defvar.
15037         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15038         already active and command is in cua--preserve-mark-commands.
15039         Also fix check for shift modifier on non-window systems.
15040         (cua--post-command-handler): Clear inhibit-mark-movement if set.
15042 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
15044         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15045         of two integers, instead of a cons.
15047         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15048         `visited-file-modtime' now returns a list of two integers, instead
15049         of a cons.
15051         * dired.el (dired-directory-changed-p): Ditto.
15053         * progmodes/grep.el (grep): Doc fix.
15055 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
15057         * autorevert.el (auto-revert-tail-mode)
15058         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15059         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15060         in both at the same time.
15061         (auto-revert-tail-mode): New command.
15062         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15063         (auto-revert-handler): Revert only either tail or whole file.
15065         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15066         add auto-revert-tail-mode.
15068 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15070         * printing.el: Doc fix.  Change name of some funs.
15071         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
15072         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
15073         (pr-standard-file-name): New fun.  Replace pr-standard-path.
15074         (pr-call-process): Code fix.
15076 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
15078         * subr.el (with-selected-window): Doc fix.
15080 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
15082         * subr.el (get-buffer-window-list): Doc fix.
15084 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
15086         * files.el (switch-to-buffer-other-window): Doc fix.
15088         * window.el (save-selected-window, one-window-p)
15089         (split-window-keep-point, split-window-vertically)
15090         (split-window-horizontally): Doc fixes.
15092 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15094         * printing.el: Doc fix.  Now it uses call-process instead of
15095         shell-command for low command execution.
15096         (pr-version): New version number (6.8).
15097         (pr-shell-file-name): Option removed.
15098         (pr-shell-command): Fun removed.
15099         (pr-call-process): New fun.  Replace pr-shell-command.
15100         (pr-standard-path, pr-remove-nil-from-list): New funs.
15101         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15102         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15103         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15104         (pr-ps-utility-process, pr-txt-print): Code fix.
15106 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15108         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15109         boolean.
15111 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
15113         * wid-edit.el (widget-field-buffer): Doc fix.
15115 2004-07-09  John Paul Wallington  <jpw@gnu.org>
15117         * emacs-lisp/re-builder.el (reb-update-overlays):
15118         Distinguish between one and several matches in message.
15120 2004-07-09  Richard M. Stallman  <rms@gnu.org>
15122         * mouse.el (mouse-set-region-1): If transient-mark-mode
15123         is `identity', change it to `only'.
15125         * simple.el (current-word): Doc fix.
15127 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
15129         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15130         so that it is more understanding of whitespace.
15132         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15133         (("ns" . "element") (attr-list) children) instead of
15134         ((:ns . "element") (attr-list) children) in order to reduce the
15135         number of symbols used.
15136         (xml-skip-dtd): Change to use xml-parse-dtd but set
15137         xml-validating-parsing to nil.
15138         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15139         (xml-substitute-entity): Remove in favor of new entity substitution.
15140         (xml-substitute-special): Rewrite in to substitute complex
15141         entities from DOCTYPE declarations.
15142         (xml-parse-fragment): Parse fragments from entity declarations.
15143         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15144         (xml-parse-dtd, xml-substitute-special): Make validity checks
15145         conditioned on xml-validating-parser.  Add "Not Well Formed" to
15146         error messages about well-formedness.
15148 2004-07-08  Steven Tamm  <steventamm@mac.com>
15150         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15151         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15152         Do not treat double clicks and triple clicks specially in the
15153         scroll bar (preventing strange repositioning problems)
15155 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15157         * replace.el (query-replace-regexp-eval): Fix last change.
15159 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15161         * replace.el (query-replace-descr): New fun.
15162         (query-replace-read-from, query-replace-read-args): Default to the
15163         previous from&to.
15164         (query-replace-read-to): Quote the `from' string when displaying it.
15165         (query-replace-regexp-eval): Immediately check read-only status.
15166         Use query-replace-read-from to get the \n checking.
15167         Quote the `from' string when displaying it.
15168         (map-query-replace-regexp, occur-read-primary-args):
15169         Quote the `from' string when displaying it.
15171         * isearch.el (isearch-query-replace): Pass the regexp-ness and
15172         delimited-ness of the search to query-replace.
15174         * replace.el (query-replace-read-from, query-replace-read-to):
15175         New funs extracted from query-replace-read-args.
15176         (query-replace-read-args): Use them.
15178         * replace.el (query-replace-interactive, query-replace-read-args):
15179         Remove the `initial' special value.
15180         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15181         (occur-engine): Remove unused var `matchend'.
15183         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15184         Use the search string without prompting.
15186 2004-07-05  Kenichi Handa  <handa@m17n.org>
15188         * international/mule.el (decode-coding-inserted-region):
15189         Set last-coding-system-used only when coding is nil.
15191 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
15193         * progmodes/grep.el (grep-compute-defaults, grep-command)
15194         (grep-program, find-program, grep-find-use-xargs, grep-history)
15195         (grep-find-history, grep-tag-default, grep-find-command)
15196         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15197         Add autoload cookies, for unbundled packages that load `compile'
15198         and expect all grep-related symbols to become defined.
15200 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
15202         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15203         (iimage-mode-image-search-path): New user option to search the
15204         image file.
15205         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
15206         have locate-file.
15207         (iimage-mode-buffer): Use it.
15209 2004-07-03  Nick Roberts  <nickrob@gnu.org>
15211         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15212         carefully.
15213         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15215 2004-07-03  Juri Linkov  <juri@jurta.org>
15217         * replace.el (query-replace-read-args): Swallow space after 'foo,
15218         not after (quote foo).  Match space only immediately after symbol,
15219         not anywhere in the whole string.
15221 2004-07-02  Richard M. Stallman  <rms@gnu.org>
15223         * replace.el (query-replace-read-args): Swallow space after
15224         symbols, not after closeparens.  But avoid error if string ends there.
15226         * progmodes/python.el (python-beginning-of-statement):
15227         Exit the loop if backward-up-list gets error.
15229         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15231 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
15233         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15234         only if vc-consult-headers is non-nil.
15236 2004-07-02  Juri Linkov  <juri@jurta.org>
15238         * pcvs.el (cvs-mode-diff-repository): New command.
15240         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15242 2004-07-01  Juri Linkov  <juri@jurta.org>
15244         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15245         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
15246         C-M-% to isearch-query-replace-regexp.
15247         (minibuffer-local-isearch-map): Add arrow key bindings.
15248         Bind C-f to isearch-yank-char-in-minibuffer.
15249         (isearch-forward): Doc fix.
15250         (isearch-edit-string): Doc fix.
15251         (isearch-query-replace, isearch-query-replace-regexp): New funs.
15252         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
15253         (isearch-yank-char): Add optional arg.
15254         (isearch-yank-char-in-minibuffer): New fun.
15256         * replace.el (query-replace-interactive): Change type from boolean
15257         to choice.  Add value `initial'.
15258         (query-replace-read-args): Handle value `initial' of
15259         query-replace-interactive.
15261 2004-06-29  Kim F. Storm  <storm@cua.dk>
15263         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15264         (breakpoint-disabled-bitmap-face): Add :group 'gud.
15266         * progmodes/ada-xref.el (ada-tight-gvd-integration):
15267         Add :group 'ada.
15269         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15271 2004-06-29  Juri Linkov  <juri@jurta.org>
15273         * replace.el (query-replace-read-args): Swallow a space after
15274         everything except )]" which in most cases means after a symbol.
15276         * emacs-lisp/pp.el (pp-buffer): Add autoload.
15278 2004-06-28  Richard M. Stallman  <rms@gnu.org>
15280         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15281         More changes to go with previous change in font-lock.el.
15283 2004-06-26  David Kastrup  <dak@gnu.org>
15285         * replace.el (perform-replace): Highlight the match even in
15286         non-query mode if there is potential replace string editing.
15288 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
15290         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15291         agree with new return value of `file-remote-p'.
15292         This syncs with Tramp 2.0.42.
15294         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15295         according to new documentation of `file-remote-p'.
15297         * files.el (file-remote-p): Fix doc to say that return value is
15298         identification of remote system, if not nil.
15299         (file-relative-name): Use new return value of `file-remote-p'.
15301 2004-06-26  Nick Roberts  <nickrob@gnu.org>
15303         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15304         (gdb-goto-breakpoint): Fix breakage.
15306 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
15308         * man.el (Man-getpage-in-background): Add windows-nt to the list
15309         of systems where shell-file-name should be used instead of
15310         literal "sh".
15312 2004-06-25  Sam Steingold  <sds@gnu.org>
15314         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15315         function names `(setf symbol)'.
15317 2004-06-24  Richard M. Stallman  <rms@gnu.org>
15319         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15321         * font-lock.el (font-lock-keywords): Change format of compiled values.
15322         Document it.
15323         (font-lock-add-keywords): If font-lock-keywords is compiled,
15324         extract the uncompiled version, modify, then recompile.
15325         (font-lock-remove-keywords): Likewise.
15326         (font-lock-fontify-keywords-region): Handle changed format.
15327         (font-lock-compile-keywords): Handle changed format.
15328         (font-lock-set-defaults): Compile the keywords explicitly here.
15330 2004-06-24  David Kastrup  <dak@gnu.org>
15332         * replace.el (query-replace-read-args): Implement `\,' and `\#'
15333         replacements here.
15334         (query-replace-regexp): Doc string explaining this and the new
15335         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
15336         is better placed in `query-replace-read-args'.
15337         (replace-regexp): Explain `\,', `\#' and `\?'.
15338         (replace-match-data): New function for thorough reuse/destruction
15339         of old match-data.
15340         (replace-match-maybe-edit): Function for implementing `\?' editing.
15341         (perform-replace): Fix maintaining of the match stack including
15342         already matched regions, implement `\?', fix various problems
15343         with regions while editing and other stuff.
15344         (replace-highlight): Simplify.
15346 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
15348         * progmodes/grep.el (grep-error-screen-columns): New variable.
15349         (grep-regexp-alist): Give it the full functionality of gnu style
15350         compilation messages with line and column ranges.  Ask me for the
15351         perl script I'm working on, that uses these.
15353 2004-06-23  Nick Roberts  <nickrob@gnu.org>
15355         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15356         Remove.
15357         (comint-insert-input, comint-mouse-insert-input): New functions
15358         based on comint-insert-clicked-input for two bindings but just
15359         one functionality.
15361 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
15363         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15365 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
15367         * files.el (write-contents-functions): Doc fix.
15369 2004-06-21  Juanma Barranquero  <lektu@terra.es>
15371         * image.el (image-library-alist): Rewrite docstring in active voice.
15373 2004-06-20  Richard M. Stallman  <rms@gnu.org>
15375         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15377         * isearch.el (isearch-repeat): Avoid testing old match data.
15378         (isearch-message): Display trailing space in special font
15379         when search is failing.
15380         (isearch-search-fun-function): Doc fix.
15382         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15384 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
15386         * frame.el (show-trailing-whitespace): Doc fix.
15388         * cus-edit.el (custom-variable-documentation): New function.
15389         (custom-variable): Use it.
15391 2004-06-19  Nick Roberts  <nickrob@gnu.org>
15393         * man.el (Man-getpage-in-background): Revert previous change but
15394         make cygwin a special case.
15396 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
15398         * autorevert.el (global-auto-revert-non-file-buffers):
15399         Update docstring.
15401 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
15403         * progmodes/compile.el (compilation-error-properties): Store one
15404         more than end-col, if present, so that transient-mark-mode will
15405         highlight last char too.
15406         * progmodes/grep.el (grep-regexp-alist): Match columns and column
15407         ranges, if present.
15409 2004-06-18  Jason Rumney  <jasonr@gnu.org>
15411         * makefile.w32-in: Double percent signs in for loops.
15413 2004-06-17  David Kastrup  <dak@gnu.org>
15415         * replace.el (query-replace-read-args): Only warn about use of \n
15416         and \t when we are doing a regexp replacement and the actual
15417         escaped character is n or t.
15418         (query-replace-regexp): Add \, and \# interpretation to
15419         interactive call and document it.
15420         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15421         as shortkey for replace-count.
15422         (replace-quote): New function for doubling backslashes.
15424 2004-06-17  Juanma Barranquero  <lektu@terra.es>
15426         * files.el (parse-colon-path, cd): Mention in docstring that the
15427         path separator is colon in GNU-like systems.
15429         * newcomment.el (comment-region-internal): Fix docstring.
15431         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15432         (ewoc-invalidate, ewoc-collect): Doc fixes.
15433         (ewoc--create-node, ewoc--delete-node-internal):
15434         Fix typos in docstring.
15436 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15438         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15439         manual to docstring.
15441 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15443         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15445 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15447         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15448         Add hyperlink to emacs-xtra manual to docstring.
15450         * autorevert.el (global-auto-revert-non-file-buffers):
15451         Add hyperlink to emacs-xtra manual to docstring, as well as an
15452         info-link.
15454 2004-06-14  Juanma Barranquero  <lektu@terra.es>
15456         * image.el (image-library-alist): New variable to map image types
15457         to external libraries.  Initialized to nil, unless system-specific
15458         configs change it.
15459         (image-type-available-p): Determine whether an image type is
15460         available by calling `init-image-library'.
15462         * term/w32-win.el (image-library-alist): Initialize to a known set
15463         of probable library names.
15465 2004-06-14  Kenichi Handa  <handa@m17n.org>
15467         * international/code-pages.el (windows-1256, cp1125): Fix tables
15468         for several characters.
15470         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15472 2004-06-13  Richard M. Stallman  <rms@gnu.org>
15474         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15476         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15477         not "`pc-selection-mode'".
15479         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15481         * simple.el (previous-matching-history-element): Specify a default.
15483         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15485         * cus-face.el (custom-declare-face): Simplify code.
15487         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15489 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15491         * files.el (before-save-hook): Add `time-stamp' to the options.
15493         * time-stamp.el (time-stamp): Recommend adding it to
15494         `before-save-hook', rather than `write-file-functions'.
15495         Make a similar change in `Commentary' section.
15497 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15499         * diff-mode.el (diff-current-defun): If at start of hunk, use
15500         position of first change.
15502 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
15504         * dired-x.el (dired-mark-omitted): Bind to "*O".
15506 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
15508         * bookmark.el (bookmark-bmenu-relocate): New function, as
15509         suggested by David J. Biesack <David.Biesack@sas.com>.
15510         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15511         (bookmark-bmenu-mode): Describe binding in doc string.
15512         (bookmark-set-filename): Save the bookmark list if it's time.
15514 2004-06-13  Kenichi Handa  <handa@m17n.org>
15516         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15517         (ccl-untranslated-to-ucs): Fix typo.
15519 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15521         * progmodes/python.el (python-open-block-statement-p):
15522         Fix indentation after a block opening that contains a comment.
15524 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
15526         * bindings.el (completion-ignored-extensions): Add file extensions
15527         of Python byte-compiled files.
15529 2004-06-12  Juri Linkov  <juri@jurta.org>
15531         * info.el (Info-goto-node): Add autoload.
15532         (Info-toc): Add substring-no-properties on Info file name.
15533         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15534         (Info-mode-map): Bind L to Info-history, T to Info-toc.
15536 2004-06-12  Kenichi Handa  <handa@m17n.org>
15538         * international/mule-cmds.el (set-language-environment):
15539         Load subst tables if necessary.
15541         * international/mule.el (decode-char): Load subst tables if necessary.
15542         (encode-char): Likewise.
15544         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15545         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
15546         (utf-16le-decode-loop): Set r5 to -1 before loop.
15547         (utf-16be-decode-loop): Likewise.
15548         (ccl-decode-mule-utf-16le): Add EOF processing block.
15549         (ccl-decode-mule-utf-16be): Likewise.
15550         (ccl-decode-mule-utf-16le-with-signature): Likewise.
15551         (ccl-decode-mule-utf-16be-with-signature): Likewise.
15552         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
15553         (ccl-mule-utf-16-encode-untrans): New CCL.
15554         (utf-16-decode-to-ucs): Handle pre-read character.
15555         (utf-16le-encode-loop): Handle surrogate pair.
15556         (utf-16be-encode-loop): Likewise.
15557         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15558         of utf-16le-encode-loop.
15559         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15560         of utf-16be-encode-loop.
15561         (mule-utf-16-post-read-conversion):
15562         Call utf-8-post-read-conversion at first.
15563         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15564         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15565         Add post-read-conversion and pre-write-conversion.
15567         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15568         (utf-translate-cjk-unicode-range): New variable.
15569         (utf-translate-cjk-load-tables): New function.
15570         (utf-lookup-subst-table-for-decode): New function.
15571         (utf-lookup-subst-table-for-encode): New function.
15572         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
15573         tables here.  Update safe-charsets of utf-* coding systems.
15574         (ccl-mule-utf-untrans): New CCL.
15575         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
15576         at end of each branch.
15577         (ccl-mule-utf-8-encode-untrans): New CCL.
15578         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15579         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
15580         length of encoding.  Don't return r0.
15581         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
15582         (utf-8-post-read-conversion): Narrow to region properly.
15583         If utf-translate-cjk-mode is on, load tables if necessary.
15584         Call utf-8-compose with hash-table arg if necessary.
15585         Call XXX-compose-region instead of XXX-post-read-conversion.
15586         (utf-8-pre-write-conversion): New function.
15587         (mule-utf-8): Include CJK charsets in safe-charsets if
15588         utf-translate-cjk-mode is on.  Add pre-write-conversion.
15590         * international/characters.el: Temporarily set
15591         utf-translate-cjk-mode to nil.
15593         * language/devan-util.el (devanagari-compose-region):
15594         Add autoload cookie.
15596         * international/ccl.el (ccl-dump-call): Fix printing the
15597         subroutine name.
15599 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15601         * dired.el (dired-revert): If buffer is marked unmodified before
15602         reverting, keep it marked unmodified.
15603         Adapt to new conventions for commenting out code.
15604         (dired-make-relative): Adapt to new conventions for commenting out code.
15606 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
15608         * eshell/esh-module.el (eshell-load-defgroups):
15609         Bind `vc-handled-backends' to nil when opening files.
15611 2004-06-11  Juanma Barranquero  <lektu@terra.es>
15613         * files.el (parse-colon-path, cd): Doc fixes (refer to
15614         `path-separator', not colon).
15616 2004-06-10  Juanma Barranquero  <lektu@terra.es>
15618         * newcomment.el (comment-search-forward)
15619         (comment-search-backward): Fix typos in docstring.
15620         (comment-region): Doc fix.
15622 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
15624         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15625         switch is no longer stored in `dired-switches-alist'.
15627         * dired-aux.el (dired-insert-subdir): Do not store R switch in
15628         `dired-switches-alist'.
15630 2004-06-10  Kim F. Storm  <storm@cua.dk>
15632         * pcvs.el (cvs-mode-diff-yesterday): New command.
15634         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15636 2004-06-10  Juri Linkov  <juri@jurta.org>
15638         * emacs-lisp/edebug.el (edebug-eval-defun):
15639         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15640         Fix docstring.
15642         * simple.el (eval-expression-print-format): Don't print additional
15643         information on the first call to `eval-print-last-sexp'.
15644         (next-error-find-buffer): Fix punctuation.
15645         (killing) <defgroup>: Fix punctuation.
15646         (yank-excluded-properties): Change group from editing to killing.
15648         * replace.el (perform-replace): Use `limit' to terminate the
15649         while-loop explicitly.
15651 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15653         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15654         Use lc-*.xpm as prefix instead of *-locol.xpm.
15656         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15657         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15658         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15659         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15660         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15661         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15662         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15663         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15664         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15665         * toolbar/lc-up_arrow.xpm:
15666         Rename from *-locol.xpm.
15668 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
15670         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15671         include forms like &<str>; as valid url patterns.
15673 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
15675         * dired.el (dired-diff, dired-backup-diff)
15676         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15677         (dired-do-chown, dired-do-touch, dired-do-print)
15678         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15679         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15680         (dired-create-directory, dired-do-copy, dired-do-symlink)
15681         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15682         (dired-do-copy-regexp, dired-do-hardlink-regexp)
15683         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15684         (dired-maybe-insert-subdir, dired-next-subdir)
15685         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15686         (dired-kill-subdir, dired-tree-up, dired-tree-down)
15687         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15688         (dired-run-shell-command, dired-query): Remove redundant,
15689         or incorrect, autoloads.
15691         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15692         does not end in a slash.  Add optional argument KILL-ROOT.
15693         Update docstring.
15694         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15695         (dired-query): Add autoloads.
15697 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
15699         * progmodes/compile.el (compilation-set-window-height):
15700         Rearrange the save-* functions because a buffer can have several current
15701         point in different windows.
15702         (compilation-error-regexp-alist-alist): Recognize {standard input}
15703         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15705 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15707         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15708         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15709         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15710         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15711         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15712         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15713         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15714         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15715         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15716         * toolbar/up_arrow-locol.xpm:
15717         New versions of icons that uses fewer colors.
15719         * toolbar/tool-bar.el (tool-bar-local-item)
15720         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15721         if display-color-cells is 256 or less.
15723 2004-06-08  Kim F. Storm  <storm@cua.dk>
15725         * wid-edit.el (widget-specify-button): Use hand pointer rather
15726         than mouse-face as visible mouse-over effect.
15728 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
15730         * saveplace.el (save-place-alist-to-file): Bind `print-length'
15731         and `print-level' to nil when writing out `save-place-alist'.
15732         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15734 2004-06-07  Juanma Barranquero  <lektu@terra.es>
15736         * completion.el (completion-kill-region): Doc fix.
15738         * format.el (format-insert-annotations)
15739         (format-annotate-location): Doc fixes.
15740         (format-subtract-regions): Make arguments match their use in docstring.
15742         * simple.el (kill-region): Doc fix.
15744         * subr.el (insert-buffer-substring-no-properties)
15745         (insert-buffer-substring-as-yank): Doc fixes.
15747 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
15749         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15750         Update docstring.
15751         (dired-reset-subdir-switches): New function.
15753         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15754         Limit scope of `buffer-read-only' binding.
15756 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
15758         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15759         eshell-explicit-command-char.
15761 2004-06-06  Juanma Barranquero  <lektu@terra.es>
15763         * help-fns.el (help-argument-name): Inherit from italic face only
15764         if the frame supports it.
15766 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15768         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15769         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15770         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15771         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15772         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15773         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15774         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15775         New conversions from xpm files.
15777         * toolbar/README: New file.
15779 2004-06-06  Richard M. Stallman  <rms@gnu.org>
15781         * isearch.el (isearch-mode-map): Undo previous change.
15783 2004-06-05  Juri Linkov  <juri@jurta.org>
15785         * bindings.el (debug-ignored-errors): Add regexps for history
15786         related messages.  Remove $ from "No further undo information".
15787         Move Ediff's messages to ediff.el.
15789         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15791         * cus-edit.el (custom-display): Add `min-colors'.
15793         * custom.el (defface): Add `supports' to docstring.
15795         * help-fns.el (help-argument-name): Add :group 'help.
15797 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
15799         * find-dired.el (find-ls-subdir-switches): New user option.
15800         (find-dired): No longer call `abbreviate-file-name' on DIR.
15801         Set `dired-subdir-switches' buffer-locally.
15803         * locate.el: Merge the two `Commentary' sections.
15804         (locate-ls-subdir-switches): New user option.
15805         (locate): Update for other changes.
15806         (locate-mode-map): Restore Dired binding for mouse-2.
15807         Bind `locate-mouse-view-file' to M-mouse-2.
15808         Bind `l' to `locate-do-redisplay'.
15809         (locate-main-listing-line-p, locate-do-redisplay): New functions.
15810         (locate-mouse-view-file, locate-tags, locate-find-directory):
15811         Print message if used outside main listing.
15812         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
15813         Various changes to support inserted subdirectories.
15814         (locate-insert-header): Change header of *Locate* buffer.
15816         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15817         Change interactive default switches.
15818         (dired-rename-subdir-2): Update `dired-switches-alist'.
15819         (dired-insert-subdir, dired-kill-subdir):
15820         Handle `dired-switches-alist'.  Do not mark buffer modified.
15821         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15822         (dired-insert-subdir-doinsert): Omit messages.
15823         Handle `dired-subdir-switches'.
15824         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15826         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15827         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15828         subdirs if -R switch is used for a subdir.
15829         (dired-mode): Set `dired-switches-alist'.
15830         (dired-build-subdir-alist): Only print number of directories in
15831         echo area when invoked interactively.
15833 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
15835         * dired-x.el (dired-omit-mode): Rename from
15836         dired-omit-files-p.  Use define-minor-mode to define it.
15837         (dired-omit-files-p): Add as alias for dired-omit-mode.
15838         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
15839         dired-mark-omitted.
15840         (dired-mark-omitted): Add.  Bind to M-O.
15842 2004-06-05  Kenichi Handa  <handa@m17n.org>
15844         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15846 2004-06-05  Juanma Barranquero  <lektu@terra.es>
15848         * help-fns.el (help-argument-name): Reintroduce face.
15849         (help-default-arg-highlight): Use it, now that
15850         `face-differs-from-default-p' can be trusted.
15852 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15854         * textmodes/table.el: Sentence commands added to Point Motion
15855         group; kill and backward-kill commands added to Extraction group.
15857 2004-06-04  Mario Lang  <mlang@delysid.org>
15859         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15860         systems appear to use mW, make the code handle this.  Fix a
15861         division-by-zero bug while at it, and handle kernels with
15862         a slightly different layout in /proc/acpi.
15864 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
15866         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15867         because the latter is a CL-ism.  This fixes the bug reported by
15868         Shawn Boyette <mdxi@collapsar.net> in
15869         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15871 2004-06-04  Miles Bader  <miles@gnu.org>
15873         * faces.el (display-supports-face-attributes-p): Function moved to
15874         C code.  Previously only the tty-related portion of this function
15875         was done in C; however the previous attempt to do a halfway-proper
15876         job for non-tty displays in lisp didn't work properly because of
15877         funny conditions during Emacs startup.
15878         (face-differs-from-default-p): Simplify, now that
15879         display-supports-face-attributes-p works properly on all display
15880         types.  Remove :stipple from comparison; it doesn't really work
15881         in emacs anyway.
15883 2004-06-04  Miles Bader  <miles@gnu.org>
15885         * faces.el (face-differs-from-default-p): Use a different
15886         implementation, so we can really check whether FACE displays
15887         differently or not.
15889 2004-06-04  Miles Bader  <miles@gnu.org>
15891         * faces.el (display-supports-face-attributes-p): Implement a
15892         `different from default' check for non-tty displays.
15894 2004-06-03  David Kastrup  <dak@gnu.org>
15896         * woman.el (woman-mapcan): More concise code.
15897         (woman-topic-all-completions, woman-topic-all-completions-1)
15898         (woman-topic-all-completions-merge): Replace by a simpler and
15899         much faster implementation based on O(n log n) sort/merge instead
15900         of the old O(n^2) behavior.
15902 2004-06-03  Miles Bader  <miles@gnu.org>
15904         * subr.el (read-number): Use canonical format for default in prompt.
15906         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15907         Add regexp for " [...]" style defaults.
15909 2004-06-02  Romain Francoise  <romain@orebokech.com>
15911         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15912         groups: if the user asks for a hidden buffer, open the
15913         corresponding filter group to expose it.
15915         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15916         `ibuffer-jump-to-buffer'.
15917         (ibuffer-jump-offer-only-visible-buffers): New user option.
15919 2004-06-02  Juanma Barranquero  <lektu@terra.es>
15921         * faces.el (frame-update-faces): Add empty docstring so the one
15922         for `ignore' doesn't show through.
15924         * subr.el (process-kill-without-query): Remove spurious "\n" on
15925         obsolescence string.
15926         (focus-frame, unfocus-frame): Add obsolescence declaration and
15927         empty docstring.
15929         * international/mule.el (register-char-codings): Make alias for
15930         `ignore'.  Move docstring to obsolescence info and remove redundancy.
15932 2004-06-02  Kim F. Storm  <storm@cua.dk>
15934         * frame.el (blink-cursor-start): Turn cursor off initially so blink
15935         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15937 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15939         * comint.el (comint-replace-by-expanded-history-before-point):
15940         Obey `start' as the docstring says.
15941         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15942         (comint-update-fence): Prevent font-lock from running unnecessarily.
15943         (comint-dynamic-list-completions): Use with-current-buffer.
15945 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15947         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15948         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15949         (bibtex-entry-update): Handle alternatives and optional fields.
15950         (bibtex-parse-entry): Bugfix, handle empty key.
15952 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15954         * vc-arch.el (vc-arch-state): Don't assume the file exists.
15956 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
15958         * desktop.el (desktop-save): Don't save minor modes without a
15959         known mode initialization function.
15961 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
15963         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15965         * autorevert.el: Update `Commentary' section.
15967 2004-05-30  Juanma Barranquero  <lektu@terra.es>
15969         * dos-fns.el (convert-standard-filename):
15970         * files.el (convert-standard-filename):
15971         * w32-fns.el (convert-standard-filename):
15972         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15974 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
15976         Sync with Tramp.
15978         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15979         (tramp-let-maybe): Move to an earlier spot in the file.
15980         Patch by Andreas Schwab.
15982 2004-05-30  Andreas Schwab  <schwab@suse.de>
15984         * dired.el (dired-get-filename): Don't use dired-re-dot.
15986 2004-05-30  Richard M. Stallman  <rms@gnu.org>
15988         * files.el (find-file): Doc fix.
15990         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15992 2004-05-30  Nick Roberts  <nickrob@gnu.org>
15994         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15995         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15996         modeline of the locals buffer.
15997         (gdb-goto-breakpoint): Handle gdbmi.
15998         (gdb-get-frame-number): Change for gdbmi.
16000 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
16002         * files.el (file-remote-p): Apply file name handler for operation
16003         `file-remote-p'.  It isn't a property any longer.
16004         (file-relative-name): `fh' and `fd' get the required value via
16005         `find-file-name-handler' already.
16007         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16008         (top): Remove setting of `file-remote-p' property for
16009         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
16011 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
16013         Version 2.0.41 of Tramp released.
16015         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16016         Throw away if process has died.
16017         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16018         (tramp-out-of-band-prompt-regexp): Rename to
16019         `tramp-process-alive-regexp', because its usage is widen.
16020         (tramp-actions-copy-out-of-band): Apply it.
16021         (tramp-actions-before-shell, tramp-multi-actions):
16022         Add `tramp-action-process-alive' action.
16023         (tramp-action-process-alive): New defun.
16024         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16025         Add entry for `file-remote-p'.
16026         (tramp-handle-file-remote-p): New defun.
16027         (top): Remove setting of `file-remote-p'.  Don't set
16028         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16030         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16031         `file-remote-p'.
16033         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16034         counted for (last) line.  [They should or they shouldn't?  --Stef]
16035         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16037 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
16039         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16040         not really necessary but seems to keep the shell history smaller
16041         in some cases.  It is no substitute for setting HISTFILE and
16042         HISTSIZE from tramp-open-connection-setup-interactive-shell,
16043         though.  Suggested by Luc Teirlinck.
16044         (tramp-open-connection-setup-interactive-shell): Export variables
16045         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
16046         (tramp-set-process-query-on-exit-flag): New compat function.
16047         (tramp-open-connection-multi, tramp-open-connection-su)
16048         (tramp-open-connection-rsh, tramp-open-connection-telnet)
16049         (tramp-do-copy-or-rename-file-out-of-band): Use it.
16050         (tramp-let-maybe): New macro, let-binds a variable only if it
16051         isn't obsolete.
16052         (tramp-check-ls-commands, tramp-handle-expand-file-name)
16053         (tramp-handle-file-truename): Use it.
16054         (tramp-completion-file-name-regexp-unified): Avoid matching
16055         filenames starting with "/:" -- those are reserved for
16056         file-name-non-special.
16058         * tramp-smb.el (tramp-smb-open-connection):
16059         Use tramp-set-process-query-on-exit-flag compat function.
16061 2004-05-29  Richard M. Stallman  <rms@gnu.org>
16063         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16065         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16066         (eval-last-sexp-print-value): Print char equivalent regardless
16067         of standard-output value.
16069         * thumbs.el (thumbs-subst-char-in-string): Delete.
16070         (thumbs-thumbname): Use subst-char-in-string.
16071         (thumbs-resize-image): Use condition-case, not ignore-errors.
16072         (thumbs-kill-buffer): Likewise.
16074         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
16075         (thumbs-mode): Make buffer read-only.
16076         (thumbs-make-thumb): Unconditionally accept an existing file.
16077         (thumbs-insert-thumb): Add thumb-image-file property to the image.
16078         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16079         (thumbs-show-thumbs-list): Error if images not supported.
16080         (thumbs-save-current-image): Improve prompt string.
16081         (thumbs-mode-map): Define u, R, x.
16082         (thumbs-unmark): New command.
16083         (thumbs-emboss-image): Minor cleanup.
16084         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16085         (thumbs-rename-images): New command.
16086         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
16088         * thumbs.el (thumbs-current-image): New function.
16089         (thumbs-file-list, thumbs-file-alist): New functions.
16090         (thumbs-find-image): Delete arg L.
16091         Don't set up thumbs-fileL as buffer-local global var.
16092         (thumbs-find-image-at-point): Use thumbs-current-image.
16093         (thumbs-set-image-at-point-to-root-window): Likewise.
16094         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16095         Record and warn about errors.  Update thumbs-markedL for deletions.
16096         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16097         (thumbs-redraw-buffer): Use thumbs-file-list.
16098         (thumbs-mark): Use thumbs-current-image.
16099         (thumbs-show-name): Use thumbs-current-image.
16101         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16102         and imenu--last-menubar-index-alist.
16104         * subr.el (with-selected-window): Undo previous change.
16106 2004-05-29  John Paul Wallington  <jpw@gnu.org>
16108         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16109         (thumbs-mouse-find-image): New command.
16110         (thumbs-mode-map): Bind it to mouse-2.
16111         (thumbs-mode): Make mode-class special.
16112         (thumbs-view-image-mode): Likewise.
16114 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
16116         * flymake.el: New file.
16118 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
16120         * files.el (find-file-noselect-1): Do not bind
16121         `inhibit-read-only' to t during execution of
16122         `find-file-not-found-functions'.
16124 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16126         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16127         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16129 2004-05-28  Juri Linkov  <juri@jurta.org>
16131         * simple.el (eval-expression-print-format): New fun.
16133         * simple.el (eval-expression):
16134         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16135         * emacs-lisp/edebug.el (edebug-compute-previous-result)
16136         (edebug-eval-expression): Print additionally the value returned by
16137         `eval-expression-print-format'.
16139         * emacs-lisp/lisp.el (insert-pair-alist): New var.
16140         (insert-pair): Make arguments optional.  Find character pair
16141         from `insert-pair-alist' according to the last input event.
16142         (insert-parentheses): Make arguments optional.
16143         (raise-sexp, delete-pair): New funs.
16145         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16146         (emacs-lisp-mode-map, lisp-interaction-mode-map):
16147         Bind C-M-q to `indent-pp-sexp'.
16149         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16150         `pp-to-string' modified to be able to format text with newlines.
16151         (pp-to-string): Move the buffer-formatting part of the code to
16152         `pp-buffer'.  Call `pp-buffer'.
16154         * info.el (Info-desktop-buffer-misc-data): Don't save information
16155         about virtual files.
16156         (Info-restore-desktop-buffer): Restore Info buffers in prepared
16157         buffers with names obtained from the desktop file instead of the
16158         default *info* buffer.
16160 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16162         * subr.el (with-selected-window): Only save/restore the selected window.
16164         * progmodes/compile.el (compilation-error-regexp-alist):
16165         Use expand-file-name and data-directory.
16167         * progmodes/grep.el (grep-tree): Rework previous fix.
16169         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16170         after the user marked text with the mouse.
16172         * startup.el (command-line): Keep the first regexp of
16173         auto-save-file-name-transforms intact.
16175 2004-05-28  Juanma Barranquero  <lektu@terra.es>
16177         * cus-edit.el (customize-face, customize-face-other-window)
16178         (custom-face-edit-delete): Make arguments match their use in
16179         docstring.
16180         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16181         docstring.
16183         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16184         not `cvs-butlast'.
16186         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16187         `nbutlast' are in subr.el).
16189         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16190         (set-w32-system-coding-system): Doc fixes.
16192         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16193         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16194         Make arguments match their use in docstring.
16195         (artist-draw-region-trim-line-endings)
16196         (artist-mouse-choose-operation): Fix typo in docstring.
16197         (artist-key-set-point-common): Doc fix.
16199 2004-05-28  Simon Josefsson  <jas@extundo.com>
16201         * mail/smtpmail.el (smtpmail-open-stream):
16202         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16204 2004-05-26  Simon Josefsson  <jas@extundo.com>
16206         * starttls.el: Merge with my GNUTLS based starttls.el.
16207         (starttls-gnutls-program, starttls-use-gnutls)
16208         (starttls-extra-arguments, starttls-process-connection-type)
16209         (starttls-connect, starttls-failure, starttls-success): New variables.
16210         (starttls-program, starttls-extra-args): Doc fix.
16211         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16212         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16213         and pass on to corresponding *-gnutls function if it is set.
16215 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
16217         * autorevert.el (auto-revert-handler): Disable auto-reverting of
16218         remote files.
16220 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
16222         * files.el (file-name-non-special): There are more operations
16223         which need handling: `find-backup-file-name',
16224         `insert-file-contents', `verify-visited-file-modtime',
16225         `write-region'.  Rename t value of method to `add'.  Add new
16226         methods `quote' and `unquote-then-quote' to file-arg-indices.
16228 2004-05-25  Juri Linkov  <juri@jurta.org>
16230         * info.el (Info-toc): Call Info-mode on intermediate buffer.
16231         (Info-index-nodes): Enclose code in condition-case to catch errors.
16232         (Info-index-node): Don't search all index nodes if request is only
16233         for the current node and file is not in the cache of index nodes.
16234         (Info-mode-map): Bind Info-copy-current-node-name to `w'
16235         for consistency with dired-copy-filename-as-kill.
16236         Bind `S' to Info-search-case-sensitively.
16237         (Info-copy-current-node-name): New arg.  With zero prefix arg put
16238         the name inside a function call to `info'.  Display copied text in
16239         the echo area.
16241 2004-05-25  Sam Steingold  <sds@gnu.org>
16243         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16244         strip the package prefix from the symbol name, if any.
16245         Make it the `find-tag-default-function' for `lisp-mode'.
16247 2004-05-25  John Paul Wallington  <jpw@gnu.org>
16249         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16250         instead of obsolete `process-kill-without-query'.
16252         * textmodes/texinfmt.el (texinfo-indexvar-alist):
16253         Declare as variable, not constant.
16255 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16257         * files.el (find-file-noselect-1): Fix bug introduced by
16258         Revision 1.694.  As a side effect, `inhibit-read-only'
16259         is again, by default, t during execution of
16260         `find-file-not-found-functions'.
16261         (insert-directory): Check that lines were really inserted by
16262         the --dired switch, before erasing them.
16264 2004-05-24  Nick Roberts  <nickrob@gnu.org>
16266         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16267         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16268         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16269         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16270         gud-minor-mode (gdbmi).
16272 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16274         * net/browse-url.el (browse-url-interactive-arg): Enable user to
16275         explicitly select the text to be taken as URL.
16277 2004-05-23  Juri Linkov  <juri@jurta.org>
16279         * info.el (Info-index-nodes): New var and fun.
16280         (Info-goto-index, Info-index, info-apropos)
16281         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16282         (Info-index): Fix docstring.  Store and restore Info-history-list.
16283         (Info-complete-nodes): New var.
16284         (Info-complete-menu-item): Use it.
16285         (Info-index-node): New fun.
16286         (Info-final-node, Info-forward-node, Info-backward-node)
16287         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16288         Use Info-index-node.
16289         (Info-extract-menu-item, Info-extract-menu-counting): Set second
16290         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16291         (Info-find-node-2): If a node with period in its name not found,
16292         try to find a node without the name part after period.
16293         (Info-select-node): Call Info-fontify-node only if
16294         Info-fontify-maximum-menu-size is not nil.
16295         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16296         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16297         Preserve Info-history-list.
16298         (Info-toc): Set Info-current-file.
16299         (Info-build-toc): Move point to the beginning of the buffer.
16300         Add main-file variable.
16301         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16302         Use backslashed representation of the control character ^_.
16304         * textmodes/texinfmt.el (texinfo-print-index): Print index line
16305         numbers in the new Texinfo 4.7 format.
16307         * add-log.el (change-log-font-lock-keywords): Remove `:' from
16308         regexps for function and variable names.
16310         * descr-text.el (describe-property-list): Add [show] button for
16311         `syntax-table' property with action to pp to a separate buffer.
16312         (describe-char): Replace search-forward by re-search-forward with
16313         whitespace regexp after "character:" to not fail in too narrow windows.
16315         * simple.el (next-error-find-buffer): Add a rule to return
16316         next-error capable buffer if one window on the selected frame
16317         displays such buffer.
16319 2004-05-23  Nick Roberts  <nickrob@gnu.org>
16321         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16322         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16323         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16324         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16325         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16326         Handle new value for gud-minor-mode (gdbmi).
16327         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16328         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16329         Change from local to global gdb variable set.
16330         (gdb-ann3): Initialize above gdb variable set.
16331         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16332         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16333         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16334         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16335         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16336         (gdb-info-locals-handler, gdb-invalidate-assembler)
16337         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16338         set as global variables.
16339         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16340         Handle gdbmi.
16341         (gdb-info-breakpoints-custom): Fix regexp.
16342         (def-gdb-var): Delete.
16344         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16345         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16346         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16347         a new mode.  The file (gdb-mi.el) for this mode will be included
16348         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16349         primary interface.
16351 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
16353         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16354         interpreted as a directory.
16356 2004-05-22  Richard M. Stallman  <rms@gnu.org>
16358         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16359         as a close quote.
16361         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16363         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16364         Use assoc-string, not assoc-ignore-case.
16366         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16368         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16369         If moving back then fwd gets a defun that ends before point,
16370         try again moving fwd then back.
16372         * files.el (file-name-non-special): Allow t in file-arg-indices
16373         to mean requote the return value.  Use `identity' as an element
16374         rather than as the whole value.
16376         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
16378 2004-05-22  Juanma Barranquero  <lektu@terra.es>
16380         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16381         `help-make-usage'.
16382         (help-highlight-arguments): Skip function name before searching
16383         for arguments.
16385 2004-05-21  Juanma Barranquero  <lektu@terra.es>
16387         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16388         Don't mention in the docstring these arguments meant for
16389         internal (recursive) use only.
16390         (allout-char-spec): Comment out (it's not implemented).
16391         (allout-old-expose-topic, allout-exposure): Fix docstring and add
16392         obsolescence declaration.
16393         (allout-flatten-exposed-to-buffer)
16394         (allout-indented-exposed-to-buffer): Fix typos in docstring.
16395         (my-mark-marker): Doc fix.
16396         (produce-allout-mode-map, allout-sibling-index)
16397         (allout-isearch-expose, allout-distinctive-bullet)
16398         (allout-open-topic, allout-reindent-body)
16399         (allout-rebullet-heading, allout-process-exposed)
16400         (allout-insert-listified, allout-latex-verb-quote)
16401         (allout-insert-latex-header, allout-insert-latex-trailer):
16402         Make arguments match their use in docstring.
16403         (allout-primary-bullet, allout-old-style-prefixes)
16404         (allout-inhibit-protection, allout-init, allout-mode)
16405         (allout-before-change-protect, allout-flag-region):
16406         Use "Emacs" instead of "emacs" in docstrings.
16408 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16410         * international/characters.el: Modify syntax of more characters.
16412 2004-05-21  Masatake YAMATO  <jet@gyve.org>
16414         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16415         (etags-tags-completion-table): Show parsing progress.
16417 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
16419         * locate.el (locate-prompt-for-command): Shorten first line of
16420         docstring.
16421         (locate-mode): Expand docstring and include keymap summary.
16423         * files.el (find-file-noselect-1): Limit the scope of the
16424         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
16425         is, by default, nil during the execution of
16426         `find-file-not-found-functions' and `find-file-hook'.
16428 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
16430         * facemenu.el (facemenu-color-name-equal): New function.
16431         (list-colors-display): Use it to compare colors instead of
16432         facemenu-color-equal.
16434 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
16436         * compare-w.el (compare-windows-face): Use min-colors instead of
16437         checking for tty or pc types.
16439 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16441         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16442         (completion-setup-function): Use with-current-buffer.
16443         Properly save excursion.  Simplify.
16444         Don't assume there is necessarily a `mouse-face' property somewhere.
16446         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16448         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
16450         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16451         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16452         Use with-current-buffer.
16453         (byte-goto-log-buffer): Delete.
16454         (byte-compile-log-file): Call compilation-forget-errors.
16456 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16458         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16459         output messages into the search result.
16461 2004-05-19  Masatake YAMATO  <jet@gyve.org>
16463         * wid-edit.el (widget-radio-button-notify): Revert my last
16464         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16466 2004-05-19  Kenichi Handa  <handa@m17n.org>
16468         * international/characters.el: Fix syntax (open/close) of CJK chars.
16470 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16472         * help-mode.el (help-go-back): Don't depend on position of back button.
16474 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16476         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16477         files don't contain an accidental additional /.
16479         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16480         in source buffer.
16482 2004-05-18  Masatake YAMATO  <jet@gyve.org>
16484         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16485         to widget-apply.  :action method assumes 2 arguments, not 3.
16487 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
16489         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16490         New constants.
16491         (hs-special-modes-alist): Add an f90-mode entry.
16493 2004-05-17  Sam Steingold  <sds@gnu.org>
16495         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16496         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
16498 2004-05-16  Kim F. Storm  <storm@cua.dk>
16500         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16502 2004-05-15  John Wiegley  <johnw@newartisans.com>
16504         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16505         (eshell-output-object-to-target): Improve output speed 20% by not
16506         calling `eshell-stringify' if something is already known to be a string.
16508 2004-05-15  Alex Ott  <ott@jet.msk.su>
16510         * textmodes/ispell.el (ispell-local-dictionary-alist):
16511         Add windows-1251 to the choice of coding systems.
16512         (ispell-dictionary-alist-6): Add support for "russianw.aff",
16513         encoded in cp1251.
16515 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
16517         * progmodes/compile.el (compilation-warning-face)
16518         (compilation-info-face): Use min-colors.
16520 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16522         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16523         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16524         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16525         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16526         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16527         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16528         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16529         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16530         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16531         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16532         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16533         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16534         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16535         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16537 2004-05-15  Kim F. Storm  <storm@cua.dk>
16539         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16540         Use it to set triggered-p element of timer.
16541         (timer-event-handler): Set triggered-p element non-nil while running
16542         the timer function.
16544 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16546         * descr-text.el (describe-char-unicode-data)
16547         (describe-char-unicodedata-file): Re-enable the unicode code now that
16548         the licensing issues have been cleared in the unicode-4 license.
16549         (describe-text-properties-1): Remove unused `overlay' var.
16550         (describe-char): Remove unused var `buffer'.
16552 2004-05-14  David Ponce  <david@dponce.com>
16554         * tree-widget.el: New file.
16556 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
16558         * language/european.el ("Brazilian Portuguese"): Add support for
16559         Brazilian Portuguese.
16561 2004-05-13  John Wiegley  <johnw@newartisans.com>
16563         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16564         `recentf-mode' if this variable has been customized to t.
16566         * eshell/esh-test.el (eshell-test): Call the function
16567         `emacs-version' rather than trying to build a custom version string.
16569 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16571         * net/telnet.el (telnet-mode): Use define-derived-mode.
16572         Don't modify the global value of comint-prompt-regexp.
16574 2004-05-13  John Paul Wallington  <jpw@gnu.org>
16576         * version.el (emacs-version): Check for `gtk' feature before
16577         `x-toolkit' feature.
16579 2004-05-13  Juanma Barranquero  <lektu@terra.es>
16581         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16582         arguments in the docstring, they're used only in recursive calls.
16584         * help-fns.el (help-arg-highlighting-function)
16585         (help-argument-name): Delete.
16586         (help-default-arg-highlight): New function.
16587         (help-do-arg-highlighting): Use it.
16589 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16591         * calendar/appt.el (appt-disp-window):
16592         Use `calendar-set-mode-line' for a centered mode-line.
16594 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16596         * calendar/appt.el (appt-disp-window): Do not split window
16597         excessively when `split-height-threshold' is low.
16599 2004-05-12  Nick Roberts  <nickrob@gnu.org>
16601         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16602         kill-buffer-hook here and make it local.
16603         (gud-kill-buffer-hook): Use kill-process for a sure kill.
16605 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
16607         * progmodes/compile.el (compilation-set-window-height):
16608         Use save-excursion to protect against misplaced marker.
16610 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16612         * custom.el (defface): Document that type can have value gtk.
16614         * faces.el (face-spec-set-match-display): Handle type gtk in display.
16616 2004-05-12  Kenichi Handa  <handa@m17n.org>
16618         * descr-text.el: Require quail at compile time.
16619         (describe-char): If an input method is on and it supports the
16620         character, show how to input it.
16622         * international/quail.el (quail-install-decode-map): Accept a
16623         char-table whose subtype is `quail-decode-map'.
16624         (quail-store-decode-map-key, quail-gen-decode-map1)
16625         (quail-gen-decode-map, quail-find-key1, quail-find-key)
16626         (quail-show-key): New functions.
16628 2004-05-12  Juanma Barranquero  <lektu@terra.es>
16630         * generic.el (define-generic-mode): Remove redundant arglist info.
16632         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16633         Make arguments match their use in docstring.
16634         (help-arg-highlighting-function): New variable.
16635         (help-argument-name): Mention it in the docstring.
16636         (help-do-arg-highlight): Use it.  Expand regexp to accept also
16637         ARG-xxx and xxx-ARG references.
16639 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16641         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16642         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16643         and "mailto:addr1?to=addr2" equal.
16645 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
16647         * man.el (Man-getpage-in-background): Use shell-file-name
16648         and shell-command-switch variables instead of hard-coded values.
16650 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
16652         * iimage.el: New file.
16654 2004-05-11  Juanma Barranquero  <lektu@terra.es>
16656         * custom.el (custom-initialize-default, defcustom):
16657         Fix typo in docstring.
16659         * files.el (set-visited-file-name, file-expand-wildcards):
16660         Fix docstring.
16662 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16664         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16666         * subr.el (eventp): Be more discriminating with integers.
16668 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
16670         * progmodes/compile.el (compile): Add universal prefix arg.
16671         (compilation-error-regexp-alist-alist): Add edg patterns.
16673 2004-05-10  Sam Steingold  <sds@gnu.org>
16675         * textmodes/ispell.el (ispell-message):
16676         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16678 2004-05-10  Dave Love  <fx@gnu.org>
16680         * progmodes/python.el (help-buffer): Autoload when compiling.
16681         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16682         (run-python): Prepend to any existing PYTHONPATH.
16684 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
16686         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16687         for pending breakpoints.
16689 2004-05-10  Richard M. Stallman  <rms@gnu.org>
16691         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
16692         directly without calling any functions in Rmail.
16693         (unrmail-unprune): Function deleted.
16695 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16697         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16698         C-c C-z binding.
16700 2004-05-10  Kenichi Handa  <handa@m17n.org>
16702         * descr-text.el (describe-char): Fix previous change.  Don't make
16703         a unibyte character to multibyte in the *Help* buffer.
16705 2004-05-10  Miles Bader  <miles@gnu.org>
16707         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16708         buffer an error if the debugger process is actually running.
16710 2004-05-10  Juanma Barranquero  <lektu@terra.es>
16712         * help-fns.el (help-argument-name): Default to italic.
16713         (help-highlight-arguments): Return always (usage . doc), even when
16714         usage is nil.
16716         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16717         (define-ibuffer-filter): Add usage info.
16718         (define-ibuffer-op): Add usage info (but CL-style defaults for
16719         keyword args are not shown).
16721         * subr.el (remove-overlays, read-passwd): Fix docstring.
16722         (start-process-shell-command): Fix docstring.  Put usage info in a
16723         format usable by `describe-function'.
16724         (open-network-stream, open-network-stream-nowait)
16725         (open-network-stream-server): Fix docstring.
16727 2004-05-09  Jason Rumney  <jasonr@gnu.org>
16729         * international/code-pages (cp932, cp936, cp949, c950): Remove.
16730         Only define cp125* if windows-125* is already defined.
16732         * language/korean.el (cp949): Add alias.
16734         * language/chinese.el (cp936, cp950): Add aliases.
16736         * language/japanese.el (cp932): Add alias.
16738         * term/w32-win.el: Require code-pages.
16740         * international/mule-cmds.el (set-locale-environment):
16741         On MS-Windows use ansi code-page for default coding-systems.
16742         Set up paper sizes for Windows 3 letter languages.
16744         * international/code-pages.el (cp932, cp936, cp949, cp950):
16745         Add aliases.  Also add cp125* if not already defined.
16747 2004-05-09  Juanma Barranquero  <lektu@terra.es>
16749         * help-fns.el (help-highlight-arguments): Don't try to highlight
16750         missing or autoloaded arglists.  Accept structured arguments, like
16751         the first ones of `do' and `flet'.
16753         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16754         (cvs-get-marked): Remove redundant arglist info.
16756         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16757         Don't use CL-style default args.
16759 2004-05-08  Andreas Schwab  <schwab@suse.de>
16761         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16763         * international/subst-ksc.el: Fix references to utf-translate-cjk
16764         into utf-translate-cjk-mode.
16765         * international/subst-big5.el: Likewise.
16766         * international/subst-gb2312.el: Likewise.
16767         * international/subst-jis.el: Likewise.
16768         * international/utf-16.el: Likewise.
16769         * international/utf-8.el: Likewise.
16771 2004-05-08  John Wiegley  <johnw@newartisans.com>
16773         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16774         "virtual buffers" (off by default), which makes it possible to
16775         switch to the "virtual" buffers of recently visited files.  When a
16776         buffer name search fails, and this option is on, iswitchb will
16777         look at the list of recently visited files, and permit matching
16778         against those names.  When the user hits RET on a match, it will
16779         revisit that file.
16780         (iswitchb-read-buffer): Add two optional arguments, which makes
16781         isearchb.el possible.
16782         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16783         (iswitchb-next-match): Add support for virtual buffers.
16785         * isearchb.el: This module extends iswitchb to provide "as you
16786         type" buffer selection.
16788         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16789         Ignore the read-only property when flyspell highlighting is on.
16790         Not ignoring it leads to a series of confusing errors.
16791         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16792         but also make sure to call flyspell-incorrect-hook.
16793         (flyspell-maybe-correct-transposition): Perform transposition test
16794         by bit twiddling a string, rather than using a temp buffer.
16795         (flyspell-maybe-correct-doubling): Use a string rather than a temp
16796         buffer.  This is also the original version of the code, which
16797         could not be checked in before due to a previous lack of
16798         assignment papers.  This version has seen heavy usage on my system
16799         for several years now.
16801         * calendar/cal-bahai.el: New file, which adds support for the
16802         Baha'i calendar to Emacs.  This calendar is based on a solar year
16803         of 19 months of 19 days, with 4 intercalary days.  Each year
16804         begins on March 21, with the calendar starting in 1844.
16806         * calendar/cal-menu.el, calendar/calendar.el
16807         * calendar/diary-lib.el, calendar/holidays.el:
16808         Added support for using cal-bahai.el.
16810         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16811         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16812         function can be used outside of eshell buffers.
16813         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16815 2004-05-08  Juanma Barranquero  <lektu@terra.es>
16817         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16818         word constituent so FOO-ARG is not recognized as an arg.
16819         (help-highlight-arguments): Don't skip lists in mandatory arguments.
16821         * simple.el (next-error): Fix typo in docstring.
16822         (open-line): Make argument names match their use in docstring.
16823         (split-line): Fix docstring.
16825         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16826         usable by `describe-function'.
16827         (gensym, gentemp, typep, ignore-errors): Make argument names match
16828         their use in docstring.
16830         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16831         argument to `help-setup-xref'.
16833 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
16835         Version 2.0.40 of Tramp released.
16837         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16838         Use symbol-function to invoke functions only known on some Emacs
16839         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
16840         Scaldeferri <kevin@scaldeferri.com>.
16841         (tramp-do-copy-or-rename-file-via-buffer): Rename from
16842         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16843         consistent with the other tramp-do-* functions.
16844         (tramp-do-copy-or-rename-file): Calls adjusted.
16845         (tramp-process-initial-commands): Avoid liveness check on shell --
16846         we know that it must be alive since we're opening a connection at
16847         this moment.
16848         (tramp-last-cmd): New internal variable.
16849         (tramp-process-echoes): New tunable.
16850         (tramp-send-command): Set tramp-last-cmd.
16851         (tramp-wait-for-output): Delete echo, if applicable.
16852         (tramp-read-passwd): Construct the key for the password cache in a
16853         way that works for multi methods, too.
16854         (tramp-bug): Add backup-directory-alist and
16855         bkup-backup-directory-info to bug reports, with Tramp counterparts.
16857 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
16859         * net/tramp*.el: Suppress byte-compiler warnings where possible.
16861         * net/tramp.el (tramp-out-of-band-prompt-regexp)
16862         (tramp-actions-copy-out-of-band): New defcustoms.
16863         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16864         used instead of a synchronous one.  Allows password entering.
16865         (tramp-action-out-of-band): New defun.
16866         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16867         Remove restriction with password from doc string.
16868         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16869         `tramp-out-of-band-prompt-regexp',
16870         `tramp-actions-copy-out-of-band', `password-cache' and
16871         `password-cache-expiry'.
16872         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
16873         password caching.
16874         (tramp-touch): FILE can be a local file, too.
16875         (TODO): Remove items done.
16876         (tramp-handle-insert-directory): Properly quote file name also if
16877         not full-directory-p.  Handle wildcard case.  Reported by Andreas
16878         Schwab <schwab@suse.de>.
16879         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16880         new file.
16881         (tramp-handle-file-local-copy, tramp-handle-write-region):
16882         The permissions of the temporary file are set if filename exists.
16883         Reported by Ted Stern <stern@cray.com>.
16884         (tramp-backup-directory-alist)
16885         (tramp-bkup-backup-directory-info): New defcustoms.
16886         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16887         (tramp-handle-find-backup-file-name): New function.
16888         Implements Tramp's find-backup-file-name.
16890         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16891         for `find-backup-file-name'.
16893         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16894         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
16896 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
16898         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16900 2004-05-07  Juanma Barranquero  <lektu@terra.es>
16902         * subr.el (lambda): Add arglist description to docstring.
16903         (declare): Fix typo in docstring.
16904         (open-network-stream): Fix docstring.
16905         (process-kill-without-query): Fix docstring and add obsolescence info.
16906         (last, butlast, nbutlast): Make arguments match their use in docstring.
16907         (insert-buffer-substring-no-properties): Likewise.
16908         (insert-buffer-substring-as-yank): Likewise.
16909         (split-string): Fix docstring.
16911         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16912         Make argument names match their use in docstring.
16914         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16916 2004-05-06  Nick Roberts  <nickrob@gnu.org>
16918         * progmodes/gdb-ui.el: Improve/extend documentation strings.
16919         Fit first sentence on one line for apropos-command.
16921 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16923         Changes largely merged in from Dave Love's code.
16924         * progmodes/python.el: Doc fixes.
16925         (python-mode-map): Add python-complete-symbol.
16926         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16927         (python-comment-indent, python-complete-symbol)
16928         (python-symbol-completions, python-partial-symbol)
16929         (python-try-complete): New.
16930         (python-indent-line): Remove optional arg.  Use python-block-end-p.
16931         (python-check): Bind compilation-error-regexp-alist.
16932         (inferior-python-mode): Use rx.  Move keybindings to top level.
16933         Set comint-input-filter.
16934         (python-preoutput-filter): Use rx.
16935         (python-input-filter): Re-introduce.
16936         (python-proc): Start new process if necessary.
16937         Check python-buffer non-nil.
16938         (view-return-to-alist): Defvar.
16939         (python-send-receive): New.
16940         (python-eldoc-function): Use it.
16941         (python-mode-running): Don't defvar.
16942         (python-mode): Set comment-indent-function.
16943         Maybe update hippie-expand-try-functions-list.
16944         (python-indentation-levels): Initialize differently.
16945         (python-block-end-p): New.
16946         (python-indent-line): Use it.
16947         (python-compilation-regexp-alist): Augment.
16948         (run-python): Import `emacs' module to Python rather than loading
16949         code directly.  Set python-buffer differently.
16950         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
16951         Use python-proc.
16952         (python-send-command): Go to end of comint buffer.
16953         (python-load-file): Use python-proc, emacs.eimport.
16954         (python-describe-symbol): Simplify interactive form.
16955         Use emacs.help.  Do use temp-buffer-show-hook.
16956         Call print-help-return-message.
16957         (hippie-exp): Require when compiling.
16958         (python-preoutput-continuation): Use rx.
16960         * diff-mode.el (diff-make-unified): Fix regexp.
16962 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
16964         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16965         filter groups from the buffer when rebuilding the Ibuffer buffer
16966         and `ibuffer-show-empty-filter-groups' is nil.
16968 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16970         * ps-print.el (ps-print-quote): Call ps-value-string.
16971         (ps-setup): Call ps-comment-string.
16972         (ps-value-string, ps-comment-string): New funs.
16974 2004-05-06  Juanma Barranquero  <lektu@terra.es>
16976         * ehelp.el (electric-help-command-loop): Check whether the last
16977         character is visible, not (point-max).
16979         * help-fns.el (help-argument-name): Default to bold; don't inherit
16980         from font-lock-variable-name-face.
16981         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16983 2004-05-05  Kenichi Handa  <handa@m17n.org>
16985         * descr-text.el (describe-char): Copy the character with text
16986         properties and overlays into the first line, and call
16987         describe-text-properties on it.
16989 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
16991         * iswitchb.el (iswitchb-global-map): Fix typo.
16992         Remove unwanted ###autoloads from source file.
16994 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
16996         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16997         in run-hooks.  Use substitute-command-keys in message.
16998         (wdired-abort-changes): Add message.
17000 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
17002         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17003         (sql-emacs20-p): Remove.
17004         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17005         (sql-builtin-face, sql-doc-face): Remove.
17006         (sql-mode-ansi-font-lock-keywords)
17007         (sql-mode-oracle-font-lock-keywords)
17008         (sql-mode-postgres-font-lock-keywords)
17009         (sql-mode-linter-font-lock-keywords)
17010         (sql-mode-ms-font-lock-keywords)
17011         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17012         (sql-product-font-lock): Fix font-lock reset when font rules change.
17013         (sql-highlight-product): Remove incorrect font-lock reset logic.
17015 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
17017         * ses.el (ses-set-parameter): Fix typo.
17019 2004-05-04  Kim F. Storm  <storm@cua.dk>
17021         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17022         Must expand directory for completion to work; and don't mess with
17023         process-environment.
17024         (ido-read-file-name): If command has ido property, don't use ido
17025         if value is ignore, or read as directory if value is dir.
17026         Set ido ignore property for dired-do-rename command.
17028 2004-05-04  Juanma Barranquero  <lektu@terra.es>
17030         * ehelp.el (electric-help-command-loop, electric-help-undefined)
17031         (electric-help-help): Check against unmapped commands.
17033         * help-fns.el (help-argument-name): New face, inheriting from
17034         font-lock-variable-name-face, to highlight function arguments in
17035         `describe-function' and `describe-key'.
17036         (help-do-arg-highlight): Auxiliary function to highlight a given
17037         list of arguments in a string.
17038         (help-highlight-arguments): Highlight the function arguments and
17039         all uses of them in the docstring.
17040         (describe-function-1): Use it.  Do docstring output via `insert',
17041         not 'princ', so text attributes are preserved.
17043         * winner.el (winner-mode-map): Move `winner-undo' and
17044         `winner-redo' to C-c <left> and C-c <right>, respectively (the
17045         previous bindings conflict with `prev-buffer', `next-buffer').
17047 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17049         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17050         (bibtex-entry-update): New command bound to C-c C-u.
17051         (bibtex-text-in-string): Fix regexp.
17052         (bibtex-assoc-of-regexp): Remove.
17053         (bibtex-progress-message): Fix docstring.
17054         (bibtex-inside-field): Use if.
17055         (bibtex-assoc-regexp): New function.
17056         (bibtex-format-entry): Make code more robust so that it formats
17057         also old entries.
17058         (bibtex-autokey-demangle-title): Merge with obsolete function
17059         bibtex-assoc-of-regexp.
17060         (bibtex-field-list): New function.
17061         (bibtex-entry): Use bibtex-field-list.
17062         (bibtex-parse-entry): Fix docstring.
17063         (bibtex-print-help-message): Use bibtex-field-list.
17064         (bibtex-make-field): Use bibtex-field-list.
17065         (bibtex-entry-index): Bugfix.  Return crossref key if required.
17066         (bibtex-lessp): Fix docstring.
17068 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
17070         * select.el (xselect-convert-to-string): Move comment to intended line.
17072 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17074         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17075         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17077 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17079         * term/x-win.el (x-clipboard-yank): Don't exit on error from
17080         x-get-selection.
17082 2004-05-03  Jason Rumney  <jasonr@gnu.org>
17084         * makefile.nt: Remove.
17086 2004-05-03  Kim F. Storm  <storm@cua.dk>
17088         * emulation/cua-base.el (cua--update-indications): Fix last change.
17089         (cua-mode): Deactivate mark when cua-mode is enabled.
17091 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
17093         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17095 2004-05-03  Nick Roberts  <nickrob@gnu.org>
17097         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17098         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17099         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17100         window over visible frames.
17101         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17103 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17105         * progmodes/compile.el (compilation-gcpro): New var.
17106         (compilation-fake-loc): Use it.
17107         (compilation-forget-errors): Reset it.
17109 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
17111         * diff-mode.el (diff-header-face, diff-file-header-face):
17112         Use min-colors.
17114 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17116         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17117         (bibtex-clean-entry): Disentangle code.
17118         (bibtex-realign): New function.
17119         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
17120         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17121         Remove undocumented optional arg called-by-convert-alien.
17122         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
17123         for sorting instead of bibtex-sort-buffer.
17125 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
17127         * progmodes/compile.el (compilation-start): In the
17128         no-async-subprocesses branch, call sit-for to give redisplay a
17129         chance to show the updated process status in the mode line, and
17130         fontify the buffer explicitly after the process exits.
17132 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17134         * progmodes/python.el (python-compilation-line-number): Remove.
17135         (python-compilation-regexp-alist): Don't use it any more.
17136         (python-orig-start, python-input-filter): Remove.
17137         (inferior-python-mode): Don't set up comint-input-filter-functions.
17138         (python-send-region): Use compilation-fake-loc.
17140         * progmodes/compile.el (compilation-messages-start): New var.
17141         (compilation-mode): Don't setup next-error-function here.
17142         (compilation-setup): Set it up here instead (for minor modes as well).
17143         Make compilation-messages-start buffer local.
17144         (compilation-next-error-function): Use it.
17145         (compilation-forget-errors): Set compilation-messages-start.
17147 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17149         * ielm.el (ielm-prompt-read-only): Update docstring.
17151         * comint.el (comint-prompt-read-only): Update docstring.
17152         (comint-update-fence, comint-kill-whole-line)
17153         (comint-kill-region): New functions.
17155         * simple.el (kill-whole-line): Use "p" instead of "P" in
17156         interactive form.
17158 2004-05-01  Juanma Barranquero  <lektu@terra.es>
17160         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17161         format arglist so default values in CL-style argument lists are
17162         correctly shown.
17164 2004-05-01  Jason Rumney  <jasonr@gnu.org>
17166         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17168 2004-05-01  Kenichi Handa  <handa@m17n.org>
17170         * international/titdic-cnv.el (miscdic-convert): Don't generate a
17171         quail file if it is up to date.
17173 2004-04-30  Juri Linkov  <juri@jurta.org>
17175         * cus-edit.el (custom-mode-map):
17176         Add key binding `C-x C-s' to `Custom-save'.
17178         * outline.el (outline-blank-line): New var.
17179         (outline-next-preface, outline-show-heading)
17180         (outline-end-of-subtree): Use it.
17182         * dired-aux.el (dired-touch-initial): New fun.
17183         (dired-do-chxxx): Call it for op-symbol `touch'.
17184         (dired-diff): Use `dired-dwim-target-directory'
17185         if current dired buffer has no buffer mark.
17187         * bindings.el (propertized-buffer-identification):
17188         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17189         Add C-M-arrow keys for consistency.
17191         * files.el (confirm-kill-emacs):
17192         Change group from top-level `emacs' to `convenience'.
17194         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17195         Push mark on the first call of successive command calls.
17196         (insert-pair): New fun created from `insert-parentheses' with
17197         `open' and `close' arguments added.  Enclose active regions
17198         in paired characters.  Compare adjacent characters syntax with
17199         inserted characters syntax before inserting a space.
17200         (insert-parentheses): Call `insert-pair' with ?\( ?\).
17202         * delsel.el: Don't put `delete-selection' property
17203         on `insert-parentheses' symbol to take advantage of
17204         region handling in `insert-pair' function.
17205         Suggested by Stephan Stahl <stahl@eos.franken.de>.
17207 2004-04-30  Kim F. Storm  <storm@cua.dk>
17209         * emulation/cua-base.el: Add support for changing cursor types;
17210         based on patch from Michael Mauger.
17211         (cua-normal-cursor-color, cua-read-only-cursor-color)
17212         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17213         Customization cursor type and/or cursor color.
17214         (cua--update-indications): Handle cursor type changes.
17215         (cua-mode): Update cursor indications if enabled.
17217         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17219         * mouse.el (mouse-drag-copy-region): New defcustom.
17220         (mouse-set-region, mouse-drag-region-1): Use it.
17222         * simple.el (kill-ring-save): If region face background color is
17223         unspecified (if no highlighting), show extent of fully visible
17224         region even if transient-mark-mode is enabled.
17226         * emulation/cua-base.el (cua--standard-movement-commands):
17227         Add cua-scroll-up and cua-scroll-down.
17228         (cua-scroll-up, cua-scroll-down): New commands.
17229         (cua--init-keymaps): Remap scroll-up and scroll-down.
17231         * emulation/cua-rect.el (cua--convert-rectangle-as):
17232         New defmacro.
17233         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17234         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17235         New commands (suggested by Jordan Breeding).
17237 2004-04-30  Juanma Barranquero  <lektu@terra.es>
17239         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17241 2004-04-30  Mario Lang  <mlang@delysid.org>
17243         * diff.el (diff-switches): Fix typo in docstring.
17245 2004-04-30  Alex Schroeder  <alex@gnu.org>
17247         * xml.el (xml-debug-print-internal): Don't add newline and
17248         indentation to text nodes and write empty elements as empty tags
17249         instead of opening and closing tags.
17250         (xml-debug-print): Take optional indent-string argument.
17251         (xml-print): Alias for xml-debug-print.
17253 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17255         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17256         than duplicate call to `line-beginning-position'.
17258         * progmodes/f90.el (f90-get-present-comment-type):
17259         Return whitespace, as well as comment chars, for consistent filling
17260         of comment blocks.  Use `match-string-no-properties'.
17261         (f90-break-line): Trim trailing whitespace when filling comments.
17263 2004-04-30  Dave Love  <fx@gnu.org>
17265         * calendar/diary-lib.el (diary-outlook-formats): New variable.
17266         (diary-from-outlook-internal, diary-from-outlook)
17267         (diary-from-outlook-gnus, diary-from-outlook-rmail):
17268         New functions to import diary entries from Outlook-format
17269         appointments in mail messages.
17271 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17273         * progmodes/python.el (python-send-command): New fun.
17274         (python-send-region, python-load-file): Use it.
17276         * progmodes/compile.el (compilation-last-buffer): Add var alias.
17278         * help-fns.el (help-C-file-name): Use new subr-name.
17279         Prepend `src/' to the file name.
17280         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17281         (describe-function-1, describe-variable): Only find a C source file
17282         name if DOC is already loaded.
17284         * help-mode.el (help-function-def, help-variable-def):
17285         Use the new find-function-search-for-symbol functionality.
17286         Allow FILE to be `C-source'.
17288         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17289         (find-function-C-source): New fun.
17290         (find-function-search-for-symbol): Use it.
17292 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
17294         * progmodes/sql.el (sql-product-alist): Rename variable
17295         `sql-product-support'.  Add Postgres login parameters.
17296         (sql-set-product, sql-product-feature): Update with renamed variable.
17297         (sql-connect-postgres): Add username prompt.
17298         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17299         Make patterns less product specific.
17300         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17301         (sql-mode-abbrev-table): Modify initialization.
17302         (sql-builtin-face): Add variable.
17303         (sql-keywords-re): Add macro.
17304         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17305         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17306         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17307         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17308         (sql-mode-linter-font-lock-keywords)
17309         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17310         (sql-mode-sybase-font-lock-keywords)
17311         (sql-mode-informix-font-lock-keywords)
17312         (sql-mode-interbase-font-lock-keywords)
17313         (sql-mode-ingres-font-lock-keywords)
17314         (sql-mode-solid-font-lock-keywords)
17315         (sql-mode-sqlite-font-lock-keywords)
17316         (sql-mode-db2-font-lock-keywords): Default to nil.
17317         (sql-product-font-lock): Always highlight ANSI keywords.
17318         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17319         (sql-send-string): Add function.
17321 2004-04-29  Dave Love  <fx@gnu.org>
17323         * progmodes/cfengine.el (cfengine-beginning-of-defun)
17324         (cfengine-end-of-defun): Ensure progress through buffer.
17326         * info-look.el (cfengine-mode): Accept a terminal ().
17328 2004-04-29  Juri Linkov  <juri@jurta.org>
17330         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17331         instead of isearch-yank-word-or-char.  Add new key bindings for
17332         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17333         (isearch-del-char): New fun.
17334         (isearch-forward, isearch-edit-string): Update docstring.
17335         (isearch-yank-char): Doc fix.
17336         (isearch-other-meta-char): Restore point after scrolling.
17338         * progmodes/compile.el (compilation-context-lines): Add nil option
17339         to disable compilation output window scrolling.
17340         (compilation-set-window): Use it.
17342         * outline.el (outline-next-preface, outline-show-heading):
17343         Don't leave unhidden blank line before heading.
17344         (outline-end-of-subtree): Include last newline into subtree.
17345         (hide-entry): Leave point at beginning of heading instead of end.
17346         (outline-up-heading): Push mark for the first call of successive
17347         command calls.
17349 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17351         * comint.el (comint-prompt-read-only): New variable.
17352         (comint-output-filter): Implement it.
17354         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17355         (ielm-prompt-internal): New variable.
17356         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17357         (ielm-send-input): Delete unused variable `buf'.
17358         (ielm-eval-input): Use `ielm-prompt-internal'.
17359         (inferior-emacs-lisp-mode): Use new variables
17360         `comint-prompt-read-only' and `ielm-prompt-internal'.
17361         Get rid of obsolete variable `directory-sep-char'.
17362         (ielm): Use `zerop'.
17364 2004-04-29  John Paul Wallington  <jpw@gnu.org>
17366         * thumbs.el (toplevel): Require cl at compile time.
17367         Remove conditional definitions of `ignore-errors' and `caddar'
17368         because they occur at run time.
17370 2004-04-28  Nick Roberts  <nickrob@gnu.org>
17372         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17373         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17374         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17375         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17377         * progmodes/gud.el (gud-common-init): Throw an error if program is
17378         already running under gdb.
17380 2004-04-28  John Paul Wallington  <jpw@gnu.org>
17382         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17383         (thumbs-show-image-num): Move assignment of
17384         `thumbs-current-image-filename' within scope of `i'.
17385         (thumbs-emboss-image): Don't use `evenp'.
17387 2004-04-28  Richard M. Stallman  <rms@gnu.org>
17389         * progmodes/compile.el (compilation-context-lines): Default now 0.
17391 2004-04-28  Juanma Barranquero  <lektu@terra.es>
17393         Use `time-less-p' from calendar/time-date.el instead of defining
17394         custom versions of it.
17396         * pcomplete.el (pcomplete-time-less-p): Remove.
17398         * thumbs.el (time-less-p): Remove.
17400         * calendar/timeclock.el (timeclock-time-less-p): Remove.
17401         (timeclock-generate-report): Use `time-less-p'.
17403         * emacs-lisp/autoload.el (autoload-before-p): Remove.
17404         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17406 2004-04-28  Masatake YAMATO  <jet@gyve.org>
17408         * subr.el (remove-overlays): Make arguments optional.
17410         * wid-edit.el (widget-specify-button): Put evaporate to the
17411         overlay for sample.
17412         (widget-specify-sample): Put evaporate to the overlay for sample.
17413         (widget-specify-doc): Put evaporate to the overlay for documentation.
17415 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
17417         * info.el (info-apropos): Make it an index node.  Align node names
17418         like makeinfo.
17420 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
17422         * net/browse-url.el (browse-url-netscape-sentinel)
17423         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17424         (browse-url-epiphany-sentinel, browse-url-mosaic):
17425         Use browse-url-*-program instead of a literal program name.
17427 2004-04-27  Kevin Ryde  <user42@zip.com.au>
17429         * eshell/em-alias.el:
17430         * eshell/em-dirs.el:
17431         * eshell/em-hist.el:
17432         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17433         features when M-x customize-group loads modules before the main
17434         eshell.el.
17436 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
17438         * subr.el (momentary-string-display): Support EXIT-CHAR that is
17439         either a character representation of an event or an event
17440         description list.
17442         * type-break.el: Capitalize Emacs and Lisp.
17443         (type-break-good-break-interval, type-break-demo-boring-stats)
17444         (type-break-terse-messages, type-break-file-name): New defcustoms.
17445         (type-break-post-command-hook)
17446         (type-break-warning-countdown-string): Quote variable names in doc.
17447         (type-break-interval-start, type-break-auto-save-file-name): New vars.
17448         (type-break-mode): Document type-break-good-break-interval and the
17449         "session" file.  Schedule break according to the session file.
17450         Kill session file buffer on exit.  Organize for save-some-buffers
17451         to always save the session file.
17452         (type-break-mode-line-message-mode, type-break-query-mode):
17453         Uppercase arguments.
17454         (type-break-file-time, type-break-file-keystroke-count, timep)
17455         (type-break-choose-file, type-break-get-previous-time)
17456         (type-break-get-previous-count): New defuns.
17457         (type-break): Avoid break querying after a completed break in the
17458         case where the query was initiated during user invocation of the
17459         break.  Optional terse messages.
17460         Use type-break-good-break-interval if type-break-good-rest-interval is
17461         nil.  File the break time.
17462         (type-break-schedule): New optional args for overriding the use of
17463         the current time.
17464         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17465         after a break.
17466         (type-break-check): File the keystroke count.
17467         (type-break-do-query): Prevent a second query when the break is
17468         interrupted.  Optional terse message.
17469         (type-break-keystroke-reset): Record the start of a typing interval.
17470         (type-break-demo-boring): Optional terse messages.  Display word
17471         per minute and keystroke counts according to
17472         type-break-demo-boring-stats.
17474 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
17476         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17477         directories, make sure they exist under archive-tmpdir.
17479 2004-04-27  Juri Linkov  <juri@jurta.org>
17481         * help.el (view-emacs-news): With argument, display info for the
17482         selected version by finding it among different NEWS files, and
17483         narrowing the buffer to the selected version.
17485         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17486         same-window-buffer-names.
17487         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
17488         non-numeric prefix argument, append the number to the buffer name
17489         for numeric prefix argument.
17490         (info-other-window): Bind same-window-regexps to nil.
17491         (Info-reference-name): Rename to Info-point-loc.
17492         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17493         and Info-find-index-name for stringy Info-point-loc.
17494         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
17495         without middle `.', but with final `.' and optional line number
17496         for it.  Set Info-point-loc for index nodes.
17497         (Info-index): Remove middle `.' from index entry regexp.
17498         Modify line number regexp.
17499         (Info-index-next): Decrement line number.
17500         (info-apropos): Remove middle `.' from index entry regexp.
17501         Add optional line number regexp at the end.  Add matched value
17502         for line number to the result list and insert it to the buffer.
17503         Replace match-string by match-string-no-properties.
17504         Reorder result list.
17505         (Info-fontify-node): Hide index line numbers.
17506         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17507         empty matches.
17508         (Info-follow-reference): Use `str' instead of
17509         Info-following-node-name-re.
17510         (Info-toc): Use full file names.  Set Info-current-node to "Top".
17511         (Info-fontify-node): Compare file names without directory name.
17512         (Info-try-follow-nearest-node): Don't set Info-reference-name.
17513         Set second arg of Info-extract-menu-node-name for index nodes.
17514         (info-xref-visited): Use magenta3 instead of magenta4.
17515         (Info-mode): Add info-apropos to docstring.
17517         * log-view.el (log-view-diff): Replace interactive code "r"
17518         by a list to allow to call it even if region is not active.
17520         * paren.el (show-paren-highlight-openparen): New var.
17521         (show-paren-function): Turn on openparen highlighting when
17522         matching forward if show-paren-highlight-openparen is non-nil.
17524         * simple.el (kill-ring-save): Use blink-matching-delay instead of
17525         the constant value 1.
17526         (completions-common-part): Expand docstring.
17528         * textmodes/picture.el (picture-mode-map): Add arrow keys.
17530 2004-04-27  Kim F. Storm  <storm@cua.dk>
17532         * image.el (insert-sliced-image): Use line-height instead of
17533         line-spacing property on newline.
17535 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
17537         * desktop.el (desktop-buffer-misc-data-function): Rename to
17538         desktop-save-buffer and change docstring.
17539         (desktop-buffer-modes-to-save): Delete.
17540         (desktop-save-buffer-p): Use desktop-save-buffer instead of
17541         desktop-buffer-modes-to-save.
17542         (desktop-save): Rename desktop-buffer-misc-data-function to
17543         desktop-save-buffer and allow non-function value.
17544         (desktop-missing-file-warning): Correct docstring.
17546         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17547         to desktop-save-buffer.
17549         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17550         desktop-save-buffer.
17552         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17554         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17556 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
17558         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17560 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
17562         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17563         (ielm): Only go to the end of the buffer when starting a new process.
17565 2004-04-25  Juanma Barranquero  <lektu@terra.es>
17567         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17568         mode line.  Bind `inhibit-read-only' to t before modifying
17569         properties of text in the buffer.
17570         (ielm): Force point to the end of buffer, even when running ielm
17571         from inside itself.
17573 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17575         * info.el (info-apropos): Reset Info-complete-cache.
17577 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
17579         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17580         Also recognize severe Irix et al. messages.
17581         (compilation-normalize-filename, compile-abbreviate-directory):
17582         Delete functions.
17583         (compilation-get-file-structure): New function inherits
17584         functionality of the two preceding ones.
17585         (compilation-internal-error-properties, compilation-fake-loc):
17586         Use it so that different paths to the same file share the same
17587         markers.  Also optimize finding adjacent marker slightly.
17589 2004-04-25  Kim F. Storm  <storm@cua.dk>
17591         * image.el (insert-sliced-image): Add line-spacing t property
17592         to newlines separating image lines.
17594 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17596         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17598         * ielm.el (ielm-prompt-read-only): New user option.
17599         (ielm-prompt): Expand docstring to describe new behavior.
17600         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17601         mention it in the docstring.
17603 2004-04-24  Andreas Schwab  <schwab@suse.de>
17605         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17607         * diff.el (diff): Set default-directory in diff buffer.
17609 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
17611         * mail/sendmail.el (mail-bury): Don't delete the frame where the
17612         mail was being composed if the terminal cannot display more than
17613         one frame; instead, switch to previous frame.
17615         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17616         (rmail-start-mail): Support rmail-mail-new-frame even on
17617         terminals that can display only one frame at a time.
17619 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17621         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17622         (checkdoc-output-font-lock-keywords): Remove error regexp.
17623         (checkdoc-output-mode-map): Remove.
17624         (checkdoc-output-mode): Derive from compilation-mode.
17625         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17627         * dired.el (dired-mode-map): Add a menu entry for wdired.
17629         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17630         (rx-bracket, rx-check-any, rx-any): Clean up name space.
17632         * wdired.el (wdired-mode-map): Move init into declaration.
17633         Fix `return' binding.
17634         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17635         Use force-mode-line-update.
17636         (wdired-get-filename): Use `unless'.
17637         (wdired-preprocess-files): Don't assume names have no \n and use / for
17638         dir separator.
17639         (wdired-normalize-filename): Use replace-regexp-in-string.
17640         (wdired-load-hooks): Remove.
17641         (wdired-mode-hooks): Rename to wdired-mode-hook.
17643         * info-look.el: Add support for cfengine-mode.
17644         (info-lookup-setup-mode): Use dolist.
17646 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
17648         * wdired.el: New file.
17650 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17652         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17654         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17655         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17656         (pcomplete--help, pcomplete--here): Doc fixes.
17658 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
17660         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17661         handles wrong-number-of-arguments in backend call.
17663         * vc.el (vc-print-log): Likewise.
17665 2004-04-20  Dave Love  <fx@gnu.org>
17667         * emacs-lisp/rx.el: Doc fixes.
17668         (rx-constituents): Add/extend many forms.
17669         (rx-check): Check form is a list.
17670         (bracket): Defvar.
17671         (rx-check-any, rx-any, rx-check-not): Modify.
17672         (rx-not): Simplify.
17673         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17674         (rx-kleene): Use rx-trans-forms.
17675         (rx-quote-for-set): Delete.
17676         (rx): Allow multiple args.
17678 2004-04-23  Kenichi Handa  <handa@m17n.org>
17680         * international/mule-util.el (char-displayable-p): Simplify by
17681         using internal-char-font.
17683 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17685         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17687 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17689         * diff-mode.el (diff-next-error): New fun.
17690         (diff-mode): Use it.
17692         * simple.el (next-error): Change arg name.
17693         Add support for the documented C-u C-x ` usage.
17695         * frame.el (special-display-popup-frame, next-multiframe-window)
17696         (previous-multiframe-window): Only consider frames on same display.
17698 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
17700         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17701         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17703 2004-04-22  Kim F. Storm  <storm@cua.dk>
17705         * net/telnet.el (telnet): Add optional port arg.
17707 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17709         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17710         Minor sanity check on the `hyperlink' slot.
17712         * Makefile.in (recompile): Compile new files.
17714         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17715         Add byte-recompile-directory's optional `arg'.
17717         * cvs-status.el (cvs-tree-use-charset): New var.
17718         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17719         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17720         (cvs-status-cvstrees): Use it.
17722         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17723         Make it a normal major mode.
17724         (checkdoc-buffer-label): Make sure the file name is meaningful.
17725         (checkdoc-output-to-error-buffer): Remove.
17726         (checkdoc-error, checkdoc-start-section): Rewrite.
17728         * info.el (info-node, info-menu-5, info-xref, info-header-node)
17729         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17730         (Info-title-4-face): Use new syntax.
17731         (info-xref-visited): Inherit from info-xref.
17733         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17735 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17737         * simple.el (next-error-last-buffer, next-error-function):
17738         New variables for the next-error framework.
17739         (next-error-buffer-p): New function.
17740         (next-error-find-buffer): Generalize compilation-find-buffer.
17741         (next-error, previous-error, first-error, next-error-no-select)
17742         (previous-error-no-select): Move from compile.el.
17744         * replace.el (occur-next-error, occur-1): Hook into the next-error
17745         framework.
17747         * progmodes/compile.el (compilation-start):
17748         Set next-error-last-buffer so next-error knows where to jump.
17749         (compilation-setup): Set the buffer-local variable
17750         next-error-function to 'compilation-next-error-function.
17751         (compilation-buffer-p, compilation-buffer-internal-p): Use an
17752         alternate way to find if a buffer is a compilation buffer, for
17753         next-error convenience.
17754         (next-error-no-select, previous-error-no-select, next-error)
17755         (previous-error, first-error): Move to simple.el.
17756         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17757         (compilation-last-buffer): Remove.
17758         (compilation-start, compilation-next-error, compilation-setup)
17759         (compilation-next-error-function, compilation-find-buffer):
17760         Remove compilation-last-buffer use.
17762 2004-04-21  Juanma Barranquero  <lektu@terra.es>
17764         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17765         (font-lock-warning-face): Fix spacing.
17767         * makefile.w32-in (WINS): Add url/ directory.
17769 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
17771         * desktop.el (desktop-buffer-mode-handlers): New variable.
17772         Alist of major mode specific functions to restore a desktop buffer.
17773         (desktop-buffer-handlers): Make variable obsolete.
17774         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17775         Catch errors signaled in handlers.  Update buffer count.
17776         Evaluate desktop-buffer-point.
17777         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17778         move to dired.el.
17779         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17780         move to info.el.
17781         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17782         move to mail/rmail.el.
17783         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17784         to mh-e/mh-e.el.
17785         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17786         On fail, print message (to message buffer) even if
17787         desktop-missing-file-warning is nil.
17788         (desktop-buffer-misc-data-function): New buffer local variable.
17789         Function returning major mode specific data.
17790         (desktop-buffer-misc-functions): Make variable obsolete.
17791         (desktop-save): Use desktop-buffer-misc-data-function.
17792         (desktop-buffer-dired-misc-data): Rename to
17793         dired-desktop-buffer-misc-data and move to dired.el.
17794         (desktop-buffer-info-misc-data): Rename to
17795         Info-desktop-buffer-misc-data and move to info.el.
17796         (desktop-read): Add message about number of buffers restored/failed.
17798         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17799         Add parameters.  Pause to display error only when
17800         desktop-missing-file-warning is non-nil.
17801         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17802         (dired-mode): Bind desktop-buffer-misc-data-function.
17804         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17805         Add Parameters.
17806         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17807         (Info-mode): Bind desktop-buffer-misc-data-function.
17809         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17810         Add Parameters.
17812         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17813         Add Parameters.
17815 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
17817         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17818         the case of letters in case-insensitive expansions when the
17819         abbrev is preceded by characters with letter syntax.
17821 2004-04-21  Richard M. Stallman  <rms@gnu.org>
17823         * progmodes/cperl-mode.el (cperl-putback-char):
17824         Delete Emacs 18 definition.
17826         * international/mule.el (ctext-post-read-conversion):
17827         Use assoc-string, not assoc-ignore-case.
17829         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17831         * emacs-lisp/easymenu.el (easy-menu-add):
17832         Do call x-popup-menu, but only if it's defined.
17834         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17836         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17837         Handle multiple args: compile like progn.
17839         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17840         take all args as &rest arg.
17842         * autoinsert.el (auto-insert-alist): Insert the user's name in
17843         copyright notice, rather than Free Software Foundation.
17845 2004-04-21  Kenichi Handa  <handa@m17n.org>
17847         * descr-text.el (describe-char): Make it work on *Help* buffer.
17849 2004-04-21  Kim F. Storm  <storm@cua.dk>
17851         * image.el (insert-image): Add optional SLICE arg.
17852         (insert-sliced-image): New defun.
17854 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
17856         * subr.el (read-number): Check whether `default' is nil.
17858 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17860         * progmodes/compile.el (compilation-error-properties):
17861         Split into two.
17862         (compilation-internal-error-properties): New one.
17863         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
17865 2004-04-20  Richard M. Stallman  <rms@gnu.org>
17867         * window.el (split-window-save-restore-data):
17868         Don't update the data if OLD-INFO is nil.
17870         * view.el (view-return-to-alist): Mark it permanent local.
17872         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17874         * recentf.el (recentf-save-list): Catch and warn about errors.
17876         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17877         so "Buffers" won't be pure.
17879         * help-mode.el (help-mode-finish): Set help-return-alist first
17880         thing, setting only the entry for the selected window.
17882         * help-fns.el (describe-function-1): If many non-control non-meta
17883         keys run the command, don't list all of them.
17885 2004-04-20  Juanma Barranquero  <lektu@terra.es>
17887         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17888         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
17890         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17892 2004-04-20  Kenichi Handa  <handa@m17n.org>
17894         * international/quail.el (quail-lookup-key): New optional arg
17895         NOT-RESET-INDICES.
17896         (quail-get-translations): Call quail-lookup-key with
17897         NOT-RESET-INDICES t.
17898         (quail-completion): Likewise.
17899         (quail-lookup-map-and-concat): Likewise.
17901 2004-04-20  Kenichi Handa  <handa@m17n.org>
17903         * international/quail.el (quail-update-translation): Don't insert
17904         such an unsupported multibyte char in a unibyte buffer.
17906 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
17908         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17909         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17910         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17911         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17912         (gdb-frame-assembler-buffer): Improve behavior with
17913         multiple frames.
17914         (gdb-display-buffer): Extend search to all visible frames.
17916 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
17918         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17919         characters left after base64 decoding.
17920         (rmail-decode-region): Use -dos variety of `coding', to remove any
17921         ^M characters left after qp or base64 decoding.
17923 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17925         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17926         messages.
17928 2004-04-19  Stephen Eglen  <stephen@gnu.org>
17930         * add-log.el (add-change-log-entry): Update doc string to mention
17931         add-log-full-name and add-log-mailing-address.
17933 2004-04-18  Juri Linkov  <juri@jurta.org>
17935         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17936         (Info-find-node-2): Simplify error message.
17937         (Info-insert-dir): Use Info-following-node-name.
17938         (Info-goto-node): Remove *info-history* and *info-toc*.
17939         (Info-history): Create a node of the virtual history file.
17940         (Info-toc): Create a node of the virtual toc file.
17941         (Info-insert-toc): New arg `curr-file' for reference file names.
17942         (info-apropos): Remove redundant var binding for temp-file.
17943         (Info-index, Info-index-next, Info-mode): Doc fix.
17944         (Info-goto-emacs-command-node): Don't jump to *info* from
17945         non-*info* Info buffers.
17946         (Info-fontify-node): Don't show the file name of external
17947         references if `Info-hide-note-references' is `hide'.  Don't hide
17948         newlines at the end of paragraphs.
17950         * international/mule-diag.el (list-input-methods):
17951         Fix args to help-xref-button.
17953         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17954         to put into effect local variables from TUTORIAL files.
17956         * textmodes/paragraphs.el (sentence-end) <function>: New fun
17957         with default value taken from the variable `sentence-end'.
17958         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
17959         Add nil const to :type.
17960         (sentence-end-without-period, sentence-end-double-space)
17961         (sentence-end-without-space): Doc fix.
17963         * textmodes/paragraphs.el (forward-sentence):
17964         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17965         (fill-delete-newlines):
17966         * progmodes/cc-cmds.el (c-beginning-of-statement):
17967         Use function `sentence-end' instead of variable `sentence-end'.
17969 2004-04-18  Andreas Schwab  <schwab@suse.de>
17971         * progmodes/compile.el (compilation-start): Set window start to
17972         point-min if compilation-scroll-output is nil.
17974 2004-04-18  John Wiegley  <johnw@newartisans.com>
17976         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17978 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
17980         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17981         (gdb-info-breakpoints-custom): Revert previous change.
17982         (gdb-view-assembler): Update assembler if necessary.
17983         (gdb-frame-handler): Parse correctly for gdb-current-frame.
17984         (gdb-display-source-buffer): Update properly when both source and
17985         assembler are visible.
17987 2004-04-17  John Wiegley  <johnw@newartisans.com>
17989         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17990         which limits the number of names shown in the minibuffer.  Off by
17991         default.
17992         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
17993         up iswitchb for users with a multitude of open buffers by showing
17994         only the first and last N/2 buffers in the completion list (which
17995         is enough to aid C-s/C-r, and to know that more characters are
17996         needed to refine the completion list).
17998 2004-04-17  Richard M. Stallman  <rms@gnu.org>
18000         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18001         (file-truename): Expand all ~ constructs directly.
18002         (insert-directory): Delete any error msg output by the
18003         `insert-directory-program'.
18005         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18006         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18007         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18008         (allout-init): Use find-file-hook, not find-file-hooks.
18009         (allout-mode): Eliminate Emacs 18 support.
18010         Use write-contents-functions, not local-write-file-hooks.
18012 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
18014         * progmodes/compile.el (compilation-error-properties): Fix for
18015         adding messages when there are already markers for their file.
18016         (compilation-fake-loc): New function.
18018 2004-04-16  Dave Love  <fx@gnu.org>
18020         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18021         (python-load-file): Fix python-orig-start setting.
18023         * progmodes/compile.el: Doc fixes.
18024         (compilation-error-regexp-alist-alist)
18025         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18026         (compilation-assq): Wrap in eval-when-compile.
18027         (compilation-mode-font-lock-keywords): Don't use list*.
18028         (compilation-start): Avoid warning.
18029         (compilation-compat-error-properties)
18030         (compilation-directory-properties): Add keymap property.
18031         (compilation-parsing-end): Make it a marker for better compatibility.
18033         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18035 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
18037         * xml.el: Doc fixes.
18038         (xml-get-children): Only looks at sub-tags and ignore strings.
18040         * xml.el (xml-parse-tag): Avoid overwriting node-name.
18042 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18044         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18046 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
18048         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18050         * vc.el (vc-print-log): Likewise.
18052 2004-04-16  Masatake YAMATO  <jet@gyve.org>
18054         * simple.el (completion-setup-function): Set an initial value
18055         to `element-common-end' before entering loop.  Set a value
18056         to `element-common-end' at the end of loop.
18057         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18058         (completions-common-part): Rename from completion-de-emphasis.
18059         (completions-first-difference): Rename from completion-emphasis.
18060         Suggested by RMS.
18062 2004-04-16  Juanma Barranquero  <lektu@terra.es>
18064         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18065         (bookmark-edit-annotation-mode): Add mode name.
18067 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18069         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18070         for nested conflict markers.
18071         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18073 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
18075         * progmodes/gdb-ui.el (gdb-goto-info): New function.
18077         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18079 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18081         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18082         Give a backtrace if requested.
18084         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18086         * progmodes/python.el (python-mouse-2-command, python-RET-command):
18087         Remove unused functions.
18088         (python-orig-start-line, python-orig-file): Remove.
18089         (python-orig-start): New var.
18090         (python-input-filter, python-compilation-line-number)
18091         (python-send-region, python-load-file): Use it.
18093         * info.el (info): Always jump to *info*.
18095         * subr.el (posn-set-point): New function.
18097         * mouse.el (mouse-set-point): Use it.
18099         * progmodes/compile.el (compile-goto-error): Use it.
18100         (compilation-button-map): New keymap.
18101         (compilation-error-properties): Use it.
18102         (compilation-shell-minor-mode-map): Don't bind mouse-2.
18104         * smerge-mode.el (smerge-popup-context-menu): Use it.
18106         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18107         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18108         mouse and non-mouse case.
18110         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18111         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18113         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18114         Make it work for non-mouse events.
18116         * pcvs-info.el (cvs-status-map): Update binding name.
18118 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
18120         * xml.el (xml-maybe-do-ns): New function to handle namespace
18121         parsing of both attribute and element names.
18122         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18123         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18124         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
18125         (xml-parse-attlist): Make it do its own namespace parsing.
18127 2004-04-14  Dave Love  <fx@gnu.org>
18129         * progmodes/python.el (run-python): Fix use of \n.
18130         (python-load-file): Remove `try' from Python fragment.
18131         (python-describe-symbol): Fix message.
18133         * comint.el: Doc fixes.
18134         (comint-last-input-start, comint-last-input-end)
18135         (comint-last-output-start): Give them values.
18136         (comint-arguments): Avoid warning.
18137         (comint-skip-prompt): Use line-end-position.
18138         (comint-backward-matching-input): Rename arg to agree with doc.
18139         (comint-extract-string): Use syntax-ppss.
18140         (comint-dynamic-simple-complete): Delete useless list construction.
18141         (comint-redirect-subvert-readonly): New.
18142         (comint-redirect-preoutput-filter): Use it.
18144         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18145         Correctly handle negative arguments when calling hook functions.
18147 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
18149         * info.el (info-apropos): Don't clobber Info-history-list.
18151 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
18153         * progmodes/compile.el (compilation-setup):
18154         Localize overlay-arrow-position.
18155         (compilation-sentinel): Restructure code equivalently.
18156         (compilation-next-error): Find message on same line after point if
18157         not found before point.
18158         (compile-mouse-goto-error): Restore function so that compilation
18159         buffer need not be current and use compile-goto-error.
18160         (compile-goto-error): Restore function.
18161         (next-error): Set overlay-arrow-position.
18162         (compilation-forget-errors): Don't localize already local
18163         compilation-locs and remove FIXME about refontifying.
18165 2004-04-14  Kim F. Storm  <storm@cua.dk>
18167         * startup.el (emacs-quick-startup): New defvar (set by -Q).
18168         (command-line): New option -Q.  Like -q --no-site-file, but
18169         in addition it also disables menu-bar, tool-bar, scroll-bars,
18170         tool-tips, and the blinking cursor.
18171         (command-line-1): Skip startup screen if -Q.
18172         (fancy-splash-head): Use ":align-to center" prop to center splash image.
18174         * emulation/cua-base.el (cua-read-only-cursor-color)
18175         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18177 2004-04-13  Dave Love  <fx@gnu.org>
18179         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
18180         (syntax): Don't require.
18181         (python) <defgroup>: Add :version.
18182         (python-quote-syntax): Re-written.
18183         (inferior-python-mode): Move stuff here from run-python and add
18184         some more.
18185         (python-preoutput-continuation, python-preoutput-result)
18186         (python-dotty-syntax-table): New.
18187         (python-describe-symbol): Use them.
18188         (run-python): Move stuff to inferior-python-mode.  Modify code
18189         loaded into Python.
18190         (python-send-region): Use python-proc, python-send-string.
18191         (python-send-string): Send newlines too.  Callers changed.
18192         (python-load-file): Re-written.
18193         (python-eldoc-function): New.
18194         (info-look): Don't require.
18195         (python-after-info-look): New.  A modified version of former
18196         top-level code for use with eval-after-load.
18197         (python-maybe-jython, python-guess-indent): Use widened buffer.
18198         (python-fill-paragraph): Re-written.
18199         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
18200         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
18202 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18204         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18205         Set compilation-error-regexp-alist earlier.
18207         * progmodes/compile.el (compilation-minor-mode-map)
18208         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18209         (compile-goto-error): Re-merge the mouse and non-mouse commands.
18211 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18213         * progmodes/compile.el (compile-goto-error): Select the buffer/window
18214         corresponding to the event.
18216 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
18218         * loadup.el: Add cygwin to system-type list, for unexec() support.
18220 2004-04-12  John Paul Wallington  <jpw@gnu.org>
18222         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18223         (ibuffer-restore-window-config-on-quit): New variable to replace
18224         `ibuffer-delete-window-on-quit'.  Update all references.
18225         (ibuffer-prev-window-config): New variable.
18226         (ibuffer-quit): Restore previous window configuration instead of
18227         deleting window.
18228         (ibuffer): Save window configuration before showing Ibuffer buffer.
18230         * help.el (describe-mode): Doc fix.
18232 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18234         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18235         not to treat nil as a function.
18237         * vc-arch.el (vc-arch-root): Be a bit more careful.
18238         (vc-arch-register): Save the buffer if we modified it.
18239         (vc-arch-delete-rej-if-obsolete): Save excursion.
18240         (vc-arch-find-file-hook): Use the simpler after-save-hook.
18241         (vc-arch-responsible-p, vc-arch-init-version): New functions.
18243         * net/ldap.el (ldap-search): Use list*.
18245 2004-04-12  Juri Linkov  <juri@jurta.org>
18247         * info.el (Info-follow-reference): Allow multiline reference name.
18249 2004-04-11  Dave Love  <fx@gnu.org>
18251         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18253         * progmodes/python.el: New file.
18255 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
18257         * vc-hooks.el (vc-arg-list): Function removed.
18258         (vc-default-workfile-unchanged-p): Use condition-case to check for
18259         backward compatibility.
18261         * vc.el (vc-print-log): Use condition-case to check for backward
18262         compatibility.
18264 2004-04-11  Juri Linkov  <juri@jurta.org>
18266         * dired.el (dired-faces): New defgroup.
18267         (dired-header, dired-mark, dired-marked, dired-flagged)
18268         (dired-warning, dired-directory, dired-symlink, dired-ignored):
18269         New faces.
18270         (dired-header-face, dired-mark-face, dired-marked-face)
18271         (dired-flagged-face, dired-warning-face, dired-directory-face)
18272         (dired-symlink-face, dired-ignored-face): New face variables.
18273         (dired-font-lock-keywords): Use them instead of font-lock faces.
18274         Split the rule for dired marks into 3 separate rules: for marks,
18275         marked file names and flagged file names.
18277         * help-mode.el (help-make-xrefs): Add a final newline to the
18278         *Help* buffer.
18280 2004-04-11  John Paul Wallington  <jpw@gnu.org>
18282         * replace.el (occur-engine): Distinguish between one and several
18283         matches in the matches per buffer heading.
18285 2004-04-11  Kim F. Storm  <storm@cua.dk>
18287         * ido.el (ido-confirm-unique-completion): New defcustom.
18288         (ido-complete): Use it.
18289         (ido-write-file): Set it to t unconditionally.
18291 2004-04-10  Miles Bader  <miles@gnu.org>
18293         RCS keyword removal (only non-comment changes are enumerated here):
18295         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18296         (byte-compile-insert-header): Don't use `byte-compile-version'.
18297         * forms.el (forms-version): Variable removed.
18298         (forms-mode): Don't use `forms-version'.
18299         * recentf.el (recentf-version): Variable removed.
18300         * progmodes/delphi.el (delphi-version): Variable removed.
18301         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18303 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18305         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18307 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
18309         * info.el (info-apropos): Improve menu item regexp.
18311 2004-04-09  Simon Josefsson  <jas@extundo.com>
18313         * mail/smtpmail.el: Add comment, based on report by
18314         kdc@rcn.com (Kevin D. Clark).
18316 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18318         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18319         Redo one more thing that I didn't notice Daniel had undone.
18321 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
18323         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18324         (gdb-goto-breakpoint, gdb-display-buffer)
18325         (gdb-display-source-buffer, gdb-view-source-function)
18326         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18327         (gdb-source-info, gdb-frame-handler): Don't specify a window
18328         for display.
18329         (gdb-info-breakpoints-custom): Remove superfluous update of
18330         assembler buffer.
18331         (gdb-many-windows): Make settable outside gdb.
18333 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
18335         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18336         Derive from fundamental-mode rather than text-mode.
18338 2004-04-08  Juri Linkov  <juri@jurta.org>
18340         * info.el (Info-history): Doc fix.
18341         (Info-history-list): New var.
18342         (info-xref): Change magenta4 to blue, remove bold for dark and
18343         light backgrounds, change bold to underline for non-color classes.
18344         (info-xref-visited): New face.
18345         (Info-fontify-visited-nodes): New custom.
18346         (Info-hide-note-references): Add new value `hide'.  Doc fix.
18347         (Info-reference-name): New var.
18348         (Info-selection-hook): New custom.
18349         (Info-edit-mode-hook): New var.
18350         (Info-find-file): New fun.
18351         (Info-find-node): Move part of code to Info-find-file.
18352         (Info-find-node-2): Add anchors to Info-history-list.  Move point
18353         to the place with the reference name if name is defined.
18354         (Info-select-node): Add current node to Info-history-list.
18355         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18356         (Info-search-whitespace-regexp): New custom.
18357         (Info-search-case-fold): New var.
18358         (Info-search): Add "case-sensitively" to the prompt.
18359         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
18360         (Info-search-case-sensitively, Info-search-next): New fun.
18361         (Info-up): Move point to the menu item of the current node.
18362         (Info-history): New fun.  Add *info-history* to
18363         same-window-buffer-names.
18364         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
18365         (Info-insert-toc): New fun.
18366         (Info-build-toc): New fun.
18367         (Info-follow-reference): Add new arg `fork'.  Doc fix.
18368         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
18369         with the same name prefer the reference closest to point.
18370         (Info-next-reference): Replace * by + in the *Note regexp.
18371         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18372         (Info-prev-reference): Replace * by + in the *Note regexp.
18373         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18374         (Info-follow-nearest-node): Add new arg `fork'.
18375         (Info-try-follow-nearest-node): Add new arg `fork'.
18376         Call browse-url for http:// and ftp:// references.
18377         Set Info-reference-name for index entries.
18378         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18379         Info-search-next, Info-history, Info-toc, clone-buffer.
18380         (Info-menu-update): Replace * by + in the *Note regexp.
18381         (Info-mode): Add documentation for Info-history, Info-toc,
18382         Info-search-case-sensitively, Info-search-next, clone-buffer.
18383         (Info-fontify-menu-headers): Remove fun.  Move code to
18384         Info-fontify-node.
18385         (Info-fontify-node): Add docstring.  Add local vars
18386         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
18387         then fontify header line, titles, menu headers, http and ftp
18388         references, refill paragraphs.  If not-fontified-p is t or
18389         fontify-visited-p is t then fontify cross references, menu items.
18390         Fontify menu headers.  Fontify http and ftp references.
18391         Change regexp for cross references to require whitespace after *Note,
18392         add matching groups for file and node names.  Remove hack for quote.
18393         Use display property for Info-hide-note-references=t.  Use fifth
18394         or fourth match for help-echo.  Display visited nodes in a
18395         different face.  Unhide file names of external references.
18396         Unhide newlines.  Display visited menu items in a different face.
18398 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18400         * progmodes/compile.el: Require CL.
18401         (compilation-mode-font-lock-keywords): Re-install the "line as
18402         function" patch.
18404         * help-fns.el (help-C-source-directory): New var.
18405         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18406         (describe-function-1, describe-variable): Use them.
18408         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18409         to C source files specially.
18411 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
18413         * info.el (Info-hide-cookies-node): New function.
18414         (Info-select-node): Use it.
18415         (Info-display-images-node): Remove message with image file name.
18417 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
18419         * progmodes/compile.el (compilation-warning-face)
18420         (compilation-info-face, compilation-skip-threshold)
18421         (compilation-skip-visited, compilation-context-lines):
18422         Declare :version when added to Emacs.
18423         (compilation-error-regexp-alist-alist): Extend caml and irix.
18424         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18425         (compilation-mode-font-lock-keywords): Temporarily undo line as
18426         function patch, which wasn't ready.
18428 2004-04-07  Kenichi Handa  <handa@m17n.org>
18430         * international/latin1-disp.el (latin1-display-setup): Check each
18431         character is displayable or not instead of calling
18432         latin1-display-check-font.
18434 2004-04-06  Kenichi Handa  <handa@m17n.org>
18436         * language/ethio-util.el (ethio-sera-being-called-by-w3):
18437         New variable.
18438         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18439         instead of sera-being-called-by-w3.
18440         (ethio-fidel-to-sera-buffer): Likewise.
18441         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18442         instead of sera-being-called-by-w3.
18443         (ethio-write-file): Likewise.
18445 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18447         * printing.el: Doc fix.
18449 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
18451         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18452         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18453         (gdb-setup-windows): Only use separate IO buffer if required.
18455 2004-04-06  Kim F. Storm  <storm@cua.dk>
18457         * term.el (term-is-xemacs): Remove.
18458         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18459         (term-window-width): New function.
18460         (term-mode, term-check-size): Use it.
18461         (term-mode): Disable overflow-newline-into-fringe in term buffer.
18463 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18465         * cus-edit.el (custom-add-parent-links): Change unbound variable
18466         `symbol' to `name'.
18468 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
18469         * info.el (info-apropos): New function.
18470         (Info-mode-menu): Add it.
18471         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18473         * help-mode.el (help-make-xrefs): Recognize aliased variable with
18474         inherited docstring.
18476         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18478 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18480         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18482         * progmodes/compile.el (font-lock): Don't require any more.
18483         (compilation-error-properties, compilation-start, compilation-sentinel)
18484         (compilation-filter, next-error): Use with-current-buffer.
18485         (compilation-skip-to-next-location, compilation-skip-threshold)
18486         (compilation-skip-visited): Move to silence the byte-compiler.
18487         (compilation-setup): Simplify.
18488         (compilation-next-error): Use line-(beginning|end)-position.
18489         Make sure `pt' is non-nil before using compilation-loop.
18490         (compile-goto-error): Add optional event arg.  Use it.
18491         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18492         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18493         Update the binding for mouse-2.
18494         (first-error): Set compilation-current-error to nil rather than bob.
18495         (compilation-parsing-end, compilation-parse-errors-function)
18496         (compilation-error-list, compilation-old-error-list):
18497         "New" compatibility variables.
18498         (compile-buffer-substring, compilation-compat-error-properties)
18499         (compilation-compat-parse-errors, compilation-forget-errors):
18500         New compatibility functions.
18501         (compilation-mode-font-lock-keywords): Use them.
18503 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18505         * autorevert.el (auto-revert-handler): If point (or a window
18506         point) is at the end of the buffer, keep it there after
18507         reverting.  This allows to tail a file.
18508         Mention this in the `Commentary'.
18510         * format.el (format-write-file): Add optional argument CONFIRM
18511         and make it behave like the analogous argument to `write-file'.
18513 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18515         * progmodes/ebnf2ps.el: Doc fix.
18516         (ebnf-version): New version number (4.2).
18517         (ebnf-syntax): Customization and docstring fix.
18518         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18519         Put autoloaded funs before first use.
18520         (ebnf-style-database): Add dtd entry.
18521         (ebnf-syntax-alist): Add dtd initialization.
18522         (ebnf-token-sequence): New fun.
18523         (ebnf-comment-table): Add new comment action character.
18524         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18526         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18527         Type Definition for XML).
18529         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18530         * progmodes/ebnf-bnf.el (ebnf-sequence):
18531         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18532         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18533         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18534         Code simplification: call ebnf-token-sequence.
18536 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
18538         * calendar/timeclock.el (timeclock-relative)
18539         (timeclock-get-project-function, timeclock-get-workday-function)
18540         (timeclock-query-out, timeclock-when-to-leave)
18541         (timeclock-when-to-leave-string, timeclock-log-data)
18542         (timeclock-generate-report, timeclock-in): Doc fixes.
18544 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18546         * url/: New dir.  Import the URL package from its repository.
18548 2004-04-03  Andreas Schwab  <schwab@suse.de>
18550         * diff-mode.el (diff-mode): Fix missing quote.
18552 2004-04-03  Juri Linkov  <juri@jurta.org>
18554         * descr-text.el (describe-property-list): Add `font-lock-face'.
18556         * dired.el (dired-font-lock-keywords): Fix permission regexps.
18558 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18560         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18561         Use utf-16le on little endian machines and utf-16be otherwise.
18563 2004-04-02  David Kastrup  <dak@gnu.org>
18565         * net/browse-url.el (browse-url-generic): Use call-process
18566         instead of start-process to allow browsers that fork and detach.
18568 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
18570         * compile.el (compilation-current-error): New var.
18571         (compilation-setup, compile-mouse-goto-error)
18572         (compile-goto-error, next-error): Use it.
18573         (compilation-skip-to-next-location): Default to t, which gives
18574         contiguous skipping like old compile (where this was redundant).
18575         (compilation-next-error): Prevent previous-* commands from moving
18576         back to message at or just before point.
18578 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
18580         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18581         (gdb-source-info): Don't display source at startup, if required.
18582         (gdb-show-main): New option.
18583         (gdba): Update documentation.
18584         (gdb-source): Cover case of auto-display output.
18586 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18588         * autorevert.el: Delete obsolete autoloads and defvars.
18589         (auto-revert-check-vc-info): New user option.
18590         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18591         (auto-revert-handler-vc): Delete.
18592         (auto-revert-handler): Treat return value `fast' of
18593         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
18595         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18596         return `fast'.
18598         * files.el (buffer-stale-function): Doc change.
18600 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18602         * printing.el: New tip on Tips section.
18603         (pr-version): New version number (6.7.4).
18604         (pr-shell-file-name): Initialization fix.
18606 2004-03-31  Juri Linkov  <juri@jurta.org>
18608         * dired.el: Add autoload for `dired-do-touch'.
18609         (dired-touch-program): New var.
18610         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18611         (dired-no-confirm): Add `touch' to docstring.
18613         * dired-aux.el (dired-do-touch): New fun.
18614         (dired-do-chxxx): Add argument -t for touch operation.
18616         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18617         `dired-move-to-filename-regexp'.
18619 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
18621         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18623 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18625         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18626         and only if the buffer was modified.
18628 2004-03-30  Kenichi Handa  <handa@m17n.org>
18630         * international/characters.el: Delete pairs for U+2308..U+230B.
18632 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
18634         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18635         to detect the beginning of a level 2 or 3 annotation.
18637 2004-03-29  Kenichi Handa  <handa@m17n.org>
18639         * international/ucs-tables.el (ucs-insert): Fix the error message.
18641 2004-03-29  Kenichi Handa  <handa@m17n.org>
18643         * international/mule-util.el (char-displayable-p): Fix generation
18644         of XLFD file name.
18646         * Makefile.in (setwins, setwins_almost): Change directory to $wd
18647         before finding directories by `find'.
18649 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18651         * subr.el (interactive-form): Delete.  Now implemented in C.
18653         * pcvs.el (cvs-parse-process): Workaround for Darwin.
18655         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18656         (vc-diff-label): New fun.
18657         (vc-diff-internal): Use it.
18659         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18661 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18663         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18665         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18666         specify XML (EBNFX).
18668         * progmodes/ebnf2ps.el: Doc fix.
18669         (ebnf-version): New version number (4.1).
18670         (ebnf-syntax): Adjust customization.
18671         (ebnf-style-database): Add ebnfx entry.
18672         (ebnf-syntax-alist): Add ebnfx initialization.
18673         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18675         * printing.el: Doc fix.
18676         (pr-version): New version number (6.7.3).
18677         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18678         returns nil for mouse position.  Reported by Drew Adams
18679         <drew.adams@oracle.com>.
18680         (pr-update-menus): Modify interactive declaration.  Reported by Drew
18681         Adams <drew.adams@oracle.com>.
18683 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
18685         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18686         (gud-gdba-marker-filter): Log the process input and output, if
18687         required.  From Stefan Monnier.
18688         (gdb-debug-log, gdb-enable-debug-log): New variables.
18689         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18691 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18693         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18694         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18696 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
18698         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18699         Call vc-find-file-hook here instead of in auto-revert-buffers.
18700         (auto-revert-buffers): Delete call to vc-find-file-hook.
18701         (auto-revert-verbose, global-auto-revert-non-file-buffers)
18702         (global-auto-revert-mode, auto-revert-set-timer)
18703         (auto-revert-handler, auto-revert-buffers): Doc fixes.
18705 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18707         * woman.el (woman-change-fonts): Rename local variable
18708         woman-font-alist to font-alist to avoid a compiler warning.
18710 2004-03-27  Dave Love  <fx@gnu.org>
18712         * emacs-lisp/rx.el (rx): Doc fix.
18713         Fix copyright years.
18715         * strokes.el (strokes-global-set-stroke-string): New function.
18716         (strokes-list-strokes): Cope with strings, not just commands.
18717         Set foreground color of image.
18718         (strokes-global-set-stroke): Doc fix.
18720 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18722         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18723         Auto Revert mode.
18724         (Buffer-menu-files-only): New variable.
18725         (Buffer-menu-toggle-files-only): New function.
18726         (Buffer-menu-mode-map): Bind it to `T'.
18727         (Buffer-menu-mode): Mention `T' in docstring.
18728         Set buffer-stale-function.
18729         (list-buffers-noselect): Mark buffer non-modified and set
18730         Buffer-menu-files-only.
18732         * dired.el (buffer-stale-function): Remove no longer needed defvar.
18734         * autorevert.el (auto-revert-handler): Print revert message
18735         before, rather than after, reverting.
18736         (buffer-stale-function): Move to files.el.
18738         * files.el (buffer-stale-function): Move here from autorevert.el.
18740 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18742         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18744         * calc/calc.el (calc-mode-map): Use mapc.
18746         * apropos.el (apropos-mode): Don't autoload.
18747         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
18748         (apropos): Use it.
18749         (apropos-print): Add optional `text' argument.
18750         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18751         Don't assume point-min == 1.
18753         * bs.el (bs-buffer-list): Use buffer-local-value.
18754         (bs--set-toggle-to-show): Use with-current-buffer.
18756         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18757         New funs.
18758         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
18760         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18762         * dabbrev.el (dabbrev-expand): Fix regexp construction.
18763         (dabbrev--find-expansion): Use pop.
18764         (dabbrev--search): Use match-string-no-properties.
18766         * dired.el (dired-mode): Use run-mode-hooks.
18767         (dired-move-to-end-of-filename): Use match-string.
18769         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18770         is bound before using it.
18771         (ediff-verbose-p): Make it into a var since it's not constant.
18773         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18775         * faces.el (read-face-font): Don't cons up unnecessarily.
18776         (header-line, tool-bar): Share common parts.
18778         * files.el (file-relative-name): Use compare-strings.
18780         * finder.el (finder-mode): Follow coding convention.
18782         * subr.el (read-number): New function.
18784         * ses.el (ses-read-number): Move to subr.el.
18785         (ses-set-header-row): Use read-number.
18787 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
18789         * vc-hooks.el (vc-arg-list): New function, which handles both
18790         compiled and uncompiled code.
18791         (vc-default-workfile-unchanged-p): Use it.
18793         * vc.el (vc-print-log): Undo prev change, use new function
18794         vc-arg-list from vc-hooks.el.
18796 2004-03-26  Masatake YAMATO  <jet@gyve.org>
18798         * simple.el (completion-setup-function): Emphasize the
18799         first uncommon characters in the completions; and de-emphasize
18800         the common prefix substrings.
18801         (completion-emphasis): New face.
18802         (completion-de-emphasis): New face.
18804 2004-03-25  Juanma Barranquero  <lektu@terra.es>
18806         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18807         Comment out (it's unused and unfinished code).
18809 2004-03-25  Sam Steingold  <sds@gnu.org>
18811         * vc.el (vc-print-log): Fix a bug in the last patch:
18812         backend-function may be a byte-compiled object, not a lambda.
18814 2004-03-25  Juri Linkov  <juri@jurta.org>
18816         * descr-text.el (describe-property-list): Add a button
18817         for `face' property that calls `describe-face'.
18818         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18820         * international/mule.el (keyboard-coding-system):
18821         * kmacro.el (kmacro-call-macro): Fix docstring.
18823         * dired.el: Fix comments.
18825         * textmodes/fill.el (fill): Fix Info link.
18827         * font-lock.el (fast-lock, lazy-lock):
18828         * jit-lock.el (jit-lock): Remove links to removed Support Modes
18829         Info node.
18831         * eshell/eshell.el (eshell): Fix broken info-link.
18833         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18834         * eshell/em-banner.el (eshell-banner):
18835         * eshell/em-smart.el (eshell-smart):
18836         * eshell/esh-cmd.el (eshell-cmd):
18837         Comment out broken info-links to incomplete Info manual.
18839         * info-xref.el: Fix commentary.
18841 2004-03-25  Kevin Ryde  <user42@zip.com.au>
18843         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18844         Remove spurious node duplicate suppression, doesn't work, not wanted.
18845         (info-xref-output): Take format style args, add "sit-for 0" to let
18846         user see the results as they progress.
18847         (info-xref-check-all-custom): New function.
18849 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
18851         * gdb-ui.el: Moved to progmodes.
18853 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18855         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18857 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18859         * calendar/appt.el (appt-check): Remove superfluous progn.
18860         When finished with diary buffer: if it was not being displayed
18861         before, kill it; otherwise restore its original state.
18862         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18864         * calendar/calendar.el (calendar-set-mode-line): Use total
18865         available mode-line width, rather than frame-width.
18867         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18868         after mode change so effect not lost.
18870 2004-03-23  Dave Love  <fx@gnu.org>
18872         * dired.el (dired) <defgroup>: Add link to manual.
18873         (dired-font-lock-keywords): Add highlighting on unusual permissions.
18874         (dired-revert): Use dolist.
18875         (dired-mode-map): Add U binding.
18876         (dired-mode): Add font-lock-beginning-of-syntax-function.
18877         (dired-garbage-files-regexp): Make it a defcustom.
18879 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18881         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18882         is equivalent to nil.
18883         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18884         (vc-arch-mode-line-string): Accept `added' state.
18885         (vc-arch-state): Use inode-sigs if available.
18886         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18887         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
18888         (vc-arch-tagline-re): New var.
18889         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18890         New functions.
18891         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18892         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18894         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18895         (vc-file-not-found-hook): Use it.
18897         * diff-mode.el (diff-default-read-only): Change default.
18898         (diff-mode-hook): Make it a defcustom.  Add some options.
18899         (diff-mode-map): Bind diff-refine-hook.
18900         (diff-yank-handler): New var.
18901         (diff-yank-function): New fun.
18902         (diff-font-lock-keywords): Use them.
18903         (diff-end-of-file): Handle case where file-header looks like diff text.
18904         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18905         (diff-file-kill): Delete a subsequent empty line, if applicable.
18906         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18907         (diff-find-file-name): Use it.
18908         (diff-tell-file-name): New command.
18909         (diff-mode): Be careful with view-mode.
18910         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18911         New functions, for use in diff-mode-hook.
18912         (diff-find-source-location): Catch "regex too large" errors.
18913         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18914         (diff-refine-hunk): New command.
18916         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18917         (smerge-context-menu-map): Remove unused var.
18918         (smerge-keep-all): Preserve markers.
18919         (smerge-keep-n): New fun.
18920         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18921         (smerge-keep-current, smerge-ediff): Use it.
18922         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
18923         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18924         (smerge-resolve): Resolve trivial 3-part conflicts.
18926 2004-03-23  Juri Linkov  <juri@jurta.org>
18928         * man.el (Man-width): New var.
18929         (Man-getpage-in-background): Use it.
18930         (Man-support-local-filenames): New var and fun.
18931         (Man-build-man-command): Don't add a second %s.
18932         (Man-fontify-manpage): Clean up message.
18933         (Man-mode): Set outline-regexp, outline-level,
18934         imenu-generic-expression.
18936         * woman.el (woman-fill-frame): Doc fix.
18937         (woman-decode-region): Use window-width instead of frame-width.
18939         * abbrevlist.el (list-one-abbrev-table):
18940         * descr-text.el (describe-char):
18941         * international/mule-diag.el (describe-current-coding-system):
18942         * international/quail.el (quail-insert-decode-map):
18943         Use window-width instead of frame-width.
18945         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18946         (jka-compr-mode-alist-additions): Add tbz.
18947         (jka-compr-write-region, jka-compr-insert-file-contents):
18948         Add message for undefined compress-program.
18949         (jka-compr-write-region): Remove redundant var bindings.
18951         * dired-x.el (dired-guess-shell-alist-default): Add choices for
18952         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
18953         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18954         (dired-man): Use dired-guess-shell-command.
18955         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18956         Change default nil to t.
18958         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18959         (dired-compare-directories): Add default value for empty input.
18961         * help-at-pt.el: Move suggestions for key bindings to Commentary.
18963         * time.el (display-time-string-forms): Fix help-echo date format.
18965 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
18967         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18968         (buffer-stale-function): New variable.
18969         (auto-revert-list-diff, auto-revert-dired-file-list)
18970         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18971         (auto-revert-handler): Take over some functionality of deleted
18972         functions.
18973         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18975         * dired.el (dired-directory-changed-p): New fun, extracted from
18976         dired-internal-noselect.
18977         (dired-buffer-stale-p): New fun.
18978         (dired-internal-noselect): Use dired-directory-changed-p.
18979         Eliminate revert messages.
18980         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18982 2004-03-23  Kenichi Handa  <handa@m17n.org>
18984         * international/characters.el: Setup syntaxes for more parentheses
18985         Unicode characters.
18987         * international/mule-cmds.el (select-safe-coding-system):
18988         Merge coding-system and auto-cs before comparing them.
18990 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18992         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18994         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18995         normal-auto-fill-function and comment-indent-function.
18996         The default values now work just as well.
18997         Don't set font-lock-beginning-of-syntax-function since we already set
18998         syntax-begin-function.
18999         (lisp-outline-level): Put ;;;###autoload at same level as (.
19000         (prin1-char): Quote special chars.
19002         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19003         than with-no-warnings.
19005         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19006         if the source location can't be found.
19007         (edebug-compute-previous-result): Use prin1-char.
19009         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19010         (debug-ignored-errors): Add an entry.
19012         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19013         (byte-compile-file): Output warning when deleting a file.
19015         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19016         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19018         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19019         (byte-compile-inline-expand): Use backquote.
19020         (byte-optimize-pure-func): Rename from byte-optimize-concat.
19021         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19023         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19025         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19027 2004-03-22  Juri Linkov  <juri@jurta.org>
19029         * finder.el (finder-known-keywords): Fix data, tex, unix.
19031         * play/landmark.el: Fix keywords.
19033         * language/ethio-util.el (ethio-find-file): Doc fix.
19035         * emacs-lisp/warnings.el: Doc fix.
19037         * textmodes/ispell.el (ispell-help): Doc fix.
19039 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
19041         * format.el (format-insert-file): Always return a list of two
19042         elements, like insert-file-contents does.
19044 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
19046         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19047         and vc-BACKEND-diff.
19048         (vc-print-log): If the print-log implementation supports it, use
19049         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19050         (vc-version-diff, vc-diff-internal): Doc fixes.
19052         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19053         implementation supports it, let diff output go to *vc*,
19054         not *vc-diff*, since this is an internal call.
19056         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19058         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19060         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19062 2004-03-21  Dave Love  <fx@gnu.org>
19064         * progmodes/cfengine.el (cfengine-mode):
19065         Set parse-sexp-ignore-comments.
19067         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19069 2004-03-21  Juanma Barranquero  <lektu@terra.es>
19071         * allout.el (allout-mode): Fix docstring.
19073 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
19075         * files.el (insert-directory): Fix bug if SWITCHES is a list.
19077         * autorevert.el (auto-revert-interval): Make new value take
19078         effect immediately when set through Custom.
19079         (auto-revert-set-timer): Add interactive declaration.
19081 2004-03-19  David Ponce  <david@dponce.com>
19083         * ruler-mode.el (ruler-mode-header-line-format-old):
19084         Don't `make-variable-buffer-local'.
19085         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19086         (ruler-mode-header-line-format): Simply funcall the above.
19087         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19088         to save/restore a previous header line format.
19089         (ruler-mode-space): Don't depend on a numeric WIDTH value.
19090         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19091         fringes and margins width.
19092         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19094 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19096         * log-edit.el (log-edit-font-lock-keywords): Typo.
19098         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19099         (tex-send-tex-command): Rather than here.
19100         (tex-compilation-parse-errors): Simplify.
19102         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19104         * time.el (display-time-string-forms): Add help-echo with date on time.
19106         * composite.el (compose-region): Use restore-buffer-modified-p.
19108         * disp-table.el (standard-display-8bit): Simplify.
19110         * server.el (server-process-filter): Delete temp frame.
19112         * add-log.el (add-change-log-entry): Simplify.
19114 2004-03-19  Kim F. Storm  <storm@cua.dk>
19116         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19117         (hexl-follow-line): Don't require 'fringe.
19119         * progmodes/compile.el (compilation-start): Always set
19120         compilation-last-buffer and return it.
19122 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
19124         * simple.el (clone-buffer): Doc fix.
19126 2004-03-18  Juanma Barranquero  <lektu@terra.es>
19128         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19130 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19132         * log-edit.el (log-edit-font-lock-keywords): New var.
19133         (log-edit-mode): Use it.
19135 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
19137         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19138         properly for watching in speedbar.
19140 2004-03-17  Masatake YAMATO  <jet@gyve.org>
19142         * smerge-mode.el (smerge-popup-context-menu):
19143         Put `unwind-protect' around `overlay-put' and `popup-menu'.
19145 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19147         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19148         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19149         Take sealed revisions into account.
19150         (vc-arch-checkin): Extract a summary line from the message.
19152 2004-03-16  Masatake YAMATO  <jet@gyve.org>
19154         * register.el (register): Provide `register' feature.
19156 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19158         Added context menu support in smerge mode.
19159         Most of the part is written by Stefan Monnier.
19161         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19162         New keymap and menu.
19163         (smerge-text-properties): New function.
19164         (smerge-remove-props): New function.
19165         (smerge-popup-context-menu): New function.
19166         (smerge-resolve): Call `smerge-remove-props'.
19167         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19168         (smerge-keep-current): Ditto.
19169         (smerge-kill-current): New function.
19170         (smerge-match-conflict): Put text properties.
19171         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19173 2004-03-15  David Ponce  <david@dponce.com>
19175         * ruler-mode.el (ruler-mode-left-fringe-cols)
19176         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19177         (ruler-mode-right-scroll-bar-cols): Remove.
19178         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19179         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19180         Use fringe-columns and scroll-bar-columns.
19182 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19184         * hl-line.el (hl-line-range-function): New variable.
19185         (hl-line-move): New function.
19186         (global-hl-line-highlight): Use `hl-line-move'.
19187         (hl-line-highlight): Ditto.
19189         * scroll-bar.el (scroll-bar-columns):
19190         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19192         * ruler-mode.el (top-level): Require scroll-bar and fringe.
19193         (ruler-mode-left-fringe-cols)
19194         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19195         (ruler-mode-right-scroll-bar-cols)
19196         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19197         (ruler-mode-ruler-function): New variable.
19198         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19199         if the value for `ruler-mode-ruler-function' is given.
19201         * hexl.el (hexl-mode-hook): Make the hook customizable.
19202         (hexl-address-area, hexl-ascii-area): New customize variables.
19203         (hexlify-buffer): Put font-lock-faces on the address area and
19204         the ascii area.
19205         (hexl-activate-ruler): New function.
19206         (hexl-follow-line): New function.
19207         (hexl-highlight-line-range): New function.
19208         (hexl-mode-ruler): New function.
19210 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19212         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
19213         (vc-default-find-file-hook): New fun.
19214         (vc-find-file-hook): Call new find-file-hook operation.
19216         * vc-arch.el: New file.
19218 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
19220         * info-look.el (info-lookup): Reuse an existing Info window.
19222 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19224         * woman.el (woman-preserve-ascii): Default value changed to t and
19225         doc string revised.
19227 2004-03-12  Richard M. Stallman  <rms@gnu.org>
19229         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19230         Fix minor bug.
19232         * replace.el (occur-engine): Change message for count of matches.
19234         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19235         For strings, do compare text properties.
19237 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
19239         * progmodes/compile.el (compile-auto-highlight)
19240         (compilation-error-list, compilation-old-error-list)
19241         (compilation-parse-errors-function, compilation-parsing-end)
19242         (compilation-error-message, compilation-directory-stack)
19243         (compilation-enter-directory-regexp-alist)
19244         (compilation-leave-directory-regexp-alist)
19245         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19246         (compilation-current-file, compilation-regexps): Remove vars.
19248         (compile-error-at-point, compilation-error-filedata)
19249         (compilation-error-filedata-file-name, compile-reinitialize-errors)
19250         (compilation-next-error-locus, compilation-forget-errors)
19251         (count-regexp-groupings, compilation-parse-errors)
19252         (compile-collect-regexps, compile-buffer-substring): Remove funs.
19254         (compile-internal): Make obsolete.
19256         (compilation-first-column, compilation-error)
19257         (compilation-directory-matcher, compilation-page-delimiter)
19258         (compilation-mode-font-lock-keywords, compilation-debug)
19259         (compilation-error-face, compilation-warning-face)
19260         (compilation-info-face, compilation-line-face)
19261         (compilation-column-face, compilation-enter-directory-face)
19262         (compilation-leave-directory-face, compilation-skip-threshold)
19263         (compilation-skip-visited, compilation-context-lines): New vars.
19265         (compilation-warning-face, compilation-info-face)
19266         (compilation-message-face): New faces.
19268         (compilation-error-regexp-alist-alist): New constant.
19270         (compilation-face, compilation-directory-properties)
19271         (compilation-assq, compilation-error-properties, compilation-start)
19272         (define-compilation-mode, compilation-loop)
19273         (compilation-set-window): New functions.
19275         (compile): Additional argument for interactive compiles like TeX.
19277         * progmodes/grep.el (kill-grep): Move here from compile.el
19278         (grep-error, grep-hit-face, grep-error-face)
19279         (grep-mode-font-lock-keywords): New variables.
19280         (grep-regexp-alist): Simplify regexp and add `binary' case.
19281         (grep-mode): New mode.
19282         (grep-process-setup): Simplify.
19284 2004-03-11  Jason Rumney  <jasonr@gnu.org>
19286         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19287         letters on DOS/Windows.
19289 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19291         * server.el (server-name): New var.
19292         (server-socket-dir): New var to replace server-socket-name.
19293         (server-start): Use them.
19295 2004-03-11  Simon Josefsson  <jas@extundo.com>
19297         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19298         died to avoid infloop.  Reported by Jonathan Glauner
19299         <jglauner@sbum.org>.
19301 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19303         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19304         (smerge-mode-menu): Use it to deactivate menu entries.
19305         (smerge-keep-current): New fun.
19306         (smerge-keep-current): Use it.
19308 2004-03-10  John Paul Wallington  <jpw@gnu.org>
19310         * foldout.el (foldout-fold-list, foldout-modeline-string):
19311         Declare them as variables, not constants.
19313 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19315         * ps-print.el: Modification to print *Messages* buffer.
19316         (ps-print-version): New version 6.6.4.
19317         (ps-message-log-max): New fun.
19318         (ps-spool-without-faces, ps-spool-with-faces)
19319         (ps-count-lines-preprint): Code fix.
19321         * printing.el: New tips in Tips section.
19323 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19325         * delim-col.el: Doc fix.
19327         * printing.el: Doc fix.  New doc section (Tips).
19329 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19331         * type-break.el (type-break-emacs-variant): Remove.
19332         (type-break-run-at-time, type-break-cancel-function-timers):
19333         Use fboundp rather than version name and number.
19335 2004-03-09  Masatake YAMATO  <jet@gyve.org>
19337         * hexl.el (hexl-mode): Use `make-local-variable' instead of
19338         `make-variable-buffer-local'.
19340 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
19342         * find-dired.el (find-dired): Call `shell-command' instead of
19343         `start-process-shell-command'.  By this, Tramp takes over
19344         handling of remote directories.
19346 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19348         * newcomment.el (comment-use-global-state): New var.
19349         (comment-search-forward): Use it.
19351         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19353         * cus-edit.el (fill) <defgroup>: Move to fill.el.
19355         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19356         (enable-kinsoku): Make it a defcustom.
19357         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19358         paragraph to same-comment-start-marker.
19360 2004-03-07  Dave Love  <fx@gnu.org>
19362         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19363         (browse-url-mail): Use it.
19365         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19366         (rfc2368-unhexify-string): Use replace-regexp-in-string.
19368 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19370         * woman.el (woman-man.conf-path): Doc fix.
19371         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19373 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
19375         * sort.el (sort-columns): Remove ms-dos from the list of systems
19376         where the external `sort' command is not used.
19378 2004-03-07  Kim F. Storm  <storm@cua.dk>
19380         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19381         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19382         from overlay-arrow-variable-list.
19383         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19385 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
19387         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19388         overlay arrow string properly for the assembler buffer.
19390 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19392         * mail/sendmail.el (mail-mode): Fix last change.
19394 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
19396         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19397         for the assembler buffer.
19398         (gdb-assembler-custom): Position the overlay arrow.
19399         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19401 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19403         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19405         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19406         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19408         * mail/sendmail.el (mail-mode): Set comment-start-skip.
19410         * newcomment.el (uncomment-region): Allow non-terminated comment.
19411         (comment-normalize-vars): Check the user-specified comstart marker.
19413 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19415         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19416         Otherwise, do use it if the region only contains font-lock text
19417         properties.
19419 2004-03-04  Masatake YAMATO  <jet@gyve.org>
19421         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19422         as the callback function for eldoc.
19423         (hexl-print-current-point-info): New function.
19424         (hexl-current-address): Print the address in both decimal
19425         and hexadecimal format.
19427 2004-03-04  Richard M. Stallman  <rms@gnu.org>
19429         * mail/rmail.el (rmail-convert-to-babyl-format):
19430         Specify t for UNIBYTE when calling mail-unquote-printable-region.
19432         * mail/mail-utils.el (mail-unquote-printable-region):
19433         New arg UNIBYTE.
19435         * startup.el (command-switch-alist): Doc fix.
19437         * simple.el (undo): Temporarily set this-command to `undo-start',
19438         then set it to `undo' once undo-start returns without error.
19440         * simple.el (minibuffer-history-sexp-flag): Doc fix.
19442         * simple.el (kill-line): Don't disregard trailing whitespace
19443         in eol condition, if show-trailing-whitespace is set.
19445         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19446         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19447         When disabling, restore old values only if mouse-sel-has-been-enabled.
19449         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19450         (isearch-{-char): New function.
19451         (isearch-mode-map): Bind { to isearch-{-char.
19453         * font-lock.el (lisp-font-lock-keywords-2):
19454         Turn off the CL with-... and do-... general patterns.
19455         Instead, recognize several specific with... and do... constructs.
19457         * files.el (switch-to-buffer-other-window):
19458         Bind same-window-buffer-names and same-window-regexps to nil.
19459         (switch-to-buffer-other-frame): Likewise.
19461 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19463         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19464         recognizing leading comment on code line.
19466 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19468         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19469         hidden files/directories.
19471 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19473         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19474         only comment-start (in case the mode hasn't set it).
19476         * Makefile.in (AUTOGENEL): New var.
19477         (bootstrap-prepare): Rename from bootstrap-clean.
19478         Don't remove elc files.
19479         (maintainer-clean): New target.
19481         * xml.el (xml-get-attribute-or-nil): Simplify.
19483 2004-03-02  Juri Linkov  <juri@jurta.org>
19485         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19486         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19487         URL to prevent their substitution with the environment variable
19488         values by browsers.
19490 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19492         * ps-print.el: Doc fix.
19493         (ps-print-version): New version number (6.6.3).
19494         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19495         Docstring fix.
19496         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19497         before printing.
19498         (ps-time-stamp-yyyy-mm-dd): New fun.
19499         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19501 2004-03-02  Kim F. Storm  <storm@cua.dk>
19503         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19505 2004-03-01  Juanma Barranquero  <lektu@terra.es>
19507         * allout.el (allout-rebullet-heading): Fix typo in docstring.
19509         * desktop.el (desktop-file-version)
19510         (desktop-after-read-hook): Fix typos.
19511         (desktop-clear-preserve-buffers): Remove redundant info in
19512         docstring already shown by the obsolescence message.
19513         (desktop-truncate, desktop-internal-v2s)
19514         (desktop-value-to-string): Change argument name to match docstring.
19516         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19518         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19519         docstring.
19521 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19523         * printing.el: Replace "As Is..." in PostScript file print/preview by
19524         "No Preprocessing...".  Suggested by Colin Marquardt
19525         <_marquardt_@zmd.de>.
19526         (pr-insert-section-4): Adjust buffer interface.
19528 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
19530         Version 2.0.39 of Tramp released.
19532         * net/tramp.el (tramp-handle-file-local-copy)
19533         (tramp-handle-write-region, tramp-open-connection-rsh):
19534         Variable name typo.  Small change.  From Patrick Tullmann
19535         <tullmann@flux.utah.edu>.
19536         (tramp-process-connection-type): New variable.
19537         (tramp-maybe-open-connection): Use it.
19538         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19539         (tramp-touch): Set last-modified time of a remote file.
19540         (tramp-handle-write-region): Say which function is used when encoding.
19542 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
19544         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19545         case of non-existing filename, too.  Reported by Christoph Bauer
19546         <c_bauer@informatik.uni-kl.de>.
19547         (tramp-smb-get-file-entries): The directory in question should
19548         have permissions "drwxrwxrwx".  Just virtual, because we don't
19549         know the real permissions.  Don't we know?
19550         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19551         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19552         (tramp-smb-wait-for-output): Optimize algorithm getting pending
19553         output.  If it was received chunkwise, there have been problems.
19554         Remove the "prompt not found" error message; it is obvious.
19555         Simplify algorithm.
19556         (tramp-smb-process-running): Remove.  Since we acknowledge the
19557         virtual prompt for shares, there's no need for distinction of
19558         reading shares (process ends afterwards) and interactive mode of
19559         smblient.
19560         (tramp-smb-open-connection): Setting process sentinel removed.
19561         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19562         "NT_STATUS_NETWORK_ACCESS_DENIED".
19563         (tramp-smb-maybe-open-connection): Set `process-connection-type'
19564         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19565         (top-level): Setting default value in `tramp-default-method-alist'
19566         corrected.  Order of USER and HOST have been wrong.
19567         Nobody complained for months ...
19568         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19569         (tramp-smb-open-connection): Clear password cache if login has failed.
19571         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19572         `tramp-unified-filenames'.
19573         (tramp-completion-mode): Make test for XEmacs explicitly.
19574         `event-to-character' can exists in Emacs packages too.
19575         Reported by Matt Swift <swift@alum.mit.edu>.
19576         (tramp-buffer-name): Buffer name must contain the user if exists.
19577         Reported by Adrian Phillips <a.phillips@met.no>.
19578         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19579         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19580         (tramp-do-copy-or-rename-file-out-of-band): Rename from
19581         `tramp-do-copy-or-rename-file-one-local', because it handles also
19582         the case both files use the same out-of-band method.
19583         Implementation added.
19584         (tramp-handle-file-local-copy, tramp-handle-write-region):
19585         Out-of-band handling removed.  `copy-file' called instead, which
19586         calls `tramp-do-copy-or-rename-file-out-of-band'.
19587         (tramp-action-password): Check for out-of-band method removed.
19588         This function is used for 'login-program.
19589         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19590         appropriate.
19591         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19592         and `tramp-parse-sknownhosts'.
19593         (tramp-completion-function-alist): It's a defvar now, because we
19594         want to apply the optimized `tramp-set-completion-function'
19595         instead of a static list.
19596         (tramp-set-completion-function): Implementation tuned.
19597         Avoid double entries, and entries where the function or the
19598         file/directory doesn't exist.
19599         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19600         for SSH2.
19601         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19602         (tramp-handle-dired-compress-file): New function.
19603         (tramp-async-proc): New variable.
19604         (tramp-handle-shell-command): Adding asynchronous processes.
19605         They are far from being perfect, but it works at least for
19606         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19607         (top-level): Require password.el if visible.  Should be mandatory
19608         once No Gnus has found its way into (X)Emacs.
19609         (tramp-read-passwd): Invoke `password-read' if available,
19610         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
19611         fallback any longer.
19612         (tramp-clear-passwd): New function.
19613         (tramp-process-actions, tramp-process-multi-actions):
19614         Clear password cache if login has failed.
19616         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
19617         its own module.
19618         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19619         `ange-ftp-ftp-name-res'.  There could be incorrect values from
19620         previous calls in case the "ftp" method is used in the Tramp file
19621         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19623 2004-02-28  Richard M. Stallman  <rms@gnu.org>
19625         * term.el (term-mouse-paste): Call mouse-set-point.
19627         * thumbs.el: New file.
19629 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19631         * progmodes/ebnf-abn.el: Doc fix.
19633         * progmodes/ebnf-bnf.el: Doc fix.
19634         (ebnf-repeat): Code fix.
19636         * progmodes/ebnf2ps.el: Doc fix.
19637         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19639 2004-02-28  Juri Linkov  <juri@jurta.org>
19641         * ffap.el (dired-at-point): Additional writability test for
19642         relative directory names.
19643         (dired-at-point-prompter): Treat directories as a directory, get
19644         the directory component from files.
19645         (ffap-string-at-point): Return string from region if region is active.
19646         (ffap-file-at-point): Remove redundant code.
19648 2004-02-28  Kim F. Storm  <storm@cua.dk>
19650         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19651         Initialize margin area images to nil.
19652         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19653         (breakpoint-enabled-bitmap-face)
19654         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19655         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19656         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19657         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19658         (gdb-reset): Use gdb-remove-breakpoint-icons.
19659         (gdb-put-string): Add dprop arg to specify alternative display
19660         property (for setting fringe bitmap).
19661         (gdb-remove-strings): Doc fix.
19662         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19663         icon in fringe (if available), or else as icon or text in display
19664         margin.  Creates necessary icons in breakpoint-bitmap,
19665         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19666         Also make left window margin if required.
19667         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19668         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
19669         no longer needed.
19670         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19671         gdb-put-breakpoint-icon.
19672         (gdb-assembler-mode): Don't set left-margin-width here.
19674 2004-02-27  Kevin Ryde  <user42@zip.com.au>
19676         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19677         comma, so that it DTRT in macros.
19679 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19681         * progmodes/sh-script.el (sh-shell-arg)
19682         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19683         (sh-leading-keywords, sh-other-keywords): Fix custom type.
19685 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
19687         * faces.el (face-spec-set-match-display): Add a new attribute,
19688         `min-colors'.
19689         (region, highlight, secondary-selection): Use `min-colors'.
19691         * custom.el (defface): Add documentation for `min-colors'.
19693         * font-lock.el (font-lock-comment-face, font-lock-string-face)
19694         (font-lock-keyword-face, font-lock-function-name-face)
19695         (font-lock-variable-name-face, font-lock-constant-face):
19696         Use `min-colors'.
19698         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19700 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19702         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
19703         define assq-delete-all if it's not defined.
19704         (ebnf-generate-region): Code fix.
19706         * printing.el: Doc fix.
19707         (pr-version): New version number (6.7.2).
19708         (pr-command): Return empty string if command is an empty string.
19710 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19712         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19714         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
19715         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19716         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
19717         "tt" ["test"] ).  Reported by Markus Dreyer
19718         <mdreyer@ix.urz.uni-heidelberg.de>.
19719         (ebnf-version): New version number (4.0).
19720         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19721         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19722         (ebnf-delete-style): New commands.
19723         (ebnf-directory, ebnf-file): New funs.
19724         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19725         (ebnf-production-name-p, ebnf-stop-on-error): New options.
19726         (ebnf-syntax-alist): New var.
19727         (ebnf-element-width): New fun replacing ebnf-list-width.
19728         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19729         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19730         (ebnf-prologue): Adjust vars.
19731         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19732         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19733         (ebnf-check-style-values, ebnf-generate-production)
19734         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19735         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19736         (ebnf-token-repeat): Code fix.
19738         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
19739         %right, %left and %prec.  Suggested by Matthew K. Junker
19740         <junker@alum.mit.edu>.
19741         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19743         * progmodes/ebnf-iso.el: Doc fix.
19744         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19745         (ebnf-iso-lex): Code fix.
19747         * progmodes/ebnf-bnf.el: Doc fix.
19748         (ebnf-bnf-lex): Code fix.
19750         * progmodes/ebnf-otz.el: Doc fix.
19752 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
19754         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
19755         (abbrev-prefix-mark): Doc fix.
19757 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
19759         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19760         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19761         (gdb-var-delete): Make interactive (really).
19762         (gdb-edit-value): Make non-interactive.
19764         * progmodes/gud.el (gud-speedbar-menu-items):
19765         Add gdb-var-delete and, indirectly, gdb-edit-value.
19766         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19767         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19768         (gud-gdb-marker-filter): Add comment for annotations.
19770 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19772         * calendar/calendar.el (generate-calendar)
19773         (calendar-read-date): Prevent display of BC calendars once more -
19774         reverts 2003-10-01 change.
19775         (generate-calendar-month): Doc fix.
19777 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
19779         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19780         return value of increment-calendar-month.
19782 2004-02-21  Stephen Compall  <s11@member.fsf.org>
19784         * saveplace.el (save-place-forget-unreadable-files)
19785         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19786         (save-place-forget-unreadable-files): New function.
19787         (save-place-alist-to-file): Use it to filter out files that are
19788         no longer readable.
19790         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19791         current Texinfo environment, using the same method as in
19792         `texinfo-insert-@end', and insert a space rather than a newline if
19793         point in a @table environment.
19795 2004-02-21  Juri Linkov  <juri@jurta.org>
19797         * ffap.el (ffap-file-at-point): Try parent directories.
19799 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
19801         * vcursor.el (vcursor-modifiers): New defcustom.
19802         (vcursor-cs-binding): Use vcursor-modifiers instead of a
19803         hard-coded list.
19805 2004-02-21  Masatake YAMATO  <jet@gyve.org>
19807         * play/animate.el (animate-birthday-present): Accept names other
19808         than `Sarah', too.
19810 2004-02-21  Juri Linkov  <juri@jurta.org>
19812         * startup.el: Remove table of command line arguments from the
19813         Commentary section.
19815 2004-02-20  John Wiegley  <johnw@newartisans.com>
19817         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19818         again" modifier from 'e' to 'E', since 'e' is also used by the
19819         "file extension" modifier.
19821 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
19823         * help-fns.el (describe-categories): Doc fix.
19825 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19827         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19828         temporary file for buffer already visiting one.  This change makes
19829         output likely to be directly usable by patch program.
19830         Suggested by Adrian Aichner  <adrian@xemacs.org>
19832 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
19834         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19835         case of variables defined in compound statements.
19836         (gdb-setup-windows, gdb-source-info, gdb-source-info):
19837         Simplify constructions using switch-to-buffer.
19839 2004-02-19  Simon Josefsson  <jas@extundo.com>
19841         * play/morse.el: Fix typo.
19842         (morse-code): Add @.
19844 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
19846         * calendar/appt.el (appt-display-format): Change default to
19847         'ignore, for backwards compatibility.
19848         (appt-display-message): If appt-display-format is 'ignore,
19849         respect old vars appt-msg-window and appt-visible.
19850         (appt-activate): Don't depend on return value of cancel-timer.
19852         * calendar/calendar.el (calendar-holidays): Doc fix.
19854         * calendar/cal-coptic.el (coptic-prompt-for-date):
19855         Use assoc-string instead of assoc-ignore-case.
19856         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19857         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19858         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19859         * calendar/cal-islam.el (calendar-goto-islamic-date)
19860         (mark-islamic-diary-entries): Ditto.
19861         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19862         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19863         (calendar-read-mayan-tzolkin-date): Ditto.
19864         * calendar/calendar.el (calendar-read-date): Ditto.
19865         * calendar/diary-lib.el (mark-diary-entries): Ditto.
19867 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19869         * progmodes/executable.el (executable-command-find-posix-p):
19870         Fix choice of the directory.
19872 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
19874         * simple.el (interprogram-cut-function)
19875         (interprogram-paste-function, kill-new, kill-append):
19876         Doc fixes.
19877         (kill-region): Make it return nil.  Doc fix.
19878         (yank-pop): Make its argument optional.
19879         (yank): Make ARG `-' equivalent to `-1'.
19881 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
19883         * mail/rmail.el (rmail-get-new-mail): Don't reference
19884         rmail-use-spam-filter if rmail-spam-filter is not loaded.
19886 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
19888         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19889         if one of global-auto-revert-non-file-buffers or autorevert-mode
19890         is non-nil.
19892 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19894         * subr.el (delete-dups): A better implementation from Karl Heuer
19895         <kwzh@gnu.org>.
19897 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
19899         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19900         correct place.
19901         * progmodes/icon.el (icon-indent-command): Ditto.
19902         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19904 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19906         * progmodes/grep.el (grep-compute-defaults): Undo change from
19907         2004-01-29: don't use executable-command-find-posix-p.
19909 2004-02-16  Richard Sharman  <rsharman@pobox.com>
19911         * hilit-chg.el: Use require instead of eval-and-compile.
19912         (highlight-compare-buffers): New function.
19914 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
19916         * man.el (Man-fontify-manpage): Render section headings in
19917         `Man-overstrike-face' even when overstrike was not used by man
19918         formatter for section headings.
19920 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
19922         * rmail-spam-filter.el (vm-use-spam-filter)
19923         (rsf-min-region-length-added-to-spam-list): New variables.
19924         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19925         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
19926         spam testing.  Don't delete spam message if automatic deletion
19927         after output via variable rmail-delete-after-output is turned on.
19928         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19929         rsf-bbdb-dont-create-entries-for-spam.
19930         (check-field): New function, extracted from code in
19931         rmail-spam-filter to ease addition of header fields like content-type.
19932         (message-content-type): New variable to check the content-type:
19933         field added, also in defcustom of rsf-definitions-alist.
19934         (rmail-spam-filter): Replace repeated test code for header fields
19935         by calls to check-field; change the call to
19936         rmail-output-to-rmail-file such that rmail-current-message stays
19937         the same to avoid wrong deletion of unseen flags.
19938         (rsf-add-contents-type): New function to convert old format
19939         of rmail-spam-definitions-alist into new one.
19940         Change prefixes of all variables and functions from
19941         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19943 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19945         * loadhist.el (unload-hook-features-list): New defvar.
19947 2004-02-16  Dave Love  <fx@gnu.org>
19949         * loadhist.el (unload-feature): Doc fix.  Rename flist to
19950         unload-hook-features-list.
19952 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
19954         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19955         cookie.  Don't check if we are looking-at open-formula.
19957 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19959         * subr.el (match-string-no-properties): Use substring-no-properties.
19961 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19963         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19964         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19965         Use lower-case "rx" in all error message.
19967 2004-02-16  Dave Love  <fx@gnu.org>
19969         * emacs-lisp/rx.el (rx-or): Put group around result.
19970         (rx-constituents): Add backref.
19971         (rx-syntax): Add string-delimiter, comment-delimiter.
19972         (rx-categories): Add combining-diacritic.
19973         (rx-check-not, rx-greedy, rx): Doc fix.
19974         (rx-backref, rx-check-backref): New.
19976 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
19978         * newcomment.el (uncomment-region): Allow eob as comment end.
19980 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19982         * filecache.el: All message and error commands now use prefix
19983         "Filecache:" to make it easy to read *Messages* buffer.
19985 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19987         * autorevert.el: Add support to detect changed dired and VC buffers.
19988         (auto-revert-active-p, auto-revert-list-diff)
19989         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19990         (auto-revert-handler, auto-revert-active-p): New functions.
19991         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19992         and `auto-revert-active-p'.
19993         (eval-when-compile): Defvar dired-directory and vc-mode.
19994         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19995         (auto-revert-handler-vc): New functions.
19997 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19999         * progmodes/compile.el (compilation-directory): New defvar.
20000         (compile): Save current directory in compilation-directory.
20001         (recompile): Bind default-directory to compilation-directory if
20002         that is non-nil.
20004 2004-02-16  Dave Love  <fx@gnu.org>
20006         * newcomment.el (comment-insert-comment-function)
20007         (comment-region-function, uncomment-region-function): New.
20008         (comment-indent): Use comment-insert-comment-function.
20009         (uncomment-region): Use uncomment-region-function.
20010         (comment-region): Use comment-region-function.
20012         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20014 2004-02-16  Richard Stallman  <rms@gnu.org>
20016         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20017         loaddefs* and ldefs-boot*.
20019 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20021         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20022         and email address at the beginning and end of the address.
20024         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20025         anchored at the beginning of the email address.
20027 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
20029         * international/ccl.el (ccl-compile-write): Pass `left' to
20030         ccl-embed-code to generate correct code of write-expr-register.
20032 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
20034         * progmodes/grep.el (grep-compute-defaults): Fix typos.
20036 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20038         * x-dnd.el: Mention support for Motif in commentary.
20039         (x-dnd-handle-drag-n-drop-event): Ditto.
20041 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
20043         * ses.el: Use "ses--" prefixes for buffer-local variables.
20044         Use (point-min) instead of 1, even when we know the buffer
20045         is unnarrowed.
20046         (ses-build-load-map): Delete.  Distribute its content to defconsts for
20047         the three maps.
20048         (ses-menu, ses-header-line-menu): New menus.
20049         (ses-mode-map): Use them.
20050         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
20052 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
20054         * Makefile.in: Fix the CC Mode recompile kludge so it works
20055         when building in a different directory.
20057 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
20059         * simple.el (kill-new): Put yank-handler property on the entire string.
20061 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20063         * diff.el: Don't use compile any more, use diff-mode instead.
20064         (diff-regexp-alist, diff-old-file, diff-new-file)
20065         (diff-parse-differences, diff-process-setup): Remove.
20066         (diff-sentinel): New fun.
20067         (diff): Use it.  Run the process ourselves.
20068         Use diff-mode for the rest of the processing.
20070         * diff.el (diff): Simplify code handling `switch'.
20072 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20074         * pcvs-defs.el (cvs-menu): Add `tag'.
20076 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
20078         * simple.el (kill-append): Doc fix.
20080         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20081         Adapt outline-regexp to the new conventions for commenting out code.
20083 2004-02-11  John Paul Wallington  <jpw@gnu.org>
20085         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20087 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20089         * diff.el (diff-switches): New fun.
20090         (diff, diff-backup): Use it.
20091         (diff): Clean up the args construction.  Use backquote.
20092         Use listp instead of consp to avoid putting a nil arg.
20093         (diff): Add a revert-buffer function.
20095 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20097         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20098         handled by x-dnd-handle-file-name.
20099         (x-dnd-known-types): Add COMPOUND_TEXT.
20100         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20101         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20102         x-dnd-empty-state.
20103         (x-dnd-forget-drop): Ditto.
20104         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20105         (x-dnd-handle-one-url): Return private when inserting text.
20106         (x-dnd-insert-ctext): New function.
20107         (x-dnd-handle-file-name): New function for FILE_NAME.
20108         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20109         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20110         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20112 2004-02-10  Kenichi Handa  <handa@m17n.org>
20114         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20115         instead of while loop.
20117 2004-02-10  Miles Bader  <miles@gnu.org>
20119         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20121 2004-02-09  Kenichi Handa  <handa@m17n.org>
20123         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20124         have end-of-line.
20126 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
20128         * Makefile.in: Added extra dependencies in the recompile target
20129         needed to cope with the compile time macro expansions in CC Mode.
20131 2004-02-09  Kim F. Storm  <storm@cua.dk>
20133         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20134         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20135         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20136         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20137         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20138         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20139         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20140         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20141         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20142         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20143         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20145 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20147         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20148         Don't allow shrink if there's a window on our right.
20150         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20151         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20152         Bring together declaration and initialization.
20153         (prolog-mode-variables): Don't set the syntax table.
20154         Don't set paragraph-start and comment-indent-function.
20155         Add /*..*/ to the comment regexps.
20156         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
20157         (prolog-mode-map): Don't bind TAB.
20158         (prolog-mode): Set the syntax table.
20159         (prolog-comment-indent): Remove.
20160         (inferior-prolog-mode-map): Initialize in the declaration.
20161         (inferior-prolog-mode-syntax-table)
20162         (inferior-prolog-mode-abbrev-table): New vars.
20163         (inferior-prolog-mode): Derive from comint-mode.
20164         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20165         minibuffer windows.
20167         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20168         in file names, as long as it is unambiguous.
20170 2004-02-08  Andreas Schwab  <schwab@suse.de>
20172         * textmodes/reftex-toc.el
20173         (reftex-toc-load-all-files-for-promotion): Remove useless use of
20174         format.  Doc fix.
20176         * textmodes/refer.el (refer-find-entry-internal): Remove extra
20177         format string arguments.
20179         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20180         string argument.
20182         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20184         * play/zone.el (zone-call): Fix format string.
20186         * net/webjump.el (webjump-builtin): Add missing format string argument.
20188         * midnight.el (midnight-delay-set): Remove extra format string argument.
20190         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20192         * hexl.el (hexl-insert-char): Add missing format string argument.
20194         * format.el (format-decode): Fix format string.
20196         * emulation/vi.el (vi-mode): Remove extra format string argument.
20197         (vi-repeat-last-search): Likewise.
20198         (vi-reverse-last-search): Likewise.
20199         (vi-goto-mark): Likewise.
20200         (vi-reverse-last-find-char): Likewise.
20201         (vi-repeat-last-find-char): Likewise.
20202         (vi-locate-def): Likewise.
20204         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20206         * ediff-util.el (ediff-toggle-read-only): Remove extra format
20207         string argument.
20208         (ediff-toggle-regexp-match): Likewise.
20210         * dired-aux.el (dired-do-query-replace-regexp): Add missing
20211         format string argument.
20213         * calc/calc-map.el (calc-get-operator): Remove extra format
20214         string argument.
20216         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20218         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20219         string argument.
20221         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20223         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20225         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20227         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20228         (cl-struct-setf-expander): Likewise.
20230         * vc.el (with-vc-file): Fix unsafe uses of error.
20231         (vc-cancel-version): Likewise.
20233 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
20235         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20236         thousands separator; fixes <class>:<line-number> regexp for
20237         non-english locales.
20239 2004-02-08  Andreas Schwab  <schwab@suse.de>
20241         * view.el (view-mode-enable): Revert previous change.
20243 2004-02-07  Kim F. Storm  <storm@cua.dk>
20245         * simple.el (line-number-at-pos): Rename from line-at-pos.
20246         Uses changed (what-line and vc-annotate-warp-version).
20248 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20250         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20251         (diff-mode): Remove aborted attempt at support for compile.el.
20252         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20254 2004-02-06  Andreas Schwab  <schwab@suse.de>
20256         * view.el (view-mode-enable): Add view-mode-map to
20257         minor-mode-overriding-map-alist.
20259 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20261         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20263 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20265         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20266         with point inside rather than after the paragraph.
20268 2004-02-04  Sam Steingold  <sds@gnu.org>
20270         * mail/smtpmail.el (smtpmail-try-auth-methods):
20271         Do not try authentication when no mechanism is available.
20272         Pass port-name as defaultport to `netrc-machine'.
20274 2004-02-04  Stephen Eglen  <stephen@gnu.org>
20276         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20277         to show how minibuffer height can be constrained.
20279 2004-02-04  John Paul Wallington  <jpw@gnu.org>
20281         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20283 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20285         * x-dnd.el: New file for drag and drop.
20287         * term/x-win.el: require x-dnd, set after-make-frame-functions
20288         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20289         drag-n-drop event.
20291         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20292         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20293         (dired-dnd-handle-file): New functions for drag and drop support.
20294         (dired-mode): Initialize drag and drop if x-dnd present.
20296 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20298         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20299         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20300         (cperl-mode): Set fill-paragraph-function.
20301         (cperl-fill-paragraph): Make it non-interactive.
20303 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
20305         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20307 2004-02-02  David Kastrup  <dak@gnu.org>
20309         * replace.el (perform-replace): Allow 'literal argument in
20310         regexp-flag to indicate literal replacement.
20311         (query-replace-regexp-eval): Use it.
20313 2004-02-01  Andreas Schwab  <schwab@suse.de>
20315         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20317 2004-02-01  Stephen Eglen  <stephen@gnu.org>
20319         * info-look.el: Add support for maxima-mode.  Update commentary
20320         because info-lookup-symbol is now bound to C-h S.
20322 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
20324         * simple.el (edit-and-eval-command): Bind print-level and
20325         minibuffer-history-sexp-flag around call to read-from-minibuffer.
20326         Correct initial position in command-history.
20328 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
20330         * files.el (read-directory-name): Adapt the docstring to recent
20331         change in Fread_file_name.
20333 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
20335         * ses.el (ses-print-cell): If print format too wide for column
20336         width, truncate decimal places if that helps to avoid "#####" fill.
20337         * ses.el (ses-initial-column-width): Revert previous change.
20339 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20341         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20342         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20343         Add edebug info.
20344         (jit-lock-mode): Setup/cancel the new timer.
20345         (jit-lock-context-fontify): New fun.  Extracted from
20346         context fontification code of jit-lock-stealth-fontify.
20347         (jit-lock-stealth-fontify): Don't do context fontification any more.
20349         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20350         (jit-lock-fontify-now): Handle the `quit' case.
20351         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20353 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
20355         * progmodes/executable.el (executable-command-find-posix-p):
20356         New.  Check if find handles arguments Posix-style.
20358         * progmodes/grep.el (grep-compute-defaults):
20359         Use executable-command-find-posix-p.
20360         (grep-find): Check `grep-find-command'.
20362         * filecache.el (file-cache-find-posix-p): Delete.
20363         (file-cache-add-directory-using-find):
20364         Use `executable-command-find-posix-p'.
20366 2004-01-29  Dave Love  <fx@gnu.org>
20368         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20369         Iterate the hook function if arg is given.
20370         (mark-defun, narrow-to-defun): Change order of finding the limits.
20372         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20373         (byte-compile-format-warn): New.
20374         (byte-compile-callargs-warn): Use it.
20375         (Format, message, error): Add byte-compile-format-like property.
20376         (byte-compile-maybe-guarded): New.
20377         (byte-compile-if, byte-compile-cond): Use it.
20378         (byte-compile-lambda): Compile interactive forms,
20379         just to make warnings about them.
20381 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
20383         * ses.el (ses-initial-column-width): Increase to 14, so it will
20384         work well with the default printer of "%.7g" for extreme values
20385         like "-1.234567e+07".
20387 2004-01-29  Kenichi Handa  <handa@m17n.org>
20389         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20391 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
20393         * dos-w32.el: Added support for the `default-printer-name' function.
20395 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20397         * server.el (server-socket-name): Don't use the hostname in the
20398         socket name since /tmp is local to the host anyway.
20400         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20401         robust check of widening and fix var-naming.
20403 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
20405         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20406         or rmail-spam- to rsf- in all function and variable names.
20407         (rsf-min-region-to-spam-list): New variable.
20408         (rsf-bbdb-auto-delete-spam-entries): Rename from
20409         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
20410         scanned together with the recipients field for spam testing; Don't
20411         delete spam message if rmail-delete-after-output is non-nil;
20412         (rsf-check-field): New function, extracted from code in
20413         rmail-spam-filter to ease addition of header fields like
20414         content-type:;
20415         (message-content-type): New variable.  The content-type: field was
20416         added also in defcustom of rsf-definitions-alist;
20417         (rmail-spam-filter): Replace repeated test code for header fields
20418         by calls to check-field; change the call to
20419         rmail-output-to-rmail-file such that rmail-current-message stays
20420         the same to avoid wrong deletion of unseen flags.
20421         (rmail-use-spam-filter): Add autoload cookie.
20423 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
20425         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
20426         (file-cache-add-directory-using-find): Add Cygwin support.
20427         (file-cache-find-command-posix-flag): New user variable.
20429         * filecache.el (file-cache-add-directory): Check for
20430         directories an remove them from dir-files.
20432 2004-01-27  Richard M. Stallman  <rms@gnu.org>
20434         * man.el (Man-fontify-manpage): Clean up message.
20436 2004-01-27  Kenichi Handa  <handa@m17n.org>
20438         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20439         (sentence-end): Define using sentence-end-without-space.
20441         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20442         a sentence ends with one of a character in sentence-end-without-space.
20444 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20446         * font-lock.el (font-lock): Add jit-lock as explicit group member.
20447         (jit-lock): Group declaration moved to jit-lock.el.
20448         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20449         when necessary.
20451         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20452         (jit-lock-context-unfontify-pos): Rename from
20453         jit-lock-first-unfontify-pos.
20454         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20456 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
20458         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20459         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20460         (fortran-fill): When filling a string, adjust re-search-backward
20461         argument for special case of string just on fill-column.
20462         When filling non-string, allow one extra char if
20463         fortran-break-before-delimiters is non-nil.
20464         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20465         Use fortran-break-delimiters-re and fortran-no-break-re to
20466         correctly handle cases such as "**".
20468         * progmodes/f90.el (f90-break-delimiters): Doc fix.
20469         (f90-no-break-re): Add some extra tokens.  Doc fix.
20471 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
20473         * mail/rmail-spam-filter.el:
20474         Use two semicolons as Commentary line prefix.
20475         Add ";;; Code:" stylized comment.
20476         Delete end-of-line whitespace.
20477         Wrap (require 'cl) with `eval-when-compile'.
20479 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
20481         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20482         at the top level of vc.el.
20484 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
20486         * vc.el (vc-current-line): Function removed.  This is now done by
20487         the new function line-at-pos in simple.el.
20488         (vc-annotate-warp-version): Use line-at-pos instead of
20489         vc-current-line.
20491 2004-01-22  Kim F. Storm  <storm@cua.dk>
20493         * simple.el (line-at-pos): New defun.
20494         (what-line): Use it.  Optimize by only counting lines in narrowed
20495         region once.
20497 2004-01-22  Kenichi Handa  <handa@m17n.org>
20499         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20500         point (register r1) only for charset mule-unicode-0100-24ff.
20502 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20504         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20505         trailing white space and ensure a final newline.
20507         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20508         Add autoload cookie.
20510 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
20512         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20513         activate view-mode explicitly.
20515 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20517         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20518         menu-bar-enable-clipboard and make Paste use clipboard first.
20520 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20522         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
20523         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20524         (vc-mcvs-cvs): Remove.
20525         (vc-mcvs-command): Remove use of assert.
20527         * outline.el (outline-insert-heading): Tighten up match.
20528         (outline-demote, outline-move-subtree-down): Don't assume anything
20529         about outline-regexp.
20531         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20532         (texinfo-show-structure): Explicitly add ^, and simplify.
20534 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
20536         * calendar/appt.el (appt-check): Restore usage of
20537         appt-issue-message deleted in previous change.
20538         (top-level): Activate package when loaded (needed for backwards
20539         compatibility).
20541 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20543         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20544         following previous change to smtpmail-send-data.
20546 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
20548         * vc.el (vc-default-previous-version): Doc enhancement.
20549         (vc-default-next-version): New function.
20550         (vc-print-log): New arg FOCUS-REV.
20551         (vc-annotate-mode): Derive from view-mode.
20552         (vc-annotate): New args REVISION, DISPLAY-MODE.
20553         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20554         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20555         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20556         (vc-annotate-show-diff-revision-at-line, vc-current-line)
20557         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20559         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20561 2004-01-19  Karl Berry  <karl@gnu.org>
20563         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20564         or "TexInfo".
20566 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
20568         * subr.el (delete-dups): New function.
20570 2004-01-19  Karl Berry  <karl@gnu.org>
20572         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20573         with ^, since that's what texinfo-show-structure
20574         documentation says (plus it works much better in texinfo.txi).
20576 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
20578         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20580 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
20582         * progmodes/which-func.el (which-function-mode): Don't cancel
20583         which-func-update-timer if not set.
20585 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
20587         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20588         Remove spurious left square bracket in XX:XXam regexp.
20590 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
20592         * progmodes/cc-defs.el: Do not require cl at run time.
20594 2004-01-16  Richard M. Stallman  <rms@gnu.org>
20596         * emacs-lisp/cl.el (cl-cannot-unload): New function.
20597         (cl-unload-hook): Defvar this to run cl-cannot-unload.
20599         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20600         Call rmail-spam-filter.  Delete and expunge spam.
20601         Print number of spam messages deleted.
20602         Save and restore the deletion status of old messages when reading
20603         new mail with spam filter, so that expunging spam does not expunge
20604         msgs deleted by the user.
20605         (rmail-only-expunge): Add an optional argument dont-show to
20606         prevent showing message after expunge.
20608 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
20610         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20611         * subr.el (declare): New macro.
20613 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
20615         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20617 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20619         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20620         Test window-system rather than system-type (for X11/Mac).
20622 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
20624         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20626 2004-01-12  Richard M. Stallman  <rms@gnu.org>
20628         * mail/rmail.el (rmail-convert-to-babyl-format):
20629         Use mail-unquote-printable-region.
20630         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20631         (rmail-hex-char-to-integer): Functions deleted.
20633         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20634         (mail-unquote-printable-region): New arg NOERROR.
20635         For invalid encoding, either signal an error to just return nil.
20637 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20639         * calendar/appt.el: Update copyright and commentary.
20640         (appt-issue-message): Make obsolete.
20641         (appt-visible, appt-msg-window): Make obsolete, in favor of
20642         appt-display-format.
20643         (appt-display-mode-line, appt-display-duration)
20644         (appt-display-diary, appt-time-msg-list, appt-mode-string)
20645         (appt-prev-comp-time, appt-display-count, appt-timer)
20646         (appt-convert-time): Doc change.
20647         (appt-disp-window-function, appt-delete-window-function):
20648         Use defcustom rather than defvar.
20649         (appt-display-format): New variable.
20650         (appt-display-message): New function with display code from appt-check.
20651         (appt-check): Add optional FORCE argument.  Doc change.
20652         Add appt-make-list to diary-hook if displaying diary.
20653         Remove checking of view-diary-entries-initially.
20654         Message display section removed to new function appt-display-message.
20655         (appt-display-window): Doc change.  Remove unused internal var
20656         this-buffer.  Do not beep, since appt-display-message does that.
20657         (appt-make-list): Doc change.  Use caar.
20658         (appt-sort-list): Simplify by using builtin sort function.
20659         (appt-update-list): New function for updating appts when diary is
20660         saved.
20661         (appt-activate): New autoloaded function to toggle package
20662         functionality.
20664         * calendar/cal-x.el: (calendar-one-frame-setup)
20665         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20667         * calendar/calendar.el: Update copyright.
20668         (view-diary-entries-initially, european-calendar-style): Doc change.
20669         (calendar-setup): Make defcustom rather than defvar.
20670         (mark-visible-calendar-date): Initialize temp-face and faceinfo
20671         in let binding so local to function.
20673         * calendar/diary-lib.el: Update copyright.
20674         (diary, diary-entry-time): Doc change.
20675         (list-diary-entries): Doc change.  Trivial logic change.
20676         (fancy-diary-display): Restore make-face command mistakenly
20677         deleted 2003-05-08.
20678         (show-all-diary-entries): Allow to pop-up frame if needed.
20680 2004-01-09  John Paul Wallington  <jpw@gnu.org>
20682         * bindings.el (mode-line-change-eol): Add EVENT parameter.
20683         Temporarily select EVENT's window for changing eol type.
20685 2004-01-09  Deepak Goel  <deego@gnufans.org>
20687         * calendar/diary-lib.el (diary-entry-time):
20688         Also accept time in the form XX[.XX][am/pm/AM/PM].
20689         (fancy-diary-font-lock-keywords): Likewise.
20690         (diary-font-lock-keywords): Likewise.
20691         * calendar/appt.el (appt-add): Likewise.
20692         (appt-make-list): Likewise.
20693         (appt-convert-time): Likewise.
20695 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
20697         * gdb-ui.el (gdb-ann3): Revert previous change.
20698         (gdb-source-info): Allow for case of where compilation directory
20699         is not recorded.
20701 2004-01-08  John Paul Wallington  <jpw@gnu.org>
20703         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20705 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
20707         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20709         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20710         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20711         problems.
20712         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20714 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
20716         * files.el (write-file-functions, write-contents-functions):
20717         Clarify docstrings.
20719 2004-01-07  Kenichi Handa  <handa@m17n.org>
20721         * international/mule.el (set-auto-coding): Fix for the case that
20722         end-of-line is only CR.
20724 2004-01-07  Kim F. Storm  <storm@cua.dk>
20726         * subr.el (event-start, event-end): Doc fix.
20727         (posn-string, posn-image): New defuns.
20728         (posn-object): Return either image or string object.
20729         (posn-object-x-y): Return 8th element of position.
20730         (posn-object-width-height): New defun.
20732 2004-01-06  Andreas Schwab  <schwab@suse.de>
20734         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20735         output.
20737 2004-01-05  Karl Berry  <karl@gnu.org>
20739         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20740         / and *, too.
20742 2003-12-31  Simon Josefsson  <jas@extundo.com>
20744         * files.el (before-save-hook): Add.
20745         (basic-save-buffer): Use before-save-hook.
20747         * emacs-lisp/copyright.el: Fix comment to recommend
20748         before-save-hook instead of write-file-functions.
20750 2004-01-05  Richard M. Stallman  <rms@gnu.org>
20752         * finder.el (finder-commentary): Call delete-other-windows.
20754         * net/ange-ftp.el (ange-ftp-file-attributes):
20755         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20757 2004-01-04  Karl Berry  <karl@gnu.org>
20759         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20760         comment characters % and # in the copyright year notice,
20761         as well as ;.
20763 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
20765         * wid-edit.el (default): Define dummy :value-delete.
20766         Reported by Jesper Harder <harder@ifa.au.dk>.
20768 2004-01-03  Richard M. Stallman  <rms@gnu.org>
20770         * progmodes/compile.el (compile-internal): Use point, not point-min,
20771         for set-window-point.
20773         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20775         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20777         * progmodes/grep.el (grep-mode-map):
20778         Don't remap next-line, previous-line.
20780 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
20782         * speedbar.el (speedbar-edit-line): Change regexp to position
20783         the cursor on the first character of this line's button.
20785 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
20787         * subr.el (functionp): Doc fix.
20789 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20791         * progmodes/idlwave.el (idlwave-make-tags):
20792         * textmodes/flyspell.el (flyspell-large-region):.
20793         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20794         * emulation/viper-util.el (viper-glob-unix-files):
20795         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20796         * man.el (Man-init-defvars):
20797         * jka-compr.el (jka-compr-call-process):
20798         * files.el (get-free-disk-space,insert-directory):
20799         * ediff-ptch.el (ediff-test-patch-utility):
20800         * ediff-diff.el (ediff-test-utility):
20801         * dired-aux.el (dired-check-process):
20802         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20803         test the return value of call-process, because it can be a string.
20805 2003-12-31  John Paul Wallington  <jpw@gnu.org>
20807         * bindings.el (completion-ignored-extensions): Add .pfsl.
20809 2003-12-31  Kim F. Storm  <storm@cua.dk>
20811         * ido.el (ido-nonreadable-directory-p): New defun to check for
20812         nonreadable directory without activating tramp (to avoid problems
20813         with checking incomplete tramp paths).
20814         (ido-set-current-directory, ido-file-internal)
20815         (ido-file-name-all-completions1): Use it.
20817 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
20819         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20820         documentation if the anchor (or node) name is preceded by `info
20821         anchor' or `Info anchor' in addition to earlier `info node' and
20822         `Info node'.
20823         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20825 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20827         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20828         error in arguments to base64-decode-region.  Remove ^M characters
20829         after decoding base64.
20831 2003-12-30  Simon Josefsson  <jas@extundo.com>
20833         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
20834         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20835         have only been distributed with Emacs for some years.
20836         (texinfo-mode-hook): Customize.
20838 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20840         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20841         cleaner (suggested by Richard Stallman).
20843         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20844         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20845         file-name clashes on 8+3 DOS filesystems.
20847         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20848         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20849         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20850         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20851         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20852         file-name clashes on 8+3 filesystems.
20854         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20855         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20856         file-name clashes on 8+3 DOS filesystems.
20858 2003-12-29  Richard M. Stallman  <rms@gnu.org>
20860         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20861         Upcase the character.
20863         * textmodes/flyspell.el (mail-mode-flyspell-verify):
20864         Search for header separator alone on a line, literally,
20865         and search for it backward, not forward.
20866         (flyspell-abbrev-table): Always use global-abbrev-table
20867         if there is no local one.
20869         * progmodes/sh-script.el (sh-get-indent-info):
20870         Don't move point back if at bob.
20872         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20874         * play/handwrite.el (handwrite): Make the handwrite credit message
20875         a comment rather than an output command.
20877         * obsolete/sc.el: Display message that this file is obsolete.
20879         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20881         * mail/rfc822.el (rfc822-address-start): Declare variable.
20882         Renamed from address-start.  All uses changed.
20884         * term.el (term-exec): Set up sentinel.
20885         (term-sentinel): New function.
20886         (term-handle-exit): New function.
20888         * subr.el (assoc-ignore-case, assoc-ignore-representation):
20889         Use assoc-string, and mark them obsolete.
20890         (delay-mode-hooks): Mark as permanent local.
20892         * simple.el (sendmail-user-agent-compose): Use assoc-string.
20894         * register.el (copy-rectangle-to-register): Doc fix.
20896         * info.el (Info-insert-dir): Use assoc-string.
20898         * info-look.el (info-lookup): Use assoc-string.
20900         * frame.el (pop-up-frame-function): Use quote, not `function'.
20901         (frame-notice-user-settings): Calculate ADJUSTED-TOP
20902         copying with lists as coordinate values.
20904         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20906         * find-dired.el (kill-find): New command.
20907         (find-dired): Make buffer read-only.
20908         Set up a keymap with C-c C-k running kill-find.
20909         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20911         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20913         * filecache.el (file-cache-ignore-case): New variable.
20914         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
20916         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20917         (comint-dynamic-complete-as-filename): Rename local vars.
20918         (comint-dynamic-list-filename-completions): Likewise.
20920         * comint.el (comint-dynamic-list-completions-config): New var.
20921         (comint-dynamic-list-completions): Handle both SPC and TAB right.
20923         * comint.el (comint-file-name-chars): Add [].
20924         (comint-word): Use skip-chars-backward, not search.
20926         * shell.el (shell-file-name-chars): Add [].
20928         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20930         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20932         * generic.el (define-generic-mode): Doc fix.
20934 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20936         * files.el (kill-some-buffers): Doc fix.
20938 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
20940         * comint.el (comint-watch-for-password-prompt): Pass `string' as
20941         arg to send-invisible
20942         (send-invisible): Doc fix.  The argument is now a prompt, not the
20943         string to send.
20944         (comint-read-noecho): Doc fix.
20946 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
20948         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20949         "@", as required by some ISP hosting service.  Fix defcustom
20950         argument syntax errors that prevented use of customization.
20952 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20954         * xml.el (xml-get-attribute-or-nil): Doc fix.
20956 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
20958         * net/zone-mode.el (zone-mode): Use write-file-functions, not
20959         write-file-hooks.
20961 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20963         * autorevert.el (auto-revert-interval): Doc fix.
20965 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
20967         * xml.el (xml-get-attribute-or-nil): New function, like
20968         xml-get-attribute, but returns nil if the attribute was not found.
20969         (xml-get-attribute): Convert to defsubst, uses
20970         xml-get-attribute-or-nil.
20972 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20974         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20976 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
20978         * custom.el (custom-declare-theme): Use `value' when putting
20979         properties on `theme'.
20981 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
20983         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20984         for each yank-handler segment.
20985         (insert-for-yank-1): New function, with the body of the previous
20986         insert-for-yank.
20988         * textmodes/table.el (table-yank-handler): New defcustom.
20989         (table--put-cell-indicator-property): Put yank-handler property
20990         that indicates the yank handler for the table cell.
20992 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20994         * generic-x.el (etc-modules-conf-generic-mode): A more complete
20995         set of keywords.
20997 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20999         * international/mule-cmds.el (reset-language-environment)
21000         (set-language-environment): Don't invoke fontset-related functions
21001         if fontset-list is not fboundp.
21003 2003-12-29  Kenichi Handa  <handa@m17n.org>
21005         * international/mule-cmds.el (reset-language-environment):
21006         Call set-overriding-fontspec-internal with nil.
21007         (set-language-environment): Call set-overriding-fontspec-internal
21008         if the language environment specify `overriding-fontspec'.
21009         (language-info-alist): Doc added.
21011         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21012         characters of mule-unicode-0100-24ff.
21013         (ccl-encode-windows-1251-font): New CCL program.
21014         ("Bulgarian"): Specify overriding-fontspec.
21015         ("Belarusian"): Likewise.
21017 2003-12-28  Sam Steingold  <sds@gnu.org>
21019         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21020         parameter ID-FORMAT to conform with the 2003-11-30 patch.
21022 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
21024         * progmodes/gud.el (gud-gdb-command-name): Set default to
21025         "gdb --annotate=3".
21026         (gud-gdb-marker-filter): Look out for annotations.
21027         (gdb-first-pre-prompt): New variable.
21028         Remove trailing white space.
21030         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21031         if necessary.
21032         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
21033         annotations are detected.
21034         (gud-gdba-marker-filter): Use global variable gud-marker-acc
21035         instead of a local one to allow transition from
21036         gud-gdb-marker-filter.
21037         Remove trailing white space.
21039 2003-12-27  Kim F. Storm  <storm@cua.dk>
21041         * ido.el: Handle non-readable directories.
21042         (ido-decorations): Add 9th element for non-readable directory.
21043         (ido-directory-nonreadable): New dynamic var.
21044         (ido-set-current-directory): Set it.
21045         (ido-read-buffer, ido-file-internal):
21046         (ido-read-file-name, ido-read-directory-name): Let-bind it.
21047         (ido-file-name-all-completions1): Return empty list for
21048         non-readable directory.
21049         (ido-exhibit): Print [Not readable] if directory is not readable.
21050         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21051         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21052         Use it.
21054 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
21056         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21057         calls to directory-files-and-attributes and file-attributes.
21058         (ls-lisp-format): Remove system dependent handling of user and
21059         group id's.
21061 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
21063         * ffap.el (ffap-read-file-or-url): Revert previous change.
21065 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
21067         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21068         new list of included files called `files-with-node-lines', that
21069         only have node lines.  This way @include commands can include any
21070         file, such as version and update files without node lines, not
21071         just files that are chapters.
21073 2003-12-25  Andreas Schwab  <schwab@suse.de>
21075         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21076         file not found.
21078 2003-12-08  Miles Bader  <miles@gnu.org>
21080         * dired.el (dired-between-files): Always use dired-move-to-filename,
21081         which is more robust in non-english locales.
21083 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21085         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21087 2003-12-24  Andreas Schwab  <schwab@suse.de>
21089         * shell.el (shell-file-name-quote-list): Add backslash.
21091         * comint.el (comint-quote-filename): Correctly handle backslash
21092         in comint-file-name-quote-list.
21094 2003-12-24  Kenichi Handa  <handa@m17n.org>
21096         * international/mule-cmds.el (set-default-coding-systems):
21097         Call ucs-set-table-for-input for all buffers that don't have local
21098         value of buffer-file-coding-system.
21100         * international/ucs-tables.el (ucs-set-table-for-input):
21101         If translation-table-for-encode is a symbol, get its
21102         translation-table property.
21104 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
21106         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21107         to `completing-read' on a recently fixed bug.
21109         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21110         instead of SPACE, to get the list of possible fringe modes.
21111         SPACE only works if both `partial-completion-mode' and
21112         `completion-auto-help' are nil.
21114         * complete.el (PC-is-complete-p): Delete.
21115         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21116         calls to `test-completion'.
21118 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
21120         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21121         to edit values when there are no children.
21123         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21124         a mode called "Assembler" already exists.
21125         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21126         (gud-watch): Use format option.  Remove font properties from string.
21127         (gdb-var-create-handler, gdb-var-list-children-handler):
21128         Don't bother about properties as there are none.
21129         (gdb-var-create-handler, gdb-var-list-children-handler)
21130         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21131         with two arguments.
21132         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21133         Let speedbar show value changes with a different font.
21134         (gdb-edit-value): New defun.
21135         (gdb-clear-partial-output, gdb-clear-inferior-io)
21136         (def-gdb-auto-update-handler): Use erase-buffer.
21137         (gdb-frame-handler): Display watch expressions in
21138         FUNCTION::VARIABLE format if required.
21140 2003-12-23  John Paul Wallington  <jpw@gnu.org>
21142         * info.el (Info-unescape-quotes, Info-split-parameter-string)
21143         (Info-goto-emacs-command-node): Doc fixes.
21145 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
21147         * cus-edit.el (custom-add-parent-links): Define "many".
21149 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
21151         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21152         (widget-child-validate, widget-type-value-create)
21153         (widget-type-default-get, widget-type-match): New functions.
21154         (lazy): New widget.
21155         (menu-choice, checklist, radio-button-choice, editable-list)
21156         (group, documentation-string): Remove redundant (per 2003-10-25
21157         change) calls to `widget-children-value-delete'.
21158         (widget-choice-value-get, widget-choice-value-inline): Remove.
21159         (menu-choice): Update widget.
21161 2003-12-03  Kenichi Handa  <handa@m17n.org>
21163         * language/cyrillic.el: Register "microsoft-cp1251" in
21164         ctext-non-standard-encodings-alist.
21165         ("Bulgarian"): Add ctext-non-standard-encodings.
21166         ("Belarusian"): Likewise.
21168         * international/mule-conf.el (compound-text-with-extensions):
21169         Change the type to 2 (iso-2022 base).
21171         * international/mule.el (ctext-non-standard-encodings-alist):
21172         Change the format.
21173         (ctext-non-standard-encodings): New variable.
21174         (ctext-post-read-conversion): Fully re-written.
21175         (ctext-non-standard-designations-alist): Delete it.
21176         (ctext-non-standard-encodings-table): New function.
21177         (ctext-pre-write-conversion): Fully re-written.
21179 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
21181         * cus-edit.el (custom-add-parent-links): Add documentation links
21182         for parent, if the item has none of its own.
21184 2003-11-30  Richard M. Stallman  <rms@gnu.org>
21186         * dired-aux.el (dired-do-query-replace-regexp):
21187         Report files visited read-only.
21189 2003-11-30  Juri Linkov  <juri@jurta.org>
21191         * dired-aux.el (dired-compare-directories): New command.
21192         (dired-file-set-difference, dired-files-attributes): New functions.
21194 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
21195         Version 2.0.38 of Tramp released.
21197         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
21198         Charles Curley <charlescurley@charlescurley.com>.
21199         (tramp-multi-connection-function-alist): Add ssht entry which adds
21200         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
21201         Aichner.
21202         (tramp-get-method-parameter): New function to retrieve a method
21203         parameter.  This allows for omission of method parameters.
21204         Callers adjusted.
21206 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
21208         * net/tramp.el: Add new optional parameter ID-FORMAT to
21209         `file-attributes'.  Calls of `file-attributes' won't use this
21210         parameter for backward compatibility reasons.
21211         (tramp-perl-file-attributes): Add a new parameter to Perl script
21212         in order to handle uid/gid as strings, if desired.
21213         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21214         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21215         order to make the function more general.
21216         (tramp-handle-file-attributes): Replace proprietary optional
21217         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21218         (tramp-handle-file-attributes-with-perl): Handle parameter
21219         NONNUMERIC if set.  This wasn't done in the past.
21220         (tramp-post-connection): Apply second parameter "$2" if
21221         `tramp-remote-perl' is called.
21223         * net/tramp-smb.el (tramp-smb-handle-delete-file):
21224         Correct cut'n'waste error (`filename' instead of `directory').
21225         (tramp-smb-handle-directory-files-and-attributes)
21226         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21227         introduced parameter ID-FORMAT.
21228         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21229         error (`directory' instead of `ldir').
21231         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21232         `file-attributes' has a second parameter.  If yes, apply it with
21233         value "'integer".  Otherwise, don't use that parameter (default is
21234         integer format).
21236 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
21238         * help.el (help-map): Bind `display-local-help' to `C-h .'.
21239         (help-for-help): Add `C-h .' to the listed Help options.
21240         Remove trailing whitespace.
21242         * help-at-pt.el: New file.
21244 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
21246         * subr.el (noreturn, 1value): New macros for test coverage.
21247         See `testcover.el'.
21249         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21251         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21252         for macro `1value'.
21253         (testcover-1value): New function.  Checks that a 1value form
21254         actually returns only one value.  Requested by RMS.
21256 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
21258         * gdb-ui.el (gud-watch, gdb-var-create-handler)
21259         (gdb-var-list-children, gdb-var-list-children-handler)
21260         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21261         gdb commands that use mi to keep them out of the command history.
21263 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21265         * cus-start.el (all): Add use-file-dialog.
21267 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21269         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21271 2003-11-27  Kim F. Storm  <storm@cua.dk>
21273         * subr.el (posn-object-x-y): New defun.
21275 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21277         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21278         Don't use `space' for \\\n.
21279         Be more selective as to which # are comment-starters.
21281 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
21283         * subr.el (number-sequence): Improve handling of floating point
21284         arguments (suggested by Kim Storm).  Allow negative arguments.
21286 2003-11-26  Kenichi Handa  <handa@m17n.org>
21288         * international/mule-cmds.el (standard-display-european-internal):
21289         Cancel the standard-display-table setting for ` and '.
21291 2003-11-26  Kim F. Storm  <storm@cua.dk>
21293         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21294         New defcustoms to add ffap-like functionality to ido.
21295         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
21296         (ido-no-final-slash): New defun.
21297         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21298         (ido-read-file-name): ): Toggle VC checking via
21299         vc-handled-backends instead of vc-master-templates.
21300         (ido-file-internal): Handle ido-use-url-at-point and
21301         ido-use-filename-at-point via code borrowed from ffap-guesser.
21302         Handle new ido-exit code ffap.
21303         (ido-sort-list): Ignore final slash when sorting file names.
21305 2003-11-25  Kim F. Storm  <storm@cua.dk>
21307         * emulation/cua-base.el (cua--standard-movement-commands):
21308         Add forward-sentence and backward-sentence.
21310 2003-11-25  Stephen Eglen  <stephen@gnu.org>
21312         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21313         iswitchb-exit is set to 'usefirst when user selects buffer at head
21314         of list using RET.  (Selecting buffers at the head of the list was
21315         broken if the substring was also a complete buffername.)
21317 2003-11-23  Kim F. Storm  <storm@cua.dk>
21319         * progmodes/compile.el (grep-command, grep-use-null-device)
21320         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21321         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21322         (grep-regexp-alist, grep-program, find-program)
21323         (grep-find-use-xargs, grep-history, grep-find-history)
21324         (grep-process-setup, grep-compute-defaults)
21325         (grep-default-command, grep, grep-tag-default, grep-find)
21326         (grep-expand-command-macros, grep-tree-last-regexp)
21327         (grep-tree-last-files, grep-tree): Move grep variables, functions
21328         and commands to new file grep.el.
21329         (compilation-mode-map): Remove grep commands from Compile sub-menu.
21330         (compilation-process-setup-function): Doc fix.
21331         (compilation-highlight-regexp, compilation-highlight-overlay): New
21332         defvars used for highlighting current compile error in source buffer.
21333         (compile-internal): New optional args HIGHLIGHT-REGEXP and
21334         LOCAL-MAP which overrides compilation-highlight-regexp and
21335         compilation-mode-map for this compilation.
21336         Delay calling compilation-set-window-height until after running
21337         compilation-process-setup-function so it can buffer-local override
21338         compilation-window-height.
21339         Check buffer-local value of compilation-scroll-output.
21340         (compilation-set-window-height): Use buffer-local value of
21341         compilation-window-height.
21342         (compilation-revert-buffer): Don't pass (undefined)
21343         preserve-modes arg to revert-buffer.
21344         (next-error-no-select, previous-error-no-select): New commands.
21345         (compilation-goto-locus): Temporarily highlight current match in
21346         source buffer using compilation-highlight-regexp.
21348         * progmodes/grep.el: New file with grep code from compile.el.
21349         (grep): New defcustom group.
21350         (grep-window-height): New defcustom, like compilation-window-height.
21351         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21352         (grep-scroll-output): New defcustom, like compilation-scroll-output.
21353         (grep-command, grep-use-null-device, grep-find-command)
21354         (grep-tree-files-aliases, grep-tree-ignore-case)
21355         (grep-tree-ignore-CVS-directories): Move to grep custom group.
21356         (grep-setup-hook): New hook variable.
21357         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
21358         (grep-last-buffer): New defvar, override compilation-last-buffer.
21359         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
21360         Call compile-internal with args highlight-regexp and grep-mode-map.
21362 2003-11-23  Kim F. Storm  <storm@cua.dk>
21364         * subr.el (event-start, event-end): Doc fix.
21365         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21366         (posn-area, posn-actual-col-row, posn-object): New defuns.
21367         (posn-col-row): Simplify doc.  Rewrite to use cond.
21368         (posn-point): Also return buffer position for events outside text
21369         area (that info is now present in the event position).
21371         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21372         mouse-set-point so that hscroll still works now that clicks on
21373         fringes generate specific mouse events.
21374         (mouse-set-point): Note that it now works in fringes and margins
21375         too due to new semantics of posn-point in fringes and margins.
21377         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21378         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21380 2003-11-20  Kim F. Storm  <storm@cua.dk>
21382         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21383         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21384         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21385         to 100 for icons to avoid increasing line height when shown.
21387 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21389         * newcomment.el (comment-normalize-vars): Initialize properly if
21390         comment-start was nil.
21392 2003-11-19  Andreas Schwab  <schwab@suse.de>
21394         * simple.el (set-variable): Fix indentation.
21396 2003-11-17  Kenichi Handa  <handa@m17n.org>
21398         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21399         Fix docstring.
21401 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21403         * international/latin1-disp.el (latin1-display): Fix docstring.
21405 2003-11-16  John Wiegley  <johnw@newartisans.com>
21407         * eshell/em-ls.el (eshell-ls-file): There are times with
21408         size-width is nil and uncomputed (when directories are created in
21409         dired, for example); in this case, 4 is reasonable default value,
21410         although it may caused skewed new entries (which could be avoided
21411         by returning the original value of 8 in all cases, but 99% of the
21412         time this is a waste of whitespace).
21414 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21416         * cc-engine.el (c-guess-continued-construct)
21417         (c-guess-basic-syntax): Check a little more carefully if it's a
21418         function declaration when an unknown construct followed by a block
21419         is found inside a statement context.  This avoids macros followed
21420         by blocks to be taken as function declarations.
21422         (c-guess-continued-construct): Change the analysis of a statement
21423         continuation with a brace open to `substatement-block', for
21424         consistency with recognized statements.
21426         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21427         start is in a position so that `c-beginning-of-statement-1' jumped
21428         to the beginning of the same statement.
21430         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21431         Don't accept binary operators in the arglist if we're in a function
21432         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
21433         template recognition in cases like "if (a < b || c > d)".
21435         (c-restricted-<>-arglists): New more appropriate name for
21436         `c-disallow-comma-in-<>-arglists'.
21438         Accessing functions updated for the variable name change.
21440         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21441         match data could get clobbered if NOT-INSIDE-TOKEN is used.
21443         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21444         labels.
21446         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21447         instead of duplicating parts of it.  This fixes bogus label
21448         recognition.
21450         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21451         of checking the context in which to apply the minimum indentation,
21452         so that it isn't enforced in e.g. namespace blocks.
21454         * cc-vars.el (c-inside-block-syms): New constant used by
21455         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
21456         to somewhat reduce the risk of becoming stale.
21458         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21459         cc-cmds to cc-engine to allow use from cc-align.
21461         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21462         qualified identifiers containing "::".
21464         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21465         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21467         * cc-vars.el (c-emacs-features): Use a space in front of the name
21468         of the temporary buffer.  That also avoids dumping problems in
21469         XEmacs due to undo info being left around after the buffer is killed.
21471         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21472         arglist to see if it's a K&R style declaration.
21474         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21475         before returning `knr-argdecl-intro'.
21477 2003-11-16  John Wiegley  <johnw@newartisans.com>
21479         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21480         field in a long-listing always 8 characters, use `size-width',
21481         which has already been computed.
21483 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
21485         * subr.el (minor-mode-list): Add `hs-minor-mode'.
21487 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21489         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21490         Support operation while narrowed, with `diff-restrict-view'.
21492 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21494         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21495         Take additional optional arg NARROWFUN.  For the generated functions:
21496         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
21497         include frags that arrange to check for and save narrowing state before
21498         the move and then conditionally call NARROWFUN after the move.
21500 2003-11-14  John Wiegley  <johnw@newartisans.com>
21502         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21503         that was optional, but obviously missing based on surrounding code.
21505         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21506         string arguments to numbers unless the whole argument was seen as
21507         a number.
21509 2003-11-14  Kenichi Handa  <handa@m17n.org>
21511         * international/mule.el (ctext-non-standard-encodings-alist):
21512         Fix coding systems.
21514 2003-11-10  Kenichi Handa  <handa@m17n.org>
21516         * language/kannada.el ("Kannada"): Add sample-text.
21518         * language/knd-util.el (kannada-compose-region)
21519         (kannada-compose-string, kannada-post-read-conversion):
21520         Add autoload cookie.
21522         * international/quail.el (quail-completion): Change the message
21523         "corresponding translations" to "corresponding characters".
21525 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21527         * descr-text.el (describe-char): Fix typo.
21529 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
21531         These changes are to support Kannada language/script.
21533         * Makefile.in (DONTCOMPILE): Add kannada.el.
21535         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21537         * loadup.el: Preload kannada.el.
21539         * language/ind-util.el (ucs-kannada-to-is13194-alist)
21540         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21541         New variables.
21543         * language/kannada.el: New file.
21545         * language/knd-util.el: New file.
21547 2003-11-07  Andreas Schwab  <schwab@suse.de>
21549         * progmodes/autoconf.el (autoconf-font-lock-keywords):
21550         Also highlight AH_*.
21552         * xml.el (xml-parse-dtd): Fix misplaced paren.
21554 2003-11-07  Kenichi Handa  <handa@m17n.org>
21556         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21558 2003-11-05  Juri Linkov  <juri@jurta.org>
21560         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21561         (desktop-buffer-file): Use saved buffer-file-coding-system
21562         for file reading.  Set auto-insert to nil to prevent automatic
21563         insertion into restored empty files.
21565 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
21567         * files.el (risky-local-variable-p): Make second argument optional.
21569 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21571         * subr.el (add-hook): Fix last change.
21573 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
21575         * mail/rmail.el (rmail-convert-to-babyl-format):
21576         If base64-decode-region signals an error, catch it and silently
21577         ignore it.
21579 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
21581         * xml.el (xml-parse-region): Allow comments to appear after the
21582         topmost element has closed.
21583         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21584         (xml-ns-expand-attr): New functions to do namespace handling.
21585         (xml-intern-attrlist): Back-compatible handling of attribute names.
21586         (xml-parse-tag): Move namespace handling to separate functions.
21587         Now produces elements in the form ((:ns . "element") (attr-list)
21588         children) instead of ('ns:element (attr-list) children).
21589         (xml-parse-attlist): Fix attribute parsing.
21590         (xml-parse-dtd): Change parsing so that it produces strings
21591         instead of interned symbols.
21593 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
21595         * dired.el (dired-ls-sorting-switches): Doc fix.
21597 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
21599         * emacs-lisp/rx.el (rx-or): Fix the case of
21600         "(rx (and ?a (or ?b ?c) ?d))".
21602 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
21604         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21605         (texinfo-format-region): Use it.
21606         (texinfo-format-buffer-1): Ditto.
21608 2003-11-01  Alan Mackenzie  <acm@muc.de>
21610         Changes to allow scrolling whilst in isearch mode:
21611         * isearch.el (isearch-unread-key-sequence): New function,
21612         extracted from isearch-other-meta-char.
21613         (top level): (put 'foo 'isearch-scroll) on all Emacs's
21614         "scrollable" standard functions.
21615         (isearch-allow-scroll): New customizable variable.
21616         (isearch-string-out-of-window, isearch-back-into-window)
21617         (isearch-reread-key-sequence-naturally)
21618         (isearch-lookup-scroll-key): New functions.
21619         (isearch-other-meta-char): Doc string and functionality enhanced.
21620         Now accepts a prefix argument.
21621         (isearch-lazy-highlight-window-end): New variable.
21622         (isearch-lazy-highlight-new-loop): Pay attention to the window's
21623         end (thru isearch-lazy-highlight-window-end), not only its start.
21625         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21626         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21627         (universal-argument, universal-argument-more, negative-argument)
21628         (digit-argument, universal-argument-other-key): Minor changes.
21630 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
21632         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21633         recursively if the last message is deleted, thus avoiding an
21634         infinite loop.
21636 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21638         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21639         (tex-main-file): Don't add .tex if the extension is already present.
21640         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21642 2003-10-29  Lute Kamstra  <lute@gnu.org>
21644         * progmodes/octave-inf.el (inferior-octave-prompt):
21645         Recognize version number in prompt.
21647 2003-10-28  Dave Love  <fx@gnu.org>
21649         * international/characters.el: Fix some Unicode ranges.
21651 2003-10-28  Kenichi Handa  <handa@m17n.org>
21653         * disp-table.el (standard-display-8bit)
21654         (standard-display-default, standard-display-ascii)
21655         (standard-display-g1, standard-display-graphic)
21656         (standard-display-underline): Assure that standard-display-table
21657         is a display table.
21659 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21661         * simple.el (reindent-then-newline-and-indent): Delete space *after*
21662         reindenting the first line.
21664 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
21666         * wid-edit.el (widget-default-delete): Always delete child widgets.
21668 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21670         * newcomment.el (comment-indent): Don't call indent-according-to-mode
21671         if the line has code.
21672         Don't try to line up with something that's too far left.
21674         * progmodes/octave-mod.el (octave-comment-start): Simplify.
21675         (octave-mode-syntax-table): Add % as a comment starter.
21676         (octave-point): Remove.
21677         (octave-in-comment-p, octave-in-string-p)
21678         (octave-not-in-string-or-comment-p, calculate-octave-indent)
21679         (octave-blink-matching-block-open, octave-auto-fill):
21680         Use line-(beginning|end)-position instead.
21682 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
21684         * emacs-lisp/authors.el (authors-aliases): Add correct realname
21685         for Francesco Potort\e,Al\e(B.
21687 2003-10-23  Dave Love  <fx@gnu.org>
21689         * international/mule-cmds.el (locale-charset-to-coding-system):
21690         Don't rely on nil being a coding system.
21692         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21693         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21694         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21696 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
21698         * gdb-ui.el (gdb-current-language): New variable.
21699         (gdb-update-flag): Remove variable.
21700         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21701         (gdb-take-last-elt): Remove function.
21702         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21703         (gdb-post-prompt): Check for variable object changes here.
21705         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21706         object changes in gdb-ui.el.
21708 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21710         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21712         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21713         Don't check for foo*/ wildcard form here.
21714         (insert-directory): Recognize foo*/ as a wildcard.
21715         Separate wildcard-regexp variable from the arg, wildcard.
21717         * subr.el (add-hook): Correctly detect when make-local-hook was used.
21718         (remove-hook): Correctly handle strange cases about local hooks.
21720 2003-10-21  David Ponce  <david@dponce.com>
21722         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21723         argument REAL, to return a real number instead of a rounded
21724         integer value.  Define as inline function.
21725         (ruler-mode-right-fringe-cols): Likewise.
21726         (ruler-mode-scroll-bar-cols): New function.
21727         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
21728         (ruler-mode-right-scroll-bar-cols): Likewise.
21729         (ruler-mode-space): New function.
21730         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
21731         scroll bar mode and margins in a more robust way.
21733 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
21735         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21736         (antlr-c-init-language-vars): New function.
21737         (antlr-mode): Use it with cc-mode before v5.29.
21738         (antlr-c-common-init): Don't set some local vars here.
21739         (antlr-mode): Set them here.
21740         (antlr-c-forward-sws): New function alias.
21741         (antlr-mode): Redefine with cc-mode before v5.30.
21742         (antlr-skip-sexps): Use it.
21743         (antlr-skip-exception-part): Ditto.
21744         (antlr-skip-file-prelude): Ditto.
21745         (antlr-outside-rule-p): Ditto.
21746         (antlr-end-of-body): Ditto.
21747         (antlr-option-kind): Ditto.
21748         (antlr-insert-option-area): Ditto.
21749         (antlr-file-dependencies): Ditto.
21751 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21753         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21754         Move backward only if point was not inside an entry.
21756 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21758         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21760 2003-10-21  Juri Linkov  <juri@jurta.org>
21762         * compare-w.el: Automatically skip non-matching text to resync.
21763         (compare-windows-whitespace): Doc fix.
21764         (compare-windows-sync, compare-windows-sync-string-size)
21765         (compare-windows-recenter, compare-ignore-whitespace)
21766         (compare-windows-highlight, compare-windows-face): New variables.
21767         (compare-windows): Use compare-windows-sync.
21768         (compare-windows-highlight, compare-windows-dehighlight)
21769         (compare-windows-sync-regexp)
21770         (compare-windows-sync-default-function): New functions.
21772 2003-10-21  Juri Linkov  <juri@jurta.org>
21774         * diff.el (diff-parse-differences): Don't visit the files now;
21775         instead, just record the error locus.
21777 2003-10-21  Dave Love  <fx@gnu.org>
21779         * progmodes/cfengine.el: New file.
21781 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21783         * complete.el (PC-do-completion): Do not forget to use `pred' as the
21784         default-directory when completing file names.
21786 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
21788         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21789         followed by the word `face', it gets treated as a face, even if
21790         it is also defined as a variable or a function.
21792 2003-10-20  Dave Love  <fx@gnu.org>
21794         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21795         Avoid incf in macro expansion.
21797 2003-10-20  John Paul Wallington  <jpw@gnu.org>
21799         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21800         `evenp' so we don't implicitly require cl library at runtime.
21802 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
21804         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21805         (help-make-xrefs): Only make cross-references for faces if
21806         preceded or followed by the word `face'.  Do not make a
21807         cross-reference for variables without variable documentation,
21808         unless preceded by the word `variable' or `option'.  Update doc
21809         string accordingly.
21811 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
21813         * progmodes/hideshow.el: Rewrite one-armed `if'
21814         constructs using either `when' or `unless'.
21815         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21817 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
21819         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21820         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21821         instead of 12x12.
21823 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
21825         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21826         message while converting to Babyl.
21828 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
21830         * allout.el (allout-mode): Doc fix.
21832 2003-10-16  Lute Kamstra  <lute@gnu.org>
21834         * subr.el (force-mode-line-update): Fix docstring.
21836 2003-10-14  Dave Love  <fx@gnu.org>
21838         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21839         (default-input-method): Add :link, improve :type.
21840         (locale-charset-language-names): Fix utf-8 pattern.
21841         (locale-charset-match-p, locale-charset-alist)
21842         (locale-charset-to-coding-system): New.
21843         (set-locale-environment): Deal with codeset part of locale specs.
21845 2003-10-14  Lute Kamstra  <lute@gnu.org>
21847         * fringe.el (fringe-mode): Use active voice in docstring.
21848         (set-fringe-style): Ditto.
21850 2003-10-13  Lute Kamstra  <lute@gnu.org>
21852         * fringe.el (fringe-mode): Fix docstring.
21853         (set-fringe-style): Ditto.
21855 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21857         * ediff-mult.el (ediff-filegroup-action):
21858         Use ediff-default-filtering-regexp.
21860         * ediff-util.el (ediff-recenter): Don't call
21861         ediff-restore-highlighting twice.
21862         (ediff-select-difference): Set current difference.
21863         (ediff-unselect-and-select-difference): Add comment.
21865         * ediff.el (ediff-directories,ediff-directory-revisions)
21866         (ediff-directories3,ediff-merge-directories)
21867         (ediff-merge-directories-with-ancestor)
21868         (ediff-merge-directory-revisions)
21869         (ediff-merge-directory-revisions-with-ancestor):
21870         Use ediff-default-filtering-regexp.
21872 2003-10-12  Andreas Schwab  <schwab@suse.de>
21874         * international/mule-cmds.el (locale-charset-language-names):
21875         Simplify regex by removing unused grouping.
21877 2003-10-10  Dave Love  <fx@gnu.org>
21879         * bindings.el: Don't bind stop.
21881 2003-10-08  Miles Bader  <miles@gnu.org>
21883         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21884         face instead of attempting to emulate it.
21886 2003-10-07  Kenichi Handa  <handa@m17n.org>
21888         * international/mule-diag.el (list-coding-systems-1): List coding
21889         systems that are loaded automatically.
21891         * international/code-pages.el (iso-8859-11): Add autoload cookie.
21893         * international/mule.el (autoload-coding-system): New function.
21895 2003-10-07  Andreas Schwab  <schwab@suse.de>
21897         * log-edit.el (log-edit-changelog-entries): Prefer local value of
21898         change-log-default-name in the buffer visiting the file.
21900 2003-10-06  Dave Love  <fx@gnu.org>
21902         * files.el (find-file-hook): Customize.
21903         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21905         * bindings.el (completion-ignored-extensions): Remove .log.
21906         (global-map): Add again, open, stop keys.
21908 2003-10-05  Richard M. Stallman  <rms@gnu.org>
21910         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21911         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21912         Use sh-modify directly.
21913         (sh-select): Use sh-append, not eval.
21915         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21917         * info.el (Info-following-node-name): New function.
21919         * loadhist.el (unload-feature-special-hooks):
21920         Rename from loadhist-hook-functions.
21921         (loadhist-hook-functions): Now an alias.
21923 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
21925         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21926         file-name clashes on 8+3 filesystems.
21928         * Makefile.in (DONTCOMPILE, bootstrap-clean):
21929         Rename loaddefs-boot.el to ldefs-boot.el
21931         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21932         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21934 2003-10-03  Lute Kamstra  <lute@gnu.org>
21936         * info.el (Info-mode): Revert previous change.
21937         (Info-escape-percent): New function.
21938         (Info-fontify-node): Use it.
21940 2003-10-02  Andreas Schwab  <schwab@suse.de>
21942         * loaddefs-boot.el: Regenerated.
21944 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
21946         * ffap.el: Remove defadvice related code from CVS since `complete'
21947         provides a `PC-completion-as-file-name-predicate' variable that
21948         ffap can override.
21950 2003-10-02  Kenichi Handa  <handa@m17n.org>
21952         * international/utf-8.el (ccl-decode-mule-utf-8):
21953         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21955         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21956         * international/subst-big5.el: Likewise.
21957         * international/subst-gb2312.el: Likewise.
21958         * international/subst-ksc.el: Likewise.
21960 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
21962         * calendar/calendar.el (increment-calendar-month)
21963         (calendar-leap-year-p, calendar-absolute-from-gregorian)
21964         (generate-calendar, calendar-read-date, calendar-interval)
21965         (calendar-day-of-week): Handle years BC.
21966         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21968 2003-10-01  Dave Love  <fx@gnu.org>
21970         * language/cyrillic.el (cp1251): Alias for windows-1251.
21972         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21973         bootstrap.
21975 2003-10-01  Lute Kamstra  <lute@gnu.org>
21977         * files.el: Fix typo.
21978         * imenu.el (imenu--generic-function): Docstring fix.
21980 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21982         * dired.el (dired-mode): Handle dired-directory as a list.
21984 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
21986         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21988         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21990         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21991         Replace gud-display with gud-watch.
21992         (gud-speedbar-buttons): Add stuff for watching expressions
21993         in the speedbar when using M-x gdba.  Use dolist on old part
21994         of this function.
21996         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21997         (gdb-update-flag): New variables.
21998         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21999         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22000         (gud-watch, gdb-var-create-handler) : New functions.
22001         (gdb-var-list-children, gdb-var-list-children-handler)
22002         (gdb-var-create-regexp, gdb-var-update-regexp)
22003         (gdb-var-list-children-regexp): New constants.
22004         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22005         (gdb-annotation-rules): Reduce annotation set (level 3).
22006         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22007         (gdb-post-prompt): Don't update GDB buffers every time speedbar
22008         updates.
22009         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22010         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22011         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22012         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22013         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22014         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22015         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22016         (gud-display, gud-display1)
22017         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22018         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22019         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22020         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22021         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22022         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22023         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22024         (gdb-display-display-buffer, gdb-toggle-display)
22025         (gdb-delete-display, gdb-expressions-popup-menu)
22026         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22027         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22028         to display buffer.
22030 2003-09-30  Richard M. Stallman  <rms@gnu.org>
22032         * progmodes/ada-mode.el (ada-mode): Don't use advice.
22033         Instead, set which-func-functions.
22035         * progmodes/which-func.el (which-func-modes): Add ada-mode.
22036         (which-func-functions): New variable.
22037         (which-function): Use that.
22039         * info.el (Info-mode): Double each `%' in header line.
22041         * emacs-lisp/lisp-mnt.el (lm-with-file):
22042         When FILE is nil, run BODY in current buffer.
22044         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22046         * help.el (describe-mode): Start with a brief list of minor modes.
22047         Find them thru minor-mode-list so as to find them all.
22048         Show them in alphabetical order.
22050         * mail/sendmail.el (mail-aliases): Doc fix.
22052         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22054 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
22056         * mail/rmailsum.el (rmail-make-summary-line-1):
22057         Change comma after last label to a space.
22058         (rmail-summary-font-lock-keywords): Adapt to that change.
22060 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
22062         * progmodes/scheme.el (scheme-mode-variables): When setting
22063         `font-lock-defaults', also specify that "#" should
22064         be interpreted with `word' syntax.
22065         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22067 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
22069         * desktop.el: A lot of comments updated.
22070         (desktop-save-mode): Minor mode introduced.
22071         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22072         (desktop-load-default): Function made obsolete.
22073         (desktop-locals-to-save): Variable made customizable.
22074         (desktop-read): Optional parameter `dirname' added.
22075         (desktop-change-dir, desktop-revert): Parameter `dirname' in
22076         `desktop-read' used.
22077         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22079 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
22081         * whitespace.el (whitespace-clean-msg): Add user customizable message
22082         for displaying ``clean'' output.
22083         (whitespace-buffer): Use `whitespace-clean-msg'.
22084         (whitespace-global-mode): Fix typo.
22086 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
22088         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22090 2003-09-29  Lute Kamstra  <lute@gnu.org>
22092         * bindings.el (mode-line-modes): Remove superfluous :propertize
22093         construct in initialization.
22094         (mode-line-position): Change cons cell into proper list in
22095         initialization.
22097 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22099         * international/mule.el (decode-coding-inserted-region): Use car
22100         of the return value of find-operation-coding-system.
22102 2003-09-29  Kenichi Handa  <handa@m17n.org>
22104         * descr-text.el (describe-char): Fix previous change.
22106 2003-09-28  Kenichi Handa  <handa@m17n.org>
22108         * descr-text.el (describe-char-display): New function.
22109         (describe-char): Pay attention to display table on describing how
22110         a character is displayed.
22112         * international/mule-cmds.el (encoded-string-description):
22113         Prepend "0x" to each encoded byte.
22115 2003-09-28  Andreas Schwab  <schwab@suse.de>
22117         * find-file.el (ff-special-constructs): Add autoload cookie.
22119 2003-09-28  Kevin Ryde  <user42@zip.com.au>
22121         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22122         makeinfo appends to duplicate index entries.
22124 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
22126         * dired-x.el (dired-clean-tex): Doc fix.
22128         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22129         using a Chinese tutorial.
22131 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22133         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22134         between "MAIL FROM:" and "RCPT TO:" and the following address.
22136 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22138         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22140 2003-09-28  David Ponce  <david@dponce.com>
22142         * recentf.el (recentf-initialize-file-name-history): New defcustom.
22143         (recentf-load-list): When `recentf-initialize-file-name-history'
22144         is non-nil, initialize an empty `file-name-history' with the
22145         recent list.
22147 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
22149         * man.el (Man-default-man-entry): Remove the leading `*' from the
22150         word at point.
22152 2003-09-26  Lute Kamstra  <lute@gnu.org>
22154         * bindings.el (mode-line-position): Mention size indication in
22155         docstring.
22157 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
22159         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22161         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22162         because it's autoloaded now.
22164 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
22166         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22167         (sh-font-lock-keywords, sh-feature): Fix previous change of
22168         sh-feature to avoid infloop with sh-font-lock-keywords.
22170 2003-09-25  Kim F. Storm  <storm@cua.dk>
22172         * frame.el (frame-current-scroll-bars): New defun.
22174         * window.el (window-current-scroll-bars): New defun.
22176 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22178         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22179         cause errors when the state cache contains info on parts that have
22180         been narrowed out.
22182 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22184         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22185         `c-setup-paragraph-variables' has to be used when this variable is
22186         changed; it doesn't work to reinitialize the mode since that
22187         typically clobbers the variable.
22189         * progmodes/cc-styles.el (c-setup-paragraph-variables):
22190         Make it interactive.
22192 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22194         * progmodes/cc-fonts.el (c-font-lock-declarations):
22195         Fix recognition of constructors and destructors for classes whose
22196         names are matched by `*-font-lock-extra-types'.
22198         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22199         followed by an identifier in C++ then it's a type.
22201 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22203         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22204         problem that primarily affected XEmacs.  Don't use faces to find
22205         unterminated strings since Emacs and XEmacs fontify strings
22206         differently - this function should now work better in XEmacs.
22208 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22210         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22211         `expand-abbrev' workaround which caused braces to misbehave inside
22212         macros.
22214         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22215         handling.  This bug could cause interactive font locking to bail out.
22217 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22219         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22220         Handle paren-style types in Pike.  Also fixed some cases of
22221         insufficient handling of unbalanced parens.
22223 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
22225         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22226         common shell prompts that are not common filename or URL characters.
22227         (ffap-file-at-point): Use the new regexp to strip the prompts from
22228         the file names.  This is an issue mostly for user prompts that
22229         don't have a trailing space and find-file-at-point is invoked from
22230         within a shell inside Emacs.
22232 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
22234         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22235         stamps numerically, rather than textually.
22237 2003-09-24  Kenichi Handa  <handa@m17n.org>
22239         * language/devan-util.el (devanagari-post-read-conversion):
22240         * language/mlm-util.el (malayalam-post-read-conversion):
22241         * language/tml-util.el (tamil-post-read-conversion):
22242         Add autoload cookie.
22244         * international/utf-8.el (utf-8-post-read-conversion):
22245         Call post-read-conversion functions for Devanagari, Malayalam,
22246         and Tamil.
22248 2003-09-23  Dave Love  <fx@gnu.org>
22250         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22252 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
22254         * progmodes/gud.el (perldb): Add gud-until to list of commands.
22255         Update gud-remove.
22257 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22259         * progmodes/sh-script.el (sh-mode-default-syntax-table):
22260         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
22261         (sh-mode-syntax-table-input): New variable.
22262         (sh-require-final-newline): Don't use eval.
22263         (sh-builtins, sh-leading-keywords, sh-other-keywords)
22264         (sh-variables, sh-font-lock-keywords): Don't use eval.
22265         (sh-set-shell): When setting require-final-newline,
22266         treat value = `require-final-newline' as don't change it.
22267         Set sh-mode-syntax-table locally based on
22268         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22270         * progmodes/compile.el (compile-internal):
22271         Call compilation-set-window-height before setting window start.
22273 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
22275         * emacs-lisp/bytecomp.el (byte-compile-log-file):
22276         Clear out byte-compile-last-warned-form.
22278 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22280         * woman.el (woman-file-name, woman-follow-word):
22281         If current-word returns nil, use "".
22283         * simple.el (eval-expression): Bind standard-output in to-buffer case.
22285 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22287         * emacs-lisp/lisp-mnt.el (lm-with-file):
22288         Don't visit the file, just use insert-file-contents in temp buffer.
22290 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
22292         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22293         Add surrounding \\( and \\) around the header, as in
22294         for lm-history-header 'Change Log\\|History'.
22296 2003-09-22  John Paul Wallington  <jpw@gnu.org>
22298         * progmodes/ld-script.el: Add Commentary section,
22299         minor cleanup of file header.
22300         (ld-script-font-lock-keywords): Doc fix.
22301         (toplevel): Provide `ld-script' feature.
22303 2003-09-21  Kim F. Storm  <storm@cua.dk>
22305         * scroll-bar.el (set-scroll-bar-mode): Initialize to
22306         new built-in variable default-frame-scroll-bars.
22307         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22308         scroll-bar-mode; notably, use it instead of t when we toggle
22309         scroll-bars on.
22310         (toggle-scroll-bar): Use default-frame-scroll-bars.
22312 2003-09-19  Masatake YAMATO  <jet@gyve.org>
22314         * pcvs.el (cvs-do-removal): Change the prompt depending on
22315         `filter' value.
22317 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
22319         * startup.el (command-line-1): Stop startup-echo-area-message
22320         being hidden by "Loading image..." message.
22321         (use-fancy-splash-screens-p, display-splash-screen):
22322         Move display-graphic-p test from latter to former.
22324         * progmodes/sh-script.el (sh-font-lock-keywords):
22325         Highlight escaped EOLs differently from other backslash constructs.
22327 2003-09-19  Richard M. Stallman  <rms@gnu.org>
22329         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22330         New functions.
22331         (edebug-enter, edebug-outside-excursion): Use them.
22333         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22334         Fix the condition for whether to print "In WHERE".
22336 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
22338         * finder.el (finder-mode-hook): New variable.
22339         (finder-mode): Run hook finder-mode-hook
22341 2003-09-18  Masatake YAMATO  <jet@gyve.org>
22343         * progmodes/ebrowse.el: Fix broken magic autoload comments.
22345 2003-09-17  Mario Lang  <mlang@delysid.org>
22347         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22348         "p %e" to actually print the value in the GUD buffer.
22350 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
22352         From David Ponce <david.ponce@wanadoo.fr>:
22353         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22354         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22355         from loaddefs-boot.el if necessary.
22357 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
22359         * progmodes/gud.el (gud-find-class): Make jdb work again since
22360         cc-mode changed the syntactic information.
22362 2003-09-15  David Ponce  <david@dponce.com>
22364         * recentf.el: (recentf-exclude): Accept predicates too.
22365         (recentf-file-readable-p): New function.
22366         (recentf-include-p): Handle predicates in recentf-exclude.
22367         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
22368         (recentf-cleanup): Likewise.
22369         (recentf-save-list): Use write-file to handle backup of
22370         recentf-save-file.
22372 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
22374         * loaddefs-boot.el: Renamed from `loaddefs.el'
22375         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22376         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22377         necessary.
22379 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
22381         * electric.el (Electric-pop-up-window): For the `one-window' case,
22382         no longer disconcertingly move point in the original buffer.
22384 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22386         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22388 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22390         * dired.el (dired-mode-map): Fix typo.
22392 2003-09-11  Richard M. Stallman  <rms@gnu.org>
22394         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22396 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22398         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22399         the function is less noisy.  Now only `kill-buffer' can ask questions.
22401 2003-09-10  Mario Lang  <mlang@delysid.org>
22403         * battery.el: Update Commentary and Copyright.
22404         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22405         appear due to wrong ordering of the expressions in `or'.
22407 2003-09-09  Lute Kamstra  <lute@gnu.org>
22409         * misc.el (upcase-char): Fix docstring.
22410         (zap-up-to-char): New command.
22412 2003-09-08  David Ponce  <david@dponce.com>
22414         Ensure that recentf correctly updates the menu bar.
22415         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22416         (recentf-menu-bar): New function.
22417         (recentf-clear-data): Use it
22418         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
22419         of easy-menu-change.
22421 2003-09-08  Lute Kamstra  <lute@gnu.org>
22423         * simple.el (size-indication-mode): New.
22424         * bindings.el (mode-line-position): Add buffer size indicator.
22426 2003-09-04  Mario Lang  <mlang@delysid.org>
22428         * battery.el (battery-linux-proc-acpi): New function.
22429         (battery-status-function): Modify default value calculation to also
22430         check for availability of ACPI.
22431         (battery-echo-area-format): Ditto.
22432         (battery-mode-line-format): Ditto.
22434 2003-09-06  Dave Love  <fx@gnu.org>
22436         * ielm.el (ielm-mode-hook): Add :options.
22438         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22439         (eldoc-print-current-symbol-info): Use it.
22441 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
22443         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22444         being displayed in GUD buffer.
22445         (gdb-idle-input-queue): Remove var.  Use just one queue.
22446         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22447         Remove functions.  Use just one queue.
22448         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22449         (gdb-invalidate-assembler, gdb-get-current-frame):
22450         Modify functions.  Use just one queue.
22452 2003-09-04  Dave Love  <fx@gnu.org>
22454         * cus-start.el: Add blink-cursor-alist.
22456         * ruler-mode.el (ruler-mode-fill-column-char)
22457         (ruler-mode-current-column-char): Use char-displayable-p,
22458         not window-system.
22460         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22462         * language/european.el (windows-1252): Move from code-pages.
22464         * language/cyrillic.el ("Windows-1251"): Delete.
22465         ("Bulgarian", "Belarusian"): Remove `features'.
22466         (windows-1251): Move from code-pages.
22468         * international/mule-diag.el (non-iso-charset-alist):
22469         Remove `codepage' stuff.
22470         (print-designation, list-coding-systems-1): Output fixes.
22472         * international/code-pages.el (cp-make-translation-table)
22473         (cp-valid-codes): Made defsubsts.
22474         (cp-fix-safe-chars): Delete.
22475         (mule-diag): Don't require.
22476         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22477         (top-level): Check for defined coding system when defining
22478         cp... aliases.  Change w32-add-charset-info test to avoid warning.
22479         (non-iso-charset-alist): Defvar when compiling.
22480         (cp-make-coding-system): Doc fix.
22482 2003-09-02  Jason Rumney  <jasonr@gnu.org>
22484         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22485         line-ends from CVS before doing conversion.
22487 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
22489         * calendar/diary-lib.el (diary-header-line-flag)
22490         (diary-header-line-format): New variables.
22491         (list-diary-entries): Use them to set header line in simple diary.
22493         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22494         other than font-lock-string-face to highlight backslashes.
22496 2003-09-01  Jason Rumney  <jasonr@gnu.org>
22498         * international/titdic-cnv.el (tit-read-key-value): Include \r in
22499         regexp.
22501 2003-09-01  Dave Love  <fx@gnu.org>
22503         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22505         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22506         and :help; also line and column numbers labels.
22508         * international/mule-util.el (char-displayable-p): Move from
22509         latin1-disp, rename and autoload.
22511         * international/latin1-disp.el (latin1-char-displayable-p):
22512         Now obsolete alias.  Replace uses with char-displayable-p.
22513         (latin1-display-ucs-per-lynx): Fix last change.
22515         * international/mule-cmds.el (standard-display-european-internal):
22516         Don't use char code for Latin-1 NBSP.
22517         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
22518         U+2018, U+2019 for `'.
22519         (select-safe-coding-system): Message fix.
22521 2003-09-01  Kenichi Handa  <handa@m17n.org>
22523         * international/fontset.el (setup-default-fontset): For Thai
22524         font, specify "*" family.
22526 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22528         * progmodes/compile.el (previous-error): Accept a prefix
22529         argument, similarly to next-error.
22531 2003-08-31  Masatake YAMATO  <jet@gyve.org>
22533         * pcvs.el (cvs-do-removal): Use = instead of eq to check
22534         the number of files.  Bind the number of files to a local
22535         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22537 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
22539         * vc-hooks.el (vc-make-version-backup): Fix the change made on
22540         2003-07-26: msdos-long-file-names is a function, not a variable.
22542 2003-08-29  Richard M. Stallman  <rms@gnu.org>
22544         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22545         Do nothing with mail-personal-alias-file if it is nil.
22547         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22548         Do nothing if mail-personal-alias-file is nil.
22550         * term.el (term-exec-1): Bind coding-system-for-read.
22552         * dired.el (dired-mouse-find-file-other-window):
22553         Use dired-view-command-alist here, as in dired-view-file.
22554         (dired-view-command-alist): Use %s to substitute file name.
22555         Handle .ps_pages, .eps, .jpg, .gif, .png.
22557 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22559         * info.el (Info-mode-map): Bind S-tab and <backtab> to
22560         `Info-prev-reference', instead of M-tab.
22562 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
22564         * simple.el (blink-matching-open): Work correctly on chars that
22565         are designated as parens through the syntax-table text property.
22567 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
22569         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22570         line break position in the middle of a non-kinsoku (e.g. latin)
22571         word, making it skip until either a space or a character with
22572         category "|".
22573         (kinsoku-longer): Test for end of buffer.
22575 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
22577         * mail/rmail.el (rmail-convert-to-babyl-format):
22578         Detect quoted-printable- and base64-encoded messages and decode them
22579         automatically.  Set the message's encoding from the charset=
22580         header, if any.  Decode base64-encoded messages in Mail format as well.
22582 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
22584         * mail/smtpmail.el: Fix previous change.
22585         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22586         calling smtpmail-via-smtp.
22587         (smtpmail-via-smtp): Add fall-back values for envelope-from.
22589 2003-08-26  John Paul Wallington  <jpw@gnu.org>
22591         * image.el (image-jpeg-p): Don't search beyond length of data.
22593 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22595         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22596         misfeature in `expand-abbrev' which caused electric keywords like
22597         "else" to disappear if an open brace was typed directly afterwards.
22599 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22601         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22602         mandatory in `define-widget'.
22604         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22605         Don't align the operators "!=", "<=" and ">=" as assignment operators.
22607         (c-assignment-operators): New language constant that only contains
22608         the assignment operators.
22610         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22612 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22614         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22615         Safeguard against unbalanced sexps.
22617 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
22619         * version.el (emacs-version): Check for gtk.  Include gtk version info.
22621 2003-08-25  John Paul Wallington  <jpw@gnu.org>
22623         * man.el (Man-default-man-entry): Don't whizz past the section
22624         number before looking for it.
22626 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
22628         * progmodes/gud.el (gud-display-line): Don't set window-point if
22629         source buffer is not visible.  (Only happens with M-x gdba.)
22631         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22632         documentation.
22633         (gdb-source, gdb-source-info): Update to assembler unnecessary
22634         as its done after each GDB command anyway.
22635         (gdb-pre-prompt): Use with-current-buffer.
22636         (gdb-insert-field): Add help-echo text.
22637         (gdb-invalidate-assembler): Re-display of assembler now done in
22638         gdb-info-breakpoints-custom.
22639         (gdb-info-breakpoints-custom): Force re-display of assembler to
22640         happen *after* update of breakpoints buffer.
22641         (gdb-display-source-buffer): Don't choke if gdb-source-window
22642         isn't visible.
22643         (gdb-put-string, gdb-put-arrow): Remove free variables.
22645 2003-08-24  John Paul Wallington  <jpw@gnu.org>
22647         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22649         * man.el (Man-default-man-entry): Strip text properties when
22650         snarfing parts of entry because `format' preserves properties.
22652 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22654         * files.el (file-newest-backup): Use `expand-file-name'.
22656         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22657         Allow the diary to pop up a new frame, if needed.
22659         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22660         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22661         (smtpmail-send-it): Make treatment of envelope-from consistent with
22662         sendmail.el.
22664         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22665         (sh-leading-keywords): Add the bash `time' reserved word.
22666         (sh-variables): Add some bash variables.
22667         (sh-add-completer): Fix nil branch of case statement.
22669 2003-08-24  Masatake YAMATO  <jet@gyve.org>
22671         * progmodes/ld-script.el: New file.
22673 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
22675         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22677 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
22679         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22680         Better explain obsolescence, and what to use instead.
22682 2003-08-23  Masatake YAMATO  <jet@gyve.org>
22684         * pcvs.el (cvs-do-removal): Show the deleted file name
22685         on the prompt.
22687 2003-08-20  Dave Love  <fx@gnu.org>
22689         * international/mule.el (make-coding-system)
22690         (set-buffer-file-coding-system): Doc fix.
22692         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22694         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22696         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22698         * international/utf-16.el: Add mime-text-unsuitable coding system
22699         properties.
22701         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22703         * cus-edit.el: Add some :links.
22704         (bib): Remove.
22706         * textmodes/bib-mode.el (bib): Add :group external.
22708 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
22710         * wid-edit.el (widget-echo-help): Make it handle expressions that
22711         evaluate to strings.
22713 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
22715         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
22717         Simplify selection of SQL products to define highlighting and
22718         interactive mode.  Includes detailed instructions on adding
22719         support for new products.
22721         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
22722         product for use in highlighting and interactive mode.
22723         (sql-interactive-product): New variable.  SQL product for
22724         sql-interactive-mode.
22725         (sql-product-support): New variable.  Specifies product-specific
22726         parameters to drive highlighting and interactive mode.
22727         (sql-imenu-generic-expression): Add more object types.
22728         (sql-sqlite-options): Correct comment.
22729         (sql-ms-program): Use "osql" rather than "isql".
22730         (sql-prompt-regexp, sql-prompt-length): Update comment.
22731         (sql-mode-menu): Add "Start SQLi session" entry.
22732         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
22733         (sql-mode-abbrev-table): Add abbreviations.  Support of
22734         SYSTEM-FLAG on define-abbrev.  Support was removed with last
22735         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22736         (sql-mode-font-lock-object-name): Add font-lock pattern for object
22737         names.
22738         (sql-mode-ansi-font-lock-keywords): Set as default value.
22739         (sql-mode-oracle-font-lock-keywords): Set as default value.
22740         Support Oracle 9i keywords.
22741         (sql-mode-postgres-font-lock-keywords): Set as default value.
22742         (sql-mode-linter-font-lock-keywords): Set as default value.
22743         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
22744         SQLServer 2000.
22745         (sql-mode-sybase-font-lock-keywords)
22746         (sql-mode-interbase-font-lock-keywords)
22747         (sql-mode-sqlite-font-lock-keywords)
22748         (sql-mode-strong-font-lock-keywords)
22749         (sql-mode-mysql-font-lock-keywords)
22750         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
22751         keywords.
22752         (sql-mode-font-lock-defaults): Update comment.
22753         (sql-product-feature): New function.  Returns feature associated
22754         with a product from `sql-product-support' alist.
22755         (sql-product-font-lock): New function.  Set font-lock support
22756         based on `sql-product'.
22757         (sql-add-product-keywords): New function.  Add font-lock rules to
22758         product-specific keyword variables.
22759         (sql-set-product): New function.  Set `sql-product' and apply
22760         appropriate font-lock highlighting.
22761         (sql-highlight-product): New function.  Set font-lock support
22762         based on a product.  Also set mode name to include product name.
22763         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22764         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22765         Use `sql-set-product'.
22766         (sql-highlight-ms-keywords)
22767         (sql-highlight-sybase-keywords)
22768         (sql-highlight-interbase-keywords)
22769         (sql-highlight-strong-keywords)
22770         (sql-highlight-mysql-keywords)
22771         (sql-highlight-sqlite-keywords)
22772         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
22773         (sql-get-login): Prompt in the same order as the tokens.
22774         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22775         (sql-product-interactive): New function.  Common portions of
22776         product-specific interactive mode wrappers.
22777         (sql-interactive-mode): Rewritten to use product features.
22778         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22779         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22780         (sql-db2, sql-linter): Use `sql-product-interactive'.
22781         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22782         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22783         (sql-connect-ingres, sql-connect-postgres)
22784         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22785         New functions.  Format command line parameters and invoke comint on
22786         the appropriate interpreter.  Code was in the corresponding
22787         `sql-xyz' function before.
22788         (sql-connect-ms): New function.  Support -E argument to use
22789         operating system credentials for authentication.
22791 2003-08-18  Kenichi Handa  <handa@m17n.org>
22793         * international/mule.el (encode-char): Fix for the ASCII case.
22795 2003-08-15  Kenichi Handa  <handa@m17n.org>
22797         * international/fontset.el (setup-default-fontset): Change "*" to
22798         nil in the specifications of font family.
22800 2003-08-18  Kim F. Storm  <storm@cua.dk>
22802         * kmacro.el (kmacro-keymap): Group related bindings in
22803         initialization for clarity.  Bind C-s to start macro.
22804         Remove C-r binding.
22805         (kmacro-initial-counter-value): New defvar to hold initial counter
22806         value in case we set the value before defining a macro.
22807         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22808         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22809         not defining or executing macro.  Doc fix.
22810         (kmacro-add-counter): Clear kmacro-initial-counter-value.
22811         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22812         temporarily view older elements on the macro ring without cycling
22813         the ring.
22814         (kmacro-display): Doc fix.
22815         (kmacro-exec-ring-item): New helper function.
22816         (kmacro-call-ring-2nd): Use it.
22817         (kmacro-call-ring-2nd-repeat): Doc fix.
22818         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22819         (kmacro-end-or-call-macro): Execute last viewed macro (using
22820         kmacro-exec-ring-item) from ring if this follows
22821         kmacro-view-macro.  This allows us to find a macro on the ring
22822         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22823         the ring to bring it to the head of the ring.
22824         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22825         Allow binding to reserved keys without specifying C-x C-k prefix.
22826         Ask for confirmation if entered key sequence is already bound to
22827         a non-macro command.
22828         (kmacro-view-macro): Repeating command will show older elements
22829         on the macro ring; C-k will execute the last viewed macro.
22830         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
22831         property from 'ring to 'head.
22833 2003-08-17  Alan Shutko  <ats@acm.org>
22835         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22836         keeping December out of the alist.
22838 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
22840         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22841         * calendar/calendar.el (calendar-mode-map): Bind it to key.
22842         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22843         (calendar-flatten): New function.
22844         (calendar-mouse-view-other-diary-entries)
22845         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22846         in the menu title and to show multi-line diary entries correctly
22847         in the menu.
22849 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
22851         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22852         defcustom, because the default was recently changed.
22854 2003-08-16  Richard M. Stallman  <rms@gnu.org>
22856         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22858         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22859         New subroutine, broken out of eval-last-sexp-1.
22860         (eval-last-sexp-1): Use eval-last-sexp-print-value.
22862         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22864         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22866         * simple.el (eval-expression): Use eval-last-sexp-print-value.
22868 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
22870         * progmodes/compile.el (compilation-error-regexp-alist):
22871         Add Java ANt error detection as described in document
22872         http://ant.apache.org/faq.html
22874 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
22876         * simple.el (backward-word, forward-to-indentation)
22877         (backward-to-indentation): Argument changed to optional.
22878         (next-line, previous-line): Use `or' instead of `unless'.
22880 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22882         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22883         instead of a constant.
22885 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
22887         * shell.el (shell): With prefix-arg, suggest a new buffer name.
22889 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
22891         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22892         (vc-sccs-workfile-version): Search the entire delta table, rather
22893         than just the first entry, because that might be a deleted version.
22895 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
22897         * menu-bar.el (menu-bar-options-menu): Supply a body for the
22898         [save-place] binding in the Options menu.  Have it require
22899         'saveplace' and then toggle the variable manually, to avoid an
22900         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
22901         for the bug report.
22903 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
22905         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22906         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22907         (gdb-info-threads-custom): Add help-echo text.
22908         (gdb-display-back): Don't use purecopy.
22909         (gdb-info-breakpoints-custom, gdb-reset)
22910         (gdb-assembler-custom): Use display-images-p to test if breakpoint
22911         icons can be displayed.
22913 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
22915         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22917 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
22919         * bookmark.el (bookmark-completing-read):
22920         Return a string, instead of a list of one string.
22921         Use a popup menu if activated from the mouse.
22922         (bookmark-edit-annotation): Remove unused vars.
22923         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22924         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22925         to bookmark-completing-read.
22926         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22927         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22928         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22929         and erase-buffer.
22930         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22931         (bookmark-menu-jump, bookmark-menu-insert)
22932         (bookmark-popup-menu-and-apply-function)
22933         (bookmark-menu-popup-paned-bookmark-menu): Remove.
22934         (bookmark-menu-build-paned-menu): Remove by folding it into
22935         bookmark-menu-popup-paned-menu.
22936         (menu-bar-bookmark-map): Move the define-key statements here.
22937         Use the "non-menu" commands since they now pop up a menu if needed.
22938         (bookmark-exit-hook-internal): Simplify.
22940 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
22942         * reftex-toc.el (reftex-toc-rename-label): New function.
22943         (reftex-toc-check-docstruct): New function.
22945         * reftex.el (reftex-region-active-p): New function.
22947         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22948         regexp to find the \bibliography macro.
22950         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22951         which does not exist in LaTeX.
22952         (reftex-cite-format-builtin): Added amsrefs support.
22953         (reftex-toc-confirm-promotion): New option
22955         * reftex-toc.el
22956         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22957         (reftex-toc-demote, reftex-toc-promote)
22958         (reftex-toc-do-promote, reftex-toc-promote-prepare)
22959         (reftex-toc-promote-action, reftex-toc-extract-section-number)
22960         (reftex-toc-newhead-from-alist)
22961         (reftex-toc-load-all-files-for-promotion): New functions.
22962         (reftex-toc-help): Added description of new keys.
22963         (reftex-toc-split-windows-fraction): New option.
22964         (reftex-recenter-toc-when-idle): Search *toc* window on all
22965         visible frames.
22966         (reftex-toc): Additional parameter REUSE
22967         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
22968         with REUSE argument.
22969         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22970         the call of `reftex-toc'.
22971         (reftex-make-separate-toc-frame): New function .
22972         (reftex-toc-recenter): When called with triple prefix arg, call
22973         `reftex-make-separate-toc-frame' first.
22974         (reftex-toc-toggle-dedicated-frame): New command.
22975         (reftex-toc-quit): Adapted to delete frame when called in
22976         dedicated frame.
22978         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22979         all enclosing macros.
22982 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22984         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22985         first use.
22987 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22989         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22991 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22993         * calendar/calendar.el (list-diary-entries-hook)
22994         (diary-display-hook, nongregorian-diary-listing-hook)
22995         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22996         Add some customize options for these hooks.
22997         (calendar-abbrev-construct): Don't try to take a substring longer
22998         than the original string.
23000 2003-08-05  Richard M. Stallman  <rms@gnu.org>
23002         * emacs-lisp/testcover.el (noreturn): Report error if does return.
23003         (testcover-reinstrument-clauses): Doc fix.
23005         * emacs-lisp/warnings.el: Doc fixes, args renamed.
23006         (warning-type-format): Rename from warning-group-format.
23008         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23009         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23010         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23011         to prevent warnings about defvar for an obsolete variable.
23013         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23014         warning-group-format renamed to warning-type-format.
23016         * subr.el (read-passwd): Use clear-string instead of fillarray.
23018         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23019         Use vconcat instead of concat.
23020         (edmacro-sanitize-for-string): New function.
23022 2003-08-05  Dave Love  <fx@gnu.org>
23024         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23025         line-number-display-limit-width.
23027         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23029 2003-08-05  Kenichi Handa  <handa@m17n.org>
23031         * international/code-pages.el: Don't require mule-diag.
23033         * international/mule-diag.el (non-iso-charset-alist):
23034         Add autoload cookie.
23036         * language/devan-util.el (dev-glyph-order): Add an entry for the
23037         glyph code #xC4.
23039 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
23041         * calendar/calendar.el (diary-file, diary-file-name-prefix)
23042         (european-calendar-style, diary-date-forms)
23043         (calendar-day-name-array, calendar-month-name-array): Doc change.
23044         (generate-calendar-month): Adapt for new behavior of
23045         `calendar-day-name' function.
23046         (calendar-abbrev-length, calendar-day-abbrev-array)
23047         (calendar-month-abbrev-array): New variables.
23048         (calendar-abbrev-construct): New function.
23049         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23050         rather than fixing abbrevs at some width.  Calling syntax change.
23051         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
23052         (calendar-date-string): Adapt for new behaviors of
23053         `calendar-day-name' and `calendar-month-name' functions.
23055         * calendar/diary-lib.el (list-diary-entries): Adapt for new
23056         behavior of `calendar-day-name' and `calendar-month-name' functions.
23057         (diary-name-pattern): Use abbrev arrays, rather than fixing
23058         abbrevs at three chars.  Calling syntax change.
23059         (mark-diary-entries): Adapt for new behaviors of
23060         `diary-name-pattern' and `calendar-make-alist' functions.
23061         (fancy-diary-font-lock-keywords): Adapt for new behavior of
23062         `diary-name-pattern' function.
23063         (font-lock-diary-date-forms): Use abbrev arrays, rather than
23064         fixing abbrevs at three chars.  Calling syntax change.
23065         (cal-hebrew, cal-islam): Require when compiling.
23066         (diary-font-lock-keywords): Adapt for new behavior of
23067         `font-lock-diary-date-forms' function.
23069         * calendar/cal-hebrew.el: Reposition some code so defined before used.
23070         (calendar-hebrew-month-name-array-common-year)
23071         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23072         (list-hebrew-diary-entries): Adapt for new behaviors of
23073         `calendar-day-name' and `add-to-diary-list' functions.
23074         (mark-hebrew-diary-entries): Adapt for new behaviors of
23075         `diary-name-pattern' and `calendar-make-alist' functions.
23077         * calendar/cal-islam.el (calendar-islamic-month-name-array):
23078         Add doc string.
23079         (list-islamic-diary-entries): Adapt for new behaviors of
23080         `calendar-day-name' and `add-to-diary-list' functions.
23081         (mark-islamic-diary-entries): Adapt for new behaviors of
23082         `diary-name-pattern' and `calendar-make-alist' functions.
23084         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23085         `calendar-month-name' function.
23087         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23089         * calendar/solar.el (solar-seasons-data): Move definition before use.
23091         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23092         (cal-tex-LaTeX-hourbox): Move definition before use.
23094         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23095         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23096         * lunar.el, solar.el (displayed-month, displayed-year):
23097         Define for compiler.
23099 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23101         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23102         MODE.  Renamed from c-init-c-language-vars'.
23103         (c-initialize-cc-mode): Change accordingly.
23104         (c-common-init): Ditto.
23105         (c-mode): Ditto.
23106         (c++-mode): Use `c-init-language-vars-for'.
23107         (objc-mode): Ditto.
23108         (java-mode): Ditto.
23109         (idl-mode): Ditto.
23110         (pike-mode): Ditto.
23111         (awk-mode): Ditto.
23113 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23115         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23116         or not the point moved.
23118         (c-search-decl-header-end): Don't trip up on operator identifiers
23119         in C++ and operators like == in all languages.
23121         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23122         Detect leading labels correctly.
23124 2003-08-02  Andreas Schwab  <schwab@suse.de>
23126         * textmodes/ispell.el: Don't redo key bindings on loading, put
23127         them only in loaddefs.el.
23128         * bookmark.el: Likewise.
23129         * dabbrev.el: Likewise.
23130         * emerge.el: Likewise.
23132         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23133         has more than one member.
23135         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23137 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23139         * lpr.el (printify-region): It was ending conversion before the
23140         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
23142 2003-07-31  John Paul Wallington  <jpw@gnu.org>
23144         * net/browse-url.el (browse-url-epiphany): Doc fix.
23146 2003-07-30  Kenichi Handa  <handa@m17n.org>
23148         * international/fontset.el (setup-default-fontset):
23149         Change registry names of Akurti fonts.
23151 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23153         * comint.el (comint-read-noecho): Use `clear-string' instead of
23154         `fillarray'.
23156 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
23158         * outline.el (outline-mode-hook): Add defvar.
23160 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
23162         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23163         Restore assembler in source window if that is what has been selected.
23164         (menu): Add gdb-restore-windows to menu.  Make gdba
23165         specific menus only visible from gdba.
23167 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
23169         * progmodes/compile.el (compilation-environment): New user variable.
23170         (compile-internal): Respect it.
23172 2003-07-23  Masatake YAMATO  <jet@gyve.org>
23174         * progmodes/gud.el (gdb-script-font-lock-keywords):
23175         Put `font-lock-function-name-face' on a symbol which includes
23176         `-' like `hook-run'.  Put font-lock-variable-name-face
23177         on a symbol starting with $.
23179 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
23181         * files.el (set-visited-file-name): Use truename for buffer-file-name.
23183 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23185         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23187 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
23189         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23190         Use with-no-warnings.
23191         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23192         rather than to find-file-not-found-hook, which doesn't exist.
23194 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23196         * international/quail.el (quail-translate-key): Fix previous change.
23198 2003-07-25  John Paul Wallington  <jpw@gnu.org>
23200         * server.el (server-start): Check `server-process' is non-nil
23201         before killing it to avoid killing current buffer's process.
23203         * simple.el (choose-completion-string): Use `minibufferp';
23204         test `completion-reference-buffer' if `buffer' arg is nil.
23205         (push-mark): Use `when' and `unless'.
23206         (pop-mark): Use `when'.
23208         * mouse-sel.el (mouse-sel-get-selection-function):
23209         Check `x-last-selected-text-primary'.  Don't barf if it or
23210         `x-last-selected-text' aren't bound.
23212 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23214         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23216 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
23218         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23220 2003-07-23  John Paul Wallington  <jpw@gnu.org>
23222         * tooltip.el (defface tooltip): Inherit from variable-pitch.
23224 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
23226         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23227         string.  Defvar the derived hook.
23229         * macros.el (insert-kbd-macro): Escape double quote character.
23230         From Thomas W Murphy <twm@andrew.cmu.edu>.
23232 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
23234         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23235         to match the specific mark rather than reusing comment-start-skip.
23237 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
23239         * progmodes/hideshow.el (hs-special-modes-alist):
23240         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
23242 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
23244         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23245         value using ?\s.
23247 2003-07-21  John Paul Wallington  <jpw@gnu.org>
23249         * subr.el (with-selected-window): Add closing paren.
23251 2003-07-21  Richard M. Stallman  <rms@gnu.org>
23253         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23254         (lisp-mode): Likewise.
23256         * subr.el (with-selected-window): Copy code form save-selected-window
23257         so as to call select-window with norecord arg.
23258         (dynamic-completion-table): Doc fix.
23259         (lazy-completion-table): Doc fix.
23261         * international/mule-cmds.el (set-locale-environment):
23262         langinfo renamed to locale-info.
23264         * international/mule.el (auto-coding-functions): Doc fix.
23266 2003-07-21  Kenichi Handa  <handa@m17n.org>
23268         * international/quail.el (quail-translate-key):
23269         Update quail-current-str correctly.
23271 2003-07-21  Andreas Schwab  <schwab@suse.de>
23273         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23274         ?, to "_".
23276 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
23277         Version 2.0.36 of Tramp released.
23279         * net/tramp.el (tramp-default-password-end-of-line): Rename from
23280         tramp-password-end-of-line.
23281         (tramp-password-end-of-line): New method parameter.
23282         (tramp-get-password-end-of-line): Function to access method
23283         parameter `tramp-password-end-of-line', or variable
23284         `tramp-default-password-end-of-line' (default value).
23285         (tramp-methods): Add entries for new parameter
23286         tramp-password-end-of-line.
23287         (tramp-enter-password): Use new function
23288         `tramp-get-password-end-of-line'.
23289         (tramp-handle-insert-file-contents): Do not
23290         unconditionally inhibit the file operation file-local-copy, only
23291         do that when the inhibit-file-name-operation is currently
23292         insert-file-contents.  This fixes finding remote CVS-controlled
23293         files.  (It would barf on inserting the CVS/Entries file
23294         literally, because the file-local-copy handler wasn't called.)
23295         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23296         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23297         (tramp-initial-commands): New variable.
23298         (tramp-process-initial-commands): New function, using the variable.
23299         (tramp-open-connection-setup-interactive-shell): Call the new function.
23300         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23301         method into the buffer name, never use nil.  Reported by Hanak
23302         David <dhanak@inf.bme.hu>.
23303         (tramp-open-connection-setup-interactive-shell): Erase buffer
23304         before sending "stty -onlcr".
23306         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23308 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
23310         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23312 2003-07-19  John Paul Wallington  <jpw@gnu.org>
23314         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23315         (artist-draw-rect, artist-draw-square): Doc fixes.
23317         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23319         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23321 2003-07-19  Kenichi Handa  <handa@m17n.org>
23323         * international/kkc.el (kkc-show-conversion-list-update):
23324         Highlight the correct candidate in the message.
23326 2003-07-18  John Paul Wallington  <jpw@gnu.org>
23328         * simple.el (current-word): Don't include punctuation char when
23329         `really-word' arg is non-nil.
23331 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
23333         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23334         moved to the directory obsolete.
23336 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
23338         * info.el (Info-menu-entry-name-re): Allow newlines in
23339         menu entry names.
23341         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23342         syntax-ppss-after-change-function.
23343         (syntax-ppss-after-change-function): New alias.  Update uses.
23344         (syntax-ppss): Catch the case where the buffer is narrowed.
23346 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23348         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23349         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23351 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23353         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23354         since it might be modified.
23356         * progmodes/cc-langs.el (c++-make-template-syntax-table)
23357         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23358         names to these language constants.
23360 2003-07-15  Kim F. Storm  <storm@cua.dk>
23362         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23363         All uses changed.
23365 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
23367         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23368         Namespace support.
23370 2003-07-13  Juanma Barranquero  <lektu@terra.es>
23372         * frame.el (modify-all-frames-parameters): Reinstall (copyright
23373         papers received).
23375 2003-07-13  Karl Eichwalder  <ke@suse.de>
23377         * textmodes/po.el (po-find-charset): White space at the start of the
23378         Content-Type field body is non-mandatory.
23380 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
23382         * textmodes/texinfo.el (texinfo-section-list):
23383         Append appendixsection; a synonym for appendixsec.
23385 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
23387         * man.el (Man-translate-cleanup): New.
23388         (Man-translate-references): Call `Man-translate-cleanup' to clean
23389         leading, trailing and middle spaces.
23391 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
23393         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23394         Handle `dired-directory' being a list.
23396 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23398         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23399         it doesn't exist.
23401 2003-07-12  Richard M. Stallman  <rms@gnu.org>
23403         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23405         * progmodes/cc-defs.el (c-make-keywords-re):
23406         Don't use delete-duplicates.
23407         (c-lang-const): Don't use mapcan.
23409         * apropos.el (apropos-show-scores): Make it customizable.
23410         Document new meaning.
23411         (apropos): Compute scores from symbols.
23412         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23414 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23416         * ps-bdf.el: Fix copyright line.
23417         (bdf-directory-list): Fix initialization code.
23419 2003-07-11  John Paul Wallington  <jpw@gnu.org>
23421         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23422         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23423         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23425 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
23427         * emacs-lisp/ring.el (ring-elements): Doc fix.
23429 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23431         * calendar/timeclock.el (timeclock-relative)
23432         (timeclock-ask-before-exiting, timeclock-use-display-time):
23433         Doc changes.
23434         (timeclock-modeline-display): Give a message if
23435         `timeclock-use-display-time' is non-nil but `display-time-mode'
23436         is not active.
23438 2003-07-11  Kenichi Handa  <handa@m17n.org>
23440         * international/mule-cmds.el (set-language-environment):
23441         Set current-language-environment to the correct string.
23443 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23445         * ps-print.el: Print line number correctly in a region.  Reported by
23446         Tim Allen <timallen@ls83.fsnet.co.uk>.
23447         (ps-print-version): New version number (6.6.2).
23448         (ps-printing-region): Code fix.
23450 2003-07-10  John Paul Wallington  <jpw@gnu.org>
23452         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23453         this function can be called from `add-completions-from-tags-table'.
23455 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
23457         * calendar/timeclock.el (timeclock-use-display-time)
23458         (timeclock-day-over-hook, timeclock-workday-remaining)
23459         (timeclock-status-string, timeclock-when-to-leave)
23460         (timeclock-when-to-leave-string, timeclock-log-data)
23461         (timeclock-find-discrep, timeclock-day-base)
23462         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23463         (timeclock-modeline-display): Set the variable
23464         `timeclock-modeline-display'.
23465         (timeclock-update-modeline): Doc fix.  Respect value of
23466         `timeclock-relative'.
23468 2003-07-09  Richard M. Stallman  <rms@gnu.org>
23470         * textmodes/reftex-parse.el (reftex-all-document-files):
23471         Add autoload cookie.
23473         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23474         (reftex-scanning-info-available-p): Add autoload cookie.
23476         * international/mule-cmds.el
23477         (set-display-table-and-terminal-coding-system): Delete duplicate
23478         aset on standard-display-table.
23480         * view.el (view-file): If existing buffer's major mode is special,
23481         don't go into view mode.
23483         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23485 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23487         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23488         buffer changes; there's third party code that calls this function
23489         directly.
23491 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23493         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23494         (autodoc-font-lock-keywords): Don't byte compile on font lock
23495         initialization when running from byte compiled files.
23497 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
23499         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23500         statement ends with auto-increment "++".
23502 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23504         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23505         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23506         these are changed, so declare them as variables and not constants.
23508 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
23510         * subr.el (dolist, dotimes): Doc fix.
23512 2003-07-08  Kim F. Storm  <storm@cua.dk>
23514         * international/mule-cmds.el
23515         (set-display-table-and-terminal-coding-system): Don't break
23516         bootstrap if standard-display-table isn't setup yet.
23518 2003-07-07  Richard M. Stallman  <rms@gnu.org>
23520         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23521         Give it a doc string, and autoload it.
23523         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23524         Use with-no-warnings.
23526         * info.el (Info-search): If find invisible text, search again.
23528         * isearch.el (search-whitespace-regexp): Add a shy group around it.
23530         * man.el (Man-name-regexp): Match + as part of name.
23532         * simple.el (visible-mode): Rename from vis-mode.
23533         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23535         * simple.el (current-word): New arg REALLY-WORD specifies
23536         don't include punctuation chars.
23538         * emacs-lisp/debug.el (debug, debugger-env-macro):
23539         Use with-no-warnings while accessing and binding unread-command-char.
23541         * international/mule-cmds.el
23542         (set-display-table-and-terminal-coding-system): Use explicit loop
23543         instead of calling standard-display-default.
23545         * net/ange-ftp.el (ange-ftp-file-symlink-p):
23546         Use condition-case to catch error in ange-ftp-get-files.
23548         * net/browse-url.el (browse-url-browser-function):
23549         Add alternative for Epiphany.
23550         (browse-url-epiphany-program, browse-url-epiphany-arguments)
23551         (browse-url-epiphany-startup-arguments)
23552         (browse-url-epiphany-new-window-is-tab): New variables.
23553         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23555         * progmodes/compile.el (compile-auto-highlight): Default now t.
23556         (compile): Doc fix.
23557         (compilation-next-error): Fix previous change.
23559         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23561         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23563 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
23565         * gdb-ui.el (gdb-source-info): Display current frame when
23566         attaching to an existing process.
23567         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23568         while laying out windows when attaching to an existing process.
23570 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
23572         * info.el (Info-menu): Use Info-menu-entry-name-re.
23574 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
23576         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23577         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23579         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23580         to match the same text.
23582 2003-07-06  John Paul Wallington  <jpw@gnu.org>
23584         * vc.el (vc-annotate-offset): Move defvar up.
23586 2003-07-06  Kim F. Storm  <storm@cua.dk>
23588         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23589         This should fix the infinite loop when extracting menu names.
23591 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
23593         * files.el (auto-mode-alist, interpreter-mode-alist):
23594         Remove entries to CC Mode modes to avoid duplicates; they are now added
23595         with autoload directives in cc-mode.el.
23597 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
23599         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23600         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23601         these are changed, so declare them as variables and not constants.
23603         * progmodes/cc-mode.el: Fix some autoload problems: Try to
23604         ensure that the entry for ".c" extension comes before the one for
23605         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23606         Fix incorrect entries that were added to `interpreter-mode-alist'.
23607         Move the autoload directives for AWK to the top level since they
23608         aren't recognized anywhere else.  Do not use the new AWK mode doc
23609         in the autoload form for the old AWK mode.
23611 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23613         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23614         (bibtex-sort-ignore-string-entries): Default value t.
23615         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23616         erroneously in previous version.
23617         (bibtex-string-files): Docstring reflects new parsing scheme.
23618         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23619         docstring, add # as one of the chars to crush
23620         (bibtex-autokey-prefix-string, bibtex-autokey-names)
23621         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23622         (bibtex-autokey-name-change-strings)
23623         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23624         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23625         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23626         (bibtex-autokey-title-terminators)
23627         (bibtex-autokey-titlewords-stretch)
23628         (bibtex-autokey-titleword-ignore)
23629         (bibtex-autokey-titleword-case-convert)
23630         (bibtex-autokey-titleword-abbrevs)
23631         (bibtex-autokey-titleword-abbrevs)
23632         (bibtex-autokey-titleword-change-strings)
23633         (bibtex-autokey-titleword-length)
23634         (bibtex-autokey-titleword-separator)
23635         (bibtex-autokey-name-year-separator)
23636         (bibtex-autokey-year-title-separator)
23637         (bibtex-autokey-before-presentation-function)
23638         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23639         Fix docstring.
23640         (bibtex-strings, bibtex-reference-keys):
23641         Use lazy-completion-table and make-variable-buffer-local.
23642         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23643         (bibtex-braced-string-syntax-table)
23644         (bibtex-quoted-string-syntax-table): New variables.
23645         (bibtex-parse-nested-braces): Remove.
23646         (bibtex-parse-field-string): Use syntax table and forward-sexp.
23647         (bibtex-parse-association): Simplify.
23648         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23649         (bibtex-parse-field-text): Simplify.
23650         (bibtex-search-forward-field, bibtex-search-backward-field):
23651         argument BOUND can take value t.
23652         (bibtex-start-of-field, bibtex-start-of-name-in-field)
23653         (bibtex-end-of-name-in-field, bibtex-end-of-field)
23654         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23655         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23656         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23657         (bibtex-skip-to-valid-entry): Return buffer position of beginning
23658         and ending of entry.  Update for changes of bibtex-search-entry.
23659         Simplify.
23660         (bibtex-map-entries): FUN is called with three arguments.
23661         (bibtex-search-entry): Return a cons pair with buffer positions of
23662         beginning and end of entry.
23663         (bibtex-enclosing-field): Simplify.
23664         (bibtex-format-entry): Use booktitle to set a missing title.
23665         (bibtex-autokey-get-names): Fiddle with regexps.
23666         (bibtex-generate-autokey): Use identity.
23667         (bibtex-parse-keys): Use simplified parsing algorithm if
23668         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
23669         arguments.  Return alist of keys.
23670         (bibtex-parse-strings): Simplify.  Return alist of strings.
23671         (bibtex-complete-string-cleanup): Fix docstring.
23672         (bibtex-read-key): New function.
23673         (bibtex-mode): Fix docstring.  Do not parse for keys and
23674         strings when the mode is entered.  Set fill-paragraph-function to
23675         bibtex-fill-field.  Setup font-lock-mark-block-function the way
23676         font-lock intended.
23677         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
23678         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23679         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23680         (bibtex-Preamble): Avoid hard coded constants.
23681         (bibtex-make-field): Fix docstring.  Simplify.
23682         (bibtex-beginning-of-entry): Always return new position of point.
23683         (bibtex-end-of-entry): Rearrange cond clauses.
23684         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23685         Update for changes of bibtex-map-entries.
23686         (bibtex-ispell-abstract): Do not move point.
23687         (bibtex-entry-index): Use downcase.  Simplify.
23688         (bibtex-lessp): Handle catch-all.
23689         (bibtex-find-crossref): Turn into a command.
23690         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
23691         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
23692         preamble entries.
23693         (bibtex-fill-field-bounds): New function.
23694         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
23695         (bibtex-fill-entry): Use bibtex-fill-field-bounds
23696         (bibtex-String): Use bibtex-strings.  Always obey
23697         bibtex-sort-ignore-string-entries.
23699 2003-07-05  John Paul Wallington  <jpw@gnu.org>
23701         * cus-theme.el (customize-create-theme):
23702         Call `customize-create-theme' in Reset widget's notify function.
23704         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23705         (ibuffer-mark-interactive): Use `or' instead of `unless'.
23706         (define-ibuffer-column name): Add summarizer.
23707         (define-ibuffer-column size): Likewise.
23708         (define-ibuffer-column filename): Likewise.
23709         (define-ibuffer-column process): Likewise.  Change BODY's output too.
23710         (define-ibuffer-column filename-and-process): Likewise, likewise.
23711         (ibuffer): Remove local vars `already-in' and `need-update'.
23713         * ibuf-ext.el: Don't require `derived' at compile-time.
23715 2003-07-05  Kim F. Storm  <storm@cua.dk>
23717         * info.el: Disable paragraph refilling.
23718         (Info-refill-paragraphs): New defcustom.
23719         (Info-fontify-node): Use it.
23721 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
23723         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23724         thingies from constructors created by defstruct.
23726         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23727         the default value of the variable.
23728         (byte-code-meter): Move declaration to top level.
23730         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23732         * info.el (Info-following-node-name-re): New fun.
23733         (Info-following-node-name): Remove.
23734         (Info-insert-dir): Use the new fun.
23735         (Info-extract-pointer): Don't save restriction; use new fun.
23736         (Info-menu-entry-name-re): New const.
23737         (Info-menu-entry-name-re): Use it along with new fun.
23738         (Info-node-spec-re): Use new fun.
23739         (Info-complete-menu-item, Info-fontify-node): Use new const.
23740         (Info-goto-node, Info-follow-reference, Info-menu-update):
23741         Use match-string.
23742         (Info-follow-reference): Use assoc-string.
23743         Use a list of strings for the completion table.
23744         (Info-fontify-node): Use match-string, line-end-position.
23745         Limit the search for `node:' to the first line.
23747         * newcomment.el (uncomment-region): Remove padding coming from
23748         comment-start rather than just from comment-padding.
23750         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23751         (vc-cvs-stay-local-p): Use vc-stay-local-p.
23752         (vc-cvs-rename-file): Remove (use the default).
23753         (vc-cvs-register): Register parent dir if needed.
23754         (vc-cvs-could-register): Return non-nil if parent can be registered.
23755         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23756         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23758         * vc-svn.el (vc-svn-use-edit): Make it into a const.
23759         (vc-svn-update): Fix the arguments to `svn'.
23760         (vc-svn-diff-tree): Just use `vc-svn-diff'.
23761         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23762         Simple implementations, assuming `name' is a URL.
23764         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23765         set of chars allowed unquoted in a case pattern.
23767         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23769         * font-lock.el (font-lock-extra-types-widget)
23770         (c-font-lock-extra-types, c++-font-lock-extra-types)
23771         (objc-font-lock-extra-types, java-font-lock-extra-types)
23772         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23773         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23774         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23775         (font-lock-match-c++-structor-declaration)
23776         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23777         (c++-font-lock-keywords-3, c++-font-lock-keywords)
23778         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23779         (objc-font-lock-keywords-3, objc-font-lock-keywords)
23780         (java-font-lock-keywords-1, java-font-lock-keywords-2)
23781         (java-font-lock-keywords-3, java-font-lock-keywords)
23782         (java-font-lock-syntactic-face-function): Remove obsolete code
23783         and constants.  It's all in cc-fonts.el now.
23785 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
23787         * mail/sendmail.el (mail-specify-envelope-from)
23788         (mail-envelope-from): Doc fix.
23790 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
23792         * generic-x.el: Do away with the dependency on `c-emacs-features'
23793         when populating `rul-generic-mode-syntax-table'; we already know
23794         this isn't XEmacs.
23796 See ChangeLog.10 for earlier changes.
23798 ;; Local Variables:
23799 ;; coding: iso-2022-7bit
23800 ;; End:
23802     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
23803   Copying and distribution of this file, with or without modification,
23804   are permitted provided the copyright notice and this notice are preserved.
23806 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1