* viper-cmd.el (viper-escape-to-state): bug fix
[emacs.git] / lisp / ChangeLog
blob94892c13f58969e811033397dcab6d89ce36d1cd
1 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2         
3         * viper-cmd.el (viper-escape-to-state): bug fix
4         (viper-envelop-ESC-key): changed the definition of fast keysequence so
5         it'll work with keyboard macros
6         
7         * ediff.el (ediff-patch-buffer): changed the docstring.
8         
9 2005-07-19  Kenichi Handa  <handa@m17n.org>
11         * international/mule-cmds.el (select-safe-coding-system): Try to
12         use an auto-coding (if any) before anything else.  If the found
13         auto-coding is invalid, show a warning message.
15         * international/mule.el (find-auto-coding): New function created
16         by modifying the body of set-auto-coding.
17         (set-auto-coding): Use find-auto-coding to find a coding.
19 2005-07-18  Richard M. Stallman  <rms@gnu.org>
21         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
22         not isearch-mode-end-hook-error.
23         (allout-before-change-protect): Fix error message.
25 2005-07-18  Juri Linkov  <juri@jurta.org>
27         * allout.el (allout-mode):
28         * calculator.el (calculator-copy):
29         * custom.el (custom-known-themes):
30         * dired.el (dired-desktop-buffer-misc-data)
31         (dired-restore-desktop-buffer):
32         * dired-x.el (dired-omit-marker-char):
33         * files.el (basic-save-buffer):
34         * font-core.el (font-lock-mode):
35         * calendar/calendar.el (calendar-goto-hebrew-date)
36         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
37         (calendar-goto-persian-date):
38         * language/ethio-util.el (ethio-sera-to-fidel-region):
39         * textmodes/picture.el (picture-mode):
40         Delete duplicate duplicate words.
42 2005-07-18  Juri Linkov  <juri@jurta.org>
44         * isearch.el (isearch-mode-map): Remove key bindings for regexp
45         chars * ? } |.
46         (isearch-fallback): Don't call `isearch-process-search-char'.
47         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
48         (isearch-process-search-char): Call `isearch-fallback' for regexp
49         chars * ? } |.
50         (isearch-return-char): Make obsolete with `make-obsolete' instead
51         of simply documenting it as obsolete in the docstring.
52         (isearch-fallback): Refill docstring.
54         * international/isearch-x.el
55         (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
56         Add intermediate values to `junk-hist' instead of `minibuffer-history'.
57         Test the length of `str'.
59 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
61         * allout.el (allout-resolve-xref): Fix typos in error strings.
62         (allout-before-change-protect): Remove unneeded `concat'.
64         * array.el (array-mode, array-reconfigure-rows)
65         (untabify-backward): Fix typos in docstrings.
66         (array-reconfigure-rows): Use `insert-buffer-substring', not
67         `insert-buffer'.
69         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
70         * progmodes/ada-mode.el (ada-make-body): Use
71         `insert-buffer-substring' and `goto-char', not `insert-buffer'.
73         * dired.el (dired-log):
74         * tar-mode.el (tar-subfile-save-buffer):
75         * play/zone.el (zone-pgm-stress-destress):
76         Use `insert-buffer-substring', not `insert-buffer'.
78 2005-07-17  Simon Josefsson  <jas@extundo.com>
80         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
82 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
84         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
85         Add plain auth method.
86         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
88 2005-07-17  Kim F. Storm  <storm@cua.dk>
90         * ido.el (dired-other-window): Add ido property.
92 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
94         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
95         Fix typo in docstring.
96         (byte-compile-interactive-only-functions): Add `insert-buffer' and
97         `insert-file-literally'.
99         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
100         info and delete redundant message.  Doc fix.
101         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
102         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
104 2005-07-16  Richard M. Stallman  <rms@gnu.org>
106         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
107         (byte-compile-and): Use byte-compile-and-recursion.
108         (byte-compile-or-recursion): New function.
109         (byte-compile-or): Use that.
110         (byte-compile-if): Guard the else-clause too.
111         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
113         * isearch.el (isearch-mode-end-hook-quit): New variable.
114         (isearch-done): Bind it.
115         (isearch-mode-end-hook): Doc fix.
117         * allout.el (allout-isearch-did-quit): Variable deleted.
118         (allout-real-isearch-abort): Function name no longer used.
119         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
120         (allout-isearch-rectification): isearch-mode always exists.
121         Don't set allout-isearch-did-quit.
122         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
123         allout-isearch-did-quit.
124         (allout-enwrap-isearch): Just add the hook.
125         (allout-isearch-abort): Function deleted.
126         (allout-pre-command-business): Avoid warning.
128         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
129         Correctly avoid warnings.
130         (pascal-outline): Likewise.
132         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
134         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
136         * play/tetris.el (tetris-mode): Avoid warning.
138         * play/snake.el (snake-mode): Avoid warning.
140         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
141         (gamegrid-set-display-table): Avoid warning.
142         (gamegrid-set-timer): Likewise.
143         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
144         (gamegrid-add-score-with-update-game-score-1): Take FILE
145         as argument.
146         (gamegrid-add-score-with-update-game-score): Pass that argument.
147         Rename have-shared-game-dir to gamegrid-shared-game-dir.
149         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
151         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
152         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
154         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
155         and insert-file.
157         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
158         (sc-ask): Avoid warnings.
160         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
161         (eshell-hist-initialize): Use that var the natural way.
163         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
165         * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
166         warning calling lre-compile-string.
167         (reb-color-display-p): Avoid warning.
169         * calculator.el (calculator-last-input): Guard uses
170         of event-key and key-press-event-p.
171         (event-key, key-press-event-p): Delete definitions.
173         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
174         (find-gc-source-directory, find-gc-subrs-callers)
175         (find-gc-noreturn-list, find-gc-source-files)
176         (find-gc-subrs-called): Vars renamed and defvar'd.
178         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
179         (checkdoc-overlay-put, checkdoc-delete-overlay)
180         (checkdoc-overlay-start, checkdoc-overlay-end)
181         (checkdoc-mode-line-update, checkdoc-char=):
182         Define such that compiler knows they are defined.
183         (checkdoc-call-eval-buffer): Deleted.  Use eval-buffer directly.
184         (checkdoc-read-event): Deleted.  Use read-event directly.
186         * whitespace.el (whitespace-make-overlay)
187         (whitespace-overlay-put, whitespace-delete-overlay)
188         (whitespace-overlay-start, whitespace-overlay-end):
189         Define such that compiler knows they are defined.
190         (whitespace): Move conditional inside.
192         * tempo.el (tempo-insert-template): Suppress warning.
194         * ediff-diff.el (longlines-mode): Add defvar.
196 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
198         * server.el: Bind "C-x #" in a way that works even if C-x is
199         redefined to a command key, not a prefix key.
201 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
203         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
204         cl-make-type-test till execution time.
206 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
208         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
209         arg ARG and use it.
211 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
213         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
215 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
217         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
218         a defcustom with two :set or :type keywords.
220 2005-07-15  Richard M. Stallman  <rms@gnu.org>
222         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
223         Don't give ^M comment-end syntax.
225 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
227         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
228         Don't consider gdbmi (gdb-mi.el has its own update functions).
229         (gdb-var-delete): Make it work for gdbmi as well.
230         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
232         * progmodes/gud.el (etags, sdb): Only require etags when needed.
233         (gud-speedbar-menu-items): Correct logic for enabling items.
235 2005-07-15  Kim F. Storm  <storm@cua.dk>
237         * ido.el: Fix commentary.
238         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
239         Use with-no-warnings around ffap-guesser.
240         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
241         Let bind minibuffer-completing-file-name to t.
243 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
245         * startup.el (site-run-file, keyboard-type): Doc fixes.
246         (command-line): Check for "--basic-display" argument; also for
247         "--quick", not "--bare-bones" (which was renamed).
248         (fancy-splash-text): Add missing item "Getting New Versions".
249         (normal-splash-screen): Fix typos and improve consistency with
250         `fancy-splash-text'.  Update copyright year.
252         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
253         valid binding for `help-char'.
255         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
257 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
259         * term.el (term-mode): Disable cua-mode for term buffers.
261 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
263         * add-log.el (add-log-mailing-address, change-log-merge):
264         Doc fixes.
265         (change-log-get-method-definition): Fix typo in docstring.
267 2005-07-14  Kim F. Storm  <storm@cua.dk>
269         * emulation/cua-base.el:
270         (cua--pre-command-handler-1, cua--pre-command-handler)
271         (cua--post-command-handler-1, cua--post-command-handler):
272         Split in two.  Check (buffer local) value of cua-mode.
273         (cua-selection-mode): New command.
275 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
277         * custom.el (custom-initialize-safe-set)
278         (custom-initialize-safe-default): Doc fixes.
280         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
281         and simplify :init-value again.
283         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
284         and simplify :init-value again.  Delete autoload.
286         * startup.el (command-line): Use `custom-reevaluate-setting' again
287         for tooltip-mode.
289         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
290         a defcustom with two :initialize keywords.
292 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
294         * allout.el (my-mark-marker, allout-isearch-prior-pos)
295         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
296         (allout-post-command-business, allout-flag-region)
297         (isearch-reenable-font-lock, allout-yank)
298         (allout-insert-latex-header, allout-insert-latex-trailer)
299         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
300         (allout-latex-verb-quote): Fix typos in docstrings.
301         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
302         (allout-unprotected, allout-prefix-data):
303         Improve argument/docstring consistency.
304         (allout-chart-subtree): Fix argument spec.
305         (allout-open-topic): Rename `use_sib_bullet' argument to
306         `use-sib-bullet'.  Doc fix.
308         * whitespace.el (whitespace-check-buffer-leading)
309         (whitespace-check-buffer-trailing)
310         (whitespace-check-buffer-indent)
311         (whitespace-check-buffer-spacetab)
312         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
313         (whitespace-check-leading-whitespace)
314         (whitespace-check-trailing-whitespace)
315         (whitespace-check-spacetab-whitespace)
316         (whitespace-check-indent-whitespace)
317         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
318         (whitespace-modes): Fix typos in docstrings.
319         (defgroup, defcustom): Doc fixes.
321         * winner.el (winner-mode, winner-boring-buffers)
322         (winner-pending-undo-ring): Doc fixes.
323         (winner-ring): Remove unneeded `progn'.
324         (winner-equal): `defsubst' it.
325         (winner-redo): Fix message.
327 2005-07-13  Kim F. Storm  <storm@cua.dk>
329         * simple.el (line-move-1): Always use vertical-motion to
330         do the last (or only) line move to ensure some movement.
331         Undo 2005-06-23 change--don't check for overlays.
333 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
335         * term/mac-win.el (ccl-encode-mac-roman-font)
336         (ccl-encode-mac-centraleurroman-font)
337         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
338         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
339         Change charset-id boundary of dimension to ?\xef.
340         (mac-char-fontspec-list): New constant.
341         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
342         argument.  Nil uses itself as family in font-spec.  Previous
343         behavior for nil is now provided by non-nil non-string argument.
344         All callers changed.  Add font-specs for Mac fonts to
345         "fontset-default" unless iso8859-1 fonts are installed.
347 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * progmodes/sh-script.el (sh-get-indent-info): Only indent
350         a continuation line if the \ is preceded by SPC or TAB.
351         (sh-get-indent-info): Simplify.
352         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
353         Use with-current-buffer.
355         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
356         when the matched text is empty.
358 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
360         * startup.el (command-line): Revert to previous handling of
361         tooltip-mode.  Explain in comment why the complexity is needed.
363         * tooltip.el (tooltip-mode): Revert to previous implementation of
364         its defcustom.
366         * frame.el (blink-cursor-mode): Revert to previous implementation
367         of its defcustom.  Update comment.
369 2005-07-12  Lars Hansen  <larsh@soem.dk>
371         * desktop.el: Update e-mail address.
373 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
375         * term/mac-win.el (mac-services-mail-selection)
376         (mac-services-mail-to): New functions.
377         (mac-application-menu-map): Bind them.
379 2005-07-12  wulei <milton@wulei.net>  (tiny change)
381         * progmodes/gdb-ui.el: Add note about buffering with Windows.
383 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
385         * custom.el (custom-reevaluate-setting): Doc fix.
387 2005-07-11  Jay Belanger  <belanger@truman.edu>
389         * calc/calc.el (calc-embedded-announce-formula-alist)
390         (calc-embedded-open-close-plain-alist)
391         (calc-embedded-open-close-mode-alist): Add checks for additional
392         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
394 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
396         * custom.el (custom-enable-theme): Don't add theme to
397         `custom-enabled-themes' with `push' because there is no
398         setf-method for `delq'.
400 2005-07-11  Richard M. Stallman  <rms@gnu.org>
402         * custom.el (custom-declare-variable): Doc fix.
404         * dired-aux.el (dired-compare-directories): Remove "." and ".."
405         from the alists.
407         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
408         Do nothing if edebug-active.
410         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
411         (edebug-display): Do it here instead.
413 2005-07-10  Richard M. Stallman  <rms@gnu.org>
415         * cus-face.el (custom-theme-set-faces): Make it work.
416         (custom-reset-faces): Doc fix.
417         (custom-theme-reset-internal-face, custom-theme-face-value):
418         Functions deleted.
420         * custom.el (custom-push-theme): Maintain list of the settings
421         of a given theme in its theme-settings property.
422         Maintain position of old settings in the theme-value
423         or theme-face property.
424         (custom-enabled-themes): New variable.
425         (custom-theme-enabled-p): New function.
426         (provide-theme): Update custom-enabled-themes.
427         Disable and reenable the `user' theme.
428         (require-theme): Doc fix.
429         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
430         (custom-theme-value, custom-theme-variable-value): Likewise.
431         (custom-theme-reset-internal): Likewise.
432         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
433         (custom-enable-theme, custom-disable-theme): New functions.
434         (custom-variable-theme-value, custom-face-theme-value): Likewise.
435         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
436         (custom-theme-reset-variables): Simplify.
437         (deftheme, custom-declare-theme, custom-make-theme-feature):
438         Definitions moved.
440 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
442         * longlines.el (longlines-show-region)
443         (longlines-unshow-hard-newlines): Recognize hard newlines by
444         non-nil hard property, instead of t.
446 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
448         * viper-cmd.el (viper--key-maps): New variable.
449         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
450         emulation-mode-map-alists.
451         (viper-envelop-ESC-key): Use viper-subseq.
452         (viper-search-forward/backward/next): Disable debug-on-error.
454         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
455         (viper-ESC-key): New defcustoms.
457         * viper-macs.el (ex-map-read-args): Use viper-subseq.
459         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
460         (viper-subseq): Copy of subseq from cl.el.
462         * viper.el (viper-go-away, viper-set-hooks): Use
463         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
465         * viper-mous.el (viper-current-frame-saved): Use defvar.
467         * viper-init.el: Get rid of -face in face names.
469         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
470         Make it work with longlines mode
472         * ediff-mult.el (ediff-meta-mode-hook): New variable.
474         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
476         * ediff-init: Get rid of -face in face names.
478 2005-07-10  Richard M. Stallman  <rms@gnu.org>
480         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
481         and with-timeout-unsuspend.
483         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
484         and with-timeout-unsuspend.
486         * emacs-lisp/timer.el (with-timeout-timers): New variable.
487         (with-timeout): Bind that variable to record timers.
488         (with-timeout-suspend, with-timeout-unsuspend): New functions.
490         * emacs-lisp/debug.el (debug-help-follow): New function.
491         (debugger-mode-map): Use that instead of help-follow.
492         (debugger-setup-buffer): Use eval-buffer-list
493         to handle eval-buffer frames.
495 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
497         * timezone.el (timezone-parse-date): Change first regexp
498         so it will not mistakenly match dates with no time zone.
500 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
502         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
504 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
506         * custom.el (custom-initialize-safe-set)
507         (custom-initialize-safe-default): New functions.
509         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
510         and simplify :init-value.
512         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
513         and simplify :init-value.  Delete obsolete comment.
515         * startup.el (command-line): Use `custom-reevaluate-setting' to
516         handle `tooltip-mode'.  Delete obsolete comment.
518         * files.el (set-visited-file-name): Avoid calling
519         `file-name-nondirectory' with a nil argument.
521 2005-07-09  Richard M. Stallman  <rms@gnu.org>
523         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
524         was called with nil for the buffer, handle the read position right.
525         Handle read position for eval-region, too.
527 2005-07-09  Juri Linkov  <juri@jurta.org>
529         * fringe.el (fringe-mode): Add period in docstring.
530         (fringe-query-style): Build prompt depending on `all-frames' arg.
532         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
533         to not create links to unrelated functions in the Help buffer.
535         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
536         Doc fix.
538         * simple.el (next-error-hook): New variable.
539         (next-error): Use it.  Doc fix.
541         * textmodes/ispell.el (ispell-command-loop): Add current
542         dictionary name and program name to mode-line-format.
543         (ispell-region, ispell-process-line): Add current dictionary name
544         and program name to messages.
546 2005-07-08  Jay Belanger  <belanger@truman.edu>
548         * calc/calc.el (calc-embedded-announce-formula-alist)
549         (calc-embedded-open-close-formula-alist)
550         (calc-embedded-open-close-word-alist)
551         (calc-embedded-open-close-plain-alist)
552         (calc-embedded-open-close-new-formula-alist)
553         (calc-embedded-open-close-mode-alist)
554         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
555         (calc-embedded-mode-hook): New variables.
557         * calc/calc-embed.el (calc-embedded-firsttime)
558         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
559         New variables.
560         (calc-do-embedded): Use calc-embedded-firsttime,
561         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
562         determine whether or not to run hooks.
563         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
564         calc-embedded-firsttime-formula appropriately.
565         Set calc-embedded delimiter variables according to mode.
567 2005-07-08  Richard M. Stallman  <rms@gnu.org>
569         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
570         Check for "emacs", etc., as entire symbol, not just as word.
571         (checkdoc-file-comments-engine): Use regexp-quote on FN.
573         * files.el (set-visited-file-name): Report the error
574         for "empty filename" earlier.
575         (kill-some-buffers): Ignore buffers already dead.
577         * fringe.el (fringe-mode): Doc fix.
579         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
580         Check for (featurep 'xemacs) and turn off warnings in what it guards.
581         Use unwind-protect to ensure byte-compile-unresolved-functions
582         is updated.
584         * whitespace.el (whitespace-buffer-leading-cleanup):
585         Simplify w/ skip-chars-forward.
586         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
588         * mail/rmail.el (rmail-only-expunge): Fix paren error.
589         Unconditionally try to leave point at the same old place.
591 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
593         * comint.el (comint-postoutput-scroll-to-bottom)
594         (comint-show-maximum-output): Take scroll-margin into consideration.
596 2005-07-08  Kim F. Storm  <storm@cua.dk>
598         * ido.el (ido-use-filename-at-point): New choice `guess'.
599         (ido-file-internal): Try ffap-guesser if selected.
601         * ido.el (ido-before-fallback-functions): New hook.
602         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
603         (ido-read-file-name): Run it.
605 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
607         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
608         strings rather than a list of symbols to the completion function.
610 2005-07-07  Jay Belanger  <belanger@truman.edu>
612         * calc/calc-units.el (math-apply-units): Change the places in
613         which units are simplified.
615 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
617         * cus-edit.el (customize-option, customize-option-other-window):
618         Make them handle aliases.
620         * custom.el (custom-variable-p): Make it recursively follow
621         aliases.  Mention that in the docstring.
623 2005-07-07  Richard M. Stallman  <rms@gnu.org>
625         * cus-start.el (exec-path): Use `directory' instead of `file'.
626         Fix tag for nil.
628 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
630         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
631         when called non-interactively.  Doc fix.
633 2005-07-07  Lute Kamstra  <lute@gnu.org>
635         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
636         new address as well.
638 2005-07-07  Kenichi Handa  <handa@m17n.org>
640         * international/mule.el (make-coding-system):
641         Describe `ascii-incompatible' property in the docstring.
642         (set-file-name-coding-system): Signal an error if coding-system is
643         ascii-incompatible.
644         (set-keyboard-coding-system): Likewise.
646         * international/mule-cmds.el (set-default-coding-systems):
647         Don't set default-file-name-coding-system and
648         default-keyboard-coding-system if coding-system is ASCII-incompatible.
650         * international/utf-16.el: Declare that all UTF-16-based coding
651         systems are ASCII-incompatible.
653 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
655         * progmodes/gud.el: Require font-lock for displaying errors.
656         Used by gdb-ui.el.
658 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
660         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
661         values for the pattern lists which are `read'able but not
662         `append'able (like symbols).
664 2005-07-06  Richard M. Stallman  <rms@gnu.org>
666         * progmodes/flymake.el (flymake-float-time): Instead of
667         with-no-warnings, test for xemacs.
668         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
669         to avoid warning.
671 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
673         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
675 2005-07-05  Lute Kamstra  <lute@gnu.org>
677         * battery.el: Add support for Darwin (with much debugging help
678         from Samuel Lauber <sam124@operamail.com>).
679         (battery-status-function, battery-echo-area-format)
680         (battery-mode-line-format): Add support for pmset on Darwin.
681         (battery-load-low, battery-load-critical): New user options.
682         (battery-pmset): New function.
684 2005-07-05  Lute Kamstra  <lute@gnu.org>
686         Update FSF's address in GPL notices.
688         * textmodes/page-ext.el: Update FSF's address.
690 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
692         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
693         filling from using prefix when filling a single-line docstring.
695         * progmodes/flymake.el: Remove useless eval-when-compile.
697         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
699 2005-07-04  Richard M. Stallman  <rms@gnu.org>
701         * textmodes/org.el (org-file-apps-defaults-gnu):
702         Rename from org-file-apps-defaults-linux.
703         (org-default-apps): Don't test system-type for `linux'.
704         (org-file-apps): Doc fix.
706 2005-07-04  David Ponce  <david@dponce.com>
708         * tree-widget.el: Improve header Commentary section.
709         (tree-widget) [defgroup]
710         (tree-widget-image-enable, tree-widget-themes-directory)
711         (tree-widget-theme, tree-widget-image-properties-emacs)
712         (tree-widget-image-properties-xemacs, tree-widget-create-image)
713         (tree-widget-image-formats, tree-widget-control)
714         (tree-widget-empty-control, tree-widget-leaf-control
715         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
716         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
717         (tree-widget-keep, tree-widget-after-toggle-functions)
718         (tree-widget-open-node, tree-widget-close-node): Doc fix.
719         (tree-widget-open-control, tree-widget-close-control): Fix doc and
720         :help-echo message.
721         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
722         (tree-widget-image-properties): Doc fix.  Clearer implementation.
723         (tree-widget--cursors): New constant.
724         (tree-widget-lookup-image): New function split from
725         `tree-widget-find-image'.  Clearer implementation.
726         (tree-widget-find-image): Use it.
727         (tree-widget-button-keymap): Use `set-keymap-parent'.
728         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
729         Define the sub-widgets here.
730         (tree-widget-node): Check that :node is not a tree-widget.
731         (tree-widget-get-super, tree-widget-open-control)
732         (tree-widget-close-control, tree-widget-empty-control)
733         (tree-widget-leaf-control, tree-widget-guide)
734         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
735         (tree-widget-no-handle, tree-widget-value-delete)
736         (tree-widget-map): Remove.
737         (tree-widget-children-value-save): Doc fix.  Simplified.
738         (tree-widget-value-create): Update according to previous changes.
740 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
742         * textmodes/org.el: Leading space replaced by TABS.
743         (org-recalc-marks, org-table-rotate-recalc-marks)
744         (org-table-get-specials): Treat "^" and "_" marks.
745         (org-table-justify-field-maybe): Optional argument NEW.
746         (org-table-eval-formula): Parsing of the format simplified.
747         New modes C,I.  Honor the %= parameter in the current table.
748         Avoid unnecessary re-align by using the NEW argument to
749         `org-table-justify-field-maybe'.
750         (org-calc-default-modes): Default for date-format mimicks org-mode.
751         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
753 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
755         * cus-face.el (custom-theme-set-faces): Make it handle face
756         aliases whose alias declarations are pre- or autoloaded.
758 2005-07-04  Juri Linkov  <juri@jurta.org>
760         * faces.el (read-face-name): Put the code for getting a face name
761         from the buffer before adding the faces from the `face' property.
762         Use `completing-read-multiple' instead of `completing-read'.
763         Require `crm'.  Add default value and post-process the returned
764         list of faces.
766         * emacs-lisp/crm.el (crm-find-current-element)
767         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
769         * emacs-lisp/lisp-mode.el (eval-defun-1):
770         * emacs-lisp/edebug.el (edebug-eval-defun):
771         Remove unnecessary quotes.
773 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
775         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
776         (prolog-indent-level): Fix typo in docstring.
778         * info.el (Info-history, Info-history-forward)
779         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
781         * add-log.el (add-change-log-entry):
782         * comint.el (comint-dynamic-list-input-ring)
783         (comint-dynamic-list-completions):
784         * dabbrev.el (dabbrev-expand):
785         * delim-col.el (delimit-columns-rectangle-line):
786         * diff-mode.el (diff-context->unified, diff-reverse-direction)
787         (diff-unified->context):
788         * ediff-init.el (ediff-abbrev-jobname):
789         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
790         (ediff-replace-session-activity-marker-in-meta-buffer):
791         * info.el (Info-summary):
792         * lpr.el (printify-region):
793         * printing.el (pr-create-interface):
794         * ps-print.el (ps-print-quote):
795         * ses.el (ses-column-widths, ses-print-cell)
796         (ses-adjust-print-width, ses-center):
797         * shell.el (shell-file-name-quote-list):
798         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
799         (strokes-fill-current-buffer-with-whitespace)
800         (strokes-xpm-for-stroke, strokes-list-strokes)
801         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
802         * term.el (term-dynamic-list-input-ring)
803         (term-dynamic-list-completions):
804         * calc/calc.el (math-format-stack-value):
805         * emacs-lisp/edebug.el (edebug-display-freq-count):
806         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
807         (delphi-new-comment-line):
808         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
809         * progmodes/executable.el (executable-set-magic):
810         * progmodes/python.el (inferior-python-mode):
811         * progmodes/scheme.el (scheme-mode-syntax-table):
812         * progmodes/sh-script.el (sh-maybe-here-document):
813         * progmodes/sql.el (sql-copy-column):
814         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
815         * textmodes/bibtex.el (bibtex-mode):
816         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
817         (sgml-auto-attributes):
818         * textmodes/table.el (table-insert, table-shorten-cell)
819         (table--generate-source-scan-lines, table-delete-row)
820         (*table--cell-delete-char, table--spacify-frame)
821         (table--horizontally-shift-above-and-below)
822         (table--cell-insert-char, table--cell-blank-str)
823         (table--fill-region-strictly):
824         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
825         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
827         * add-log.el (change-log):
828         * apropos.el (apropos):
829         * comint.el (comint-completion, comint-source):
830         * dabbrev.el (dabbrev):
831         * delim-col.el (columns):
832         * diff-mode.el (diff-mode):
833         * ediff.el (ediff):
834         * ediff-diff.el (ediff-diff):
835         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
836         * ediff-mult.el (ediff-mult):
837         * ediff-ptch.el (ediff-ptch):
838         * ediff-wind.el (ediff-window):
839         * facemenu.el (facemenu):
840         * indent.el (indent):
841         * info.el (info):
842         * jka-cmpr-hook.el (compression, jka-compr):
843         * lpr.el (lpr):
844         * outline.el (outlines):
845         * pcmpl-cvs.el (pcmpl-cvs):
846         * pcmpl-rpm.el (pcmpl-rpm):
847         * printing.el (printing):
848         * ps-print.el (postscript, ps-print, ps-print-horizontal)
849         (ps-print-vertical, ps-print-headers, ps-print-font)
850         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
851         (ps-print-background, ps-print-printer, ps-print-page)
852         (ps-print-miscellany):
853         * ses.el (ses):
854         * shell.el (shell, shell-directories, shell-faces):
855         * startup.el (initialization):
856         * strokes.el (strokes):
857         * term.el (term):
858         * uniquify.el (uniquify):
859         * w32-vars.el (w32):
860         * calc/calc.el (calc):
861         * emacs-lisp/bytecomp.el (bytecomp):
862         * emacs-lisp/cl-indent.el (lisp-indent):
863         * emacs-lisp/edebug.el (edebug):
864         * emacs-lisp/elp.el (elp):
865         * emacs-lisp/testcover.el (testcover):
866         * emacs-lisp/trace.el (trace):
867         * emulation/viper-ex.el (viper-ex):
868         * emulation/viper-mous.el (viper-mouse):
869         * mail/mailalias.el (mailalias):
870         * mail/supercite.el (supercite, supercite-frames)
871         (supercite-attr, supercite-cite, supercite-hooks):
872         * net/rcompile.el (remote-compile):
873         * net/rlogin.el (rlogin):
874         * obsolete/ooutline.el (outlines):
875         * progmodes/delphi.el (delphi):
876         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
877         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
878         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
879         (ebnf-optimization):
880         * progmodes/etags.el (etags):
881         * progmodes/executable.el (executable):
882         * progmodes/idlwave.el (idlwave):
883         * progmodes/pascal.el (pascal):
884         * progmodes/prolog.el (prolog):
885         * progmodes/python.el (python):
886         * progmodes/scheme.el (scheme):
887         * progmodes/sh-script.el (sh, sh-script):
888         * progmodes/sql.el (SQL):
889         * progmodes/tcl.el (tcl):
890         * textmodes/bibtex.el (bibtex, bibtex-autokey):
891         * textmodes/enriched.el (enriched):
892         * textmodes/makeinfo.el (makeinfo):
893         * textmodes/sgml-mode.el (sgml):
894         * textmodes/table.el (table-hooks):
895         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
896         * textmodes/texinfo.el (texinfo):
897         * textmodes/two-column.el (two-column):
898         Finish `defgroup' description with period.
900         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
901         * eshell/esh-var.el (eshell-var):
902         * progmodes/vhdl-mode.el (vhdl-testbench):
903         * textmodes/org.el (org): Fix typos in docstrings.
905         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
906         consistency.
908         * progmodes/flymake.el (flymake-find-file): Remove.
909         (flymake-float-time): Use `with-no-warnings'.
910         (flymake-check-start-time, flymake-check-was-interrupted)
911         (flymake-err-info, flymake-is-running, flymake-last-change-time)
912         (flymake-new-err-info): `defvar' at compile time.
914 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
916         * replace.el (occur-hook): Doc fix.
917         (occur-1): Don't call `occur-hook' if there are no matches.
919 2005-07-03  Richard M. Stallman  <rms@gnu.org>
921         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
922         global-map, save the same map.
923         (global-map): Don't alter it at top level.
924         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
925         Then alter it here instead.
926         (tpu-edt-off): Set global-map to the saved one.
928         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
929         All references simplified.
930         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
931         (zmacs-regions): Add defvar.
932         (repeat-complex-command-map): Everything about that deleted.
934         * textmodes/artist.el (artist-key-is-drawing)
935         (artist-key-endpoint1, artist-key-poly-point-list)
936         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
937         (artist-key-compl-table, artist-rb-save-data)
938         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
939         Don't put them in eval-when-compile.
940         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
942         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
943         Use with-no-warnings.
945         * net/browse-url.el (dos-windows-version): Add defvar.
947         * mail/supercite.el (filladapt-prefix-table): Add defvar.
949         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
950         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
951         (rmail-new-summary-line-count): Rename from new-summary-line-count.
952         Add defvar.
953         (rmail-summary-beginning-of-message): Use with-no-warnings.
954         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
956         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
957         Use with-no-warnings.
959         * emulation/vi.el (vi-mark-region): Use c-mark-function.
960         (c-mark-function): Add point-moving-unit property.
961         (vi-goto-line): Use with-no-warnings.
963         * emulation/edt.el (edt-last-copied-word): Add defvar.
964         (zmacs-region-stays): Likewise.
965         (edt-mark-section-wisely): Use c-mark-function for C.
966         Use makr-defun for Fortran.
967         (time-string): defvar deleted.
968         (edt-display-the-time): Don't set time-string.
970         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
972         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
973         Don't warn when name is not constant
974         or for defining the group `emacs'.
976         * tooltip.el (gud-tooltip-mode): Add defvar.
978         * startup.el (default-frame-background-mode): Add defvar.
980         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
982         * info.el (tool-bar-map): Add defvar.
984         * dired.el (dnd-protocol-alist): Add defvar.
986         * dired-aux.el (dired-query): Display question with answer, when
987         the user answers.
989         * custom.el (custom-add-option): Doc fix.
991         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
993 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
995         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
996         bogus name from the last change.
998 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
1000         * custom.el (custom-declare-variable): Fix typos in comment.
1001         (custom-known-themes): Doc fix.
1002         (custom-theme-directory): New defcustom.
1003         (require-theme): Make it check `custom-theme-directory'.
1005         * cus-theme.el (custom-new-theme-mode): New function.
1006         (custom-theme-name, custom-theme-variables, custom-theme-faces)
1007         (custom-theme-description): Add compiler defvars.
1008         (customize-create-theme): Add doc to the "*New Custom Theme*"
1009         buffer.  Use `custom-new-theme-mode'.
1010         (custom-theme-write): Put the created buffer in emacs-lisp-mode
1011         and save it to the `custom-theme-directory'.  Make this the
1012         default directory of the buffer.
1014 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
1016         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1017         Fix unbalanced parentheses.
1019 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1021         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1022         into flymake-mode and delegate to flymake-mode.
1024         * find-file.el (ff-which-function-are-we-in): Clean up.
1026 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
1028         * replace.el (occur-rename-buffer): Fix docstring.
1030         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1031         (edt-last-copied-word, edt-learn-macro-count)
1032         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1033         (edt-rect-start-point, edt-user-global-map, rect-start-point)
1034         (time-string, zmacs-region-stays):
1035         * emulation/edt-mapper.el (edt-save-function-key-map)
1036         (EDT-key-name): `defvar' to silence the byte-compiler.
1038 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1040         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1041         font-lock-regexp-backslash.  Doc fix.
1042         (font-lock-regexp-backslash-grouping-construct): Rename from
1043         font-lock-regexp-backslash-construct.  Doc fix.
1044         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1045         grouping constructs.
1047 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
1049         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1050         updating all the prerequisites.
1052 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
1054         * textmodes/org.el (org-agenda-start-on-weekday)
1055         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1056         (org-agenda-use-time-grid, org-archive-location)
1057         (org-allow-space-in-links, org-usenet-links-prefer-google)
1058         (org-enable-table-editor, org-export-default-language)
1059         (org-export-html-show-new-buffer, org-fill-paragraph)
1060         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1061         (org-goto-quit, org-occur, org-eval-in-calendar)
1062         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1063         (org-agenda-diary-entry, org-remember-help)
1064         (org-table-convert-region, org-at-table-p)
1065         (org-table-move-row-down, org-table-move-row-up)
1066         (org-table-copy-region, org-table-toggle-vline-visibility)
1067         (org-table-get-stored-formulas, org-table-get-specials)
1068         (org-recalc-commands, org-table-eval-formula)
1069         (org-table-formula-substitute-names, orgtbl-make-binding)
1070         (org-format-org-table-html, org-format-table-table-html)
1071         (org-format-table-table-html-using-table-generate-source)
1072         (org-customize): Fix typos in docstrings.
1073         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1074         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1075         (org-back-to-heading): Doc fixes.
1076         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1077         (org-agenda-change-all-lines, org-get-header):
1078         Improve argument/docstring consistency.
1079         (orgtbl-error): Fix error message.
1081         * progmodes/flymake.el (flymake-find-possible-master-files)
1082         (flymake-master-file-compare, flymake-get-line-err-count)
1083         (flymake-highlight-line, flymake-gui-warnings-enabled):
1084         Fix typos in docstrings.
1085         (flymake-parse-line, flymake-get-project-include-dirs-function)
1086         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1087         Doc fixes.
1088         (flymake-get-project-include-dirs-function)
1089         (flymake-make-err-menu-data):
1090         Improve argument/docstring consistency.
1092 2005-07-01  Lute Kamstra  <lute@gnu.org>
1094         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1095         Catch errors with ignore-errors.  Use temporary buffer.
1096         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
1098         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1099         background color faces.
1100         (facemenu-set-foreground, facemenu-set-background):
1101         Use facemenu-set-face-from-menu.
1102         (facemenu-set-face-from-menu): Treat face names that start with
1103         "fg:" or "bg:" as special.
1104         (facemenu-add-new-color): Don't create faces.  Simplify.
1106 2005-06-30  Richard M. Stallman  <rms@gnu.org>
1108         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1109         (crm-find-current-element): Likewise.
1111 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
1113         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1115 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * arc-mode.el (archive-extract): Make it work as a mouse binding.
1118         (archive-mouse-extract): Make it an obsolete alias.
1119         (archive-mode-map): Don't use archive-mouse-extract any more.
1120         (archive-mode, archive-extract): write-contents-hooks ->
1121         write-contents-functions.
1122         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1123         first arg.
1124         (archive-rename-entry): Update the call.
1125         (archive-zip-summarize): Remove unused var `method'.
1126         (archive-lzh-summarize): Remove unused var `creator'.
1128         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1129         dedicated frame upon exit.
1131         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1132         (archive-zip-extract, archive-zip-expunge)
1133         (archive-zip-update, archive-zip-update-case): Use executable-find.
1134         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1135         Use restore-buffer-modified-p.
1136         (archive-extract, archive-add-new-member, archive-write-file-member):
1137         Use with-current-buffer.
1138         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1140 2005-06-30  Andreas Schwab  <schwab@suse.de>
1142         * progmodes/gud.el (gud-filter): Remove unneeded progn.
1144 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1146         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1148 2005-06-30  Juri Linkov  <juri@jurta.org>
1150         * faces.el (vertical-border): Inherit from mode-line-inactive
1151         only on tty.
1153 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
1155         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1156         example, -NLINES in the `occur' docstring).
1158         * replace.el (occur-1): When no matches are found, do not set the
1159         `buffer-read-only' and modified flags for the occur buffer,
1160         because it is deleted.
1162         * emulation/cua-base.el (cua-check-pending-input)
1163         (cua-repeat-replace-region, cua-mode, cua-debug)
1164         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1165         Fix typos in docstrings.
1167         * emulation/cua-gmrk.el (cua-toggle-global-mark)
1168         (cua-cut-region-to-global-mark)
1169         (cua--cut-rectangle-to-global-mark):
1170         Remove period from end of messages.
1172         * emulation/cua-rect.el (cua-do-rectangle-padding):
1173         Remove period from end of messages.
1174         (cua--rectangle-seq-format): Fix typo in docstring.
1175         (cua-sequence-rectangle, cua-fill-char-rectangle):
1176         Improve argument/docstring consistency.
1178 2005-06-29  Juri Linkov  <juri@jurta.org>
1180         * faces.el (default-frame-background-mode): New internal variable.
1181         (frame-set-background-mode): Use it.
1183         * startup.el (normal-top-level): Set default-frame-background-mode
1184         instead of frame-background-mode.  Before setting it, test for its
1185         nil value.  Remove tests for frame-background-mode and frame
1186         parameter `reverse'.  Add test for "unspecified-fg".
1188         * term/xterm.el (xterm-rxvt-set-background-mode):
1189         * term/rxvt.el (rxvt-set-background-mode):
1190         Set default-frame-background-mode instead of frame-background-mode.
1192 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
1194         * simple.el (set-variable): Warn about obsolete user variables.
1196         * imenu.el (imenu--completion-buffer):
1197         * mouse.el (mouse-buffer-menu-alist):
1198         * msb.el (msb-invisible-buffer-p):
1199         * calendar/diary-lib.el (diary-header-line-format):
1200         * emacs-lisp/pp.el (pp-buffer):
1201         * progmodes/cperl-mode.el (cperl-do-auto-fill):
1202         * textmodes/picture.el (picture-replace-match):
1203         Change space constants followed by a sexp to "?\s ".
1205         * play/decipher.el (decipher-loop-with-breaks):
1206         * textmodes/texinfo.el (texinfo-insert-@item): Change space
1207         constants "protected" from end of line by a comment to "?\s".
1209 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * font-lock.el (save-buffer-state): Use `declare'.
1213         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1214         reset the syntax-table to cperl-mode-syntax-table.
1215         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1216         "foo_print_bar" is not matched as a reserved keyword.
1218 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
1220         * textmodes/org.el (orgtbl-setup): New function, for delayed
1221         setup for the orgtbl commands.
1222         (org-calc-default-modes): New option.
1223         (orgtbl-make-binding): Use `defun' to get better help display.
1224         (org-diary): Call `org-compile-prefix-format'.
1225         (org-table-formula-substitute-names): New function.
1226         (org-agenda-day-view, org-agenda-week-view): New commands.
1227         (org-agenda-toggle-week-view): Command removed.
1228         (org-tbl-menu): Split off from org-org-menu.
1229         (org-mode): Move removal of outline-mode menus to here.
1230         (org-table-formula-debug): New option.
1231         (org-table-insert-row): Keep first field if just "#" or "*".
1232         (org-mode): Paragraph regexps fixed.
1233         (org-table-recalculate-regexp): New constant.
1234         (org-table-justify-field-maybe): Avoid replace if not necessary.
1235         (org-copy-special, org-cut-special): Use `call-interactively'.
1236         (org-table-copy-region): Take region from `interactive' call.
1237         (org-trim): Return string even if no match.
1238         (org-formula): New face.
1239         (org-set-font-lock-defaults): No longer highlight "FIXME".
1240         But highlight formula-related fields in table.
1241         (org-table-p): Use regexp, not fontification.
1242         (org-table-align): Handle white space at end of line.
1243         (org-table-formula-evaluate-inline): New option.
1244         (org-mode): Auto-wrapping in comment lines turned off.
1245         (org-table-copy-down): Evaluate only in copied field, not in
1246         destination.
1247         (org-table-current-formula): Variable removed.
1248         (org-table-store-formulas, org-table-get-stored-formulas)
1249         (org-table-modify-formulas, org-table-replace-in-formulas)
1250         (org-table-maybe-eval-formula): New functions.
1251         (org-table-get-formula): Modify to use stored formulas.
1252         (org-table-insert-column, org-table-delete-column)
1253         (org-table-move-column): Call `org-table-modify-formulas'.
1254         (org-complete): Add completion for keyword formulas.
1255         (orgtbl-mode): Pull orgtbl-mode-map to start of
1256         minor-mode-map-alist.
1258 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1260         * progmodes/python.el (python-check): Require `compile' before
1261         modifying its variables.
1263         * newcomment.el (comment-indent-default): Don't get fooled by an early
1264         end of buffer.
1266 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1268         * ps-print.el (ps-print-version): Fix version number.
1270 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
1272         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1274 2005-06-28  Richard M. Stallman  <rms@gnu.org>
1276         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1277         (flyspell-local-mouse-map): Declaration deleted.
1278         (flyspell-mouse-map): Bind only mouse-2.
1279         (flyspell-mode-map): Don't test flyspell-use-local-map.
1280         (flyspell-overlay-keymap-property-name): Var deleted.
1281         (flyspell-mode-on): Don't make local bindings for
1282         flyspell-mouse-map and flyspell-mode-map.
1283         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1285         * textmodes/ispell.el (ispell-word): Do not ignore short words.
1287         * progmodes/compile.el (compilation-next-error-function):
1288         Don't switch buffers; operate on the current buffer.
1290         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1292         * comint.el (comint-password-prompt-regexp): Accept ", try again".
1294         * bindings.el (global-map): Bind insertchar and its variants.
1296 2005-06-27  Richard M. Stallman  <rms@gnu.org>
1298         * textmodes/artist.el (artist-text-overwrite)
1299         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1301 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1303         * ps-print.el: It was not working the page selection for printing.
1304         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1305         (ps-print-version): New version 6.6.7.
1306         (ps-end-sheet): New fun.
1307         (ps-header-sheet, ps-end-job): Call it.
1309 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
1311         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1313 2005-06-27  Lute Kamstra  <lute@gnu.org>
1315         * facemenu.el (facemenu-unlisted-faces): Add foreground and
1316         background color faces.
1317         (facemenu-get-face): Delete function.
1318         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1319         (facemenu-add-new-color): Make second argument mandatory.
1320         Create the appropriate face and return it.  Simplify.
1321         (facemenu-set-foreground, facemenu-set-background): Don't check if
1322         color is defined.  Use return value of facemenu-add-new-color.
1324 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
1326         * progmodes/gud.el (gud-filter): Add missing argument to
1327         with-selected-window.
1329 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1331         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1332         a :require to the defcustom.
1334         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1335         defcustoms corresponding to minor modes.
1337 2005-06-26  David Ponce  <david@dponce.com>
1339         * recentf.el: Require tree-widget instead of wid-edit.
1340         (recentf-filename-handler): Fix widget :type.
1341         (recentf-cancel-dialog, recentf-open-more-files)
1342         (recentf-open-files-action): Doc fix.
1343         (recentf-dialog-goto-first): New function.
1344         (recentf-dialog-mode-map): Set parent keymap first.
1345         (recentf-dialog-mode): Define with define-derived-mode.
1346         Don't display continuation lines in dialogs.
1347         (recentf-edit-list): Rename from recentf-edit-selected-items.
1348         (recentf-edit-list-select): Rename from recentf-edit-list-action.
1349         Simplify.
1350         (recentf-edit-list-validate): New function.
1351         (recentf-edit-list): Update accordingly.
1352         (recentf-open-files-item-shift): Remove.
1353         (recentf-open-files-item): Convert menu elements into tree and
1354         link widgets.  Don't create the widgets.
1355         (recentf-open-files): Update accordingly.
1356         (recentf-save-list): Untabify.
1358 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
1360         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1361         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
1362         partially contained in the active region.  Do not take active
1363         region into account when called from Lisp, unless INTERACTIVE arg
1364         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
1365         avoid trouble with fields.  Make marker point nowhere when no
1366         longer used.  Always return nil.  Doc fix.
1367         (flush-lines): Add INTERACTIVE arg.  Do not take active region
1368         into account when called from Lisp, unless INTERACTIVE arg is
1369         non-nil.  Use `forward-line' instead of `beginning-of-line' to
1370         avoid trouble with fields.  Make marker point nowhere when no
1371         longer used.  Always return nil.  Doc fix.
1372         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
1373         interchangeable.  Do not take active region into account when
1374         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
1375         message in echo area when called from Lisp, unless INTERACTIVE arg
1376         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
1377         Return the number of matches.  Doc fix.
1378         (occur): Doc fix.
1379         (perform-replace): Make comment follow double space convention for
1380         the sake of `outline-minor-mode'.
1382         * faces.el (facep): Doc fix.
1384 2005-06-25  Richard M. Stallman  <rms@gnu.org>
1386         * facemenu.el (facemenu-enable-faces-p): New function.
1387         (facemenu-background-menu, facemenu-foreground-menu)
1388         (facemenu-face-menu): Add menu-enable property.
1390         * jka-compr.el (jka-compr-insert-file-contents):
1391         Special handling if cannot find the uncompression program.
1393         * cus-face.el (custom-face-attributes): Add autoload.
1395         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1396         Bind comment-indent-function locally.
1398         * window.el (save-selected-window): Use save-current-buffer.
1400         * subr.el (with-selected-window): Use save-current-buffer.
1402         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1403         and with-current-buffer.
1405 2005-06-24  Richard M. Stallman  <rms@gnu.org>
1407         * simple.el (line-move-1): Fix previous change.
1409 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
1411         * replace.el (occur-1): Set `buffer-read-only' and the
1412         buffer-modified flag before running `occur-hook' to protect
1413         against unintentional buffer switches that can lead to data loss.
1415 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
1417         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1418         (gud-gdb-marker-filter): Use font-lock-warning-face for any
1419         initial error.
1421         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1422         after fresh input.
1423         (gdb-var-create-handler): Put name of expression in quotes.
1425 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1427         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1428         elements of RING in order, and without bogus nil elements.
1430 2005-06-23  Richard M. Stallman  <rms@gnu.org>
1432         * simple.el (set-variable): Args renamed; doc fix.
1433         (line-move-1): When there are overlays around, use vertical-motion.
1435         * faces.el (escape-glyph): Use brown against light background.
1436         (nobreak-space): Rename from no-break-space.
1437         Fix previous change.
1439         * dired-aux.el (dired-do-copy): Fix arg prompt.
1441         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1443 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1445         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1446         rather than "Distributor".
1448 2005-06-23  Lute Kamstra  <lute@gnu.org>
1450         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1451         (debug-on-entry): Use it.  New interactive declaration that uses
1452         function-called-at-point.
1454 2005-06-23  Kim F. Storm  <storm@cua.dk>
1456         * subr.el (save-match-data): Add comment about using evaporate arg
1457         to set-match-data.
1459 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1461         * cus-edit.el (customize-face)
1462         (customize-face-other-window): Handle face aliases.
1464         * faces.el (face-documentation, set-face-attribute)
1465         (face-spec-set): Handle face aliases.
1467 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
1469         * help-mode.el (help-make-xrefs): If a symbol representing a face
1470         name is not followed by the word "face", it could still be a
1471         function or variable name, so don't bypass other checks.
1473 2005-06-22  Juri Linkov  <juri@jurta.org>
1475         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1476         Replace aliased functions with calls where second arg `inherit' is t.
1478 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
1480         * progmodes/gdb-ui.el (gdb-error): New variable.
1481         (gdb-error): New function.
1482         (gdb-annotation-rules): Act on error-begin and error annotations.
1483         (gdb-concat-output): Use font-lock-warning-face for errors.
1485 2005-06-22  Miles Bader  <miles@gnu.org>
1487         * bindings.el (propertized-buffer-identification): Use renamed
1488         `Buffer-menu-buffer' face.
1490         * faces.el (vertical-border): Rename from `vertical-divider'.
1491         (escape-glyph): Change dark-background color back to `cyan'.
1493 2005-06-21  Juri Linkov  <juri@jurta.org>
1495         * faces.el (face-user-default-spec): Try getting `customized-face'
1496         prior to `saved-face'.
1497         (frame-background-mode): Refill docstring.
1499         * emacs-lisp/lisp-mode.el (eval-defun-1):
1500         * emacs-lisp/edebug.el (edebug-eval-defun):
1501         Set `saved-face' temporarily to nil before calling form.
1502         Set `customized-face' to the new spec after that.
1504 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
1506         * subr.el (1value, lambda, key-substitution-in-progress):
1507         Doc fixes.
1509         * autoinsert.el (auto-insert-alist):
1510         * ses.el (ses-call-printer):
1511         * subr.el (noreturn):
1512         * emacs-lisp/lisp.el (check-parens):
1513         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1514         * net/browse-url.el (browse-url-mosaic):
1515         * progmodes/cc-defs.el (c-safe-scan-lists):
1516         * progmodes/ebnf-abn.el (ebnf-abn-lex):
1517         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1518         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1519         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1520         * progmodes/ebnf-iso.el (ebnf-iso-lex):
1521         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1523 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1525         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1527 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
1529         * calendar/appt.el (appt-make-list): Activate the package, if
1530         not already active (for backwards compatibility).
1532 2005-06-20  Kim F. Storm  <storm@cua.dk>
1534         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
1536 2005-06-20  Miles Bader  <miles@gnu.org>
1538         * faces.el (vertical-divider): New face.
1540 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
1542         * simple.el (kill-whole-line): Doc fix.
1543         (next-error-buffer-p, next-error-find-buffer)
1544         (clone-indirect-buffer): Fix typos in docstrings.
1545         (comment-line-break-function): Doc fix: don't say variable
1546         is automatically buffer-local (it isn't).
1548 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
1550         * net/tramp-ftp.el (top):
1551         * net/tramp-smb.el (top):
1552         * net/tramp-util.el (top):
1553         * net/tramp-uu.el (top):
1554         * net/tramp-vc.el (top):
1555         * net/tramp.el (top): Revert copyright years back to original
1556         ones.  Tramp has a life outside GNU Emacs.
1558 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
1560         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1562 2005-06-18  Juri Linkov  <juri@jurta.org>
1564         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1565         end of first regexp to limit the match to the position between
1566         line number and source line with same separator character as used
1567         between file name and line number.  In the second regexp limit
1568         mouse-face area to file name and line number by adding new group
1569         for them and referring it in HYPERLINK arg.
1570         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1571         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1572         previous line where grep markers may be already removed.
1574 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1576         * progmodes/ps-mode.el: Update version and maintainer's email address.
1578 2005-06-18  Steve Youngs  <steve@xemacs.org>
1580         * net/browse-url.el (browse-url-browser-function)
1581         (browse-url-default-browser): Add firefox.
1582         (browse-url-firefox-program, browse-url-firefox-arguments)
1583         (browse-url-firefox-startup-arguments)
1584         (browse-url-firefox-new-window-is-tab): New defcustoms.
1585         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1587 2005-06-17  Richard M. Stallman  <rms@gnu.org>
1589         * startup.el (command-line): Warn if specified user name has
1590         no home directory.
1592         * term.el (term-get-old-input, term-input-filter, term-input-sender)
1593         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1595         * longlines.el (longlines-mode, longlines-show-hard-newlines):
1596         Doc fixes.
1598         * faces.el (underline): Try bold if terminal doesn't support underline.
1600         * mail/sendmail.el (mail-setup-with-from): New variable.
1601         (mail-insert-from-field): New function.
1602         (sendmail-send-it): Call it.
1603         (mail-setup): Optionally call it here.
1605         * term/linux.el: Call tty-no-underline.
1607 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
1609         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1611 2005-06-17  Miles Bader  <miles@gnu.org>
1613         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1614         (ediff-current-diff-C, ediff-current-diff-Ancestor)
1615         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1616         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1617         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1618         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1619         Remove "-face" suffix from face names.
1620         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1621         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1622         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1623         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1624         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1625         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1626         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1627         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1628         New backward-compatibility aliases for renamed faces.
1629         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1630         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1631         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1632         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1633         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1634         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1635         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1636         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1637         Use renamed ediff faces.
1639         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1640         Remove "-face" suffix from face names.
1641         (eshell-test-ok-face, eshell-test-failed-face):
1642         New backward-compatibility aliases for renamed faces.
1643         (eshell-run-test): Use renamed eshell-test faces.
1645         * eshell/em-prompt.el (eshell-prompt):
1646         Remove "-face" suffix from face name.
1647         (eshell-prompt-face): New backward-compatibility alias for renamed face.
1648         (eshell-emit-prompt): Use renamed eshell-prompt face.
1650         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1651         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1652         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1653         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1654         Remove "-face" suffix from face names.
1655         (eshell-ls-directory-face, eshell-ls-symlink-face)
1656         (eshell-ls-executable-face, eshell-ls-readonly-face)
1657         (eshell-ls-unreadable-face, eshell-ls-special-face)
1658         (eshell-ls-missing-face, eshell-ls-archive-face)
1659         (eshell-ls-backup-face, eshell-ls-product-face)
1660         (eshell-ls-clutter-face):
1661         New backward-compatibility aliases for renamed faces.
1662         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1664         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1665         Remove "-face" suffix from face name.
1666         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1667         instead of literal face.
1669 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
1671         * emacs-lisp/warnings.el (display-warning, lwarn)
1672         (warning-minimum-log-level): Doc fixes.
1673         (warning-minimum-level, warning-minimum-log-level):
1674         Add :debug to :type choices.
1676         * progmodes/ada-mode.el (ada-format-paramlist)
1677         (ada-get-indent-case, ada-check-matching-start)
1678         (ada-check-defun-name, ada-goto-matching-decl-start)
1679         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1680         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1681         (ada-make-subprogram-body): Follow error conventions.
1682         (ada-case-exception-file, ada-indent-comment-as-code)
1683         (ada-indent-handle-comment-special, ada-indent-renames)
1684         (ada-indent-return, ada-search-directories-internal)
1685         (ada-tab-policy, ada-case-exception-substring)
1686         (ada-other-file-alist, ada-matching-start-re)
1687         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1688         (ada-imenu-generic-expression, ada-compile-goto-error)
1689         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1690         (ada-popup-menu, ada-add-extensions, ada-mode)
1691         (ada-region-selected, ada-create-case-exception)
1692         (ada-create-case-exception-substring, ada-after-keyword-p)
1693         (ada-activate-keys-for-case, ada-adjust-case-region)
1694         (ada-adjust-case-buffer, ada-format-paramlist)
1695         (ada-scan-paramlist, ada-insert-paramlist)
1696         (ada-indent-newline-indent)
1697         (ada-indent-newline-indent-conditional)
1698         (ada-justified-indent-current, ada-goto-previous-word)
1699         (ada-indent-current, ada-get-indent-open-paren)
1700         (ada-get-indent-paramlist, ada-get-indent-end)
1701         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1702         (ada-get-indent-block-start, ada-get-indent-subprog)
1703         (ada-get-indent-noindent, ada-get-indent-label)
1704         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1705         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1706         (ada-goto-stmt-end, ada-goto-next-word)
1707         (ada-check-matching-start, ada-check-defun-name)
1708         (ada-goto-matching-decl-start, ada-goto-matching-start)
1709         (ada-goto-matching-end, ada-search-ignore-string-comment)
1710         (ada-in-decl-p, ada-looking-at-semi-or)
1711         (ada-looking-at-semi-private, ada-in-paramlist-p)
1712         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1713         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1714         (ada-next-procedure, ada-previous-procedure, ada-next-package)
1715         (ada-previous-package, ada-create-menu)
1716         (ada-fill-comment-paragraph-justify)
1717         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1718         (ada-other-file-name, ada-last-which-function-line)
1719         (ada-last-which-function-subprog, ada-which-function)
1720         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1721         (ada-gen-treat-proc, ada-check-emacs-version)
1722         (ada-continuation-indent, ada-align-region-separate):
1723         Fix typos in docstrings.
1724         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1726 2005-06-16  Lute Kamstra  <lute@gnu.org>
1728         * simple.el (fundamental-mode): Run after-change-major-mode-hook
1729         conditionally.
1731 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1733         * comint.el (comint-replace-by-expanded-filename)
1734         (comint-prompt-regexp, comint-delimiter-argument-list)
1735         (comint-preinput-scroll-to-bottom):
1736         * info.el (Info-hide-cookies-node):
1737         * ls-lisp.el (ls-lisp-classify):
1738         * find-file.el (ff-search-directories, ff-special-constructs)
1739         (ff-find-other-file):
1740         * font-lock.el (font-lock-keywords):
1741         * shell.el (shell-prompt-pattern)
1742         (shell-dynamic-complete-functions, shell-mode)
1743         (shell-delimiter-argument-list):
1744         * term.el (term-replace-by-expanded-filename)
1745         (term-prompt-regexp, term-delimiter-argument-list):
1746         * woman.el (woman-ignore, woman0-if):
1747         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1748         * emacs-lisp/elint.el (elint-init-env):
1749         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1750         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1751         * language/ethio-util.el (ethio-tilde-escape)
1752         (ethio-use-three-dot-question):
1753         * net/zone-mode.el (zone-mode-load-time-setup):
1754         * progmodes/cc-align.el (c-lineup-argcont):
1755         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1756         * progmodes/cperl-mode.el (cperl-set-style-back):
1757         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1758         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1759         Fix spellings in docstrings.
1761         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1762         * progmodes/modula2.el (m2-for): Fix spellings.
1764         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1766         * simple.el (undo-more): Don't use `format' on `error' arguments.
1767         Improve argument/docstring consistency.
1768         (pending-undo-list): Doc fix.
1770         * smerge-mode.el (smerge-ensure-match):
1771         * emulation/vip.el (vip-ex):
1772         * net/zone-mode.el (zone-mode-update-serial):
1773         * progmodes/idlwave.el (idlwave-complete):
1774         * progmodes/vhdl-mode.el (vhdl-visit-file)
1775         (vhdl-compose-wire-components):
1776         Don't use `format' on `error' arguments.
1778         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1779         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1780         (tooltip-help-tips): Fix typos in docstrings.
1782 2005-06-16  David Ponce  <david@dponce.com>
1784         * tree-widget.el (tree-widget-value-create): Simplify last change.
1786 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
1788         * ido.el (ido-incomplete-regexp): New variable.
1789         (ido-set-matches-1): Handle invalid-regexp error and set
1790         ido-incomplete-regexp.
1791         (ido-incomplete-regexp): New face.
1792         (ido-completions): Use it.
1793         (ido-complete, ido-exit-minibuffer, ido-completions):
1794         Handle incomplete regexps.
1795         (ido-completions): Add check for complete match when entering a regexp.
1797 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1799         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1801 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1803         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1804         by field delimiters.
1806 2005-06-15  David Ponce  <david@dponce.com>
1808         * tree-widget.el: eval-and-compile inlined functions so they will
1809         be available at run-time too.
1810         (tree-widget-super-format-handler)
1811         (tree-widget-format-handler): Remove.
1812         (tree-widget-value-create): Handle the :indent property.
1814 2005-06-15  Miles Bader  <miles@gnu.org>
1816         * progmodes/which-func.el (which-func): Only inherit
1817         `font-lock-function-name-face' when that makes sense against the
1818         default mode-line face, otherwise set the face color explicitly.
1820         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1821         faces instead of (non-existent) variables.
1823 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1825         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1826         (iswitchb-get-matched-buffers): Likewise.  Simplify.
1828 2005-06-14  Miles Bader  <miles@gnu.org>
1830         * progmodes/ld-script.el (ld-script-location-counter):
1831         Remove "-face" suffix from face name.
1832         (ld-script-location-counter-face):
1833         New backward-compatibility alias for renamed face.
1834         (ld-script-location-counter-face): Use renamed face.
1836         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1837         (cperl-hash): Remove "-face" suffix from face names.
1838         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1839         New backward-compatibility aliases for renamed faces.
1840         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1841         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1843         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1844         name.
1845         (which-func-face): New backward-compatibility alias for renamed face.
1846         (which-func-format): Use renamed which-func face.
1848         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1849         (vhdl-function, vhdl-directive, vhdl-reserved-word)
1850         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1851         names.
1852         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1853         (vhdl-speedbar-configuration, vhdl-speedbar-package)
1854         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1855         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1856         (vhdl-speedbar-architecture-selected)
1857         (vhdl-speedbar-configuration-selected)
1858         (vhdl-speedbar-package-selected)
1859         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1860         names.
1861         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1862         Use renamed faces.
1863         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1864         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1865         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1866         Use renamed faces.
1867         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1868         names.
1869         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1870         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1871         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1872         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1873         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1874         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1876         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1877         face name.
1878         (sh-heredoc-face): New backward-compatibility alias for renamed face.
1879         (sh-heredoc-face): Use renamed sh-heredoc face.
1881         * progmodes/idlw-help.el (idlwave-help-link):
1882         Remove "-face" suffix from face name.
1883         (idlwave-help-link-face):
1884         New backward-compatibility alias for renamed face.
1885         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1887         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1888         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1889         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1890         New backward-compatibility aliases for renamed faces.
1891         (idlwave-shell-disabled-breakpoint-face)
1892         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1894         * progmodes/flymake.el (flymake-errline, flymake-warnline):
1895         Remove "-face" suffix from face names.
1896         (flymake-errline-face, flymake-warnline-face):
1897         New backward-compatibility aliases for renamed faces.
1898         (flymake-highlight-line): Use renamed flymake faces.
1900         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1901         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1902         (ebrowse-member-class, ebrowse-progress):
1903         Remove "-face" suffix from face names.
1904         (ebrowse-tree-mark-face, ebrowse-root-class-face)
1905         (ebrowse-file-name-face, ebrowse-default-face)
1906         (ebrowse-member-attribute-face, ebrowse-member-class-face)
1907         (ebrowse-progress-face):
1908         New backward-compatibility aliases for renamed faces.
1909         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1910         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1911         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1912         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1914         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1915         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1916         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1917         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1918         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1919         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1920         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1921         New backward-compatibility aliases for renamed faces.
1922         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1923         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1924         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1925         "font-lock-".  Use renamed antlr-mode faces.
1926         (antlr-font-lock-additional-keywords): Use renamed faces.
1927         Replace literal face-names with face variable references.
1929         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1930         face name.
1931         (Buffer-menu-buffer-face): New backward-compatibility alias for
1932         renamed face.
1933         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1935 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
1937         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1938         Eliminate "-face" suffix.
1939         (makefile-targets): Inherit from font-lock-function-name-face and
1940         eliminate "-face" suffix.
1941         (makefile-shell): Remove attributes and eliminate "-face" suffix.
1942         (makefile-*-font-lock-keywords): Append makefile-targets in rule
1943         actions, instead of prepending, to make it less visible.
1944         (makefile-previous-dependency, makefile-match-dependency):
1945         Don't match a target on a continuation line.
1947         * files.el (auto-mode-alist): Put Makefile in gmake mode.
1949 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
1951         * progmodes/gdb-ui.el (menu): Re-order menu items.
1952         (gdb-tooltip-print): Respect tooltip-use-echo-area.
1954         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1955         Define in tooltip.el.
1956         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1957         (gud-tooltip-tips): Respect tooltip-use-echo-area and
1958         gud-tooltip-echo-area.
1960         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1961         backward compatibility and make obsolete.
1962         (tooltip-help-tips): Use tooltip-use-echo-area.
1963         (tooltip-show-help-function): Rename to...
1964         (tooltip-show-help): ...this, because it is a function.
1965         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1967 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
1969         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1970         (edebug-print-length, edebug-print-level, edebug-print-circle)
1971         (edebug-modify-breakpoint, edebug-eval-last-sexp)
1972         (edebug-eval-print-last-sexp): Doc fixes.
1974 2005-06-14  Kim F. Storm  <storm@cua.dk>
1976         * ido.el (ido-mode): Make a new keymap every time we enable ido,
1977         as the coverage buffer/file/both may change.
1979 2005-06-14  Lute Kamstra  <lute@gnu.org>
1981         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1982         and run-mode-hooks.  Simplify.
1984         * mail/rmailedit.el (rmail-edit-mode):
1985         * progmodes/octave-inf.el (inferior-octave-mode):
1986         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1988         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1989         and run-mode-hooks.
1990         (recentf-edit-list, recentf-open-files): Don't call
1991         kill-all-local-variables directly.
1993         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1995 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
1997         * emacs-lisp/byte-run.el (make-obsolete)
1998         (define-obsolete-function-alias): Rename arguments FUNCTION and
1999         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2000         (make-obsolete-variable, define-obsolete-variable-alias):
2001         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2002         respectively.
2004         * isearchb.el (isearchb-activate):
2005         * pcvs.el (cvs-mode):
2006         * ses.el (ses-load):
2007         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2008         * net/tramp.el (tramp-find-file-exists-command)
2009         (tramp-find-shell):
2010         * progmodes/ada-mode.el (ada-create-case-exception)
2011         (ada-create-case-exception-substring, ada-make-subprogram-body):
2012         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2013         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2014         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2015         * textmodes/org.el (org-promote, org-evaluate-time-range)
2016         (org-agenda-next-date-line, org-agenda-previous-date-line)
2017         (org-agenda-error, org-open-at-point, org-table-move-row)
2018         (org-format-table-table-html-using-table-generate-source)
2019         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2020         * textmodes/reftex.el (reftex-access-scan-info):
2021         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2022         (reftex-toc-promote-prepare): Follow error conventions.
2024         * diff-mode.el (diff-mode): Fix typo in docstring.
2026         * forms.el (forms--intuit-from-file): Fix reference to
2027         `forms-number-of-fields' in error message.
2028         (forms-print): Fix quoting in error message.
2030         * forms.el (forms-mode):
2031         * emulation/vi.el (vi-goto-insert-state):
2032         * progmodes/flymake.el (flymake-new-err-info)
2033         (flymake-start-syntax-check-for-current-buffer)
2034         (flymake-simple-cleanup):
2035         * eshell/esh-var.el (eshell/export):
2036         * progmodes/gud.el (xdb):
2037         * textmodes/flyspell.el (flyspell-incorrect-hook)
2038         (flyspell-maybe-correct-transposition)
2039         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2041 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
2043         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2044         minibuffer prompt.
2046 2005-06-13  Kim F. Storm  <storm@cua.dk>
2048         * subr.el (add-to-ordered-list): New defun.
2050         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2051         add cua--keymap-alist to emulation-mode-map-alists.
2053 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2055         * subr.el (complete-in-turn): New macro.
2056         (dynamic-completion-table, lazy-completion-table): Add debug info.
2058         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2059         in preference to face aliases.
2061         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2062         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2063         Remove unused vars `start' and `firstline'.
2064         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2065         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2067 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
2069         * cus-start.el (all): Don't complain about missing GTK-related
2070         variables, unless either `gtk' is boundp or this isn't a
2071         `windows-nt' build.
2073 2005-06-13  Lute Kamstra  <lute@gnu.org>
2075         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2076         run-mode-hooks.
2078         * ediff-mult.el (ediff-meta-mode):
2079         * ediff-util.el (ediff-mode): Use run-mode-hooks.
2081         * ledit.el (ledit-mode): Use delay-mode-hooks.
2083         * woman.el (woman-mode-line-format): Delete constant.
2084         (woman-mode-map): Initialize it properly.
2085         (woman-mode): Set mode-class property to special.
2086         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
2087         Set major-mode and mode-name.  Don't set mode-line-format directly.
2088         (Man-getpage-in-background): Don't reference woman-mode-line-format.
2090         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2091         string argument obsolete.
2093 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2095         * textmodes/org.el (org-CUA-compatible): New option.
2096         (org-disputed-keys): New variable.
2097         (org-key): New function.
2098         (orgtbl-make-binding): Add docstring to the created function.
2099         (org-mode): Set paragraph start/separate regexps.
2100         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2101         (org-archive-location, org-archive-mark-done)
2102         (org-archive-stamp-time): New options.
2103         (org-archive-subtree): New command.
2104         (org-fill-paragraph): New function.
2105         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2106         (org-fake-empty-table-line): Function removed.
2107         (org-format-org-table-html): Do not create empty table lines at
2108         separator lines.  Improved table header treatment.
2109         (org-link-format): New option.
2110         (org-make-link): New function.
2111         (org-insert-link, org-store-link): Use org-make-link.
2112         (org-open-file): Quote file name for shell command, to allow
2113         spaces in file names.
2114         (org-link-regexp): Fix bug with mailto link.
2115         (org-link-maybe-angles-regexp, org-protected-link-regexp):
2116         New constants.
2117         (org-export-as-html): Deal with the optional angles around a link.
2118         Better treatment of file: links.
2119         (org-open-at-point): Replace @{ and @} with < and >.
2120         (org-run-mode-hooks): Function removed.
2121         (org-agenda-mode): No longer use `org-run-mode-hooks'.
2123 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
2125         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2126         MI command -data-list-register-values.
2127         (gdb-post-prompt): Indent properly.
2129 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
2131         * hilit-chg.el (highlight-changes-colors): Rename from
2132         `highlight-changes-colours'.
2133         (highlight-changes-colours): Keep as obsolete alias.
2134         (highlight-changes-face-list): Doc fix.
2135         (hilit-chg-make-list): Use `highlight-changes-colors'.
2137 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
2139         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2140         defun-prompt-regexp.
2142 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
2144         * loadup.el: Don't say we are dumping under 2 names on windows-nt
2145         and cygwin.
2147         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2148         Don't use an old loaddefs.el, as in Makefile.in.
2150 2005-06-12  Lute Kamstra  <lute@gnu.org>
2152         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2154         * man.el (Man-mode-map): Initialize it properly.
2155         (Man-mode): Set mode-class property to special.
2157         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2159 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2161         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2162         A newline is needed in the docstring there.
2164         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2165         Doc fixes.
2167 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2169         * printing.el: Doc fix.  The menubar is no more changed when printing
2170         is loaded, it only changes when pr-menu-bind or pr-update-menus is
2171         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
2172         (pr-version): New version number (6.8.4).
2173         (pr-menu-bind): New command.
2174         (pr-update-menus): Docstring and code fix.
2175         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2176         Docstring fix.
2177         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2178         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2180 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
2182         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2183         "Returns" to "return", document useful return values, etc.
2185 2005-06-11  Alan Mackenzie  <acm@muc.de>
2187         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2188         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2189         (adaptive-file-function): Minor amendment to doc-string.
2191 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2193         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2194         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2195         Fix :type--it is `integer', not `string'.
2197         * faces.el (modeline-highlight): Rename from (the erroneous)
2198         `modeline-higilight'.
2200 2005-06-11  Lute Kamstra  <lute@gnu.org>
2202         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2203         lisp-interaction-mode-map but make it the parent.
2204         (edebug-eval-mode): Use define-derived-mode.
2206 2005-06-11  Andreas Schwab  <schwab@suse.de>
2208         * bindings.el: Add binding of `ESC functionkey' for every
2209         `M-functionkey'.
2210         * hexl.el (hexl-mode-map): Likewise.
2212 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
2214         * progmodes/compile.el (compilation-error-regexp-alist-alist)
2215         [msft]: update regexp for newer msft compilers.
2217 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
2219         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2220         ATTLIST portions of included DTDs.
2221         (xml-parse-dtd): Eliminate use of inefficient match-data.
2223 2005-06-10  Miles Bader  <miles@gnu.org>
2225         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2226         (mpuz-text): Remove "-face" suffix from face names.
2227         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2228         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2229         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2231         * play/gomoku.el (gomoku-O, gomoku-X):
2232         Remove "-face" suffix from face names.
2233         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2234         New backward-compatibility aliases for renamed faces.
2235         (gomoku-font-lock-keywords): Use renamed gomoku faces.
2237 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2239         * thumbs.el: Fixes for changes of 2005-06-09.
2240         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2241         as a directory.
2242         (thumbs-thumbname): Remove directory separator from format string;
2243         `thumbs-thumbsdir' now returns a valid directory name.
2244         (thumbs-temp-dir): New defsubst.
2245         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2246         Use it.
2248         * cus-edit.el (minibuffer):
2249         * files.el (make-backup-file-name-function):
2250         * filesets.el (filesets-external-viewers):
2251         * hilit-chg.el (highlight-changes-colours)
2252         (highlight-changes-face-list, highlight-changes-rotate-faces):
2253         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2254         * kmacro.el (kmacro-call-macro):
2255         * log-edit.el (log-edit-changelog-full-paragraphs):
2256         * mouse.el (mouse-1-click-follows-link):
2257         * skeleton.el (skeleton-autowrap):
2258         * subr.el (insert-for-yank-1):
2259         * tempo.el (tempo-insert-region):
2260         * terminal.el (terminal-emulator):
2261         * time.el (display-time-mail-face):
2262         * vc.el (vc-annotate):
2263         * vcursor.el (vcursor-copy-line):
2264         * woman.el (woman-bold-headings, woman-ignore)
2265         (woman-default-faces, woman-monochrome-faces):
2266         * calendar/todo-mode.el (todo-insert-threshold):
2267         * emulation/pc-select.el (pc-select-selection-keys-only)
2268         (pc-selection-mode):
2269         * emulation/vip.el (vip-find-char-forward):
2270         * emulation/viper-cmd.el (viper-find-char-forward):
2271         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2272         (input-method-exit-on-invalid-key):
2273         * international/mule-diag.el (describe-coding-system):
2274         * international/ucs-tables.el (unify-8859-on-encoding-mode):
2275         * net/browse-url.el (browse-url-xterm-program):
2276         * obsolete/lazy-lock.el (lazy-lock-mode):
2277         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2278         (cperl-mode):
2279         * progmodes/cpp.el (cpp-face-light-name-list)
2280         (cpp-face-dark-name-list):
2281         * progmodes/delphi.el (delphi-newline-always-indents):
2282         Fix spellings in docstrings.
2284         * ido.el (ido-mode, ido-file-extensions-order)
2285         (ido-default-file-method, ido-default-buffer-method)
2286         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2287         (ido-decorations, ido-read-file-name-as-directory-commands)
2288         (ido-read-file-name-non-ido, ido-work-directory-list)
2289         (ido-ignore-item-temp-list, ido-current-directory)
2290         (ido-magic-forward-char, ido-enter-find-file)
2291         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2292         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2294 2005-06-10  Lute Kamstra  <lute@gnu.org>
2296         * play/dunnet.el (dun-mode): Use define-derived-mode.
2297         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
2298         obsolete alias.
2300         * play/doctor.el (doctor-mode-map): Remove defvar.
2301         (doctor-mode): Use define-derived-mode.
2303         * mail/mspools.el (mspools-mode):
2304         * net/eudc-hotlist.el (eudc-hotlist-mode):
2305         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2307 2005-06-10  Miles Bader  <miles@gnu.org>
2309         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2310         Remove "-face" suffix from face names.
2311         (flyspell-incorrect-face, flyspell-duplicate-face):
2312         New backward-compatibility aliases for renamed faces.
2313         (flyspell-mode-on, make-flyspell-overlay)
2314         (flyspell-highlight-incorrect-region)
2315         (flyspell-highlight-duplicate-region)
2316         (flyspell-display-next-corrections)
2317         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2319         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2320         from face name.
2321         (texinfo-heading-face): New backward-compatibility alias for
2322         renamed face.
2323         (texinfo-heading-face): Use renamed texinfo-heading face.
2325         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2326         suffix from face names.
2327         (tex-math-face, tex-verbatim-face):
2328         New backward-compatibility aliases for renamed faces.
2329         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2330         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2331         literal face name.
2333         * textmodes/table.el (table-cell): Remove "-face" suffix from face
2334         name.
2335         (table-cell-face): New backward-compatibility alias for renamed face.
2336         (table--put-cell-face-property, table--update-cell-face):
2337         Use renamed table-cell face.
2339         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2340         from face name.
2341         (sgml-namespace-face): New backward-compatibility alias for
2342         renamed face.
2343         (sgml-namespace-face): Use renamed sgml-namespace face.
2345         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2346         (org-level-4, org-level-5, org-level-6, org-level-7)
2347         (org-level-8, org-warning, org-headline-done)
2348         (org-deadline-announce, org-scheduled-today)
2349         (org-scheduled-previously, org-link, org-done, org-table)
2350         (org-time-grid): Remove "-face" suffix from face names.
2351         (org-level-1-face, org-level-2-face, org-level-3-face)
2352         (org-level-4-face, org-level-5-face, org-level-6-face)
2353         (org-level-7-face, org-level-8-face, org-warning-face)
2354         (org-headline-done-face, org-deadline-announce-face)
2355         (org-scheduled-today-face, org-scheduled-previously-face)
2356         (org-link-face, org-done-face, org-table-face)
2357         (org-time-grid-face):
2358         New backward-compatibility aliases for renamed faces.
2359         (org-level-faces, org-set-font-lock-defaults, org-timeline)
2360         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2361         (org-agenda-get-timestamps, org-agenda-get-scheduled)
2362         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2364         * emulation/viper-init.el (viper-search, viper-replace-overlay)
2365         (viper-minibuffer-emacs, viper-minibuffer-insert)
2366         (viper-minibuffer-vi): Remove "-face" suffix from face names.
2367         (viper-search-face, viper-replace-overlay-face)
2368         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2369         (viper-minibuffer-vi-face):
2370         New backward-compatibility aliases for renamed faces.
2371         (viper-search-face, viper-replace-overlay-face)
2372         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2373         (viper-minibuffer-vi-face): Use renamed viper faces.
2375         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2376         Remove "-face" suffix from face names.
2377         (testcover-nohits-face, testcover-1value-face):
2378         New backward-compatibility aliases for renamed faces.
2379         (testcover-mark): Use renamed testcover faces.
2381         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2382         face name.
2383         (diary-button-face): New backward-compatibility alias for renamed face.
2384         (diary-entry): Use renamed diary-button face.
2386         * calendar/calendar.el (diary, calendar-today, holiday)
2387         (mark-visible-calendar-date): Remove "-face" suffix from face names.
2388         (diary-face, calendar-today-face, holiday-face):
2389         New backward-compatibility aliases for renamed faces.
2390         (eval-after-load "facemenu", diary-entry-marker)
2391         (calendar-today-marker, calendar-holiday-marker, diary-face):
2392         Use renamed calendar faces.
2394         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2395         (compare-windows-face): New backward-compatibility alias for
2396         renamed face.
2397         (compare-windows-highlight): Use renamed compare-windows face.
2399         * strokes.el (strokes-char): Remove "-face" suffix from face name.
2400         (strokes-char-face): New backward-compatibility alias for renamed face.
2401         (strokes-encode-buffer): Use renamed strokes-char face.
2403         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2404         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2405         Remove "-face" suffix from face names.
2406         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2407         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2408         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2409         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2410         Use renamed pcvs faces.
2411         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2412         * pcvs-defs.el (cvs-mode-map): Likewise.
2413         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2415         * info.el (info-title-1, info-title-2, info-title-3)
2416         (info-title-4): Remove "-face" suffix from and downcase face names.
2417         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2418         (Info-title-4-face):
2419         New backward-compatibility aliases for renamed faces.
2420         (Info-fontify-node): Use renamed info faces.
2422         * hilit-chg.el (highlight-changes, highlight-changes-delete):
2423         Remove "-face" suffix from face names.
2424         (highlight-changes-face, highlight-changes-delete-face):
2425         New backward-compatibility aliases for renamed faces.
2426         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2427         (hilit-chg-make-list): Use renamed highlight-changes faces.
2429         * generic-x.el (show-tabs-tab, show-tabs-space):
2430         Remove "-face" suffix from face names.
2431         (show-tabs-tab-face, show-tabs-space-face):
2432         New backward-compatibility aliases for renamed faces.
2433         (show-tabs-generic-mode-font-lock-defaults-1)
2434         (show-tabs-generic-mode-font-lock-defaults-2):
2435         Use renamed show-tabs faces.
2437         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2438         (smerge-markers): Remove "-face" suffix from face names.
2439         (smerge-mine-face, smerge-other-face, smerge-base-face)
2440         (smerge-markers-face):
2441         New backward-compatibility aliases for renamed faces.
2442         (smerge-mine-face, smerge-other-face, smerge-base-face)
2443         (smerge-markers-face): Use renamed smerge faces.
2445         * log-view.el (log-view-file, log-view-message):
2446         Remove "-face" suffix from face names.
2447         (log-view-file-face, log-view-message-face):
2448         New backward-compatibility aliases for renamed faces.
2449         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2451         * paren.el (show-paren-match, show-paren-mismatch):
2452         Remove "-face" suffix from face names.
2453         (show-paren-match-face, show-paren-mismatch-face):
2454         New backward-compatibility aliases for renamed faces.
2455         (show-paren-function): Use renamed show-paren faces.
2457         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2458         (ruler-mode-margins, ruler-mode-fringes)
2459         (ruler-mode-column-number, ruler-mode-fill-column)
2460         (ruler-mode-comment-column, ruler-mode-goal-column)
2461         (ruler-mode-tab-stop, ruler-mode-current-column):
2462         Remove "-face" suffix from face names.
2463         (ruler-mode-default-face, ruler-mode-pad-face)
2464         (ruler-mode-margins-face, ruler-mode-fringes-face)
2465         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2466         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2467         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2468         New backward-compatibility aliases for renamed faces.
2469         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2470         (ruler-mode-column-number, ruler-mode-fill-column)
2471         (ruler-mode-comment-column, ruler-mode-goal-column)
2472         (ruler-mode-tab-stop, ruler-mode-current-column)
2473         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2475         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2476         face name.
2477         (whitespace-highlight-the-space): Use renamed face.
2478         (whitespace-highlight-face): New backward-compatibility alias for
2479         renamed face.
2481         * woman.el (woman-italic, woman-bold, woman-unknown)
2482         (woman-addition, woman-symbol-face):
2483         Remove "-face" suffix from face names.
2484         (woman-italic-face, woman-bold-face, woman-unknown-face)
2485         (woman-addition-face):
2486         New backward-compatibility aliases for renamed faces.
2487         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2488         (woman-decode-region, woman-replace-match)
2489         (woman-display-extended-fonts, woman-special-characters)
2490         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2491         Use renamed woman faces.
2493         * longlines.el (longlines-visible-face): Face removed.
2495         * diff-mode.el (diff-header, diff-file-header, diff-index)
2496         (diff-hunk-header, diff-removed, diff-added, diff-changed)
2497         (diff-function, diff-context, diff-nonexistent): Remove "-face"
2498         suffix from face names.
2499         (diff-header-face, diff-file-header-face, diff-index-face)
2500         (diff-hunk-header-face, diff-removed-face, diff-added-face)
2501         (diff-changed-face, diff-function-face, diff-context-face)
2502         (diff-nonexistent-face): New backward-compatibility aliases for
2503         renamed faces.
2504         (diff-header-face, diff-file-header-face)
2505         (diff-index, diff-index-face, diff-hunk-header)
2506         (diff-hunk-header-face, diff-removed, diff-removed-face)
2507         (diff-added, diff-added-face, diff-changed-face, diff-function)
2508         (diff-function-face, diff-context-face, diff-nonexistent)
2509         (diff-nonexistent-face): Use renamed diff-mode faces.
2511         * progmodes/compile.el (compilation-warning-face)
2512         (compilation-info-face): Remove "-face" suffix from face names.
2513         (compilation-warning-face, compilation-info-face):
2514         New backward-compatibility aliases for renamed faces.
2515         (compilation-warning-face, compilation-info-face):
2516         Use renamed compilation faces.
2518         * add-log.el (change-log-date, change-log-name)
2519         (change-log-email, change-log-file, change-log-list)
2520         (change-log-conditionals, change-log-function)
2521         (change-log-acknowledgement): Remove "-face" suffix from face names.
2522         (change-log-date-face, change-log-name-face)
2523         (change-log-email-face, change-log-file-face)
2524         (change-log-list-face, change-log-conditionals-face)
2525         (change-log-function-face, change-log-acknowledgement-face):
2526         New backward-compatibility aliases for renamed faces.
2527         (change-log-font-lock-keywords): Use renamed change-log faces.
2529         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2530         (custom-set, custom-changed, custom-saved, custom-button)
2531         (custom-button-pressed, custom-documentation, custom-state)
2532         (custom-comment, custom-comment-tag, custom-variable-tag)
2533         (custom-variable-button, custom-face-tag, custom-group-tag-1)
2534         (custom-group-tag): Remove "-face" suffix from face names.
2535         (custom-magic-alist, custom-magic-value-create)
2536         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2537         (custom-invalid-face, custom-rogue-face, custom-modified-face)
2538         (custom-set-face, custom-changed-face, custom-saved-face)
2539         (custom-button-face, custom-button-pressed-face)
2540         (custom-documentation-face, custom-state-face)
2541         (custom-comment-face, custom-comment-tag-face)
2542         (custom-variable-tag-face, custom-variable-button-face)
2543         (custom-face-tag-face, custom-group-tag-face-1)
2544         (custom-group-tag-face):
2545         New backward-compatibility aliases for renamed faces.
2547         * wid-edit.el (widget-documentation, widget-button)
2548         (widget-field, widget-single-line-field, widget-inactive)
2549         (widget-button-pressed): "-face" suffix removed from face names.
2550         (widget-documentation-face, widget-button-face)
2551         (widget-field-face, widget-single-line-field-face)
2552         (widget-inactive-face, widget-button-pressed-face):
2553         New backward-compatibility aliases for renamed faces.
2554         (widget-documentation-face, widget-button-face)
2555         (widget-button-pressed-face, widget-specify-field)
2556         (widget-specify-inactive): Use renamed widget faces.
2558 2005-06-10  Kenichi Handa  <handa@m17n.org>
2560         * term/x-win.el (x-clipboard-yank): Remove condition-case
2561         wrapping.
2563 2005-06-11  Kenichi Handa  <handa@m17n.org>
2565         * add-log.el (change-log-font-lock-keywords): Make the regexp for
2566         date lines stricter.
2568 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
2570         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2571         of x-get-selection.
2573 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2575         * comint.el (comint-mode, comint-snapshot-last-prompt):
2576         * frame.el (frame-current-scroll-bars):
2577         * term.el (term-mode, term-check-proc, term-input-sender)
2578         (term-simple-send, term-extract-string, term-word)
2579         (term-match-partial-filename):
2580         * window.el (window-current-scroll-bars):
2581         * emulation/cua-base.el (cua-normal-cursor-color)
2582         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2583         (cua-global-mark-cursor-color):
2584         * mail/undigest.el (rmail-forward-separator-regex):
2585         Fix typos in docstrings.
2587         * comint.el (comint-check-proc, make-comint-in-buffer)
2588         (comint-source-default): Doc fixes.
2590         * term.el (term-send-string): Improve argument/docstring
2591         consistency.
2593 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
2595         * comint.el (comint-send-input): Bind `inhibit-read-only' around
2596         call to `delete-region'.
2597         (comint-mode-hook): Do not enable Font Lock by default.
2599 2005-06-09  Lute Kamstra  <lute@gnu.org>
2601         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2602         could be void.
2604 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2606         * emacs-lisp/debug.el (debugger-will-be-back): New var.
2607         (debug): Use it.
2608         (debugger-step-through, debugger-continue, debugger-jump)
2609         (debugger-return-value): Set it when needed.
2610         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2611         Use inhibit-read-only.
2613 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
2615         * window.el (shrink-window-if-larger-than-buffer)
2616         (window-size-fixed): Fix typo in docstring.
2618         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
2619         thumbnails directory on loading.
2620         (thumbs-conversion-program): Use `eq' to check the system type,
2621         not `equal'.
2622         (thumbs-temp-dir): Initialize to `temporary-file-directory',
2623         not "/tmp".  Fix docstring.
2624         (thumbs-thumbsdir): New function to return the thumbnails
2625         directory, creating it if needed.
2626         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2627         (thumbs-temp-file): Delete variable and make it into a function.
2628         (thumbs-resize-image, thumbs-modify-image): Use it.
2629         (thumbs-kill-buffer): Simplify.
2630         (thumbs-gensym): Defalias or duplicate CL `gensym'.
2631         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2632         docstrings.
2634 2005-06-09  Kim F. Storm  <storm@cua.dk>
2636         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2637         set-match-data to free markers in match-data.
2639         * replace.el (replace-match-data): Pass RESEAT arg `t' to
2640         match-data to unchain markers in match-data.
2642 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2644         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2645         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
2646         unnecessary now.
2648 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2650         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2651         give the variable a doc string that doesn't say don't set it directly.
2653         * textmodes/ispell.el (ispell-check-version):
2654         Use match-string-no-properties.
2655         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2656         (ispell-buffer-local-words): Likewise.
2658         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2659         except on terminals with enough colors to really display it.
2660         (makefile-dependency-regex): Delete spurious `bb'.
2662         * faces.el (escape-glyph): Use blue once again in last case.
2663         (no-break-space): Redefine so that it isn't invisible on a tty.
2665 2005-06-08  Kim F. Storm  <storm@cua.dk>
2667         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2668         also when reading directory name.
2670 2005-06-08  Lute Kamstra  <lute@gnu.org>
2672         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2673         (flyspell-mode-line-string): Remove autoload cookie.
2674         (flyspell-mode): Remove defvar.
2676 2005-06-07  Lute Kamstra  <lute@gnu.org>
2678         * textmodes/org.el (org-run-mode-hooks): New function.
2679         (org-agenda-mode): Use it.
2681 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
2683         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2685 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2687         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2689 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
2691         * font-lock.el (font-lock-add-keywords): Doc fix.
2693 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2695         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2696         (tex-compile-default): In the absence of any history, use the order in
2697         tex-compile-alist to choose the preferred command.
2698         (tex-compile-commands): Reorder a bit.
2700         * textmodes/flyspell.el (flyspell-auto-correct-binding)
2701         (flyspell-incorrect-face, flyspell-duplicate-face):
2702         Use (X)Emacs-agnostic code.
2703         (flyspell-mode-map): Don't overwrite at each load.  Remove code
2704         redundant with the subsequent add-minor-mode.  Merge Emacs and
2705         XEmacs code.
2706         (flyspell-word): Minor simplification.
2707         (flyspell-math-tex-command-p): Quieten the byte-compiler.
2708         (flyspell-external-point-words): Remove unused vars `size' and `start'.
2709         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2710         Merge the corresponding Emacs code.
2711         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2713         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2714         a dedicated window.
2716         * international/latexenc.el (latexenc-find-file-coding-system):
2717         Undo part of last patch, to turn off a compiler warning.
2719 2005-06-06  Juri Linkov  <juri@jurta.org>
2721         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2722         Rename `tmm-inactive-face' to `tmm-inactive'.
2724 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
2726         * iswitchb.el: Rename faces.
2728 2005-06-06  Kim F. Storm  <storm@cua.dk>
2730         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2731         (cua-global-mark): Remove -face suffix from face names.
2733         * emulation/cua-gmrk.el (cua--init-global-mark):
2734         Remove cua-global-mark face setup.
2736 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2738         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2739         just like other allowed characters.
2740         (makefile-match-dependency): Exclude leading and training whitespace
2741         from the range of regexp subexp 1.
2742         (makefile-macroassign-regex): Don't try to match the body,
2743         just the name of the macro being defined.
2745         * info.el (Info-read-node-name-2): New function.
2746         (Info-read-node-name-1): Use that.
2747         Add a completion-base-size-function property.
2749         * simple.el (completion-setup-function): Look for
2750         completion-base-size-function property of
2751         minibuffer-completion-table.
2753         * files.el (locate-file-completion): Doc fix.
2755         * printing.el: Don't call pr-update-menus; user must do that.
2757         * emacs-lisp/debug.el (debugger-window): New variable.
2758         (debug): Use debugger-window if it is set and still alive.
2759         Record debugger-window for next entry.
2761         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2763 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
2765         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2766         (hack-one-local-variable, hack-local-variables)
2767         (hack-local-variables-prop-line): Pass that arg.
2769 2005-06-06  Kim F. Storm  <storm@cua.dk>
2771         * ido.el (ido-first-match, ido-only-match, ido-subdir)
2772         (ido-indicator): Remove -face suffix from face names.
2774 2005-06-06  Juri Linkov  <juri@jurta.org>
2776         * font-lock.el (font-lock-regexp-backslash)
2777         (font-lock-regexp-backslash-construct): New faces.
2778         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
2779         after `('.  Add `while-no-input' to control structures.
2781         * faces.el (no-break-space, shadow): New faces.
2782         (escape-glyph): Use less loud colors pink2 and red4.
2784         * diff-mode.el (diff-context-face)
2785         * dired.el (dired-ignored)
2786         * rfn-eshadow.el (file-name-shadow)
2787         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2789         * info.el (Info-title-1-face): Use green instead of yellow because
2790         bold yellow is not readable on light backgrounds.
2792         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2793         before selecting the desired mode to not spend time fontifying
2794         old contents.
2796 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
2798         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2799         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2801         * ps-print.el (ps-default-fg, ps-default-bg):
2802         Fix typos in docstrings.
2804         * isearchb.el (isearchb): Don't pass a spurious second argument to
2805         `iswitchb-completions'.
2807 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
2809         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2810         to preserve point.
2811         (gdb-find-file-hook): Add doc string.
2813         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2814         C dereferenced pointer expression.
2815         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
2817         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2819         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2820         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2821         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2822         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2823         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2824         Make background transparent.
2826 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2828         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
2829         (font-lock-remove-keywords): Doc fix.
2830         (font-lock-mode-major-mode): Compiler defvar.
2831         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2833         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2834         (font-lock-mode): Update `font-lock-mode-major-mode'.
2835         (font-lock-set-defaults): Compiler defvar.
2836         (font-lock-default-function): Take `font-lock-mode-major-mode'
2837         into account.
2839         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2840         keep track of which major mode it enabled the minor mode for.
2841         Use find-file-hook again.  Update docstring.
2843         * simple.el (eval-expression-print-level)
2844         (eval-expression-print-length, eval-expression-debug-on-error):
2845         Doc fixes.
2847 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
2849         * iswitchb.el (iswitchb-single-match-face)
2850         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2851         (iswitchb-invalid-regexp-face): New faces.
2852         (iswitchb-completions): Use them.
2853         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2854         now marked as an obsolete alias.
2855         (iswitchb-read-buffer): Remove check for bound font variables.
2856         (iswitchb-invalid-regexp): New free variable.
2857         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2858         set iswitchb-invalid-regexp.
2859         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2860         invalid regexps.
2861         (iswitchb-completions): Add check for complete match when entering
2862         a regexp.
2863         (iswitchb-completions): Remove require-match argument.
2864         (iswitchb-exhibit): Fix caller.
2865         (iswitchb-common-match-inserted): New variable.
2866         (iswitchb-complete, iswitchb-completion-help): Use it.
2868 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
2870         * url-http.el (url-http-chunked-encoding-after-change-function):
2871         Use `url-http-debug' instead of `message'.
2873 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
2875         * url-http.el (url-http-parse-headers): Pass redirected URL as a
2876         callback argument.
2878 2005-06-04  Kim F. Storm  <storm@cua.dk>
2880         * simple.el (line-move): Only call sit-for when moving backwards.
2882         * ido.el (ido-make-merged-file-list-1): New defun split from
2883         ido-make-merged-file-list.
2884         (ido-make-merged-file-list): Bind throw-on-input around call to
2885         ido-make-merged-file-list-1.  Return input-pending-p if
2886         interrupted by more input available.
2887         (ido-read-internal): Handle input-pending-p return value from
2888         ido-make-merged-file-list.
2890 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2893         compatibility code.
2895         * international/latexenc.el (latexenc-find-file-coding-system):
2896         Don't inherit the EOL part of the coding-system from the
2897         tex-main buffer.  Fit within 80 columns.
2899 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
2901         * tmm.el (tmm-inactive-face): New face.
2902         (tmm-remove-inactive-mouse-face): New function.
2903         (tmm-prompt, tmm-add-one-shortcut)
2904         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2905         but not selectable.
2907 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
2909         * faces.el (face-equal): Improve argument/docstring consistency.
2911 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
2913         * progmodes/make-mode.el (makefile-targets-face)
2914         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2915         (makefile-bsdmake-dependency-regex)
2916         (makefile-makepp-rule-action-regex)
2917         (makefile-bsdmake-rule-action-regex): New constants.
2918         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2920         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2921         Allow (...) within `...' for makepp messages.
2923 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2925         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2927         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2928         "." files are deleted from all file lists before comparison.
2930         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2931         (viper-ESC-key): Made them customizable.
2933         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2935 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2937         * autorevert.el (auto-revert-buffers): Use save-match-data.
2939 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2941         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2942         menu items with a nil command binding.
2944 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
2946         * emacs-lisp/cl-macs.el (defsetf):
2947         Improve argument/docstring consistency.
2949         * faces.el (list-faces-display): Improve the formatting by
2950         computing the maximum length required for any face-name (reworked
2951         patch of 1999-01-11, accidentally deleted on 1999-07-21).
2952         (internal-find-face): Remove redundant info in docstring.
2954 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
2956         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2957         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2958         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2959         (gdb-assembler-custom): Improve regexps.
2960         (def-gdb-auto-update-handler): Use window point to preserve point.
2962 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2964         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2966 2005-05-31  Jay Belanger  <belanger@truman.edu>
2968         * calc/calc-embed.el (calc-embedded-word): Change argument passed
2969         to calc-embedded.
2970         (calc-embedded-make-info): Have plain prefix argument select
2971         entire line.
2973 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
2975         * faces.el (list-faces-display): Signal error if passed a regexp
2976         that matches no face name.
2978         * simple.el (filter-buffer-substring): Fix typo in docstring.
2980 2005-05-31  Richard M. Stallman  <rms@gnu.org>
2982         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2983         (vhdl-emacs-21): Doc fix.
2984         (vhdl-mode): Unconditionally set comment-padding.
2985         (vhdl-fixup-whitespace-region): Insert spaces only where
2986         there are none.
2987         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2989 2005-05-30  John Wiegley  <johnw@newartisans.com>
2991         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2992         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2993         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2994         `directory-sep-char' to ?/, and all uses of `string-to-int' to
2995         `string-to-number'.
2997 2005-05-30  Jay Belanger  <belanger@truman.edu>
2999         * calc/calc.el (calc-bug-address): Fix docstring.
3000         (calc-window-hook, calc-trail-window-hook): New variables.
3001         (calc-trail-display): Restore use of calc-trail-window-hook.
3002         (calc): Restore use of calc-window-hook.
3004 2005-05-31  Masatake YAMATO  <jet@gyve.org>
3006         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3008         * help-fns.el (help-C-file-name): Add autoload mark for
3009         `find-function-noselect'.
3011 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3014         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3016 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3018         * calendar/diary-lib.el (mark-included-diary-files): Only kill
3019         included diary buffer if it was not already being visited.
3020         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3022         * calendar/icalendar.el (top-level): Do not require 'appt.
3024         * mail/supercite.el (sc-select-attribution): Only use a list
3025         element from sc-attrib-selection-list if it returns a string.
3026         Reported by Davide G. M. Salvetti <salve@debian.org>.
3028 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
3030         * thumbs.el (thumbs-thumbname): The resulting thumbname now
3031         includes a hash value to improve its uniqueness, and has a ".jpg"
3032         extension.  Also, it is now a valid filename on all systems.
3033         (thumbs-make-thumb): Use `let', not `let*'.
3034         (thumbs-show-thumbs-list): Check for JPEG availability.
3036 2005-05-30  Richard M. Stallman  <rms@gnu.org>
3038         * filesets.el (filesets-menu-ensure-use-cached):
3039         Prevent warning when emacs-version>= is undefined.
3041         * printing.el (pr-interactive-n-up): Use string-to-number.
3043         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3045         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3046         Warn only when name to be defined is quoted.
3048 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
3050         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3051         Make regexp more robust.
3052         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3053         Force regeneration of disassembly.
3055 2005-05-29  Jay Belanger  <belanger@truman.edu>
3057         * calc/calc.el (calc-user-invocation): Check if
3058         calc-invocation-macro is non-nil.
3060 2005-05-29  Juri Linkov  <juri@jurta.org>
3062         * add-log.el (change-log-font-lock-keywords):
3063         Add `+' to e-mail regexp to accept mail address with keywords.
3065         * man.el (Man-name-regexp): Add `:' to accept qualified names.
3067 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3069         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3071         * ielm.el (inferior-emacs-lisp-mode): Ditto.
3073 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3075         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3076         Undo the change that moves to end of the current word.
3078 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3080         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3081         Throw error when count <= 0 to ensure input is a number.
3082         (gdb-read-memory-custom): Pick up address from buffer.
3083         (gdb-memory-mode): Allow user to increment and decrement
3084         memory address from header line.
3086 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3088         * flyspell.el (flyspell-version): Function deleted.
3089         (flyspell-auto-correct-previous-hook): Doc fix.
3091         * jit-lock.el (jit-lock-function, jit-lock-after-change):
3092         Do nothing if memory is full.
3094         * font-lock.el (font-lock-fontify-syntactically-region):
3095         Pass t for GREEDY to looking-back.
3097         * saveplace.el (save-place-alist-to-file): Write the file
3098         using write-region.
3100         * subr.el (looking-back): New argument GREEDY.
3102         * progmodes/compile.el (compilation-start): Set the mode
3103         before inserting the initial text.
3105         * progmodes/which-func.el (which-func-update-1): Turn the mode
3106         off in case of error by setting which-func-mode.
3108 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
3110         * flyspell.el (flyspell-auto-correct-previous-word):
3111         Narrow down to what's on the screen, and recenter overlays
3112         at the end of the next word.
3114 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
3116         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3117         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3118         (flyspell-abbrev-p): Default to nil.
3119         (flyspell-use-global-abbrev-table-p): Doc fix.
3120         (flyspell-large-region): Allow nil as value.
3121         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3123         (mail-mode-flyspell-verify): More robust handling
3124         of `mail-header-separator'.  More efficient signature detection.
3125         Allow for regexp metacharacters in message-header-separator.
3126         Adding `To' not to be checked in mail-mode-flyspell-verify.
3128         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3129         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3130         Bind flyspell-auto-correct-binding.
3131         Bind C-. and C-, .
3132         (flyspell-mode-map): Likewise.
3133         (flyspell-mode): Doc fix.
3134         (flyspell-accept-buffer-local-defs): Preserve current buffer.
3135         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3136         (flyspell-word-cache-result): New var, always local.
3137         (flyspell-check-pre-word-p): Doc fix.
3138         (flyspell-check-changed-word-p): Handle spc like newline.
3139         (flyspell-post-command-hook): Set flyspell-word-cache-result.
3140         (flyspell-word-search-backward, flyspell-word-search-forward):
3141         New functions.
3142         (flyspell-word): Return t if nothing to check.
3143         When parsing TeX code, check for after } or \.
3144         Use flyspell-word-search-backward to find previous word.
3145         Return nil if duplicated word.
3146         For word already checked, return same value as last time.
3147         Set flyspell-word-cache-result after checking.
3148         Don't clobber the return value.
3149         (flyspell-get-word): Major rewrite.
3150         (flyspell-external-point-words): New locals pword, pcount.
3151         Fix size used in progress message.
3152         Find the proper corresponding word in flyspell-large-region-buffer.
3153         (flyspell-region): Check for flyspell-large-region = nil.
3154         (flyspell-highlight-incorrect-region): Clean up overlays in region.
3155         (flyspell-auto-correct-word): Check that WORD is a cons.
3156         (flyspell-correct-word): Likewise.
3158 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
3160         * progmodes/make-mode.el (makefile-rule-action-regex)
3161         (makefile-macroassign-regex, makefile-makepp-mode)
3162         (makefile-bsdmake-mode): Continuation lines may be empty.
3163         Reported by Joshua Varner.
3164         (makefile-makepp-font-lock-keywords): Add $(stem).
3166 2005-05-28  Karl Berry  <karl@gnu.org>
3168         * textmodes/tex-mode.el: Now that tex-send-command calls
3169         shell-quote-argument (2005-03-31 change), remove all calls to
3170         shell-quote-argument; they all end up invoking tex-send-command.
3171         The double quoting loses on filenames with non-safe characters,
3172         such as "@".  Reported by Frederik Fouvry.
3174 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3176         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3177         about preserving point.
3179 2005-05-27  Jay Belanger  <belanger@truman.edu>
3181         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3182         Info-goto-node.
3184         * calc/calc-embed.el (calc-embed-arg): New variable.
3185         (calc-do-embedded-activate, calc-embedded-activate-formula)
3186         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3187         variable by new variable.
3188         (calc-embedded-make-info): Replace undeclared variable by new
3189         variable.  When selecting region with positive prefix
3190         argument, use end of previous line instead of beginning of line.
3192         * calc/calc-aent.el (calc-arg-values): Declare it.
3194         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3195         Declare them.
3197         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3199         * calc/calc.el (calc-alg-map): Declare it.
3201         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3203 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
3205         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3206         (gdb-registers-buffer, toggle-gdb-all-registers):
3207         Toggle display of floating point registers.
3208         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3210         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
3211         (toggle-gud-tooltip-dereference):
3212         Rename from gud-toggle-tooltip-dereference.
3214 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3216         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3218 2005-05-27  Jay Belanger  <belanger@truman.edu>
3220         * calc/calc-prog.el (calc-kbd-report): Remove.
3221         (calc-kbd-query): Rewrite.
3223 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
3225         * image.el (image-library-alist): Move to image.c.
3226         (image-type-available-p): Doc fix.
3228 2005-05-27  Lute Kamstra  <lute@gnu.org>
3230         * calc/calc.el (calc):
3231         * outline.el (outline-1, outline-2, outline-3, outline-4)
3232         (outline-5, outline-6, outline-7, outline-8):
3233         * textmodes/dns-mode.el (dns-mode):
3234         * textmodes/sgml-mode.el (sgml-namespace-face):
3235         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3236         (tex-verbatim-face, tex-use-reftex):
3237         * textmodes/texinfo.el (texinfo-heading-face):
3238         Specify customization group.
3240         * longlines.el: Don't require easy-mmode.
3241         (longlines-visible-face): Specify customization group.
3243 2005-05-27  Kenichi Handa  <handa@m17n.org>
3245         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3246         encoding table of windows-1251.
3248         * international/ucs-tables.el (ucs-set-table-for-input):
3249         If translation-table-for-input of a coding system is a symbol, get
3250         its translation-table property.
3252         * international/code-pages.el: Don't register a coding system into
3253         non-iso-charset-alist more than once.
3254         (cp-make-coding-system): Likewise.
3256 2005-05-26  John Wiegley  <johnw@newartisans.com>
3258         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3259         `eshell-resume-eval' is wrapped in a list, it indicates that the
3260         command was run asynchronously.  In that case, unwrap the value
3261         before checking the delimiter value.
3263         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3264         character before a space at the end of a line is \, assume the space
3265         is part of the last argument rather than a final argument separator.
3267         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3268         is in use, and the target is `t' or `nil' (which are the most common
3269         values), don't assume that the symbol target is a buffer.
3271 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3273         * calendar/calendar.el (calendar-mode-line-format):
3274         Use mode-line-highlight as mouse-face.
3276         * time.el (display-time-string-forms, display-time-update):
3277         Use mode-line-highlight as mouse-face.
3279 2005-05-26  Jay Belanger  <belanger@truman.edu>
3281         * calc/calc.el (calc-language-alist): Remove extra defvar.
3283 2005-05-26  Lute Kamstra  <lute@gnu.org>
3285         * arc-mode.el (archive-mode):
3286         * bookmark.el (bookmark-read-annotation-mode)
3287         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3288         * bs.el (bs-mode):
3289         * calc/calc-yank.el (calc-edit-mode):
3290         * calc/calc.el (calc-mode, calc-trail-mode):
3291         * calculator.el (calculator-mode):
3292         * chistory.el (command-history-mode):
3293         * comint.el:
3294         * cus-edit.el (custom-mode):
3295         * descr-text.el (describe-text-mode):
3296         * ebuff-menu.el (Electric-buffer-menu-mode):
3297         * ediff-util.el (ediff-mode):
3298         * emacs-lisp/re-builder.el (reb-mode):
3299         * emulation/vi.el (vi-mode-setup):
3300         * emulation/ws-mode.el (wordstar-mode):
3301         * eshell/esh-mode.el (eshell-mode):
3302         * forms.el (forms-mode):
3303         * help-mode.el (help-mode):
3304         * hexl.el (hexl-mode):
3305         * ibuffer.el (ibuffer-mode):
3306         * ielm.el (inferior-emacs-lisp-mode):
3307         * info.el (Info-mode, Info-edit-mode):
3308         * international/swedish.el:
3309         * ledit.el (ledit-from-lisp-mode):
3310         * locate.el (locate-mode):
3311         * mail/rmail.el (rmail-mode):
3312         * mail/rmailedit.el (rmail-edit-mode):
3313         * mail/rmailsum.el (rmail-summary-mode):
3314         * mail/supercite.el (sc-electric-mode):
3315         * net/eudc.el (eudc-mode):
3316         * net/quickurl.el (quickurl-list-mode):
3317         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3318         * obsolete/ooutline.el (outline-mode):
3319         * obsolete/options.el (Edit-options-mode):
3320         * obsolete/rnews.el (news-mode):
3321         * obsolete/rnewspost.el (news-reply-mode):
3322         * play/5x5.el (5x5-mode):
3323         * play/decipher.el (decipher-mode, decipher-stats-mode):
3324         * play/gomoku.el (gomoku-mode):
3325         * play/snake.el (snake-mode):
3326         * play/solitaire.el (solitaire-mode):
3327         * play/tetris.el (tetris-mode):
3328         * progmodes/ada-mode.el (ada-mode):
3329         * progmodes/antlr-mode.el (antlr-mode):
3330         * progmodes/autoconf.el (autoconf-mode):
3331         * progmodes/dcl-mode.el (dcl-mode):
3332         * progmodes/delphi.el (delphi-mode):
3333         * progmodes/ebrowse.el (ebrowse-tree-mode)
3334         (ebrowse-electric-list-mode, ebrowse-member-mode)
3335         (ebrowse-electric-position-mode):
3336         * progmodes/f90.el (f90-mode):
3337         * progmodes/fortran.el (fortran-mode):
3338         * progmodes/icon.el (icon-mode):
3339         * progmodes/idlw-help.el (idlwave-help-mode):
3340         * progmodes/idlw-shell.el (idlwave-shell-mode):
3341         * progmodes/idlwave.el (idlwave-mode):
3342         * progmodes/inf-lisp.el (inferior-lisp-mode):
3343         * progmodes/m4-mode.el (m4-mode):
3344         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3345         * progmodes/modula2.el (modula-2-mode):
3346         * progmodes/octave-inf.el (inferior-octave-mode):
3347         * progmodes/octave-mod.el (octave-mode):
3348         * progmodes/pascal.el (pascal-mode):
3349         * progmodes/sh-script.el (sh-mode):
3350         * progmodes/sql.el (sql-mode, sql-interactive-mode):
3351         * progmodes/vhdl-mode.el (vhdl-mode):
3352         * progmodes/xscheme.el (scheme-interaction-mode):
3353         * replace.el (occur-mode):
3354         * ses.el (ses-mode):
3355         * simple.el (completion-list-mode):
3356         * skeleton.el:
3357         * speedbar.el (speedbar-mode):
3358         * term.el (term-mode):
3359         * terminal.el (terminal-edit-mode):
3360         * textmodes/reftex-index.el (reftex-index-mode)
3361         (reftex-index-phrases-mode):
3362         * textmodes/reftex-sel.el (reftex-select-label-mode)
3363         (reftex-select-bib-mode):
3364         * textmodes/reftex-toc.el (reftex-toc-mode):
3365         * wdired.el (wdired-change-to-wdired-mode):
3366         * wid-browse.el (widget-browse-mode):
3367         Use run-mode-hooks.
3369         * array.el (array-mode):
3370         * calendar/todo-mode.el (todo-mode):
3371         * man.el (Man-mode):
3372         * play/landmark.el (lm-mode):
3373         * play/mpuz.el (mpuz-mode):
3374         Use kill-all-local-variables and run-mode-hooks.
3376         * subr.el (delay-mode-hooks): Specify indentation.
3378 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
3380         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3382 2005-05-26  Jay Belanger  <belanger@truman.edu>
3384         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3385         of nil.
3387 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
3389         * progmodes/gdb-ui.el (gdb-frame-address):
3390         Rename from gdb-current-address.
3391         (gdb-previous-frame-address): Rename from gdb-previous-address.
3392         (gdb-selected-frame): Rename from gdb-current-frame.
3393         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3394         (gdb-frame-number): Rename from gdb-current-stack-level.
3395         (gdb-ann3): Match new mode-name for disassembly buffer.
3396         Extend initialization of variables.
3397         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3398         (gdb-memory-mode): Use mouse-face in header line.
3399         (gdb-assembler-buffer-name): Call it disassembly and give frame
3400         in mode line.
3401         (gdb-source-spec-regexp, gdb-assembler-custom)
3402         (gdb-invalidate-assembler, gdb-frame-handler):
3403         Make robust to leading zeroes in address format.
3405 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
3407         * textmodes/org.el (org-mode): Use `define-derived-mode' to
3408         define `org-mode'.
3409         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3411 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3413         * log-edit.el (log-edit-changelog-entries): Distinguish between
3414         filenames like xfns.c and fns.c.
3416 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
3418         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3419         point after reverting.
3420         (Buffer-menu-make-sort-button): Handle the case where
3421         `Buffer-menu-use-header-line' is nil.
3423 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3425         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3426         New funcs.  In minibuffer-local-completion-map bind `]', `/'
3427         and `:' to them.
3429 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * startup.el (normal-top-level): Allow modification of load-path while
3432         we're iterating over it.
3434 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
3436         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3437         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3438         (thumbs-resize-interactive, thumbs-insert-image)
3439         (thumbs-insert-thumb, thumbs-dired-show-marked)
3440         (thumbs-find-image-at-point, thumbs-delete-images)
3441         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3442         (thumbs-increment-image-size, thumbs-decrement-image-size):
3443         Fix typos in docstrings.
3445 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
3447         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3448         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3449         (cperl-mode): Use them.
3451 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
3453         * window.el (quit-window, shrink-window-if-larger-than-buffer):
3454         Doc fixes.
3456 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3458         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3459         Bind C-d to gdb-inferior-io-eof.
3461         * dired.el (dired-dnd-popup-notice): Use message-box.
3463 2005-05-23  Masatake YAMATO  <jet@gyve.org>
3465         * bindings.el (mode-line-major-mode-keymap):
3466         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3468         * faces.el (mode-line-highlight): New face.
3470         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3471         as mouse-face.
3473         * bindings.el (top-level, help-echo, mode-line-modified)
3474         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3475         as mouse-face.
3477 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
3479         * progmodes/cc-engine.el (c-guess-basic-syntax):
3480         Remove spurious call to `zerop'.
3482         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3484 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
3486         CC Mode update to 5.30.10:
3488         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3489         could go past the limit in decoration level 2, thereby causing
3490         errors during interactive fontification.
3492         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3493         the file is evaluated interactively.
3495         * cc-engine.el (c-guess-basic-syntax): Handle operator
3496         declarations somewhat better in C++.
3498         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3499         make use of `run-mode-hooks' which has been added in Emacs 21.1.
3500         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3501         (awk-mode): Use it.
3502         (make-local-hook): Suppress warning about obsoleteness.
3504         * cc-engine.el, cc-align.el, cc-cmds.el
3505         (c-append-backslashes-forward, c-delete-backslashes-forward)
3506         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3507         Compensate for return value from `forward-line' when it has moved
3508         but not to a different line due to eob.
3510         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3511         `objc-method-intro' and `objc-method-args-cont'.
3513 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
3515         CC Mode update to 5.30.10:
3517         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3518         in the copyright statement.  Incidentally, change "along with GNU
3519         Emacs" to "along with this program" where it occurs.
3521         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3522         so that it is interactive, hence can be found by M-x awk-mode
3523         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
3524         <gmorris+emacs@ast.cam.ac.uk>.
3526         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3527         Mode's regexps.
3529 2005-05-23  Kevin Ryde  <user42@zip.com.au>
3531         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3532         c-parse-state, to avoid a lisp error (on bad code).
3534 2005-05-23  Lute Kamstra  <lute@gnu.org>
3536         * subr.el (font-lock-defaults): Remove defvar as it's already
3537         defined in font-core.el.
3539         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3541 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
3543         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3544         more general and work when GDB variable "print pretty" is on,
3545         as with Emacs, for example.
3547 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
3549         * font-core.el: Update comment.
3551         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3552         Use `after-change-major-mode-hook' instead of `find-file-hook'.
3554         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3556 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
3558         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3559         and `yank-handler' in the doc strings.
3561 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
3565 2005-05-22  Richard M. Stallman  <rms@gnu.org>
3567         * help.el (describe-key): Move print-help-return-message call
3568         out of conditional.
3570         * progmodes/etags.el (list-tags): Use with-no-warnings.
3572         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3573         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3574         (starttls-extra-args, starttls-extra-arguments): Add defvars.
3576         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3578         * language/viet-util.el (viet-viscii-nonascii-translation-table):
3579         Add defvar.
3581         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3582         Use defvar, not defconst.
3584         * hexl.el (hexl-follow-line): Use with-no-warnings.
3586         * emulation/tpu-extras.el: Use write-file-functions instead of
3587         write-file-hooks.
3589         * dired.el (dired-font-lock-keywords): Fontify files with junk
3590         extensions even if marked by -F.
3592 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
3594         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3595         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3596         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3597         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3598         (concatenate, list-length, get*, getf, cl-remprop):
3599         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3600         (etypecase, progv, lexical-let, lexical-let*)
3601         (multiple-value-bind, multiple-value-setq, shiftf):
3602         Improve argument/docstring consistency.
3604         * subr.el (focus-frame, unfocus-frame):
3605         Revert deletion on 2005-05-01.
3607 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
3609         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3610         doesn't exist.
3612         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
3613         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3615 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
3617         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3618         already deleted variables: auto-fill-hook, blink-paren-hook,
3619         lisp-indent-hook, inhibit-local-variables, unread-command-event,
3620         suspend-hooks, comment-indent-hook, meta-flag,
3621         before-change-function, after-change-function,
3622         font-lock-doc-string-face.
3624 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3626         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3628 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3630         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3631         rmail-dont-reply-to.
3633 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3635         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3636         literal blank when splitting new-header-values.
3638 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
3640         * calendar/cal-menu.el (cal-menu-update): Add separator as a
3641         string so that tmm doesn't create a completion entry for it.
3643         * textmodes/table.el (table-disable-menu): Ditto.
3645 2005-05-21  Richard M. Stallman  <rms@gnu.org>
3647         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3649         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3651         * net/rcompile.el (remote-compile): Use compilation-start.
3653         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3655 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
3657         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3658         Default to makefile-bsdmake-mode on BSD systems.
3660         * imenu.el (imenu-generic-expression, imenu--generic-function'):
3661         REGEXP may also be a search function now.  The part of doc-string
3662         for describing the structure was 95% identical to that of
3663         `imenu--generic-function'.  Unify it there.
3665         * progmodes/make-mode.el (makefile-imenu-generic-expression):
3666         Use function to find dependencies, because regexp alone is so complex,
3667         it easily goes into an endless loop.
3668         (makefile-makepp-mode): Also add submenu for Perl functions
3669         defined in the makefile.
3670         (makefile-bsdmake-mode): Special imenu-generic-expression no
3671         longer needed, due to function call.
3672         (makefile-match-dependency): Take BOUND into account when checking
3673         if we're through.
3675 2005-05-20  Jay Belanger  <belanger@truman.edu>
3677         * calc/calc-units.el (calc-invalidate-units-table):
3678         Use inhibit-read-only.
3679         (math-build-units-table-buffer): Use view-mode.
3681 2005-05-20  David Kastrup  <dak@gnu.org>
3683         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3684         easy-menu-add is not a nop on Emacs; and clarify when to call it.
3686 2005-05-20  Lute Kamstra  <lute@gnu.org>
3688         * diff-mode.el (diff-header-face, diff-file-header-face)
3689         (diff-index-face, diff-hunk-header-face, diff-removed-face)
3690         (diff-added-face, diff-changed-face, diff-function-face)
3691         (diff-context-face, diff-nonexistent-face): Put them in the
3692         diff-mode customization group.
3694 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3696         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3698         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3700         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3701         Minor regexp-optimization.
3703 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
3705         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3706         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3707         (org-agenda-add-time-grid-maybe): New function.
3708         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3709         (org-table-create): `dotimes' instead of `mapcar'.
3710         (org-xor): Simplify implementation.
3711         (org-agenda): `inhibit-redisplay' turned on.
3712         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3713         a consistent line after a state change.
3714         (org-agenda-remove-times-when-in-prefix): New option.
3715         (org-prefix-has-time): New variable.
3716         (org-parse-time-string): Optional argument NODEFAULT.
3717         (org-format-agenda-item): Parse items for time-of-day
3718         specifications and move these into the prefix if possible.
3719         (org-agenda-priority): Get current heading, not previous heading
3720         during agenda remote editing.
3722 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
3724         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3725         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3726         (remove-duplicates, delete-duplicates, substitute)
3727         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3728         (nsubstitute-if-not, find, find-if, find-if-not, position)
3729         (position-if, position-if-not, count, count-if, count-if-not)
3730         (mismatch, search, sort*, stable-sort, merge, member*)
3731         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3732         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3733         (intersection, nintersection, set-difference, nset-difference)
3734         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3735         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3736         (nsublis, tree-equal): Improve argument/docstring consistency.
3738         * subr.el (send-string, send-region):
3739         Remove obsolescence declaration.
3740         (window-dot, set-window-dot, read-input, show-buffer)
3741         (eval-current-buffer, string-to-int):
3742         Add release number to obsolescence declarations.
3744 2005-05-19  Kim F. Storm  <storm@cua.dk>
3746         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3747         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3749 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
3751         * faces.el (list-faces-display): Make back button respect optional
3752         regexp arg.
3754 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
3756         * calculator.el (calculator-radix-grouping-mode)
3757         (calculator-radix-grouping-digits, calculator-displayer)
3758         (calculator-radix-grouping-separator, calculator-copy-displayer):
3759         * dabbrev.el (dabbrev-search-these-buffers-only):
3760         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3761         (diff-advance-after-apply-hunk, diff-mode-hook)
3762         (diff-minor-mode-prefix):
3763         * imenu.el (imenu-use-popup-menu):
3764         * jit-lock.el (jit-lock-context-time):
3765         * newcomment.el (comment-fill-column, comment-column)
3766         (comment-style, comment-padding, comment-multi-line)
3767         (comment-empty-lines, comment-auto-fill-only-comments):
3768         * reveal.el (reveal-around-mark):
3769         * uniquify.el (uniquify-buffer-name-style)
3770         (uniquify-after-kill-buffer-p)
3771         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3772         (uniquify-min-dir-content, uniquify-separator)
3773         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3774         * w32-vars.el (w32-fixed-font-alist):
3775         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3776         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3777         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3778         * progmodes/perl-mode.el (perl-indent-level)
3779         (perl-continued-statement-offset, perl-continued-brace-offset)
3780         (perl-brace-offset, perl-brace-imaginary-offset)
3781         (perl-label-offset, perl-indent-continued-arguments)
3782         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3783         * progmodes/tcl.el (tcl-indent-level)
3784         (tcl-continued-indent-level, tcl-auto-newline)
3785         (tcl-tab-always-indent, tcl-electric-hash-style)
3786         (tcl-help-directory-list, tcl-use-smart-word-finder)
3787         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3788         (inferior-tcl-source-command):
3789         * textmodes/fill.el (enable-kinsoku):
3790         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3791         * textmodes/table.el (table-yank-handler):
3792         Specify missing group (and type, if simple) in defcustom.
3794 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3796         * progmodes/compile.el (compilation-finish-function): Fix defvar.
3798 2005-05-19  Richard M. Stallman  <rms@gnu.org>
3800         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3802         * subr.el (event-basic-type): Don't get an error.
3803         (left-fringe-p): Function deleted.
3805         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3806         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3808         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3809         in recursive copy.
3811         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3813         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3815         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3816         Call byte-compile-nogroup-warn if appropriate.
3818         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3819         (compilation-set-window): Don't call left-fringe-p; do it directly.
3821 2005-05-19  Jay Belanger  <belanger@truman.edu>
3823         * calc/calc-graph.el (calc-graph-format-data): Make sure
3824         var-PlotRejects is bound before trying to check its value.
3826 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
3828         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3829         definition of this variable from reftex-global.el to reftex.el,
3830         because it is needed in the menu.
3832 2005-05-19  Lute Kamstra  <lute@gnu.org>
3834         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3835         years are fixed.  Don't insert a space after a dash.
3837 2005-05-19  Kim F. Storm  <storm@cua.dk>
3839         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3841 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
3843         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3844         strings, because (eq ... ?\\) is fairly frequent.
3846         * progmodes/make-mode.el (makefile-add-this-line-targets):
3847         Simplify and integrate into `makefile-pickup-targets'.
3848         (makefile-add-this-line-macro): Simplify and integrate into
3849         `makefile-pickup-macros.
3850         (makefile-pickup-filenames-as-targets): Simplify.
3851         (makefile-previous-dependency, makefile-match-dependency):
3852         Don't stumble over `::'.
3854 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
3856         * subr.el (post-command-idle-hook, post-command-idle-delay):
3857         Remove obsoletion of post-command-idle-hook and
3858         post-command-idle-delay.
3860         * faces.el (list-faces-display): Provide button when describe-face
3861         is called to take user back to the list of faces.
3863         * help-fns.el (describe-variable): Remove hyperlinks in a
3864         variable's value as these are quite frequently inappropriate.
3866         * follow.el (follow-submit-feedback, follow-mode):
3867         Remove references to post-command-idle-hook.
3869 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
3871         * progmodes/make-mode.el (makefile-previous-dependency)
3872         (makefile-match-dependency): Check for := (and in bsd mode also
3873         !=) to give a better result, even when font-lock is not on.
3875 2005-05-18  Jay Belanger  <belanger@truman.edu>
3877         * calc/calc-help.el (calc-s-prefix-help):
3878         Add `calc-copy-special-constant' to help string.
3880 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3882         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3884 2005-05-18  Jay Belanger  <belanger@truman.edu>
3886         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3887         in linear factors are in proper order.
3889 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
3891         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3892         Support for jurabib.
3894         * textmodes/reftex.el (featurep): Define aliases for overlay
3895         commands, for XEmacs compatibility, and use these aliases in
3896         overlay initializations.
3897         (reftex-highlight): Use `reftex-move-overlay'.
3898         (reftex-unhighlight): Use `reftex-delete-overlay'.
3899         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
3900         (reftex-access-search-path): Use `reftex-uniquify' instead of
3901         `reftex-uniq'
3903         * textmodes/reftex-sel.el (reftex-select-unmark):
3904         Overlay `before-string' property modification enables for Emacs as well.
3905         (reftex-select-item): Use `reftex-delete-overlay'.
3906         (reftex-select-mark): Use `reftex-make-overlay' and
3907         `reftex-overlay-put'.
3908         (reftex-select-unmark): Use `reftex-delete-overlay' and
3909         `reftex-overlay-put'.
3911 2005-05-18  Lute Kamstra  <lute@gnu.org>
3913         * emacs-lisp/lisp.el (check-parens): Fix docstring.
3915 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
3917         * add-log.el (add-change-log-entry):
3918         * array.el (array-make-template, array-reconfigure-rows)
3919         (array-init-max-row, array-init-max-column)
3920         (array-init-columns-per-line, array-init-field-width):
3921         * replace.el (replace-match-maybe-edit, perform-replace):
3922         * textmodes/spell.el (spell-region):
3923         Replace `read-input' by `read-string'.
3925         * forms.el (forms-mode):
3926         * finder.el (finder-compile-keywords):
3927         * shadowfile.el (shadow-read-files):
3928         Replace `eval-current-buffer' by `eval-buffer'.
3930         * terminal.el (te-pass-through):
3931         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3932         (ange-ftp-raw-send-cmd):
3933         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3934         (send-process-next-char, telnet-initial-filter, telnet):
3935         Replace `send-string' by `process-send-string'.
3937         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3938         (prolog-consult-region): Replace `send-string' by
3939         `process-send-string'; replace `send-region' by `process-send-region'.
3941         * progmodes/delphi.el (delphi-log-msg):
3942         Replace `set-window-dot' by `set-window-point'.
3944         * subr.el (window-dot, set-window-dot, read-input, send-string)
3945         (send-region, show-buffer, eval-current-buffer):
3946         Make really obsolete, as the comment says.
3948 2005-05-17  Kim F. Storm  <storm@cua.dk>
3950         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3951         (cua--init-keymaps): Bind C-return instead of S-return to set
3952         rectangle mark.
3954         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3955         instead of S-return to toggle/clear rectangle mark.
3957 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
3959         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3960         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3961         Also fontify plain strings assigned to variables, mostly so that a
3962         colon has a face and is thus not taken as a dependency separator.
3963         (makefile-previous-dependency): Inline the new matcher, because it
3964         is too complex to work in both directions.
3965         (makefile-match-dependency): Eliminate `backward' arg (see above).
3966         Completely reimplemented so as to not sometimes go into an endless
3967         loop.  It should also be more efficient, because first it only
3968         searches for `:', instead of applying the very complex regexp.
3969         (makefile-mode): Cancel `font-lock-support-mode', because blocks
3970         to be fontified in one piece can be too long for JIT.
3971         Makefiles are never *that* big.
3973 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
3975         * dired.el (dired-mode): Simplify.
3977 2005-05-17  Lute Kamstra  <lute@gnu.org>
3979         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3980         defcustom for the mode hook variable.
3982         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3983         Emacs Lisp Reference Manual.
3985 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
3987         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3988         (evenp, list*):
3989         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3990         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3992         * net/tramp-smb.el (tramp-smb-open-connection):
3993         Pass `tramp-chunksize' as fifth (required) argument.
3995 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
3997         * font-lock.el (lisp-font-lock-keywords-1):
3998         Set `font-lock-negation-char-face' for [^...] char group.
3999         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4001         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4002         a var, and refine it to mask one more level of nested vars.
4003         (makefile-rule-action-regex): Turn it into a var, and refine it so
4004         it recognizes backslashed continuation lines as belonging to the
4005         same command.
4006         (makefile-macroassign-regex): Refine it so it recognizes
4007         backslashed continuation lines as belonging to the same command.
4008         (makefile-var-use-regex): Don't look at the next char, because it
4009         might be the same one to be skipped by the initial [^$], leading
4010         to an overlooked variable use.
4011         (makefile-make-font-lock-keywords): Remove two parameters, which
4012         are now variables that some of the modes set locally.
4013         Handle dependency and rule action matching through functions, because
4014         regexps alone match too often.  Dependency matching now comes
4015         last, so it can check, whether a colon already matched something else.
4016         (makefile-mode): Inform that font-lock improves makefile parsing
4017         capabilities.
4018         (makefile-match-dependency, makefile-match-action): New functions.
4020 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
4022         * emacs-lisp/cl-extra.el (equalp): Doc fix.
4024         * align.el (align-regexp):
4025         * ansi-color.el (ansi-color-get-face):
4026         * array.el (array-reconfigure-rows, array-init-max-row)
4027         (array-init-max-column, array-init-columns-per-line)
4028         (array-init-field-width):
4029         * dired-aux.el (dired-trample-file-versions):
4030         * dired-x.el (dired-mark-sexp):
4031         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4032         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4033         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4034         * faces.el (face-read-integer):
4035         * files.el (backup-extract-version, insert-directory):
4036         * hexl.el (hexl-insert-decimal-char):
4037         * server.el (server-process-filter):
4038         * shell.el (shell-extract-num):
4039         * startup.el (command-line-1):
4040         * term.el (term-command-hook):
4041         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4042         (time-stamp-do-number):
4043         * time.el (display-time-update):
4044         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4045         (timezone-fix-time):
4046         * vms-patch.el (vms-suspend-resume-hook):
4047         * calendar/appt.el (appt-convert-time):
4048         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4049         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4050         * calendar/cal-islam.el (mark-islamic-diary-entries):
4051         * calendar/calendar.el (calendar-cursor-to-date)
4052         (calendar-star-date):
4053         * calendar/diary-lib.el (diary-attrtype-convert)
4054         (mark-diary-entries, diary-entry-time):
4055         * calendar/solar.el (solar-get-number):
4056         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4057         * emacs-lisp/re-builder.el (reb-display-subexp):
4058         * emulation/edt.el (edt-set-scroll-margins):
4059         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4060         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4061         (vip-get-ex-count):
4062         * emulation/viper-ex.el (viper-get-ex-token)
4063         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4064         * international/fontset.el (fontset-plain-name):
4065         * mail/feedmail.el (feedmail-look-at-queue-directory):
4066         * mail/mailalias.el (mail-get-names):
4067         * mail/rmail.el (rmail-convert-to-babyl-format):
4068         * mail/rmailsum.el (rmail-make-basic-summary-line)
4069         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4070         (rmail-summary-goto-msg):
4071         * mail/smtpmail.el (smtpmail-read-response):
4072         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4073         (ange-ftp-vms-add-file-entry):
4074         * play/gametree.el (gametree-looking-at-ply)
4075         (gametree-current-branch-score):
4076         * progmodes/ada-xref.el (ada-prj-find-prj-file)
4077         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4078         * progmodes/cperl-mode.el (condition-case):
4079         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4080         (ebrowse-set-member-buffer-column-width)
4081         (ebrowse-select-1st-to-9nth):
4082         * progmodes/etags.el (etags-snarf-tag):
4083         * progmodes/flymake.el (flymake-parse-line):
4084         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4085         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4086         (idlwave-shell-menu-def):
4087         * progmodes/ps-mode.el (ps-run-goto-error):
4088         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4089         (vhdl-speedbar-contract-level):
4090         * term/mac-win.el (x-handle-numeric-switch):
4091         * term/sun-mouse.el (sun-get-frame-data):
4092         * term/w32-win.el (x-handle-numeric-switch):
4093         * term/x-win.el (x-handle-numeric-switch):
4094         * textmodes/ispell.el (ispell-parse-output):
4095         * textmodes/nroff-mode.el (nroff-outline-level):
4096         * textmodes/reftex-cite.el (reftex-bib-sort-year)
4097         (reftex-bib-sort-year-reverse, reftex-format-citation):
4098         * textmodes/reftex-parse.el (reftex-init-section-numbers)
4099         (reftex-section-number):
4100         * textmodes/texinfmt.el (texinfo-paragraphindent):
4101         Replace `string-to-int' by `string-to-number'.
4103         * international/latexenc.el: Add page marker to force the "Local
4104         Variables:" string out of the last page.
4106 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4108         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4109         tooltip-change-major-mode.
4110         (gud-tooltip-print-command): Remove case where gud-minor-mode
4111         is gdb ("--fullname").
4112         (gud-tooltip-tips): Turn GUD tooltips off for this case and
4113         explain to user.
4115 2005-05-16  Jay Belanger  <belanger@truman.edu>
4117         * calc/calc-store.el (calc-copy-special-constant): New function.
4119         * calc/calc-ext.el (calc-init-extensions): Add binding for
4120         `calc-copy-special-constant'.
4122         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4123         for the `calc-copy-special-constant' command.
4125 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4127         * subr.el (left-fringe-p): New function.
4129         * progmodes/compile.el (compilation-setup): Set local value of
4130         overlay-arrow-string to "" always.
4131         (compilation-set-window): Left fringe then don't scroll.
4132         No left fringe then no arrow and scroll message to top.
4133         (compilation-context-lines): Adjust doc string accordingly.
4135 2005-05-16  Kim F. Storm  <storm@cua.dk>
4137         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4138         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4139         (ido-wide-find-dir-or-delete-dir): New command for M-d.
4140         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
4141         (ido-read-file-name): Handle commands with ido property value
4142         equal to find-file as reading a file name, to allow C-d to enter dired.
4143         (ibuffer-find-file): Add ido property with value find-file.
4145 2005-05-15  Kim F. Storm  <storm@cua.dk>
4147         * subr.el (open-network-stream-nowait): Remove.
4148         (open-network-stream-server): Remove.
4150 2005-05-15  Richard M. Stallman  <rms@gnu.org>
4152         * faces.el (describe-face): Output a definition link button.
4154         * help-mode.el (help-face-def): New button type.
4156         * emacs-lisp/copyright.el (copyright-fix-years):
4157         Match properly if the first year is 2-digit.
4158         Don't mess up the whitespace after the years by filling.
4160         * dired-aux.el (dired-mark-confirm):
4161         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4163         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4164         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4165         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4167         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4168         Set font-lock-comment-start-skip.
4170         * font-lock.el (font-lock-comment-start-skip): New variable.
4171         (font-lock-comment-end-skip): New variable.
4172         (font-lock-fontify-syntactically-region): Use them if non-nil.
4174 2005-05-15  Jay Belanger  <belanger@truman.edu>
4176         * calc/calc-store.el (calc-store-value): Return a string rather
4177         than display it as a message.
4178         Use calc-var-name for variable name.
4179         (calc-store-into): Add the result of calc-store-value to message.
4180         (calc-copy-variable): Add a message.
4181         (calc-store-exchange): Improve error messages.
4182         (calc-store-binary, calc-store-map): Don't reset the values of
4183         special constants.
4185 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
4187         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4188         manual to docstring.
4190         * files.el (hack-local-variables-confirm): Add STRING argument.
4191         Make the function handle non file visiting buffers correctly.
4192         (hack-local-variables-prop-line, hack-local-variables)
4193         (hack-one-local-variable): Use STRING arg of
4194         `hack-local-variables-confirm'.
4196 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
4198         Sync with Tramp 2.0.49.
4200         * tramp.el (tramp-handle-dired-call-process)
4201         (tramp-handle-insert-directory):`insert-buffer' cannot be used
4202         because the contents of the Tramp buffer is changed before
4203         insertion (`expand-file' and alike).
4204         (tramp-handle-insert-directory): If `localname' has an empty
4205         nondirectory name, it must not be quoted.
4206         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
4207         variable `tramp-chunksize'.  Change callees.
4208         (tramp-open-connection-setup-interactive-shell): Check remote host
4209         for buggy `send-process-string' implementation.
4210         Set `tramp-chunksize' if found.  Reported by Michael Kifer
4211         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4212         (tramp-handle-shell-command): `insert-buffer' cannot be used
4213         because the contents of the Tramp buffer is changed before
4214         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4215         <frederic.bothamy@free.fr>.
4216         (tramp-set-auto-save): Actions should be done for Tramp file name
4217         handler only.  Ange-FTP has its own auto-save mechanism.
4218         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4219         (tramp-set-auto-save-file-modes): Set file modes of
4220         `buffer-auto-save-file-name' to ?\600 as fallback solution.
4221         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4222         (tramp-bug): Remove obsolete variable.
4223         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
4224         for presence of `mml-mode'.  Make it running for older Emacsen as well.
4226 2005-05-14  John Paul Wallington  <jpw@pobox.com>
4228         * ibuf-ext.el (define-ibuffer-filter filename):
4229         If `dired-directory' is a list, use its car.
4231 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
4233         * ibuffer.el (define-ibuffer-column filename):
4234         If `dired-directory' is a list, use its car.
4236 2005-05-14  Richard M. Stallman  <rms@gnu.org>
4238         * subr.el (symbol-file): Doc fix.
4240         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4241         (byte-compile-form): Call byte-compile-nogroup-warn.
4242         (byte-compile-warning-types): Doc fix.
4244         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4246         * progmodes/cc-engine.el (c-literal-faces):
4247         Add font-lock-comment-delimiter-face.
4249         * net/net-utils.el (dig): Use with-no-warnings.
4251         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4252         (sc-recite-frame-alist, sc-default-cite-frame)
4253         (sc-default-uncite-frame, sc-default-recite-frame)
4254         (sc-attrib-selection-list, sc-rewrite-header-list):
4255         Mark as risky-local-variable.
4257         * international/ogonek.el (ogonek-jak, ogonek-how):
4258         Don't use beginning-of-buffer.
4260         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4262         * calendar/solar.el (solar-data-list): Move definition up.
4264         * dnd.el (dnd-protocol-alist): Add autoload.
4266         * progmodes/sh-script.el: Many doc usage fixes.
4267         (sh-indent-after-do): Change default to match common styles.
4269 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
4271         * files.el (interpreter-mode-alist)
4272         (auto-mode-interpreter-regexp): Doc fixes.
4274 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
4276         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4278         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4280 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4282         * dired.el (dired-mode): make-variable-buffer-local =>
4283         make-local-variable.
4285 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4287         * term/mac-win.el (mac-select-convert-to-string): Try coding
4288         systems in mac-script-code-coding-systems if specified one cannot
4289         encode string for `com.apple.traditional-mac-plain-text'.
4291 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
4293         * progmodes/make-mode.el (makefile-targets-face)
4294         (makefile-shell-face, makefile-makepp-perl-face): New faces.
4295         (makefile-dependency-regex): Fix it to not make the colon in
4296         $(var:a=b) special.
4297         (makefile-rule-action-regex): New regexp for highlighting embedded
4298         Shell strings.
4299         (makefile-macroassign-regex): Handle != for highlighting as
4300         embedded Shell strings.
4301         (makefile-var-use-regex): New const.
4302         (makefile-statements, makefile-automake-statements)
4303         (makefile-gmake-statements, makefile-makepp-statements)
4304         (makefile-bsdmake-statements): New consts.
4305         (makefile-make-font-lock-keywords): New function.
4306         (makefile-automake-font-lock-keywords)
4307         (makefile-gmake-font-lock-keywords)
4308         (makefile-makepp-font-lock-keywords)
4309         (makefile-bsdmake-font-lock-keywords): New consts.
4310         (makefile-mode-map): Add switchers between the various submodes.
4311         (makefile-mode): Document the availability of the variants.
4312         (makefile-automake-mode, makefile-gmake-mode)
4313         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4315         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4316         new variants of makefile-mode.
4318 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4320         * font-lock.el (font-lock-comment-delimiter-face): Fix up
4321         the inheritance.
4323 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
4325         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4326         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4328         * files.el (normal-mode): Extend the scope of the
4329         `enable-local-variables' binding to include the `set-auto-mode' call.
4330         (magic-mode-alist): Doc fix.
4332 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4334         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4335         font-lock-comment-face rather than copying its setting.
4337 2005-05-12  Andreas Schwab  <schwab@suse.de>
4339         * eshell/esh-mode.el (eshell-send-input): Doc fix.
4341 2005-05-12  Lute Kamstra  <lute@gnu.org>
4343         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4344         defcustom for the mode hook variable.  Delete the last argument.
4345         * generic-x.el: Fix callers of define-generic-mode.
4346         (generic-x-modes): Delete group.
4347         (show-tabs-tab-face, show-tabs-space-face): Put them in the
4348         generic-x customization group.
4350 2005-05-12  Kim F. Storm  <storm@cua.dk>
4352         * font-lock.el (font-lock-negation-char-face): Default to "off".
4354         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4355         font-lock-negation-char-face to ! in !=.
4357 2005-05-12  Masatake YAMATO  <jet@gyve.org>
4359         * add-log.el (find-change-log): Fix typos in the docstring
4360         of function.
4362 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4364         * international/latexenc.el (latexenc-find-file-coding-system):
4365         Avoid `re-search-forward' when looking for input encoding because
4366         of speed and safety.  Better regular expressions for recognizing
4367         input encoding.  Limit a search for TeX-master/tex-main-file to
4368         the local variable section.
4370 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
4372         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4373         syntax of $ to "'" (quote).
4375 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
4377         * dnd.el (dnd-protocol-alist): Improve custom type.
4379         * dired.el (dired-dnd-protocol-alist): New variable.
4380         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
4381         `dired-mode-hook' to the end.
4383 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4385         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4386         comment-end if comment-start-skip is not set.
4387         Obey the font-lock-comment-delimiter-face variables.
4389 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4391         * files.el (executable-find): Move from executable.el.  Use locate-file.
4392         * progmodes/executable.el (executable-find): Move to files.el.
4394         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4395         when trying to ensure forward progress.
4397 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
4399         * mouse-sel.el (mouse-sel-follow-link-p): New function.
4400         (mouse-select, mouse-select-internal, mouse-extend-internal):
4401         Use it to implement mouse-1-click-follows-link functionality.
4403 2005-05-11  Richard M. Stallman  <rms@gnu.org>
4405         * font-lock.el (font-lock-fontify-syntactically-region):
4406         Use font-lock-comment-delimiter-face for comment delimiters.
4408 2005-05-10  Jay Belanger  <belanger@truman.edu>
4410         * calc/calc-help.el (calc-m-prefix-help): Add mention of
4411         preserving embedded modes.
4413 2005-05-10  Richard M. Stallman  <rms@gnu.org>
4415         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4417         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4418         Move from ada-stmt.el.
4419         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4421         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4422         Move to ada-mode.el.
4423         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4425         * cus-edit.el (custom-file): Call file-chase-links.
4427         * files.el (read-directory-name): Fix previous change.
4428         (hack-local-variables-confirm): New function.
4429         (hack-local-variables-prop-line, hack-local-variables)
4430         (hack-one-local-variable): Use it.
4432 2005-05-10  Lute Kamstra  <lute@gnu.org>
4434         * font-lock.el (font-lock-keywords-alist)
4435         (font-lock-removed-keywords-alist): Clarify docstrings.
4437 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
4439         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4440         (gdb-source-info): Check for preprocessor info.
4441         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
4442         a macro for a function.
4443         (gdb-info-breakpoints-custom): Try to find file again if not already
4444         found (user might have used GDB dir command).
4445         (gdb-get-location): Update gdb-location-alist correctly for change
4446         to gdb-info-breakpoints-custom.
4448         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4449         (gud-tooltip-print-command): Add gdbmi case.
4450         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4451         preprocessor info.
4453 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
4455         * startup.el (fancy-splash-insert): Fix typo in doc string.
4457 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
4459         * obsolete/float.el (string-to-float):
4460         * obsolete/hilit19.el (hilit-add-pattern):
4461         * obsolete/rnews.el (news-parse-range, news-select-message)
4462         (news-get-pruned-list-of-files): Replace `string-to-int' by
4463         `string-to-number'.
4465         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4466         `find-file-not-found-hooks'; use `add-hook'.
4467         (uncompress-while-visiting): Set `write-file-functions', not
4468         `write-file-hooks'; use `add-hook'.
4470 2005-05-09  Kim F. Storm  <storm@cua.dk>
4472         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4473         (cua-paste): Handle clipboard action.
4474         (cua--init-keymaps): Remap clipboard-kill-region and
4475         clipboard-kill-ring-save.
4477 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
4479         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4480         Improve commentary.
4482         * simple.el (next-error-overlay-arrow-position): Revert the change
4483         made on 2005-04-30.
4485 2005-05-07  Jay Belanger  <belanger@truman.edu>
4487         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4488         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4489         `calc-sel-reselect'.
4491         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4492         Calc is in embedded mode.
4494 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4496         * progmodes/compile.el (compilation-setup):
4497         Set overlay-arrow-string to an empty string on text terminals.
4499         * textmodes/ispell.el (ispell-program-name): Try looking for
4500         "aspell" along exec-path, and if found, use it as the default
4501         speller program.
4503 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
4505         * international/mule.el (sgml-xml-auto-coding-function):
4506         Recognize encoding='FOO' in single quotes as well as in double quotes.
4508 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4510         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4511         as well as `interactive', so that defmacro* would recognize
4512         `declare' forms.
4514 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4516         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4517         Explain more about the LIGHTER arg's usage in the doc string.
4518         Add commentary to clarify what the code does.  Fix the regexp that
4519         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
4520         since it could have characters special to regular expressions.
4522 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
4524         * replace.el (occur-1): Bind inhibit-read-only so that
4525         erase-buffer doesn't barf on read-only text properties (likewise
4526         for add-text-properties in occur-engine).  Mark buffer as unmodified.
4527         (occur-engine): Don't set buffer-read-only here.
4529 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4531         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4532         list-buffers-directory.  This caused the *cvs-commit* buffer to be
4533         sometimes mistakenly reused as a *cvs* buffer.
4535 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
4537         * tooltip.el: Move code for GUD tooltips into gud.el.
4538         (require): CL no longer needed to compile case.
4539         (tooltip-mode): Do not toggle functions for GUD tooltips.
4540         (tooltip-gud-tips-p): Remove.  Replace with minor mode
4541         gud-tooltip-mode in gud.el.
4542         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4543         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4544         tooltip-gud prefix with gud-tooltip and obsolete.
4545         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4546         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4547         (tooltip-mouse-motion): Mouse movement functions/variable.
4548         Rename in gud.el by adding gud prefix.
4549         (tooltip-gud-original-filter, tooltip-gud-dereference)
4550         (tooltip-gud-event, tooltip-toggle-gud-tips)
4551         (tooltip-gud-process-output, tooltip-gud-print-command)
4552         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
4553         gud.el by replacing tooltip-gud prefix with gud-tooltip.
4554         (gdb-tooltip-print): Move to gdb-ui.el.
4556         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4557         (require): CL needed to compile case.
4558         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4559         tooltip-gud-tips-p.  Make it a minor-mode.
4560         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4561         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4562         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4563         (gud-tooltip-change-major-mode)
4564         (gud-tooltip-activate-mouse-motions-if-enabled)
4565         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4566         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4567         (gud-tooltip-original-filter, gud-tooltip-dereference)
4568         (gud-tooltip-event, tooltip-toggle-gud-tips)
4569         (gud-tooltip-process-output, gud-tooltip-print-command)
4570         (gud-tooltip-tips): Move from tooltip.el.
4572         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4573         (gdb-cpp-define-alist-flags): Doc fix.
4574         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4575         gud-tooltip-mode is t.
4577 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4580         evaporate if their text is deleted.
4581         (goto-address-at-point): Make it work as a mouse binding as well.
4582         (goto-address-at-mouse): Obsolete it.  Update users.
4584 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
4586         * calendar/appt.el (top-level): No longer activate on load.
4588 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
4590         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4591         * net/webjump.el (webjump):
4592         * progmodes/idlw-help.el (idlwave-do-context-help1)
4593         (idlwave-highlight-linked-completions):
4594         * textmodes/po.el (po-find-file-coding-system-guts):
4595         Replace `assoc-ignore-case' by `assoc-string'.
4597 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
4599         * files.el (locate-file): Doc fix.
4601         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4602         Remove the redundant test for ms-dos.
4604         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4605         look for the preprocessor with exec-suffixes.  If not found in
4606         standard places, look in exec-path.  Remove most of the tests that
4607         used system-type.
4609         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4611         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4613         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4614         file-name clash with jka-compr.el on 8+3 filesystems.
4616 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4618         * term/mac-win.el: Don't define or bind scroll bar functions if
4619         x-toolkit-scroll-bars is t.
4620         (x-select-text, x-get-selection-value):
4621         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4622         (PRIMARY): Put mac-scrap-name property.
4623         (mac-select-convert-to-file-url): New function.
4624         (public.file-url): New selection target type.  Add to
4625         selection-converter-alist.
4626         (x-get-selection, x-selection-value): Handle it.
4627         (x-cut-buffer-or-selection-value): New alias.
4629 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4631         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4632         entry to avoid calling bibtex-find-entry with arg global
4633         being t.  Remove arg key.
4634         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4635         (bibtex-copy-summary-as-kill): Change accordingly.
4637 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4639         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4640         (org-agenda-date-later): Use with-current-buffer.
4642 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
4644         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4645         (define-obsolete-variable-alias): Doc Fixes.
4647 2005-05-06  Kim F. Storm  <storm@cua.dk>
4649         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
4650         vertical-motion when selective-display is active.
4652         * ido.el (ido-setup-hook): New hook.
4653         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4654         (ido-input-stack): New var.
4655         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
4656         ido-next-work-file binding to M-O.
4657         Bind M-f to ido-wide-find-file-or-pop-dir.
4658         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4659         (ido-read-internal): Run ido-setup-hook.
4660         Catch quit in read-file-name and read-string to cancel edit.
4661         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4662         Automatically pop-all when completing a directory name (RET).
4663         (ido-file-internal): Add with-no-warnings around ffap and dired code.
4664         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4665         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4666         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4667         New functions for M-b/M-f to move among the directory components.
4668         (ido-make-merged-file-list): Catch quit to cancel merge.
4669         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4670         (ido-completion-help): No warnings for ido-completion-buffer-full.
4672 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
4674         * font-lock.el (font-lock-negation-char-face): New face and variable.
4675         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4676         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4677         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4678         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4680 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
4682         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4683         Fix typo in docstring.
4685         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4686         (ebrowse-print-statistics-line)
4687         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4689         * term/w32-win.el (image-library-alist): Add additional name for
4690         Xpm library.
4692 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
4694         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4695         use gcc instead of cpp.
4697         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4698         (gdb-create-define-alist): Use it.
4699         (gdb-cpp-define-alist-program): Update for MS-DOS.
4701 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
4703         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4705 2005-05-04  Richard M. Stallman  <rms@gnu.org>
4707         * help.el (describe-key): No error when UNTRANSLATED is nil.
4709         * simple.el (line-move-1): Fix previous change to signal errors
4710         appropriately.
4712 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
4714         * calendar/icalendar.el (icalendar-version): Now at 0.12.
4715         (icalendar-duration-correction): Remove.
4716         (icalendar--get-event-properties): Split result at commas.
4717         (icalendar--decode-isoduration): New optional argument
4718         DURATION-CORRECTION.
4719         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4720         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4721         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4722         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4723         (icalendar--convert-anniversary-to-ical): New functions, extracted
4724         from icalendar-export-region, with bug fixes.
4725         (icalendar-export-region): Use the above functions.
4726         (icalendar-import-buffer): Check before saving diary file.
4727         (icalendar--convert-recurring-to-diary)
4728         (icalendar--convert-non-recurring-all-day-to-diary)
4729         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4730         extracted from icalendar--convert-ical-to-diary, with bug fixes.
4731         (icalendar--convert-ical-to-diary): Use the above functions.
4733 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
4735         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4736         Remove these recent additions.
4737         (c-mode): Restore to before 2005-04-28.
4739         * progmodes/cc-vars.el (cc-define-list-program): Remove this
4740         recent addition.
4742         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4743         (gdb-define-alist): New variables.
4744         (gdb-create-define-alist): New function.
4745         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4746         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4747         with string-to-number.
4748         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
4750         * progmodes/gud.el: Replace string-to-int with string-to-number.
4751         (gud-find-file): Handle gdb-define-alist.
4753         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4755 2005-05-02  Jay Belanger  <belanger@truman.edu>
4757         * calc/calc-aent.el (math-read-token):
4758         * calc/calc-bin.el (calc-word-size):
4759         * calc/calc-ext.el (calc-read-number-fancy):
4760         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4761         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4762         * calc/calc-frac.el (calc-over-notation):
4763         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4764         (calc-graph-num-points, calc-graph-init):
4765         * calc/calc-prog.el (calc-read-parse-table-part)
4766         (calc-edit-macro-repeats):
4767         * calc/calc-yank.el (calc-do-grab-rectangle):
4768         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4769         Replace `string-to-int' by `string-to-number'.
4771 2005-05-02  Kim F. Storm  <storm@cua.dk>
4773         * kmacro.el: Use executing-kbd-macro-index variable.
4775 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
4777         * net/rlogin.el (rlogin-parse-words): Delete func.
4778         (rlogin): Use split-string, not rlogin-parse-words.
4779         Also, if there are option-like elements in the parsed args,
4780         take the host to be the first arg immediately following them.
4781         Suggested by Michael Mauger.
4783 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4785         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4787 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4789         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4790         (cc-mode-cpp-program): Rename to cc-define-list-program and
4791         move to cc-vars.el.
4793         * progmodes/cc-vars.el (cc-define-list-program):
4794         Change to "gcc -E -dM -".  Make customizable.
4796 2005-05-02  Kim F. Storm  <storm@cua.dk>
4798         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4800 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4802         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4804         * international/mule-util.el (truncate-string): Remove alias and
4805         obsolete declaration.
4807         * international/mule-cmds.el (update-iso-coding-systems):
4808         Remove alias and obsolete declaration.
4810         * international/mule.el (coding-system-parent): Remove alias and
4811         obsolete declaration.
4813         * subr.el (define-function, sref): Remove aliases and obsolete
4814         declarations.
4815         (chars-in-region): Remove obsolete declaration.
4817 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4819         * info.el (Info-mode): Set widen-automatically to nil, locally.
4821         * simple.el (widen-automatically): New variable.
4822         (pop-global-mark): Obey widen-automatically.
4824 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
4826         * term/xterm.el (function-key-map): Call substitute-key-definition
4827         before the keymap size is increased by a lot of define-key calls.
4829 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4831         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4832         Rename ARG to ELEMENT.  Doc fix.
4834 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4836         * allout.el (allout-exposure): Remove macro and obsolete declaration.
4837         Remove references to allout-exposure/change to allout-new-exposure.
4839         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4840         bytecode symbols.
4842         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4843         (compiled-function-p, focus-frame, unfocus-frame):
4844         Remove aliases and obsolete declarations.
4845         Back out inadvertent changes from previous commit.
4847 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4849         * files.el (require-final-newline): Make Custom tags consistent
4850         with mode-require-final-newline.
4851         (mode-require-final-newline): Doc fix.
4853 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
4855         * international/latexenc.el (latexenc-find-file-coding-system):
4856         Fix regular expressions.
4858 2005-05-01  David Kastrup <dak@gnu.org>
4860         * international/latexenc.el (latexenc-find-file-coding-system):
4861         Fix regular expressions.
4863 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4865         * subr.el (string-to-int): Make obsolete.
4867 2005-04-30  Richard M. Stallman  <rms@gnu.org>
4869         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4871         * loadup.el: load jka-comp-hook.
4873         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4874         (jka-compr-handler): Add autoload.  `put' calls moved
4875         to jka-comp-hook.el.
4876         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4877         (jka-compr-inhibit): Autoload.
4879         * jka-comp-hook.el: New file.
4880         Enable the mode by default.
4882         * files.el (backup-buffer-copy): Use copy-file instead
4883         of write-region, and put back the 'excl.
4885 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
4887         * progmodes/flymake.el (flymake-split-string)
4888         (flymake-split-string, flymake-log, flymake-pid-to-names)
4889         (flymake-reg-names, flymake-get-source-buffer-name)
4890         (flymake-unreg-names, flymake-add-line-err-info)
4891         (flymake-add-err-info): Clarify docstrings.
4892         (flymake-popup-menu, flymake-make-emacs-menu)
4893         (flymake-make-xemacs-menu): Add docstrings.
4894         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4895         Set variables directly throughout.
4897 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
4899         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4900         exists.  Initialize cc-define-alist.
4901         (c-mode): Add cc-create-define-alist locally to after-save-hook.
4902         If there is no file (Macroexpansion) don't create an alist.
4904 2005-04-29  Sam Steingold  <sds@gnu.org>
4906         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4907         (cc-create-define-alist): Use it instead of the hard-coded string.
4909 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         * international/mule-conf.el (file-coding-system-alist): Fix regexp
4912         for latexenc.
4914 2005-04-29  Lute Kamstra  <lute@gnu.org>
4916         * emacs-lisp/generic.el: Improve commentary section.
4917         (define-generic-mode): Improve docstring.
4919 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
4921         * textmodes/org.el (many places): Change to quiet the byte compiler.
4922         (org-prefix-format-compiled): New variable.
4923         (org-compile-prefix-format): New function.
4924         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4925         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4926         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4927         (org-get-entries-from-diary): Use `org-get-time-of-day' for
4928         consistency with entries from `org-mode' files.
4929         (org-get-time-of-day): Fix bug with partial matches early in a line.
4930         (org-non-link-chars): New constant.
4931         (org-link-regexp): Respect `org-non-link-chars'.
4932         (org-agenda-day-view): Remove command.
4933         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4934         (org-follow-bbdb-link, org-store-link): Search also company field.
4935         (org-highlight-overlay): New variable.
4936         (org-highlight, org-unhighlight): New functions.
4937         (org-agenda-mode): Add pre-command-hook to remove highlight.
4938         (org-evaluate-time-range): Behavior depends upon whether time stamp
4939         contains a time or not.
4940         (org-show-subtree, org-show-entry): New functions.
4941         (org-agenda-cleanup-fancy-diary): Remove empty lines.
4943 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
4945         * comint.el (comint-output-filter-functions): Add autoload cookie.
4947 2005-04-28  Kim F. Storm  <storm@cua.dk>
4949         * ido.el (ido-everywhere): Fix last change.
4951 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4953         * international/latexenc.el: New file.
4954         * international/mule-conf.el (file-coding-system-alist): For .tex,
4955         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4957 2005-04-28  Lute Kamstra  <lute@gnu.org>
4959         * font-lock.el (font-lock-add-keywords)
4960         (font-lock-remove-keywords): Clarify docstring.
4961         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4962         Don't start docstrings with a `*'.
4963         (font-lock-update-removed-keyword-alist): Give it a docstring.
4965         * generic-x.el: Update commentary section.
4966         Only require font-lock when compiling.
4967         Define all modes conditionally.
4968         Place all generic modes in the generic-x-modes customization group.
4969         (generic-x-modes): New customization group.
4970         (generic-default-modes, generic-mswindows-modes)
4971         (generic-unix-modes, generic-other-modes): New constants.
4972         (generic-define-mswindows-modes, generic-define-unix-modes):
4973         Update docstrings.  Make them obsolete.
4974         (generic-extras-enable-list): New default value.  Update docstring.
4975         Improve :type.  Change :set function.
4976         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4977         Fix docstring.
4979         * emacs-lisp/generic.el (generic-mode-internal):
4980         Simplify font-lock-defaults.
4981         (define-generic-mode): Fix docstring.
4983 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4986         font-lock-face property to highlight matches.
4988 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
4990         * progmodes/cc-mode.el (cc-create-define-alist): New function.
4991         (cc-define-alist): New variable.
4992         (c-mode): Make it local and initialize it.
4994         * progmodes/gdb-ui.el (gdb-active-process): New variable.
4995         (gdb-exited): New function.
4996         (gdb-annotation-rules): Use it.
4997         (gdb-starting): Set gdb-active-process to t.
4998         (gdb-stopping): Amend doc string.
4999         (gdb-reset): Set gdb-active-process to nil.
5001         * tooltip.el (tooltip-gud-tips): Show the associated #define
5002         directives when a C program under GDB is not executing.
5004 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5006         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5007         font-lock-fontify-syntactic-keywords.
5009         * font-lock.el (font-lock-default-fontify-region): Don't force
5010         parse-sexp-lookup-properties to nil.
5012 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5014         * man.el (man-mode-syntax-table): Set up `:' to have
5015         word-constituent syntax.
5017 2005-04-27  Lute Kamstra  <lute@gnu.org>
5019         * novice.el (disable-command): Don't add spurious newlines to the
5020         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
5022 2005-04-26  Jay Belanger  <belanger@truman.edu>
5024         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5025         than one window before deleting window.
5027 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
5029         * shell.el (shell-prompt-pattern): Doc fix.
5030         (shell-mode): Set paragraph-separate buffer locally to "\\'".
5032         * comint.el (comint-prompt-regexp, comint-get-old-input)
5033         (comint-use-prompt-regexp)
5034         (comint-use-prompt-regexp-instead-of-fields)
5035         (comint-replace-by-expanded-history, comint-send-input)
5036         (comint-output-filter, comint-get-old-input-default)
5037         (comint-line-beginning-position, comint-bol, comint-show-output)
5038         (comint-backward-matching-input, comint-forward-matching-input)
5039         (comint-next-prompt, comint-previous-prompt):
5040         Rename `comint-use-prompt-regexp-instead-of-fields' to
5041         `comint-use-prompt-regexp'.  Keep old name as alias and declare
5042         obsolete.
5043         (comint-use-prompt-regexp): Shorten first line of doc string.
5045         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5046         Set paragraph-separate buffer locally to "\\'".
5048         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5049         Adapt to above name change.
5051         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5052         (smbclient-prompt-regexp): Ditto.
5054         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5056 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
5058         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5059         gdb-location-list.
5060         Break lines that are over 80 characters wide.
5062 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5064         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5065         New fun and var, to preserve compatibility.
5067         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5069 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
5071         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5072         name to file-newer-than-file-p.
5074 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5076         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5078         * progmodes/python.el (python-mode):
5079         Use new name eldoc-documentation-function.
5081         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5083         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5084         (eldoc-documentation-function):
5085         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
5087 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
5089         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5091 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5093         * term/xterm.el (function-key-map): Fix strings for
5094         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
5095         {C,S,A,C-S}-{f1-f12}.
5097 2005-04-26  Kenichi Handa  <handa@m17n.org>
5099         * international/mule-cmds.el (select-safe-coding-system):
5100         Fix previous change.
5102 2005-04-26  Lute Kamstra  <lute@gnu.org>
5104         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5106         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5107         (font-lock-comment-delimiter-face): Ditto.
5109         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5111 2005-04-25  Jay Belanger  <belanger@truman.edu>
5113         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5114         to t while inserting information; use help-mode.
5116 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5118         * term.el (ansi-term-color-vector): Use the xterm colors.
5119         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
5121 2005-04-25  Lute Kamstra  <lute@gnu.org>
5123         * font-core.el (font-lock-defaults): Fix docstring.
5125         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5127 2005-04-25  Kenichi Handa  <handa@m17n.org>
5129         * international/mule-cmds.el (select-safe-coding-system):
5130         Don't check consistency with coding: spec, etc if raw-text or
5131         no-conversion was found to be safe.
5133 2005-04-24  Richard M. Stallman  <rms@gnu.org>
5135         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5136         citation markers at start of each line.
5138         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5139         citation markers at start of each line.
5141         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5143         * files.el (mode-require-final-newline): Fix previous change.
5144         (require-final-newline): Fix type label.
5146 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5148         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5149         statement in buffer (broken by 2004-11-24 change).
5151 2005-04-24  Kim F. Storm  <storm@cua.dk>
5153         * ido.el (ido-everywhere): Save and restore old read-buffer-function
5154         and read-file-name-function values.  Don't overwrite existing
5155         non-nil values if ido-mode is enabled without ido-everywhere.
5157 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
5159         * files.el (mode-require-final-newline): Minor doc fix.
5161 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5163         * subr.el (syntax-after): Doc fix.
5164         (syntax-class): If argument is nil, return nil.  Mask off upper 16
5165         bits, not 8 bits.
5167         * files.el (mode-require-final-newline): Doc fix.
5168         (backup-buffer-copy): Fix last change.
5170 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5172         * term/mac-win.el: Require select.  Set selection-coding-system to
5173         mac-system-coding-system.  Call menu-bar-enable-clipboard.
5174         (x-last-selected-text-clipboard, x-last-selected-text-primary)
5175         (x-select-enable-clipboard): New variables.
5176         (x-select-text, x-get-selection, x-selection-value)
5177         (x-get-selection-value, mac-select-convert-to-string)
5178         (mac-services-open-file, mac-services-open-selection)
5179         (mac-services-insert-text): New functions.
5180         (CLIPBOARD, FIND): Put mac-scrap-name property.
5181         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5182         (public.tiff): Put mac-ostype property.
5183         (selection-converter-alist): Add entries for them.
5184         (mac-application-menu-map): New keymap.
5185         (interprogram-cut-function, interprogram-paste-function): Set to
5186         x-select-text and x-get-selection-value, respectively.
5187         (split-window-keep-point): Set to t.
5189 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5191         * files.el (read-directory-name): Always pass non-nil
5192         DEFAULT-FILENAME arg to read-file-name.
5193         (backup-buffer-copy, basic-save-buffer-2): Take care against
5194         writing thru an unexpected existing symlink.
5195         (revert-buffer): In indirect buffer, revert the base buffer.
5196         (magic-mode-alist): Doc fix.
5197         (buffer-stale-function): Doc fix.
5198         (minibuffer-with-setup-hook): Avoid warning.
5199         (mode-require-final-newline): Doc and custom fix.
5201         * follow.el (follow-end-of-buffer): Use with-no-warnings.
5203         * font-lock.el (font-lock-comment-face): On terminals with few colors,
5204         use the default appearance.
5205         (font-lock-comment-delimiter-face): New face, new variable.
5207         * imenu.el (imenu--generic-function): The official position of a
5208         definition is the start of the line that BEG is in.
5210         * midnight.el (midnight-timer): Move defvar up.
5212         * mouse.el (mouse-drag-region-1): Delete some debugging code.
5214         * saveplace.el (save-place-to-alist): Use with-no-warnings.
5216         * startup.el (command-line): Use with-no-warnings.
5218         * window.el (window-size-fixed): New defvar.
5220         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5222         * mail/rmail.el (rmail-font-lock-keywords):
5223         Use font-lock-comment-delimiter-face.
5225         * mail/sendmail.el (mail-font-lock-keywords):
5226         Use font-lock-comment-delimiter-face.
5228         * progmodes/compile.el (next-error-highlight-timer): New defvar.
5230 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5232         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5233         Specify t for LAXMATCH when matching directories.
5234         Save match data around compilation-compat-error-properties form.
5236 2005-04-23  David Kastrup  <dak@gnu.org>
5238         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5239         Mention that the autoloaded aliases should be kept for AUCTeX.
5241 2005-04-23  Andreas Schwab  <schwab@suse.de>
5243         * isearch.el (isearch-forward): Doc fix.
5245 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
5247         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5248         (jit-lock-stealth-nice): Change default value to 0.5.
5250 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5252         * abbrev.el (write-abbrev-file): Write table entries in
5253         alphabetical order by table name.
5255 2005-04-22  Kim F. Storm  <storm@cua.dk>
5257         * ido.el (ido-read-internal): Fix `list' completion.
5259 2005-04-22  Kenichi Handa  <handa@m17n.org>
5261         * recentf.el (recentf-save-file-coding-system): New variable.
5262         (recentf-save-list): Encode the file by
5263         recentf-save-file-coding-system and add coding: tag.
5265 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5267         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5269 2005-04-21  Lute Kamstra  <lute@gnu.org>
5271         * loadhist.el (unload-feature): Don't remove a function from hooks
5272         if it is about to be restored to an autoload .  Remove functions
5273         that will become unbound from auto-mode-alist.  Simplify the code.
5275         * subr.el (assq-delete-all): New implementation that is linear,
5276         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
5277         (rassq-delete-all): New function.
5279         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5280         Add size-indication-mode.
5282 2005-04-21  Kenichi Handa  <handa@m17n.org>
5284         * international/mule-cmds.el: Add autoload for widget-value in
5285         eval-when-compile.
5287 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
5289         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5290         Add tooltip-mode.
5292         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5294 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
5296         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5297         (inferior-lisp-filter-regexp, inferior-lisp-program)
5298         (inferior-lisp-load-command, inferior-lisp-prompt)
5299         (inferior-lisp-mode-hook, lisp-source-modes)
5300         (inferior-lisp-load-hook): defvar->defcustom.
5301         (inferior-lisp-program, inferior-lisp-prompt)
5302         (inferior-lisp-load-hook): Doc fixes.
5303         (inferior-lisp-install-letter-bindings): Small change in
5304         introductory comment.
5306 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
5308         * vc.el (vc-annotate-color-map): Change some colors so that text
5309         using them as foreground is readable on both white and black
5310         backgrounds.
5312 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5314         * international/mule-conf.el (translation-table-for-input):
5315         Remove redundant declaration.
5317 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5319         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5321         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5322         (tooltip-toggle-gud-tips): New function.
5324 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5326         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5327         right angle brackets.
5329 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5331         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5333 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5336         Remove.  Update callers to use expand-file-name instead.
5338         * subr.el (syntax-class): New function.
5340         * simple.el (blink-matching-open): Use it.
5342         * paren.el (show-paren-function): Use it to recognize parens that are
5343         also used in 2-char comment markers.
5345 2005-04-19  Lute Kamstra  <lute@gnu.org>
5347         * loadhist.el (unload-feature): Update for new format of
5348         load-history.  Simplify the code.
5350 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5352         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5353         (mac-add-charset-info): New function.  Initialize variable
5354         mac-charset-info-alist using it.
5355         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5356         for translation.
5357         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5358         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5359         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5360         New CCL programs.
5362 2005-04-19  Kim F. Storm  <storm@cua.dk>
5364         * simple.el (next-buffer, prev-buffer, next-error)
5365         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5366         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5368         * bindings.el (next-buffer, prev-buffer, next-error)
5369         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5370         (clone-indirect-buffer-other-window): Move bindings from simple.el.
5371         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5372         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5374 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5376         * isearch.el (isearch-edit-string): Make the search-ring available for
5377         minibuffer history commands.
5378         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5379         the default history commands now work just as well.
5380         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5382 2005-04-18  Kim F. Storm  <storm@cua.dk>
5384         * emulation/cua-base.el (cua--pre-command-handler): Add more
5385         elaborate check for shift modifier on non-window systems.
5387 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
5389         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5391 2005-04-18  Kim F. Storm  <storm@cua.dk>
5393         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5394         and make it optional.  Don't test tooltip-gud-echo-area here.
5395         (tooltip-gud-process-output, gdb-tooltip-print):
5396         Pass tooltip-gud-echo-area to tooltip-show.
5397         (tooltip-help-tips): Remove second optional arg to tooltip-show.
5399 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5401         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5402         `display-graphic-p' may not be bound yet.
5404 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
5406         * startup.el (command-line): No longer enable Xterm Mouse mode by
5407         default in terminals compatible with xterm.
5409         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5411 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5413         * tooltip.el (tooltip-gud-echo-area): Rename from
5414         tooltip-use-echo-area.
5415         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5416         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5417         area independently of where help tooltips are displayed.
5419 2005-04-17  David Kastrup  <dak@gnu.org>
5421         * cus-theme.el (custom-theme-write-variables): Quote variables
5422         where necessary.
5424 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5426         * simple.el (yank-excluded-properties): Add follow-link to value.
5428         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5430         * startup.el (fancy-splash-max-time): Just 30 seconds.
5431         (fancy-splash-delay): Just 7.
5432         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5434         * loadhist.el (unload-feature): Update for new format of load-history.
5435         Simplify the code.
5437         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5438         (rmail-font-lock-keywords): Don't fontify the text of a citation.
5440         * mail/sendmail.el (mail-font-lock-keywords):
5441         Don't fontify subject text.
5442         Don't fontify the text of a citation.
5444 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
5446         * comint.el (comint-output-filter): Run comint-output-filter-functions
5447         with point where the user had it.
5449 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5451         * international/ucs-tables.el (ucs-set-table-for-input):
5452         Disable when using unify-on-decoding.
5454 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5456         * emulation/cua-base.el (cua-global-mark-face): Add special case
5457         for displays supporting a high number of colors.
5459 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5461         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5463 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
5465         * filesets.el (filesets-add-buffer): If user supplies a name of a
5466         non-existing fileset, create a new fileset.
5468 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
5470         * textmodes/org.el (org-up-heading-all): Fix bug with
5471         `outline-up-heading-all'.
5473 2005-04-16  Andreas Schwab  <schwab@suse.de>
5475         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5476         /etc/permissions.d/* and /etc/aliases.d/*.
5478 2005-04-16  Kenichi Handa  <handa@m17n.org>
5480         * international/code-pages.el (cp-make-coding-system):
5481         Set `translation-table-for-input' property value to the symbol
5482         ucs-mule-to-mule-unicode, not to that value.
5483         (pt154): Escape guillemet by `\'.
5485 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
5487         * loadup.el: Load tooltip if x-show-tip is fboundp.
5489         * startup.el (command-line): Add comment.
5491         * tooltip.el (tooltip-mode): Specify correct standard value for
5492         Custom in init-value.
5494 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
5496         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5497         possible.
5499 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
5501         * textmodes/org.el (org-agenda-date-prompt): Rename from
5502         `org-agenda-date-today'.
5503         (org-evaluate-time-range): Insert at point instead of directly
5504         after time range.
5505         (org-first-headline-recenter, org-subtree-end-visible-p)
5506         (org-optimize-window-after-visibility-change): New functions
5507         (org-agenda-post-command-hook): Don't allow point at end of line,
5508         to make sure it always hits the text properties.
5509         (org-agenda-next-date-line, org-agenda-previous-date-line):
5510         New commands.
5511         (org-set-regexps-and-options): Category may contain white space.
5512         (org-agenda-get-deadlines, org-agenda-get-scheduled):
5513         Improve marker positions.
5514         (org-agenda-new-marker): Argument POS made optional.
5515         (org-agenda-get-timestamps): Deadlines which are done are listed
5516         in org-done-face now.
5517         (org-agenda-get-todos, org-agenda-get-timestamps)
5518         (org-agenda-get-deadlines, org-agenda-get-scheduled):
5519         Set `undone-face' and `done-face' properties.
5520         (org-last-todo-state-is-todo): New variable.
5521         (org-todo): Set `org-last-todo-state-is-todo'.
5522         (org-agenda-todo): Change face according to
5523         `org-last-todo-state-is-todo'.  And change other lines referring to
5524         the same entry.
5525         (org-calendar-goto-agenda): New command.
5526         (org-calendar-to-agenda-key): New option.
5527         (org-startup-folded): New allowed value `content'.
5528         (org-set-regexps-and-options): Accept new value `content' for
5529         `org-startup-folded'.
5530         (org-get-current-options): Handle new value `content' for
5531         `org-startup-folded'.
5532         (org-insert-todo-heading): New command.
5533         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5534         interactively in empty file and option
5535         `org-insert-mode-line-in-empty-file' has been set.
5536         (org-agenda-todo,org-agenda-priority): Modify to use
5537         `org-agenda-change-all-lines'.
5538         (org-warning-face): Change color on dark background
5540 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5542         * international/mule-cmds.el (set-locale-environment): On Mac OS,
5543         use preferences AppleLocale and AppleLanguages, and variable
5544         mac-system-locale for default locale.  On Mac OS Classic, use
5545         mac-system-coding-system for default coding systems.
5547         * term/mac-win.el: Don't set file-name-coding-system.
5548         Decode variables system-name, emacs-build-system, user-login-name, and
5549         user-full-name by mac-system-coding-system on Mac OS Classic.
5550         (mac-system-coding-system): New variable.
5552 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
5554         * startup.el (command-line): Handle `xterm-mouse-mode' before
5555         reading init file.
5557         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5559 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
5561         * progmodes/sh-script.el (sh-here-document-word): Make it a
5562         defcustom.  Doc fix.
5563         (sh-add): Bash uses $(( )) for arithmetic.
5564         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5565         (sh-maybe-here-document): Remove quotes and leading whitespace
5566         from heredoc word when closing.  Indent heredoc with tabs if word
5567         starts with "-".
5569 2005-04-13  Richard M. Stallman  <rms@gnu.org>
5571         * simple.el (undo): Fix previous change.
5573         * custom.el (defface): Doc fix.
5575 2005-04-13  Lute Kamstra  <lute@gnu.org>
5577         * Makefile.in (DONTCOMPILE): Remove list.
5578         (compile, compile-always): Don't use DONTCOMPILE.
5579         (update-authors): Load the library in which batch-update-authors
5580         is defined.
5581         * makefile.w32-in (DONTCOMPILE): Remove list.
5582         (compile, compile-always): Fix comments.
5583         (update-authors): Load the library in which batch-update-authors
5584         is defined.
5586         * generic-x.el (generic-mode-ini-file-find-file-hook):
5587         Rename to ini-generic-mode-find-file-hook.
5588         Keep generic-mode-ini-file-find-file-hook as an alias.
5589         (ini-generic-mode-find-file-hook): Rename from
5590         generic-mode-ini-file-find-file-hook.  Fix docstring.
5591         (ini-generic-mode): Docstring change.
5592         (bat-generic-mode-run-as-comint): Silence the byte compiler.
5594         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5595         called from lisp.
5597         * generic.el: Move to the emacs-lisp subdir.
5599 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
5601         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5602         and C-S- function and cursor motion keys.
5604 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
5606         * startup.el (command-line): Enable Xterm Mouse mode by default.
5607         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5608         for Custom.  No longer show "Mouse" in mode line when enabled.
5609         Doc fix.
5611 2005-04-12  Kim F. Storm  <storm@cua.dk>
5613         * emulation/cua-base.el (cua-rectangle-face)
5614         (cua-rectangle-noselect-face): Define face attributes here.
5616         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5618 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5620         * startup.el (command-line): Turn off blinking cursor if
5621         cursorBlink in resources is off or false.
5623 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5625         * term/mac-win.el (dnd): Require dnd.
5626         (mac-drag-n-drop): Call dnd-handle-one-url.
5627         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5628         (kTextEncodingISOLatin2): Remove constants.
5629         (mac-script-code-coding-systems): New constant.
5630         (mac-handle-language-change): New function.
5631         (special-event-map): Bind it to `language-change' event.
5632         (mac-centraleurroman, mac-cyrillic): New coding systems.
5633         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5634         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5635         and mac-cyrillic-encoder to encode-mac-centraleurroman and
5636         encode-mac-cyrillic, respectively.
5638 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5640         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5641         Don't set overlay-arrow-string to "=>" as this is done
5642         globally in C now.
5644 2005-04-12  Lute Kamstra  <lute@gnu.org>
5646         * generic-x.el (rc-generic-mode, rul-generic-mode):
5647         Fix auto-mode-alist entries.
5648         (etc-fstab-generic-mode): Tweak fontification.
5650         * generic.el (generic-make-keywords-list): Fix docstring.
5651         (generic-mode-internal): Simplify generic-font-lock-keywords.
5653 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5655         * whitespace.el (whitespace-buffer-leading)
5656         (whitespace-buffer-trailing): Revert the incorrect test inversion.
5657         However, fix the highlight area for the leading and
5658         trailing whitespaces to show space.
5660 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5662         * whitespace.el (whitespace-version): Bump to 3.5
5664         (whitespace-buffer-leading, whitespace-buffer-trailing):
5665         Invert sense of the test to highlight the whitespace.
5667 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5669         * progmodes/gud.el (gud-display-line): GUD uses its own
5670         overlay arrow now so don't set overlay-arrow-string.
5671         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5673 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
5675         * term.el (term-ansi-current-bold, term-ansi-current-underline)
5676         (term-ansi-current-reverse, term-ansi-current-invisible)
5677         (term-ansi-face-already-done): Change to boolean.
5678         (term-reset-terminal, term-handle-colors-array): Handle the above
5679         vars accordingly.
5680         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5681         (term-emulate-terminal): Use the new name.
5683         * faces.el (secondary-selection): Use yellow1, not yellow.
5684         (trailing-whitespace): Use red1, not red.
5686 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5688         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5689         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5690         (dired-dnd-handle-file): Call dnd-get-local-file-uri
5692         * cus-edit.el (dnd): New group.
5694         * term/w32-win.el (dnd): Require dnd
5695         (w32-drag-n-drop): Call dnd-handle-one-url.
5697         * x-dnd.el: Require dnd.
5698         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5699         Call dnd-handle-one-url.
5700         (x-dnd-types-alist, x-dnd-insert-utf8-text)
5701         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5702         to dnd-insert-text.
5703         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5704         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5705         (x-dnd-get-local-file-name, x-dnd-open-local-file)
5706         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5708         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5710 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5712         * wdired.el: Doc fixes.
5713         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5714         (wdired-use-dired-vertical-movement): Rename from
5715         wdired-always-move-to-filename-beginning.
5716         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5717         (wdired-change-to-wdired-mode): Change mode name.
5718         (wdired-newline): Delete.
5720 2005-04-11  Richard M. Stallman  <rms@gnu.org>
5722         * whitespace.el (whitespace-highlight-the-space):
5723         Don't call whitespace-unhighlight-the-space here.
5725         * simple.el (undo): Record t in undo-equiv-table
5726         for the redo record made by an undo-in-region.
5728 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5730         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5731         (gdb-frame-inferior-io-buffer): New Functions to control
5732         display of separate IO buffer.
5733         (menu): Add them to menu-bar.
5734         (gdb-display-buffer): Check for buffer another frame.
5735         Protect GUD buffer.
5736         (gdb-setup-windows): Create IO buffer if not already there.
5737         (gdb-memory-mode): Remove purecopy noops.
5739 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5741         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5742         and pass to self-insert-command.
5744 2005-04-11  Lute Kamstra  <lute@gnu.org>
5746         * generic.el: Commentary section cleanup.
5747         (generic): Delete.
5748         (generic-use-find-file-hook, generic-lines-to-scan)
5749         (generic-find-file-regexp, generic-ignore-files-regexp)
5750         (default-generic-mode, generic-mode-find-file-hook)
5751         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5752         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
5753         (generic-use-find-file-hook, generic-lines-to-scan)
5754         (generic-find-file-regexp, generic-ignore-files-regexp)
5755         (default-generic-mode, generic-mode-find-file-hook)
5756         (generic-mode-ini-file-find-file-hook): Move from generic.el.
5758 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
5760         * bookmark.el (bookmark-write-file): Catch errors writing file.
5761         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5763 2005-04-10  Richard M. Stallman  <rms@gnu.org>
5765         * startup.el (fancy-splash-tail): Update copyright year.
5766         (command-line): Split part of -Q into -D.
5767         (emacs-basic-display): New defvar.
5768         (fancy-splash-text): Correct name of menu item.
5770         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5772         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5773         lines in one node.
5775         * comint.el (comint-send-input): New arg ARTIFICIAL.
5776         Callers in this file changed.
5778         * abbrev.el (define-abbrevs): Read system abbrevs properly.
5780         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5782 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
5784         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
5785         `ldap-search-internal'.
5787 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5789         * files.el (set-auto-mode-1): Use line-end-position.
5791         * international/latin-1.el:
5792         * international/latin-2.el:
5793         * international/latin-3.el:
5794         * international/latin-4.el:
5795         * international/latin-5.el:
5796         * international/latin-8.el:
5797         * international/latin-9.el: Give punctuation syntax to NBSP.
5799         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5800         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5801         Use char-classes to accept non-ascii letters, accepted in some recent
5802         bibtex implementations.
5804 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
5806         * custom.el (custom-set-minor-mode): Any non-nil value for the
5807         variable should enable the mode when set through Custom.
5809 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5811         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5812         TAB binding so tab-always-indent is obeyed.
5813         (vhdl-minibuffer-local-map): Move initialization into declaration.
5814         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5815         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5816         (vhdl-hooked-abbrev): Avoid test for XEmacs.
5817         (vhdl-current-line): Use line-beginning-position.
5818         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5819         with-output-to-temp-buffer, so the current position can be recorded.
5821 2005-04-10  Masatake YAMATO  <jet@gyve.org>
5823         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5824         Add regexp for gcov.
5826 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5828         * calendar/time-date.el (time-to-seconds, seconds-to-time)
5829         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5830         syntax which Emacs 20 doesn't support.
5832 2005-04-09  Richard M. Stallman  <rms@gnu.org>
5834         * help.el (describe-key-briefly, describe-key):
5835         Replace strings as event types with "(any string)".
5837 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * arc-mode.el (archive-mode-map): Move initialization into
5840         the declaration.  Override *all* bindings of `undo'.
5841         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5843 2005-04-09  Jay Belanger  <belanger@truman.edu>
5845         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5847 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5849         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5850         (xterm-register-default-colors): Update color values computation
5851         to match xterm-200.
5853 2005-04-09  Kenichi Handa  <handa@m17n.org>
5855         * international/code-pages.el (iso-latin-7): Fix the map.
5857 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
5859         * emacs-lisp/lisp.el (defun-prompt-regexp)
5860         (parens-require-spaces, buffer-end, end-of-defun)
5861         (insert-parentheses): Doc fixes.
5863 2005-04-08  Kim F. Storm  <storm@cua.dk>
5865         * comint.el (comint-highlight-prompt): Fix face spec.
5866         * hi-lock.el (hi-green): Likewise.
5868 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5870         * cus-edit.el (custom-modified-face):
5871         * comint.el (comint-highlight-input): Fix previous changes.
5872         * term.el (term-handle-ansi-escape): Add a comment.
5874 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5876         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5877         in the buffer and in whitespace-highlighted-space.
5878         (whitespace-unhighlight-the-space): Simplify.
5879         (whitespace-buffer): Simplify.
5881 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5883         * textmodes/table.el (table-cell-face): Add special case for
5884         displays supporting a high number of colors.
5885         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5886         (vhdl-font-lock-reserved-words-face)
5887         (vhdl-speedbar-architecture-face)
5888         (vhdl-speedbar-instantiation-face)
5889         (vhdl-speedbar-architecture-selected-face)
5890         (vhdl-speedbar-instantiation-selected-face): Likewise.
5891         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5892         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5893         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5894         (ebrowse-root-class-face, ebrowse-member-attribute-face)
5895         (ebrowse-progress-face): Likewise.
5896         * progmodes/compile.el (compilation-info-face): Likewise.
5897         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5898         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5899         * calendar/calendar.el (diary-face): Likewise.
5900         * woman.el (woman-italic-face, woman-bold-face)
5901         (woman-unknown-face): Likewise.
5902         * wid-edit.el (widget-button-pressed-face): Likewise.
5903         * whitespace.el (whitespace-highlight-face): Likewise.
5904         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5905         * pcvs-info.el (cvs-marked-face): Likewise.
5906         * info.el (info-xref): Likewise.
5907         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5908         * hilit-chg.el (highlight-changes-face)
5909         (highlight-changes-delete-face): Likewise.
5910         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5911         (hi-red-b): Likewise.
5912         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5913         * font-lock.el (font-lock-keyword-face)
5914         (font-lock-function-name-face, font-lock-warning-face): Likewise.
5915         * cus-edit.el (custom-invalid-face, custom-modified-face)
5916         (custom-set-face, custom-changed-face, custom-variable-tag-face)
5917         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5918         * comint.el (comint-highlight-prompt): Likewise.
5920 2005-04-08  Lute Kamstra  <lute@gnu.org>
5922         * font-lock.el (font-lock-keywords): Docstring fixes.
5924 2005-04-08  Kenichi Handa  <handa@m17n.org>
5926         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5927         chars are more than a limit, print " and more..." at the tail.
5929 2005-04-08  Kim F. Storm  <storm@cua.dk>
5931         * emacs-lisp/authors.el (authors-aliases): Update list.
5932         (authors-ignored-files): New list.
5933         (authors-fixed-entries): Fix typo.
5934         (authors-renamed-files-alist): Update list.
5935         (authors-add): Check authors-ignored-files.
5937 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
5939         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5940         optional, to ensure backward compatibility.
5942 2005-04-08  Stephen Eglen  <stephen@gnu.org>
5944         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5946 2005-04-08  Kim F. Storm  <storm@cua.dk>
5948         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5950         * mouse.el (mouse-on-link-p): Doc fix.
5952 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
5954         * ielm.el (ielm-prompt-read-only): Doc fix.
5956         * comint.el (comint-prompt-read-only): Doc fix.
5958 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
5960         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5961         ensure dired always handles wildcards passed to ffap.
5962         (find-file-at-point): Use it.
5963         (ffap-dired-wildcards): Doc fix.
5965 2005-04-07  Juri Linkov  <juri@jurta.org>
5967         * simple.el (next-error-overlay-arrow-position): New defvar.
5968         Put "=>" on its property `overlay-arrow-string'.  Add it to
5969         `overlay-arrow-variable-list'.
5971         * progmodes/compile.el (compilation-setup):
5972         Set `next-error-overlay-arrow-position' to nil.  Also set it to
5973         nil in the local hook `kill-buffer-hook'.  Make local variable
5974         `overlay-arrow-string' and set it to "=>".
5975         (compilation-goto-locus): Set BOL position to
5976         `next-error-overlay-arrow-position' instead of
5977         `overlay-arrow-position'.
5979         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5980         locally instead of adding it to the global hook.
5981         (Info-kill-buffer): Move up.
5983 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
5985         * term/xterm.el (xterm-standard-colors): Update color values from
5986         xterm-200.
5988 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5992         * fast-lock.el:
5993         * lazy-lock.el: Move them to the obsolete subdir.
5995 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5997         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5998         (wdired-add-replace-advice): Remove.
5999         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6001 2005-04-06  Kim F. Storm  <storm@cua.dk>
6003         * startup.el (command-line): Add --bare-bones alias for -Q.
6005 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6007         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6008         create the startup fontset if a font specification ends with
6009         `mac-roman'.
6011 2005-04-06  Lute Kamstra  <lute@gnu.org>
6013         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6014         change.
6016         * emacs-lisp/copyright.el (copyright-update-year): Replace the
6017         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
6019 2005-04-05  Lute Kamstra  <lute@gnu.org>
6021         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6022         (define-generic-mode): Ditto.  Fix debug declaration.
6024         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6025         Put them in the generic-x group.
6027         * calendar/timeclock.el (timeclock): Doc fix.
6029         * generic.el (define-generic-mode): Don't use custom-current-group.
6030         Document default :group value.
6031         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6032         (define-global-minor-mode): Don't use custom-current-group.
6034 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6036         * startup.el (command-line-1): Display startup-echo-area-message
6037         when fancy splash screen is in use.
6039         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6040         (sh-escaped-newline): New face.
6041         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6042         newline, and use sh-escaped-newline face.
6044         * progmodes/tcl.el (tcl-escaped-newline): New face.
6045         (tcl-builtin-list): New variable.
6046         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6047         newlines.  Fix keywords subexpression number.
6049 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
6051         * textmodes/org.el (org-diary-default-entry): Fix call to
6052         `add-to-diary-entry'.
6054 2005-04-05  Kim F. Storm  <storm@cua.dk>
6056         * ediff-init.el: Use (featurep 'xemacs).
6058 2005-04-05  David Ponce  <david@dponce.com>
6060         * cus-edit.el (face): Derive from symbol widget.  Display sample
6061         of the current face on the fly.
6062         (widget-face-sample-face-get, widget-face-notify): New functions.
6063         (widget-face-value-create): Remove.
6065         * wid-edit.el (widget-field-end): Temporarily remove field
6066         narrowing before to call `get-char-property'.
6068 2005-04-04  Jay Belanger  <belanger@truman.edu>
6070         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6071         (math-read-subscripts): New variable.
6072         (math-read-preprocess-string): Process subscripts.
6074 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6076         * comint.el (comint-prompt-read-only): Doc fix.
6078         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6079         `-1'.  Doc fix.
6081 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
6083         * textmodes/org.el (org-insert-mode-line-in-empty-file):
6084         Change default value to nil.
6086 2005-04-04  Lute Kamstra  <lute@gnu.org>
6088         * autorevert.el (auto-revert-mode): Specify :group.
6089         * battery.el (display-battery-mode): Specify :group.
6090         * diff-mode.el (diff-minor-mode): Specify :group.
6091         * font-core.el (font-lock-mode): Specify :group.
6092         * hl-line.el (hl-line-mode): Specify :group.
6093         * iimage.el (iimage): New customization group.
6094         (iimage-mode): Specify :group.
6095         * longlines.el (longlines-mode): Specify :group.
6096         * master.el: Don't require easy-mmode.
6097         (master): New customization group.
6098         (master-mode): Specify :group.
6099         * msb.el (msb-mode): Specify :group.
6100         * reveal.el (reveal-mode): Specify :group.
6101         * simple.el (next-error-follow-minor-mode): Specify :group.
6102         * smerge-mode.el (smerge-mode): Specify :group.
6103         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6104         * emulation/cua-base.el (cua-mode): Specify :group.
6105         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6106         * language/thai-util.el (thai-auto-composition-mode)
6107         (thai-word-mode): Specify :group.
6108         * mail/supercite.el (sc-minor-mode): Specify :group.
6109         * progmodes/cwarn.el (cwarn-mode): Specify :group.
6110         * progmodes/flymake.el (flymake-mode): Specify :group.
6111         * progmodes/glasses.el (glasses-mode): Specify :group.
6112         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6113         * textmodes/enriched.el (enriched-mode): Specify :group.
6114         * textmodes/refill.el (refill-mode): Specify :group.
6116         * add-log.el (change-log-font-lock-keywords): Names in
6117         parenthesized lists can contain spaces.
6119 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
6121         * startup.el (fancy-splash-text): Shorten default text of
6122         "Emacs Tutorial" line.  Also, if the current language env
6123         indicates an available tutorial file other than TUTORIAL,
6124         extract its title and append it to the line in parentheses.
6125         (fancy-splash-insert): If arg is a thunk, funcall it.
6127 2005-04-04  Jay Belanger  <belanger@truman.edu>
6129         * calc.el (calc-language-alist): Add tags to customization type.
6131 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
6133         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6134         Doc fix.
6136 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
6138         * add-log.el (change-log-font-lock-keywords): The manual
6139         describing a Change Log entry, says: (...) "Aside from these
6140         header lines, every line in the change log starts with a space or
6141         a tab.".  The font-lock was not highlighting lines started with
6142         spaces, added support for it.
6144 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6146         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6147         (bibtex-generate-url-list): Update docstring accordingly.  Put the
6148         complex example in the docstring.
6149         (bibtex-font-lock-url): Use pop.
6151 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6153         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6155         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6157 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6159         * filesets.el (filesets-set-default): Doc fix.
6161 2005-04-03  Lute Kamstra  <lute@gnu.org>
6163         * generic.el (define-generic-mode): Add argument to specify
6164         keywords for defcustom.
6165         (default-generic-mode): Specify :group.
6167         * generic-x.el: Specify :group for all generic modes.
6169         * desktop.el (desktop-no-desktop-file-hook)
6170         (desktop-after-read-hook): Doc fix.
6172 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
6174         * simple.el (visible-mode): Use explicit :group keyword.
6175         This changes the group of `visible-mode-hook' from paren-blinking
6176         to editing-basics.
6178 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6180         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
6181         mailbox specifications as well as URLs.
6182         (rmail-insert-inbox-text): Remove unused conditional branches.
6184 2005-04-01  Jay Belanger  <belanger@truman.edu>
6186         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6187         (calc-gnuplot-print-command): Move definitions to calc.el.
6189         * calc/calc-embed.el (calc-embedded-announce-formula)
6190         (calc-embedded-open-formula, calc-embedded-close-formula)
6191         (calc-embedded-open-word, calc-embedded-close-word)
6192         (calc-embedded-open-plain, calc-embedded-close-plain)
6193         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6194         (calc-embedded-open-mode, calc-embedded-close-mode):
6195         Move definitions to calc.el.
6197         * calc/calc.el (calc-settings-file, calc-language-alist):
6198         Make customizable.
6199         (calc-embedded-announce-formula, calc-embedded-open-formula)
6200         (calc-embedded-close-formula, calc-embedded-open-word)
6201         (calc-embedded-close-word, calc-embedded-open-plain)
6202         (calc-embedded-close-plain, calc-embedded-open-new-formula)
6203         (calc-embedded-close-new-formula, calc-embedded-open-mode)
6204         (calc-embedded-close-mode, calc-gnuplot-name)
6205         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6206         from other files and make customizable.
6208 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6211         Use buffer-live-p.
6212         (cvs-mode-run): Don't call cvs-update-header here.
6213         (cvs-run-process): Call cvs-update-header.
6214         Use process properties for cvs-postprocess and cvs-buffer so that
6215         the sentinel can behave better if the temp buffer is killed.
6216         Use a pipe rather than a tty, to better handle unexpected prompts.
6217         (cvs-sentinel): Rewrite.  Call cvs-update-header.
6219 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
6221         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6222         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
6224 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6226         * generic.el (define-generic-mode): Add indentation rule.
6228 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6230         * files.el (mode-require-final-newline): Make Custom correctly
6231         report a nil value and allow to set it to nil via Custom.
6232         Doc fix.
6234 2005-04-01  Kenichi Handa  <handa@m17n.org>
6236         * international/characters.el: Enable the correct case setting for
6237         dotless-i and dotted-I.
6239 2005-04-01  Kim F. Storm  <storm@cua.dk>
6241         * ido.el (ido-file-internal): Fall back to non-ido command if
6242         initial directory is on slow ftp (or tramp) host.
6244 2005-03-31  Richard M. Stallman  <rms@gnu.org>
6246         * emacs-lisp/autoload.el (make-autoload):
6247         Handle define-global-minor-mode.
6249         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6250         Rename from easy-mmode-define-global-mode.
6251         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6253         * progmodes/scheme.el (scheme-mode-syntax-table):
6254         Update syntax of | and # for two-character comment syntax.
6256 2005-03-31  Lute Kamstra  <lute@gnu.org>
6258         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6259         (define-minor-mode): Call custom-current-group at load-time.
6261         * generic.el (define-generic-mode): Add debug declaration.
6262         Add defcustom for the mode hook.
6263         (generic-mode-internal): Use run-mode-hooks.
6265 2005-03-31  Kim F. Storm  <storm@cua.dk>
6267         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6268         (mouse-fixup-help-message): New defun called by show_help_echo
6269         to fixup mouse-2 prefix in help messages when applicable.
6271         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6273 2005-03-31  Kenichi Handa  <handa@m17n.org>
6275         * language/thai-word.el (thai-find-word-ends): Pay attention to
6276         the case that we reach the end of buffer.
6278         * textmodes/fill.el (fill-text-properties-at): New function.
6279         (fill-newline): Use fill-text-properties-at instead of
6280         text-properties-at.
6282 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6284         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6285         not comint-quote-filename.
6287 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
6289         * help-fns.el (help-with-tutorial): Revert last change.
6291 2005-03-31  Kim F. Storm  <storm@cua.dk>
6293         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6295 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6297         * calendar/cal-china.el: Update reference to "Calendrical
6298         Calculations" book; there's a new edition.
6299         * calendar/cal-coptic.el: Likewise.
6300         * calendar/cal-french.el: Likewise.
6301         * calendar/cal-hebrew.el: Likewise.
6302         * calendar/cal-islam.el: Likewise.
6303         * calendar/cal-iso.el: Likewise.
6304         * calendar/cal-julian.el: Likewise.
6305         * calendar/cal-mayan.el: Likewise.
6306         * calendar/cal-persia.el: Likewise.
6307         * calendar/calendar.el: Likewise.
6308         * calendar/holidays.el: Likewise.
6309         * calendar/lunar.el: Likewise.
6310         * calendar/solar.el: Likewise.
6312         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6313         white space from doc string.
6315 2005-03-30  Jay Belanger  <belanger@truman.edu>
6317         * calc/calc-help.el (calc-full-help): Remove email address.
6319 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
6321         * help-fns.el (help-with-tutorial): Delete title line.
6323 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6325         * calendar/cal-x.el (calendar-one-frame-setup)
6326         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6327         rather than 'symbol for set-window-dedicated-p.
6329         * calendar/appt.el (appt-buffer-name): Make it a constant.
6330         (appt-add): Doc fix.
6332         * filesets.el (filesets-menu-path, filesets-menu-before)
6333         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
6334         (filesets-menu-cache-file): Use directory ~/.emacs.d.
6335         (filesets-add-submenu): Delete and use add-submenu instead.
6337 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
6339         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6340         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6341         (org-diary-default-entry): New function.
6342         (org-get-entries-from-diary): Better parsing of diary entries.
6343         (org-agenda-check-no-diary): New function.
6344         ("diary-lib"): Advice to function `add-to-diary-list', to allow
6345         linking to diary entries.
6346         (org-agenda-execute-calendar-command): New function.
6347         (org-agenda): Improve visible section in window.
6348         Use `org-fit-agenda-window'.
6349         (org-fit-agenda-window): New option.
6350         (org-move-subtree-down): Better handling of empty lines
6351         at end of subtree.
6352         (org-cycle): Numeric prefix is interpreted now as show-subtree N
6353         levels up.
6354         (org-fontify-done-headline): New option.
6355         (org-headline-done-face): New face.
6356         (org-set-font-lock-defaults): Use `org-headline-done-face'.
6357         (org-table-copy-down): Rename from `org-table-copy-from-above'.
6358         When current field is non-empty, it is copied to next row.
6359         (org-table-copy-from-above): Fix bug which made it
6360         impossible to copy fields containing only a single non-white character.
6362 2005-03-30  Kim F. Storm  <storm@cua.dk>
6364         * kmacro.el (kmacro-end-macro): Isearch may store this command
6365         into the macro -- so ignore it when executing keyboard macro.
6367 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6369         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6371 2005-03-29  Kenichi Handa  <handa@m17n.org>
6373         * language/thai.el ("Thai"): Set setup-function and exit-function
6374         for Thai language environment.
6376         * language/thai-util.el: Require thai-word.
6377         (thai-word-mode-map): New variable.
6378         (thai-word-mode): New minor mode.
6379         (setup-thai-language-environment-internal): New function.
6380         (exit-thai-language-environment-internal): New function.
6382         * language/thai-word.el (thai-word-table): Declare it by defvar,
6383         use dolist to initialize it.
6384         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6385         (thai-fill-find-break-point): New functions.
6387 2005-03-29  Richard M. Stallman  <rms@gnu.org>
6389         * simple.el (idle-update-delay): Move definition up.
6390         (set-mark): Doc fix.
6392 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6394         * longlines.el: New file.
6396         * simple.el (buffer-substring-filters): New variable.
6397         (filter-buffer-substring): New function.
6398         (kill-region, copy-region-as-kill): Use it.
6400         * register.el (copy-to-register, append-to-register)
6401         (prepend-to-register): Use filter-buffer-substring.
6403 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6405         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6406         (gud-filter-pending-text): Move in front of gdb.
6407         (gud-overlay-arrow-position): New variable.
6408         (gud-sentinel, gud-display-line): Use it in place of
6409         overlay-arrow-position.
6411 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
6413         * progmodes/fortran.el (fortran-if-indent): Doc fix.
6414         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6415         (fortran-font-lock-keywords-4): New variable.
6416         (fortran-blocks-re, fortran-end-block-re)
6417         (fortran-start-block-re): New constants, for hideshow.
6418         (hs-special-modes-alist): Add a Fortran entry.
6419         (fortran-mode-map): Bind fortran-end-of-block,
6420         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6421         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
6422         (fortran-looking-at-if-then, fortran-end-of-block)
6423         (fortran-beginning-of-block): New functions, for hideshow.
6425         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6426         Doc fix.  Tweak regexp.
6427         (f90-beginning-of-block): Push mark first.
6429 2005-03-29  Jay Belanger  <belanger@truman.edu>
6431         * calc/calc.el: Update copyright date.
6432         (calc-version): Increase to 2.1.
6433         (calc-version-date): Remove.
6435         * calc/calc-help.el: Update copyright date.
6436         (calc-full-help): Remove reference to calc-version-date.
6437         Update copyright date.
6439 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * vc.el (vc-do-command): Use a pipe for async processes, so password
6442         prompts don't show up at places where the user can't reply.
6444 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6446         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6447         on the file name we pass to the inferior shell.
6449 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6451         * progmodes/which-func.el (which-function): Be robust in the face of an
6452         imenu--make-index-alist failure.
6454 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6456         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6458         * progmodes/python.el (python-preoutput-filter): Fix last change.
6460 2005-03-29  Lute Kamstra  <lute@gnu.org>
6462         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6463         functions and compiled macros.
6464         (debug-convert-byte-code): Handle macros too.
6465         (debug-on-entry-1): Don't signal an error when trying to clear a
6466         function that is not set to debug on entry.
6468 2005-03-29  Jay Belanger  <belanger@truman.edu>
6470         * calc/calc-lang.el: Add functions to math-function-table
6471         properties of tex and math.
6473 2005-03-29  Kenichi Handa  <handa@m17n.org>
6475         * ps-mule.el (ps-mule-plot-string): Translate characters by
6476         ps-print-translation-table.
6477         (ps-mule-begin-job): Call find-charset-region/string with
6478         ps-print-translation-table.
6479         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6481         * ps-print.el (ps-print-translation-table): New variable.
6482         (ps-plot-region): Translate characters by ps-print-translation-table.
6484 2005-03-29  Juri Linkov  <juri@jurta.org>
6486         * simple.el (next-error-highlight-timer): New variable.
6488         * progmodes/compile.el (compilation-goto-locus):
6489         Use `next-error-highlight-timer' instead of `sit-for'.
6491 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6493         * mail/supercite.el (sc-mail-field): Use assoc-string.
6494         (sc-get-address): Simplify regexps.
6496         * files.el (minibuffer-with-setup-hook): New macro.
6497         (find-file-read-args): Use it to avoid let-binding
6498         minibuffer-with-setup-hook (which breaks turning on/off
6499         file-name-shadow-mode while in the prompt).
6501         * complete.el (PC-read-include-file-name-internal): Use test-completion.
6503 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
6505         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6507 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6509         * window.el (window-buffer-height): Use count-screen-lines.
6511         * progmodes/python.el (python-preoutput-leftover): New var.
6512         (python-preoutput-filter): Use it.
6513         (python-send-receive): Loop until all the result has been received.
6515 2005-03-28  Juri Linkov  <juri@jurta.org>
6517         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6519         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6520         "Recover Crashed Session".
6521         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6522         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6523         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6524         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6525         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6526         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6527         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6528         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6530         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6531         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6532         Ediff Sessions", "Toggle use of separate control buffer frame",
6533         "Use separate frame for Ediff control buffer".
6535         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6536         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6537         "Rename Bookmark", "Delete Bookmark".
6539         * info.el (Info-mode-menu): Remove ellipsis from "Index".
6540         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6541         Add `:active Info-index-alternatives' to "Next Matching Item".
6543         * wdired.el (wdired-change-to-wdired-mode):
6544         Mention `wdired-abort-changes' key in the initial message.
6546         * international/mule.el (auto-coding-alist): Associate non-ascii
6547         image filename extensions with `no-conversion'.
6549 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6551         * international/iso-acc.el:
6552         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6554 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
6556         * textmodes/sgml-mode.el (html-mode): Doc update.
6558         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6560 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
6562         * term.el (term-move-columns): Fix face after extending a line.
6563         (term-insert-spaces): Likewise.
6564         (term-reset-terminal): Fix off by one error.
6566 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
6568         * international/mule.el (auto-coding-alist): Add .xpi files.
6570         * files.el (auto-mode-alist): Add .xpi files.
6572 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
6574         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6576 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
6578         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6580 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6582         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6583         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
6585         * calendar/cal-move.el (calendar-beginning-of-year): Move the
6586         cursor to Jan 1 when needed.
6587         (calendar-end-of-year): Fix -/+ typo.
6588         Reported by Chong Yidong <cyd@stupidchicken.com>.
6590 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6594         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6595         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
6597 2005-03-25  Richard M. Stallman  <rms@gnu.org>
6599         * filesets.el (filesets-init): Add autoload.
6601         * mail/mailalias.el (mail-directory): Doc fix.
6603 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6605         * mail/mailalias.el (mail-directory-process): Do nothing if
6606         mail-directory-process is an atom.
6607         (mail-get-names): Ignore mail-directory-names if it is an atom.
6608         (mail-directory-process defvar): Doc fix.
6609         (mail-names): Doc fix.
6611 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
6613         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6615 2005-03-26  Kenichi Handa  <handa@m17n.org>
6617         * international/mule-util.el (detect-coding-with-priority):
6618         Call update-coding-systems-internal before detect-coding-region.
6620 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
6622         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6623         (gdb-frames-mode-map): Add follow-link property.
6625 2005-03-25  Jay Belanger  <belanger@truman.edu>
6627         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6628         for variables.
6630 2005-03-25  Juri Linkov  <juri@jurta.org>
6632         * image-mode.el: Optimize image filename extension regexps in
6633         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
6634         in `auto-mode-alist'.
6635         (image-mode): Add `image-toggle-display-text' to local hook
6636         `change-major-mode-hook'.  Display the image as an image by
6637         default.  Set `cursor-type' and `truncate-lines' if the image
6638         is already displayed.  Take into account the current mode (image
6639         or text) in message.
6640         (image-minor-mode): New minor mode.
6641         (image-mode-maybe, image-toggle-display-text): New functions.
6642         (image-toggle-display): Use called-interactively-p.
6643         Let-bind `inhibit-read-only' to t.
6645         * image-mode.el (image-minor-mode): Set `cursor-type' and
6646         `truncate-lines' if the image is already displayed.  Add turning
6647         image-minor-mode off to `change-major-mode-hook'.  Add message.
6648         Call `image-toggle-display-text' after turning image-minor-mode off.
6650 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6652         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6653         Terminal.app, use utf-8.
6654         (set-display-table-and-terminal-coding-system): Add coding-system arg.
6655         (set-locale-environment): Use it.
6657         * term/xterm.el: Undo last change, better done in mule-cmds.el.
6659         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6661         * progmodes/python.el (python-close-block-statement-p)
6662         (python-outdent-p, python-current-defun): Use symbol-end.
6664 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
6666         * files.el (save-some-buffers): Doc fix.
6668 2005-03-25  Werner Lemberg  <wl@gnu.org>
6670         * complete.el, thumbs.el: Replace `legal' with `valid'.
6671         * calendar/calendar.el: Replace `legal' with `valid'.
6672         * emacs-lisp/advice.el: Replace `legal' with `valid'.
6673         * mail/supercite.el: Replace `legal' with `valid'.
6674         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6675         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6676         Replace `legal' with `valid'.
6677         * textmodes/reftex-vars.el, textmodes/reftex.el:
6678         Replace `legal' with `valid'.
6680 2005-03-25  Werner Lemberg  <wl@gnu.org>
6682         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6683         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6684         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6685         * emulation/vip.el: Replace `illegal' with `invalid'.
6686         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6687         * mail/supercite.el: Replace `illegal' with `invalid'.
6688         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6689         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6690         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6691         * progmodes/sh-script.el, progmodes/xscheme.el:
6692         Replace `illegal' with `invalid'.
6693         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6694         * textmodes/reftex-index.el, textmodes/reftex-parse.el
6695         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6696         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6698 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6700         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6701         (flymake-find-buildfile, flymake-find-possible-master-files)
6702         (flymake-check-include, flymake-parse-line): Replace loops over the
6703         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6705         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6706         Substitute file-name-as-directory in the rest of the file.
6707         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6708         (flymake-replace-region): Remove unused arg `buffer'.
6709         (flymake-check-patch-master-file-buffer): Update calls to it.
6710         (flymake-add-err-info): Remove unused var `count'.
6711         (flymake-mode): Use define-minor-mode.
6713         * progmodes/flymake.el: Use with-current-buffer.
6714         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6715         flymake-replace-regexp-in-string, flymake-line-beginning-position)
6716         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6717         Avoid testing for `xemacs'.
6718         (flymake-nop): Move.
6719         (flymake-region-has-flymake-overlays): Return the computed value.
6720         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6721         Remove unused var `endline'.
6722         (flymake-get-line-count): Remove unused function.
6723         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6725         * emulation/vi.el:
6726         * generic.el:
6727         * hilit-chg.el (global-highlight-changes):
6728         * hi-lock.el (hi-lock-mode):
6729         * follow.el: find-file-hooks -> find-file-hook.
6731         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6733 2005-03-24  Juri Linkov  <juri@jurta.org>
6735         * dired.el (dired-mode-map): Add menu item "Compare directories"
6736         for dired-compare-directories.
6738         * dired-aux.el (dired-compare-directories): Add autoload cookie.
6739         Doc fix.  Replace `read-file-name' with `read-directory-name'.
6741 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6743         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6745 2005-03-24  Jay Belanger  <belanger@truman.edu>
6747         * calc/calc-embed.el (calc-embedded-mode-change): Save all
6748         relevant mode settings in calc-embedded-original-modes when modes
6749         are permanently changed.
6751 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * autoinsert.el: find-file-hooks -> find-file-hook.
6755 2005-03-24  Lute Kamstra  <lute@gnu.org>
6757         * generic.el (generic-font-lock-defaults): Make it obsolete.
6758         (generic-font-lock-keywords): New variable to replace
6759         generic-font-lock-defaults.
6760         (generic-mode-set-font-lock): Delete it.
6761         (generic-mode-internal): Don't call generic-mode-set-font-lock.
6762         (generic-bracket-support): Add docstring.
6764         * generic-x.el: Rename generic-font-lock-defaults to
6765         generic-font-lock-keywords throughout.
6766         (mailagent-rules-setup-function): Delete it.
6767         (mailagent-rules-generic-mode): Use anonymous function instead.
6768         (show-tabs-generic-mode-font-lock-defaults-1)
6769         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6770         Quote faces.
6771         (show-tabs-tab-face, show-tabs-space-face): Specify background,
6772         not foreground.
6774         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6775         Recognize define-generic-mode.
6777 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6779         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6780         if there's no completion table.
6782 2005-03-23  Miles Bader  <miles@gnu.org>
6784         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6785         Remove tty-specific variants, as they're no longer needed.
6787 2005-03-23  Lute Kamstra  <lute@gnu.org>
6789         * generic-x.el: Code cleanup: make args constant whenever possible.
6790         (installshield-statement-keyword-list)
6791         (installshield-system-functions-list)
6792         (installshield-system-variables-list, installshield-types-list)
6793         (installshield-funarg-constants-list): Make them constants.
6795         * generic.el (generic-make-keywords-list): Add autoload cookie.
6797         * calendar/time-date.el: Add comment on time value formats.
6798         Don't require parse-time.
6799         (with-decoded-time-value): New macro.
6800         (encode-time-value): New function.
6801         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6802         (days-to-time): Return a valid time value when arg is huge.
6803         (time-since): Use time-subtract.
6804         (time-to-number-of-days): Use time-to-seconds.
6806 2005-03-23  David Ponce  <david@dponce.com>
6808         * recentf.el: (recentf-keep): New option.
6809         (recentf-menu-action): Default to `find-file'.
6810         (recentf-keep-non-readable-files-flag)
6811         (recentf-keep-non-readable-files-p)
6812         (recentf-file-readable-p, recentf-find-file)
6813         (recentf-cleanup-remote): Remove.
6814         (recentf-include-p): More robust.
6815         (recentf-keep-p): New function.
6816         (recentf-remove-if-non-kept): Rename from
6817         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
6818         All callers updated.
6819         (recentf-menu-items-for-commands): Fix help string.
6820         (recentf-track-closed-file): Update.  Doc fix.
6821         (recentf-cleanup): Update.  Count removed files.  Doc fix.
6823 2005-03-23  Kim F. Storm  <storm@cua.dk>
6825         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6826         Don't inherit from fringe face (now happens automatically).
6828 2005-03-22  Kim F. Storm  <storm@cua.dk>
6830         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6831         position values.
6833 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6835         * menu-bar.el (showhide-date-time): Remove.
6836         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6837         (menu-bar-make-mm-toggle): Simplify.
6839 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6841         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6842         Accept qualified variable and function names.
6844 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
6846         * bindings.el (completion-ignored-extensions):
6847         Remove ".lis" for `vax-vms'.
6849 2005-03-22  Andreas Schwab  <schwab@suse.de>
6851         * generic-x.el: Revert last change.
6852         * ldefs-boot.el: Update.
6854 2005-03-22  Jay Belanger  <belanger@truman.edu>
6856         * calc/calc-embed (calc-embedded-original-modes): New variable.
6857         (calc-embedded-save-original-modes)
6858         (calc-embedded-restore-original-modes): New functions.
6859         (calc-do-embedded): Save original modes when entering embedded mode
6860         and restore when leaving embedded mode.
6861         (calc-embedded-modes-change): Change the value of
6862         calc-embedded-original-modes to reflect permanent changes.
6864 2005-03-22  Lute Kamstra  <lute@gnu.org>
6866         * generic-x.el: Require generic again.
6868 2005-03-22  Miles Bader  <miles@gnu.org>
6870         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6871         Tweak details to look good on both ttys and bitmap displays, light
6872         or dark background, etc.
6874 2005-03-21  Kim F. Storm  <storm@cua.dk>
6876         * tooltip.el (tooltip-show-help-function): Check car and cdr of
6877         mouse position.
6879 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6881         * icomplete.el: Don't forcibly turn on the mode upon load.
6882         (icomplete-mode): Use define-minor-mode.
6883         (icomplete-eoinput): Default to nil.
6884         (icomplete-minibuffer-setup): Remove autoload.
6885         (icomplete-tidy): Simplify.
6886         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6887         in the initial state or if the user has modified the field.
6888         Fix handling of icomplete-max-delay-chars.
6889         Remove code that handles the oddball case where
6890         minibuffer-completion-table is an integer.
6891         Wrap icomplete-completions in while-no-input in case building
6892         completions takes more time than expected.
6893         (icomplete-completions): Simplify.
6895 2005-03-21  Richard M. Stallman  <rms@gnu.org>
6897         * jka-compr.el (jka-compr-really-do-compress):
6898         Make variable buffer-local.
6900         * image-mode.el: Handle .xpm files too.
6901         (image-toggle-display): Preserve modification flag.
6903         * help.el (where-is): Don't mention aliases with no key bindings.
6905 2005-03-21  Lute Kamstra  <lute@gnu.org>
6907         * generic.el: Fix commentary section.  Don't require cl for compilation.
6908         (generic-mode-list): Add autoload cookie.
6909         (generic-use-find-file-hook, generic-lines-to-scan)
6910         (generic-find-file-regexp, generic-ignore-files-regexp)
6911         (generic-mode, generic-mode-find-file-hook)
6912         (generic-mode-ini-file-find-file-hook): Fix docstrings.
6913         (define-generic-mode): Make it a defmacro.  Fix docstring.
6914         (generic-mode-internal): Code cleanup.  Add autoload cookie.
6915         (generic-mode-set-comments): Code cleanup.
6916         * generic-x.el: Don't prevent compilation.  Don't require generic.
6917         Follow coding conventions.  Minor code cleanup.
6918         (etc-fstab-generic-mode): Add some keywords.
6919         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6920         define-generic-mode like a function declaration.
6922 2005-03-21  Jay Belanger  <belanger@truman.edu>
6924         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6925         changing modes.
6927 2005-03-21  Sam Steingold  <sds@gnu.org>
6929         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6931 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
6933         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6934         Add underscore to "f$ lexicals" regexp.
6936 2005-03-20  Juri Linkov  <juri@jurta.org>
6938         * subr.el (progress-reporter-do-update): When `min-value' is equal
6939         to `max-value', set `percentage' to 0 and prevent division by zero.
6941 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
6943         Sync with Tramp 2.0.48.
6945         * tramp.el (all): Change all addresses to .gnu.org.
6946         (tramp-append-tramp-buffers): New defun.
6947         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6948         Catch `dont-send' signal.
6949         (tramp-set-auto-save-file-modes): Set always permissions, because
6950         there might be an old auto-saved file belonging to another
6951         original file.  This could be a security threat.  Reported by
6952         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6953         Check for Emacs 21.3.50 removed.
6955         * tramp-smb.el (all): Remove debug construct for
6956         `with-parsed-tramp-file-name'.
6957         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6958         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6959         No error message if DIRECTORY or FILENAME doesn't exist.
6960         (tramp-smb-open-connection): Check existence of
6961         `tramp-smb-program'.
6963 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6965         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6966         Properly handle the case where the `m' or `s' command's argument is not
6967         yet terminated.
6968         (perl-indent-new-calculate): New function.
6969         (perl-indent-line): Use it.
6971 2005-03-20  Miles Bader  <miles@gnu.org>
6973         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6974         in text-mode too.  Change to new face names.
6975         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6976         Add `:weight bold' attribute.
6977         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6979 2005-03-19  Juri Linkov  <juri@jurta.org>
6981         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
6983         * international/mule.el (auto-coding-alist): Sync with
6984         `auto-mode-alist' by adding upper case archive file extensions
6985         and adding ear/war to jar extension.
6987 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
6989         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6990         running, restart it.
6992 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
6994         * finder.el (finder-current-item): Throw an error on an empty line.
6996         * man.el (Man-follow-manual-reference): If current-word returns
6997         nil, use "".
6999 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
7001         * simple.el (goto-line): Doc fix.
7003 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
7005         * files.el (save-buffer): Doc fix.
7007 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
7009         * recentf.el (recentf-cleanup-remote): New variable.
7010         (recentf-cleanup): Use it to conditionally check availability of
7011         remote files.
7013 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
7015         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7016         function names.
7018 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7020         * language/thai-word.el: New file.
7022 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7024         * files.el (backup-buffer): If the file's directory is not
7025         writable, use copy instead of move to backup the file.
7027 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7029         * obsolete/keyswap.el: Moved to obsolete/ from term/.
7031 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7033         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7034         Use functionp instead of symbolp and fboundp.  Reported by Drkm
7035         <darkman_spam@yahoo.fr>.
7036         (ps-print-version): New version 6.6.6.
7038 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
7040         * textmodes/table.el (table--line-column-position): New idiom.
7041         (table--row-column-insertion-point-p): New function to test
7042         validity of row and column insertion operation at a location.
7043         (table-global-menu, table-cell-menu): Use above functions for
7044         deterministic test operation.
7045         (table--editable-cell-p): Behave in deterministic fashion.
7047 2005-03-18  Juri Linkov  <juri@jurta.org>
7049         * isearch.el (isearch-lazy-highlight-new-loop):
7050         Make arguments beg and end optional.
7051         (isearch-update): Remove optional arguments nil from
7052         isearch-lazy-highlight-new-loop.
7053         (isearch-lazy-highlight-search): Let-bind case-fold-search to
7054         isearch-lazy-highlight-case-fold-search instead of
7055         isearch-case-fold-search, and let-bind isearch-regexp to
7056         isearch-lazy-highlight-regexp.
7057         Use isearch-lazy-highlight-last-string instead of isearch-string.
7059         * replace.el (perform-replace): Remove bindings of global
7060         variables isearch-string, isearch-regexp, isearch-case-fold-search.
7061         Add three new arguments to `replace-highlight'.
7062         (replace-highlight): Add arguments string, regexp, case-fold.
7063         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7064         to allow isearch-lazy-highlight-new-loop to use these values
7065         to set corresponding isearch-lazy-highlight-* internal
7066         variables whose values lazy highlighting will use regardless of
7067         changes to global variables isearch-string, isearch-regexp,
7068         isearch-case-fold-search during lazy highlighting loop.
7069         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7070         to `lazy-highlight-cleanup'.
7072         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7073         (ispell-highlight-face): Set default face to `isearch' when
7074         lazy highlighting is enabled.
7075         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7076         priority to 1.  Add lazy highlighting.
7077         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7078         from `isearch-dehighlight'.
7080 2005-03-18  David Ponce  <david@dponce.com>
7082         * files.el (hack-local-variables): Do a case-insensitive search
7083         for End.
7085 2005-03-18  Juri Linkov  <juri@jurta.org>
7087         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7088         `isearch-lazy-highlight-cleanup', add alias to old name and
7089         declare obsolete.  Add release numbers to other obsolete vars.
7090         (isearch-done, isearch-lazy-highlight-new-loop):
7091         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7092         (lazy-highlight-cleanup) <variable>: Doc fix.
7093         (isearch-lazy-highlight-update): Rename obsolete
7094         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7096 2005-03-18  Kenichi Handa  <handa@m17n.org>
7098         * language/thai-util.el: Fix categorization of Thai characters in
7099         thai-category-table.
7100         (thai-composition-pattern): Adjust it for the above change.
7101         (thai-self-insert-command, thai-compose-syllable): New functions.
7102         (thai-compose-region): Use thai-compose-syllable.
7103         (thai-compose-string): Likewise.
7104         (thai-composition-function): Likewise.
7105         (thai-auto-composition): New function.
7106         (thai-auto-composition-mode): New minor mode.
7108         * language/thai.el: Fix patterns to be registered in
7109         composition-function-table.
7111         * international/quail.el (quail-input-method): Locally bind
7112         inhibit-modification-hooks to t.
7114 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7116         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7117         (perl-mode): Use run-mode-hooks.
7119         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7120         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7121         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7123         * mail/sendmail.el (sendmail-send-it): Reenable the code
7124         to compute resend-to-address and use it.
7126         * tar-mode.el (tar-mode): Turn off undo unconditionally.
7128         * image-mode.el: New file.
7130         * image.el (insert-sliced-image): Add autoload cookie.
7132         * font-lock.el (font-lock-lines-before): New user option.
7133         (font-lock-after-change-function): Obey it.
7135         * bindings.el (esc-map): Make M-g a prefix.
7136         Bind M-g g and M-g M-g to goto-line.
7138         * faces.el (face-id): Doc fix.
7140 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7142         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7143         (rmail-show-message): Use rmail-unknown-mail-followup-to.
7144         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7146         * mail/sendmail.el (mail-yank-ignored-headers)
7147         (mail-font-lock-keywords, mail-mode-fill-paragraph):
7148         Add Mail-Followup-To and Mail-Reply-To headers.
7149         (mail-citation-hook): Add autoload cookie.
7150         (mail-mode): Doc fix.
7151         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7152         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7153         (mail-mode-fill-paragraph): Handle those headers.
7154         (mail-mailing-lists): New variable.
7155         (mail-mail-reply-to, mail-mail-followup-to): New functions.
7157 2005-03-17  Juri Linkov  <juri@jurta.org>
7159         * isearch.el (isearch-fallback): Check for `(car previous)'
7160         before calling `isearch-other-end-state'.
7162 2005-03-17  Kim F. Storm  <storm@cua.dk>
7164         * simple.el (move-beginning-of-line): Move to beginning of buffer
7165         line, as well as beginning of screen line.
7167 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
7169         * calendar/diary-lib.el (mark-diary-entries): Use new optional
7170         argument REDRAW rather than calendar-redrawing variable.
7171         * calendar/calendar.el (calendar-redrawing): Delete.
7172         (redraw-calendar): Do not bind calendar-redrawing.
7174 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
7176         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7177         diary-file buffer.
7179 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7181         * help.el (describe-mode): Allow a :minor-mode-function property to
7182         specify a different minor mode toggle function than the variable.
7183         * simple.el (auto-fill-function):
7184         * subr.el (add-minor-mode): Use it.
7186 2005-03-16  Kenichi Handa  <handa@m17n.org>
7188         * language/ethio-util.el (sera-being-called-by-w3): New variable.
7189         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7190         (ethio-fidel-to-sera-buffer): Likewise.
7192 2005-03-16  Juri Linkov  <juri@jurta.org>
7194         * emacs-lisp/find-func.el (find-function-regexp):
7195         Add defun-emitting macro `menu-bar-make-toggle'.
7197         * isearch.el: Put `isearch-scroll' property to
7198         `split-window-horizontally'.
7200         * info.el: Update error messages for `debug-ignored-errors'.
7201         (Info-isearch-search): Doc fix.
7202         (Info-find-node): Move up code to go into info buffer before
7203         recording the node to the history.
7204         (Info-fontify-node): Fontify titles only if the next line
7205         has two or more `*', `=', `-', `.'.
7206         Display "go to this node" for empty (match-string 3).
7208 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7210         * term/mac-win.el: Add mouse pointer shape constants.
7212 2005-03-15  Kim F. Storm  <storm@cua.dk>
7214         * simple.el (move-beginning-of-line): Use vertical-motion.
7216 2005-03-15  Juri Linkov  <juri@jurta.org>
7218         * isearch.el (isearch-error): New variable.
7219         (isearch-invalid-regexp, isearch-within-brackets): Remove.
7220         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7221         (isearch-within-brackets-state): Remove.
7222         (isearch-case-fold-search-state, isearch-pop-fun-state):
7223         Decrease frame index.
7224         (isearch-mode, isearch-top-state, isearch-push-state)
7225         (isearch-edit-string, isearch-abort, isearch-search-and-update)
7226         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7227         (isearch-search, isearch-lazy-highlight-new-loop):
7228         Replace `isearch-invalid-regexp' with `isearch-error'.
7229         Remove `isearch-within-brackets'.
7230         (isearch-search): Add `search-failed' handler to `condition-case'.
7231         (isearch-lazy-highlight-search): Add `condition-case' to catch
7232         errors and allow `isearch-lazy-highlight-update' to try
7233         highlighting from the beginning of the window.
7234         (isearch-repeat): Move up code to set isearch-wrapped to t
7235         before calling isearch-wrap-function.
7237         * info.el (Info-isearch-initial-node): New internal variable.
7238         (Info-search): Signal an error in isearch mode when search leaves
7239         the initial node.  Signal an error when `bound' is non-nil and
7240         nothing was found in the current subfile.
7241         (Info-isearch-search): Remove `condition-case'.
7242         (Info-isearch-wrap): Don't wrap when search failed during leaving
7243         the initial node.  If `Info-isearch-search' is nil, wrap around
7244         the current node.
7245         (Info-isearch-start): New fun.
7246         (Info-mode): Add buffer-local hook `Info-isearch-start' to
7247         `isearch-mode-hook'.
7249 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7251         * simple.el (normal-erase-is-backspace): Set default to t if
7252         running on Mac.
7254         * term/mac-win.el (function-key-map): Sync with x-win.el.
7256 2005-03-15  Kenichi Handa  <handa@m17n.org>
7258         * international/mule-cmds.el (locale-language-names): Modify the
7259         format of elements and add more entries.
7260         (locale-preferred-coding-systems): Add more entries.
7261         (set-locale-environment): Adjust for the change of
7262         locale-language-names.
7264 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * pcvs.el (smerge-ediff): Remove bogus autoload.
7268 2005-03-14  Lute Kamstra  <lute@gnu.org>
7270         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7271         Ignore a `*' at the beginning of a line.
7273         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7274         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7275         subr.el.
7276         (dont-compile, eval-when-compile, eval-and-compile): Use declare
7277         to specify indentation.
7279         * generic.el (define-generic-mode): Let generic-mode-list be a
7280         list of strings; test membership with equal.
7282 2005-03-14  Kim F. Storm  <storm@cua.dk>
7284         * simple.el (next-line, previous-line): Add optional try-vscroll
7285         arg to recognize interactive use.  Pass it on to line-move.
7286         (line-move): Don't perform auto-window-vscroll when defining or
7287         executing keyboard macro to ensure consistent behavior.
7289 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7291         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7293 2005-03-13  Lute Kamstra  <lute@gnu.org>
7295         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7296         debugger-setup-buffer so that backtrace marks the frames set to
7297         debug-on-exit and we don't have to do it manually.  Set an extra
7298         debug-on-exit for macro's.
7299         (debugger-setup-buffer): Don't mark the top frame manually.
7301 2005-03-12  Lute Kamstra  <lute@gnu.org>
7303         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7304         lisp-indent-function throughout.
7305         (with-no-warnings): Set lisp-indent-function property.
7307 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
7309         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7310         Add entry for backslash.
7312 2005-03-12  Juri Linkov  <juri@jurta.org>
7314         * info.el (Info-search): Four fixes for backward search.
7316 2005-03-11  Jay Belanger  <belanger@truman.edu>
7318         * calc/calc.el (calc-language-alist): New variable.
7319         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7320         (calc-embedded-find-modes): Use calc-language-alist instead of
7321         calc-embedded-language-alist.
7323 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7325         * calendar/calendar.el (calendar-redrawing): New internal
7326         variable.
7327         (redraw-calendar): Remove bogus save-excursion from previous
7328         change.  Bind calendar-redrawing to t for mark-diary-entries.
7329         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7330         calendar if that is why we were called.
7332 2005-03-11  Kenichi Handa  <handa@m17n.org>
7334         * international/mule.el (make-coding-system): Set property
7335         coding-system-define-form to nil.
7336         (define-coding-system-alias): Likewise.
7338 2005-03-11  Kenichi Handa  <handa@m17n.org>
7340         These changes are suggested by Dave Love <fx@gnu.org>.
7342         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7343         coding: tag.
7344         (adaptive-fill-regexp): Add more bullets.
7345         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7346         regexps.
7348 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7350         * help.el (describe-mode): Properly handle non-trivial lighters.
7351         Don't ignore minor modes that are not listed in minor-mode-list.
7353         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7354         feature ON when the user requests to turn it OFF.
7356 2005-03-10  Lute Kamstra  <lute@gnu.org>
7358         * emacs-lisp/debug.el (debug-entry-code): Delete it.
7359         (implement-debug-on-entry): New function to replace debug-entry-code.
7360         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
7361         second argument as the 2005-03-07 change makes it obsolete.
7362         (debug-on-entry, cancel-debug-on-entry): Update call to
7363         debug-on-entry-1.
7364         (debug, debugger-setup-buffer): Comment update.
7365         (debugger-frame-number): Update to work with implement-debug-on-entry.
7367 2005-03-10  Jay Belanger  <belanger@truman.edu>
7369         * calc/calc-embed.el (math-ms-args): Declare it.
7370         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7371         math-ms-args.
7372         (calc-embedded-subst): Use math-multi-subst-rec to substitute
7373         variables.
7375 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
7377         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7378         Use message-box.
7380         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7381         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7382         (tooltip-gud-tips): Simplify.
7383         (tooltip-gud-tips-p): Remove superfluous :set.
7384         (tooltip-gud-modes): Add fortran-mode.
7385         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7387         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7389 2005-03-09  Kim F. Storm  <storm@cua.dk>
7391         * play/animate.el (animate-place-char): Use forward-line instead
7392         of next-line to improve performance.
7394 2005-03-09  Simon Josefsson  <jas@extundo.com>
7396         * net/browse-url.el (browse-url-default-browser): Doc fix.
7398 2005-03-09  Miles Bader  <miles@gnu.org>
7400         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7401         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7403 2005-03-09  Kenichi Handa  <handa@m17n.org>
7405         * international/latin-1.el: Set case and syntax for 255 only if
7406         set-case-syntax-set-multibyte is nil.
7408         * textmodes/ispell.el (ispell-insert-word): New function.
7409         (ispell-word): Use ispell-insert-word to insert a new word.
7410         (ispell-process-line): Likewise.
7411         (ispell-complete-word): Likewise.
7413 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
7415         * calendar/calendar.el (redraw-calendar): Preserve point.
7416         Reported by Matt Hodges <MPHodges@member.fsf.org>.
7417         (calendar-week-start-day): Move after definition of
7418         redraw-calendar.  Delete buffer test, since redraw-calendar has
7419         that now.
7421         * calendar/diary-lib.el (mark-diary-entries): Only call
7422         redraw-calendar in the first of any recursive calls.
7423         Reported by Alan Shutko <ats@acm.org>.
7425 2005-03-08  Juri Linkov  <juri@jurta.org>
7427         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7428         (html-horizontal-rule, html-line, html-image, html-checkboxes)
7429         (html-radio-buttons): Add a space before the trailing `/>' where
7430         sgml-xml-mode is non-nil.
7431         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7432         the subsequent tag of the empty XML tag.
7433         (html-href-anchor): Don't set initial input to "http:".
7434         (html-image): Ask for the image URL and set point inside alt="".
7435         (html-name-anchor): Duplicate the name in the `id' attribute when
7436         sgml-xml-mode is non-nil.
7437         (html-paragraph): Remove \n before <p>.
7438         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7439         instead of `checked' when sgml-xml-mode is non-nil.
7441         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7442         Remove 1 space before #RRGGBB to not truncate it on terminal
7443         windows w/o fringes.  Remove 1 space between bg and fg examples
7444         to get more space.
7445         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7446         avoid byte-compile warnings.
7448         * image-file.el (image-file-handler): Put `safe-magic' property to
7449         `image-file-handler'.
7451         * info.el (Info-isearch-search): Emulate word search in
7452         isearching through multiple Info nodes with Info-search.
7453         (Info-isearch-wrap): Allow isearch-word.
7455 2005-03-08  Lute Kamstra  <lute@gnu.org>
7457         * emacs-lisp/debug.el (debugger-step-through): Make sure that
7458         stepping into the debugger's code is not possible.
7459         (debugger-jumping-flag): Docstring update.
7461 2005-03-08  Jay Belanger  <belanger@truman.edu>
7463         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7464         embedded mode begins.
7465         (calc-embedded-language-alist): New variable.
7466         (calc-embedded-find-modes): Use calc-embedded-language-alist to
7467         set default language mode.
7469 2005-03-08  Kenichi Handa  <handa@m17n.org>
7471         * international/ccl.el (define-ccl-program): Fix docstring about
7472         extra 256 bytes assured for the output buffer.
7474         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7475         Fix BUFFER_MAGNIFICATION to 2.
7476         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7478 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
7480         * align.el (align-rules-list): Added an alignment rule for CSS
7481         declarations (applies to css-mode and html-mode buffers).
7483 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7485         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7487 2005-03-07  Kim F. Storm  <storm@cua.dk>
7489         * simple.el (move-beginning-of-line): New command.
7491         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7493         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7495         * emulation/cua-base.el: Put CUA move property on move-end-of-line
7496         and move-beginning-of-line.
7498         * apropos.el (apropos-print): Omit command from M-x ... RET.
7500 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
7502         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7503         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7505 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7507         * bindings.el (esc-map): Bind M-g to goto-line.
7509         * facemenu.el (global-map): Bind M-o, not M-g.
7511 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7513         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7514         "Open Directory" as for "Open File".
7516 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
7518         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7519         (push-mark-command): Run activate-mark-hook.
7521 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7523         * help-mode.el (help-mode-finish): Don't alter the element
7524         in view-return-to-alist if there already is one.
7526         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7527         make sure the current buffer is the expected one.
7529         * novice.el (disabled-command-function): Output in *Disabled Command*.
7530         Explicitly ignore non-keyboard events, and explicitly handle C-g.
7532         * textmodes/flyspell.el (flyspell-large-region):
7533         Pass args differently for aspell.
7535         * files.el (mode-require-final-newline): Doc fix.
7537 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7539         * progmodes/which-func.el (which-function):
7540         Specify NOERROR when calling imenu--make-index-alist.
7542 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7544         * simple.el (normal-erase-is-backspace): Define default value.
7546         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7547         (custom-reevaluate-setting): Simple function to handle
7548         variables that are defined before their default value can really
7549         be computed.
7551         * startup.el (command-line): Use it for temporary-file-directory,
7552         small-emporary-file-directory, auto-save-file-name-transforms,
7553         blink-cursor-mode, and normal-erase-is-backspace.
7555         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7556         progress, even with buggy anchored keywords.
7558 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
7560         * simple.el (goto-line): Remove unbalanced final parenthesis.
7562 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7564         * simple.el (goto-line): Use a number at point as the default.
7565         With C-u as arg, switch buffers.
7567 2005-03-05  Juri Linkov  <juri@jurta.org>
7569         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7570         with `no-blinking-cursor'.
7572         * startup.el (no-blinking-cursor): New defvar.
7573         (command-line): Add `--no-blinking-cursor' to longopts.
7574         Set `no-blinking-cursor' to t for command line arguments
7575         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
7576         with `no-blinking-cursor' in the condition for calling
7577         `blink-cursor-mode'.
7579 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
7581         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7582         (menu-bar-options-save): Add blink-cursor-mode.
7583         (menu-bar-options-menu): Add blink-cursor-mode.
7585 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
7587         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7588         (icalendar-export-file, icalendar-export-region)
7589         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7590         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7592 2005-03-04  Lute Kamstra  <lute@gnu.org>
7594         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7595         (debug-function-list): Ditto.
7597 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
7599         * textmodes/texinfmt.el (texinfo-append-refill):
7600         Redefine the types of line to which @refill
7601         is not appended by replacing a search for `@refill\\|@bye' with
7602         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
7603         itemize@refill' bug and the unfilled long lines bug.
7604         (texinfmt-version): Update number and date.
7606 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7608         * international/code-pages.el (windows-1250, windows-125[2-8])
7609         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7611 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7613         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7614         bound yet.
7616 2005-03-02  Romain Francoise  <romain@orebokech.com>
7618         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7619         buffer after removing limits.
7620         (ibuffer-pop-filter): Ditto.
7621         Update copyright.
7623 2005-03-02  Miles Bader  <miles@gnu.org>
7625         * button.el (make-text-button): If the user doesn't specify a
7626         type, use the default.  Rewrite to use `add-text-properties' and
7627         plist functions.
7629 2005-03-01  Lute Kamstra  <lute@gnu.org>
7631         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7632         (debugger-jumping-flag): New var.
7633         (debug-entry-code): Use it.
7634         (debugger-jump): Use debugger-jumping-flag and add
7635         debugger-reenable to post-command-hook.
7636         (debugger-reenable): Use debugger-jumping-flag and remove itself
7637         from post-command-hook.
7638         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7639         debugger-reenable.
7641 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
7643         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7644         inclusion of "itemize\\|", which may be unnecessary, is certainly
7645         inelegant, and stops refilling in itemize lists when formatting
7646         Japanese Texinfo files to Info.
7647         Update copyright to 2005.
7649 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
7651         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7652         of an error if GDB can't find the source file.
7654 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
7656         * calendar/calendar.el (redraw-calendar): Work from any buffer,
7657         not just the calendar.
7659         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7660         first.
7661         (diary-redraw-calendar): New function.
7662         (make-diary-entry): Add diary-redraw-calendar to local
7663         write-contents-functions.  Turn off selective display before
7664         inserting in diary.
7666 2005-03-01  Kim F. Storm  <storm@cua.dk>
7668         * emacs-lisp/copyright.el (copyright-fix-years): New command.
7670 2005-03-01  Lute Kamstra  <lute@gnu.org>
7672         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7673         that debug-entry-code can be safely removed from a function while
7674         this code is being evaluated.  Revert the 2005-02-27 change as the
7675         new implementation no longer requires it.  Make sure that a
7676         function body containing just a string is not mistaken for a docstring.
7677         (debug): Skip one more frame in case of debug on entry.
7678         (debugger-setup-buffer): Delete one more frame line in case of
7679         debug on entry.
7680         (debugger-frame-number): Update to use the new text introduced by
7681         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
7683 2005-02-28  Kim F. Storm  <storm@cua.dk>
7685         * double.el (double-translate-key): Call force-window-update after
7686         read-event to avoid crash in redisplay.
7688 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7690         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7691         (debug): Use it.  Move the inhibit-trace earlier.
7692         (debug-entry-code): New const.
7693         (debug-on-entry-1): Use it.
7695 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
7697         * international/utf-16.el (ccl-encode-mule-utf-16le):
7698         Fix BUFFER_MAGNIFICATION to 2.
7699         (ccl-encode-mule-utf-16be): Likewise.
7701 2005-02-28  Kenichi Handa  <handa@m17n.org>
7703         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7704         Fix BUFFER_MAGNIFICATION to 4.
7705         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7707 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
7709         * speedbar.el (speedbar-update-flag): Doc fix.
7710         (speedbar-show-info-under-mouse): Give set-mouse-position the right
7711         argument.
7713 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7715         * reveal.el (reveal-post-command): Don't try to reveal overlays which
7716         have a non-nil `invisible' property but are actually visible.
7718         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7719         for perldoc sections.
7720         (perl-outline-regexp, perl-outline-level): New var and function.
7721         (perl-mode): Use them.
7723 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
7725         * calendar/diary-lib.el (diary-remind): Discard any mark portion
7726         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7728 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
7730         * cus-edit.el: Comment change.
7731         (custom-buffer-create-internal): Slightly reword text at top of
7732         Custom buffers.  Mention there that saving an option edits the
7733         init file.  Add link to Emacs manual node on `custom-file'.
7734         (custom-magic-alist): Rewrite individual State messages to use
7735         capitalized keywords.  Doc fix.
7737 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
7739         * calendar/calendar.el (calendar-buffer): Move above
7740         calendar-week-start-day.
7741         (calendar-week-start-day): Doc fix.  Add :set function.
7742         (calendar-minimum-window-height): New variable.
7743         (generate-calendar-window): Only resize window if selected-window
7744         is displaying the calendar buffer.  Use new variable
7745         calendar-minimum-window-height.
7746         (generate-calendar): Reword error message.
7747         (calendar-mode-map): Bind DEL to scroll-other-window-down.
7749 2005-02-27  Andreas Schwab  <schwab@suse.de>
7751         * vc.el (vc-do-command): Don't run command asynchronously when
7752         operating in a remote directory.
7754         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7755         change from sync with Tramp 2.0.47.
7757 2005-02-27  Richard M. Stallman  <rms@gnu.org>
7759         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7761         * textmodes/flyspell.el (flyspell-mode-on):
7762         Call ispell-change-dictionary only if necessary.
7764         * emacs-lisp/re-builder.el (regexp-builder): New function.
7766         * register.el (describe-register-1): Explicitly handle
7767         yank-excluded-properties = t.
7769         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7770         (custom-magic-alist): Change the status descriptions again.
7771         (face widget-type): Total rewrite based on `restricted-sexp'
7772         to eliminate the confusing double hiding levels.
7774         * emacs-lisp/debug.el (debug-on-entry-1):
7775         If function body is empty, add nil as body form.
7777 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7779         * emacs-lisp/trace.el (inhibit-trace): New var.
7780         (trace-make-advice): Use it.
7782         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7784 2005-02-26  Kim F. Storm  <storm@cua.dk>
7786         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7787         (mouse-on-link-p, mouse-drag-region-1): Use it.
7789 2005-02-25  Lute Kamstra  <lute@gnu.org>
7791         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7793 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
7795         * frame.el (blink-cursor-mode): Add :group keyword.
7797 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
7799         * calendar/icalendar.el (icalendar--decode-isodatetime):
7800         New optional argument DAY-SHIFT.
7801         (icalendar-export-region): Fix coding-system-for-write.
7802         (icalendar--convert-ical-to-diary): Shift end-day of all-day
7803         events by one.
7805 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7807         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7809 2005-02-24  Kim F. Storm  <storm@cua.dk>
7811         * international/iso-acc.el (iso-accents-compose): Fix crash
7812         during redisplay.  Call force-window-update after read-event
7813         and delete-region to signal that window is not accurate.
7815 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7817         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7818         Remove unused and inexistent var `inhibit-trace'.
7819         (debugger-mode): Use run-mode-hooks.
7820         (debugger-list-functions): Add buttons; setup xref stack.
7822 2005-02-23  Richard M. Stallman  <rms@gnu.org>
7824         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7825         appointment says it was explicitly made.
7826         (appt-add): Set the 3rd element.
7827         (appt-make-list): Preserve explicit appointments.
7829         * subr.el (find-tag-default): Catch errors in forward-sexp.
7831 2005-02-23  Juri Linkov  <juri@jurta.org>
7833         * info.el (Info-isearch-search): New defcustom.
7834         (Info-isearch-search): Call the default isearch function
7835         when Info-isearch-search is nil.
7836         (Info-isearch-wrap): Use variable Info-isearch-search.
7838 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
7840         * cus-edit.el: Comment change.
7842 2005-02-22  Kim F. Storm  <storm@cua.dk>
7844         * progmodes/hideif.el (hide-ifdef-use-define-alist):
7845         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
7847 2005-02-22  Simon Josefsson  <jas@extundo.com>
7849         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7850         New variable.
7851         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
7852         Oskarsson" <myrkraverk@users.sourceforget.net>.
7854 2005-02-22  Kim F. Storm  <storm@cua.dk>
7856         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7857         check that window of that event is the selected window.
7858         (mouse-drag-region-1): Compare mouse event window to selected
7859         window before setting point.
7861         * tooltip.el (tooltip-show-help-function): Pass event to
7862         mouse-on-link-p so it can check selected window.
7864 2005-02-22  Kenichi Handa  <handa@m17n.org>
7866         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7867         (ps-mule-show-warning): New function.
7868         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7869         characters are found.
7871         * ps-print.el (ps-header-footer-string): Return a list of header
7872         and footer strings.
7874 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7876         * pcvs.el (cvs-retrieve-revision): Fix thinko.
7878 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7880         * frame.el (blink-cursor-mode): Use define-minor-mode.
7882         * term/mac-win.el (function-key-map): Use char-names more consistently.
7883         (file-name-coding-system): Only set it for MacOS-9.  The other case is
7884         already handled in mule-cmds.el (where it also works when mac-win.el
7885         is not used).
7887 2005-02-21  Kenichi Handa  <handa@m17n.org>
7889         * international/mule.el (ctext-pre-write-conversion): Always use
7890         " *code-converting-work*" buffer for work.
7892         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7894 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
7896         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7898 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
7900         * ses.el (undo-more): Restore defadvice, but only the part that
7901         allows changes outside the restricted area of the buffer.
7903 2005-02-20  Kim F. Storm  <storm@cua.dk>
7905         * simple.el (line-move): Add fourth optional arg try-vscroll which
7906         must be set to perform auto-window-vscroll.
7907         When moving backwards and doing auto-window-vscroll, automatically
7908         vscroll to the last part of lines which are taller than the window.
7909         (next-line, previous-line): Set try-vscroll arg on line-move.
7911 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
7913         * replace.el (query-replace, query-replace-regexp)
7914         (replace-string, replace-regexp): When operating on region, make
7915         the minibuffer prompt say so.
7917         * isearch.el (isearch-forward): Document isearch-query-replace and
7918         isearch-query-replace-regexp keybindings.
7920 2005-02-19  Jay Belanger  <belanger@truman.edu>
7922         * calc/calc-aent.el (math-read-token): Add local variable.
7924         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7925         (calc-edit-top): Move declaration to earlier in file.
7926         (calc-edit-macro-repeats): Add local variables.
7928         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7929         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7930         calcFunc-tanh.
7931         Adjust integration rule for calcFunc-tan.
7933 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7935         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7936         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7937         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7938         (viper-skip-separators): Bug fix.
7939         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7940         particular major mode.
7941         (viper-del-backward-char-in-replace): Don't put deleted char on the
7942         kill ring.
7944         * viper-ex.el (viper-color-display-p): New function.
7945         (viper-has-face-support-p): Use viper-color-display-p.
7947         * viper-keym.el (viper-gnus-modifier-map): New keymap.
7949         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7951         * viper-util.el (viper-glob-unix-files): Fix shell status check.
7952         (viper-file-remote-p): Make equivalent to file-remote-p.
7954         * viper.el (viper-major-mode-modifier-list):
7955         Use viper-gnus-modifier-map.
7957 2005-02-19  David Kastrup  <dak@gnu.org>
7959         * subr.el (subregexp-context-p): Fix garbled doc string by adding
7960         quoting.
7962 2005-02-19  Jay Belanger  <belanger@truman.edu>
7964         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7965         Remove extra definitions.
7966         (calc-coth): New function.
7967         (calcFunc-cot): Fix `let'.
7969 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
7971         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7972         the reasons we use "type pc" in these faces.
7974         * button.el (button): Ditto.
7976 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
7978         * replace.el (query-replace-read-from): Set the value of
7979         query-replace-from-history-variable to handle the case of an empty
7980         string entered to accept the suggested default.
7982         * net/tramp.el (tramp-file-name-for-operation):
7983         Use dired-call-process instead of dired-call-process-command.
7985 2005-02-19  Jay Belanger  <belanger@truman.edu>
7987         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7988         (math-div-non-trig): New variables.
7989         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7990         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7991         (math-combine-prod, math-div-symb-fancy): Add simplifications for
7992         trig expressions.
7994 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
7996         * progmodes/gdb-ui.el (gdb-var-update-handler)
7997         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7998         for watch expressions,
7999         (gdb-var-create-handler): Don't set speedbar-update-flag.
8000         (gdb-post-prompt): Simplify test for speedbar.
8002 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8004         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8005         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8006         we use the syntax table of the correct buffer.
8007         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8008         Felix Gatzemeier.
8010         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8011         (ediff-file-remote-p): Make synonymous with file-remote-p.
8012         In all deffaces ediff-*-face-*, use min-colors.
8014         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8015         ediff-recurse-to-subdirectories.
8016         (ediff-mark-if-equal): Check that the arguments are strings, use
8017         ediff-same-contents (after to Felix Gatzemeier).
8019         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8020         nil.
8022 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8024         * log-view.el (log-view-message-re): Fix up Subversion regexp.
8026 2005-02-18  David Kastrup  <dak@gnu.org>
8028         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8029         use `mark-active' when defined.
8031 2005-02-18  Kenichi Handa  <handa@m17n.org>
8033         * ps-print.el (ps-font-info-database): New entry
8034         ZapfChancery-MediumItalic with correct font name.  Fix font name
8035         of the entry Zapf-Chancery-MediumItalic.
8037 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8039         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8041 2005-02-16  Kim F. Storm  <storm@cua.dk>
8043         * ido.el (ido-fallback-command): Pass user input to fallback command.
8045 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
8047         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8048         (gdb-find-file-hook): Add server prefix.
8050 2005-02-16  Richard M. Stallman  <rms@gnu.org>
8052         * replace.el (perform-replace): Pass new args to replace-highlight.
8053         (replace-highlight): Take region args,
8054         and pass them to isearch-lazy-highlight-new-loop.
8056         * novice.el (disabled-command-hook): Autoload the defalias
8057         and the make-obsolete-variable call.
8059         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8061         * isearch.el (isearch-lazy-highlight-start-limit)
8062         (isearch-lazy-highlight-end-limit): New variables limit
8063         the region for highlighting.
8064         (isearch-lazy-highlight-new-loop): New args BEG and END.
8065         (isearch-lazy-highlight-search): Use the new vars.
8066         (isearch-lazy-highlight-update): Likewise.
8068         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8070         * cus-start.el (all): Use default-boundp.
8072 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
8074         * menu-bar.el (menu-bar-select-frame): Handle current frame.
8076 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
8078         * autorevert.el (auto-revert-stop-on-user-input)
8079         (auto-revert-verbose): Doc fixes.
8081 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
8083         * international/mule-cmds.el (set-locale-environment): Remove call
8084         to set-selection-coding-system on Windows.
8086 2005-02-15  Jay Belanger  <belanger@truman.edu>
8088         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8089         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8090         calcFunc-coth.
8091         (math-simplify-sqrt): Add simplifications.
8093         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8094         to list.
8096         * calc/calc-ext.el: Add functions to autoloads.
8098         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8099         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8100         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8101         (math-csc-raw, math-cot-raw): New functions.
8103         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8105         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8106         the variable name in a message.
8108         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8109         calcFunc-csc, calcFunc-cot.
8111         * calc/calcalg2.el: Add derivative and integration rules for
8112         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8113         calcFunc-csch, calcFunc-coth.
8114         (math-do-integral-methods): Add to checks for when to use
8115         substitutions.
8117         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8119 2005-02-15  Lute Kamstra  <lute@gnu.org>
8121         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8122         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
8123         <monnier@iro.umontreal.ca>
8124         (lisp-outline-level): Improve efficiency.  Suggested by David
8125         Kastrup <dak@gnu.org>.
8127 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
8129         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8130         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8131         (gdb-set-gud-minor-mode-existing-buffers): New functions.
8132         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
8133         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8135 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
8137         * cus-start.el (all): Comment change.
8139 2005-02-14  Lute Kamstra  <lute@gnu.org>
8141         * cus-start.el (all): Check if symbol is void.
8143 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
8145         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8146         optional argument to \cite.
8148 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8150         * cus-edit.el (custom-buffer-create-internal): Update help message.
8151         (custom-magic-alist): Update help messages.
8153         * cus-start.el (all): Allow a var to specify a standard value.
8155 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
8157         * custom.el (custom-theme-set-variables): Handle variable aliases.
8159         * frame.el (blink-cursor-timer): Doc fix.
8160         (blink-cursor): Make it an alias for `blink-cursor-mode' and
8161         declare obsolete.
8162         (blink-cursor-mode): Define with defcustom and use correct
8163         standard expression in that defcustom.
8164         * startup.el (command-line): Adapt to above changes in frame.el.
8166 2005-02-11  Lute Kamstra  <lute@gnu.org>
8168         * apropos.el (apropos-score-doc): Prevent division by zero.
8170 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
8172         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8173         (icalendar--get-event-property-attributes)
8174         (icalendar--get-event-properties)
8175         (icalendar--datetime-to-diary-date): New functions.
8176         (icalendar--split-value): Doc fix.
8177         (icalendar--datetime-to-noneuropean-date)
8178         (icalendar--datetime-to-european-date): New optional argument
8179         SEPARATOR.  Return result as a string instead of a list.
8180         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8181         (icalendar--convert-string-for-export): Rename arg S to STRING.
8182         (icalendar-export-region): Doc fix.  Change name of error buffer.
8183         Save output buffer.
8184         (icalendar-import-file): Add blank at end of prompt.
8185         (icalendar-import-buffer): Doc fix.  Do not switch to error
8186         buffer.  Indicate status in return value.
8187         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
8188         buffer.  Save output buffer.  Handle exception from recurrence
8189         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
8190         events.  Fix problems with weekly all-day events.
8192 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8194         * simple.el (eval-expression-print-format):
8195         Avoid warning about edebug-active.
8197         * help.el (help-for-help-internal): Rename from help-for-help.
8198         (help-for-help): Define with defalias.
8200         * font-core.el (font-lock-default-function): Use with-no-warnings.
8202         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8204         * custom.el (defface): Doc fix.
8206 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
8208         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8209         width 0" to prevent word wrapping problems.
8211 2005-02-09  Kim F. Storm  <storm@cua.dk>
8213         * ido.el (ido-file-extensions-order): New defcustom.
8214         (ido-file-extension-lessp, ido-file-extension-aux)
8215         (ido-file-extension-order): New advanced file ordering.
8216         (ido-file-lessp): New simple file ordering.
8217         (ido-sort-list): Remove.
8218         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8219         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8221 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
8223         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8224         that some versions of grep produce.
8225         (grep-mode-font-lock-keywords): Likewise.
8227 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
8229         * progmodes/gdb-ui.el (gdb-location-list): New variable.
8230         (gdb-cdir): Delete.
8231         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8232         (gdb-source-info): Treat case when source file is in another
8233         directory properly.
8234         (gdb-get-location): New function.
8236 2005-02-07  Jay Belanger  <belanger@truman.edu>
8238         * calc/calc-prog.el (calc-write-parse-table-part)
8239         (calc-fix-token-name): Fix a check for language type.
8241         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8243 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
8245         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8246         as directory not writable.
8248 2005-02-07  Kim F. Storm  <storm@cua.dk>
8250         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8251         (cua--standard-movement-commands): Remove list.
8252         Instead, set CUA property value to move for movement commands.
8253         (cua-movement-commands): Remove.  Users must set CUA prop instead.
8254         (cua--pre-command-handler): Check CUA property.
8255         (cua--init-keymaps): Don't remap undo commands.
8256         (cua-mode): Don't call cua--rectangle-on-off.
8258         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8259         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8260         (cua--rect-undo-set-point): New var.
8261         (cua--rectangle-undo-boundary): Setup undo apply entry.
8262         (cua--rect-undo-handler): New function for rectangle undo.
8263         (cua--rect-start-position, cua--rect-end-position): Add.
8264         (cua--rectangle-post-command): Call cua--rectangle-set-corners
8265         for restored rectangle.  Set point if cua--rect-undo-set-point.
8267 2005-02-06  Jay Belanger  <belanger@truman.edu>
8269         * calc/calc-lang.el (calc-tex-language): Display more information
8270         in messages.
8272         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8273         in TeX mode.
8275 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8277         * emacs-lisp/lisp.el (buffer-end): Doc fix.
8279 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
8281         * net/ldap.el (ldap-search-internal): Support attributes with
8282         optional descriptions separated by a semi-colon, as in
8283         "userCertificate;binary".
8285 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8287         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8288         isn't a cons (i.e. the version is 0).
8290 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8292         * help.el (help-for-help): Doc fix.
8294 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
8296         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
8297         GDB-Windows on the menu-bar as this works better.
8299 2005-02-04  Jay Belanger  <belanger@truman.edu>
8301         * calc/calc-embed.el (calc-embedded-update): Don't put in
8302         unnecessary newlines.  Adjust the end of formula marker.
8304         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8305         (math-latex-parse-two-args): New function.
8307 2005-02-03  Lute Kamstra  <lute@gnu.org>
8309         * help-fns.el (help-with-tutorial): Make sure that users cannot
8310         remove the entire text of the tutorial by means of `undo'.
8312 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8314         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8315         in recent changes, where the ispell process was repeatedly
8316         killed & restarted.
8318         * international/mule-cmds.el (set-locale-environment): Set file-name
8319         coding system to utf-8 on Darwin systems.
8320         (set-default-coding-systems): Don't set default-file-name-coding-system
8321         on Darwin systems.
8323 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8325         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8327 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
8329         * faces.el (list-faces-display): Add optional argument.
8331 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8333         * font-core.el (font-lock-default-function): Handle the rare case where
8334         only font-lock-keywords is set.
8336 2005-02-02  Kenichi Handa  <handa@m17n.org>
8338         * international/characters.el: Cancel previous change for
8339         I-WITH-DOT-ABOVE and DOTLESS-i.
8341         * international/latin-5.el: Cancel previous change.
8343 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8345         * progmodes/gud.el: Correction to syntax in gud-menu-map.
8347 2005-02-02  Kenichi Handa  <handa@m17n.org>
8349         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8350         DOTLESS-i.
8352         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8353         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8355         * case-table.el (get-upcase-table): New function.
8356         (copy-case-table): Copy upcaes table too if non-nil.
8357         (set-case-syntax-delims): Maintain upcase table too.
8358         (set-case-syntax-pair): Likewise.
8359         (set-upcase-syntax, set-downcase-syntax): New functions.
8360         (set-case-syntax): Maintain upcase table too.
8362 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8364         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8366         * progmodes/gud.el (gud-goto-info): New function.
8367         (gud-tool-bar-map): Use correct icon.
8369 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8371         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8372         When delegating, order args in the funcall correctly.
8374 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8376         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8378 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
8380         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8381         buffer not visiting a file.
8383 2005-01-31  Jay Belanger  <belanger@truman.edu>
8385         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8386         bound on the line with the formula.
8388 2005-01-31  Kim F. Storm  <storm@cua.dk>
8390         * ses.el (ses-create-cell-variable-range)
8391         (ses-destroy-cell-variable-range, ses-reset-header-string)
8392         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8393         (ses-insert-row): Fix format of apply undo entries.
8395 2005-01-31  Jay Belanger  <belanger@truman.edu>
8397         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8398         parts.
8400         * calc/calc-embed.el (calc-embedded-open-formula)
8401         (calc-embedded-close-formula): Ignore matrix environments.
8403         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8404         TeX mode.
8406         * calc/calc-lang.el (math-function-table, math-oper-table)
8407         (math-variable-table): Adjust the LaTeX portions.
8409         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8410         (math-latex-ignore-words): New constant.
8412 2005-01-31  Richard M. Stallman  <rms@gnu.org>
8414         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8415         (ispell-local-dictionary): Doc fix.
8416         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8417         Don't reinitialize at run time.  Don't defcustom.
8418         All uses changed to append ispell-local-dictionary-alist,
8419         or check it first.
8420         (ispell-current-dictionary): New variable for dictionary in use.
8421         (ispell-dictionary): Now used only for global default.
8422         (ispell-start-process): Set ispell-current-dictionary,
8423         not ispell-dictionary.
8424         (ispell-change-dictionary): Use this only for setting
8425         user preferences.
8426         (ispell-internal-change-dictionary): New function
8427         to change the current dictionary in use.
8428         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8429         Use ispell-current-dictionary.
8430         Handle ispell-local-dictionary-overridden.
8431         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8433 2005-01-31  Jay Belanger  <belanger@truman.edu>
8435         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8437         * calc/calc-ext.el: Add calc-latex-language to autoloads.
8438         (calc-mode-map): Add calc-latex-language.
8440         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8441         (math-latex-print-frac): New functions.
8442         (math-oper-table, math-function-table, math-variable-table)
8443         (math-complex-format, math-input-filter): Add latex properties.
8444         (calc-set-language): Set math-expr-special-function-mapping.
8446         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8447         (calc-write-parse-table-part): Add LaTeX support.
8449         * calc/calc.el (calc-language): Adjust docstring.
8450         (calc-set-mode-line): Add LaTeX support.
8451         (math-expr-special-function-mapping): New variable.
8452         (math-tex-ignore-words): Add to list.
8454         * calc/calccomp.el (math-compose-expr, math-compose-rows):
8455         Add LaTeX support.
8456         (math-compose-expr): Add support for special functions.
8458         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8460 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
8462         * progmodes/gdb-ui.el (gdb-memory-address)
8463         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8464         (gdb-memory-mode-map, gdb-memory-format-keymap)
8465         (gdb-memory-format-menu, gdb-memory-unit-keymap)
8466         (gdb-memory-unit-menu): New variables for a buffer
8467         that lets the user examine program memory.
8468         (gdb-memory-set-address, gdb-memory-set-repeat-count)
8469         (gdb-memory-format-binary, gdb-memory-format-octal)
8470         (gdb-memory-format-unsigned, gdb-memory-format-signed)
8471         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8472         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8473         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8474         (gdb-memory-unit-byte, gdb-memory-unit-menu)
8475         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8476         (gdb-memory-mode, gdb-memory-buffer-name)
8477         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8478         New functions for above buffer.
8480 2005-01-30  Richard M. Stallman  <rms@gnu.org>
8482         * cus-edit.el (custom-bury-buffer): Function deleted.
8483         (custom-buffer-done-function): Option deleted.
8484         (custom-buffer-done-kill): New (replacement option.
8485         (Custom-buffer-done): Call quit-window.
8486         (custom-buffer-create-internal): Update for above changes.
8488 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
8490         * simple.el (undo-ask-before-discard): New var.
8491         (undo-outer-limit-truncate): Implement it.
8492         (undo-extra-outer-limit): Doc update.
8494 2005-01-29  Richard M. Stallman  <rms@gnu.org>
8496         * ses.el (undo-more): Delete defadvice.
8497         (ses-begin-change): Doc fix.
8499         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8500         instead of rebinding C-x u and C-_.
8502         * files.el (normal-backup-enable-predicate): Return nil for files
8503         in /tmp, regardless of temporary-file-directory.
8505         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8507         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8508         (open-rectangle, delete-whitespace-rectangle-line)
8509         (clear-rectangle-line): If FILL, pass t instead of FILL
8510         for move-to-column's 2nd arg.
8512         * simple.el (undo): Fix the test for continuing a series of undos.
8513         (undo-more): Set pending-undo-list to t when we reach end.
8514         (pending-undo-list): Move up defvar.
8516         * wid-edit.el (widget-button-click):
8517         Shorten the range of the track-mouse binding.
8519         * comint.el (comint-insert-input): Undo previous changes;
8520         use last-input-event in interactive spec.
8522 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8524         * progmodes/compile.el (compilation-start): Bind buffer-read-only
8525         to nil before invoking call-process.  Reset buffer's modified flag
8526         after fontifying it in the no-async branch.
8528         * wid-edit.el (widget-specify-button): If mouse pointer shape
8529         cannot be changed, use mouse face instead.
8531 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
8533         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8534         (gdb-goto-breakpoint): Make breakpoint handling work on template
8535         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
8536         (gdb-assembler-custom): Update to recognize breakpoint information
8537         added on 2005-01-19.
8539 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8541         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8542         (dsssl-mode): Use define-derived-mode.
8543         (scheme-mode-initialize): Remove.
8544         (scheme-mode): Use run-mode-hooks.
8546         * cus-edit.el (customize-group-other-window)
8547         (custom-buffer-create-other-window): Don't override special-display-*.
8548         (custom-mode-map): Make it dense.
8550         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8551         sets the default value.
8553 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
8555         * descr-text.el: Add more keywords.
8557 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8559         * speedbar.el: Avoid unnecessary use of locate-library.
8561         * international/mule-cmds.el (standard-display-european-internal):
8562         Don't fiddle with latin-1 non-break space any more since it's now
8563         special cased in the C code.
8564         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8566 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8568         * cus-start.el (all): Add `undo-outer-limit'.
8570 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8572         * textmodes/bibtex.el (bibtex-format-entry):
8573         Use `bibtex-empty-field-re' only on the text of fields, not on entire
8574         field lines.
8575         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8576         not on part of a buffer.
8578 2005-01-25  Lute Kamstra  <lute@gnu.org>
8580         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8581         nonempty field text strings like "{letters\\macro{}more letters}".
8582         Clarify docstring.
8583         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8584         (bibtex-entry-offset, bibtex-parse-association)
8585         (bibtex-parse-field-name): Fix typos in docstrings.
8586         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8588 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
8590         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8591         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8592         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8593         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8595         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8596         isearch minor mode.
8598 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
8600         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8602 2005-01-24  Lute Kamstra  <lute@gnu.org>
8604         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8605         CASECHARS and NOT-CASECHARS regular expressions of the
8606         "nederlands" and "nederlands8" dictionaries to prevent a "Range
8607         striding over charsets" error.
8609 2005-01-24  Jay Belanger  <belanger@truman.edu>
8611         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8612         display variable name.
8614 2005-01-24  Kenichi Handa  <handa@m17n.org>
8616         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8617         Fix setting of the element of encoded-kbd-iso2022-invocations.
8619 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
8621         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8622         (gdb-threads-select): Change to also accept mouse events.
8623         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8624         (gdb-threads-mouse-select): Delete.
8626 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
8628         * files.el (insert-directory): Take care of empty directory,
8629         listed without -a switch.
8631 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * textmodes/refill.el (refill-post-command-function):
8634         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8635         to the list of functions that we should be careful not to undo.
8636         (refill-late-fill-paragraph-function): Remove.
8637         (refill-saved-state): New var.
8638         (refill-mode): Use it to save fill-paragraph-function.
8639         Save also the value of auto-fill-function.
8641         * term/w32-win.el: Simplify code.
8643 2005-01-23  Kim F. Storm  <storm@cua.dk>
8645         * simple.el (line-move): Adapt to new return value from
8646         pos-visible-in-window-p.
8648         * simple.el (line-move): Fix last change.  Check partial
8649         visibility at point rather than at window-start.
8651 2005-01-22  Jason Rumney  <jasonr@gnu.org>
8653         * term/w32-win.el (xw-defined-colors): Remove debug-message.
8655 2005-01-22  David Kastrup  <dak@gnu.org>
8657         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8659 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
8661         * type-break.el (type-break-mode): Add a test for
8662         type-break-file-name being non-nil.
8664 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8666         * net/eudc.el (top level): Call (message "") via progn, so that
8667         eudc-options-file is loaded.
8669 2005-01-22  Kim F. Storm  <storm@cua.dk>
8671         * simple.el (line-move-1): Rename from line-move.
8672         (line-move): New function that adjusts vscroll for partially
8673         visible rows, and calls line-move-1 otherwise.
8675 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
8677         * pcomplete.el: define pcomplete-read-event instead of read-event,
8678         since it's not a complete read-event implementation
8680 2005-01-20  Jay Belanger  <belanger@truman.edu>
8682         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8683         for called function.
8685 2005-01-20  Steven Tamm  <steventamm@mac.com>
8687         * term/mac-win.el (process-connection-type): Remove.
8688         Controlled now by s/darwin.h:PTY_ITERATION.
8690 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8692         * window.el (handle-select-window): Don't switch window when we're
8693         in the minibuffer.
8695 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
8697         * subr.el (dotimes-with-progress-reporter): New macro.
8699         * ses.el (ses-dotimes-msg): Remove macro.
8700         Use `dotimes-with-progress-reporter' instead.
8702 2005-01-19  Steven Tamm  <steventamm@mac.com>
8704         * term/mac-win.el (process-connection-type): Use new
8705         operating-system-release variable to use ptys on Darwin 7 (OS X
8706         10.3) when using carbon build.
8708 2005-01-19  Jay Belanger  <belanger@truman.edu>
8710         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8711         flags if the last command was a tab or M-tab.
8713         * calc/calc-prog.el (calc-user-define-edit): Put original formula
8714         in formula editing buffer.
8716 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8718         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8719         breakpoint image symbol in margin.
8721 2005-01-19  Jay Belanger  <belanger@truman.edu>
8723         * calc/calc-prog.el (calc-execute-kbd-macro):
8724         Ignore calc-keep-arg-flag.
8726 2005-01-19  Kenichi Handa  <handa@m17n.org>
8728         * textmodes/ispell.el (ispell-looking-at): New function.
8729         (ispell-process-line): Use ispell-looking-at to compare the ispell
8730         output and the buffer contents.
8732 2005-01-18  Jay Belanger  <belanger@truman.edu>
8734         * calc/calc.el (calc-display-raw): Fix docstring.
8736 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * simple.el (blink-matching-open): Strip extra info from syntax.
8740         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8741         funny chars in the end-of-here-doc marker.
8743 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8745         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8746         that enable/disabled state of breakpoints is shown correctly in
8747         fringe and on ttys.
8748         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8749         Add breakpoint information as text properties.
8750         (gdb-mouse-toggle-breakpoint):
8751         Rename to gdb-mouse-set-clear-breakpoint.
8752         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
8753         breakpoints in the margin.
8754         (gdb-remove-strings): Simplify.
8756 2005-01-17  Jay Belanger  <belanger@truman.edu>
8758         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8759         erasing buffer.
8761 2005-01-17  Richard M. Stallman  <rms@gnu.org>
8763         * progmodes/grep.el (grep-find): Copy from `grep' the condition
8764         for calling grep-compute-defaults.
8766         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8767         if buffer is empty.
8769         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8771 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8773         * hilit-chg.el (highlight-changes-mode): Don't autoload.
8775         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8776         non-preloaded variables.
8778 2005-01-17  Steven Tamm  <steventamm@mac.com>
8780         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8781         tex-shell cause to force interactivity when using pipes.
8783 2005-01-17  Kim F. Storm  <storm@cua.dk>
8785         * simple.el (just-one-space): Make arg optional.
8787 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
8789         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8790         posn-at-x-y to t to access left-margin.
8792 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8794         Sync with Tramp 2.0.47.
8796         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8797         catching keep-date problems in cp/scp operations.
8798         (tramp-handle-copy-file): Don't call `set-file-modes'
8799         unconditionally.  Specialized functions should know better what is
8800         necessary.  This improves performance a little bit, and the
8801         functions could catch errors with `cp -p' and `scp -p'.
8802         (tramp-do-copy-or-rename-file-via-buffer)
8803         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8804         when appropriate.
8805         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8806         Call `set-file-modes' when appropriate.
8807         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
8808         Johnsson <isak@hypergene.com>
8809         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8810         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
8811         <joakim@verona.se>
8812         (tramp-file-name-for-operation): Mark `shell-command' as magic for
8813         Emacs only.
8815         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
8816         `find-file-hooks' and `dired-mode-hook'.
8817         (tramp-minor-mode-map): Respective map.  Add remapping for
8818         `compile' and `recompile'.
8819         (tramp-remap-command, tramp-recompile): New defuns.
8820         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8821         in buffer "*Compilation*".  Call the commands asynchronously.
8823         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8824         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8825         `shell-command', because it isn't magic in XEmacs.  Reported by
8826         Adrian Aichner <adrian@xemacs.org>.
8828         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8829         `substitute-in-file-name.
8830         (tramp-smb-handle-substitute-in-file-name): New defun.
8831         (tramp-smb-advice-PC-do-completion): Delete advice.
8833 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
8835         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8836         Fix error in deleting region.
8838 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8840         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8841         In non-temp buffer, switch syntax table temporarily.
8843         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8845         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8847         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8849         * imenu.el (imenu--split-menu): Copy menulist before sorting.
8850         (imenu--generic-function): Use START, not BEG, as pos of definition.
8852         * simple.el (just-one-space): Argument specifies number of spaces.
8854         * simple.el (eval-expression-print-format): Avoid warning
8855         about edebug-active.
8857 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
8859         * progmodes/sh-script.el: Code copied from make-mode.el
8860         with small changes,
8861         (sh-mode-map): Bind C-c C-\.
8862         (sh-backslash-column, sh-backslash-align): New variables.
8863         (sh-backslash-region, sh-append-backslash): New functions.
8865 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
8867         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8868         (rmail-pop-password, rmail-pop-password-required): Move to
8869         rmail-obsolete group.
8870         (rmail-set-pop-password): Rename to rmail-set-remote-password.
8871         All callers updated.
8872         (rmail-get-pop-password): Rename to rmail-get-remote-password.
8873         Take an argument specifying whether it is POP or IMAP mailbox we
8874         are using.  All callers updated.
8875         (rmail-pop-password-error): Rename to
8876         rmail-remote-password-error.  Added mailutils-specific error message.
8877         (rmail-movemail-search-path)
8878         (rmail-movemail-variant-in-use): New variables.
8879         (rmail-remote-password, rmail-remote-password-required):
8880         New customization variables.
8881         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8882         (rmail-parse-url): New function.
8883         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8884         with GNU mailutils movemail.
8886 2005-01-15  Kevin Ryde  <user42@zip.com.au>
8888         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8889         suffix to space, $ or '$, to correctly position point when going
8890         to @table style constants like DBL_MAX.
8892 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8894         * type-break.el (type-break-mode, type-break-file-time)
8895         (type-break-file-keystroke-count, type-break-choose-file):
8896         Don't store data in or load data from the file if type-break-file-name
8897         is nil.
8898         (type-break-file-name): Doc update as per the above.
8900 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
8902         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8903         lookup-key might return nil; handle that.
8905 2005-01-15  Alan Mackenzie  <acm@muc.de>
8907         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8908         rather than the element found, thus enabling the tree to be setcar'd.
8910 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8912         * textmodes/org.el (org-show-following-heading): New option.
8913         (org-show-hierarchy-above): Use `org-show-following-heading'.
8914         (org-cycle): Documentation fix.
8916         * textmodes/org.el (orgtbl-optimized): New option
8917         (orgtbl-mode): New command, a minor mode.
8918         (orgtbl-mode-map): New variable.
8919         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8920         (orgtbl-error, orgtbl-self-insert-command)
8921         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8923         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8924         a local variable in each org-mode buffer.
8926         * textmodes/org.el (org-set-regexps-and-options): Rename from
8927         `org-set-regexps'.  Added checking for STARTUP keyword.
8928         (org-get-current-options): Add STARTUP options.
8929         (org-table-insert-row): Make mode intelligent about when
8930         realignment is needed.
8931         (org-self-insert-command, org-delete-backward-char, org-delete-char):
8932         New commands.
8933         (org-enable-table-editor): New default value `optimized'.
8934         (org-table-blank-field): Support blanking regions if active.
8936 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8938         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8939         if the year is not given.
8941         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8942         Add new escapes %m and %M, fixed bug with %F by adding
8943         save-match-data.
8944         (reftex-reference): Remove ?. from list of spaces.
8945         (reftex-label-info): Add automatic label prefix recognition.
8947         * textmodes/reftex-index.el (reftex-index-next-phrase):
8948         Add slave parameter to call of `reftex-index-this-phrase'.
8949         (reftex-index-this-phrase): New optional argument.
8950         (reftex-index-region-phrases): Add slave parameter to call of
8951         `reftex-index-this-phrase'.
8952         (reftex-display-index): New argument redo.
8953         (reftex-index-rescan): Add 'redo to arguments of
8954         `reftex-display-index'.
8955         (reftex-index-Rescan, reftex-index-revert)
8956         (reftex-index-switch-index-tag): Add 'redo to arguments of
8957         `reftex-display-index'.
8958         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8959         indexing.  Fix bug with matching is there is a quote before or
8960         after the word.
8962         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8963         Fix bug when collecting citation keys in lines with comments.
8964         (reftex-citation): Prefix argument no longer rescans the document,
8965         but forces prompting for optional arguments of cite macros.
8966         (reftex-do-citation): Prompting for optional arguments implemented.
8968         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8969         Add optional arguments to most cite commands.
8970         (reftex-cite-cleanup-optional-args): New option
8971         (reftex-cite-prompt-optional-args): New option.
8972         (reftex-trust-label-prefix): New option.
8974         * textmodes/reftex-toc.el (reftex-toc-find-section):
8975         Add push-mark before changing the position in the buffer.
8977         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8978         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8980 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
8982         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8983         more carefully.
8985 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8987         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8988         (sgml-mode): Use it.
8989         (sgml-get-context): Better keep track of implicitly closed tags.
8991 2005-01-13  Kenichi Handa  <handa@m17n.org>
8993         * textmodes/ispell.el: These changes are to fix misalignment error
8994         caused by equivalent characters of different Emacs charsets.
8995         (ispell-unified-chars-table): New variable.
8996         (ispell-get-decoded-string): New function.
8997         (ispell-get-casechars, ispell-get-not-casechars)
8998         (ispell-get-otherchars): Call ispell-get-decoded-string.
9000 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
9002         * custom.el (custom-declare-variable): Just put symbol instead
9003         of (defvar . symbol) in `current-load-list'.
9005 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9007         * emacs-lisp/elint.el: Fixed typo in Commentary section.
9009 2005-01-12  Jay Belanger  <belanger@truman.edu>
9011         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9012         to create a Calc summary.
9014 2005-01-12  Kim F. Storm  <storm@cua.dk>
9016         * mouse.el (mouse-on-link-p): Change functionality and doc
9017         string to comply with latest description in lisp ref.
9019 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
9021         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9022         Enable mouse clicks on mode-line, header-line and margin.
9023         (event-type): Give mouse event symbols an 'event-kind property
9024         with value 'mouse-click.
9026 2005-01-12  Juri Linkov  <juri@jurta.org>
9028         * facemenu.el (list-colors-display): Add new arg buffer-name.
9029         Use it.  Fix docstring.  Replace code for identifying duplicate
9030         colors by the name with call to `list-colors-duplicates' which
9031         identifies duplicate colors by the value unless the color
9032         is one of special Windows colors.  Set truncate-lines to t.
9033         Print sorted duplicate color names on each line.  Indent to 22
9034         \(the longest color name in rgb.txt) instead of 20.  Optimize.
9035         (list-colors-duplicates): New function.
9036         (facemenu-color-name-equal): Delete function.
9038         * facemenu.el (list-colors-print): New function created from code
9039         in list-colors-display.  Print #RRGGBB at the window right edge.
9040         (list-colors-display): When temp-buffer-show-function is not
9041         defined, call list-colors-print from temp-buffer-show-hook
9042         to get the right value of window-width in list-colors-print
9043         after the buffer is displayed.
9045         * simple.el (pop-mark): Move deactivate-mark out of conditional
9046         part to deactivate the active mark regardless of the state of the
9047         mark ring.
9049         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9050         variables line in desktop files.
9052 2005-01-12  Juri Linkov  <juri@jurta.org>
9054         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9055         Bring together isearch highlight related options.
9056         (lazy-highlight): Replace group `replace' by `matching'.
9057         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9058         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9059         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9060         and declare them obsolete.
9061         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9062         (isearch-faces): Remove defgroup.
9063         (isearch-overlay, isearch-highlight, isearch-dehighlight):
9064         Move isearch highlighting code closer to lazy highlighting code.
9066         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9067         (query-replace-highlight, query-replace-lazy-highlight)
9068         (query-replace): Move definitions to the beginning of the file.
9070 2005-01-11  Juri Linkov  <juri@jurta.org>
9072         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9073         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9074         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9076         * info.el (Info-history-forward): New variable.
9077         (Info-select-node): Reset Info-history-forward to nil.
9078         (Info-last): Turn into defalias.
9079         (Info-history-back): Rename from Info-last.
9080         Add current node to Info-history-forward.
9081         (Info-history-forward): New fun.
9082         (Info-mode-map): Replace Info-last by Info-history-back.
9083         Bind Info-history-forward to "r".
9084         (Info-mode-menu): Replace Info-last by Info-history-back.
9085         Fix menu item text.  Add menu item for Info-history-forward.
9086         (info-tool-bar-map): Replace Info-last by Info-history-back.
9087         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
9088         for Info-history-forward.
9089         (Info-mode): Replace Info-last by Info-history-back in docstring.
9090         Add local variable Info-history-forward.
9091         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9093 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9095         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9096         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9097         Ignore select-window events rather than fiddle with
9098         mouse-autoselect-window.
9100 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
9102         * type-break.el (type-break-mode): Fix previous change.
9104 2005-01-10  Jay Belanger  <belanger@truman.edu>
9106         * calc/calc-ext.el (calc-reset): Reset when inside embedded
9107         calculator; only reset when point is inside a calculator.
9108         Don't adjust the window height if the window takes up the whole height
9109         of the frame.
9111 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
9113         * ebuff-menu.el (Electric-buffer-menu-mode):
9114         Preserve value of buffer-local var header-line-format.
9116 2005-01-09  Jay Belanger  <belanger@truman.edu>
9118         * calc/calc.el (calc-mode-var-list-restore-saved-values):
9119         Make sure settings file exists before accessing it.
9121         * calc/calc-embed.el (calc-embedded-subst):
9122         Replace math-multi-subst-rec, which is only supposed to be called
9123         by math-multi-subst, by math-multi-subst.
9125 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
9127         * vc.el (vc-allow-async-revert): New user option.
9128         (vc-disable-async-diff): New internal variable.
9129         (vc-revert-buffer): Use them to disable asynchronous diff.
9131         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9132         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9133         asynchronously if vc-disable-async-diff is t.
9135 2005-01-09  Jay Belanger  <belanger@truman.edu>
9137         * calc/calc.el (defcalcmodevar): New macro.
9138         (calc-mode-var-list-restore-default-values)
9139         (calc-mode-var-list-restore-saved-values): New functions.
9140         (calc-mode-var-list): Use defcalcmodevar to define it.
9141         (calc-always-load-extensions, calc-line-numbering)
9142         (calc-line-breaking, calc-display-just, calc-display-origin)
9143         (calc-number-radix, calc-leading-zeros, calc-group-digits)
9144         (calc-group-char, calc-point-char, calc-frac-format)
9145         (calc-prefer-frac, calc-hms-format, calc-date-format)
9146         (calc-float-format, calc-full-float-format, calc-complex-format)
9147         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9148         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9149         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9150         (calc-matrix-brackets, calc-language, calc-language-option)
9151         (calc-left-label, calc-right-label, calc-word-size)
9152         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9153         (calc-display-raw, calc-internal-prec, calc-angle-mode)
9154         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9155         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9156         (calc-window-height, calc-display-trail, calc-show-selections)
9157         (calc-use-selections, calc-assoc-selections)
9158         (calc-display-working-message, calc-auto-why, calc-timing)
9159         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9160         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9161         (calc-gnuplot-default-device, calc-gnuplot-default-output)
9162         (calc-gnuplot-print-device, calc-gnuplot-print-output)
9163         (calc-gnuplot-geometry, calc-graph-default-resolution)
9164         (calc-graph-default-resolution-3d, calc-invocation-macro)
9165         (calc-show-banner): Use defcalcmodevar to declare them and set
9166         their default values.
9168         * calc/calc-ext.el (calc-reset): Restore saved values of variables
9169         instead of default values (but restore default values if there is
9170         an argument of 0).
9172 2005-01-09  David Kastrup  <dak@gnu.org>
9174         * desktop.el (desktop-restore-eager): Fix typo in type.
9176 2005-01-08  Richard M. Stallman  <rms@gnu.org>
9178         * cus-edit.el (customize): Delete :link.
9180 2005-01-08  Jay Belanger  <belanger@truman.edu>
9182         * calc/calc.el (calc-mode): Remove the extension from the
9183         `calc-settings-file' file name when loading it.
9185 2005-01-08  Kim F. Storm  <storm@cua.dk>
9187         * info.el (Info-mode-map, Info-next-link-keymap)
9188         (Info-prev-link-keymap, Info-up-link-keymap):
9189         Map follow-link to mouse-face.
9190         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9192 2005-01-08  Jay Belanger  <belanger@truman.edu>
9194         * calc/calc.el (calc-settings-file): Change default value.
9195         Suggested by cgw in a comment in calc-mode.el.
9197         * calc/calc-mode.el (calc-settings-file-name):
9198         Compare calc-settings-file to user-init-file instead of ~/.emacs.
9199         Replace ~/.emacs in a prompt by calc-settings-file.
9201 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
9203         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9204         (desktop-lazy-idle-delay): New customizable variables.
9205         (desktop-buffer-args-list): New variable.
9206         (desktop-append-buffer-args): New function.
9207         (desktop-save): Call desktop-append-buffer-args for some buffers.
9208         (desktop-lazy-create-buffer): New function.
9209         (desktop-idle-create-buffers): New function.
9210         (desktop-read): Add message about buffers to restore lazily.
9211         (desktop-lazy-abort): New command.
9212         (desktop-clear): Call desktop-lazy-abort.
9213         (desktop-lazy-complete): New command.
9215 2005-01-06  Richard M. Stallman  <rms@gnu.org>
9217         * emacs-lisp/find-func.el (find-face-definition):
9218         Rename from find-face.
9220 2005-01-06  Kim F. Storm  <storm@cua.dk>
9222         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9224         * man.el (Man-xref-man-page, Man-xref-header-file)
9225         (Man-xref-normal-file): Add follow-link property.
9227 2005-01-06  Jay Belanger  <belanger@truman.edu>
9229         * calc/calc-units.el: Make sure the proper macro definitions are
9230         available when compiling.
9232 2005-01-06  Juri Linkov  <juri@jurta.org>
9234         * isearch.el (isearch-lazy-highlight-update):
9235         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9237 2005-01-06  Miles Bader  <miles@gnu.org>
9239         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9240         (isearch-lazy-highlight-face): Use new name.
9242 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9244         * uniquify.el (uniquify-rationalize-file-buffer-names):
9245         Re-add an interactive spec.
9246         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9247         to the same name.
9249         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9250         (isearch-update, isearch-done): Adjust calls accordingly.
9252 2005-01-05  Richard M. Stallman  <rms@gnu.org>
9254         * custom.el (custom-set-variables, custom-theme-set-variables):
9255         Clarify documentation.
9257         * emacs-lisp/find-func.el (find-variable)
9258         (find-variable-other-window, find-variable-other-frame):
9259         Fix the TYPE args to find-function-read and find-function-do-it.
9260         (find-function): Doc fix.
9261         (find-function-at-point): Replace function-at-point alias.
9263 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9265         * cus-face.el (custom-declare-face):
9266         Record defface in current-load-list.
9268         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9270         * emacs-lisp/find-func.el: Doc fixes.
9271         (find-face-regexp): New variable.
9272         (find-function-regexp-alist): New variable.
9273         (find-function-C-source): Third arg is now TYPE.
9274         (find-function-search-for-symbol): Handle general TYPE.
9275         (find-function-read, find-function-do-it): Handle general TYPE.
9276         (find-definition-noselect, find-face): New functions.
9277         (function-at-point): Alias deleted.
9279 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9281         * battery.el (display-battery-mode): Rename from display-battery.
9282         Handle the case where it gets turned off.
9284 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9286         * cus-edit.el (customize): Make :link point to user doc.
9288         * man.el (Man-fontify-manpage): Turn off undo generation.
9290         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9292 2005-01-04  Andreas Schwab  <schwab@suse.de>
9294         * files.el (insert-directory): Only look for error lines in
9295         inserted text.  Don't move too far after processing --dired markers.
9297 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9299         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9300         Don't expand if the character is @, period, dash, etc.
9301         (define-mail-abbrev): Quote names that contain problem characters.
9303 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
9305         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9307 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9309         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9310         (query-replace-highlight, query-replace-lazy-highlight)
9311         (query-replace): Definitions moved up.  Doc fix.
9313 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9315         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9316         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9317         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9318         (lazy-highlight-face): Rename from isearch-lazy-...
9319         Change all references to them.
9321 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9323         * cus-edit.el (custom-file): Doc fix for defcustom.
9324         (custom-file): The function no longer sets the variable
9325         `custom-file' to its return value.
9327         * startup.el (command-line): No longer load `custom-file'.
9329 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9331         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9333         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9334         Don't confuse module-prefixed identifiers for labels.
9335         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9337 2005-01-02  Richard M. Stallman  <rms@gnu.org>
9339         * files.el (basic-save-buffer-1): Fix previous change.
9341         * loadhist.el (file-loadhist-lookup): New function.
9342         (file-provides, file-requires): Use it.
9344         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9345         instead of calculating the right size.
9347 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
9349         * vc-svn.el (vc-svn-diff): Stay local if possible.
9351 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9353         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9355         * files.el (hack-local-variables): Fix last change.
9357 2005-01-02  Jay Belanger  <belanger@truman.edu>
9359         * calc/calc-yank.el (calc-edit-top): New variable.
9360         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9361         object.  Change header properties.
9362         (calc-edit-finish, calc-edit-finish-stack-object)
9363         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9364         edited object.
9365         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9366         for the beginning of the edited object.
9367         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9368         for the beginning of the edited object.
9369         * calc/calc-prog.el (calc-edit-macro-finish-edit)
9370         (calc-finish-formula-edit, calc-macro-repeats)
9371         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9372         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9373         beginning of the edited object.
9374         (calc-user-define-edit): Change the header for editing macros.
9375         Remove unnecessary variable.
9377 2005-01-01  Jay Belanger  <belanger@truman.edu>
9379         * calc/calc-yank.el (calc-edit-mode): Change default header.
9380         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9381         * calc/calc-store.el (calc-edit-variable): Change title to match new
9382         header.
9383         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9384         mode to match new header.
9385         (calc-user-define-edit): Change titles to include names of commands.
9386         (calc-finish-formula-edit): Adjust to handle new header.
9387         (calc-finish-macro-edit): Remove.
9388         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9389         (calc-edit-macro-command, calc-edit-macro-command-type)
9390         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9391         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9392         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9393         (calc-edit-macro-finish-edit): New functions.
9394         (calc-user-define-edit): Use new functions to edit named calc macros.
9396 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
9398         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9400         * ses.el (copy-region-as-kill): Deactivate mark.
9402 2005-01-01  Richard M. Stallman  <rms@gnu.org>
9404         * replace.el (occur-1): If the output buffer is also an input,
9405         don't kill it, rename it.
9407         * faces.el (set-face-background, set-face-foreground): Doc fix.
9409         * cus-face.el (custom-face-attributes): Fix :help-echo strings
9410         for :foreground and :background.
9412         * dired.el (dired-view-command-alist): Variable deleted.
9413         (dired-view-file, dired-mouse-find-file-other-window):
9414         Delete the code to use it.
9416 2005-01-01  Kim F. Storm  <storm@cua.dk>
9418         * image.el (insert-sliced-image): Use t for line-height property.
9420 2004-12-31  Jay Belanger  <belanger@truman.edu>
9422         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9423         for "var-" at the beginning of the minibuffer.
9425 2004-12-31  Richard M. Stallman  <rms@gnu.org>
9427         * faces.el (read-face-name):
9428         Don't treat an attribute spec as a list of faces.
9430         * simple.el (undo): Use undo-equiv-table to detect
9431         unexpected changes since previous undo.
9432         (undo-list-saved): Variable deleted.
9433         (buffer-disable-undo): Don't alter undo-list-saved.
9435         * files.el (require-final-newline): Allow `visit' and `visit-save'.
9436         (mode-require-final-newline): New option.
9437         (after-find-file): Handle require-final-newline with new values.
9438         (basic-save-buffer): Handle new values of require-final-newline.
9440         * progmodes/sh-script.el (sh-require-final-newline):
9441         Alist value now controls whether to use mode-require-final-newline.
9442         (sh-set-shell): Implement that new meaning.
9444         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9445         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9446         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9447         Delete old-Emacs compatibility code.
9448         (antlr-c-common-init): Function deleted.
9450         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9451         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9452         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9453         * progmodes/python.el (python-mode): Use mode-require-final-newline.
9454         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9455         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9456         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9457         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9458         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9459         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9460         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9461         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9462         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9463         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9464         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9465         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9467 2004-12-31  Jay Belanger  <belanger@truman.edu>
9469         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9470         way to return to Calc.
9472         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9473         finish, C-xk as the way to cancel the edit.  Add cancel routine to
9474         kill-buffer-hook.
9476         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9477         MacEdit code.
9479         * calc/calc-prog.el: Remove obsolete MacEdit code.
9480         (calc-macro-edit-algebraic, calc-macro-edit-variable)
9481         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9483 2004-12-31  Kenichi Handa  <handa@m17n.org>
9485         * international/mule.el (buffer-file-coding-system-explicit):
9486         Rename for explicit-buffer-file-coding-system.
9487         (after-insert-file-set-coding): Adjust for the above change.
9489         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9490         to buffer-file-coding-system-explicit.
9491         (basic-save-buffer-1): Likewise.
9493 2004-12-30  Richard M. Stallman  <rms@gnu.org>
9495         * textmodes/artist.el (artist-butlast-fn): Var deleted.
9496         (artist-butlast, artist-last): Functions deleted.
9497         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9498         (artist-compute-key-compl-table): Call remq directly.
9499         (artist-remove-nulls): Function deleted.
9500         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9501         (artist-push, artist-pop): Macro deleted.
9503 2004-12-30  Andreas Leue  <al@sphenon.de>
9505         * textmodes/artist.el (artist-version): 1.2.6
9506         (artist-prev-next-op-alist): New variable.
9507         (artist-select-next-op-in-list): New function.
9508         (artist-select-prev-op-in-list): New function.
9509         (artist-make-prev-next-op-alist): New function.
9510         (artist-is-in-op-list-p): New function.
9511         (artist-get-first-non-nil-op): New function.
9512         (artist-get-last-non-nil-op): New function.
9513         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9514         artist-prev-next-op-alist.
9515         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9516         change drawing operation.
9518 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9520         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9522 2004-12-31  Masatake YAMATO  <jet@gyve.org>
9524         * server.el (server-process-filter): Suppress `error', too.
9526 2004-12-30  Jay Belanger  <belanger@truman.edu>
9528         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9529         Change the way a variable is displayed in a message.
9531         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9532         (calc-user-define-permanent, calc-execute-kbd-macro):
9533         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9535 2004-12-30  Kenichi Handa  <handa@m17n.org>
9537         * files.el (basic-save-buffer-1):
9538         Set explicit-buffer-file-coding-system to last-coding-system-used.
9539         (revert-buffer): Pay attention to
9540         explicit-buffer-file-coding-system (not buffer-file-coding-system)
9541         on bind coding-system-for-read.
9543         * international/mule.el (explicit-buffer-file-coding-system):
9544         New buffer local variable.
9545         (after-insert-file-set-coding): Set it to coding-system-for-read.
9547 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
9549         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9551 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
9553         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9554         that include line numbers.
9556 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
9558         * files.el (hack-local-variables): If no PREFIX, set it to "^".
9559         Redundant variable PREFIXLEN removed.
9561 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
9563         * eshell/em-hist.el (eshell-previous-matching-input):
9564         Start the deletion from the end of the output.
9566 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9568         * term/mac-win.el: Require x-dnd.
9569         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
9571 2004-12-29  David Kastrup  <dak@gnu.org>
9573         * international/mule.el (decode-coding-inserted-region):
9574         Don't barf if `buffer-undo-list' is already set to `t'.
9576 2004-12-29  Jay Belanger  <belanger@truman.edu>
9578         * calc/calc-prog.el (calc-user-define-formula): Put default values
9579         for function names in prompts.
9580         (calc-user-define-permanent, calc-user-define-composition)
9581         (calc-user-define-formula): Remove the need for "calcFunc-" in the
9582         default input for algebraic functions.
9584 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
9586         * vc-rcs.el (vc-rcs-annotate-command):
9587         Fix omission bug: Call `vc-setup-buffer'.
9589 2004-12-29  Kenichi Handa  <handa@m17n.org>
9591         * international/mule.el (recode-region): New function.
9593 2004-12-28  Richard M. Stallman  <rms@gnu.org>
9595         * simple.el (undo-extra-outer-limit): New variable.
9596         (undo-outer-limit-truncate): Test and set it.
9598         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9599         enables the feature to extend the existing region.
9601         * simple.el (mark-word): New arg ALLOW-EXTEND
9602         enables the feature to extend the existing region.
9604         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9605         enables the feature to extend the existing region.
9607         * startup.el (site-run-file): Don't allow setting it with Custom.
9609         * simple.el (buffer-disable-undo): Fix previous change.
9611 2004-12-27  Masatake YAMATO  <jet@gyve.org>
9613         * hexl.el (hexlify-buffer): Remove fontification here.
9614         Use font lock mechanism instead.
9615         (hexl-font-lock-keywords): New font lock kewords.
9616         (hexl-mode-old-font-lock-keywords): New variable.
9617         (hexl-mode): Store the old font lock keywords.
9618         (hexl-mode-exit): Restore the old font lock keywords.
9620 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9622         * simple.el (undo): Fix previous change.
9624 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9626         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
9627         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9628         Call x-open-connection on Mac OS X.
9630 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9632         * files.el (buffer-save-without-query): New var (buffer-local).
9633         (save-some-buffers): Save those buffers first, w/o asking.
9635         * files.el (insert-directory-ls-version): New variable.
9636         (insert-directory): When ls returns an error, test the version
9637         number to decide what the return code means.
9638         With --dired output format, detect and distinguish lines
9639         that are really error messages.
9640         (insert-directory-adj-pos): New function.
9642         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9644         * battery.el (battery-mode-line-format): Remove initial spaces.
9646         * uniquify.el (uniquify-rationalize-file-buffer-names):
9647         Delete interactive spec.
9649         * type-break.el (type-break-mode): Set buffer-save-without-query.
9650         Remove code that tried to set save-some-buffers-always.
9651         (type-break-file-keystroke-count): Bind deactivate-mark.
9653         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9655         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9656         Test that the buffer is live, and maybe reject current buffer too.
9657         Clarify.
9658         (next-error-find-buffer): Rewrite for clarity.
9660         * loadup.el: Don't use buffer-disable-undo; do it directly.
9662         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9663         (describe-variable): Call symbol-file with `defvar'.
9665         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9666         (symbol-file): Rewritten to handle new load-history format.
9667         Now takes an arg TYPE to specify looking for a particular
9668         type of definition only.
9670         * emacs-lisp/debug.el (debugger-make-xrefs):
9671         Call symbol-file with `defun'.
9673         * emacs-lisp/find-func.el (find-function-noselect):
9674         Call symbol-file with `defun'.
9675         (find-variable-noselect): Call symbol-file with `defvar'.
9677         * eshell/esh-cmd.el (eshell-find-alias-function):
9678         Call symbol-file with `defun'.
9680         * eshell/esh-test.el (eshell-test-goto-func):
9681         Call symbol-file with `defun'.
9683         * mail/rmail.el (rmail-resend):
9684         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9686         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9688         * progmodes/compile.el (compilation-find-buffer): Rename arg.
9690         * textmodes/texinfmt.el (texinfo-format-buffer-1):
9691         Call buffer-disable-undo.
9693         * simple.el (undo-list-saved): New variable (buffer-local).
9694         (undo): Set and test it.
9695         (buffer-disable-undo): Move here from buffer.c.
9696         Clear out undo-list-saved.
9698         * international/mule.el (decode-coding-inserted-region):
9699         Set buffer-undo-list in a correct and optimal way.
9701         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9702         (cperl-font-lock-unfontify-region-function): No need to save and
9703         restore info, since font-lock.el does it for us.
9705         * ansi-color.el (save-buffer-state): Definition deleted.
9706         (ansi-color-unfontify-region): Don't use save-buffer-state.
9708 2004-12-27  Dave Love  <fx@gnu.org>
9710         * wid-edit.el (function): Use restricted-sexp as parent.
9712 2004-12-27  Kevin Ryde  <user42@zip.com.au>
9714         * simple.el (next-matching-history-element): Use same
9715         `interactive' form as previous-matching-history-element.
9717         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9718         it can appear unencoded and has been seen from yahoo.
9720 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
9722         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9723         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
9725 2004-12-27  Kenichi Handa  <handa@m17n.org>
9727         * international/utf-8.el (utf-translate-cjk-load-tables):
9728         Bind coding-system-for-read to nil while loading subst-*.
9730 2004-12-26  Jay Belanger  <belanger@truman.edu>
9732         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9733         default input.
9735 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
9737         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9738         before reverting and disable undo recording while reverting.
9740 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
9742         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9743         (hs-make-overlay): New function.
9744         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9745         (hs-flag-region): Delete function.
9746         (hs-hide-comment-region): No longer use `hs-flag-region'.
9747         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9748         (hs-hide-block-at-point): Likewise.
9749         (hs-hide-level-recursive): Use `hs-discard-overlays'.
9750         (hs-hide-all, hs-show-all): Likewise.
9751         (hs-show-block): Likewise.
9752         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9754 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
9756         * progmodes/hideshow.el: Require `cl' when compiling.
9757         Remove XEmacs and Emacs 19 compatibility.
9758         Use `dolist' and `add-to-list' for load-time actions.
9759         (hs-discard-overlays): Use `dolist'.
9760         (hs-show-block): Likewise.
9762 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
9764         * faces.el (mode-line, mode-line-inactive): Use min-colors.
9766 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
9768         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9769         When extending backwards, move outside the current comment first.
9771 2004-12-22  Kenichi Handa  <handa@m17n.org>
9773         * international/quail.el (quail-start-translation): Fix prompt
9774         string for the case if input-method-use-echo-area being non-nil.
9775         (quail-start-conversion): Likewise.
9776         (quail-show-guidance): Don't show guidance if
9777         input-method-use-echo-area is non-nil.
9779 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9781         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9783 2004-12-21  Markus Rost  <rost@ias.edu>
9785         * calendar/diary-lib.el (mark-diary-entries):
9786         Set mark-diary-entries-in-calendar only after checking for diary-file.
9788 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9790         * faces.el (escape-glyph): Use blue against light foreground.
9792         * simple.el (undo-outer-limit-truncate): New function.
9793         (undo-outer-limit-function): Use undo-outer-limit-truncate.
9795 2004-12-21  Eli Barzilay  <eli@barzilay.org>
9797         * calculator.el (calculator-radix-grouping-mode)
9798         (calculator-radix-grouping-digits)
9799         (calculator-radix-grouping-separator):
9800         New defcustoms for the new radix grouping mode functionality.
9801         (calculator-mode-hook): Now used in electric mode too,
9802         (calculator): Call it.
9803         (calculator-mode-map): Some new keys.
9804         (calculator-message): New function.  Some new calls.
9805         (calculator-op, calculator-set-register): Use it.
9806         (calculator-string-to-number): New function, mostly moved and
9807         updated code from calculator-curnum-value.
9808         (calculator-curnum-value): Use it.
9809         (calculator-paste): Use it, and update grabbing the current-kill.
9810         (calculator-rotate-displayer)
9811         (calculator-rotate-displayer-back): Toggle digit grouping when
9812         in radix mode, use calculator-message.
9813         (calculator-displayer-prev, calculator-displayer-next):
9814         Change digit group size when in radix mode.
9815         (calculator-number-to-string): Rename from
9816         calculator-num-to-string.  Now deals with digit grouping in
9817         radix mode.
9818         (calculator-update-display, calculator-put-value): Use the new name.
9819         (calculator-fact): Return a floating point number.
9820         (calculator-mode): Doc fix.
9822 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9824         * calendar/calendar.el (view-other-diary-entries): Add autoload.
9825         * calendar/diary-lib.el (view-other-diary-entries):
9826         Use current-prefix-arg in interactive spec.
9828 2004-12-19  Jay Belanger  <belanger@truman.edu>
9830         * calc/calc-aent.el (calcAlg-blank-matching-open):
9831         Temporarily adjust the syntax of both delimiters of half-open intervals.
9833 2004-12-19  Kim F. Storm  <storm@cua.dk>
9835         * mouse.el (mouse-1-click-follows-link): Doc fix.
9837 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9839         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9840         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9841         instead of centraleuropean as the name
9843 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
9845         Sync with Tramp 2.0.46.
9847         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9848         parameters wrt Tramp convention.
9849         (tramp-handle-file-attributes-with-perl)
9850         (tramp-handle-directory-files-and-attributes): Apply it.
9851         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9852         `copy-program'.  Reported by Zack Weinberg
9853         <zack@codesourcery.com>.
9854         (top): Set `edebug-form-spec' property directly rather than
9855         calling `def-edebug-spec'.
9857         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9858         advice less fragile.  Surround temporary redefinition of
9859         `substitute-in-file-name' with `unwind-protect'.  Suggested by
9860         Matt Hodges <MPHodges@member.fsf.org>.
9862 2004-12-17  Juri Linkov  <juri@jurta.org>
9864         * replace.el (occur-accumulate-lines, occur-engine):
9865         Make forcing deferred font-lock fontification jit-specific.
9867 2004-12-17  Kim F. Storm  <storm@cua.dk>
9869         * mouse.el (mouse-1-click-follows-link): New defcustom.
9870         (mouse-on-link-p): New function.
9871         (mouse-drag-region-1): Implement mouse-1-click-follows-link
9872         functionality.  Map a mouse-1 click event into a mouse-2 (or
9873         other) event when position is inside a link.
9875         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9876         prefix in tooltip text with "mouse-1" when this is a link
9877         recognized by mouse-1-click-follows-link functionality.
9879         * help.el (describe-key): Report effective and original binding
9880         for mouse-1 when clicked on a link.
9881         (describe-mode): Add follow-link property to "minor-mode" button.
9883         * help-fns.el (describe-variable): Add follow-link property to
9884         "below" button.
9886         * help-mode.el (help-xref): Add follow-link property.
9888         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9889         (apropos-command, apropos-variable, apropos-face, apropos-group)
9890         (apropos-widget, apropos-plist): Add follow-link property.
9892         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9893         checks if position is in a filename, rather than some other
9894         clickable item.  Function looks for cvs-filename-face at position.
9896         * wid-edit.el (widget-specify-field, widget-specify-button):
9897         Map a :follow-link keyword into a follow-link property.
9898         (link): Add :follow-link keyword, map to RET binding.
9900         * dired.el (dired-mode-map): Map follow-link to mouse-face.
9902         * progmodes/compile.el (compilation-minor-mode-map)
9903         (compilation-button-map, compilation-mode-map): Likewise.
9905 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
9907         * play/zone.el (zone): Init `line-spacing' from orig buffer.
9908         (zone-replace-char): Take `count' and `del-count'
9909         instead of `direction'.  Update callers.  When `del-count' is
9910         non-nil, delete that many characters, otherwise `count' characters
9911         backwards.  Insert the newly-replaced string `count' times.
9912         (zone-fret): Handle chars w/ width greater than one.
9913         (zone-fall-through-ws): No longer take window width `ww'.
9914         Update callers.  Add handling for `char-width' greater than one.
9915         (zone-pgm-drip): Update var holding window-end position every cycle.
9917 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
9919         * vc.el (vc-default-update-changelog): Use insert-file-contents,
9920         rather than insert-file.
9922 2004-12-16  Jay Belanger  <belanger@truman.edu>
9924         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9925         (math-init-random-base, math-random-digit): Check to see if
9926         var-RandSeed is bound.
9927         (math-random-last): Declare it.
9928         (math-random-digit): Don't make math-random-last local.
9930 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
9932         * play/zone.el (zone): Fix omission bug: Use a self-disabling
9933         one-shot thunk for uniform (error, quit, normal) recovery.
9934         Reported by John Paul Wallington.
9935         (zone-pgm-random-life): Fix bug:
9936         Recognize empty initial field by lack of "@" chars.
9938 2004-12-16  Juri Linkov  <juri@jurta.org>
9940         * help.el (function-called-at-point):
9941         * help-fns.el (variable-at-point): As a last resort try stripping
9942         non-word prefixes and suffixes.
9944         * descr-text.el (describe-property-list): Don't treat syntax-table
9945         specially.  Use describe-text-sexp which inserts [show] button
9946         for large objects and handles printing errors.  Sort properties
9947         by names in alphabetical order instead of by value sizes.
9948         Add `mouse-face' to list of properties for `describe-face' widget.
9949         (describe-char): Mask out face-id from 19 bits of character.
9950         Print face-id separately.
9952         * replace.el (occur-accumulate-lines, occur-engine):
9953         Fontify unfontified matching lines in the source buffer
9954         before copying them.
9955         (occur-engine): Don't put mouse-face on context lines.
9956         (occur-next-error): Set point to line beginning/end
9957         before searching for prev/next property to skip multiple
9958         matches on a line (not supported by occur engine).
9959         Remove redundant prefix-numeric-value.
9961 2004-12-15  Juri Linkov  <juri@jurta.org>
9963         * replace.el (match): New face.
9964         (list-matching-lines-face): Change default from `bold' to `match'.
9966         * progmodes/grep.el (grep-match-face): New defvar.
9967         (grep-mode-font-lock-keywords): Use grep-match-face instead of
9968         compilation-column-face to highlight grep matches.
9970         * apropos.el (apropos-match-face): Change default from
9971         `secondary-selection' to `match'.
9973         * info-look.el (info-lookup-highlight-face): Change default from
9974         `highlight' to `match'.
9976 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
9978         * progmodes/executable.el (executable-interpret): Eliminate
9979         obsolete compile-internal, and switch to comint for interaction.
9981 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
9983         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9984         `&&' when skipping multiple statements on a line.
9986 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
9988         * play/zone.el (zone): Set `truncate-lines'.
9989         Also, init `tab-width' with value from original buffer.
9990         (zone-shift-up): Rewrite for speed.
9991         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9992         (zone-pgm-jitter): Remove redundant entries from ops vector.
9993         (zone-exploding-remove): Reduce iteration count.
9994         (zone-cpos): Convert to defsubst.
9995         (zone-replace-char): New defsubst.
9996         (zone-park/sit-for): Likewise.
9997         (zone-fret): Take window-start arg.
9998         Update callers.  Use `zone-park/sit-for'.
9999         (zone-fill-out-screen): Rewrite.
10000         (zone-fall-through-ws): Likewise.  Update callers.
10001         (zone-pgm-drip): Use `zone-replace-char'.
10002         Move var inits before while-loop.  Use `zone-park/sit-for'.
10003         (zone-pgm-random-life): Handle empty initial field.
10004         Use `zone-replace-char' and `zone-park/sit-for'.
10006 2004-12-15  Juri Linkov  <juri@jurta.org>
10008         * isearch.el (isearch-update): Test isearch-lazy-highlight
10009         before calling isearch-lazy-highlight-new-loop.
10010         (isearch-lazy-highlight-new-loop):
10011         Don't test isearch-lazy-highlight.
10013         * replace.el (perform-replace): Add isearch-case-fold-search.
10014         Use delimited-flag for isearch-regexp.
10015         Reset isearch-lazy-highlight-last-string to force lazy
10016         highlighting when called from isearch mode.
10017         (query-replace-highlight): Revert defcustom type to boolean.
10018         (query-replace-lazy-highlight): New defcustom.
10019         (query-replace): New face.
10020         (perform-replace, replace-highlight, replace-dehighlight):
10021         Test query-replace-lazy-highlight instead of special value
10022         `isearch' of query-replace-highlight.
10023         (replace-dehighlight): Don't call isearch-dehighlight.
10024         (replace-highlight): Don't call isearch-highlight.
10025         Use face `query-replace' unconditionally.
10027 2004-12-14  Kim F. Storm  <storm@cua.dk>
10029         * simple.el (inhibit-mark-movement): Remove defvar.
10030         (beginning-of-buffer, end-of-buffer): Don't use it.
10032         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10033         Don't use inhibit-mark-movement.
10035         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10036         (cua--undo-push-mark): Remove.
10037         (cua--pre-command-handler, cua--post-command-handler):
10038         Don't fiddle with inhibit-mark-movement.
10040 2004-12-14  Juri Linkov  <juri@jurta.org>
10042         * buff-menu.el (list-buffers-noselect): Collect internal info
10043         for every buffer in BUFFER-LIST arg too.
10044         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10045         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10046         Bind same-window-buffer-names and same-window-regexps to nil.
10048 2004-12-13  Juri Linkov  <juri@jurta.org>
10050         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10052         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10053         (sc-cite-region, sc-uncite-region, sc-recite-region):
10054         Fix previous change to handle not alist as a symbol, but
10055         a citation frame as a symbol that represents a variable name.
10057 2004-12-13  Richard M. Stallman  <rms@gnu.org>
10059         * filecache.el (file-cache-add-directory-using-find):
10060         Only set up file-cache-find-command-posix-flag if we will use it.
10062         * bindings.el (mode-line-buffer-identification-keymap):
10063         Don't cancel the mode-line's usual down-mouse-1 binding.
10065         * cus-edit.el (custom-face-selected): Handle `default' specs.
10066         (custom-face-edit): Increase extra-offset.
10067         (custom-display): Handle `default' specs.
10069         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10071         * emacs-lisp/elint.el (elint-standard-variables)
10072         (elint-unknown-builtin-args): Move definitions up.
10074         * net/browse-url.el (browse-url-url-at-point): Add autoload.
10076         * info.el (info-xref-visited): Use `default' instead of t.
10077         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10079         * faces.el (header-line, mode-line-inactive, tool-bar):
10080         Use `default' instead of t for setting the defaults.
10081         (face-spec-choose): Separate `t' from `default'.
10083         * subr.el (while-no-input): New macro.
10085 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
10087         * filecache.el (file-cache-add-directory-using-find):
10088         Only test file-cache-find-command-posix-flag on some systems.
10090 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10092         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10093         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10094         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10095         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10096         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10098 2004-12-12  Juri Linkov  <juri@jurta.org>
10100         * files.el (find-file-other-window, find-file-other-frame):
10101         Add the first buffer to the returned value to return the complete
10102         list of all visited buffers.
10103         (find-file-read-only, find-file-read-only-other-window)
10104         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10105         `find-file-read-args'.  Signal an error about non-existent file
10106         only if file name doesn't contain wildcards.  Toggle read-only in
10107         all visited buffers.
10108         (find-alternate-file, find-alternate-file-other-window):
10109         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
10110         called interactively.  Pass arg `wildcards' to other functions.
10111         (find-file-noselect): Doc fix.
10113         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10114         Doc fix.
10115         (ffap-directory-finder): New variable.
10116         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10117         (ffap-file-at-point): Add /* to immediately rejected names.
10118         Return absolute file names matching ffap-dired-wildcards.
10119         (ffap-read-file-or-url): Set default value for `completing-read'
10120         to `buffer-file-name'.
10121         (find-file-at-point): When filename matches ffap-dired-wildcards,
10122         call ffap-file-finder with t arg `wildcards', instead of dired.
10123         (ffap-other-window, ffap-other-frame): Return visited buffers.
10124         (ffap-read-only, ffap-read-only-other-window)
10125         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10126         (dired-at-point): Call ffap-directory-finder instead of dired.
10127         (ffap-dired-other-window, ffap-dired-other-frame)
10128         (ffap-list-directory): New commands.
10129         (ffap-bindings): New keybindings for new commands.
10131 2004-12-12  Juri Linkov  <juri@jurta.org>
10133         * simple.el (beginning-of-buffer, end-of-buffer):
10134         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10135         Do not push mark when mark is active in transient-mark-mode.
10137         * simple.el (mark-word):
10138         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10139         * textmodes/paragraphs.el (mark-paragraph):
10140         Extend the region when mark is active in transient-mark-mode,
10141         regardless of the last command.  Doc fix.
10143         * simple.el (mark-word): Preserve direction when repeating.
10144         Make arg optional.  Interactive "p" -> "P".
10145         (transient-mark-mode, inhibit-mark-movement): Doc fix.
10147         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10148         preserving direction, to mark forward instead of backward when mark
10149         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10151 2004-12-12  Juri Linkov  <juri@jurta.org>
10153         * isearch.el (isearch-edit-string): Set 7th arg of
10154         `read-from-minibuffer' to `t' to inherit the current input
10155         method (whose name is indicated by [IM] in the minibuffer prompt)
10156         from the current buffer to the minibuffer.
10157         (isearch-lazy-highlight-update): Put body to `with-local-quit'
10158         to allow C-g quitting for lazy highlighting looping inside the
10159         search with nested repetition operators.  Add overlay to the list
10160         before setting its face and other properties to avoid the case of
10161         code quitting after placing the new overlay but before it's
10162         recorded on the list.  Select the window where isearch was
10163         activated, to highlight matches in the right window when isearch
10164         switches the current window to the minibuffer.
10166         * international/isearch-x.el
10167         (isearch-process-search-multibyte-characters):
10168         Use `isearch-message' as initial input for `read-string' instead
10169         of adding it to the minibuffer prompt.  After reading a string
10170         remove the initial value of `isearch-message' from the string.
10172         * replace.el (replace-match-maybe-edit): Doc fix.
10173         (perform-replace): Don't call `replace-highlight' when automatic
10174         replacement is requested in literal mode, since it is intended
10175         only to highlight words during entering a new replacement string
10176         for \? in non-literal mode.
10178         * replace.el (query-replace-highlight): Add new value `isearch'
10179         that allows query replacement to use isearch highlighting.
10180         Change type from `boolean' to `choice'.  Doc fix.
10181         (replace-highlight, replace-dehighlight, perform-replace):
10182         Use isearch highlighting if query-replace-highlight eq `isearch'.
10184 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10186         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10187         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10189         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10190         case of \end{verbatim}.
10192 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
10194         * term.el (term-termcap-format): Synchronize with terminfo.
10195         (term-emulate-terminal): Handle reset.
10196         (term-reset-terminal): New function.
10198 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
10200         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10201         (zone-fill-out-screen): New func.
10202         (zone-pgm-drip): Use `zone-fill-out-screen'.
10203         Also, no longer go to point-min on every cycle.
10204         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10205         (zone-pgm-random-life-wait): New user var.
10206         (zone-pgm-random-life): New func.
10208 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
10210         * files.el (auto-mode-alist): Map .com to DCL mode.
10212 2004-12-09  Richard M. Stallman  <rms@gnu.org>
10214         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10216 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
10218         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10219         buffer with a display margin.
10221 2004-12-08  Jay Belanger  <belanger@truman.edu>
10223         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10224         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10226 2004-12-08  Richard M. Stallman  <rms@gnu.org>
10228         * faces.el: Delete code to set display table.
10229         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
10231 2004-12-08  Jay Belanger  <belanger@truman.edu>
10233         * calc/calc.el: Add math-read-preprocess-string to autoloads.
10235         * calc/calc-ext.el (math-read-replacement-list)
10236         (math-read-superscripts, math-read-preprocess-string): Move to
10237         calc-aent.el.
10239         * calc/calc-aent.el (math-read-replacement-list)
10240         (math-read-superscripts, math-read-preprocess-string): Move from
10241         calc-ext.el.
10243 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10245         * isearch.el (isearch-quote-char): Fix up typo in last change.
10247 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
10249         * mouse.el (mouse-set-font): Handle the case where the command was
10250         not invoked using the mouse.
10252         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10253         (edmacro-finish-edit): Further update for keyboard macros that are
10254         lambda forms.
10255         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10257 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * font-lock.el (font-lock-unfontify-region): Save buffer state.
10260         (font-lock-default-unfontify-region): Don't save buffer state any more.
10262 2004-12-07  Jay Belanger  <belanger@truman.edu>
10264         * calc/calc-help.el (calc-describe-key):
10265         Set calc-summary-indentation even when Calc Summary buffer exists.
10267 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
10269         * calendar/holidays.el (holiday-easter-etc): Make arguments
10270         optional for backwards compatibility.  Doc fix.
10271         Remove un-necessary local vars mandatory, output-list.
10272         (holiday-advent): Make arguments optional for backwards
10273         compatibility.  Doc fix.
10275 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10277         * paren.el (show-paren-function): Fix last change (2004-12-02).
10279         * international/mule-util.el (char-displayable-p): Return nil for
10280         unibyte mode.
10282         * subr.el (subregexp-context-p): New function.
10284         * isearch.el (isearch-quote-char): Use it.
10286         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10287         (regexp-opt-not-groupie*-re): Remove.
10288         (regexp-opt): Properly handle inputs with duplicate entries.
10290 2004-12-06  Richard M. Stallman  <rms@gnu.org>
10292         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10294         * cus-edit.el (custom-file): Doc fix.
10296         * textmodes/org.el: New file.
10298 2004-12-06  Kenichi Handa  <handa@m17n.org>
10300         * ldefs-boot.el: Update international/mule-util.el section.
10302 2004-12-05  Sam Steingold  <sds@gnu.org>
10304         * net/tramp.el (tramp-handle-file-accessible-directory-p):
10305         Fix `tramp-time-diff' comparison logic.
10307 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
10309         * progmodes/which-func.el (which-function):
10310         Use `run-hook-with-args-until-success' instead of a custom loop.
10311         Fixes bug with local hooks.
10313 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10315         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10316         Use delete-dups when calculating the initial value.
10317         (bibtex-autokey-get-title): Use <=.
10318         (bibtex-goto-line): New function.
10319         (bibtex-reposition-window): Use line numbers instead of point
10320         positions.  Use window-body-height.
10321         (bibtex-find-crossref): Use bibtex-reposition-window.
10322         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
10323         position of entry if key is found or nil if not found.
10325 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10327         * cus-edit.el (custom-file): Doc fix.
10329         * progmodes/sh-script.el (sh-indent-for-then): Change default.
10331 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10333         * simple.el (blink-matching-open):
10334         * textmodes/tex-mode.el (tex-validate-region):
10335         Obey syntax-table text properties.
10337 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10339         * wid-edit.el (widget-specify-field): Add `real-field' property to
10340         boundary.
10341         (widget-field-at): Use it.
10343 2004-12-02  Richard M. Stallman  <rms@gnu.org>
10345         * progmodes/cc-mode.el (awk-mode autoload):
10346         Supply t meaning interactive function.
10348         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
10349         (isearch-mode-map): No special definition for space.
10350         (isearch-whitespace-chars): Command deleted.
10351         (isearch-forward-regexp): Doc fix.
10352         (isearch-quote-char): When a space is not inside brackets,
10353         use `[ ]' instead of just space.
10354         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10356         * imenu.el (imenu--generic-function): Delete code to exclude
10357         matches in comments.
10359         * man.el (Man-reverse-face): Change default to `highlight'.
10361         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10362         (occur-engine): Use `face' prop rather than `font-lock-face'
10363         when specifying use of `match-face'.
10364         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10366         * emacs-lisp/elint.el (elint-standard-variables): Update list.
10368         * add-log.el (add-log-current-defun): Handle the case where point
10369         is in the header part of a DEFUN construct.
10371 2004-12-02  Dave Love  <fx@gnu.org>
10373         * progmodes/python.el (python-font-lock-syntactic-keywords):
10374         Fix previous change.
10376 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
10378         * paren.el (show-paren-function): Check for matching chars
10379         specified by text props.
10381 2004-12-02  Jay Belanger  <belanger@truman.edu>
10383         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10384         when reading a new key sequence.
10386 2004-12-02  Kim F. Storm  <storm@cua.dk>
10388         * faces.el (escape-glyph): Rename from glyph.
10389         (standard-display-table): Set it here.  Add escape-glyph face to
10390         extra slot characters.
10392         * disp-table.el: Undo 2004-12-01 change.  Display table is now
10393         setup in faces.el.
10395 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
10397         * xml.el (xml-parse-dtd): Don't show validity messages when
10398         xml-validating-parser is nil.
10399         (xml-substitute-special): Fix validity error messages to
10400         actually show the unexpandable entity.  Added validity error if &
10401         isn't followed by an entity.
10402         (xml-parse-tag): Concatenate any string following the a
10403         <![CDATA[]]> section to the parsed CDATA.
10404         (xml-parse-dtd): Skip parameter entity declarations and use of
10405         parameter entities.
10407 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10409         * kmacro.el (kmacro-default-counter-format): New var.
10410         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
10411         (kmacro-display): Remove `nil' from `and' form.  Delete call to
10412         `format' inside `message'.
10413         (kmacro-start-macro): Use `kmacro-default-counter-format'.
10415 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10417         * pcvs.el (cvs-header-msg): New function.
10418         (cvs-update-header): Use it.  Change calling convention.
10419         Correctly handle the case of having simultaneous active processes.
10420         (cvs-sentinel): Don't call cvs-update-header any more.
10421         (cvs-mode-run): Update call and add cvs-update-header to postproc.
10423 2004-12-01  Jay Belanger  <belanger@truman.edu>
10425         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10426         Change message.
10428 2004-12-01  Juri Linkov  <juri@jurta.org>
10430         * progmodes/prolog.el (prolog-mode-variables):
10431         Fix imenu-generic-expression.
10433 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
10435         * faces.el (glyph): New face.
10437         * disp-table.el: Add an autoloaded table, that doesn't require
10438         this library, with glyph face.
10440         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10441         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10442         (conf-quote-normal): Allow normalizing only ' or ".
10443         (conf-mode): Regexp-quote constructed comment-start and don't
10444         match section {} where "name" contains braces.
10446         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10447         files.
10449 2004-12-01  Kenichi Handa  <handa@m17n.org>
10451         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10452         (x-select-text): Don't treat eight-bit-control/graphic chars
10453         specially.  Store the encoded text in the X cut buffer.
10454         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10455         with x-last-selected-text-cut-encoded.
10457 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10459         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10461 2004-11-30  Markus Rost  <rost@ias.edu>
10463         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10464         AUCTeX.
10466 2004-11-30  Jay Belanger  <belanger@truman.edu>
10468         * calc/calc-arith.el (math-possible-signs): Made stronger checks
10469         on signs of intervals.
10470         (math-pow-of-zero): Strengthen checks for positive and negative
10471         exponents.
10473         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10474         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10475         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10476         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10477         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10478         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10479         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10480         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10481         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10482         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10483         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10484         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10485         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10486         with provide statements.
10488         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10490         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10492         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10493         (calc-load-everything, math-defsimplify): Replace dummy autoloading
10494         functions by require statements.
10495         (math-defsimplify): Move to calc-alg.el, add to autoloads.
10497         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10498         (calc-gnuplot-print): Give them values.
10500         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10501         autoloads.
10502         Add calc-do-embedded-activate to autoloads.
10503         (calc-gnuplot-name, calc-gnuplot-plot-command)
10504         (calc-gnuplot-print-command): Move them to calc-graph.el.
10506 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10508         * term/mac-win.el (ccl-encode-mac-roman-font)
10509         (ccl-encode-mac-cyrillic-font)
10510         (ccl-encode-mac-centraleuropean-font, encoder-list)
10511         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10512         Support Cyrillic, CentralEuropean, and Dingbat font display
10514 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
10516         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10518         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10519         still nil.
10521 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
10523         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10524         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10526 2004-11-29  Jay Belanger  <belanger@truman.edu>
10528         * calc/calc-arith.el (math-pow-of-zero): Take into account different
10529         cases of the base and exponent.
10531 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10533         * simple.el (next-error-buffer-p): Allow for inclusive and
10534         exclusive tests for finding a buffer.
10535         (next-error-find-buffer): Pass the exclusive and inclusive tests
10536         to next-error-buffer-p.
10538         * replace.el (occur-next-error): Switch to the Occur buffer when
10539         appropriate, use the exclusive filter to next-error-find-buffer to
10540         do it.  Use the absolute value of the motion amount.
10542 2004-11-29  Kenichi Handa  <handa@m17n.org>
10544         * startup.el (command-line): Decode all default-directory by
10545         locale-coding-system.
10547 2004-11-29  Jay Belanger  <belanger@truman.edu>
10549         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10550         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10551         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10552         Replace calls to calc-extensions by appropriate require, replace
10553         calc-extensions-loaded by appropriate featurep.
10555         * calc/calc-ext.el: Move require to end of file.
10556         Remove redundant loading of calc.el.
10557         (calc-extensions-loaded): Remove unnecessary variable.
10558         (calc-extensions): Remove unnecessary function.
10559         (calc-load-everything): Replace calc-need-macros by appropriate require.
10561         * calc/calc-macs.el: Move provide to end of file.
10562         (calc-need-macros): Remove unnecessary function.
10564         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10565         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10566         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10567         Replace calc-extensions by appropriate require.
10568         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10570         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10571         Replace calc-need-macros by appropriate require.
10573         * calc/calc.el: Move require to end of file.
10574         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10575         Remove unnecessary variable.
10576         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10577         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10578         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10579         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10580         (math-stack-value-offset, math-format-value, math-format-flat-expr)
10581         (math-format-number, math-format-bignum, math-read-number)
10582         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10583         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10584         by appropriate require.
10585         (calc-check-defines): Replace calc-need-macros by appropriate require.
10587 2004-11-29  Kim F. Storm  <storm@cua.dk>
10589         * macros.el (insert-kbd-macro): Handle kmacro functions.
10591 2004-11-28  Juri Linkov  <juri@jurta.org>
10593         * compare-w.el (compare-windows-highlight): Attach each overlay
10594         to its window to properly highlight differences while comparing
10595         two windows of the same buffer.  Fix arguments.
10596         (compare-windows-sync-default-function): Fix arguments of
10597         `compare-windows-highlight'.
10599         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10600         Use `read-expression-history'.  Set initial contents only if
10601         `edebug-global-break-condition' is non-nil.  Set histpos to 1
10602         if initial contents is equal to the last history element.
10603         (edebug-set-conditional-breakpoint): Instead of temporarily
10604         prepending the current condition to the history, set initial
10605         contents to the current condition.  Set histpos to 1 if initial
10606         contents is equal to the last history element.
10608         * info.el (Info-search-whitespace-regexp): Remove shy group.
10609         (Info-search): Forward line if search is on the header line.
10610         Use search-whitespace-regexp in two other places.
10612 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10614         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10615         warning.  Delay real definition, which uses
10616         `set-fringe-indicators-1' till after the definition of that function.
10618 2004-11-28  Kim F. Storm  <storm@cua.dk>
10620         * fringe.el (fringe): New defgroup.
10621         (fringe-mode): Move to fringe group.
10622         (fringe-indicators): New defcustom.
10623         (set-fringe-indicators-1): New defun.
10625         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10626         (menu-bar-showhide-fringe-ind-menu): New keymap.
10627         (menu-bar-showhide-fringe-ind-empty)
10628         (menu-bar-showhide-fringe-ind-mixed)
10629         (menu-bar-showhide-fringe-ind-box)
10630         (menu-bar-showhide-fringe-ind-right)
10631         (menu-bar-showhide-fringe-ind-left)
10632         (menu-bar-showhide-fringe-ind-none): New defuns.
10633         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10635 2004-11-27  Richard M. Stallman  <rms@gnu.org>
10637         * comint.el (comint-read-noecho): Add trivial compatibility definition.
10639         * generic.el (define-generic-mode): Doc fix.
10641         * menu-bar.el (menu-bar-options-save): For the options
10642         that are toggled with menu-bar-make-mm-toggle, don't check
10643         for customized-value prop.
10645 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
10647         * mail/supercite.el (sc-cite-region): Handle the case where
10648         sc-cite-frame-alist is a symbol.
10649         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10650         a symbol.
10651         (sc-recite-region): Handle the case where sc-recite-frame-alist is
10652         a symbol.
10654 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
10656         * wid-edit.el (widget-narrow-to-field): New function.
10657         (widget-complete): Use it.
10659 2004-11-27  Jay Belanger  <belanger@truman.edu>
10661         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10662         variable.
10663         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10664         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10665         (math-alg-inequalities): Move declaration to earlier in the file.
10667         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10668         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10669         Declare them.
10671         * calc/calc-lang.el (math-expr-data, math-expr-token)
10672         (math-exp-old-pos): Declare them.
10674         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10675         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10677 2004-11-27  Kim F. Storm  <storm@cua.dk>
10679         * progmodes/flymake.el: Use (featurep 'xemacs).
10680         (flymake-makehash): Change to defsubst.  Use fboundp.
10681         (flymake-time-to-float): Remove.
10682         (flymake-float-time): Merge code from flymake-time-to-float here.
10683         (flymake-replace-regexp-in-string): Change to defsubst.
10684         (flymake-split-string-remove-empty-edges):
10685         Rename to flymake-split-string.
10686         (flymake-split-string): Remove previous defalias.
10687         (flymake-get-temp-dir): Change to defsubst.
10688         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10689         Define for xemacs only.
10690         (flymake-master-file-count-limit): Change into compiler defvar only.
10691         (flymake-find-possible-master-files): Let-bind it dynamically while
10692         sorting files using flymake-master-file-compare.
10694 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10696         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10697         of defun-prompt-regexp matches inside a comment/string but the
10698         beginning is correctly outside everything.
10700         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10701         appears within a string or a comment.
10703         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10704         rather than make-symbol for symbols which are used in
10705         a symbol-macrolet or equivalent.
10707 2004-11-26  Jay Belanger  <belanger@truman.edu>
10709         * calc-misc.el (calc-last-why-command): Declare it.
10711         * calc-vec.el (math-grade-vec): New variable.
10712         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10713         Replace variable grade-vec by declared variable.
10714         (math-rb-close): New variable.
10715         (math-read-brackets, math-read-vector): Replace variable close by
10716         declared variable.
10718         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10719         (calc-one-window, calc-edit-handler, calc-restore-trail)
10720         (calc-allow-ret): Declare them.
10722         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10723         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10724         (math-radix-float-cache-tag, math-random-cache)
10725         (math-max-digits-cache, math-integral-cache, math-units-table)
10726         (math-format-date-cache, math-holidays-cache-tag): Declare them.
10727         (math-moc-func): New variable.
10728         (math-map-over-constants, math-map-over-constants-rec):
10729         Replace variable func by declared variable.
10731         * calc/calc-store.el (calc-given-value, calc-store-opers):
10732         Declare them.
10733         (calc-var-name-map): Move declaration to earlier in the file.
10734         (calc-pv-pos): New variable.
10735         (calc-permanent-variable, calc-insert-permanent-variable):
10736         Replace variable pos by declared variable.
10738         * calc/calc-mtx.el (calc-det-lu): New variable.
10739         (math-det-raw, math-det-step): Replace variable lu by declared variable.
10741         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10742         (math-multi-subst, math-multi-subst-rec): Replace variables temp
10743         and arg by declared variables.
10744         (calcFunc-reducer): Fix incorrect variable.
10745         (math-inner-mul-func, math-inner-add-func): New variables.
10746         (calcFunc-inner, math-inner-mats): Replace variables mul-func
10747         and add-func by declared variables.
10749         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10750         (calc-digit-value): Declare them.
10752         * calc/calc-help.el (Info-history): Declare it.
10753         (calc-describe-key): Make calc-summary-indentation a local variable.
10754         (calc-help-long-names): Move declaration to earlier in file.
10756         * calc/calc-embed.el (calc-original-buffer): Declare it.
10757         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10758         (calc-embed-bot): New variables.
10759         (calc-do-embedded, calc-embedded-mark-formula)
10760         (calc-embedded-find-bounds, calc-embedded-duplicate)
10761         (calc-embedded-new-formula, calc-embedded-make-info):
10762         Replace vars outer-top, outer-bot, bot and top by declared variables.
10763         (calc-embed-prev-modes): New variable.
10764         (calc-embedded-set-modes, calc-embedded-update): Replace variable
10765         prev-modes with declared variable.
10766         (calc-embed-vars-used): New variable.
10767         (calc-embedded-make-info, calc-embedded-evaluate-expr)
10768         (calc-embedded-update, calc-embedded-find-vars): Replace variable
10769         vars-used by declared variable.
10771         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10772         (math-format-radix-float): Remove unnecessary setq.
10773         (math-radix-float-cache): Declare it.
10775         * calc/calcsel2.el (calc-keep-selection): Declare it.
10777         * calc/calc-maint.el: Remove file.
10779 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10781         * textmodes/bibtex.el (bibtex-sort-entry-class)
10782         (bibtex-comment-start): Use defcustom.
10783         (bibtex-entry-field-alist): Use nil if initial content of the
10784         field is undefined.  Fix docstring.
10785         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10786         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10787         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10788         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10789         Fix docstring.
10790         (bibtex-autokey-title-terminators): Use only one regexp.
10791         (bibtex-string-maybe-empty-head): New variable.
10792         (bibtex-remove-delimiters-string): New function.
10793         (bibtex-text-in-field-bounds, bibtex-text-in-string):
10794         Use bibtex-remove-delimiters-string.
10795         (bibtex-progress-message, bibtex-field-left-delimiter)
10796         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10797         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10798         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10799         Simplify.
10800         (bibtex-format-entry): Use save-excursion for inherited booktitle.
10801         Use eq and bibtex-remove-delimiters-string.  For end markers use
10802         insertion type so that marker stays after inserted text.
10803         (bibtex-autokey-get-names): Return empty string if name is missing.
10804         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10805         calling bibtex-autokey-name-case-convert.
10806         (bibtex-autokey-demangle-title):
10807         Call bibtex-autokey-titleword-case-convert.  Remove call to
10808         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10809         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10810         (bibtex-read-key): New optional arg global.
10811         (bibtex-files-expand): New optional arg force.
10812         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10813         (bibtex-complete-crossref-cleanup): Rename from
10814         bibtex-complete-key-cleanup.  Simplify code.
10815         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
10816         Operate on current entry.
10817         (bibtex-button): Add docstring.
10818         (bibtex-entry): Simplify.
10819         (bibtex-make-field): Replace optional arg called-by-yank with more
10820         specific args move and interactive.
10821         (bibtex-end-of-entry): Use forward-sexp.
10822         (bibtex-find-entry-globally): Remove.
10823         (bibtex-find-crossref): Allow for crossref key located in other buffer.
10824         Bound to C-c C-x.
10825         (bibtex-find-entry): New optional args global and display.
10826         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
10827         (bibtex-validate): Use arg force of bibtex-files-expand.
10828         (bibtex-clean-entry): Bugfix, clean string entries properly.
10829         Always keep point at beginning of entry.
10830         (bibtex-complete): Bugfix.  Handle string entries properly.
10831         Call cleanup functions only if needed.
10832         (bibtex-String): Use bibtex-read-string-key.
10833         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
10834         case of replacement text.
10836 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10838         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10839         (tramp-perl-directory-files-and-attributes): New constant.
10840         (tramp-file-name-handler-alist): Delete file-directory-files, add
10841         directory-files-and-attributes.
10842         (tramp-perl-file-attributes): Surround uid and gid by double
10843         quotes.  Change parameter id-format from nonnumeric.
10844         (tramp-convert-file-attributes): New function.
10845         (tramp-handle-file-attributes): Use it.
10846         (tramp-maybe-send-perl-script): New function.
10847         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
10848         file mode.  Change parameter id-format from nonnumeric.
10849         (tramp-handle-file-attributes-with-ls): Change parameter id-format
10850         from nonnumeric.
10851         (tramp-post-connection): Don't send tramp-perl-file-attributes
10852         script.  Reset connection property "perl-scripts".
10853         (tramp-handle-insert-directory): Run real handler when ls-lisp is
10854         in use.
10856 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10858         * desktop.el (desktop-read): Replace mapcar with mapc.
10859         (desktop-create-buffer): Replace mapcar with mapc.
10860         Remove redundant piece of code.
10862 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
10864         * progmodes/gud.el (gud-display-line): Use display-buffer
10865         for GDB-UI as for GUD.
10867         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10868         Delete variables.
10869         (gdb-ann3): Don't make GUD buffer dedicated.
10870         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10871         (gdb-display-source-buffer): Delete function.
10872         (gdb-view-source-function, gdb-view-assembler): Delete functions.
10873         (menu): Delete menu bindings for viewing source/assembler.
10874         (gdb-setup-windows, gdb-restore-windows):
10875         Don't dedicate GUD.  No assembler now.
10876         (gdb-reset): No need to undedicate source buffers now.
10877         (gdb-source-info): No assembler now.
10879 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
10881         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10882         width to those for special frames.
10883         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10884         Use display-buffer.
10885         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10886         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10887         (gdb-frame-assembler-buffer): Rework like
10888         gdb-frame-breakpoints-buffer.
10890 2004-11-25  Richard M. Stallman  <rms@gnu.org>
10892         * progmodes/flymake.el: Reindent.
10893         (flymake-split-string): Turn into defalias.
10894         (flymake-fix-file-name): Rename from flymake-fix-path-name.
10895         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10896         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
10897         (flymake-build-relative-filename): Rename from ...path.
10898         Fix error message.
10900 2004-11-25  Cheng Gao  <chenggao@gmail.com>
10902         * progmodes/flymake.el: Much whitespace and capitalization change.
10903         Move `provide' to end.  Require `compile' only when compiling.
10905 2004-11-24  Jay Belanger  <belanger@truman.edu>
10907         * calc/calc-alg.el: Added comment.
10908         (math-polynomial-base): Replace variable mpb-top-expr by
10909         math-poly-base-top-expr.
10911         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10912         (math-polynomial-p1): Replace variable mpb-top-expr by declared
10913         variable.
10914         (math-poly-base-total-base): New variable.
10915         (math-total-polynomial-base, math-polynomial-p1): Replace variable
10916         mpb-total-base by declared variable.
10917         (math-factored-vars, math-to-list): Declare it.
10918         (math-fact-expr): New variable.
10919         (calcFunc-factors, calcFunc-factor, math-factor-expr)
10920         (math-factor-expr-try, math-factor-expr-part): Replace variable
10921         expr by declared variable.
10922         (math-fet-x): New variable.
10923         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10924         by declared variable.
10925         (math-factor-poly-coefs): Make temp a local variable.
10927         * calc/calc-units.el (calc-convert-units): Make units a local
10928         variable.
10929         (calc-num-units, calc-den-units): New variables.
10930         (calc-explain-units, calc-explain-units-rec): Replace variables
10931         num-units and den-units by declared variables.
10932         (math-cu-unit-list): New variable.
10933         (math-build-units-table, math-compare-unit-names)
10934         (math-convert-units, math-convert-units-rec): Replace variable
10935         unit-list by declared variable.
10936         (math-fbu-base, math-fbu-entry): New variables.
10937         (math-find-base-units, math-find-base-units-rec): Replace variables
10938         base and entry by declared variables.
10939         (math-which-standard): New variable.
10940         (math-to-standard-units, math-to-standard-rec): Replace variable
10941         which-standard by declared variable.
10942         (math-fcu-u): New variable.
10943         (math-find-compatible-unit, math-find-compatible-unit-rec):
10944         Replace variable u by declared variable.
10945         (math-cu-new-units, math-cu-pure): New variables.
10946         (math-convert-units, math-convert-units-rec): Replace variables
10947         new-units and pure by declared variables.
10948         (math-try-cancel-units): New variable.
10949         (math-simplify-units-quotient): Replace variable try-cancel-units by
10950         declared variable.
10952 2004-11-24  Richard M. Stallman  <rms@gnu.org>
10954         * textmodes/ispell.el (ispell-check-version):
10955         If default-directory is nonexistent, use home dir.
10957         * progmodes/grep.el (grep-regexp-alist):
10958         Don't match parens around line numbers.
10960         * progmodes/cperl-mode.el (cperl-indent-region)
10961         (cperl-imenu--create-perl-index, cperl-xsub-scan):
10962         Don't print progress messages.
10964         * progmodes/compile.el (compilation-mode-map):
10965         Don't inherit from compilation-minor-mode-map;
10966         copy its bindings instead.  But the menu bar Compile
10967         entry now does inherit from compilation-menu-map.
10969         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10970         Use with-no-warnings around compiler-macroexpand.
10972         * imenu.el: Don't always require newcomment.
10973         (imenu--generic-function): Call comment-normalize-vars
10974         if we have a comment syntax.
10975         Exit the loop if REGEXP matches the null string.
10976         Test comment-start as well as comment-start-skip
10977         when deciding whether to check for comments.
10979         * tooltip.el (tooltip-mode): Doc fix.
10981         * term.el (term-escape-char, term-mode): Doc fixes.
10983 2004-11-24  Dave Love  <fx@gnu.org>
10985         * progmodes/python.el (python-font-lock-syntactic-keywords):
10986         Check for escapes in the regexp.
10987         (python-quote-syntax): Don't do it here.
10989 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
10991         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10992         (gdb-frames-mode-map, gdb-threads-mode-map)
10993         (gdb-registers-mode-map, gdb-locals-mode-map)
10994         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10995         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10997         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10998         (dedicated-switch-to-buffer): Rework.
10999         (gdb-var-evaluate-expression-handler, gdb-put-string):
11000         Remove unused variable bindings.
11001         (gdb-setup-windows, gdb-display-buffer):
11002         Simplify.  Use pop-to-buffer.
11003         (gdb-view-source-function): Simplify.
11004         (gdb-frame-breakpoints-buffer):
11005         Use pop-to-buffer, special-display-regexps.
11007 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11009         * progmodes/f90.el (f90-smart-end)
11010         (f90-previous-statement, f90-beginning-of-block): Doc fix.
11011         (f90-calculate-indent): Handle un-named PROGRAM blocks.
11012         (f90-end-of-block): Doc fix.  Make check of outermost block
11013         conditional on value of `f90-smart-end'.
11014         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11015         Handle case where END-BLOCK is nil.
11016         (f90-match-end): Handle un-named PROGRAM blocks.
11017         (f90-backslash-not-special): New function.
11019 2004-11-24  Jay Belanger  <belanger@truman.edu>
11021         * calc/calc.el (calc-embedded-active): Removed unnecessary
11022         declaration.
11023         (calc-show-banner): Removed redundant declaration.
11025         * calc/calc-graph.el (calc-gnuplot-default-device)
11026         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11027         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11028         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11029         Remove redundant initial values.
11031         * calc/calc-arith.el (math-scalar-functions)
11032         (math-nonscalar-functions, math-scalar-if-args-functions)
11033         (math-real-functions, math-positive-functions)
11034         (math-nonnegative-functions, math-real-scalar-functions)
11035         (math-real-if-arg-functions, math-integer-functions)
11036         (math-num-integer-functions, math-rounding-functions)
11037         (math-float-rounding-functions, math-integer-if-args-functions)
11038         (math-super-types): Move declarations to earlier in file.
11039         (math-unit-prefixes): Declared it.
11040         (math-floor-prec, math-trunc-prec): New variables.
11041         (math-trunc-fancy): Replace variable prec by declared variable.
11042         (math-floor-fancy): Replace variable prec by declared variable.
11043         (math-com-bterms): New variable.
11044         (math-commutative-equal, math-commutative-collect):
11045         Replace variable bterms by declared variable.
11047         * calc/calc-misc.el (math-trunc): Replace variable prec by
11048         math-trunc-prec.
11049         (math-floor): Replace variable prec by math-floor-prec.
11051         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11052         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11053         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11054         (math-format-date, math-format-date-part): Replace variables
11055         date, dt, year, month, day, weekday, hour, minute, second and
11056         bc-flag by declared variables.
11057         (math-pd-str): New variable.
11058         (math-parse-date, math-parse-date-word, math-parse-standard-date):
11059         Replace variable str by declared variable.
11060         (math-daylight-savings-hook, math-tzone-names): Move definitions
11061         to earlier in the file.
11062         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11063         (math-sh-year): New variable.
11064         (math-setup-add-holidays, math-setup-holidays)
11065         (math-setup-year-holidays): Replace variable `year' by declared
11066         variable.
11068         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11069         New variables.
11070         (math-nth-root-float, math-nth-root-float-iter): Replace variables
11071         n, nf and nfm1 by declared variables.
11072         (math-nri-n): New variable.
11073         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11074         n by declared variable.
11075         (calcFunc-log): Removed misplaced condition.
11077 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11079         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11081 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11083         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11084         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11085         Dedicate gdb-related windows.
11086         (gdb-display-buffer): Dedicate gdb-related windows.
11087         Don't grab other frames.
11088         (gdb-reset): Remove dedicated property after debugging.
11090 2004-11-24  Jay Belanger  <belanger@truman.edu>
11092         * calc/calc-sel.el: Add comment.
11094         * calc/calc.el (math-stack-value-offset): Replace variables c,
11095         wid and off with math-svo-c, math-svo-wid and math-svo-off.
11097         * calc/calccomp.el (math-comp-sel-tag): Declare it.
11098         (math-svo-c, math-svo-wid, math-svo-off): New variables.
11099         (math-stack-value-offset-fancy): Replace variables c, wid and off
11100         by declared variables.
11101         (math-comp-just, math-comp-comma-spc): New variables.
11102         (math-compose-expr, math-compose-matrix): Replace variables `just'
11103         and comma-spc by declared variable.
11104         (math-comp-vector-prec): New variable.
11105         (math-compose-expr, math-compose-matrix, math-compose-rows):
11106         Replace variable vector-prec by declared variable.
11107         (math-comp-left-bracket, math-comp-right-bracket)
11108         (math-comp-comma): New variables.
11109         (math-compose-expr, math-compose-rows): Replace variables
11110         left-bracket, right-bracket and comma by declared variables.
11111         (math-comp-full-width): New variable.
11112         (math-comp-to-string-flat, math-comp-to-string-flat-term):
11113         Replace variable full-width by declared variable.
11114         (math-comp-highlight, math-comp-word, math-comp-level)
11115         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11116         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11117         New variables.
11118         (math-comp-to-string-flat, math-comp-to-string-flat-term)
11119         (math-comp-sel-flat-term): Replace variables comp-highlight,
11120         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11121         declared variables.
11122         (math-comp-simplify, math-comp-simplify-term)
11123         (math-comp-add-string, math-comp-add-string-sel):
11124         Replace variables comp-highlight, comp-buf, comp-base,
11125         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11127 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11129         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11131         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11132         and x-server-version may throw.
11134 2004-11-23  Kim F. Storm  <storm@cua.dk>
11136         * subr.el (substitute-key-definition-key): Optimize.
11137         Don't call indirect-function for nil defn (always signals error).
11139         * ido.el (ido-read-internal): Fix require-match check when
11140         ido-directory-too-big is set.
11142 2004-11-23  Jay Belanger  <belanger@truman.edu>
11144         * calc/calc-ext.el (math-read-replacement-list)
11145         (math-read-superscripts): New variables.
11146         (math-read-preprocess-string): New function.
11147         (math-read-expr): Filter input through math-read-preprocess-string.
11149         * calc/calc-aent.el (math-read-exprs): Filter input through
11150         math-read-preprocess-string.
11152 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
11154         * progmodes/compile.el (compilation-start): In cd command use
11155         substitute-env-vars -- not quite shell compatible but better than
11156         nothing.
11157         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11158         handle the newer versions messages, which are more parseable.
11160 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11162         * reveal.el (reveal-mode-map): New var.
11163         (reveal-mode): Use it.
11165 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
11167         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11168         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11170 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11172         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11173         header-line when needed.
11174         Use fixed-pitch only in the header-line.
11175         Build the underline automatically.  Use emdash if available.
11177 2004-11-22  Richard M. Stallman  <rms@gnu.org>
11179         * dired.el (dired-recursive-copies): Move from dired-aux.el.
11180         * dired-aux.el (dired-recursive-copies): Move to dired.el.
11182 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
11184         * progmodes/gdb-ui.el (gdb-resync): New function.
11185         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11186         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11187         Use it to fail more gracefully.
11188         (gdb-variables): Delete variable.
11189         Re-order variables to reduce byte-compiler warnings.
11191 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11193         * descr-text.el (describe-char):
11194         * paren.el (show-paren-function):
11195         * subr.el (syntax-after): Undo last change.
11197         * progmodes/python.el (run-python): Don't hard code *Python*.
11198         Don't modify global process-environment.
11199         (python-send-region, python-load-file): Don't assume that
11200         python-buffer == (process-buffer (python-proc)).
11201         (python-switch-to-python): Simplify.
11203         * dired.el (dired-align-file): Don't assume line starts with spaces.
11205 2004-11-21  Jay Belanger  <belanger@truman.edu>
11207         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11208         Replace variable `lines' by math-read-big-lines.
11209         (math-read-big-expr): Replace variables the-baseline, the-h2
11210         and err-msg by math-read-big-baseline, math-read-big-h2 and
11211         math-read-err-msg.
11212         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11214         * calc/calc-lang.el (math-read-big-rec): Fix typo.
11215         (math-read-big-balance): Replace unbound variable by value.
11216         (math-read-big-lines): New variable.
11217         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11218         (math-read-big-error, math-read-big-balance): Replace variable
11219         `lines' by declared variable.
11220         (math-read-big-baseline, math-read-big-h2): New variables.
11221         (math-read-big-rec): Replace variables the-baseline and the-h2
11222         by declared variables.
11223         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11224         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11225         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11226         declared variables.
11227         (math-read-big-err-msg): New variable.
11228         (math-read-big-error): Replace variable err-msg by declared variable.
11230 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11232         * ses.el: Add coding cookie.
11233         Fix up docstrings, follow new commenting conventions.
11234         (ses-header-line-menu): Fix missing variable rename for header-row.
11235         (ses-cell-size): Remove.
11236         (ses-make-cell): New function.
11237         (ses-cell, ses-insert-row, ses-insert-column): Use it.
11238         (ses-calculate-cell): Remove unused var `symbol'.
11239         (ses-narrowed-p): New function.
11240         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11241         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11242         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11243         (ses-setup): Use restore-buffer-modified-p.
11244         (ses-cleanup): Remove unused var `end'.
11245         (ses-header-string-left-offset): Remove.
11246         (ses-create-header-string): Adjust to new behavior of `align-to'.
11247         Truncate excessively large fields to preserve alignment.
11248         (ses-reconstruct-all): Remove unused var `refs'.
11249         (ses-read-cell-printer): Remove unused var `prompt'.
11250         (ses-delete-row): Remove unused var `pos'.
11251         (ses-delete-column): Remove unused var `new'.
11253 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11255         * ps-print.el: Insert :version tag into all defgroup and defcustom.
11256         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11257         Eliminate eval-and-compile usage.
11258         (ps-insert-file): Use insert-file-contents instead of insert-file.
11259         (ps-setup): Code fix.
11261         * printing.el (pr-setup, lpr-setup): Code fix.
11263 2004-11-21  Jay Belanger  <belanger@truman.edu>
11265         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11266         (calc-original-buffer): Declare them.
11267         (calc-user-formula-alist): New variable.
11268         (calc-user-define-formula, calc-fix-user-formula)
11269         (calc-user-define-composition, calc-finish-formula-edit):
11270         Replace variable `alist' by declared variable.
11271         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11272         (var-q7, var-q7, var-q8, var-q9): Declare them.
11273         (calc-kbd-push): Don't check to see if var-q0 through var-q9
11274         are bound.
11275         (calcFunc-typeof): Replace undeclared variable by expression.
11276         (math-exp-env): New variable.
11277         (math-define-body, math-define-exp): Replace exp-env by declared var.
11278         (math-define-exp): Replace misplaced variable by expression.
11280         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11281         (calc-curve-model, calc-curve-coefnames): New variables.
11282         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11283         varnames, model and coefnames by declared variables.
11284         (math-root-widen): New variable.
11285         (math-search-root, math-find-root): Replace variable root-widen by
11286         declared variable.
11287         (var-DUMMY): Declare it.
11288         (math-root-vars, math-min-vars): Move the declarations to earlier in
11289         the file.
11290         (math-brent-min): Make d a local variable.
11291         (math-find-minimum): Replace non-existent variable.
11292         (math-ninteg-romberg): Remove unnecessary variable.
11293         (math-ninteg-temp): New variable.
11294         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11295         integ-temp by declared variable.
11296         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11297         New variables.
11298         (math-general-fit): Replace variables first-var, first-coef and
11299         new-coefs by declared variables.
11300         (calcFunc-fitvar): Replace variable first-var by declared variable.
11301         (calcFunc-fitparam): Replace variable first-coef by declared variable.
11302         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11303         (math-all-vars-vars, math-all-vars-found): New variables.
11304         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11305         found by declared variable math-all-vars-vars.
11307 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
11309         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11310         of `defconst'.
11312 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11314         * isearch.el (isearch-mode-map): Don't bind SPC.
11315         (isearch-whitespace-chars): Function deleted.
11316         (isearch-search): Bind search-spaces-regexp.
11317         (isearch-lazy-highlight-search): Likewise.
11318         (search-whitespace-regexp): Doc fix.
11319         (isearch-forward-regexp): Doc fix.
11321         * emacs-lisp/bytecomp.el (byte-compile-form):
11322         Move the calls to byte-compile-set-symbol-position,
11323         to avoid having two for the same symbol occurrence.
11325         * comint.el (comint-input-ring-size): Increase to 150.
11327         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11328         New variables.
11329         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11330         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11332         * imenu.el (imenu--generic-function):
11333         Ensure we keep moving backward even if BEG isn't further back.
11335         * replace.el (query-replace-read-to, query-replace-read-from):
11336         Specify t for KEEP-ALL in read-from-minibuffer.
11338         * progmodes/python.el (python-switch-to-python):
11339         If Python isn't running, start it.
11340         Don't alter debug-ignored-errors.
11342         * progmodes/cperl-mode.el (cperl-indent-region):
11343         Don't mind imenu-scanning-message.
11345         * bindings.el (global-map): Bind C-e to move-end-of-line.
11347         * simple.el (line-move-finish): New arg FORWARD.
11348         Ignore invisible newlines, not intangible ones.
11349         Conditions for acceptable stopping positions depend on FORWARD.
11350         (line-move): Pass FORWARD arg to line-move-finish.
11352         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11353         of HEADER.  Compensate for this change in the code to add display
11354         properties.  Don't make the first line intangible.
11356         * info.el (Info-search): Fix previous change.
11358 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
11360         * Makefile.in (recompile): Revert 2004-11-19 change.
11361         (compile): Likewise.
11363 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
11365         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11367 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11369         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
11370         defgroup and defcustom.  Eliminate eval-and-compile usage.
11372         * progmodes/ebnf-otz.el: Fix typos.
11374 2004-11-19  Jay Belanger  <belanger@truman.edu>
11376         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11377         (calc-edit-finish, calc-finish-stack-edit): Replace variable
11378         disp-trail by declared variable.
11380         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11381         (calc-finish-selection-edit): Replace variable disp-trail by
11382         declared variable.
11383         (calc-selection-cache-entry): Move declaration to earlier in the file.
11384         (calc-selection-cache-num, calc-selection-cache-comp)
11385         (calc-selection-cache-offset, calc-selection-true-num)
11386         (calc-final-point-line, calc-final-point-column)
11387         (calc-original-buffer): Declare them.
11388         (calc-fnp-op, calc-fnp-num): New variables.
11389         (calc-find-nth-part, calc-find-nth-part-rec)
11390         (calc-select-previous): Replace op and num by declared variables.
11391         (calc-rsf-old, calc-rsf-new): New variables.
11392         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11393         Replace variables old and new by declared variables.
11394         (calc-sel-reselect): New variable.
11395         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11396         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11397         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11398         reselect with declared variable.
11400         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11401         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11402         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11403         (math-import-list, math-rewrite-phase): Declare them.
11404         (math-rewrite): Use let* to declare variables.
11405         (calc-rewrite-selection): Make rules a local variable.
11406         (calc-rewr-sel): New variable.
11407         (calc-rewrite-selection, calc-locate-selection-marker)
11408         (calc-rewrite): Use the declared variable calc-rewr-sel instead
11409         of sel.
11410         (math-rewrite-whole-expr): New variable.
11411         (math-rewrite, math-rewrite-phase): Replace variable expr by
11412         declared variable.
11413         (math-rewrite-heads-heads, math-rewrite-heads-skips)
11414         (math-rewrite-heads-blanks ): New variables.
11415         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11416         heads, skips and blanks by declared variables.
11417         (math-rwcomp-subst-old, math-rwcomp-subst-new)
11418         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11419         New variables.
11420         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11421         old, new, old-func and new-func by declared variables.
11422         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11423         Remove unnecessary variable.
11424         (math-apply-rw-regs): New variable.
11425         (math-apply-rewrites, math-rwapply-replace-regs)
11426         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11427         (math-apply-rw-ruleset): New variable.
11428         (math-apply-rewrites, math-rwapply-remember): Replace variable
11429         ruleset by declared variable.
11431 2004-11-19  Richard M. Stallman  <rms@gnu.org>
11433         * info.el (Info-search): Use search-whitespace-regexp.
11435 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11437         * vc-rcs.el (vc-rcs-parse): New function.
11438         (vc-rcs-annotate-command): Likewise.
11439         (vc-rcs-annotate-current-time): Likewise.
11440         (vc-rcs-annotate-time): Likewise.
11441         (vc-rcs-annotate-extract-revision-at-line): Likewise.
11443 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11445         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11447 2004-11-18  Jay Belanger  <belanger@truman.edu>
11449         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11451 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11453         * printing.el: Eliminate use of interactive-p and eval-and-compile.
11454         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11455         Use make-temp-file to generate PostScript files in any situation.
11456         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11457         (pr-interactive-p): Eliminate var.
11458         (pr-save-interactive): Eliminate macro.
11459         (pr-interface, pr-ps-directory-preview)
11460         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11461         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11462         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11463         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11464         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11465         (pr-ps-region-ps-print, pr-ps-mode-preview)
11466         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11467         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11468         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11469         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11470         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11471         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11472         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11473         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11474         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11475         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11476         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11477         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11478         Eliminate pr-save-interactive usage.
11479         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11480         Eliminate pr-interactive-p usage.
11481         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11482         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11483         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11484         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11485         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11486         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11487         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11488         New funs.
11489         (pr-ps-file): Use make-temp-file to generate a temporary file.
11491 2004-11-17  Jay Belanger  <belanger@truman.edu>
11493         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11494         a local variable.
11495         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11496         (math-top-only): New variable.
11497         (math-simplify, math-simplify-step): Replace variable top-only by
11498         declared variable math-top-only.
11499         (math-simplify-expr): Declare it.
11500         Replace argument expr in all calls of math-defsimplify by
11501         math-simplify-expr.
11502         (math-simplify-plus, math-simplify-times, math-simplify-divide)
11503         (math-simplify-divisor, math-simplify-one-divisor)
11504         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11505         (math-simplify-pow): Replace variable expr by declared variable
11506         math-simplify-expr.
11507         (math-simplify-divisor): Remove local variables temp and op.
11508         (math-simplify-one-divisor): Make temp and op local variables.
11509         (math-simplify-divisor-nover, math-simplify-divisor-dover):
11510         New variables.
11511         (math-simplify-divisor, math-simplify-one-divisor):
11512         Replace variables nover and dover by declared variables.
11513         (math-expr-subst-new, math-expr-subst-old): New variables.
11514         (math-expr-subst, math-expr-subst-rec): Replace variables new
11515         and old by declared variables.
11516         (math-is-poly-degree, math-is-poly-loose): New variables.
11517         (math-is-polynomial, math-is-poly-rec): Replace variables degree
11518         and loose by declared variables.
11519         (math-poly-base-const-ok, math-poly-base-pred): New variables.
11520         (math-polynomial-base, math-polynomial-base-rec):
11521         Replace variables const-ok and mpb-pred by declared variables.
11523         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11525         * calc/calc-ext.el (math-defsimplify): Change the argument in
11526         the created function to math-simplify-expr.
11528         * calc/calc-units.el (math-simplify-expr): Declare it.
11529         Replace argument expr in all calls of math-defsimplify by
11530         math-simplify-expr.
11531         (math-simplify-units-prod): Replace variable expr by declared
11532         variable math-simplify-expr.
11534 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11536         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11537         Replace mapcar->dolist, format->string.
11539 2004-11-17  Miles Bader  <miles@gnu.org>
11541         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11542         * progmodes/idlwave.el: Remove RCS keywords.
11544 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
11546         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11547         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11548         Update to IDLWAVE version 5.5.  Too many changes to list them here.
11549         * progmodes/idlw-help.el: New file.
11551 2004-11-16  Richard M. Stallman  <rms@gnu.org>
11553         * international/iso-cvt.el (iso-tex2iso-trans-tab):
11554         Discard spaces after \i according to TeX rules.
11556         * international/mule.el (set-buffer-file-coding-system):
11557         New arg NOMODIFY.
11558         (after-insert-file-set-coding): Pass that new arg.
11559         Prevent set-buffer-multibyte from trying to lock the file.
11561         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11563         * saveplace.el (save-place): Doc fix.
11565         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11566         temporarily widen before finding the following word to copy.
11568         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11569         (cl-map-keymap): Definition deleted.
11571         * subr.el (map-keymap-internal): New function.
11573 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11575         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11576         when pressing rather than when releasing mouse-2.  Simplify.
11578 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11580         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11581         (compilation-mode): Set it here instead.
11583         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11585         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11586         (loop, cl-parse-loop-clause, defsetf): Use backquote.
11588 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11590         * progmodes/compile.el (compilation-internal-error-properties):
11591         Fix up a transposition-typo.  Check end-col before using it.
11593 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
11595         * international/iso-cvt.el (iso-tex2iso-trans-tab):
11596         Discard whitespace after macro \i when converting it.
11598 2004-11-16  Juri Linkov  <juri@jurta.org>
11600         * emacs-lisp/find-func.el (find-function-regexp):
11601         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
11602         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
11603         Remove invalid `\W' from [^cgv\W].  Doc fix.
11604         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11606 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11608         * play/life.el: Maintainer is now FSF.
11609         (life-patterns, life-neighbor-deltas, life-window-start)
11610         (life-current-generation, life-generation-string): Use defvar
11611         instead of defconst.
11613 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11615         * progmodes/compile.el (compilation-move-to-column): New fun.
11616         (compilation-internal-error-properties)
11617         (compilation-next-error-function): Use it to make sure we don't go past
11618         the end of line.
11620 2004-11-15  John Paul Wallington  <jpw@gnu.org>
11622         * autoinsert.el (auto-insert-alist): Insert the user's name in
11623         copyright notice, rather than Free Software Foundation, for the
11624         Emacs Lisp header case too.
11626 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11628         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11629         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11630         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
11631         return the list of string in a string.
11632         (pr-call-process): Message if calling process returns an error, that
11633         is, the exit status is different of zero.
11635 2004-11-15  Jay Belanger  <belanger@truman.edu>
11637         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11638         variable var-thing.
11639         (math-integ-depth, math-integ-level, math-integral-limit)
11640         (math-enable-subst, math-any-substs, math-integ-msg)
11641         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11642         (math-int-threshold, math-int-factors, math-double-roots)
11643         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11644         (var-GenCount): Declare these variables.
11645         (calcFunc-integ): Don't check if var-IntegLimit is bound.
11646         (math-integral-cache, math-integral-cache-state):
11647         Move declarations to earlier in the file.
11648         (math-deriv-var, math-deriv-total, math-deriv-symb)
11649         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11650         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11651         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11652         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11653         (math-solve-res): New variables
11654         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11655         (math-integral, math-replace-integral-parts)
11656         (math-integrate-by-parts, calc-dump-integral-cache)
11657         (math-try-integral, math-do-integral, math-do-integral)
11658         (math-do-integral-methods, math-try-solve-for)
11659         (math-try-solve-prod, math-solve-poly-funny-powers)
11660         (math-solve-crunch-poly, math-decompose-poly)
11661         (math-solve-find-root-term, math-find-root-in-prod)
11662         (math-integ-try-linear-substitutions)
11663         (math-integ-try-substitutions, math-expr-rational-in)
11664         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11665         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11666         (math-solve-for, math-solve-system, math-solve-system-rec)
11667         (math-solve-get-sign, math-solve-get-int)
11668         (math-solve-system-subst): Replace undeclared variables with newly
11669         declared variables.
11671 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11673         * winner.el (winner-active-region, winner-edges, winner-window-list):
11674         Define at toplevel.
11675         (winner-mode-map): Move init inside declaration.
11677 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11679         * files.el (convert-standard-filename): Doc fix.
11681 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
11683         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11684         passwd, group, shadow, default/* and pam.d/*.
11686 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11688         * printing.el (pr-menu-spec): Adjust menu specification.
11690 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11692         * printing.el: Doc fix.  Insert :version tag into all defcustom.
11693         Handle interactive-p as is recommended in Emacs Lisp Reference.
11694         Set the file permission bits for newly created files.
11695         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11696         The printing menu specification (in `pr-menu-spec') was merged.
11697         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11698         (pr-version): New version number (6.8.3).
11699         (pr-file-modes): New option.
11700         (pr-interactive-p): New var.
11701         (pr-save-interactive, pr-save-file-modes): New macros.
11702         (pr-setup): Code fix.
11703         (pr-menu-spec): Menu specification merged.
11704         (pr-call-process, pr-text2ps): Set file permission bits.
11705         (pr-despool-print): Set file permission bits.  Handle interactive-p as
11706         is recommended.
11707         (pr-interface, pr-ps-directory-preview)
11708         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11709         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11710         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11711         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11712         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11713         (pr-ps-region-ps-print, pr-ps-mode-preview)
11714         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11715         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11716         (pr-despool-using-ghostscript, pr-despool-ps-print)
11717         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11718         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11719         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11720         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11721         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11722         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11723         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11724         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11725         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11726         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11727         Handle interactive-p as is recommended.
11729 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11731         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11732         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11734         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11735         so it doesn't forget to highlight the beginning of the region either.
11737 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
11739         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11740         (c-font-lock-init): Eliminate obsolete make-local-hook.
11741         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11742         (awk-mode): Use run-mode-hooks.
11744         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11746 2004-11-13  Kim F. Storm  <storm@cua.dk>
11748         * mouse.el (mouse-drag-copy-region): Add :version.
11749         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11750         while dragging mode line, so mode line can be dragged downwards.
11751         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11752         while pressing mouse button so window doesn't scroll until we
11753         release the mouse if clicking on partially visible line.
11755 2004-11-12  Jay Belanger  <belanger@truman.edu>
11757         * calc/calc-graph.el (calc-dumb-map): Declare it.
11758         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11759         than unbound.
11760         (calc-graph-name): Made `end' a local variable.
11761         (calc-graph-lookup): Made `varname' a local variable.
11762         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11763         Declare them.
11764         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11765         (calc-graph-plot, calc-graph-compute-3d): Remove references to
11766         the unused variable y3vec.
11767         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11768         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11769         calc-graph-prev-kill-hook.
11770         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11771         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11772         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11773         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11774         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11775         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11776         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11777         (calc-graph-y3value, calc-graph-y3name)
11778         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11779         (calc-graph-stepcount, calc-graph-is-splot)
11780         (calc-graph-surprise-splot, calc-graph-blank)
11781         (calc-graph-non-blank, calc-graph-curve-num): New variables.
11782         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11783         (calc-graph-recompute-2d, calc-graph-compute-3d)
11784         (calc-graph-format-data): Replace undeclared variables with the
11785         above newly declared variables.
11787 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
11789         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11790         `rsf-beep' and `rsf-sleep-after-message'.
11792         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11793         list if `message-sender' is non-nil.
11795 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11797         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11798         consing by using mapc instead of mapcar.
11800 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
11802         * tooltip.el (require): Explain why CL is needed.
11804 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11806         * printing.el: Insert :version into defgroup (printing).  All reference
11807         to Files option in menubar were changed to File.
11808         (pr-version): New version number (6.8.2).
11809         (pr-get-symbol): Call easy-menu-intern.
11810         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
11811         compilation gripes.
11813 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11816         new byte-compile-function-environment binding to t.
11818         * font-lock.el (font-lock-fontify-syntactically-region):
11819         Don't forget to highlight the last char when we hit `end'.
11821         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11822         (mwheel-scroll): Adjust accordingly.
11824         * cvs-status.el: Reduce spurious warnings.
11825         (cvs-status-checkout): Remove.
11826         (cvs-status-mode-map): Use cvs-mode-checkout instead.
11828         * pcvs.el (cvs-mode-checkout): New command.
11830         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11832         * tooltip.el: Require CL.
11834         * emacs-lisp/bytecomp.el: Use push.
11835         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11836         (defalias): Remove the `byte-compile' property and add
11837         a `byte-hunk-handler'.
11839 2004-11-11  Juri Linkov  <juri@jurta.org>
11841         * info.el (Info-search): Save match data for isearch.
11842         Skip Tag Table node.
11844         * descr-text.el (describe-char): Replace syntax-after with code
11845         from its previous version.
11847         * files.el (magic-mode-alist): Use optimization for SGML mode too.
11848         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
11850         * international/mule.el (sgml-html-meta-auto-coding-function):
11851         Remove > after <html to allow HTML attributes.
11853 2004-11-11  Jay Belanger  <belanger@truman.edu>
11855         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11856         a variable.
11857         (calcFunc-dfac): Replace unbound max by n.
11858         (math-stirling-local-cache): New variable.
11859         (math-stirling-number, math-stirling-1, math-stirling-2):
11860         Replace the variable `cache' by the declared variable
11861         math-stirling-local-cache.
11862         (var-RandSeed): Declare it as a variable.
11863         (math-init-random-base, math-random-digit): Don't check to see if
11864         var-RandSeed is bound.
11865         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11866         Declare them instead of just setting them.
11867         (math-init-random-base): Made i a local variable.
11868         (math-random-digit): Made math-random-last a local variable.
11869         (math-prime-test-cache): Move declaration to before it is used.
11870         (math-prime-test-cache-k, math-prime-test-cache-q)
11871         (math-prime-test-cache-nm1, math-prime-factors-finished):
11872         Declare them as variables.
11874 2004-11-11  Jay Belanger  <belanger@truman.edu>
11876         * calc/calc-ext.el (math-defcache): Use defvar for the new
11877         variables it creates.
11879 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
11881         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11882         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11883         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11884         (desktop-save): Add :version.
11886 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11888         * printing.el (pr-get-symbol): Don't downcase.
11890 2004-11-10  Jay Belanger  <belanger@truman.edu>
11892         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11893         string to kill-ring.
11895         * calc/calc-aent.el (calc-alg-exp, math-toks)
11896         (math-exp-pos,math-exp-old-pos, math-exp-token)
11897         (math-exp-keep-spaces, math-exp-str): New variables.
11898         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11899         (calcAlg-enter): Use declared variable calc-alg-exp.
11900         (math-build-parse-table, math-find-user-token): Use declared
11901         variable math-toks.
11902         (math-read-exprs, math-read-token, calc-check-user-syntax)
11903         (calc-match-user-syntax, match-factor-after, math-read-factor):
11904         Use declared variables math-exp-pos math-exp-old-pos.
11905         (math-read-exprs, math-read-token, math-read-expr-level)
11906         (calc-check-user-syntax, calc-match-user-syntax)
11907         (match-factor-after, math-read-factor): Use declared variable
11908         math-exp-token.
11909         (math-read-exprs, math-read-expr-list, math-read-token)
11910         (math-read-factor): Use declared variable math-exp-keep-spaces.
11911         (math-read-exprs, math-read-token): Use declared variable
11912         math-exp-str.
11913         (calc-match-user-syntax): Make m a local variable.
11915         * calc/calc-ext.el (math-read-expr): Use declared variables
11916         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11917         math-exp-keep-spaces.
11919         * calc/calc-forms.el (math-read-angle-bracket): Use declared
11920         variables math-exp-pos, math-exp-str.
11922         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11923         math-exp-old-pos.
11924         (math-parse-fortran-vector, math-parse-fortran-vector-end)
11925         (math-parse-eqn-prime): Use declared variable math-exp-token.
11927         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11928         Use declared variable math-exp-pos.
11929         (math-check-for-commas): Use declared variable math-exp-str.
11930         (math-read-brackets): Use declared variables math-exp-old-pos,
11931         math-exp-keep-spaces.
11932         (math-read-brackets, math-read-vector, math-read-matrix):
11933         Use declared variable math-exp-token.
11935 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11937         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11938         where the keymap is a symbol.
11939         (easy-menu-add-item): Use keymap-prompt.  Simplify.
11941         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11943         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11944         (sgml-parse-tag-backward): Use it to skip spurious < or >.
11946 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
11948         * ebuff-menu.el: Doc fixes throughout.
11949         (electric-buffer-menu-mode-hook): New defvar.
11951 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
11953         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11954         The resulting compiler warnings appear to be harmless.
11956 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
11958         * textmodes/conf-mode.el: New file.
11960         * files.el (auto-mode-alist, magic-mode-alist): Use it.
11962 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11964         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11966 2004-11-09  Jay Belanger  <belanger@truman.edu>
11968         * calc/calc-ext.el (calc-init-extensions): Remove old code.
11970         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11971         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11972         (calc-z-prefix-help, calc-user-function-list): Use declared
11973         variables calc-z-prefix-buf, calc-z-prefix-msgs.
11974         (math-map-tree, math-map-tree-rec): Use declared variables
11975         math-mt-many, math-mt-func.
11976         (math-read-expression, math-read-string): Use declared variable
11977         math-expr-data.
11979         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11980         variable math-normalize-a.
11982         * calc/calc.el (math-normalize-a): New variable.
11983         (math-normalize): Use declared variable math-normalize-a.
11985         * calc/calc-poly.el (math-expand-form): Use declared variable
11986         math-mt-many.
11988         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11989         Use declared variable math-mt-many.
11990         (math-rewrite): Use declared variable math-mt-func.
11992         * calc/calc-vec.el (math-read-brackets, math-read-vector)
11993         (math-read-matrix): Use declared variable math-expr-data.
11995         * calc/calc-lang.el (math-parse-fortran-vector)
11996         (math-parse-fortran-vector-end, math-parse-tex-sum)
11997         (math-parse-eqn-matrix, math-parse-eqn-prime)
11998         (math-read-math-subscr): Use declared variable math-expr-data.
12000         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12001         (math-read-expr-level, math-read-token, calc-check-user-syntax)
12002         (calc-match-user-syntax, math-read-if, math-factor-after)
12003         (math-read-factor): Use declared variable math-expr-data.
12005 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
12007         * calendar/diary-lib.el (diary-from-outlook)
12008         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12009         interactive-p; but rather new optional argument NOCONFIRM.
12011 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12013         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12014         (easy-menu-name-match): Revert correspondingly.
12016 2004-11-09  Richard M. Stallman  <rms@gnu.org>
12018         * emacs-lisp/bytecomp.el (byte-compile-defalias):
12019         Turn off warnings for the new function even if definition not constant.
12020         If the definition isn't a quoted symbol, record (FUNCTION . t).
12021         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12022         (byte-compile-callargs-warn): Handle (FUNCTION . t).
12023         (display-call-tree, byte-compile-arglist-warn):
12024         Handle t returned by byte-compile-fdefinition.
12026 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12028         * Makefile.in (maintainer-clean): Depend on distclean.
12030         * help-fns.el (help-C-file-name): File name must be in build-files
12031         to be returned.
12033 2004-11-09  Jay Belanger  <belanger@truman.edu>
12035         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12036         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12038         * calc/calc.el (calc, calc-trail-display, calc-mode):
12039         Remove obsolete sections.
12041         * calc/calc.el (calc-x-paste-text): Remove.
12043         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12044         mouse-2.
12046 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
12048         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12049         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12050         current frame (in case of recursive calls).
12051         (gdb-show-changed-values): Add :version keyword.
12053 2004-11-09  Kenichi Handa  <handa@m17n.org>
12055         * international/mule-cmds.el: Change coding: tag back to
12056         iso-2022-7bit.
12058 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12060         * international/mule-cmds.el: Change coding-system to utf-8.
12061         (select-safe-coding-system-interactively):
12062         New function extracted from select-safe-coding-system.
12063         (select-safe-coding-system): Use it.
12065 2004-11-08  Richard M. Stallman  <rms@gnu.org>
12067         * subr.el (syntax-after): Doc fix.
12069         * paren.el (show-paren-function): Change calls to syntax-after
12070         for new way of returning the value.
12072         * menu-bar.el (menu-bar-file-menu): Make this the real name
12073         and menu-bar-files-menu the alias.  Use the former.
12074         (global-map): Use `file', not `files', as the symbol.
12076         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12078         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12079         Don't use beginning-of-buffer.
12080         (filesets-cmd-show-result): Use with-no-warnings.
12082 2004-11-08  Juri Linkov  <juri@jurta.org>
12084         * progmodes/compile.el (compile): Don't overwrite last command in
12085         minibuffer history with default command if they are not equal.
12087 2004-11-08  Jay Belanger  <belanger@truman.edu>
12089         * calc/calcalg2.el (math-do-integral-methods): Try linear then
12090         non-linear substitutions.
12092 2004-11-08  Jay Belanger  <belanger@truman.edu>
12094         * calc/calcalg2.el (math-linear-subst-tried): New variable.
12095         (math-do-integral): Set `math-linear-subst-tried' to nil.
12096         (math-do-integral-methods): Use `math-linear-subst-tried' to
12097         determine what type of substitution to try.
12098         (math-integ-try-linear-substituion):
12099         Set `math-linear-subst-tried' to t.
12101 2004-11-08  Kim F. Storm  <storm@cua.dk>
12103         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12105 2004-11-07  Juri Linkov  <juri@jurta.org>
12107         * info-look.el (info-lookup): Allow reusing in the current buffer
12108         not only *info* buffer, but all (even renamed) Info buffers
12109         by checking for major-mode instead of *info* buffer name.
12110         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12111         (octave-mode, maxima-mode) <doc-spec>:
12112         Allow long dashes generated by Texinfo 4.7 before definitions.
12113         (texinfo-mode) <doc-spec>: Add space to suffix to find command
12114         definitions with argument separated by space.
12116 2004-11-06  Richard M. Stallman  <rms@gnu.org>
12118         * simple.el (next-error group, face): Move before first use.
12119         (next-error-highlight, next-error-highlight-no-select): Likewise.
12121         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12122         (line-move): New args NOERROR and TO-END.
12123         Return t if succeed in moving specified number of lines.
12124         (move-end-of-line): New function.
12126         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12127         (end-of-buffer-other-window): Likewise.
12129         * simple.el (line-move-ignore-invisible): Default to t.
12131         * subr.el (syntax-after): Return the syntax letter, not the raw code.
12133         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12135         * international/iso-cvt.el (iso-cvt-define-menu):
12136         Rename menu-bar-files-menu to menu-bar-file-menu.
12138         * net/browse-url.el (browse-url-gnome-moz-program)
12139         (browse-url-gnome-moz-arguments): Move up before first use.
12141         * net/tramp.el (tramp group): Add :version.
12143         * progmodes/ada-xref.el (ada-gdb-application):
12144         Use goto-char instead of beginning-of-buffer.
12146         * progmodes/cperl-mode.el (cperl-info-on-command):
12147         Use goto-char instead of beginning-of-buffer.
12149         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12150         Move up before first use.
12151         (idlwave-shell-temp-pro-file): Likewise.
12152         (idlwave-shell-temp-rinfo-save-file): Likewise.
12153         (idlwave-shell-temp-file): Minor doc fix.
12155         * textmodes/flyspell.el (flyspell-external-point-words):
12156         Use goto-char instead of beginning-of-buffer.
12158 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
12160         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12161         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
12162         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12164 2004-11-06  David Ponce  <david@dponce.com>
12166         * recentf.el (recentf-menu-path): Use menu item name.
12168 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
12170         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12171         display doesn't support images.
12173 2004-11-06  Andreas Schwab  <schwab@suse.de>
12175         * tempo.el (tempo-match-finder): Doc fix.
12177         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12179 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12181         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12182         (easy-menu-lookup-name): New fun to replace it.
12183         (easy-menu-get-map): Use it to obey menu item names (rather than just
12184         keys) when looking up `path'.
12185         (easy-menu-always-true-p): Rename from easy-menu-always-true.
12186         (easy-menu-convert-item-1): Adjust to new name.
12188 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
12190         * outline.el (hide-body): Don't hide lines at the top of the file
12191         that precede the first header line.
12193 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
12195         * align.el (align-areas): Delete whitespace before reindenting, so
12196         that tabs are never placed after spaces.
12198 2004-11-06  Alan Shutko  <ats@acm.org>
12200         * macros.el (insert-kbd-macro): Do completions based on macros,
12201         rather than all commands.
12203 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
12205         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12206         to solve a bug whereby tags with 'b' don't match.
12208 2004-11-05  Juri Linkov  <juri@jurta.org>
12210         * info.el (Info-search): Don't search in node header lines
12211         and file headers.
12213         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12214         symbol-constituent characters after dot, not only digits.
12216 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
12218         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12220 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12222         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12223         if a dialog will be used, read-file-name otherwise.
12225 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12227         * textmodes/table.el (table group): Add :version.
12229         * textmodes/ispell.el (ispell-word):
12230         Don't alter args; set them only thru `interactive' spec.
12232         * textmodes/flyspell.el (flyspell-word):
12233         Don't alter FOLLOWING; set it only thru `interactive' spec.
12235         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12237         * net/browse-url.el (browse-url-maybe-new-window):
12238         Use called-interactively-p.
12240         * mail/supercite.el (sc-cite-region):
12241         Don't use interactive-p.  Add arg INTERACTIVE.
12242         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
12244         * international/mule-cmds.el (set-input-method, toggle-input-method):
12245         Don't use interactive-p.  Add arg INTERACTIVE.
12247         * eshell/esh-mode.el (eshell-show-maximum-output):
12248         Don't use interactive-p.
12249         (eshell-truncate-buffer): Just message, no error, if buffer is short.
12251         * mouse.el (mouse-show-mark): Get positions to delete from mark
12252         and point, not from mouse-drag-overlay.
12254         * imenu.el (imenu-eager-completion-buffer): Add :version.
12256         * filesets.el (filesets group): Add :version.
12258 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
12260         * files.el (xml-based-modes): Delete var.
12261         (magic-mode-alist): New more general var.
12262         (set-auto-mode): Use it.
12264         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12265         when clicking from another window.
12267 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
12269         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12270         (vc-cvs-annotate-time): Incorporate value of deleted var.
12271         Remove special-case handling of beginning-of-buffer cruft.
12272         Cache ending position (point) and return value in text property
12273         `vc-cvs-annotate-time', and consult it on subsequent invocations.
12275         * vc-cvs.el (vc-cvs-annotate-command):
12276         Delete extraneous lines from beginning of buffer.
12277         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12279         * progmodes/grep.el (grep-default-command): Take empty string
12280         for tag if all other methods yield nil.  Shell-quote the tag.
12282         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12283         spec in `interactive' form, and mention it in the docstring.
12284         Also, make sure point is at bol after calling `annotate-time'.
12286 2004-11-02  Richard M. Stallman  <rms@gnu.org>
12288         * cus-edit.el (customize-group-other-window):
12289         Select the window that displays the custom buffer.
12290         (custom-buffer-create-other-window): Likewise.
12292         * comint.el (comint-insert-input): Fix previous change.
12294         * emacs-lisp/elp.el (elp-instrument-function):
12295         Use called-interactively-p.
12297         * emacs-lisp/easymenu.el (easy-menu-intern):
12298         Don't downcase; rather, case-flip the first letter of each word.
12300         * emacs-lisp/easy-mmode.el (define-minor-mode):
12301         Use called-interactively-p.
12303         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12304         Add interactive-only.
12305         (byte-compile-warnings): Add interactive-only as option.
12306         (byte-compile-interactive-only-functions): New variable.
12307         (byte-compile-form): Warn about calls to functions
12308         in byte-compile-interactive-only-functions.
12310         * emacs-lisp/autoload.el (update-file-autoloads):
12311         Don't use interactive-p; take new arg SAVE-AFTER.
12313         * emacs-lisp/advice.el (ad-make-advised-definition):
12314         Use called-interactively-p.
12316 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12318         * files.el (find-file-existing): New function.
12320         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12321         find-file-existing.  Add "New File..." that calls find-file.
12323         * diropen.pbm, diropen.xpm: New files.
12325         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12326         icon diropen.  New tool bar item find-file-existing uses icon open.
12328         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12329         instead of read-file-name.
12331 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
12333         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12334         (icalendar--split-value): Change name of work buffer.
12335         (icalendar--get-weekday-abbrev): Return nil on error.
12336         (icalendar--date-to-isodate): New function.
12337         (icalendar-convert-diary-to-ical)
12338         (icalendar-extract-ical-from-buffer): Use only two args for
12339         make-obsolete (XEmacs compatibility).
12340         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12341         (icalendar-export-region): Doc fix.
12342         If error, return non-nil and write errors to a buffer.
12343         Use correct weekday for weekly recurring events.
12344         Check whether date has been parsed for ordinary events.
12345         Make weekly events start in the year 2000.
12346         DTEND is non-inclusive, shift end date by one day if
12347         necessary (not for entries that have date and time).
12348         Rename local let variables: oops -> found-error, datestring ->
12349         startdatestring.
12351 2004-11-02  Kim F. Storm  <storm@cua.dk>
12353         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12354         keep-mode-if-same variable.  Add it as optional arg instead.
12355         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12357         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12358         substitute-command-keys will select lower-case bindings like those
12359         used in the static help texts.
12361         * descr-text.el (describe-text-properties): Don't err if called in
12362         the *Help* buffer; output to *Help-2* buffer instead.
12364         * kmacro.el (group kmacro): Add :version.
12365         (kmacro-keyboard-quit): New function to cleanup on C-g.
12366         (kmacro-start-macro): Set defining-kbd-macro to append when
12367         appending to last macro.
12369         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12371 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
12373         * progmodes/gdb-ui.el (gdb-enable-debug-log)
12374         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12375         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12376         Add :version keyword.
12378 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
12380         * progmodes/flymake.el (flymake-err-line-patterns):
12381         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12382         `compilation-error-regexp-alist-alist' to internal Flymake format.
12384         * progmodes/flymake.el: Eliminate byte-compiler warnings.
12386 2004-11-01  Jay Belanger  <belanger@truman.edu>
12388         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12389         with `interactive "s"'.
12391 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12393         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12394         Revert change from 2004-10-16.  '*' checks the current buffer, but the
12395         mouse click may be in another buffer.
12397 2004-11-01  John Paul Wallington  <jpw@gnu.org>
12399         * files.el (large-file-warning-threshold): Add :version keyword.
12400         (kill-some-buffers): Doc fix.
12402         * thumbs.el (group thumbs): Add :version keyword.
12404         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12406 2004-11-01  Richard M. Stallman  <rms@gnu.org>
12408         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12410         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12412         * allout.el (allout group): Add :version.
12413         (allout-init): Don't use interactive-p.
12414         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12415         (allout-forward-current-level, allout-backward-current-level):
12416         Don't use interactive-p.
12418         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12419         (bibtex-find-text): Likewise.
12421         * progmodes/vhdl-mode.el (vhdl-fill-region)
12422         (vhdl-beginning-of-statement): Don't use interactive-p.
12424         * progmodes/idlwave.el (idlwave-update-routine-info):
12425         Don't use interactive-p.
12427         * progmodes/idlw-shell.el (idlwave-shell-send-char):
12428         Don't use interactive-p.
12430         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12431         Don't use interactive-p.
12433         * progmodes/ada-xref.el (ada-make-body-gnatstub):
12434         Don't use interactive-p.
12436         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12437         (fortune-in-buffer): Doc fix.
12439         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12441         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12442         don't select the temporary buffer.
12443         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12444         (eudc-get-phone): Likewise.
12446 2004-11-01  Kim F. Storm  <storm@cua.dk>
12448         * man.el (Man-xref-normal-file): Fix help-echo.
12450 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12452         * reveal.el (reveal-last-tick): New var.
12453         (reveal-post-command): Use it to avoid closing overlays when we're
12454         appending text to them.
12456 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12458         * textmodes/bibtex.el: Require button.
12459         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12460         (bibtex-reference-keys): Distinguish between header keys and
12461         crossref keys.
12462         (bibtex-beginning-of-field): New function.
12463         (bibtex-url-map): Remove.
12464         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12465         (bibtex-font-lock-url-regexp): Assume that field names begin at
12466         the beginning of a line.
12467         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
12468         Remove field delimiters.  Use bibtex-beginning-of-field.
12469         Bugfix, point can be inside a field with a url.
12470         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12471         New functions.
12472         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12473         (bibtex-key-in-head): Simplify.
12474         (bibtex-current-line): Use bolp.
12475         (bibtex-parse-keys): Remove unused arg `add'.
12476         Use bibtex-type-in-head and bibtex-key-in-head.
12477         (bibtex-parse-entry, bibtex-autofill-entry):
12478         Use bibtex-type-in-head and bibtex-key-in-head.
12479         (bibtex-autokey-get-field): Do not alter case of replacement text.
12480         (bibtex-autokey-get-names): Do all processing of name list.
12481         (bibtex-autokey-get-year): New function.
12482         (bibtex-autokey-get-title): Do all processing of title words.
12483         (bibtex-generate-autokey): Simplify.
12484         (bibtex-string-files-init): Use default-directory.
12485         Allow for absolute file names in bibtex-string-files.
12486         (bibtex-files, bibtex-file-path): New variables.
12487         (bibtex-files-expand): New function.
12488         (bibtex-find-entry-globally): New command.
12489         (bibtex-summary-function): New variable.
12490         (bibtex-summary): Default value of bibtex-summary-function.
12491         (bibtex-find-crossref): New optional args pnt and split.
12492         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12493         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12494         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
12495         Fix handling of required and alternative fields.
12496         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12497         Use cons and display-buffer.
12498         (bibtex-validate-globally): New command.
12499         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
12500         bibtex-parse-keys and bibtex-parse-strings for updating
12501         bibtex-reference-keys and bibtex-strings.
12502         (bibtex-realign): Remove blank lines past the last entry.
12503         (bibtex-reformat): Use bibtex-entry-format as default.
12504         (bibtex-choose-completion-string): Remove.
12505         (bibtex-complete): Do not use bibtex-choose-completion-string.
12506         (bibtex-url): Simplify.
12508 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12510         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12511         (x-dnd-types-alist, x-dnd-open-file-other-window)
12512         (x-dnd-known-types): Add :version.
12514 2004-10-31  John Paul Wallington  <jpw@gnu.org>
12516         * ibuffer.el (group ibuffer): Add :version keyword.
12518 2004-10-31  Kim F. Storm  <storm@cua.dk>
12520         * ido.el (group ido): Add :version keyword.
12521         (ido-mode): Remove :version keyword.
12523         * emulation/cua-base.el (group cua): Add :version keyword.
12524         (cua-mode): Remove :version keyword.
12526 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12528         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12530         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12531         compiler warning.
12532         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
12533         function.
12534         (help-at-pt-display-when-idle): Remove autoload.
12536 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12540 2004-10-30  Juri Linkov  <juri@jurta.org>
12542         * help.el (function-called-at-point):
12543         * help-fns.el (variable-at-point): Read -> intern.
12545 2004-10-30  Simon Josefsson  <jas@extundo.com>
12547         * progmodes/autoconf.el (autoconf-font-lock-keywords):
12548         Recognize AS_* too.
12550 2004-10-29  Simon Josefsson  <jas@extundo.com>
12552         * subr.el (read-passwd): Move back from password.el.
12554         * password.el: Remove, not ready yet.
12556 2004-10-29  Andreas Schwab  <schwab@suse.de>
12558         * speedbar.el (speedbar-frame-parameters): Improve customize type.
12560 2004-10-29  Sam Steingold  <sds@gnu.org>
12562         * mouse.el (mouse-show-mark): Replace the last occurrence of
12563         x-lost-selection-hooks with x-lost-selection-functions.
12565 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12567         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12568         x-lost-selection-functions is bound.
12570         * mouse-sel.el (mouse-sel-mode):
12571         * emacs-lisp/lselect.el: Adjust to new names for
12572         x-(lost|sent)-selection-functions.
12574         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12575         New obsolete aliases of x-lost-selection-functions and
12576         x-sent-selection-functions.
12578 2004-10-28  Kim F. Storm  <storm@cua.dk>
12580         * imenu.el (imenu-scanning-message): Remove.
12581         (imenu-progress-message): Make it a no-op.
12583 2004-10-28  John Paul Wallington  <jpw@gnu.org>
12585         * files.el (set-auto-mode): Call `throw' correctly.
12587 2004-10-28  Juri Linkov  <juri@jurta.org>
12589         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12590         to search `Info-...' commands in `info' manual.
12591         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12592         Add 'info-file "emacs" property.
12593         (Info-find-emacs-command-nodes): Fix index line number regexp.
12594         Set real line number (instead of fake 0) in first element of the
12595         returned list.
12596         (Info-goto-emacs-command-node): Use line number of first element
12597         to set point in the first found Info node.
12599         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12600         code to `grep-mode-font-lock-keywords'.
12601         (grep-mode-font-lock-keywords): Delete grep markers instead
12602         of making them invisible.
12604 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12606         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12607         and x-server-version in bug report.
12609 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
12611         * files.el (set-auto-mode-0): New function.
12612         (set-auto-mode): Use it to handle aliased modes and to
12613         be consistent between C-x C-f and C-x C-w.
12615 2004-10-28  Kenichi Handa  <handa@m17n.org>
12617         * international/utf-8.el (utf-translate-cjk-charsets):
12618         Add katakana-jisx0201.
12620         * international/subst-jis.el: Add data for JISX0201.
12622 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12624         * obsolete/hilit19.el (hilit-mode): New function.
12625         Move all the toplevel side-effecting stuff into it, so that loading
12626         hilit19 doesn't mess everything up any more.
12628 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12630         * add-log.el (add-change-log-entry): Set up mailing address
12631         and full name later, and don't alter add-log-mailing-address
12632         or add-log-full-name.
12634         * elide-head.el (elide-head): Change error to message.
12635         (elide-head-show): Likewise.
12637         * apropos.el (apropos-macrop): Doc fix.
12639         * mouse.el (mouse-show-mark): Do most processing the same
12640         regardless of transient-mark-mode.
12642         * shadowfile.el (shadow-copy-files): Use interactive-p
12643         only to control whether to print a message.
12645         * tar-mode.el (tar-mode): Use write-contents-functions,
12646         not write-contents-hooks.
12648         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12649         directory-sep-char.
12651 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12653         * strokes.el (strokes-unload-hook): Fix previous change.
12655         * type-break.el (type-break-run-at-time): Always use run-at-time;
12656         forget the alternatives.
12657         (type-break-cancel-function-timers): Always use cancel-function-timers;
12658         forget the alternatives.
12660         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12662 2004-10-27  Kenichi Handa  <handa@m17n.org>
12664         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12666         * international/subst-gb2312.el: Likewise.
12668         * international/subst-big5.el: Likewise.
12670         * international/subst-ksc.el: Likewise.
12672         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12673         New variable.
12674         (utf-translate-cjk-set-unicode-range): New function.
12675         (utf-translate-cjk-unicode-range): Make it customizable.
12676         (utf-8-post-read-conversion):
12677         Use utf-translate-cjk-unicode-range-string.
12678         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12679         Unicode ranges.
12681 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
12683         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12684         trivial variants to shorten the list.
12685         (xml-based-modes): New var.
12686         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12687         declaration higher priority than auto-mode-alist.
12689         * find-file.el (cc-other-file-alist): Bring it in line with
12690         cc-mode's auto-mode-alist entries and use \' instead of $.
12692         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12693         and add "Id" and "Name" submenus to it.
12695         * imenu.el (imenu--generic-function): Skip matches in comments.
12697 2004-10-26  Jay Belanger  <belanger@truman.edu>
12699         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12700         (full-calc-keypad, calc-trail-display): Use an extra argument
12701         instead of `interactive-p'.
12703         * calc/calc-misc.el (calc-other-window): Use an extra argument
12704         instead of `interactive-p'.
12706         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12707         `interactive-p'.
12709 2004-10-26  Kim F. Storm  <storm@cua.dk>
12711         * help.el (describe-key): Describe both down-event and up-event
12712         for a mouse click.
12714 2004-10-26  Richard M. Stallman  <rms@gnu.org>
12716         * woman.el (woman): Don't call interactive-p.
12718         * pcomplete.el (pcomplete): Instead of interactive-p,
12719         use an arg set non-nil by the interactive spec.
12721         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12722         use an arg set non-nil by the interactive spec.
12724         * man.el (Man-cleanup-manpage): Instead of interactive-p,
12725         use an arg set non-nil by the interactive spec.
12727 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
12729         * progmodes/flymake.el (flymake-split-string):
12730         Use `flymake-split-string-remove-empty-edges' in any case.
12732 2004-10-26  Masatake YAMATO  <jet@gyve.org>
12734         * progmodes/flymake.el (flymake-err-line-patterns):
12735         Use `compilation-error-regexp-alist-alist' instead of
12736         `compilation-error-regexp-alist'.
12738 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12740         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12741         verbatim face on the \ of \end{verbatim}.
12743 2004-10-25  Jay Belanger  <belanger@truman.edu>
12745         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12746         erasing minibuffer.
12748 2004-10-25  Simon Josefsson  <jas@extundo.com>
12750         * subr.el (read-passwd): Move to net/password.el.
12752         * net/password.el (read-passwd): Add.  Autoload it.
12754 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
12756         * mouse-sel.el (mouse-sel-mode): Specify custom group.
12758         * simple.el (process-file): Fix logic.
12760 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12762         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12763         (increase-right-margin): Remove erroneous call to `interactive-p'.
12765 2004-10-24  Kim F. Storm  <storm@cua.dk>
12767         * help.el (describe-mode): Fix 2004-10-13 change.
12768         Copy pure "Auto Fill" string so it can be propertized later
12769         without causing a read-only error.
12771 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12773         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12774         style indexes.
12776 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
12778         * simple.el (process-file): Accept nil for INFILE.  Reported by
12779         Luc Teirlinck.
12781 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12783         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12784         Handle periods and underscores in a function name.
12785         Remove the address fontification.
12787 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12789         * progmodes/asm-mode.el (asm-font-lock-keywords):
12790         Use font-lock-variable-name-face for registers.
12792 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
12794         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12795         kill-all-local-variables.
12796         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12797         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12798         Use kill-all-local-variables and provide mode-hooks.
12799         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12800         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12801         Suggested by Masatake YAMATO <jet@gyve.org>.
12803 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
12805         * simple.el (process-file): New function, similar to call-process
12806         but supports file handlers.
12807         * vc.el (vc-do-command): Use it, instead of call-process.
12808         * net/tramp-vc.el (vc-do-command): Do not advise it if
12809         process-file is fboundp.
12810         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12811         process-file.
12812         (tramp-handle-process-file): New function.
12813         (tramp-file-name-for-operation): Support process-file.
12815 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
12817         * calendar/icalendar.el (icalendar--weekday-array): New constant.
12818         (icalendar-weekdayabbrev-table)
12819         (icalendar-monthnumber-table): Delete.
12820         (icalendar--get-month-number): Use calendar-month-name-array.
12821         (icalendar--get-weekday-number): New function.
12822         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12823         (icalendar-export-region): Handle multi-line entries.
12824         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12826 2004-10-23  John Paul Wallington  <jpw@gnu.org>
12828         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12829         `wildcards' set to t in interactive spec.
12831         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12832         interactive spec rather than use `interactive-p'.
12833         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12834         rather than use function `interactive-p'.
12836 2004-10-22  Kenichi Handa  <handa@m17n.org>
12838         * international/mule.el (translate-region): Implement it in Lisp
12839         as a front end of translate-region-internal.
12841 2004-10-21  Jay Belanger  <belanger@truman.edu>
12843         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12844         Declare these variables with defvar.
12846         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12847         is bound, only check to see if it is bound.
12849 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12851         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12852         Don't output messages.
12854         * calc/calc-help.el (calc-describe-bindings): Fix last change.
12856 2004-10-21  John Paul Wallington  <jpw@gnu.org>
12858         * calc/calc-graph.el (calc-graph-init):
12859         Use `set-process-query-on-exit-flag'.
12861 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
12863         * progmodes/compile.el (compilation-start): Rely on `cd' to get
12864         dir right and also allow argumentless cd.
12866 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12868         * textmodes/flyspell.el (flyspell-mode): Doc fix.
12870         * eshell/em-unix.el (eshell-grep):
12871         Don't bind compilation-process-setup-function.
12873         * comint.el (comint-insert-input): Use @ in `interactive'.
12874         (comint-input-filter-functions): Doc fix.
12875         (comint-kill-whole-line, comint-get-source): Doc fix.
12877         * progmodes/compile.el (compilation-setup):
12878         Don't set buffer-read-only if MINOR is non-nil.
12880 2004-10-19  Jay Belanger  <belanger@truman.edu>
12882         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12883         (calc-emacs-type-gnu19): Remove.
12884         (calc-digit-map, calc-read-key-sequence, calc-read-key):
12885         Remove check for old emacs versions.
12887         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12888         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12889         for current Emacs.
12891         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12892         the end of the minibuffer.
12893         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
12894         copy `esc-map'.
12896         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12898         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12899         call that would be given when the current emacs was used.
12901 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
12903         * calendar/icalendar.el: Set coding to utf-8.
12904         (icalendar-version): Increase to 0.07.
12905         (icalendar-monthnumber-table): Change March pattern.
12906         (icalendar-get-all-event-properties)
12907         (icalendar-set-event-property): Delete.
12908         (icalendar-all-events): No longer interactive.
12909         (icalendar-convert-diary-to-ical)
12910         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12911         their replacements.
12912         (icalendar-export-file, icalendar-export-region): New functions;
12913         essentially old `icalendar-convert-diary-to-ical' but appending to
12914         target rather than overwriting.
12915         (icalendar-import-file): Append to target file rather than
12916         overwriting.  Fourth arg deleted.
12917         (icalendar-import-buffer): New name for old
12918         `icalendar-extract-ical-from-buffer'.
12919         (icalendar--convert-string-for-import): New name for
12920         old `icalendar-convert-for-import'.
12921         (include-icalendar-files): Delete.
12922         Prefix for all internal functions changed from `icalendar-'
12923         to `icalendar--'.
12925 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12927         * paths.el (news-path): Fix previous change.
12929 2004-10-18  Jay Belanger  <belanger@truman.edu>
12931         * calc/calc-help.el (calc-describe-bindings):
12932         Set `buffer-read-only' to nil while working in the keybindings buffer;
12933         remove some extra information from the keybindings buffer.
12935 2004-10-18  David Ponce  <david@dponce.com>
12937         * mouse.el (mouse-drag-move-window-top): New function.
12938         (mouse-drag-mode-line-1): Use it.
12940 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12942         * info.el (Info-fontify-node): For multiline refs,
12943         arrange to unfontify newline and surrounding whitespace.
12945 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12947         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12948         directory is missing.
12950 2004-10-17  John Paul Wallington  <jpw@gnu.org>
12952         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12953         New customizable variable; whether to display buffers that match
12954         `ibuffer-maybe-show-predicates' by default.
12955         (ibuffer-maybe-show-predicates): Mention it in docstring.
12956         (ibuffer-display-maybe-show-predicates): New variable.
12957         (ibuffer-update): Prefix arg now toggles whether buffers that
12958         match `ibuffer-maybe-show-predicates' should be displayed.
12959         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12960         locally to heed `ibuffer-default-display-maybe-show-predicates'.
12961         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12963 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
12965         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
12966         work correctly.
12968 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
12970         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12971         (Buffer-menu-beginning): New helper function.
12972         (Buffer-menu-execute): Use it.
12973         (Buffer-menu-select): Use it.
12974         (Buffer-menu-sort): Use it and also keep markers.
12976 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12978         * paths.el (news-directory): Rename from news-path.  Old name alias.
12979         (rmail-spool-directory): Use defvar.
12980         (sendmail-program): Use defcustom.
12981         (remote-shell-program): Use defcustom.
12982         (term-file-prefix): Use defvar.
12983         (abbrev-file-name): Use defvar.
12985         * term.el: Add maintainer.
12987         * subr.el (with-local-quit): Return nil if there's a quit.
12988         (read-passwd): Use with-local-quit.  Doc fix.
12990         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12991         (strokes-unload-hook): Set as a variable with add-hook.
12993         * startup.el (fancy-splash-tail, normal-splash-screen):
12994         Update copyright year.
12996         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12998         * server.el (server-unload-hook): Set as a variable with add-hook.
13000         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13002         * frame.el (special-display-popup-frame):
13003         Make the buffer current as its frame is created.
13005         * delsel.el (delsel-unload-hook): Set as a variable.
13007         * comint.el (comint-output-filter-functions):
13008         Add comint-watch-for-password-prompt.
13009         (comint-read-noecho): Function deleted.
13010         (send-invisible): Use read-passwd.
13012         * fringe.el (fringe-mode-initialize): New function.
13013         (fringe-mode): Use fringe-mode-initialize as :initialize.
13015 2004-10-17  Kim F. Storm  <storm@cua.dk>
13017         * language/indian.el (indian-script-language-alist): Swap value and doc.
13018         (indian-font-char-index-table): Doc fix.
13020 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13022         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13024 2004-10-16  Juri Linkov  <juri@jurta.org>
13026         * progmodes/compile.el (compilation-start): Move let-binding of
13027         `process-environment' into `with-current-buffer' body.
13028         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13030 2004-10-16  Richard M. Stallman  <rms@gnu.org>
13032         * pcvs-util.el (cvs-bury-buffer):
13033         Don't call get-buffer-window for effect.
13035         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13037         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13039         * msb.el (msb-unload-hook): Set the variable.
13041         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13042         Use * to err if buffer is readonly.
13044         * subr.el (looking-back): Return only t or nil.
13046         * whitespace.el (whitespace-unload-hook): Set the variable.
13048         * view.el (view-mode-enable): Set view-page-size and
13049         view-half-page-size to nil.
13050         (view-set-half-page-size-default): view-half-page-size = nil
13051         means the default.
13052         (View-scroll-page-forward): Use view-page-size-default.
13053         (View-scroll-page-backward): Likewise.
13054         (view-page-size, view-half-page-size): Doc fixes.
13056         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13058         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13060         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13061         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
13062         (byte-compile-log-1): Bind inhibit-read-only.
13063         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13064         (byte-compile-log-warning): Likewise.
13065         (byte-compile-file-form-require): Detect "cl" from the arg value.
13067         * progmodes/compile.el (compilation-start): Assume compilation-mode
13068         will make the buffer read-only.
13069         (compilation-mode): Take arg name-of-mode.
13070         (compilation-setup): Make buffer read-only.
13071         (compilation-handle-exit): Bind inhibit-read-only.
13073         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13074         (ispell-message): Likewise.
13075         (ispell-show-choices): Don't call get-buffer-window uselessly.
13076         (ispell-init-process): Use set-process-query-on-exit-flag.
13078 2004-10-16  Kim F. Storm  <storm@cua.dk>
13080         * fringe.el (fringe-bitmaps): Only initialize when defined.
13082         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13083         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13085         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13087 2004-10-15  Simon Josefsson  <jas@extundo.com>
13089         * net/password.el: Add.
13091 2004-10-14  Masatake YAMATO  <jet@gyve.org>
13093         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13094         (gdb-script-end-of-defun): New function.
13095         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13096         `gdb-script-end-of-defun' as *-of-defun-function.
13098 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
13100         * button.el (button-activate): Allow a marker to display as an action.
13102         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13104         * help.el (describe-mode): Use it to make minor mode list into
13105         hyperlinks.
13107 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13109         * vc.el (vc-annotate-display-select): Fix typo.
13111         * subr.el (substitute-key-definition-key): New function.
13112         (substitute-key-definition): Use it with map-keymap.
13113         (event-modifiers): Use push.
13114         (mouse-movement-p, with-temp-buffer): Simplify.
13116 2004-10-12  Jay Belanger  <belanger@truman.edu>
13118         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13119         New variables.
13120         (calc-help-index-entries): New function.
13121         (calc-describe-function): Use `calc-help-function-list' instead of
13122         obarray for completion.
13123         (calc-describe-variable): Use `calc-help-variable-list' instead
13124         of obarray for completion.
13126 2004-10-12  Richard M. Stallman  <rms@gnu.org>
13128         * info-look.el (info-lookup-file): Add info-file property.
13129         (info-lookup-symbol): Likewise.
13131         * info.el (info-xref): Add underlining.
13132         (info): Add info-file property.
13133         (Info-find-emacs-command-nodes): Specify case-sensitive search.
13135 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
13137         Sync with Tramp 2.0.45.
13139         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13140         defined.  This is not the case for XEmacs without package "edebug".
13141         (tramp-set-auto-save-file-modes): Set permissions of autosaved
13142         remote files to the permissions of the original file.  This is not
13143         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
13144         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
13145         (tramp-perl-decode): Fix an error in Perl implementation.
13146         $pending must be cleared every loop.  Reported by Benjamin Place
13147         <benjaminplace@sprintmail.com>
13149         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13150         Don't activate advice during definition.  This is done later on,
13151         depending on test result of `substitute-in-file-name'.
13152         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13154 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13156         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13158         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13160 2004-10-12  David Ponce  <david@dponce.com>
13162         * recentf.el (recentf-edit-list): Update the menu when the recentf
13163         list has been modified.
13165 2004-10-12  Simon Josefsson  <jas@extundo.com>
13167         * net/tls.el (tls-certtool-program): New variable.
13168         (tls-certificate-information): New function, based on
13169         ssl-certificate-information.
13171 2004-10-12  Kenichi Handa  <handa@m17n.org>
13173         * international/mule.el (coding-system-equal): Move from mule-util.el.
13175         * international/mule-util.el (coding-system-equal): Move to mule.el.
13177 2004-10-12  Kim F. Storm  <storm@cua.dk>
13179         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13180         reset kmacro-initial-counter-value if set.
13181         (kmacro-set-counter): Only set kmacro-counter if defining or executing
13182         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
13183         (kmacro-display): Show macro counter if non-zero.
13185         * subr.el (substitute-key-definition): Mention command remapping
13186         in doc string.
13188 2004-10-11  Jay Belanger  <belanger@truman.edu>
13190         * calc/calc-misc.el (calc-info-goto-node): New function.
13191         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13192         node in one step.
13193         (calc-describe-copying, calc-describe-distribution)
13194         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13195         Go to appropriate info node in one step.
13197 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13199         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13201         * font-lock.el (font-lock-apply-highlight): Fix last change.
13203 2004-10-11  Simon Josefsson  <jas@extundo.com>
13205         * mail/smtpmail.el (smtpmail-open-stream): Look for
13206         starttls-gnutls-program instead of starttls-program iff
13207         starttls-use-gnutls is non-nil.
13208         (smtpmail-open-stream): Don't overwrite user settings of
13209         starttls-extra-arguments and starttls-extra-args.
13211 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13213         * comint.el (comint-mouse-insert-input): Remove.
13214         (comint-insert-input): Make it work for mouse bindings.
13215         (comint-mode-map): Move defs into the declaration.
13216         (comint-output-filter): Typo.
13218         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13220 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
13222         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13223         (ange-ftp-call-chmod): Reference remote-shell-program instead of
13224         ange-ftp-remote-shell.
13226 2004-10-10  Andreas Schwab  <schwab@suse.de>
13228         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13229         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13230         Reported by <sri@asu.edu>.
13232 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
13234         * vc.el (vc-annotate-mode): Remove variable.
13235         (vc-annotate-display-select): Only call vc-annotate-mode
13236         if we're not in that mode already.
13238 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13240         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13241         (imenu-choose-buffer-index): Check here for rescan instead.
13243         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13244         where the face expression evals to nil.
13246         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13247         (tex-font-lock-keywords-2): Use it.
13248         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13250         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13252 2004-10-09  Kim F. Storm  <storm@cua.dk>
13254         * subr.el (progress-reporter-update): Define before first usage.
13255         (make-progress-reporter): Doc fix.
13257 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
13259         * textmodes/paragraphs.el (sentence-end-double-space)
13260         (sentence-end-without-period, sentence-end-without-space)
13261         (sentence-end): Doc fixes.
13263 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
13265         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13266         Change paragraph-start regexp so we don't fill code starting with #'(.
13268 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
13270         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13271         New defcustom.
13272         (extract-address-components): Use it.
13274 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
13276         * subr.el (make-progress-reporter, progress-reporter-update)
13277         (progress-reporter-force-update, progress-reporter-do-update)
13278         (progress-reporter-done): New functions.
13280         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13282         * progmodes/etags.el (etags-tags-completion-table): Use progress
13283         reporter.
13284         (etags-tags-apropos): Likewise.
13286 2004-10-08  Alan Mackenzie  <acm@muc.de>
13288         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13289         of current line.
13291 2004-10-08  Masatake YAMATO  <jet@gyve.org>
13293         * server.el (server-process-filter): Wrap `process-send-region'
13294         by `condition-case' to guard the case when the pipe to PROC is closed.
13296 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
13298         * xml.el (xml-substitute-special): Limit handling of external entities.
13300 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
13302         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13304 2004-10-06  John Paul Wallington  <jpw@gnu.org>
13306         * xml.el (xml-parse-dtd): Fix `error' call.
13308 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
13310         * xml.el (xml-substitute-special): Return a single string instead
13311         of a list of strings if an entity substitution is made.
13313 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
13315         * calendar/icalendar.el: New file.
13317 2004-10-05  Juri Linkov  <juri@jurta.org>
13319         * isearch.el (isearch-done): Set mark after running hook.
13320         Reported by Drew Adams <drew.adams@oracle.com>.
13322         * info.el (Info-history, Info-toc): Fix Info headers.
13323         (Info-toc): Narrow buffer before Info-fontify-node.
13324         (Info-build-toc): Don't check for special Info file names.
13325         Set main-file to nil if Info-find-file returns a symbol.
13327 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
13329         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13330         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13331         * calendar/cal-menu.el (calendar-mode-map): Ditto.
13333 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
13335         * calendar/cal-iso.el (calendar-iso-read-args): New function,
13336         for old interactive spec from calendar-goto-iso-date.
13337         (calendar-goto-iso-date): Use it.
13338         (calendar-goto-iso-week): New function.  Suggested by Emilio
13339         C. Lopes <eclig@gmx.net>.
13341 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
13343         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13344         `set-right-margin' bindings that follow the minor mode conventions.
13346 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13348         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13349         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13350         (latex-block-args-alist): Add minipage and picture.
13351         (latex-block-body-alist): Use reftex-label if enabled.
13352         (latex-insert-block): Don't insert a \n if not necessary.
13353         (tex-compile-commands): Make sure dvips doesn't send to printer.
13354         (tex-compile-default): Handle the case where no executable is found.
13355         (latex-noindent-environments): New var.
13356         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
13357         If tex-indent-allhanging is non-nil, make sure we only align for macros
13358         at beginning of line.
13360 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
13362         * newcomment.el (comment-beginning): Doc fix and don't choke on
13363         unset `comment-end-skip' when at beginning of comment.
13365 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
13367         * term.el (term-adjust-current-row-cache): Don't allow the current
13368         row to become negative.
13369         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
13370         the end of the line.  Fix scroll down.  Add comments.
13371         (term-handle-ansi-escape): Don't exceed terminal width when moving
13372         right.
13373         (term-scroll-region): Move the cursor after setting the scroll region.
13375 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
13377         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13378         to `width' for consistency with docstring.  Doc fix.
13380 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
13382         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13383         This is necessary for derived modes.
13385 2004-09-30  Kim F. Storm  <storm@cua.dk>
13387         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13388         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13390         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13391         kmacro-extract-lambda functions.
13392         (edit-kbd-macro): Handle kmacro lambda forms.
13393         Include counter and counter format in edit buffer.
13394         (edmacro-finish-edit): Get counter and format from edit buffer and
13395         update kmacro bindings when found.
13397 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
13399         * textmodes/paragraphs.el (forward-paragraph):
13400         Avoid args-out-of-range error when point winds up at the beginning of
13401         the buffer and hard newlines are enabled.
13403         * newcomment.el (comment-multi-line): Doc fix.
13405 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13407         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13408         (diff-fixup-modifs): Catch unified-diff file-headers.
13410 2004-09-29  Kim F. Storm  <storm@cua.dk>
13412         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13413         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13414         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13416         * fringe.el (fringe-bitmap-p): New macro.
13417         (fringe-bitmaps): Add standard fringe bitmaps on load.
13419 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13421         * dired.el (dired-view-command-alist): Use more efficient regexps.
13422         Remove dubious arguments.
13423         (dired-align-file): New function.
13424         (dired-insert-directory): Use it.
13425         (dired-move-to-end-of-filename): Make the " -> " search more specific.
13426         (dired-buffers-for-dir): Remove unused var `pattern'.
13428 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
13430         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13431         from diary display excursion.  Store diary buffer's point for
13432         `simple-diary-display'.
13433         (simple-diary-display): Set window point and start when
13434         displaying buffer, to preserve point.
13436 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
13438         * textmodes/enriched.el (enriched-translations): Replace defconst
13439         with defvar.
13441 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13443         * printing.el: Doc fix.
13444         (pr-version): New version number (6.8.1).
13445         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13446         make-temp-name.
13447         (pr-delete-file): Check if file exists before deleting it.
13448         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13450 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13452         * term.el (term-display-table): New variable.
13453         (term-mode): Use it.
13454         (term-exec-1): Set the coding system to binary.
13455         (term-emulate-terminal): Decode the string before inserting it.
13457 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13459         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13460         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13461         (map): Bind S-prior, S-next and S-insert.
13462         (term-mode): Set `indent-tabs-mode' to nil.
13463         (term-paste): New function to be bound to S-insert.
13464         (term-send-del, term-send-backspace): Change the strings sent.
13465         (term-termcap-format): Synchronize with etc/e/eterm.ti.
13466         (term-handle-colors-array): Fix handling of underline and reverse.
13467         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
13468         (term-erase-in-line): Fix comparison.
13469         (term-emulate-terminal): Fix line wrap handling.
13470         (term-start-output-log): Rename from `term-set-output-log'.
13471         (term-stop-output-log): Rename from `term-stop-photo'.
13472         (term-switch-to-alternate-sub-buffer): Comment out, unused.
13474 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13476         * dired.el (dired-move-to-filename): Don't output a message if
13477         raise-error is non-nil.  Fix return position and value.
13479         * files.el (insert-directory): Obey --dired even with symlinks.
13481 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
13483         * ls-lisp.el (ls-lisp-format): Mark file names with property
13484         dired-filename.
13486 2004-09-25  Kim F. Storm  <storm@cua.dk>
13488         * ido.el (ido-max-directory-size): New defcustom.
13489         (ido-decorations): Add "too big" element.
13490         (ido-directory-too-big): New dynamic var.
13491         (ido-may-cache-directory): Don't cache big directories.
13492         (ido-directory-too-big-p): New defun.
13493         (ido-set-current-directory): Update ido-directory-too-big.
13494         (ido-read-internal): Make empty ido-cur-item if too-big.
13495         (ido-buffer-internal): Use ido-read-internal directly instead of
13496         ido-read-buffer.
13497         (ido-file-internal): Init ido-directory-too-big.
13498         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13499         and redo completion with full list.
13500         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13501         it, and show completions.
13502         (ido-all-completions): Let bind ido-directory-too-big to nil.
13503         (ido-exhibit): Handle ido-directory-too-big.
13504         (ido-read-buffer): Handle fallback to read-buffer.
13505         Init ido-directory-too-big.
13506         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13507         Init ido-directory-too-big.
13509 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
13511         * subr.el (delay-mode-hooks): Doc fix.
13513 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
13515         * textmodes/enriched.el
13516         (enriched-default-text-properties-local-flag): New variable.
13517         (enriched-mode): Make sure that enabling and disabling the mode is
13518         a no-op.  Doc fix.
13520 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
13522         * calendar/holidays.el (holiday-advent): Report on a specified day
13523         offset from advent, not just advent.
13524         (holiday-easter-etc): Report on one specified day offset from
13525         easter, not all easter holidays.  Various Easter holidays moved to
13526         `christian-holidays' variable in calendar.el.
13527         * calendar/calendar.el (christian-holidays): Adapt for new
13528         behavior of `holiday-advent' and `holiday-easter-etc' functions.
13530 2004-09-23  Kim F. Storm  <storm@cua.dk>
13532         * image.el (insert-sliced-image): Add doc string.
13534         * ido.el (ido-choice-list): New dynamic var for `list' context.
13535         (ido-context-switch-command): New dynamic var.
13536         (ido-define-mode-map): Generalize switch between file/buffer contexts.
13537         (ido-read-internal): Handle new `list' context.
13538         Handle insert-buffer and insert-file ido-exit values.
13539         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
13540         ido-context-switch-command.  Handle insert-file ido-exit value.
13541         (ido-read-buffer): Set ido-context-switch-command to 'ignore
13542         unless it is already bound by caller.
13543         (ido-file-internal): New arg switch-cmd.  Use it to setup
13544         ido-context-switch-command.  Handle insert-buffer ido-exit value.
13545         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13546         used for context switching.
13547         (ido-all-completions): Handle new `list' context.
13548         (ido-make-choice-list): Return choices for `list' context.
13549         (ido-find-file-in-dir, ido-display-file, ido-write-file)
13550         (ido-display-buffer, ido-kill-buffer): Disable context switching.
13551         (ido-insert-buffer, ido-insert-file): Setup context switching.
13552         (ido-exhibit): Handle `list' context.
13553         (ido-read-file-name): Disable context switching.  Handle fallback.
13554         (ido-read-directory-name): Disable context switching.
13555         (ido-completing-read): New defun like completing-read.  Setup and
13556         use new `list' context.
13558 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
13560         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13562 2004-09-21  Jay Belanger  <belanger@truman.edu>
13564         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13565         `calc-graph-set-styles' so the gnuplot buffer will appear in a
13566         separate window.
13568 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
13570         * subr.el (after-change-major-mode-hook): Doc fix.
13572 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13574         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
13575         of ghostscript for monochrome PostScript file in Windows.
13577 2004-09-21  Kenichi Handa  <handa@m17n.org>
13579         * descr-text.el (describe-char): Checking of quail activation fixed.
13581 2004-09-21  Jay Belanger  <belanger@truman.edu>
13583         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13585 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
13587         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13588         after the mode hooks instead of before.  Doc fix.
13590 2004-09-20  Jason Rumney  <jasonr@gnu.org>
13592         * startup.el (command-line) [windows-nt]: Try .emacs first, then
13593         _emacs, but revert to .emacs if neither exists in home directory.
13595 2004-09-20  John Paul Wallington  <jpw@gnu.org>
13597         * bindings.el (completion-ignored-extensions): Add .dfsl.
13599 2004-09-20  Richard M. Stallman  <rms@gnu.org>
13601         * bindings.el (scroll-left): Make it disabled.
13603         * files.el (enable-local-eval): Doc fix.
13605         * indent.el (move-to-left-margin): Special case for minibuffer.
13607         * term.el (term-emulate-terminal): Turn off undo for output.
13608         Use with-current-buffer and save-selected-window.
13610         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13612         * progmodes/make-mode.el (makefile-fill-paragraph):
13613         Don't insist on spaces when looking for comments.  # is enough.
13615         * files.el (hack-local-variables): Copy the variables list
13616         to another buffer, strip prefixes and suffixes there, then read.
13617         (enable-local-eval): Doc fix.
13618         (ignored-local-variables): Initialize to nil.
13619         (risky-local-variable-p): Don't check ignored-local-variables here.
13620         (hack-one-local-variable): Ignore var if in ignored-local-variables.
13622 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13624         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13625         of = to "." (punctuation).
13627 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13629         * subr.el (event-basic-type): Fix mask (extend to 22bits).
13631 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
13633         * textmodes/enriched.el (enriched-rerun-flag): New variable.
13634         (enriched-before-change-major-mode): New function.
13635         Add it to `change-major-mode-hook'.
13636         (enriched-after-change-major-mode): New function.
13637         Add it to `after-change-major-mode-hook'.
13638         (enriched-mode): Make it work correctly if called from
13639         `after-change-major-mode-hook'.
13640         No longer set `indent-line-function'.
13642         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13644         * subr.el (after-change-major-mode-hook): New variable.
13645         (run-mode-hooks): Implement it.
13647 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13649         * battery.el (battery-linux-proc-apm): Use string-to-number.
13650         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13651         Use dolist (and less indentation).  Use erase-buffer.
13652         Pre-initialize `design-capacity', `warn', and `low'.
13653         (battery-format): Use replace-regexp-in-string.
13655 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13657         * battery.el: Delete superfluous empty lines.
13658         (battery-linux-proc-acpi): Attempt to gather information from all
13659         battery subdirectories regardless of their file name.
13660         (battery-linux-proc-apm): Replace all occurrences of
13661         battery-hex-to-int-2 with string-to-int (base 16).
13662         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13663         (battery-hex-map): Delete variable.
13665 2004-09-18  John Paul Wallington  <jpw@gnu.org>
13667         * calc/calc-units.el (calc-quick-units): Fix overzealous
13668         s/or/unless/.
13670 2004-09-17  Jay Belanger  <belanger@truman.edu>
13672         * calc/calc.el (calc-mode-var-list): Fix the value of
13673         `calc-matrix-brackets'.
13675 2004-09-17  Romain Francoise  <romain@orebokech.com>
13677         * ibuf-ext.el (define-ibuffer-filter filename):
13678         Expand dired-directory since buffer-file-name is absolute.
13680 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13682         * ediff-init.el (ediff-current-diff-face-A)
13683         (ediff-current-diff-face-B, ediff-current-diff-face-C)
13684         (ediff-current-diff-face-Ancestor)
13685         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13686         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13687         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13688         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13689         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13690         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13691         Use min-colors.
13693         * term.el (term-down): Perform vertical motion if DOWN is negative.
13694         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13695         (term-termcap-format): Synchronize with the eterm terminfo entry
13696         in etc/e/eterm.ti.
13697         (term-handle-colors-array): If the current foreground or
13698         background are zero (i.e. unspecified), use the foreground and
13699         background of the default face for reverse video.
13700         (term-ansi-at-eval-string, term-ansi-default-fg)
13701         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13702         (term-mem): Delete unused function.
13703         (term-protocol-version): Increment.
13704         (term-current-face): Set to default.
13706 2004-09-15  Jay Belanger  <belanger@truman.edu>
13708         * calc/calc.el (calc-mode-var-list): Define this variable.
13709         (calc-always-load-extensions, calc-line-numbering)
13710         (calc-line-breaking, calc-display-just, calc-display-origin)
13711         (calc-number-radix, calc-leading-zeros, calc-group-digits)
13712         (calc-group-char, calc-point-char, calc-frac-format)
13713         (calc-prefer-frac, calc-hms-format, calc-date-format)
13714         (calc-float-format, calc-full-float-format, calc-complex-format)
13715         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13716         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13717         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13718         (calc-matrix-brackets, calc-language, calc-language-option)
13719         (calc-left-label, calc-right-label, calc-word-size)
13720         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13721         (calc-display-raw, calc-internal-prec, calc-angle-mode)
13722         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13723         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13724         (calc-window-height, calc-display-trail, calc-show-selections)
13725         (calc-use-selections, calc-assoc-selections)
13726         (calc-display-working-message, calc-auto-why, calc-timing)
13727         (calc-mode-save-mode, calc-standard-date-formats)
13728         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13729         (calc-user-parse-tables, calc-gnuplot-default-device)
13730         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13731         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13732         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13733         (calc-invocation-macro, calc-show-banner): Give these values as
13734         part of `calc-mode-var-list's initialization after the variables
13735         are declared with defvar.
13736         (calc-bug-address): Change email address to send bug reports to.
13737         Change the maintainer address at the top.
13738         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13739         than "\\.emacs" to determine if it is the user-init-file.
13741         * calc/calc-embed.el (calc-embedded-set-modes): Use
13742         `calc-mode-var-list' correctly.
13744 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
13746         * vc.el (annotate-time): Document point handling.
13747         (vc-annotate-display-autoscale): Doc fix.
13749 2004-09-15  Miles Bader  <miles@gnu.org>
13751         * generic.el (generic-make-keywords-list): Use symbol rather than
13752         word anchors in regexp.
13754 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13756         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13757         no file name consider `dired-directory'.
13759 2004-09-14  Kim F. Storm  <storm@cua.dk>
13761         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
13763 2004-09-14  Simon Josefsson  <jas@extundo.com>
13765         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13767         * textmodes/dns-mode.el: Add.
13769 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13771         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13772         (disabled-command-function): Make the ?\  char more obvious.
13774         * vc-arch.el (vc-arch-root, vc-arch-registered):
13775         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13777 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
13779         * windmove.el (windmove-frame-edges): Report coordinates of
13780         outside edges of frame, not inside edges.
13781         (windmove-coordinates-of-position): Convert into wrapper to new
13782         function `windmove-coordinates-of-window-position';
13783         `compute-motion' always applies to selected window.
13784         (windmove-coordinates-of-position): Update documentation to refer
13785         to Emacs 21 Lisp Reference Manual.
13786         (windmove-find-other-window): Fix off-by-one errors for max x,y.
13788 2004-09-13  Kim F. Storm  <storm@cua.dk>
13790         * isearch.el (isearch-resume-in-command-history): Rename from
13791         isearch-resume-enabled and change default to nil.
13793 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * vc-hooks.el (vc-ignore-dir-regexp): New var.
13796         (vc-registered): Use it.
13797         (vc-find-root): New fun.
13799         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13800         Don't tell to use \\{...} when it's already done.
13802         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13803         Provide a sample complex default.
13804         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13805         (bibtex-entry): Use mapc.
13807 2004-09-12  Kim F. Storm  <storm@cua.dk>
13809         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13811         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13812         inhibit-field-text-motion to t so rectangles work in comint buffers.
13814         * simple.el (choose-completion-string): Set buffer before running
13815         choose-completion-string-functions hook so it can be buffer-local.
13817 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
13819         * progmodes/compile.el (compilation-start): Parse command to see
13820         if it starts with a cd, and if so perform it for the *compilation*
13821         buffer.  Change the header to reflect this.
13823 2004-09-11  Kim F. Storm  <storm@cua.dk>
13825         * ido.el (ido-enable-dot-prefix): Doc fix.
13826         (ido-enable-dot-prefix): New defcustom.
13827         (ido-set-matches1): Use it.
13829 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13831         * textmodes/bibtex.el (bibtex-mark-active)
13832         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13834 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13836         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13837         used in a case insensitive environment.
13838         (bibtex-mode-map): Rearrange order of menus.
13839         (bibtex-quoted-string-re): Obsolete.
13840         (bibtex-complete-key-cleanup): Variable replaced by new function.
13841         (bibtex-font-lock-keywords): Use backquotes.
13842         (bibtex-font-lock-url-regexp): New internal variable.
13843         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13844         "OPT" and "ALT".
13845         (bibtex-insert-current-kill, bibtex-make-field)
13846         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13847         (bibtex-parse-field-text): Simplify.
13848         (bibtex-string=): New helper function.
13849         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13850         (bibtex-map-entries): Use bibtex-string=.
13851         (bibtex-search-entry): Use not.
13852         (bibtex-enclosing-field): Fix docstring.
13853         (bibtex-assoc-regexp): Obsolete.
13854         (bibtex-format-entry): Use assoc-string and bibtex-string=.
13855         (bibtex-autokey-get-names): Handle empty name field.
13856         (bibtex-parse-strings): Use assoc-string and unless.
13857         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13858         Use assoc-string.
13859         (bibtex-pop): Simplify.
13860         (bibtex-mode): Set font-lock-extra-managed-props.
13861         (bibtex-entry-update): Use assoc-string.
13862         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13863         (bibtex-autofill-entry): Use bibtex-string=.
13864         (bibtex-print-help-message): Simplify.
13865         (bibtex-find-entry): New optional arg START.
13866         (bibtex-validate): Use bibtex-string= and assoc-string.
13867         Do not call obsolete function compilation-parse-errors.
13868         (bibtex-remove-delimiters): Only remove delimiters if present.
13869         (bibtex-copy-entry-as-kill): Add docstring.
13870         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
13871         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13872         (bibtex-complete): Use bibtex-predefined-month-strings,
13873         bibtex-string=, and new function bibtex-complete-key-cleanup.
13874         (bibtex-generate-url-list): New variable.
13875         (bibtex-url): New command bound to C-c C-l and mouse-2.
13876         (bibtex-url-map): New local keymap for bibtex-url-mouse.
13877         (bibtex-font-lock-url): New function.
13879 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13881         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13883 2004-09-09  Kim F. Storm  <storm@cua.dk>
13885         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13886         counter and format with binding.
13887         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
13888         the declared macro uses own macro counter and format.  Give symbol
13889         kmacro property.
13890         (kmacro-keymap): Bind kmacro-name-last-macro to n.
13891         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13892         (kmacro-end-and-call-macro): Doc fix.
13894 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
13896         * desktop.el (desktop-clear-preserve-buffers):
13897         Remove make-obsolete-variable.
13899 2004-09-08  Richard M. Stallman  <rms@gnu.org>
13901         * buff-menu.el (list-buffers-noselect): Call format-mode-line
13902         with the buffer as argument.
13904 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13906         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13908 2004-09-08  Juri Linkov  <juri@jurta.org>
13910         * replace.el (perform-replace): Use `query-replace-descr'.
13912         * cus-start.el (history-delete-duplicates): Specify customization.
13914         * diff-mode.el (diff-mode-map):
13915         * progmodes/compile.el (compilation-mode-map):
13916         * progmodes/grep.el (grep-mode-map):
13917         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13918         to `next-error-follow-minor-mode'.
13920 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13922         * isearch.el (isearch-lazy-highlight-update): Take into account
13923         the case of zero-length match at the search bound.
13925 2004-09-08  Kim F. Storm  <storm@cua.dk>
13927         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13928         change.  Use zero width overlays when necessary.
13930 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13932         * subr.el (split-string): Docfix.
13934 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13936         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13937         (display-call-tree): Ensure newline after caller/calls blocks.
13939 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13941         * startup.el (command-line-1): Make option
13942         --directory/-L modify `load-path' straight away.
13944 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13946         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13948 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13950         * emacs-lisp/autoload.el (make-autoload):
13951         Handle `define-compilation-mode'.
13953         * emacs-lisp/lisp-mode.el (define-compilation-mode):
13954         Specify `doc-string-elt' property.
13956 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13958         * bs.el (bs-mode): Doc fix.
13960 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13962         * info.el (Info-insert-dir): Fix temp buffer leak bug.
13964 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13966         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13968 2004-09-08  Kenichi Handa  <handa@m17n.org>
13970         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13971         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13972         ps-mule-next-point -> 1+).
13974         * composite.el (encode-composition-rule): Add autoload cookie.
13976 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
13978         * format.el (buffer-auto-save-file-format): Make it permanent local.
13980 2004-09-07  Kim F. Storm  <storm@cua.dk>
13982         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13983         (authors-fixed-entries): Fix typo.
13984         (authors-canonical-author-name): Compact multiple spaces.
13985         Ignore trivial names (e.g. only first name).
13987         * term.el (term-window-width): Only use full window width on
13988         window system if overflow-newline-into-fringe is enabled.
13989         (term-mode): Don't disable overflow-newline-into-fringe.
13991 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13993         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13994         motion as seen on my Mac OS X xterms.
13996         * newcomment.el (uncomment-region-default, comment-region-default):
13997         New functions extracted from uncomment-region and comment-region.
13998         (comment-region, comment-region-function, uncomment-region)
13999         (uncomment-region-function): Use them.
14001         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14003         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14004         It's not crucial but can make sense at times.
14006         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14007         the first commit.
14009         * vc.el (vc-buffer-context, vc-restore-buffer-context):
14010         Disable obsolete code.
14012 2004-09-07  Juri Linkov  <juri@jurta.org>
14014         * progmodes/grep.el (grep-highlight-matches): Change default from
14015         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
14016         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14017         if grep option `--color' is available, or to `nil' otherwise.
14018         (grep-process-setup): Call `grep-compute-defaults' if
14019         `grep-highlight-matches' is not computed.  Set env-vars only
14020         if `grep-highlight-matches' is `t'.
14021         (grep-use-null-device): Remove redundant type `boolean' (`choice'
14022         is already defined).
14024         * progmodes/compile.el (compilation-start): Use copy of
14025         `process-environment' created by `copy-sequence' to not
14026         modify env-vars in the global `process-environment'.
14028 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
14030         * simple.el (next-error-follow-minor-mode): Fix last change.
14032 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
14034         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14035         permanent local.
14037 2004-09-04  Richard M. Stallman  <rms@gnu.org>
14039         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14040         highlighting if the search string is empty.
14042 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
14044         * facemenu.el (facemenu-active-faces): Change condition of inner
14045         `while' loop to also check the first two elements of `face-atts'
14046         and `mask-atts'.
14048 2004-09-04  John Paul Wallington  <jpw@gnu.org>
14050         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14051         (thumbs-view-image-mode): Make buffer read-only.
14053 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
14055         * textmodes/ispell.el (ispell-really-aspell): New defvar.
14056         (ispell-check-version): Set it.
14057         (ispell-send-replacement): New function.
14058         (ispell-process-line): Call ispell-send-replacement.
14060 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14062         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14063         Support choosing seconds with "s".
14065 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
14067         * terminal.el (te-escape): Show `?' in prompt for help key.
14069 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
14071         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14073 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14075         * simple.el (next-error-follow-minor-mode)
14076         (next-error-follow-mode-post-command-hook): New functions.
14077         (next-error-follow-last-line): New defvar.
14079         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14080         * progmodes/compile.el (compilation-mode-map): Likewise.
14081         * progmodes/grep.el (grep-mode-map): Likewise.
14082         * replace.el (occur-mode-map): Likewise.
14084         * newcomment.el (uncomment-region): Bind comment-use-global-state
14085         to nil.
14087 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
14089         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14090         locally around the call to `revert-buffer'.
14092 2004-09-03  Juri Linkov  <juri@jurta.org>
14094         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14095         `isearch-adjusted' to `t'.
14096         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14097         (isearch-message-prefix): Add "pending" for isearch-adjusted.
14098         (isearch-other-meta-char): Restore isearch-point unconditionally.
14099         (isearch-query-replace): Add new arg `regexp-flag' and use it.
14100         Set point to start of match if region is not active in transient
14101         mark mode (to include the current match to region boundaries).
14102         Push the search string to `query-replace-from-history-variable'.
14103         Add prompt "Query replace regexp" for isearch-regexp.
14104         Add region beginning/end as last arguments of `perform-replace.'
14105         (isearch-query-replace-regexp): Replace code by the call to
14106         `isearch-query-replace' with arg `t'.
14108 2004-09-03  Richard M. Stallman  <rms@gnu.org>
14110         * startup.el (normal-top-level): Undo previous TERM change.
14112 2004-09-03  Kim F. Storm  <storm@cua.dk>
14114         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14115         highlight overlays; allow using RET when cursor is over a button.
14116         (cua--highlight-rectangle): Use it.
14117         (cua--rectangle-set-corners): Don't move backwards at eol.
14118         (cua--forward-line): Don't move into void after eob.
14120         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14121         point is set (and displayed) inside rectangle.
14122         (cua--rectangle-operation): Fix for highlight of empty lines.
14123         (cua--highlight-rectangle): Fix highlight for tabs.
14124         Position cursor at left/right edge of rectangle using new `cursor'
14125         property on overlay strings.
14126         (cua--indent-rectangle): Don't tabify.
14127         (cua-rotate-rectangle): Ignore that point has moved.
14129 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14131         * term/mac-win.el: Add ASCII equivalents for some function keys.
14132         (mode-line-frame-identification): Sync with x-win.el.
14134 2004-09-02  Juri Linkov  <juri@jurta.org>
14136         * progmodes/compile.el (compilation-buffer-name): Compare major
14137         mode with second element of compilation-arguments instead of third
14138         to reflect latest changes in compilation-arguments structure.
14139         (recompile): Use global variable `compilation-directory' to get
14140         recent compilation directory only when `recompile' is invoked NOT
14141         in the compilation buffer.  Otherwise, use `default-directory' of
14142         the compilation buffer.
14143         (compilation-error-properties): Allow to funcall col and end-col.
14144         (compilation-mode-font-lock-keywords): Check col and end-col by
14145         `integerp'.
14146         (compilation-goto-locus): If end-mk is non-nil in transient mark
14147         mode don't activate the mark (and don't display message in
14148         push-mark), but highlight overlay between mk and end-mk.
14150         * progmodes/grep.el (grep-highlight-matches): New defcustom.
14151         (grep-regexp-alist): Add rule to highlight grep matches.
14152         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14154         * info.el (Info-fontify-node): Don't compute other-tag
14155         if Info-hide-note-references=hide.
14157         * help.el (function-called-at-point):
14158         * help-fns.el (variable-at-point):
14159         Try `find-tag-default' when other methods failed.
14161         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14162         Do not push mark if inhibit-mark-movement is non-nil.
14164         * textmodes/ispell.el (ispell-html-skip-alists):
14165         Fix backslashes in docstring.
14167 2004-09-01  Juri Linkov  <juri@jurta.org>
14169         * isearch.el (isearch-wrap-function)
14170         (isearch-push-state-function): New defvars.
14171         (isearch-pop-fun-state): New defsubst.
14172         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14173         (isearch-push-state): Set the result of calling
14174         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14175         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14176         restore the mode-specific starting point of terminated search.
14177         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14178         (isearch-repeat): Call `isearch-wrap-function' if defined.
14179         (isearch-message-prefix): Don't add prefix "over" to the message
14180         for wrapped search if `isearch-wrap-function' is defined.
14181         (isearch-search): Call function saved in `isearch-pop-fun-state' to
14182         restore the mode-specific starting point of failed search.
14184         * info.el (Info-search-whitespace-regexp): Fix backslashes.
14185         (Info-search): Add new optional arguments for the sake of isearch.
14186         Replace whitespace in Info-search-whitespace-regexp literally.
14187         Add backward search.  Don't call `Info-select-node' if regexp is
14188         found in the same Info node.  Don't add node to Info-history for
14189         wrapped isearch.
14190         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14191         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14192         (Info-mode): Set local variables `isearch-search-fun-function',
14193         `isearch-wrap-function', `isearch-push-state-function',
14194         `search-whitespace-regexp'.
14196         * isearch.el: Remove ancient Change Log section.
14197         (isearch-string, isearch-message-string, isearch-point)
14198         (isearch-success, isearch-forward-flag, isearch-other-end)
14199         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14200         (isearch-barrier, isearch-within-brackets)
14201         (isearch-case-fold-search): Add suffix `-state' to state-related
14202         defsubsts to avoid name clashes with other function names.
14204         * simple.el (next-error): New defgroup and defface.
14205         (next-error-highlight, next-error-highlight-no-select):
14206         New defcustoms.
14207         (next-error-no-select): Let-bind next-error-highlight to the value
14208         of next-error-highlight-no-select before calling `next-error'.
14210         * progmodes/compile.el (compilation-goto-locus):
14211         Use `next-error' face instead of `region'.  Set 4-th argument of
14212         `move-overlay' to `current-buffer' to move overlay to different
14213         source buffers.  Use new variable `next-error-highlight'.
14215         * simple.el (next-error-find-buffer): Move the rule
14216         "if current buffer is a next-error capable buffer" after the
14217         rule "if next-error-last-buffer is set to a live buffer".
14218         Simplify to test all rules in one `or'.
14219         (next-error): Doc fix.
14220         (next-error, previous-error, first-error)
14221         (next-error-no-select, previous-error-no-select):
14222         Make arguments optional.
14224 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
14226         * macros.el (apply-macro-to-region-lines): Make it operate on all
14227         lines that begin in the region, rather than on all complete lines
14228         in the region.
14230 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14232         * x-dnd.el (x-dnd-protocol-alist): Document update.
14233         (x-dnd-known-types): Defcustom it.
14234         (x-dnd-handle-motif): Print message-atom in error message.
14236 2004-08-30  John Paul Wallington  <jpw@gnu.org>
14238         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14239         strings rather than programatically constructing message.
14241 2004-08-30  Richard M. Stallman  <rms@gnu.org>
14243         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14244         Don't return a string that would read as the wrong character code.
14246 2004-08-29  Kim F. Storm  <storm@cua.dk>
14248         * emulation/cua-base.el (cua-auto-expand-rectangles):
14249         Remove automatic rectangle padding feature; replace by non-destructive
14250         virtual rectangle edges feature.
14251         (cua-virtual-rectangle-edges): New defcustom.
14252         (cua-auto-tabify-rectangles): New defcustom.
14253         (cua-paste): If paste into a marked rectangle, insert rectangle at
14254         current column, even if virtual; also paste exactly as many lines
14255         as has been marked (ignore additional lines or add empty lines),
14256         but paste whole source if only one line is marked.
14257         (cua--update-indications): No longer use overwrite-cursor to
14258         indicate rectangle padding
14260         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14261         (cua--rectangle-virtual-edges): New defun.
14262         (cua--rectangle-get-corners): Remove optional PAD arg.
14263         (cua--rectangle-set-corners): Never do padding.
14264         (cua--forward-line): Remove optional PAD arg.  Simplify.
14265         (cua-resize-rectangle-right, cua-resize-rectangle-left)
14266         (cua-resize-rectangle-down, cua-resize-rectangle-up):
14267         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14268         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14269         (cua--rectangle-move): Never do padding.  Simplify.
14270         (cua--tabify-start): New defun.
14271         (cua--rectangle-operation): Add tabify arg.  All callers changed.
14272         (cua--pad-rectangle): Remove.
14273         (cua--delete-rectangle): Handle delete with virtual edges.
14274         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14275         (cua--insert-rectangle): Handle insert at virtual column.
14276         Perform auto-tabify if necessary.
14277         (cua--activate-rectangle): Remove optional FORCE arg.
14278         Never do padding.  Simplify.
14279         (cua--highlight-rectangle): Enhance for virtual edges.
14280         (cua-toggle-rectangle-padding): Remove command.
14281         (cua-toggle-rectangle-virtual-edges): New command.
14282         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
14283         (cua--rectangle-post-command): Don't force rectangle padding.
14284         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14286 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
14288         * indent.el (edit-tab-stops-buffer): Doc fix.
14290 2004-08-28  Richard M. Stallman  <rms@gnu.org>
14292         * progmodes/grep.el (grep-default-command): Use find-tag-default.
14293         (grep-tag-default): Function deleted.
14295         * subr.el (find-tag-default): Move from etags.el.
14297         * progmodes/etags.el (find-tag-default): Move to subr.el.
14299         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14300         into the basic character if it has an uppercase form.
14302 2004-08-27  Kenichi Handa  <handa@m17n.org>
14304         * international/utf-8.el (utf-8-post-read-conversion): If the
14305         buffer is unibyte, temporarily make it multibyte.
14307 2004-08-27  Masatake YAMATO  <jet@gyve.org>
14309         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14311 2004-08-25  John Paul Wallington  <jpw@gnu.org>
14313         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14314         0, 1, and many mismatches in message.
14315         (tex-start-shell): Use `set-process-query-on-exit-flag'.
14317         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14318         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14320 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14322         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14323         vc-diff-switches differently.
14325 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
14327         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14328         before and a real defvar after
14329         `speedbar-supported-extension-expressions'.  This is to silence
14330         the compiler without breaking bootstrapping.
14332 2004-08-22  Richard M. Stallman  <rms@gnu.org>
14334         * textmodes/flyspell.el (flyspell-word):
14335         Use set-process-query-on-exit-flag.
14336         (flyspell-highlight-duplicate-region): Take POSS as arg.
14337         (flyspell-word): Pass POSS as arg.
14339         * progmodes/ada-xref.el: Many doc and style fixes.
14340         (ada-find-any-references): Use compilation-start.
14341         (ada-get-ali-file-name): Improve error msg.
14342         (ada-get-ada-file-name): Likewise.
14344         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14345         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14347         * mail/mail-extr.el (mail-extr-all-top-level-domains):
14348         Add forward defvar.
14350         * whitespace.el (global-whitespace-mode): New alias
14351         for whitespace-global-mode.
14353         * speedbar.el (speedbar-file-regexp): Move definition up.
14354         (speedbar-mode, speedbar-set-mode-line-format):
14355         Use with-no-warnings.
14356         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14358         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14359         controls whether to display the error buffer.
14361         * ps-mule.el: Delete compatibility code for old Emacsen.
14362         (ps-mule-find-wrappoint): Don't use chars-in-region.
14364         * frame.el (display-mouse-p, display-selections-p):
14365         Use with-no-warnings.
14367         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14369 2004-08-22  David Kastrup  <dak@gnu.org>
14371         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14372         information.
14374         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14376 2004-08-22  Andreas Schwab  <schwab@suse.de>
14378         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14380 2004-08-22  Masatake YAMATO  <jet@gyve.org>
14382         * cvs-status.el (cvs-status-checkout): New function.
14383         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14385 2004-08-21  David Kastrup  <dak@gnu.org>
14387         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14388         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14389         has been converted to use hashtables, the relation `nil=none' is
14390         no longer valid, as `nil' is not a hashtable.  This patch tries to
14391         reduce the number of resulting errors.
14393 2004-08-21  John Paul Wallington  <jpw@gnu.org>
14395         * subr.el (process-kill-without-query): Made obsolete in
14396         version 21.4, not 21.5.
14398         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14399         (vc-previous-comment, vc-next-comment)
14400         (vc-comment-search-reverse, vc-comment-search-forward)
14401         (vc-comment-to-change-log): Likewise.
14403         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14405 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
14407         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14408         Correct indentation of DEFMETHODS with non-standard method
14409         combinations (e.g., PROGN, MIN, MAX).
14411 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * startup.el (normal-top-level-add-subdirs-to-load-path):
14414         Avoid unnecessarily checking system-type.
14415         (normal-top-level): Set TERM to "dumb".  Simplify.
14417         * avoid.el (mouse-avoidance-ignore-p): New fun.
14418         Also ignore switch-frame, select-window, double, and triple clicks.
14419         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14420         (mouse-avoidance-fancy-hook): Use it.
14422 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
14424         * avoid.el (mouse-avoidance-nudge-mouse)
14425         (mouse-avoidance-banish-destination): Stay within the current window
14426         to avoid problems with mouse-autoselect-window.
14428 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14430         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14431         the newer format of some messages in cvs-1.12.1.
14433 2004-08-19  Masatake YAMATO  <jet@gyve.org>
14435         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14436         (elp-results-jump-to-definition-by-mouse)
14437         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14438         (elp-output-result): Use elp-output-insert-symname.
14440 2004-08-18  Kenichi Handa  <handa@m17n.org>
14442         * language/cyrillic.el: Register koi8-r in
14443         ctext-non-standard-encodings-alist.
14444         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14446 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
14448         * emacs-lisp/copyright.el (copyright-update-year): Delete code
14449         that replaces 20xy with xy.
14451 2004-08-17  John Paul Wallington  <jpw@gnu.org>
14453         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14454         (reb-force-update): Doc fix.
14456 2004-08-16  Richard M. Stallman  <rms@gnu.org>
14458         * progmodes/which-func.el (which-func-update-1): Doc fix.
14460         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14461         (sh-mode-abbrev-table): New variable.
14463         * progmodes/compile.el (compilation-mode): Doc fix.
14465         * emacs-lisp/lisp-mode.el (eval-last-sexp):
14466         Don't cons a new symbol each time.
14467         (eval-last-sexp-fake-value): New variable.
14469         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14470         (copyright-update-year): Detect continuation of list of years.
14472         * term.el (term-default-fg-color, term-default-bg-color)
14473         (ansi-term-color-vector): Use `unspecified', not nil, as default.
14475         * imenu.el: Several doc fixes: don't say variables are buffer-local.
14477 2004-08-16  Davis Herring  <herring@lanl.gov>
14479         * isearch.el (isearch-string, isearch-message-string, isearch-point)
14480         (isearch-success, isearch-forward-flag, isearch-other-end)
14481         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14482         (isearch-barrier, isearch-within-brackets)
14483         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14485 2004-08-16  Kenichi Handa  <handa@m17n.org>
14487         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14489 2004-08-15  Kenichi Handa  <handa@m17n.org>
14491         * term/x-win.el (x-selection-value): If utf8 was successful but
14492         ctext was not, use utf8 string.
14494 2004-08-14  Davis Herring  <herring@lanl.gov>
14496         * isearch.el: Remove accidental changes of March 4.  Fix backing
14497         up when a regexp isearch is made more general.  Use symbolic
14498         accessor functions for isearch stack frames to make usage clearer.
14499         (search-whitespace-regexp): Made groups in documentation shy (as
14500         is the group in the default value).
14501         (isearch-fallback): New function, addresses problems with regexps
14502         liberalized by `\|', adds support for liberalization by `\}' (the
14503         general repetition construct), and incorporates behavior for
14504         `*'/`?'.
14505         (isearch-}-char): New command, calls `isearch-fallback' with
14506         arguments appropriate to a typed `}'.
14507         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14508         appropriately.
14509         (isearch-mode-map): Bind `}' to `isearch-}-char'.
14510         (isearch-string, isearch-message,string, isearch-point)
14511         (isearch-success, isearch-forward-flag, isearch-other-end)
14512         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14513         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14514         New inline functions to read fields of a stack frame.
14516 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
14518         * battery.el (battery-linux-proc-acpi): Look into battery
14519         directories matching the literal string "CMB", too (required for
14520         Linux kernel version 2.6.7).
14522 2004-08-14  John Paul Wallington  <jpw@gnu.org>
14524         * cus-start.el (read-file-name-completion-ignore-case): Add.
14525         (blink-cursor-alist): Change version to "21.4".
14527         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14529 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
14531         * speedbar.el (speedbar-scan-subdirs): New option.
14532         (speedbar-file-lists): Don't ignore file-name case on Unix and use
14533         dolist.
14534         (speedbar-insert-files-at-point): Take an extra argument and use
14535         it to optionally find out if a subdir is empty.  Also unreadable
14536         files don't get expand buttons.
14537         (speedbar-directory): New image (unused pixmap already existed).
14538         (speedbar-expand-image-button-alist): Use it.
14540 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
14542         CC Mode update to 5.30.9:
14544         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14545         Move from cc-vars to cc-defs for dependency reasons.  Fix the
14546         POSIX char class test to check that it works in
14547         `skip-chars-(forward|backward)' too.
14549         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14550         first argument starts with a special brace list.
14552         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14553         when `c-opt-type-concat-key' is used (i.e. in Pike).
14555         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14556         Fix bug when the inner char pair doesn't have paren syntax,
14557         i.e. "(<>)".
14559         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14560         whitespace safe.
14562         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14563         position for `arglist-intro', `arglist-cont-nonempty' and
14564         `arglist-close' when there are two arglist open parens on the same
14565         line and there's nothing in front of the first.
14567         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14568         locking of qualified names in Java, which previously could fontify
14569         common indexing expressions in many cases.  The standard Java
14570         naming conventions are used to tell them apart.
14572         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14573         Fix inconsistency wrt opening parens on the first line inside a paren
14574         block.
14576         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14577         compile time for the sake of `c-major-mode-is'.
14579         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14580         `c-major-mode-is' in the event that this is used inside a
14581         `c-lang-defconst'.
14583         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14584         `c-lang-defconst' so that it works better with fallback languages.
14586         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14587         it to fail to record the base mode.
14589         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14590         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14591         is used.  Reorder the syntax checks to get more efficient
14592         skipping in some situations.
14594         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14595         continuation which might precede the newly inserted '{'.
14597         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14598         Fix cases where it could loop indefinitely.
14600         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14601         size specs correctly.  Only fontify identifiers in front of '('
14602         with as functions - don't accept any paren char.  Tighten up
14603         initializer skipping to stop before function and class blocks.
14605         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14606         the point could be left directly after an open paren when finding
14607         the beginning of the first decl in the block.
14609         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14610         table when filtering out legitimate open parens to be recorded.
14611         This could cause cache inconsistencies when e.g.
14612         `c++-template-syntax-table' was temporarily in use.
14614         * progmodes/cc-engine.el (c-on-identifier)
14615         (c-simple-skip-symbol-backward): Small fix for handling "-"
14616         correctly in `skip-chars-backward'.  Affected the operator lfun
14617         syntax in Pike.
14619         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14620         Fix bug that could cause an error from `after-change-functions' when
14621         the changed region is at bob.
14623 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
14625         CC Mode update to 5.30.9:
14627         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14628         to say that <TAB> doesn't insert WS into a CPP line.
14629         (c-indent-command, c-tab-always-indent): Amend doc strings.
14631         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14632         checks for user errors, thus eliminating cryptic and unhelpful
14633         Emacs error messages.  (1) Check the arg to `c-set-style' is a
14634         string.  (2) Check that settings to `c-offsets-alist' are not
14635         spuriously quoted.
14637         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14638         which precedes the newly inserted `{'.
14640 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
14642         Sync with Tramp 2.0.44.
14644         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14645         function "tramp_file_attributes".  Otherwise, file names
14646         containing spaces are misinterpreted.  Reported by Magnus Henoch
14647         <mange@freemail.hu>.
14648         (tramp-handle-file-truename): FILENAME must be expanded first.
14649         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14650         obscure results.  Reported by D. Goel <deego@gnufans.org>.
14651         (tramp-handle-verify-visited-file-modtime): If file does not
14652         exist, say it is not modified if and only if that agrees with the
14653         buffer's record.  Check whether a file is visiting the buffer, or
14654         the buffer has no recorded last modification time.  Return t in
14655         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
14656         <teirllm@auburn.edu>.
14657         (tramp-handle-write-region): Pass modtime explicitly to
14658         `set-visited-file-modtime', because filename can be different
14659         from (buffer-file-name) if `file-precious-flag' is set.
14660         `set-visited-file-modtime' must be called always when `visit' is t
14661         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14662         (tramp-handle-set-visited-file-modtime): If `time-list' is not
14663         nil, don't apply the whole body.  If the file doesn't exists, set
14664         modtime to '(-1 65535).  Suggested by Luc Teirlinck
14665         <teirllm@auburn.edu>.
14667 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14669         * help.el (describe-bindings): Doc fix.
14671         * subr.el (kbd): Doc fix.
14673 2004-08-08  John Paul Wallington  <jpw@gnu.org>
14675         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14676         instead of `string-to-int'.
14677         (define-ibuffer-column mode): Fix indentation.
14679 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
14681         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14683 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14685         * subr.el (global-unset-key, local-unset-key): Doc fixes.
14687         * novice.el (disabled-command-function): New variable renamed from
14688         `disabled-command-hook'.
14689         (disabled-command-hook): Keep the _variable_ as alias for
14690         `disabled-command-function' and make obsolete.
14691         (disabled-command-function): Function renamed from
14692         `disabled-command-hook'.  Adapt code to name change of the variable.
14694 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
14696         * simple.el (completion-root-regexp): New defvar.
14697         (completion-setup-function): Use it instead of a literal string.
14699 2004-08-07  John Paul Wallington  <jpw@gnu.org>
14701         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14702         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14703         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14704         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14706 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
14708         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14709         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14711 2004-08-04  Kenichi Handa  <handa@m17n.org>
14713         * international/encoded-kb.el (encoded-kbd-setup-keymap):
14714         Fix previous change.
14716 2004-08-03  Kenichi Handa  <handa@m17n.org>
14718         * international/encoded-kb.el: The following changes are to
14719         utilize key-translation-map instead of minor mode map.
14720         (encoded-kbd-iso2022-non-ascii-map): Delete it.
14721         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14722         (encoded-kbd-last-key): New function.
14723         (encoded-kbd-iso2022-single-shift): New function.
14724         (encoded-kbd-iso2022-designation)
14725         (encoded-kbd-self-insert-iso2022-7bit)
14726         (encoded-kbd-self-insert-iso2022-8bit)
14727         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14728         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14729         key-translation-map.
14730         (encoded-kbd-setup-keymap): Setup key-translation-map.
14731         (saved-key-translation-map): New variable.
14732         (encoded-kbd-mode): Save/restore key-translation-map.
14733         Adjust for the change of encoded-kbd-setup-keymap.
14735 2004-08-02  Kim F. Storm  <storm@cua.dk>
14737         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14738         and call compute-motion with nil for topos and width to get proper
14739         usable width and height for both window and non-window systems.
14741         * windmove.el (windmove-coordinates-of-position): Let compute-motion
14742         calculate usable window width and height.
14744         * window.el (window-buffer-height): Call compute-motion with nil width.
14746 2004-08-01  David Kastrup  <dak@gnu.org>
14748         * replace.el (query-replace-read-from):
14749         Use `query-replace-compile-replacement'.
14750         (query-replace-compile-replacement): New function.
14751         (query-replace-read-to): Use `query-replace-compile-replacement'
14752         for repeating the last command.
14754 2004-08-01  John Paul Wallington  <jpw@gnu.org>
14756         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14757         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14758         (pr-switches): Remove period from end of error messages.
14760         * help-mode.el (help-go-back): Likewise.
14762         * abbrev.el (only-global-abbrevs): Doc fix.
14763         (edit-abbrevs-map): Define within defvar.
14764         (quietly-read-abbrev-file): Doc fix.
14766 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
14768         * novice.el (enable-command, disable-command): Doc fixes.
14770         * subr.el (event-modifiers, event-basic-type): Doc fixes.
14772 2004-07-30  Richard M. Stallman  <rms@gnu.org>
14774         * subr.el (with-local-quit): Doc fix.
14776 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
14778         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14780 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
14782         * custom.el (defcustom): Doc fix.
14784 2004-07-28  Masatake YAMATO  <jet@gyve.org>
14786         * progmodes/etags.el (etags-tags-apropos): Show building progress.
14788 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14790         * imenu.el (imenu-prev-index-position-function)
14791         (imenu-extract-index-name-function, imenu-name-lookup-function)
14792         (imenu--index-alist): Docstring redundancy fix.
14794 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
14796         * wdired.el (wdired-finish-edit): Require dired-aux before locally
14797         binding dired-backup-overwrite.
14799 2004-07-25  John Paul Wallington  <jpw@gnu.org>
14801         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14803 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
14805         * term/tty-colors.el (tty-color-approximate): Doc fix.
14807         * select.el (x-get-selection, x-set-selection): Doc fixes.
14809         * frame.el (make-frame): Doc fix.
14811 2004-07-24  Richard M. Stallman  <rms@gnu.org>
14813         * mail/rmail.el (rmail-mime-charset-pattern):
14814         Don't include semicolon in the charset value.
14816         * replace.el (occur-next-error): Call set-window-point.
14817         (occur-engine): Handle negative NLINES.
14819 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
14821         * frame.el (modify-all-frames-parameters): Minor doc fix.
14822         (set-frame-configuration): Doc fix.
14824 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14826         * simple.el (completion-setup-function): Compute the common parts
14827         and the first difference place correctly when
14828         partial-completion-mode is on.
14830 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14832         * ps-print.el: Doc fix.
14833         (ps-print-version): New version 6.6.5.
14834         (ps-printing-region): Doc fix.
14835         (ps-generate-string-list): Comment fix.
14836         (ps-message-log-max): Code fix.
14838 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14840         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14841         generated PostScript.
14843 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
14845         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
14846         with Gnus v5_10 branch.)
14848 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14850         * calendar/time-date.el (time-to-number-of-days): New function.
14851         Imported from Gnus.
14853 2004-07-22  Kim F. Storm  <storm@cua.dk>
14855         * progmodes/make-mode.el: Fix comments.
14857 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14859         * printing.el: Doc fix.
14861 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
14863         * frame.el (modify-all-frames-parameters): Minor doc fix.
14865 2004-07-20  Richard M. Stallman  <rms@gnu.org>
14867         * textmodes/fill.el (fill-nobreak-p): If this break point is
14868         at the end of the line, don't consider the newline which follows
14869         as a reason to return t.
14871 2004-07-19  John Paul Wallington  <jpw@gnu.org>
14873         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14875 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
14877         * dired-aux.el (dired-do-kill-lines): Expand docstring.
14878         Delete irrelevant code.
14880 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14882         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14883         New docstring.  From Luc Teirlinck.
14885 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
14887         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14888         section.
14889         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14890         non-file buffers.  We know it is nil.
14892 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14894         Sync with Tramp 2.0.43.
14896         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14897         Remove outdated comment.
14898         (tramp-locked, tramp-locker): New variables for implementing a
14899         global lock.
14900         (tramp-sh-file-name-handler): Use them to implement the global lock.
14902 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
14904         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
14905         calls to respective `xxx` calls.
14906         (tramp-process-alive-regexp): Precise doc string.
14907         (tramp-multi-action-process-alive): New defun.
14908         (tramp-multi-actions): Use it.
14909         (tramp-handle-find-backup-file-name): `copy-tree' is available
14910         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
14911         in order to avoid this function.
14912         (tramp-handle-write-region): Set current buffer.  If connection
14913         wasn't open, `file-modes' has changed it accidentally.  Reported by
14914         David Kastrup <dak@gnu.org>.
14915         (tramp-enter-password, tramp-read-passwd): New arguments USER and
14916         HOST.
14917         (tramp-action-password, tramp-multi-action-password): Apply it.
14918         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14919         name must still contain the port number.  Otherwise, we have two
14920         Tramp buffers, with all the confusion.  Reported by Myron Selby
14921         <myron@xytech.com> and Rolf Dubitzky
14922         <Dubitzky@physi.uni-heidelberg.de>.
14924         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14925         HOST to `tramp-enter-passwd'.
14927         * net/tramp-vc.el (all): Code cleanup.  Change all
14928         `tramp-handle-xxx' calls to respective `xxx` calls.
14930 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
14932         * emacs-lisp/testcover.el: New category "potentially-1valued" for
14933         functions that are not erroneous if either 1-valued or
14934         multi-valued.  Detect functions in this class.
14935         (testcover-1value-functions, testcover-compose-functions)
14936         (testcover-progn-functions) Add some additional functions to lists.
14937         (testcover-mark): Bugfix when marking up the definition for an
14938         empty function.
14940 2004-07-17  Richard M. Stallman  <rms@gnu.org>
14942         * replace.el (occur-read-primary-args): Pass default to
14943         read-from-minibuffer.
14945         * mail/footnote.el (footnote-section-tag): Use defcustom.
14947         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14948         Compile font-lock-keywords, not KEYWORDS.
14949         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14950         Add warn, check-type.  Handle cerror like error.
14952 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
14954         * progmodes/which-func.el (which-func-keymap): New var.
14955         (which-func-face): New face.
14956         (which-func-format): Use them.
14958 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14960         * buff-menu.el (list-buffers-noselect): Append the buffer's
14961         process status to its mode name.
14963 2004-07-16  Kim F. Storm  <storm@cua.dk>
14965         * simple.el (inhibit-mark-movement): New defvar.
14966         (beginning-of-buffer, end-of-buffer): Do not push mark if
14967         inhibit-mark-movement is non-nil or C-u prefix is given.
14969         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14970         Init to beginning-of-buffer and end-of-buffer.
14971         (cua--undo-push-mark): New defvar.
14972         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14973         already active and command is in cua--preserve-mark-commands.
14974         Also fix check for shift modifier on non-window systems.
14975         (cua--post-command-handler): Clear inhibit-mark-movement if set.
14977 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
14979         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14980         of two integers, instead of a cons.
14982         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14983         `visited-file-modtime' now returns a list of two integers, instead
14984         of a cons.
14986         * dired.el (dired-directory-changed-p): Ditto.
14988         * progmodes/grep.el (grep): Doc fix.
14990 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
14992         * autorevert.el (auto-revert-tail-mode)
14993         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14994         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14995         in both at the same time.
14996         (auto-revert-tail-mode): New command.
14997         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14998         (auto-revert-handler): Revert only either tail or whole file.
15000         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15001         add auto-revert-tail-mode.
15003 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15005         * printing.el: Doc fix.  Change name of some funs.
15006         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
15007         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
15008         (pr-standard-file-name): New fun.  Replace pr-standard-path.
15009         (pr-call-process): Code fix.
15011 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
15013         * subr.el (with-selected-window): Doc fix.
15015 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
15017         * subr.el (get-buffer-window-list): Doc fix.
15019 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
15021         * files.el (switch-to-buffer-other-window): Doc fix.
15023         * window.el (save-selected-window, one-window-p)
15024         (split-window-keep-point, split-window-vertically)
15025         (split-window-horizontally): Doc fixes.
15027 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15029         * printing.el: Doc fix.  Now it uses call-process instead of
15030         shell-command for low command execution.
15031         (pr-version): New version number (6.8).
15032         (pr-shell-file-name): Option removed.
15033         (pr-shell-command): Fun removed.
15034         (pr-call-process): New fun.  Replace pr-shell-command.
15035         (pr-standard-path, pr-remove-nil-from-list): New funs.
15036         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15037         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15038         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15039         (pr-ps-utility-process, pr-txt-print): Code fix.
15041 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15043         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15044         boolean.
15046 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
15048         * wid-edit.el (widget-field-buffer): Doc fix.
15050 2004-07-09  John Paul Wallington  <jpw@gnu.org>
15052         * emacs-lisp/re-builder.el (reb-update-overlays):
15053         Distinguish between one and several matches in message.
15055 2004-07-09  Richard M. Stallman  <rms@gnu.org>
15057         * mouse.el (mouse-set-region-1): If transient-mark-mode
15058         is `identity', change it to `only'.
15060         * simple.el (current-word): Doc fix.
15062 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
15064         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15065         so that it is more understanding of whitespace.
15067         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15068         (("ns" . "element") (attr-list) children) instead of
15069         ((:ns . "element") (attr-list) children) in order to reduce the
15070         number of symbols used.
15071         (xml-skip-dtd): Change to use xml-parse-dtd but set
15072         xml-validating-parsing to nil.
15073         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15074         (xml-substitute-entity): Remove in favor of new entity substitution.
15075         (xml-substitute-special): Rewrite in to substitute complex
15076         entities from DOCTYPE declarations.
15077         (xml-parse-fragment): Parse fragments from entity declarations.
15078         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15079         (xml-parse-dtd, xml-substitute-special): Make validity checks
15080         conditioned on xml-validating-parser.  Add "Not Well Formed" to
15081         error messages about well-formedness.
15083 2004-07-08  Steven Tamm  <steventamm@mac.com>
15085         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15086         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15087         Do not treat double clicks and triple clicks specially in the
15088         scroll bar (preventing strange repositioning problems)
15090 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15092         * replace.el (query-replace-regexp-eval): Fix last change.
15094 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15096         * replace.el (query-replace-descr): New fun.
15097         (query-replace-read-from, query-replace-read-args): Default to the
15098         previous from&to.
15099         (query-replace-read-to): Quote the `from' string when displaying it.
15100         (query-replace-regexp-eval): Immediately check read-only status.
15101         Use query-replace-read-from to get the \n checking.
15102         Quote the `from' string when displaying it.
15103         (map-query-replace-regexp, occur-read-primary-args):
15104         Quote the `from' string when displaying it.
15106         * isearch.el (isearch-query-replace): Pass the regexp-ness and
15107         delimited-ness of the search to query-replace.
15109         * replace.el (query-replace-read-from, query-replace-read-to):
15110         New funs extracted from query-replace-read-args.
15111         (query-replace-read-args): Use them.
15113         * replace.el (query-replace-interactive, query-replace-read-args):
15114         Remove the `initial' special value.
15115         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15116         (occur-engine): Remove unused var `matchend'.
15118         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15119         Use the search string without prompting.
15121 2004-07-05  Kenichi Handa  <handa@m17n.org>
15123         * international/mule.el (decode-coding-inserted-region):
15124         Set last-coding-system-used only when coding is nil.
15126 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
15128         * progmodes/grep.el (grep-compute-defaults, grep-command)
15129         (grep-program, find-program, grep-find-use-xargs, grep-history)
15130         (grep-find-history, grep-tag-default, grep-find-command)
15131         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15132         Add autoload cookies, for unbundled packages that load `compile'
15133         and expect all grep-related symbols to become defined.
15135 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
15137         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15138         (iimage-mode-image-search-path): New user option to search the
15139         image file.
15140         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
15141         have locate-file.
15142         (iimage-mode-buffer): Use it.
15144 2004-07-03  Nick Roberts  <nickrob@gnu.org>
15146         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15147         carefully.
15148         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15150 2004-07-03  Juri Linkov  <juri@jurta.org>
15152         * replace.el (query-replace-read-args): Swallow space after 'foo,
15153         not after (quote foo).  Match space only immediately after symbol,
15154         not anywhere in the whole string.
15156 2004-07-02  Richard M. Stallman  <rms@gnu.org>
15158         * replace.el (query-replace-read-args): Swallow space after
15159         symbols, not after closeparens.  But avoid error if string ends there.
15161         * progmodes/python.el (python-beginning-of-statement):
15162         Exit the loop if backward-up-list gets error.
15164         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15166 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
15168         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15169         only if vc-consult-headers is non-nil.
15171 2004-07-02  Juri Linkov  <juri@jurta.org>
15173         * pcvs.el (cvs-mode-diff-repository): New command.
15175         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15177 2004-07-01  Juri Linkov  <juri@jurta.org>
15179         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15180         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
15181         C-M-% to isearch-query-replace-regexp.
15182         (minibuffer-local-isearch-map): Add arrow key bindings.
15183         Bind C-f to isearch-yank-char-in-minibuffer.
15184         (isearch-forward): Doc fix.
15185         (isearch-edit-string): Doc fix.
15186         (isearch-query-replace, isearch-query-replace-regexp): New funs.
15187         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
15188         (isearch-yank-char): Add optional arg.
15189         (isearch-yank-char-in-minibuffer): New fun.
15191         * replace.el (query-replace-interactive): Change type from boolean
15192         to choice.  Add value `initial'.
15193         (query-replace-read-args): Handle value `initial' of
15194         query-replace-interactive.
15196 2004-06-29  Kim F. Storm  <storm@cua.dk>
15198         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15199         (breakpoint-disabled-bitmap-face): Add :group 'gud.
15201         * progmodes/ada-xref.el (ada-tight-gvd-integration):
15202         Add :group 'ada.
15204         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15206 2004-06-29  Juri Linkov  <juri@jurta.org>
15208         * replace.el (query-replace-read-args): Swallow a space after
15209         everything except )]" which in most cases means after a symbol.
15211         * emacs-lisp/pp.el (pp-buffer): Add autoload.
15213 2004-06-28  Richard M. Stallman  <rms@gnu.org>
15215         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15216         More changes to go with previous change in font-lock.el.
15218 2004-06-26  David Kastrup  <dak@gnu.org>
15220         * replace.el (perform-replace): Highlight the match even in
15221         non-query mode if there is potential replace string editing.
15223 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
15225         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15226         agree with new return value of `file-remote-p'.
15227         This syncs with Tramp 2.0.42.
15229         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15230         according to new documentation of `file-remote-p'.
15232         * files.el (file-remote-p): Fix doc to say that return value is
15233         identification of remote system, if not nil.
15234         (file-relative-name): Use new return value of `file-remote-p'.
15236 2004-06-26  Nick Roberts  <nickrob@gnu.org>
15238         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15239         (gdb-goto-breakpoint): Fix breakage.
15241 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
15243         * man.el (Man-getpage-in-background): Add windows-nt to the list
15244         of systems where shell-file-name should be used instead of
15245         literal "sh".
15247 2004-06-25  Sam Steingold  <sds@gnu.org>
15249         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15250         function names `(setf symbol)'.
15252 2004-06-24  Richard M. Stallman  <rms@gnu.org>
15254         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15256         * font-lock.el (font-lock-keywords): Change format of compiled values.
15257         Document it.
15258         (font-lock-add-keywords): If font-lock-keywords is compiled,
15259         extract the uncompiled version, modify, then recompile.
15260         (font-lock-remove-keywords): Likewise.
15261         (font-lock-fontify-keywords-region): Handle changed format.
15262         (font-lock-compile-keywords): Handle changed format.
15263         (font-lock-set-defaults): Compile the keywords explicitly here.
15265 2004-06-24  David Kastrup  <dak@gnu.org>
15267         * replace.el (query-replace-read-args): Implement `\,' and `\#'
15268         replacements here.
15269         (query-replace-regexp): Doc string explaining this and the new
15270         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
15271         is better placed in `query-replace-read-args'.
15272         (replace-regexp): Explain `\,', `\#' and `\?'.
15273         (replace-match-data): New function for thorough reuse/destruction
15274         of old match-data.
15275         (replace-match-maybe-edit): Function for implementing `\?' editing.
15276         (perform-replace): Fix maintaining of the match stack including
15277         already matched regions, implement `\?', fix various problems
15278         with regions while editing and other stuff.
15279         (replace-highlight): Simplify.
15281 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
15283         * progmodes/grep.el (grep-error-screen-columns): New variable.
15284         (grep-regexp-alist): Give it the full functionality of gnu style
15285         compilation messages with line and column ranges.  Ask me for the
15286         perl script I'm working on, that uses these.
15288 2004-06-23  Nick Roberts  <nickrob@gnu.org>
15290         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15291         Remove.
15292         (comint-insert-input, comint-mouse-insert-input): New functions
15293         based on comint-insert-clicked-input for two bindings but just
15294         one functionality.
15296 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
15298         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15300 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
15302         * files.el (write-contents-functions): Doc fix.
15304 2004-06-21  Juanma Barranquero  <lektu@terra.es>
15306         * image.el (image-library-alist): Rewrite docstring in active voice.
15308 2004-06-20  Richard M. Stallman  <rms@gnu.org>
15310         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15312         * isearch.el (isearch-repeat): Avoid testing old match data.
15313         (isearch-message): Display trailing space in special font
15314         when search is failing.
15315         (isearch-search-fun-function): Doc fix.
15317         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15319 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
15321         * frame.el (show-trailing-whitespace): Doc fix.
15323         * cus-edit.el (custom-variable-documentation): New function.
15324         (custom-variable): Use it.
15326 2004-06-19  Nick Roberts  <nickrob@gnu.org>
15328         * man.el (Man-getpage-in-background): Revert previous change but
15329         make cygwin a special case.
15331 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
15333         * autorevert.el (global-auto-revert-non-file-buffers):
15334         Update docstring.
15336 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
15338         * progmodes/compile.el (compilation-error-properties): Store one
15339         more than end-col, if present, so that transient-mark-mode will
15340         highlight last char too.
15341         * progmodes/grep.el (grep-regexp-alist): Match columns and column
15342         ranges, if present.
15344 2004-06-18  Jason Rumney  <jasonr@gnu.org>
15346         * makefile.w32-in: Double percent signs in for loops.
15348 2004-06-17  David Kastrup  <dak@gnu.org>
15350         * replace.el (query-replace-read-args): Only warn about use of \n
15351         and \t when we are doing a regexp replacement and the actual
15352         escaped character is n or t.
15353         (query-replace-regexp): Add \, and \# interpretation to
15354         interactive call and document it.
15355         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15356         as shortkey for replace-count.
15357         (replace-quote): New function for doubling backslashes.
15359 2004-06-17  Juanma Barranquero  <lektu@terra.es>
15361         * files.el (parse-colon-path, cd): Mention in docstring that the
15362         path separator is colon in GNU-like systems.
15364         * newcomment.el (comment-region-internal): Fix docstring.
15366         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15367         (ewoc-invalidate, ewoc-collect): Doc fixes.
15368         (ewoc--create-node, ewoc--delete-node-internal):
15369         Fix typos in docstring.
15371 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15373         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15374         manual to docstring.
15376 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15378         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15380 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15382         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15383         Add hyperlink to emacs-xtra manual to docstring.
15385         * autorevert.el (global-auto-revert-non-file-buffers):
15386         Add hyperlink to emacs-xtra manual to docstring, as well as an
15387         info-link.
15389 2004-06-14  Juanma Barranquero  <lektu@terra.es>
15391         * image.el (image-library-alist): New variable to map image types
15392         to external libraries.  Initialized to nil, unless system-specific
15393         configs change it.
15394         (image-type-available-p): Determine whether an image type is
15395         available by calling `init-image-library'.
15397         * term/w32-win.el (image-library-alist): Initialize to a known set
15398         of probable library names.
15400 2004-06-14  Kenichi Handa  <handa@m17n.org>
15402         * international/code-pages.el (windows-1256, cp1125): Fix tables
15403         for several characters.
15405         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15407 2004-06-13  Richard M. Stallman  <rms@gnu.org>
15409         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15411         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15412         not "`pc-selection-mode'".
15414         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15416         * simple.el (previous-matching-history-element): Specify a default.
15418         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15420         * cus-face.el (custom-declare-face): Simplify code.
15422         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15424 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15426         * files.el (before-save-hook): Add `time-stamp' to the options.
15428         * time-stamp.el (time-stamp): Recommend adding it to
15429         `before-save-hook', rather than `write-file-functions'.
15430         Make a similar change in `Commentary' section.
15432 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15434         * diff-mode.el (diff-current-defun): If at start of hunk, use
15435         position of first change.
15437 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
15439         * dired-x.el (dired-mark-omitted): Bind to "*O".
15441 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
15443         * bookmark.el (bookmark-bmenu-relocate): New function, as
15444         suggested by David J. Biesack <David.Biesack@sas.com>.
15445         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15446         (bookmark-bmenu-mode): Describe binding in doc string.
15447         (bookmark-set-filename): Save the bookmark list if it's time.
15449 2004-06-13  Kenichi Handa  <handa@m17n.org>
15451         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15452         (ccl-untranslated-to-ucs): Fix typo.
15454 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15456         * progmodes/python.el (python-open-block-statement-p):
15457         Fix indentation after a block opening that contains a comment.
15459 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
15461         * bindings.el (completion-ignored-extensions): Add file extensions
15462         of Python byte-compiled files.
15464 2004-06-12  Juri Linkov  <juri@jurta.org>
15466         * info.el (Info-goto-node): Add autoload.
15467         (Info-toc): Add substring-no-properties on Info file name.
15468         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15469         (Info-mode-map): Bind L to Info-history, T to Info-toc.
15471 2004-06-12  Kenichi Handa  <handa@m17n.org>
15473         * international/mule-cmds.el (set-language-environment):
15474         Load subst tables if necessary.
15476         * international/mule.el (decode-char): Load subst tables if necessary.
15477         (encode-char): Likewise.
15479         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15480         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
15481         (utf-16le-decode-loop): Set r5 to -1 before loop.
15482         (utf-16be-decode-loop): Likewise.
15483         (ccl-decode-mule-utf-16le): Add EOF processing block.
15484         (ccl-decode-mule-utf-16be): Likewise.
15485         (ccl-decode-mule-utf-16le-with-signature): Likewise.
15486         (ccl-decode-mule-utf-16be-with-signature): Likewise.
15487         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
15488         (ccl-mule-utf-16-encode-untrans): New CCL.
15489         (utf-16-decode-to-ucs): Handle pre-read character.
15490         (utf-16le-encode-loop): Handle surrogate pair.
15491         (utf-16be-encode-loop): Likewise.
15492         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15493         of utf-16le-encode-loop.
15494         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15495         of utf-16be-encode-loop.
15496         (mule-utf-16-post-read-conversion):
15497         Call utf-8-post-read-conversion at first.
15498         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15499         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15500         Add post-read-conversion and pre-write-conversion.
15502         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15503         (utf-translate-cjk-unicode-range): New variable.
15504         (utf-translate-cjk-load-tables): New function.
15505         (utf-lookup-subst-table-for-decode): New function.
15506         (utf-lookup-subst-table-for-encode): New function.
15507         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
15508         tables here.  Update safe-charsets of utf-* coding systems.
15509         (ccl-mule-utf-untrans): New CCL.
15510         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
15511         at end of each branch.
15512         (ccl-mule-utf-8-encode-untrans): New CCL.
15513         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15514         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
15515         length of encoding.  Don't return r0.
15516         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
15517         (utf-8-post-read-conversion): Narrow to region properly.
15518         If utf-translate-cjk-mode is on, load tables if necessary.
15519         Call utf-8-compose with hash-table arg if necessary.
15520         Call XXX-compose-region instead of XXX-post-read-conversion.
15521         (utf-8-pre-write-conversion): New function.
15522         (mule-utf-8): Include CJK charsets in safe-charsets if
15523         utf-translate-cjk-mode is on.  Add pre-write-conversion.
15525         * international/characters.el: Temporarily set
15526         utf-translate-cjk-mode to nil.
15528         * language/devan-util.el (devanagari-compose-region):
15529         Add autoload cookie.
15531         * international/ccl.el (ccl-dump-call): Fix printing the
15532         subroutine name.
15534 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15536         * dired.el (dired-revert): If buffer is marked unmodified before
15537         reverting, keep it marked unmodified.
15538         Adapt to new conventions for commenting out code.
15539         (dired-make-relative): Adapt to new conventions for commenting out code.
15541 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
15543         * eshell/esh-module.el (eshell-load-defgroups):
15544         Bind `vc-handled-backends' to nil when opening files.
15546 2004-06-11  Juanma Barranquero  <lektu@terra.es>
15548         * files.el (parse-colon-path, cd): Doc fixes (refer to
15549         `path-separator', not colon).
15551 2004-06-10  Juanma Barranquero  <lektu@terra.es>
15553         * newcomment.el (comment-search-forward)
15554         (comment-search-backward): Fix typos in docstring.
15555         (comment-region): Doc fix.
15557 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
15559         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15560         switch is no longer stored in `dired-switches-alist'.
15562         * dired-aux.el (dired-insert-subdir): Do not store R switch in
15563         `dired-switches-alist'.
15565 2004-06-10  Kim F. Storm  <storm@cua.dk>
15567         * pcvs.el (cvs-mode-diff-yesterday): New command.
15569         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15571 2004-06-10  Juri Linkov  <juri@jurta.org>
15573         * emacs-lisp/edebug.el (edebug-eval-defun):
15574         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15575         Fix docstring.
15577         * simple.el (eval-expression-print-format): Don't print additional
15578         information on the first call to `eval-print-last-sexp'.
15579         (next-error-find-buffer): Fix punctuation.
15580         (killing) <defgroup>: Fix punctuation.
15581         (yank-excluded-properties): Change group from editing to killing.
15583         * replace.el (perform-replace): Use `limit' to terminate the
15584         while-loop explicitly.
15586 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15588         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15589         Use lc-*.xpm as prefix instead of *-locol.xpm.
15591         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15592         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15593         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15594         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15595         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15596         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15597         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15598         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15599         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15600         * toolbar/lc-up_arrow.xpm:
15601         Rename from *-locol.xpm.
15603 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
15605         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15606         include forms like &<str>; as valid url patterns.
15608 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
15610         * dired.el (dired-diff, dired-backup-diff)
15611         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15612         (dired-do-chown, dired-do-touch, dired-do-print)
15613         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15614         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15615         (dired-create-directory, dired-do-copy, dired-do-symlink)
15616         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15617         (dired-do-copy-regexp, dired-do-hardlink-regexp)
15618         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15619         (dired-maybe-insert-subdir, dired-next-subdir)
15620         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15621         (dired-kill-subdir, dired-tree-up, dired-tree-down)
15622         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15623         (dired-run-shell-command, dired-query): Remove redundant,
15624         or incorrect, autoloads.
15626         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15627         does not end in a slash.  Add optional argument KILL-ROOT.
15628         Update docstring.
15629         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15630         (dired-query): Add autoloads.
15632 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
15634         * progmodes/compile.el (compilation-set-window-height):
15635         Rearrange the save-* functions because a buffer can have several current
15636         point in different windows.
15637         (compilation-error-regexp-alist-alist): Recognize {standard input}
15638         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15640 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15642         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15643         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15644         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15645         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15646         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15647         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15648         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15649         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15650         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15651         * toolbar/up_arrow-locol.xpm:
15652         New versions of icons that uses fewer colors.
15654         * toolbar/tool-bar.el (tool-bar-local-item)
15655         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15656         if display-color-cells is 256 or less.
15658 2004-06-08  Kim F. Storm  <storm@cua.dk>
15660         * wid-edit.el (widget-specify-button): Use hand pointer rather
15661         than mouse-face as visible mouse-over effect.
15663 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
15665         * saveplace.el (save-place-alist-to-file): Bind `print-length'
15666         and `print-level' to nil when writing out `save-place-alist'.
15667         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15669 2004-06-07  Juanma Barranquero  <lektu@terra.es>
15671         * completion.el (completion-kill-region): Doc fix.
15673         * format.el (format-insert-annotations)
15674         (format-annotate-location): Doc fixes.
15675         (format-subtract-regions): Make arguments match their use in docstring.
15677         * simple.el (kill-region): Doc fix.
15679         * subr.el (insert-buffer-substring-no-properties)
15680         (insert-buffer-substring-as-yank): Doc fixes.
15682 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
15684         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15685         Update docstring.
15686         (dired-reset-subdir-switches): New function.
15688         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15689         Limit scope of `buffer-read-only' binding.
15691 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
15693         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15694         eshell-explicit-command-char.
15696 2004-06-06  Juanma Barranquero  <lektu@terra.es>
15698         * help-fns.el (help-argument-name): Inherit from italic face only
15699         if the frame supports it.
15701 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15703         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15704         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15705         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15706         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15707         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15708         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15709         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15710         New conversions from xpm files.
15712         * toolbar/README: New file.
15714 2004-06-06  Richard M. Stallman  <rms@gnu.org>
15716         * isearch.el (isearch-mode-map): Undo previous change.
15718 2004-06-05  Juri Linkov  <juri@jurta.org>
15720         * bindings.el (debug-ignored-errors): Add regexps for history
15721         related messages.  Remove $ from "No further undo information".
15722         Move Ediff's messages to ediff.el.
15724         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15726         * cus-edit.el (custom-display): Add `min-colors'.
15728         * custom.el (defface): Add `supports' to docstring.
15730         * help-fns.el (help-argument-name): Add :group 'help.
15732 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
15734         * find-dired.el (find-ls-subdir-switches): New user option.
15735         (find-dired): No longer call `abbreviate-file-name' on DIR.
15736         Set `dired-subdir-switches' buffer-locally.
15738         * locate.el: Merge the two `Commentary' sections.
15739         (locate-ls-subdir-switches): New user option.
15740         (locate): Update for other changes.
15741         (locate-mode-map): Restore Dired binding for mouse-2.
15742         Bind `locate-mouse-view-file' to M-mouse-2.
15743         Bind `l' to `locate-do-redisplay'.
15744         (locate-main-listing-line-p, locate-do-redisplay): New functions.
15745         (locate-mouse-view-file, locate-tags, locate-find-directory):
15746         Print message if used outside main listing.
15747         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
15748         Various changes to support inserted subdirectories.
15749         (locate-insert-header): Change header of *Locate* buffer.
15751         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15752         Change interactive default switches.
15753         (dired-rename-subdir-2): Update `dired-switches-alist'.
15754         (dired-insert-subdir, dired-kill-subdir):
15755         Handle `dired-switches-alist'.  Do not mark buffer modified.
15756         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15757         (dired-insert-subdir-doinsert): Omit messages.
15758         Handle `dired-subdir-switches'.
15759         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15761         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15762         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15763         subdirs if -R switch is used for a subdir.
15764         (dired-mode): Set `dired-switches-alist'.
15765         (dired-build-subdir-alist): Only print number of directories in
15766         echo area when invoked interactively.
15768 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
15770         * dired-x.el (dired-omit-mode): Rename from
15771         dired-omit-files-p.  Use define-minor-mode to define it.
15772         (dired-omit-files-p): Add as alias for dired-omit-mode.
15773         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
15774         dired-mark-omitted.
15775         (dired-mark-omitted): Add.  Bind to M-O.
15777 2004-06-05  Kenichi Handa  <handa@m17n.org>
15779         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15781 2004-06-05  Juanma Barranquero  <lektu@terra.es>
15783         * help-fns.el (help-argument-name): Reintroduce face.
15784         (help-default-arg-highlight): Use it, now that
15785         `face-differs-from-default-p' can be trusted.
15787 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15789         * textmodes/table.el: Sentence commands added to Point Motion
15790         group; kill and backward-kill commands added to Extraction group.
15792 2004-06-04  Mario Lang  <mlang@delysid.org>
15794         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15795         systems appear to use mW, make the code handle this.  Fix a
15796         division-by-zero bug while at it, and handle kernels with
15797         a slightly different layout in /proc/acpi.
15799 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
15801         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15802         because the latter is a CL-ism.  This fixes the bug reported by
15803         Shawn Boyette <mdxi@collapsar.net> in
15804         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15806 2004-06-04  Miles Bader  <miles@gnu.org>
15808         * faces.el (display-supports-face-attributes-p): Function moved to
15809         C code.  Previously only the tty-related portion of this function
15810         was done in C; however the previous attempt to do a halfway-proper
15811         job for non-tty displays in lisp didn't work properly because of
15812         funny conditions during Emacs startup.
15813         (face-differs-from-default-p): Simplify, now that
15814         display-supports-face-attributes-p works properly on all display
15815         types.  Remove :stipple from comparison; it doesn't really work
15816         in emacs anyway.
15818 2004-06-04  Miles Bader  <miles@gnu.org>
15820         * faces.el (face-differs-from-default-p): Use a different
15821         implementation, so we can really check whether FACE displays
15822         differently or not.
15824 2004-06-04  Miles Bader  <miles@gnu.org>
15826         * faces.el (display-supports-face-attributes-p): Implement a
15827         `different from default' check for non-tty displays.
15829 2004-06-03  David Kastrup  <dak@gnu.org>
15831         * woman.el (woman-mapcan): More concise code.
15832         (woman-topic-all-completions, woman-topic-all-completions-1)
15833         (woman-topic-all-completions-merge): Replace by a simpler and
15834         much faster implementation based on O(n log n) sort/merge instead
15835         of the old O(n^2) behavior.
15837 2004-06-03  Miles Bader  <miles@gnu.org>
15839         * subr.el (read-number): Use canonical format for default in prompt.
15841         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15842         Add regexp for " [...]" style defaults.
15844 2004-06-02  Romain Francoise  <romain@orebokech.com>
15846         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15847         groups: if the user asks for a hidden buffer, open the
15848         corresponding filter group to expose it.
15850         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15851         `ibuffer-jump-to-buffer'.
15852         (ibuffer-jump-offer-only-visible-buffers): New user option.
15854 2004-06-02  Juanma Barranquero  <lektu@terra.es>
15856         * faces.el (frame-update-faces): Add empty docstring so the one
15857         for `ignore' doesn't show through.
15859         * subr.el (process-kill-without-query): Remove spurious "\n" on
15860         obsolescence string.
15861         (focus-frame, unfocus-frame): Add obsolescence declaration and
15862         empty docstring.
15864         * international/mule.el (register-char-codings): Make alias for
15865         `ignore'.  Move docstring to obsolescence info and remove redundancy.
15867 2004-06-02  Kim F. Storm  <storm@cua.dk>
15869         * frame.el (blink-cursor-start): Turn cursor off initially so blink
15870         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15872 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15874         * comint.el (comint-replace-by-expanded-history-before-point):
15875         Obey `start' as the docstring says.
15876         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15877         (comint-update-fence): Prevent font-lock from running unnecessarily.
15878         (comint-dynamic-list-completions): Use with-current-buffer.
15880 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15882         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15883         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15884         (bibtex-entry-update): Handle alternatives and optional fields.
15885         (bibtex-parse-entry): Bugfix, handle empty key.
15887 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15889         * vc-arch.el (vc-arch-state): Don't assume the file exists.
15891 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
15893         * desktop.el (desktop-save): Don't save minor modes without a
15894         known mode initialization function.
15896 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
15898         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15900         * autorevert.el: Update `Commentary' section.
15902 2004-05-30  Juanma Barranquero  <lektu@terra.es>
15904         * dos-fns.el (convert-standard-filename):
15905         * files.el (convert-standard-filename):
15906         * w32-fns.el (convert-standard-filename):
15907         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15909 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
15911         Sync with Tramp.
15913         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15914         (tramp-let-maybe): Move to an earlier spot in the file.
15915         Patch by Andreas Schwab.
15917 2004-05-30  Andreas Schwab  <schwab@suse.de>
15919         * dired.el (dired-get-filename): Don't use dired-re-dot.
15921 2004-05-30  Richard M. Stallman  <rms@gnu.org>
15923         * files.el (find-file): Doc fix.
15925         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15927 2004-05-30  Nick Roberts  <nickrob@gnu.org>
15929         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15930         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15931         modeline of the locals buffer.
15932         (gdb-goto-breakpoint): Handle gdbmi.
15933         (gdb-get-frame-number): Change for gdbmi.
15935 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
15937         * files.el (file-remote-p): Apply file name handler for operation
15938         `file-remote-p'.  It isn't a property any longer.
15939         (file-relative-name): `fh' and `fd' get the required value via
15940         `find-file-name-handler' already.
15942         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15943         (top): Remove setting of `file-remote-p' property for
15944         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
15946 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
15948         Version 2.0.41 of Tramp released.
15950         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15951         Throw away if process has died.
15952         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15953         (tramp-out-of-band-prompt-regexp): Rename to
15954         `tramp-process-alive-regexp', because its usage is widen.
15955         (tramp-actions-copy-out-of-band): Apply it.
15956         (tramp-actions-before-shell, tramp-multi-actions):
15957         Add `tramp-action-process-alive' action.
15958         (tramp-action-process-alive): New defun.
15959         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15960         Add entry for `file-remote-p'.
15961         (tramp-handle-file-remote-p): New defun.
15962         (top): Remove setting of `file-remote-p'.  Don't set
15963         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15965         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15966         `file-remote-p'.
15968         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15969         counted for (last) line.  [They should or they shouldn't?  --Stef]
15970         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15972 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
15974         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15975         not really necessary but seems to keep the shell history smaller
15976         in some cases.  It is no substitute for setting HISTFILE and
15977         HISTSIZE from tramp-open-connection-setup-interactive-shell,
15978         though.  Suggested by Luc Teirlinck.
15979         (tramp-open-connection-setup-interactive-shell): Export variables
15980         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
15981         (tramp-set-process-query-on-exit-flag): New compat function.
15982         (tramp-open-connection-multi, tramp-open-connection-su)
15983         (tramp-open-connection-rsh, tramp-open-connection-telnet)
15984         (tramp-do-copy-or-rename-file-out-of-band): Use it.
15985         (tramp-let-maybe): New macro, let-binds a variable only if it
15986         isn't obsolete.
15987         (tramp-check-ls-commands, tramp-handle-expand-file-name)
15988         (tramp-handle-file-truename): Use it.
15989         (tramp-completion-file-name-regexp-unified): Avoid matching
15990         filenames starting with "/:" -- those are reserved for
15991         file-name-non-special.
15993         * tramp-smb.el (tramp-smb-open-connection):
15994         Use tramp-set-process-query-on-exit-flag compat function.
15996 2004-05-29  Richard M. Stallman  <rms@gnu.org>
15998         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16000         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16001         (eval-last-sexp-print-value): Print char equivalent regardless
16002         of standard-output value.
16004         * thumbs.el (thumbs-subst-char-in-string): Delete.
16005         (thumbs-thumbname): Use subst-char-in-string.
16006         (thumbs-resize-image): Use condition-case, not ignore-errors.
16007         (thumbs-kill-buffer): Likewise.
16009         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
16010         (thumbs-mode): Make buffer read-only.
16011         (thumbs-make-thumb): Unconditionally accept an existing file.
16012         (thumbs-insert-thumb): Add thumb-image-file property to the image.
16013         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16014         (thumbs-show-thumbs-list): Error if images not supported.
16015         (thumbs-save-current-image): Improve prompt string.
16016         (thumbs-mode-map): Define u, R, x.
16017         (thumbs-unmark): New command.
16018         (thumbs-emboss-image): Minor cleanup.
16019         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16020         (thumbs-rename-images): New command.
16021         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
16023         * thumbs.el (thumbs-current-image): New function.
16024         (thumbs-file-list, thumbs-file-alist): New functions.
16025         (thumbs-find-image): Delete arg L.
16026         Don't set up thumbs-fileL as buffer-local global var.
16027         (thumbs-find-image-at-point): Use thumbs-current-image.
16028         (thumbs-set-image-at-point-to-root-window): Likewise.
16029         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16030         Record and warn about errors.  Update thumbs-markedL for deletions.
16031         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16032         (thumbs-redraw-buffer): Use thumbs-file-list.
16033         (thumbs-mark): Use thumbs-current-image.
16034         (thumbs-show-name): Use thumbs-current-image.
16036         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16037         and imenu--last-menubar-index-alist.
16039         * subr.el (with-selected-window): Undo previous change.
16041 2004-05-29  John Paul Wallington  <jpw@gnu.org>
16043         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16044         (thumbs-mouse-find-image): New command.
16045         (thumbs-mode-map): Bind it to mouse-2.
16046         (thumbs-mode): Make mode-class special.
16047         (thumbs-view-image-mode): Likewise.
16049 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
16051         * flymake.el: New file.
16053 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
16055         * files.el (find-file-noselect-1): Do not bind
16056         `inhibit-read-only' to t during execution of
16057         `find-file-not-found-functions'.
16059 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16061         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16062         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16064 2004-05-28  Juri Linkov  <juri@jurta.org>
16066         * simple.el (eval-expression-print-format): New fun.
16068         * simple.el (eval-expression):
16069         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16070         * emacs-lisp/edebug.el (edebug-compute-previous-result)
16071         (edebug-eval-expression): Print additionally the value returned by
16072         `eval-expression-print-format'.
16074         * emacs-lisp/lisp.el (insert-pair-alist): New var.
16075         (insert-pair): Make arguments optional.  Find character pair
16076         from `insert-pair-alist' according to the last input event.
16077         (insert-parentheses): Make arguments optional.
16078         (raise-sexp, delete-pair): New funs.
16080         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16081         (emacs-lisp-mode-map, lisp-interaction-mode-map):
16082         Bind C-M-q to `indent-pp-sexp'.
16084         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16085         `pp-to-string' modified to be able to format text with newlines.
16086         (pp-to-string): Move the buffer-formatting part of the code to
16087         `pp-buffer'.  Call `pp-buffer'.
16089         * info.el (Info-desktop-buffer-misc-data): Don't save information
16090         about virtual files.
16091         (Info-restore-desktop-buffer): Restore Info buffers in prepared
16092         buffers with names obtained from the desktop file instead of the
16093         default *info* buffer.
16095 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16097         * subr.el (with-selected-window): Only save/restore the selected window.
16099         * progmodes/compile.el (compilation-error-regexp-alist):
16100         Use expand-file-name and data-directory.
16102         * progmodes/grep.el (grep-tree): Rework previous fix.
16104         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16105         after the user marked text with the mouse.
16107         * startup.el (command-line): Keep the first regexp of
16108         auto-save-file-name-transforms intact.
16110 2004-05-28  Juanma Barranquero  <lektu@terra.es>
16112         * cus-edit.el (customize-face, customize-face-other-window)
16113         (custom-face-edit-delete): Make arguments match their use in
16114         docstring.
16115         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16116         docstring.
16118         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16119         not `cvs-butlast'.
16121         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16122         `nbutlast' are in subr.el).
16124         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16125         (set-w32-system-coding-system): Doc fixes.
16127         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16128         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16129         Make arguments match their use in docstring.
16130         (artist-draw-region-trim-line-endings)
16131         (artist-mouse-choose-operation): Fix typo in docstring.
16132         (artist-key-set-point-common): Doc fix.
16134 2004-05-28  Simon Josefsson  <jas@extundo.com>
16136         * mail/smtpmail.el (smtpmail-open-stream):
16137         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16139 2004-05-26  Simon Josefsson  <jas@extundo.com>
16141         * starttls.el: Merge with my GNUTLS based starttls.el.
16142         (starttls-gnutls-program, starttls-use-gnutls)
16143         (starttls-extra-arguments, starttls-process-connection-type)
16144         (starttls-connect, starttls-failure, starttls-success): New variables.
16145         (starttls-program, starttls-extra-args): Doc fix.
16146         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16147         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16148         and pass on to corresponding *-gnutls function if it is set.
16150 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
16152         * autorevert.el (auto-revert-handler): Disable auto-reverting of
16153         remote files.
16155 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
16157         * files.el (file-name-non-special): There are more operations
16158         which need handling: `find-backup-file-name',
16159         `insert-file-contents', `verify-visited-file-modtime',
16160         `write-region'.  Rename t value of method to `add'.  Add new
16161         methods `quote' and `unquote-then-quote' to file-arg-indices.
16163 2004-05-25  Juri Linkov  <juri@jurta.org>
16165         * info.el (Info-toc): Call Info-mode on intermediate buffer.
16166         (Info-index-nodes): Enclose code in condition-case to catch errors.
16167         (Info-index-node): Don't search all index nodes if request is only
16168         for the current node and file is not in the cache of index nodes.
16169         (Info-mode-map): Bind Info-copy-current-node-name to `w'
16170         for consistency with dired-copy-filename-as-kill.
16171         Bind `S' to Info-search-case-sensitively.
16172         (Info-copy-current-node-name): New arg.  With zero prefix arg put
16173         the name inside a function call to `info'.  Display copied text in
16174         the echo area.
16176 2004-05-25  Sam Steingold  <sds@gnu.org>
16178         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16179         strip the package prefix from the symbol name, if any.
16180         Make it the `find-tag-default-function' for `lisp-mode'.
16182 2004-05-25  John Paul Wallington  <jpw@gnu.org>
16184         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16185         instead of obsolete `process-kill-without-query'.
16187         * textmodes/texinfmt.el (texinfo-indexvar-alist):
16188         Declare as variable, not constant.
16190 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16192         * files.el (find-file-noselect-1): Fix bug introduced by
16193         Revision 1.694.  As a side effect, `inhibit-read-only'
16194         is again, by default, t during execution of
16195         `find-file-not-found-functions'.
16196         (insert-directory): Check that lines were really inserted by
16197         the --dired switch, before erasing them.
16199 2004-05-24  Nick Roberts  <nickrob@gnu.org>
16201         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16202         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16203         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16204         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16205         gud-minor-mode (gdbmi).
16207 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16209         * net/browse-url.el (browse-url-interactive-arg): Enable user to
16210         explicitly select the text to be taken as URL.
16212 2004-05-23  Juri Linkov  <juri@jurta.org>
16214         * info.el (Info-index-nodes): New var and fun.
16215         (Info-goto-index, Info-index, info-apropos)
16216         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16217         (Info-index): Fix docstring.  Store and restore Info-history-list.
16218         (Info-complete-nodes): New var.
16219         (Info-complete-menu-item): Use it.
16220         (Info-index-node): New fun.
16221         (Info-final-node, Info-forward-node, Info-backward-node)
16222         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16223         Use Info-index-node.
16224         (Info-extract-menu-item, Info-extract-menu-counting): Set second
16225         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16226         (Info-find-node-2): If a node with period in its name not found,
16227         try to find a node without the name part after period.
16228         (Info-select-node): Call Info-fontify-node only if
16229         Info-fontify-maximum-menu-size is not nil.
16230         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16231         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16232         Preserve Info-history-list.
16233         (Info-toc): Set Info-current-file.
16234         (Info-build-toc): Move point to the beginning of the buffer.
16235         Add main-file variable.
16236         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16237         Use backslashed representation of the control character ^_.
16239         * textmodes/texinfmt.el (texinfo-print-index): Print index line
16240         numbers in the new Texinfo 4.7 format.
16242         * add-log.el (change-log-font-lock-keywords): Remove `:' from
16243         regexps for function and variable names.
16245         * descr-text.el (describe-property-list): Add [show] button for
16246         `syntax-table' property with action to pp to a separate buffer.
16247         (describe-char): Replace search-forward by re-search-forward with
16248         whitespace regexp after "character:" to not fail in too narrow windows.
16250         * simple.el (next-error-find-buffer): Add a rule to return
16251         next-error capable buffer if one window on the selected frame
16252         displays such buffer.
16254 2004-05-23  Nick Roberts  <nickrob@gnu.org>
16256         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16257         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16258         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16259         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16260         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16261         Handle new value for gud-minor-mode (gdbmi).
16262         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16263         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16264         Change from local to global gdb variable set.
16265         (gdb-ann3): Initialize above gdb variable set.
16266         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16267         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16268         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16269         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16270         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16271         (gdb-info-locals-handler, gdb-invalidate-assembler)
16272         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16273         set as global variables.
16274         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16275         Handle gdbmi.
16276         (gdb-info-breakpoints-custom): Fix regexp.
16277         (def-gdb-var): Delete.
16279         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16280         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16281         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16282         a new mode.  The file (gdb-mi.el) for this mode will be included
16283         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16284         primary interface.
16286 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
16288         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16289         interpreted as a directory.
16291 2004-05-22  Richard M. Stallman  <rms@gnu.org>
16293         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16294         as a close quote.
16296         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16298         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16299         Use assoc-string, not assoc-ignore-case.
16301         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16303         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16304         If moving back then fwd gets a defun that ends before point,
16305         try again moving fwd then back.
16307         * files.el (file-name-non-special): Allow t in file-arg-indices
16308         to mean requote the return value.  Use `identity' as an element
16309         rather than as the whole value.
16311         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
16313 2004-05-22  Juanma Barranquero  <lektu@terra.es>
16315         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16316         `help-make-usage'.
16317         (help-highlight-arguments): Skip function name before searching
16318         for arguments.
16320 2004-05-21  Juanma Barranquero  <lektu@terra.es>
16322         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16323         Don't mention in the docstring these arguments meant for
16324         internal (recursive) use only.
16325         (allout-char-spec): Comment out (it's not implemented).
16326         (allout-old-expose-topic, allout-exposure): Fix docstring and add
16327         obsolescence declaration.
16328         (allout-flatten-exposed-to-buffer)
16329         (allout-indented-exposed-to-buffer): Fix typos in docstring.
16330         (my-mark-marker): Doc fix.
16331         (produce-allout-mode-map, allout-sibling-index)
16332         (allout-isearch-expose, allout-distinctive-bullet)
16333         (allout-open-topic, allout-reindent-body)
16334         (allout-rebullet-heading, allout-process-exposed)
16335         (allout-insert-listified, allout-latex-verb-quote)
16336         (allout-insert-latex-header, allout-insert-latex-trailer):
16337         Make arguments match their use in docstring.
16338         (allout-primary-bullet, allout-old-style-prefixes)
16339         (allout-inhibit-protection, allout-init, allout-mode)
16340         (allout-before-change-protect, allout-flag-region):
16341         Use "Emacs" instead of "emacs" in docstrings.
16343 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16345         * international/characters.el: Modify syntax of more characters.
16347 2004-05-21  Masatake YAMATO  <jet@gyve.org>
16349         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16350         (etags-tags-completion-table): Show parsing progress.
16352 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
16354         * locate.el (locate-prompt-for-command): Shorten first line of
16355         docstring.
16356         (locate-mode): Expand docstring and include keymap summary.
16358         * files.el (find-file-noselect-1): Limit the scope of the
16359         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
16360         is, by default, nil during the execution of
16361         `find-file-not-found-functions' and `find-file-hook'.
16363 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
16365         * facemenu.el (facemenu-color-name-equal): New function.
16366         (list-colors-display): Use it to compare colors instead of
16367         facemenu-color-equal.
16369 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
16371         * compare-w.el (compare-windows-face): Use min-colors instead of
16372         checking for tty or pc types.
16374 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16376         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16377         (completion-setup-function): Use with-current-buffer.
16378         Properly save excursion.  Simplify.
16379         Don't assume there is necessarily a `mouse-face' property somewhere.
16381         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16383         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
16385         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16386         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16387         Use with-current-buffer.
16388         (byte-goto-log-buffer): Delete.
16389         (byte-compile-log-file): Call compilation-forget-errors.
16391 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16393         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16394         output messages into the search result.
16396 2004-05-19  Masatake YAMATO  <jet@gyve.org>
16398         * wid-edit.el (widget-radio-button-notify): Revert my last
16399         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16401 2004-05-19  Kenichi Handa  <handa@m17n.org>
16403         * international/characters.el: Fix syntax (open/close) of CJK chars.
16405 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16407         * help-mode.el (help-go-back): Don't depend on position of back button.
16409 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16411         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16412         files don't contain an accidental additional /.
16414         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16415         in source buffer.
16417 2004-05-18  Masatake YAMATO  <jet@gyve.org>
16419         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16420         to widget-apply.  :action method assumes 2 arguments, not 3.
16422 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
16424         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16425         New constants.
16426         (hs-special-modes-alist): Add an f90-mode entry.
16428 2004-05-17  Sam Steingold  <sds@gnu.org>
16430         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16431         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
16433 2004-05-16  Kim F. Storm  <storm@cua.dk>
16435         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16437 2004-05-15  John Wiegley  <johnw@newartisans.com>
16439         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16440         (eshell-output-object-to-target): Improve output speed 20% by not
16441         calling `eshell-stringify' if something is already known to be a string.
16443 2004-05-15  Alex Ott  <ott@jet.msk.su>
16445         * textmodes/ispell.el (ispell-local-dictionary-alist):
16446         Add windows-1251 to the choice of coding systems.
16447         (ispell-dictionary-alist-6): Add support for "russianw.aff",
16448         encoded in cp1251.
16450 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
16452         * progmodes/compile.el (compilation-warning-face)
16453         (compilation-info-face): Use min-colors.
16455 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16457         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16458         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16459         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16460         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16461         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16462         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16463         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16464         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16465         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16466         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16467         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16468         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16469         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16470         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16472 2004-05-15  Kim F. Storm  <storm@cua.dk>
16474         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16475         Use it to set triggered-p element of timer.
16476         (timer-event-handler): Set triggered-p element non-nil while running
16477         the timer function.
16479 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16481         * descr-text.el (describe-char-unicode-data)
16482         (describe-char-unicodedata-file): Re-enable the unicode code now that
16483         the licensing issues have been cleared in the unicode-4 license.
16484         (describe-text-properties-1): Remove unused `overlay' var.
16485         (describe-char): Remove unused var `buffer'.
16487 2004-05-14  David Ponce  <david@dponce.com>
16489         * tree-widget.el: New file.
16491 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
16493         * language/european.el ("Brazilian Portuguese"): Add support for
16494         Brazilian Portuguese.
16496 2004-05-13  John Wiegley  <johnw@newartisans.com>
16498         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16499         `recentf-mode' if this variable has been customized to t.
16501         * eshell/esh-test.el (eshell-test): Call the function
16502         `emacs-version' rather than trying to build a custom version string.
16504 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16506         * net/telnet.el (telnet-mode): Use define-derived-mode.
16507         Don't modify the global value of comint-prompt-regexp.
16509 2004-05-13  John Paul Wallington  <jpw@gnu.org>
16511         * version.el (emacs-version): Check for `gtk' feature before
16512         `x-toolkit' feature.
16514 2004-05-13  Juanma Barranquero  <lektu@terra.es>
16516         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16517         arguments in the docstring, they're used only in recursive calls.
16519         * help-fns.el (help-arg-highlighting-function)
16520         (help-argument-name): Delete.
16521         (help-default-arg-highlight): New function.
16522         (help-do-arg-highlighting): Use it.
16524 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16526         * calendar/appt.el (appt-disp-window):
16527         Use `calendar-set-mode-line' for a centered mode-line.
16529 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16531         * calendar/appt.el (appt-disp-window): Do not split window
16532         excessively when `split-height-threshold' is low.
16534 2004-05-12  Nick Roberts  <nickrob@gnu.org>
16536         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16537         kill-buffer-hook here and make it local.
16538         (gud-kill-buffer-hook): Use kill-process for a sure kill.
16540 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
16542         * progmodes/compile.el (compilation-set-window-height):
16543         Use save-excursion to protect against misplaced marker.
16545 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16547         * custom.el (defface): Document that type can have value gtk.
16549         * faces.el (face-spec-set-match-display): Handle type gtk in display.
16551 2004-05-12  Kenichi Handa  <handa@m17n.org>
16553         * descr-text.el: Require quail at compile time.
16554         (describe-char): If an input method is on and it supports the
16555         character, show how to input it.
16557         * international/quail.el (quail-install-decode-map): Accept a
16558         char-table whose subtype is `quail-decode-map'.
16559         (quail-store-decode-map-key, quail-gen-decode-map1)
16560         (quail-gen-decode-map, quail-find-key1, quail-find-key)
16561         (quail-show-key): New functions.
16563 2004-05-12  Juanma Barranquero  <lektu@terra.es>
16565         * generic.el (define-generic-mode): Remove redundant arglist info.
16567         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16568         Make arguments match their use in docstring.
16569         (help-arg-highlighting-function): New variable.
16570         (help-argument-name): Mention it in the docstring.
16571         (help-do-arg-highlight): Use it.  Expand regexp to accept also
16572         ARG-xxx and xxx-ARG references.
16574 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16576         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16577         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16578         and "mailto:addr1?to=addr2" equal.
16580 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
16582         * man.el (Man-getpage-in-background): Use shell-file-name
16583         and shell-command-switch variables instead of hard-coded values.
16585 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
16587         * iimage.el: New file.
16589 2004-05-11  Juanma Barranquero  <lektu@terra.es>
16591         * custom.el (custom-initialize-default, defcustom):
16592         Fix typo in docstring.
16594         * files.el (set-visited-file-name, file-expand-wildcards):
16595         Fix docstring.
16597 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16599         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16601         * subr.el (eventp): Be more discriminating with integers.
16603 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
16605         * progmodes/compile.el (compile): Add universal prefix arg.
16606         (compilation-error-regexp-alist-alist): Add edg patterns.
16608 2004-05-10  Sam Steingold  <sds@gnu.org>
16610         * textmodes/ispell.el (ispell-message):
16611         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16613 2004-05-10  Dave Love  <fx@gnu.org>
16615         * progmodes/python.el (help-buffer): Autoload when compiling.
16616         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16617         (run-python): Prepend to any existing PYTHONPATH.
16619 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
16621         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16622         for pending breakpoints.
16624 2004-05-10  Richard M. Stallman  <rms@gnu.org>
16626         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
16627         directly without calling any functions in Rmail.
16628         (unrmail-unprune): Function deleted.
16630 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16632         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16633         C-c C-z binding.
16635 2004-05-10  Kenichi Handa  <handa@m17n.org>
16637         * descr-text.el (describe-char): Fix previous change.  Don't make
16638         a unibyte character to multibyte in the *Help* buffer.
16640 2004-05-10  Miles Bader  <miles@gnu.org>
16642         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16643         buffer an error if the debugger process is actually running.
16645 2004-05-10  Juanma Barranquero  <lektu@terra.es>
16647         * help-fns.el (help-argument-name): Default to italic.
16648         (help-highlight-arguments): Return always (usage . doc), even when
16649         usage is nil.
16651         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16652         (define-ibuffer-filter): Add usage info.
16653         (define-ibuffer-op): Add usage info (but CL-style defaults for
16654         keyword args are not shown).
16656         * subr.el (remove-overlays, read-passwd): Fix docstring.
16657         (start-process-shell-command): Fix docstring.  Put usage info in a
16658         format usable by `describe-function'.
16659         (open-network-stream, open-network-stream-nowait)
16660         (open-network-stream-server): Fix docstring.
16662 2004-05-09  Jason Rumney  <jasonr@gnu.org>
16664         * international/code-pages (cp932, cp936, cp949, c950): Remove.
16665         Only define cp125* if windows-125* is already defined.
16667         * language/korean.el (cp949): Add alias.
16669         * language/chinese.el (cp936, cp950): Add aliases.
16671         * language/japanese.el (cp932): Add alias.
16673         * term/w32-win.el: Require code-pages.
16675         * international/mule-cmds.el (set-locale-environment):
16676         On MS-Windows use ansi code-page for default coding-systems.
16677         Set up paper sizes for Windows 3 letter languages.
16679         * international/code-pages.el (cp932, cp936, cp949, cp950):
16680         Add aliases.  Also add cp125* if not already defined.
16682 2004-05-09  Juanma Barranquero  <lektu@terra.es>
16684         * help-fns.el (help-highlight-arguments): Don't try to highlight
16685         missing or autoloaded arglists.  Accept structured arguments, like
16686         the first ones of `do' and `flet'.
16688         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16689         (cvs-get-marked): Remove redundant arglist info.
16691         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16692         Don't use CL-style default args.
16694 2004-05-08  Andreas Schwab  <schwab@suse.de>
16696         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16698         * international/subst-ksc.el: Fix references to utf-translate-cjk
16699         into utf-translate-cjk-mode.
16700         * international/subst-big5.el: Likewise.
16701         * international/subst-gb2312.el: Likewise.
16702         * international/subst-jis.el: Likewise.
16703         * international/utf-16.el: Likewise.
16704         * international/utf-8.el: Likewise.
16706 2004-05-08  John Wiegley  <johnw@newartisans.com>
16708         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16709         "virtual buffers" (off by default), which makes it possible to
16710         switch to the "virtual" buffers of recently visited files.  When a
16711         buffer name search fails, and this option is on, iswitchb will
16712         look at the list of recently visited files, and permit matching
16713         against those names.  When the user hits RET on a match, it will
16714         revisit that file.
16715         (iswitchb-read-buffer): Add two optional arguments, which makes
16716         isearchb.el possible.
16717         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16718         (iswitchb-next-match): Add support for virtual buffers.
16720         * isearchb.el: This module extends iswitchb to provide "as you
16721         type" buffer selection.
16723         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16724         Ignore the read-only property when flyspell highlighting is on.
16725         Not ignoring it leads to a series of confusing errors.
16726         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16727         but also make sure to call flyspell-incorrect-hook.
16728         (flyspell-maybe-correct-transposition): Perform transposition test
16729         by bit twiddling a string, rather than using a temp buffer.
16730         (flyspell-maybe-correct-doubling): Use a string rather than a temp
16731         buffer.  This is also the original version of the code, which
16732         could not be checked in before due to a previous lack of
16733         assignment papers.  This version has seen heavy usage on my system
16734         for several years now.
16736         * calendar/cal-bahai.el: New file, which adds support for the
16737         Baha'i calendar to Emacs.  This calendar is based on a solar year
16738         of 19 months of 19 days, with 4 intercalary days.  Each year
16739         begins on March 21, with the calendar starting in 1844.
16741         * calendar/cal-menu.el, calendar/calendar.el
16742         * calendar/diary-lib.el, calendar/holidays.el:
16743         Added support for using cal-bahai.el.
16745         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16746         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16747         function can be used outside of eshell buffers.
16748         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16750 2004-05-08  Juanma Barranquero  <lektu@terra.es>
16752         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16753         word constituent so FOO-ARG is not recognized as an arg.
16754         (help-highlight-arguments): Don't skip lists in mandatory arguments.
16756         * simple.el (next-error): Fix typo in docstring.
16757         (open-line): Make argument names match their use in docstring.
16758         (split-line): Fix docstring.
16760         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16761         usable by `describe-function'.
16762         (gensym, gentemp, typep, ignore-errors): Make argument names match
16763         their use in docstring.
16765         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16766         argument to `help-setup-xref'.
16768 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
16770         Version 2.0.40 of Tramp released.
16772         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16773         Use symbol-function to invoke functions only known on some Emacs
16774         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
16775         Scaldeferri <kevin@scaldeferri.com>.
16776         (tramp-do-copy-or-rename-file-via-buffer): Rename from
16777         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16778         consistent with the other tramp-do-* functions.
16779         (tramp-do-copy-or-rename-file): Calls adjusted.
16780         (tramp-process-initial-commands): Avoid liveness check on shell --
16781         we know that it must be alive since we're opening a connection at
16782         this moment.
16783         (tramp-last-cmd): New internal variable.
16784         (tramp-process-echoes): New tunable.
16785         (tramp-send-command): Set tramp-last-cmd.
16786         (tramp-wait-for-output): Delete echo, if applicable.
16787         (tramp-read-passwd): Construct the key for the password cache in a
16788         way that works for multi methods, too.
16789         (tramp-bug): Add backup-directory-alist and
16790         bkup-backup-directory-info to bug reports, with Tramp counterparts.
16792 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
16794         * net/tramp*.el: Suppress byte-compiler warnings where possible.
16796         * net/tramp.el (tramp-out-of-band-prompt-regexp)
16797         (tramp-actions-copy-out-of-band): New defcustoms.
16798         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16799         used instead of a synchronous one.  Allows password entering.
16800         (tramp-action-out-of-band): New defun.
16801         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16802         Remove restriction with password from doc string.
16803         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16804         `tramp-out-of-band-prompt-regexp',
16805         `tramp-actions-copy-out-of-band', `password-cache' and
16806         `password-cache-expiry'.
16807         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
16808         password caching.
16809         (tramp-touch): FILE can be a local file, too.
16810         (TODO): Remove items done.
16811         (tramp-handle-insert-directory): Properly quote file name also if
16812         not full-directory-p.  Handle wildcard case.  Reported by Andreas
16813         Schwab <schwab@suse.de>.
16814         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16815         new file.
16816         (tramp-handle-file-local-copy, tramp-handle-write-region):
16817         The permissions of the temporary file are set if filename exists.
16818         Reported by Ted Stern <stern@cray.com>.
16819         (tramp-backup-directory-alist)
16820         (tramp-bkup-backup-directory-info): New defcustoms.
16821         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16822         (tramp-handle-find-backup-file-name): New function.
16823         Implements Tramp's find-backup-file-name.
16825         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16826         for `find-backup-file-name'.
16828         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16829         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
16831 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
16833         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16835 2004-05-07  Juanma Barranquero  <lektu@terra.es>
16837         * subr.el (lambda): Add arglist description to docstring.
16838         (declare): Fix typo in docstring.
16839         (open-network-stream): Fix docstring.
16840         (process-kill-without-query): Fix docstring and add obsolescence info.
16841         (last, butlast, nbutlast): Make arguments match their use in docstring.
16842         (insert-buffer-substring-no-properties): Likewise.
16843         (insert-buffer-substring-as-yank): Likewise.
16844         (split-string): Fix docstring.
16846         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16847         Make argument names match their use in docstring.
16849         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16851 2004-05-06  Nick Roberts  <nickrob@gnu.org>
16853         * progmodes/gdb-ui.el: Improve/extend documentation strings.
16854         Fit first sentence on one line for apropos-command.
16856 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16858         Changes largely merged in from Dave Love's code.
16859         * progmodes/python.el: Doc fixes.
16860         (python-mode-map): Add python-complete-symbol.
16861         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16862         (python-comment-indent, python-complete-symbol)
16863         (python-symbol-completions, python-partial-symbol)
16864         (python-try-complete): New.
16865         (python-indent-line): Remove optional arg.  Use python-block-end-p.
16866         (python-check): Bind compilation-error-regexp-alist.
16867         (inferior-python-mode): Use rx.  Move keybindings to top level.
16868         Set comint-input-filter.
16869         (python-preoutput-filter): Use rx.
16870         (python-input-filter): Re-introduce.
16871         (python-proc): Start new process if necessary.
16872         Check python-buffer non-nil.
16873         (view-return-to-alist): Defvar.
16874         (python-send-receive): New.
16875         (python-eldoc-function): Use it.
16876         (python-mode-running): Don't defvar.
16877         (python-mode): Set comment-indent-function.
16878         Maybe update hippie-expand-try-functions-list.
16879         (python-indentation-levels): Initialize differently.
16880         (python-block-end-p): New.
16881         (python-indent-line): Use it.
16882         (python-compilation-regexp-alist): Augment.
16883         (run-python): Import `emacs' module to Python rather than loading
16884         code directly.  Set python-buffer differently.
16885         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
16886         Use python-proc.
16887         (python-send-command): Go to end of comint buffer.
16888         (python-load-file): Use python-proc, emacs.eimport.
16889         (python-describe-symbol): Simplify interactive form.
16890         Use emacs.help.  Do use temp-buffer-show-hook.
16891         Call print-help-return-message.
16892         (hippie-exp): Require when compiling.
16893         (python-preoutput-continuation): Use rx.
16895         * diff-mode.el (diff-make-unified): Fix regexp.
16897 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
16899         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16900         filter groups from the buffer when rebuilding the Ibuffer buffer
16901         and `ibuffer-show-empty-filter-groups' is nil.
16903 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16905         * ps-print.el (ps-print-quote): Call ps-value-string.
16906         (ps-setup): Call ps-comment-string.
16907         (ps-value-string, ps-comment-string): New funs.
16909 2004-05-06  Juanma Barranquero  <lektu@terra.es>
16911         * ehelp.el (electric-help-command-loop): Check whether the last
16912         character is visible, not (point-max).
16914         * help-fns.el (help-argument-name): Default to bold; don't inherit
16915         from font-lock-variable-name-face.
16916         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16918 2004-05-05  Kenichi Handa  <handa@m17n.org>
16920         * descr-text.el (describe-char): Copy the character with text
16921         properties and overlays into the first line, and call
16922         describe-text-properties on it.
16924 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
16926         * iswitchb.el (iswitchb-global-map): Fix typo.
16927         Remove unwanted ###autoloads from source file.
16929 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
16931         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16932         in run-hooks.  Use substitute-command-keys in message.
16933         (wdired-abort-changes): Add message.
16935 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
16937         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16938         (sql-emacs20-p): Remove.
16939         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16940         (sql-builtin-face, sql-doc-face): Remove.
16941         (sql-mode-ansi-font-lock-keywords)
16942         (sql-mode-oracle-font-lock-keywords)
16943         (sql-mode-postgres-font-lock-keywords)
16944         (sql-mode-linter-font-lock-keywords)
16945         (sql-mode-ms-font-lock-keywords)
16946         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16947         (sql-product-font-lock): Fix font-lock reset when font rules change.
16948         (sql-highlight-product): Remove incorrect font-lock reset logic.
16950 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
16952         * ses.el (ses-set-parameter): Fix typo.
16954 2004-05-04  Kim F. Storm  <storm@cua.dk>
16956         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16957         Must expand directory for completion to work; and don't mess with
16958         process-environment.
16959         (ido-read-file-name): If command has ido property, don't use ido
16960         if value is ignore, or read as directory if value is dir.
16961         Set ido ignore property for dired-do-rename command.
16963 2004-05-04  Juanma Barranquero  <lektu@terra.es>
16965         * ehelp.el (electric-help-command-loop, electric-help-undefined)
16966         (electric-help-help): Check against unmapped commands.
16968         * help-fns.el (help-argument-name): New face, inheriting from
16969         font-lock-variable-name-face, to highlight function arguments in
16970         `describe-function' and `describe-key'.
16971         (help-do-arg-highlight): Auxiliary function to highlight a given
16972         list of arguments in a string.
16973         (help-highlight-arguments): Highlight the function arguments and
16974         all uses of them in the docstring.
16975         (describe-function-1): Use it.  Do docstring output via `insert',
16976         not 'princ', so text attributes are preserved.
16978         * winner.el (winner-mode-map): Move `winner-undo' and
16979         `winner-redo' to C-c <left> and C-c <right>, respectively (the
16980         previous bindings conflict with `prev-buffer', `next-buffer').
16982 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16984         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16985         (bibtex-entry-update): New command bound to C-c C-u.
16986         (bibtex-text-in-string): Fix regexp.
16987         (bibtex-assoc-of-regexp): Remove.
16988         (bibtex-progress-message): Fix docstring.
16989         (bibtex-inside-field): Use if.
16990         (bibtex-assoc-regexp): New function.
16991         (bibtex-format-entry): Make code more robust so that it formats
16992         also old entries.
16993         (bibtex-autokey-demangle-title): Merge with obsolete function
16994         bibtex-assoc-of-regexp.
16995         (bibtex-field-list): New function.
16996         (bibtex-entry): Use bibtex-field-list.
16997         (bibtex-parse-entry): Fix docstring.
16998         (bibtex-print-help-message): Use bibtex-field-list.
16999         (bibtex-make-field): Use bibtex-field-list.
17000         (bibtex-entry-index): Bugfix.  Return crossref key if required.
17001         (bibtex-lessp): Fix docstring.
17003 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
17005         * select.el (xselect-convert-to-string): Move comment to intended line.
17007 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17009         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17010         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17012 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17014         * term/x-win.el (x-clipboard-yank): Don't exit on error from
17015         x-get-selection.
17017 2004-05-03  Jason Rumney  <jasonr@gnu.org>
17019         * makefile.nt: Remove.
17021 2004-05-03  Kim F. Storm  <storm@cua.dk>
17023         * emulation/cua-base.el (cua--update-indications): Fix last change.
17024         (cua-mode): Deactivate mark when cua-mode is enabled.
17026 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
17028         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17030 2004-05-03  Nick Roberts  <nickrob@gnu.org>
17032         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17033         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17034         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17035         window over visible frames.
17036         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17038 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17040         * progmodes/compile.el (compilation-gcpro): New var.
17041         (compilation-fake-loc): Use it.
17042         (compilation-forget-errors): Reset it.
17044 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
17046         * diff-mode.el (diff-header-face, diff-file-header-face):
17047         Use min-colors.
17049 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17051         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17052         (bibtex-clean-entry): Disentangle code.
17053         (bibtex-realign): New function.
17054         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
17055         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17056         Remove undocumented optional arg called-by-convert-alien.
17057         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
17058         for sorting instead of bibtex-sort-buffer.
17060 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
17062         * progmodes/compile.el (compilation-start): In the
17063         no-async-subprocesses branch, call sit-for to give redisplay a
17064         chance to show the updated process status in the mode line, and
17065         fontify the buffer explicitly after the process exits.
17067 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17069         * progmodes/python.el (python-compilation-line-number): Remove.
17070         (python-compilation-regexp-alist): Don't use it any more.
17071         (python-orig-start, python-input-filter): Remove.
17072         (inferior-python-mode): Don't set up comint-input-filter-functions.
17073         (python-send-region): Use compilation-fake-loc.
17075         * progmodes/compile.el (compilation-messages-start): New var.
17076         (compilation-mode): Don't setup next-error-function here.
17077         (compilation-setup): Set it up here instead (for minor modes as well).
17078         Make compilation-messages-start buffer local.
17079         (compilation-next-error-function): Use it.
17080         (compilation-forget-errors): Set compilation-messages-start.
17082 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17084         * ielm.el (ielm-prompt-read-only): Update docstring.
17086         * comint.el (comint-prompt-read-only): Update docstring.
17087         (comint-update-fence, comint-kill-whole-line)
17088         (comint-kill-region): New functions.
17090         * simple.el (kill-whole-line): Use "p" instead of "P" in
17091         interactive form.
17093 2004-05-01  Juanma Barranquero  <lektu@terra.es>
17095         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17096         format arglist so default values in CL-style argument lists are
17097         correctly shown.
17099 2004-05-01  Jason Rumney  <jasonr@gnu.org>
17101         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17103 2004-05-01  Kenichi Handa  <handa@m17n.org>
17105         * international/titdic-cnv.el (miscdic-convert): Don't generate a
17106         quail file if it is up to date.
17108 2004-04-30  Juri Linkov  <juri@jurta.org>
17110         * cus-edit.el (custom-mode-map):
17111         Add key binding `C-x C-s' to `Custom-save'.
17113         * outline.el (outline-blank-line): New var.
17114         (outline-next-preface, outline-show-heading)
17115         (outline-end-of-subtree): Use it.
17117         * dired-aux.el (dired-touch-initial): New fun.
17118         (dired-do-chxxx): Call it for op-symbol `touch'.
17119         (dired-diff): Use `dired-dwim-target-directory'
17120         if current dired buffer has no buffer mark.
17122         * bindings.el (propertized-buffer-identification):
17123         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17124         Add C-M-arrow keys for consistency.
17126         * files.el (confirm-kill-emacs):
17127         Change group from top-level `emacs' to `convenience'.
17129         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17130         Push mark on the first call of successive command calls.
17131         (insert-pair): New fun created from `insert-parentheses' with
17132         `open' and `close' arguments added.  Enclose active regions
17133         in paired characters.  Compare adjacent characters syntax with
17134         inserted characters syntax before inserting a space.
17135         (insert-parentheses): Call `insert-pair' with ?\( ?\).
17137         * delsel.el: Don't put `delete-selection' property
17138         on `insert-parentheses' symbol to take advantage of
17139         region handling in `insert-pair' function.
17140         Suggested by Stephan Stahl <stahl@eos.franken.de>.
17142 2004-04-30  Kim F. Storm  <storm@cua.dk>
17144         * emulation/cua-base.el: Add support for changing cursor types;
17145         based on patch from Michael Mauger.
17146         (cua-normal-cursor-color, cua-read-only-cursor-color)
17147         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17148         Customization cursor type and/or cursor color.
17149         (cua--update-indications): Handle cursor type changes.
17150         (cua-mode): Update cursor indications if enabled.
17152         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17154         * mouse.el (mouse-drag-copy-region): New defcustom.
17155         (mouse-set-region, mouse-drag-region-1): Use it.
17157         * simple.el (kill-ring-save): If region face background color is
17158         unspecified (if no highlighting), show extent of fully visible
17159         region even if transient-mark-mode is enabled.
17161         * emulation/cua-base.el (cua--standard-movement-commands):
17162         Add cua-scroll-up and cua-scroll-down.
17163         (cua-scroll-up, cua-scroll-down): New commands.
17164         (cua--init-keymaps): Remap scroll-up and scroll-down.
17166         * emulation/cua-rect.el (cua--convert-rectangle-as):
17167         New defmacro.
17168         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17169         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17170         New commands (suggested by Jordan Breeding).
17172 2004-04-30  Juanma Barranquero  <lektu@terra.es>
17174         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17176 2004-04-30  Mario Lang  <mlang@delysid.org>
17178         * diff.el (diff-switches): Fix typo in docstring.
17180 2004-04-30  Alex Schroeder  <alex@gnu.org>
17182         * xml.el (xml-debug-print-internal): Don't add newline and
17183         indentation to text nodes and write empty elements as empty tags
17184         instead of opening and closing tags.
17185         (xml-debug-print): Take optional indent-string argument.
17186         (xml-print): Alias for xml-debug-print.
17188 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17190         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17191         than duplicate call to `line-beginning-position'.
17193         * progmodes/f90.el (f90-get-present-comment-type):
17194         Return whitespace, as well as comment chars, for consistent filling
17195         of comment blocks.  Use `match-string-no-properties'.
17196         (f90-break-line): Trim trailing whitespace when filling comments.
17198 2004-04-30  Dave Love  <fx@gnu.org>
17200         * calendar/diary-lib.el (diary-outlook-formats): New variable.
17201         (diary-from-outlook-internal, diary-from-outlook)
17202         (diary-from-outlook-gnus, diary-from-outlook-rmail):
17203         New functions to import diary entries from Outlook-format
17204         appointments in mail messages.
17206 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17208         * progmodes/python.el (python-send-command): New fun.
17209         (python-send-region, python-load-file): Use it.
17211         * progmodes/compile.el (compilation-last-buffer): Add var alias.
17213         * help-fns.el (help-C-file-name): Use new subr-name.
17214         Prepend `src/' to the file name.
17215         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17216         (describe-function-1, describe-variable): Only find a C source file
17217         name if DOC is already loaded.
17219         * help-mode.el (help-function-def, help-variable-def):
17220         Use the new find-function-search-for-symbol functionality.
17221         Allow FILE to be `C-source'.
17223         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17224         (find-function-C-source): New fun.
17225         (find-function-search-for-symbol): Use it.
17227 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
17229         * progmodes/sql.el (sql-product-alist): Rename variable
17230         `sql-product-support'.  Add Postgres login parameters.
17231         (sql-set-product, sql-product-feature): Update with renamed variable.
17232         (sql-connect-postgres): Add username prompt.
17233         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17234         Make patterns less product specific.
17235         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17236         (sql-mode-abbrev-table): Modify initialization.
17237         (sql-builtin-face): Add variable.
17238         (sql-keywords-re): Add macro.
17239         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17240         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17241         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17242         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17243         (sql-mode-linter-font-lock-keywords)
17244         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17245         (sql-mode-sybase-font-lock-keywords)
17246         (sql-mode-informix-font-lock-keywords)
17247         (sql-mode-interbase-font-lock-keywords)
17248         (sql-mode-ingres-font-lock-keywords)
17249         (sql-mode-solid-font-lock-keywords)
17250         (sql-mode-sqlite-font-lock-keywords)
17251         (sql-mode-db2-font-lock-keywords): Default to nil.
17252         (sql-product-font-lock): Always highlight ANSI keywords.
17253         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17254         (sql-send-string): Add function.
17256 2004-04-29  Dave Love  <fx@gnu.org>
17258         * progmodes/cfengine.el (cfengine-beginning-of-defun)
17259         (cfengine-end-of-defun): Ensure progress through buffer.
17261         * info-look.el (cfengine-mode): Accept a terminal ().
17263 2004-04-29  Juri Linkov  <juri@jurta.org>
17265         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17266         instead of isearch-yank-word-or-char.  Add new key bindings for
17267         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17268         (isearch-del-char): New fun.
17269         (isearch-forward, isearch-edit-string): Update docstring.
17270         (isearch-yank-char): Doc fix.
17271         (isearch-other-meta-char): Restore point after scrolling.
17273         * progmodes/compile.el (compilation-context-lines): Add nil option
17274         to disable compilation output window scrolling.
17275         (compilation-set-window): Use it.
17277         * outline.el (outline-next-preface, outline-show-heading):
17278         Don't leave unhidden blank line before heading.
17279         (outline-end-of-subtree): Include last newline into subtree.
17280         (hide-entry): Leave point at beginning of heading instead of end.
17281         (outline-up-heading): Push mark for the first call of successive
17282         command calls.
17284 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17286         * comint.el (comint-prompt-read-only): New variable.
17287         (comint-output-filter): Implement it.
17289         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17290         (ielm-prompt-internal): New variable.
17291         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17292         (ielm-send-input): Delete unused variable `buf'.
17293         (ielm-eval-input): Use `ielm-prompt-internal'.
17294         (inferior-emacs-lisp-mode): Use new variables
17295         `comint-prompt-read-only' and `ielm-prompt-internal'.
17296         Get rid of obsolete variable `directory-sep-char'.
17297         (ielm): Use `zerop'.
17299 2004-04-29  John Paul Wallington  <jpw@gnu.org>
17301         * thumbs.el (toplevel): Require cl at compile time.
17302         Remove conditional definitions of `ignore-errors' and `caddar'
17303         because they occur at run time.
17305 2004-04-28  Nick Roberts  <nickrob@gnu.org>
17307         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17308         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17309         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17310         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17312         * progmodes/gud.el (gud-common-init): Throw an error if program is
17313         already running under gdb.
17315 2004-04-28  John Paul Wallington  <jpw@gnu.org>
17317         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17318         (thumbs-show-image-num): Move assignment of
17319         `thumbs-current-image-filename' within scope of `i'.
17320         (thumbs-emboss-image): Don't use `evenp'.
17322 2004-04-28  Richard M. Stallman  <rms@gnu.org>
17324         * progmodes/compile.el (compilation-context-lines): Default now 0.
17326 2004-04-28  Juanma Barranquero  <lektu@terra.es>
17328         Use `time-less-p' from calendar/time-date.el instead of defining
17329         custom versions of it.
17331         * pcomplete.el (pcomplete-time-less-p): Remove.
17333         * thumbs.el (time-less-p): Remove.
17335         * calendar/timeclock.el (timeclock-time-less-p): Remove.
17336         (timeclock-generate-report): Use `time-less-p'.
17338         * emacs-lisp/autoload.el (autoload-before-p): Remove.
17339         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17341 2004-04-28  Masatake YAMATO  <jet@gyve.org>
17343         * subr.el (remove-overlays): Make arguments optional.
17345         * wid-edit.el (widget-specify-button): Put evaporate to the
17346         overlay for sample.
17347         (widget-specify-sample): Put evaporate to the overlay for sample.
17348         (widget-specify-doc): Put evaporate to the overlay for documentation.
17350 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
17352         * info.el (info-apropos): Make it an index node.  Align node names
17353         like makeinfo.
17355 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
17357         * net/browse-url.el (browse-url-netscape-sentinel)
17358         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17359         (browse-url-epiphany-sentinel, browse-url-mosaic):
17360         Use browse-url-*-program instead of a literal program name.
17362 2004-04-27  Kevin Ryde  <user42@zip.com.au>
17364         * eshell/em-alias.el:
17365         * eshell/em-dirs.el:
17366         * eshell/em-hist.el:
17367         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17368         features when M-x customize-group loads modules before the main
17369         eshell.el.
17371 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
17373         * subr.el (momentary-string-display): Support EXIT-CHAR that is
17374         either a character representation of an event or an event
17375         description list.
17377         * type-break.el: Capitalize Emacs and Lisp.
17378         (type-break-good-break-interval, type-break-demo-boring-stats)
17379         (type-break-terse-messages, type-break-file-name): New defcustoms.
17380         (type-break-post-command-hook)
17381         (type-break-warning-countdown-string): Quote variable names in doc.
17382         (type-break-interval-start, type-break-auto-save-file-name): New vars.
17383         (type-break-mode): Document type-break-good-break-interval and the
17384         "session" file.  Schedule break according to the session file.
17385         Kill session file buffer on exit.  Organize for save-some-buffers
17386         to always save the session file.
17387         (type-break-mode-line-message-mode, type-break-query-mode):
17388         Uppercase arguments.
17389         (type-break-file-time, type-break-file-keystroke-count, timep)
17390         (type-break-choose-file, type-break-get-previous-time)
17391         (type-break-get-previous-count): New defuns.
17392         (type-break): Avoid break querying after a completed break in the
17393         case where the query was initiated during user invocation of the
17394         break.  Optional terse messages.
17395         Use type-break-good-break-interval if type-break-good-rest-interval is
17396         nil.  File the break time.
17397         (type-break-schedule): New optional args for overriding the use of
17398         the current time.
17399         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17400         after a break.
17401         (type-break-check): File the keystroke count.
17402         (type-break-do-query): Prevent a second query when the break is
17403         interrupted.  Optional terse message.
17404         (type-break-keystroke-reset): Record the start of a typing interval.
17405         (type-break-demo-boring): Optional terse messages.  Display word
17406         per minute and keystroke counts according to
17407         type-break-demo-boring-stats.
17409 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
17411         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17412         directories, make sure they exist under archive-tmpdir.
17414 2004-04-27  Juri Linkov  <juri@jurta.org>
17416         * help.el (view-emacs-news): With argument, display info for the
17417         selected version by finding it among different NEWS files, and
17418         narrowing the buffer to the selected version.
17420         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17421         same-window-buffer-names.
17422         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
17423         non-numeric prefix argument, append the number to the buffer name
17424         for numeric prefix argument.
17425         (info-other-window): Bind same-window-regexps to nil.
17426         (Info-reference-name): Rename to Info-point-loc.
17427         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17428         and Info-find-index-name for stringy Info-point-loc.
17429         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
17430         without middle `.', but with final `.' and optional line number
17431         for it.  Set Info-point-loc for index nodes.
17432         (Info-index): Remove middle `.' from index entry regexp.
17433         Modify line number regexp.
17434         (Info-index-next): Decrement line number.
17435         (info-apropos): Remove middle `.' from index entry regexp.
17436         Add optional line number regexp at the end.  Add matched value
17437         for line number to the result list and insert it to the buffer.
17438         Replace match-string by match-string-no-properties.
17439         Reorder result list.
17440         (Info-fontify-node): Hide index line numbers.
17441         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17442         empty matches.
17443         (Info-follow-reference): Use `str' instead of
17444         Info-following-node-name-re.
17445         (Info-toc): Use full file names.  Set Info-current-node to "Top".
17446         (Info-fontify-node): Compare file names without directory name.
17447         (Info-try-follow-nearest-node): Don't set Info-reference-name.
17448         Set second arg of Info-extract-menu-node-name for index nodes.
17449         (info-xref-visited): Use magenta3 instead of magenta4.
17450         (Info-mode): Add info-apropos to docstring.
17452         * log-view.el (log-view-diff): Replace interactive code "r"
17453         by a list to allow to call it even if region is not active.
17455         * paren.el (show-paren-highlight-openparen): New var.
17456         (show-paren-function): Turn on openparen highlighting when
17457         matching forward if show-paren-highlight-openparen is non-nil.
17459         * simple.el (kill-ring-save): Use blink-matching-delay instead of
17460         the constant value 1.
17461         (completions-common-part): Expand docstring.
17463         * textmodes/picture.el (picture-mode-map): Add arrow keys.
17465 2004-04-27  Kim F. Storm  <storm@cua.dk>
17467         * image.el (insert-sliced-image): Use line-height instead of
17468         line-spacing property on newline.
17470 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
17472         * desktop.el (desktop-buffer-misc-data-function): Rename to
17473         desktop-save-buffer and change docstring.
17474         (desktop-buffer-modes-to-save): Delete.
17475         (desktop-save-buffer-p): Use desktop-save-buffer instead of
17476         desktop-buffer-modes-to-save.
17477         (desktop-save): Rename desktop-buffer-misc-data-function to
17478         desktop-save-buffer and allow non-function value.
17479         (desktop-missing-file-warning): Correct docstring.
17481         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17482         to desktop-save-buffer.
17484         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17485         desktop-save-buffer.
17487         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17489         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17491 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
17493         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17495 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
17497         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17498         (ielm): Only go to the end of the buffer when starting a new process.
17500 2004-04-25  Juanma Barranquero  <lektu@terra.es>
17502         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17503         mode line.  Bind `inhibit-read-only' to t before modifying
17504         properties of text in the buffer.
17505         (ielm): Force point to the end of buffer, even when running ielm
17506         from inside itself.
17508 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17510         * info.el (info-apropos): Reset Info-complete-cache.
17512 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
17514         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17515         Also recognize severe Irix et al. messages.
17516         (compilation-normalize-filename, compile-abbreviate-directory):
17517         Delete functions.
17518         (compilation-get-file-structure): New function inherits
17519         functionality of the two preceding ones.
17520         (compilation-internal-error-properties, compilation-fake-loc):
17521         Use it so that different paths to the same file share the same
17522         markers.  Also optimize finding adjacent marker slightly.
17524 2004-04-25  Kim F. Storm  <storm@cua.dk>
17526         * image.el (insert-sliced-image): Add line-spacing t property
17527         to newlines separating image lines.
17529 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17531         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17533         * ielm.el (ielm-prompt-read-only): New user option.
17534         (ielm-prompt): Expand docstring to describe new behavior.
17535         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17536         mention it in the docstring.
17538 2004-04-24  Andreas Schwab  <schwab@suse.de>
17540         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17542         * diff.el (diff): Set default-directory in diff buffer.
17544 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
17546         * mail/sendmail.el (mail-bury): Don't delete the frame where the
17547         mail was being composed if the terminal cannot display more than
17548         one frame; instead, switch to previous frame.
17550         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17551         (rmail-start-mail): Support rmail-mail-new-frame even on
17552         terminals that can display only one frame at a time.
17554 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17556         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17557         (checkdoc-output-font-lock-keywords): Remove error regexp.
17558         (checkdoc-output-mode-map): Remove.
17559         (checkdoc-output-mode): Derive from compilation-mode.
17560         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17562         * dired.el (dired-mode-map): Add a menu entry for wdired.
17564         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17565         (rx-bracket, rx-check-any, rx-any): Clean up name space.
17567         * wdired.el (wdired-mode-map): Move init into declaration.
17568         Fix `return' binding.
17569         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17570         Use force-mode-line-update.
17571         (wdired-get-filename): Use `unless'.
17572         (wdired-preprocess-files): Don't assume names have no \n and use / for
17573         dir separator.
17574         (wdired-normalize-filename): Use replace-regexp-in-string.
17575         (wdired-load-hooks): Remove.
17576         (wdired-mode-hooks): Rename to wdired-mode-hook.
17578         * info-look.el: Add support for cfengine-mode.
17579         (info-lookup-setup-mode): Use dolist.
17581 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
17583         * wdired.el: New file.
17585 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17587         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17589         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17590         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17591         (pcomplete--help, pcomplete--here): Doc fixes.
17593 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
17595         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17596         handles wrong-number-of-arguments in backend call.
17598         * vc.el (vc-print-log): Likewise.
17600 2004-04-20  Dave Love  <fx@gnu.org>
17602         * emacs-lisp/rx.el: Doc fixes.
17603         (rx-constituents): Add/extend many forms.
17604         (rx-check): Check form is a list.
17605         (bracket): Defvar.
17606         (rx-check-any, rx-any, rx-check-not): Modify.
17607         (rx-not): Simplify.
17608         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17609         (rx-kleene): Use rx-trans-forms.
17610         (rx-quote-for-set): Delete.
17611         (rx): Allow multiple args.
17613 2004-04-23  Kenichi Handa  <handa@m17n.org>
17615         * international/mule-util.el (char-displayable-p): Simplify by
17616         using internal-char-font.
17618 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17620         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17622 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17624         * diff-mode.el (diff-next-error): New fun.
17625         (diff-mode): Use it.
17627         * simple.el (next-error): Change arg name.
17628         Add support for the documented C-u C-x ` usage.
17630         * frame.el (special-display-popup-frame, next-multiframe-window)
17631         (previous-multiframe-window): Only consider frames on same display.
17633 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
17635         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17636         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17638 2004-04-22  Kim F. Storm  <storm@cua.dk>
17640         * net/telnet.el (telnet): Add optional port arg.
17642 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17644         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17645         Minor sanity check on the `hyperlink' slot.
17647         * Makefile.in (recompile): Compile new files.
17649         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17650         Add byte-recompile-directory's optional `arg'.
17652         * cvs-status.el (cvs-tree-use-charset): New var.
17653         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17654         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17655         (cvs-status-cvstrees): Use it.
17657         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17658         Make it a normal major mode.
17659         (checkdoc-buffer-label): Make sure the file name is meaningful.
17660         (checkdoc-output-to-error-buffer): Remove.
17661         (checkdoc-error, checkdoc-start-section): Rewrite.
17663         * info.el (info-node, info-menu-5, info-xref, info-header-node)
17664         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17665         (Info-title-4-face): Use new syntax.
17666         (info-xref-visited): Inherit from info-xref.
17668         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17670 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17672         * simple.el (next-error-last-buffer, next-error-function):
17673         New variables for the next-error framework.
17674         (next-error-buffer-p): New function.
17675         (next-error-find-buffer): Generalize compilation-find-buffer.
17676         (next-error, previous-error, first-error, next-error-no-select)
17677         (previous-error-no-select): Move from compile.el.
17679         * replace.el (occur-next-error, occur-1): Hook into the next-error
17680         framework.
17682         * progmodes/compile.el (compilation-start):
17683         Set next-error-last-buffer so next-error knows where to jump.
17684         (compilation-setup): Set the buffer-local variable
17685         next-error-function to 'compilation-next-error-function.
17686         (compilation-buffer-p, compilation-buffer-internal-p): Use an
17687         alternate way to find if a buffer is a compilation buffer, for
17688         next-error convenience.
17689         (next-error-no-select, previous-error-no-select, next-error)
17690         (previous-error, first-error): Move to simple.el.
17691         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17692         (compilation-last-buffer): Remove.
17693         (compilation-start, compilation-next-error, compilation-setup)
17694         (compilation-next-error-function, compilation-find-buffer):
17695         Remove compilation-last-buffer use.
17697 2004-04-21  Juanma Barranquero  <lektu@terra.es>
17699         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17700         (font-lock-warning-face): Fix spacing.
17702         * makefile.w32-in (WINS): Add url/ directory.
17704 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
17706         * desktop.el (desktop-buffer-mode-handlers): New variable.
17707         Alist of major mode specific functions to restore a desktop buffer.
17708         (desktop-buffer-handlers): Make variable obsolete.
17709         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17710         Catch errors signaled in handlers.  Update buffer count.
17711         Evaluate desktop-buffer-point.
17712         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17713         move to dired.el.
17714         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17715         move to info.el.
17716         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17717         move to mail/rmail.el.
17718         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17719         to mh-e/mh-e.el.
17720         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17721         On fail, print message (to message buffer) even if
17722         desktop-missing-file-warning is nil.
17723         (desktop-buffer-misc-data-function): New buffer local variable.
17724         Function returning major mode specific data.
17725         (desktop-buffer-misc-functions): Make variable obsolete.
17726         (desktop-save): Use desktop-buffer-misc-data-function.
17727         (desktop-buffer-dired-misc-data): Rename to
17728         dired-desktop-buffer-misc-data and move to dired.el.
17729         (desktop-buffer-info-misc-data): Rename to
17730         Info-desktop-buffer-misc-data and move to info.el.
17731         (desktop-read): Add message about number of buffers restored/failed.
17733         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17734         Add parameters.  Pause to display error only when
17735         desktop-missing-file-warning is non-nil.
17736         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17737         (dired-mode): Bind desktop-buffer-misc-data-function.
17739         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17740         Add Parameters.
17741         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17742         (Info-mode): Bind desktop-buffer-misc-data-function.
17744         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17745         Add Parameters.
17747         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17748         Add Parameters.
17750 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
17752         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17753         the case of letters in case-insensitive expansions when the
17754         abbrev is preceded by characters with letter syntax.
17756 2004-04-21  Richard M. Stallman  <rms@gnu.org>
17758         * progmodes/cperl-mode.el (cperl-putback-char):
17759         Delete Emacs 18 definition.
17761         * international/mule.el (ctext-post-read-conversion):
17762         Use assoc-string, not assoc-ignore-case.
17764         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17766         * emacs-lisp/easymenu.el (easy-menu-add):
17767         Do call x-popup-menu, but only if it's defined.
17769         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17771         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17772         Handle multiple args: compile like progn.
17774         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17775         take all args as &rest arg.
17777         * autoinsert.el (auto-insert-alist): Insert the user's name in
17778         copyright notice, rather than Free Software Foundation.
17780 2004-04-21  Kenichi Handa  <handa@m17n.org>
17782         * descr-text.el (describe-char): Make it work on *Help* buffer.
17784 2004-04-21  Kim F. Storm  <storm@cua.dk>
17786         * image.el (insert-image): Add optional SLICE arg.
17787         (insert-sliced-image): New defun.
17789 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
17791         * subr.el (read-number): Check whether `default' is nil.
17793 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17795         * progmodes/compile.el (compilation-error-properties):
17796         Split into two.
17797         (compilation-internal-error-properties): New one.
17798         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
17800 2004-04-20  Richard M. Stallman  <rms@gnu.org>
17802         * window.el (split-window-save-restore-data):
17803         Don't update the data if OLD-INFO is nil.
17805         * view.el (view-return-to-alist): Mark it permanent local.
17807         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17809         * recentf.el (recentf-save-list): Catch and warn about errors.
17811         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17812         so "Buffers" won't be pure.
17814         * help-mode.el (help-mode-finish): Set help-return-alist first
17815         thing, setting only the entry for the selected window.
17817         * help-fns.el (describe-function-1): If many non-control non-meta
17818         keys run the command, don't list all of them.
17820 2004-04-20  Juanma Barranquero  <lektu@terra.es>
17822         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17823         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
17825         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17827 2004-04-20  Kenichi Handa  <handa@m17n.org>
17829         * international/quail.el (quail-lookup-key): New optional arg
17830         NOT-RESET-INDICES.
17831         (quail-get-translations): Call quail-lookup-key with
17832         NOT-RESET-INDICES t.
17833         (quail-completion): Likewise.
17834         (quail-lookup-map-and-concat): Likewise.
17836 2004-04-20  Kenichi Handa  <handa@m17n.org>
17838         * international/quail.el (quail-update-translation): Don't insert
17839         such an unsupported multibyte char in a unibyte buffer.
17841 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
17843         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17844         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17845         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17846         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17847         (gdb-frame-assembler-buffer): Improve behavior with
17848         multiple frames.
17849         (gdb-display-buffer): Extend search to all visible frames.
17851 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
17853         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17854         characters left after base64 decoding.
17855         (rmail-decode-region): Use -dos variety of `coding', to remove any
17856         ^M characters left after qp or base64 decoding.
17858 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17860         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17861         messages.
17863 2004-04-19  Stephen Eglen  <stephen@gnu.org>
17865         * add-log.el (add-change-log-entry): Update doc string to mention
17866         add-log-full-name and add-log-mailing-address.
17868 2004-04-18  Juri Linkov  <juri@jurta.org>
17870         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17871         (Info-find-node-2): Simplify error message.
17872         (Info-insert-dir): Use Info-following-node-name.
17873         (Info-goto-node): Remove *info-history* and *info-toc*.
17874         (Info-history): Create a node of the virtual history file.
17875         (Info-toc): Create a node of the virtual toc file.
17876         (Info-insert-toc): New arg `curr-file' for reference file names.
17877         (info-apropos): Remove redundant var binding for temp-file.
17878         (Info-index, Info-index-next, Info-mode): Doc fix.
17879         (Info-goto-emacs-command-node): Don't jump to *info* from
17880         non-*info* Info buffers.
17881         (Info-fontify-node): Don't show the file name of external
17882         references if `Info-hide-note-references' is `hide'.  Don't hide
17883         newlines at the end of paragraphs.
17885         * international/mule-diag.el (list-input-methods):
17886         Fix args to help-xref-button.
17888         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17889         to put into effect local variables from TUTORIAL files.
17891         * textmodes/paragraphs.el (sentence-end) <function>: New fun
17892         with default value taken from the variable `sentence-end'.
17893         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
17894         Add nil const to :type.
17895         (sentence-end-without-period, sentence-end-double-space)
17896         (sentence-end-without-space): Doc fix.
17898         * textmodes/paragraphs.el (forward-sentence):
17899         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17900         (fill-delete-newlines):
17901         * progmodes/cc-cmds.el (c-beginning-of-statement):
17902         Use function `sentence-end' instead of variable `sentence-end'.
17904 2004-04-18  Andreas Schwab  <schwab@suse.de>
17906         * progmodes/compile.el (compilation-start): Set window start to
17907         point-min if compilation-scroll-output is nil.
17909 2004-04-18  John Wiegley  <johnw@newartisans.com>
17911         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17913 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
17915         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17916         (gdb-info-breakpoints-custom): Revert previous change.
17917         (gdb-view-assembler): Update assembler if necessary.
17918         (gdb-frame-handler): Parse correctly for gdb-current-frame.
17919         (gdb-display-source-buffer): Update properly when both source and
17920         assembler are visible.
17922 2004-04-17  John Wiegley  <johnw@newartisans.com>
17924         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17925         which limits the number of names shown in the minibuffer.  Off by
17926         default.
17927         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
17928         up iswitchb for users with a multitude of open buffers by showing
17929         only the first and last N/2 buffers in the completion list (which
17930         is enough to aid C-s/C-r, and to know that more characters are
17931         needed to refine the completion list).
17933 2004-04-17  Richard M. Stallman  <rms@gnu.org>
17935         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17936         (file-truename): Expand all ~ constructs directly.
17937         (insert-directory): Delete any error msg output by the
17938         `insert-directory-program'.
17940         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17941         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17942         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17943         (allout-init): Use find-file-hook, not find-file-hooks.
17944         (allout-mode): Eliminate Emacs 18 support.
17945         Use write-contents-functions, not local-write-file-hooks.
17947 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
17949         * progmodes/compile.el (compilation-error-properties): Fix for
17950         adding messages when there are already markers for their file.
17951         (compilation-fake-loc): New function.
17953 2004-04-16  Dave Love  <fx@gnu.org>
17955         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17956         (python-load-file): Fix python-orig-start setting.
17958         * progmodes/compile.el: Doc fixes.
17959         (compilation-error-regexp-alist-alist)
17960         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17961         (compilation-assq): Wrap in eval-when-compile.
17962         (compilation-mode-font-lock-keywords): Don't use list*.
17963         (compilation-start): Avoid warning.
17964         (compilation-compat-error-properties)
17965         (compilation-directory-properties): Add keymap property.
17966         (compilation-parsing-end): Make it a marker for better compatibility.
17968         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17970 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
17972         * xml.el: Doc fixes.
17973         (xml-get-children): Only looks at sub-tags and ignore strings.
17975         * xml.el (xml-parse-tag): Avoid overwriting node-name.
17977 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17979         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17981 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
17983         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17985         * vc.el (vc-print-log): Likewise.
17987 2004-04-16  Masatake YAMATO  <jet@gyve.org>
17989         * simple.el (completion-setup-function): Set an initial value
17990         to `element-common-end' before entering loop.  Set a value
17991         to `element-common-end' at the end of loop.
17992         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17993         (completions-common-part): Rename from completion-de-emphasis.
17994         (completions-first-difference): Rename from completion-emphasis.
17995         Suggested by RMS.
17997 2004-04-16  Juanma Barranquero  <lektu@terra.es>
17999         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18000         (bookmark-edit-annotation-mode): Add mode name.
18002 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18004         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18005         for nested conflict markers.
18006         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18008 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
18010         * progmodes/gdb-ui.el (gdb-goto-info): New function.
18012         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18014 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18016         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18017         Give a backtrace if requested.
18019         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18021         * progmodes/python.el (python-mouse-2-command, python-RET-command):
18022         Remove unused functions.
18023         (python-orig-start-line, python-orig-file): Remove.
18024         (python-orig-start): New var.
18025         (python-input-filter, python-compilation-line-number)
18026         (python-send-region, python-load-file): Use it.
18028         * info.el (info): Always jump to *info*.
18030         * subr.el (posn-set-point): New function.
18032         * mouse.el (mouse-set-point): Use it.
18034         * progmodes/compile.el (compile-goto-error): Use it.
18035         (compilation-button-map): New keymap.
18036         (compilation-error-properties): Use it.
18037         (compilation-shell-minor-mode-map): Don't bind mouse-2.
18039         * smerge-mode.el (smerge-popup-context-menu): Use it.
18041         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18042         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18043         mouse and non-mouse case.
18045         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18046         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18048         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18049         Make it work for non-mouse events.
18051         * pcvs-info.el (cvs-status-map): Update binding name.
18053 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
18055         * xml.el (xml-maybe-do-ns): New function to handle namespace
18056         parsing of both attribute and element names.
18057         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18058         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18059         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
18060         (xml-parse-attlist): Make it do its own namespace parsing.
18062 2004-04-14  Dave Love  <fx@gnu.org>
18064         * progmodes/python.el (run-python): Fix use of \n.
18065         (python-load-file): Remove `try' from Python fragment.
18066         (python-describe-symbol): Fix message.
18068         * comint.el: Doc fixes.
18069         (comint-last-input-start, comint-last-input-end)
18070         (comint-last-output-start): Give them values.
18071         (comint-arguments): Avoid warning.
18072         (comint-skip-prompt): Use line-end-position.
18073         (comint-backward-matching-input): Rename arg to agree with doc.
18074         (comint-extract-string): Use syntax-ppss.
18075         (comint-dynamic-simple-complete): Delete useless list construction.
18076         (comint-redirect-subvert-readonly): New.
18077         (comint-redirect-preoutput-filter): Use it.
18079         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18080         Correctly handle negative arguments when calling hook functions.
18082 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
18084         * info.el (info-apropos): Don't clobber Info-history-list.
18086 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
18088         * progmodes/compile.el (compilation-setup):
18089         Localize overlay-arrow-position.
18090         (compilation-sentinel): Restructure code equivalently.
18091         (compilation-next-error): Find message on same line after point if
18092         not found before point.
18093         (compile-mouse-goto-error): Restore function so that compilation
18094         buffer need not be current and use compile-goto-error.
18095         (compile-goto-error): Restore function.
18096         (next-error): Set overlay-arrow-position.
18097         (compilation-forget-errors): Don't localize already local
18098         compilation-locs and remove FIXME about refontifying.
18100 2004-04-14  Kim F. Storm  <storm@cua.dk>
18102         * startup.el (emacs-quick-startup): New defvar (set by -Q).
18103         (command-line): New option -Q.  Like -q --no-site-file, but
18104         in addition it also disables menu-bar, tool-bar, scroll-bars,
18105         tool-tips, and the blinking cursor.
18106         (command-line-1): Skip startup screen if -Q.
18107         (fancy-splash-head): Use ":align-to center" prop to center splash image.
18109         * emulation/cua-base.el (cua-read-only-cursor-color)
18110         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18112 2004-04-13  Dave Love  <fx@gnu.org>
18114         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
18115         (syntax): Don't require.
18116         (python) <defgroup>: Add :version.
18117         (python-quote-syntax): Re-written.
18118         (inferior-python-mode): Move stuff here from run-python and add
18119         some more.
18120         (python-preoutput-continuation, python-preoutput-result)
18121         (python-dotty-syntax-table): New.
18122         (python-describe-symbol): Use them.
18123         (run-python): Move stuff to inferior-python-mode.  Modify code
18124         loaded into Python.
18125         (python-send-region): Use python-proc, python-send-string.
18126         (python-send-string): Send newlines too.  Callers changed.
18127         (python-load-file): Re-written.
18128         (python-eldoc-function): New.
18129         (info-look): Don't require.
18130         (python-after-info-look): New.  A modified version of former
18131         top-level code for use with eval-after-load.
18132         (python-maybe-jython, python-guess-indent): Use widened buffer.
18133         (python-fill-paragraph): Re-written.
18134         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
18135         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
18137 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18139         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18140         Set compilation-error-regexp-alist earlier.
18142         * progmodes/compile.el (compilation-minor-mode-map)
18143         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18144         (compile-goto-error): Re-merge the mouse and non-mouse commands.
18146 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18148         * progmodes/compile.el (compile-goto-error): Select the buffer/window
18149         corresponding to the event.
18151 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
18153         * loadup.el: Add cygwin to system-type list, for unexec() support.
18155 2004-04-12  John Paul Wallington  <jpw@gnu.org>
18157         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18158         (ibuffer-restore-window-config-on-quit): New variable to replace
18159         `ibuffer-delete-window-on-quit'.  Update all references.
18160         (ibuffer-prev-window-config): New variable.
18161         (ibuffer-quit): Restore previous window configuration instead of
18162         deleting window.
18163         (ibuffer): Save window configuration before showing Ibuffer buffer.
18165         * help.el (describe-mode): Doc fix.
18167 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18169         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18170         not to treat nil as a function.
18172         * vc-arch.el (vc-arch-root): Be a bit more careful.
18173         (vc-arch-register): Save the buffer if we modified it.
18174         (vc-arch-delete-rej-if-obsolete): Save excursion.
18175         (vc-arch-find-file-hook): Use the simpler after-save-hook.
18176         (vc-arch-responsible-p, vc-arch-init-version): New functions.
18178         * net/ldap.el (ldap-search): Use list*.
18180 2004-04-12  Juri Linkov  <juri@jurta.org>
18182         * info.el (Info-follow-reference): Allow multiline reference name.
18184 2004-04-11  Dave Love  <fx@gnu.org>
18186         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18188         * progmodes/python.el: New file.
18190 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
18192         * vc-hooks.el (vc-arg-list): Function removed.
18193         (vc-default-workfile-unchanged-p): Use condition-case to check for
18194         backward compatibility.
18196         * vc.el (vc-print-log): Use condition-case to check for backward
18197         compatibility.
18199 2004-04-11  Juri Linkov  <juri@jurta.org>
18201         * dired.el (dired-faces): New defgroup.
18202         (dired-header, dired-mark, dired-marked, dired-flagged)
18203         (dired-warning, dired-directory, dired-symlink, dired-ignored):
18204         New faces.
18205         (dired-header-face, dired-mark-face, dired-marked-face)
18206         (dired-flagged-face, dired-warning-face, dired-directory-face)
18207         (dired-symlink-face, dired-ignored-face): New face variables.
18208         (dired-font-lock-keywords): Use them instead of font-lock faces.
18209         Split the rule for dired marks into 3 separate rules: for marks,
18210         marked file names and flagged file names.
18212         * help-mode.el (help-make-xrefs): Add a final newline to the
18213         *Help* buffer.
18215 2004-04-11  John Paul Wallington  <jpw@gnu.org>
18217         * replace.el (occur-engine): Distinguish between one and several
18218         matches in the matches per buffer heading.
18220 2004-04-11  Kim F. Storm  <storm@cua.dk>
18222         * ido.el (ido-confirm-unique-completion): New defcustom.
18223         (ido-complete): Use it.
18224         (ido-write-file): Set it to t unconditionally.
18226 2004-04-10  Miles Bader  <miles@gnu.org>
18228         RCS keyword removal (only non-comment changes are enumerated here):
18230         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18231         (byte-compile-insert-header): Don't use `byte-compile-version'.
18232         * forms.el (forms-version): Variable removed.
18233         (forms-mode): Don't use `forms-version'.
18234         * recentf.el (recentf-version): Variable removed.
18235         * progmodes/delphi.el (delphi-version): Variable removed.
18236         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18238 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18240         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18242 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
18244         * info.el (info-apropos): Improve menu item regexp.
18246 2004-04-09  Simon Josefsson  <jas@extundo.com>
18248         * mail/smtpmail.el: Add comment, based on report by
18249         kdc@rcn.com (Kevin D. Clark).
18251 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18253         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18254         Redo one more thing that I didn't notice Daniel had undone.
18256 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
18258         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18259         (gdb-goto-breakpoint, gdb-display-buffer)
18260         (gdb-display-source-buffer, gdb-view-source-function)
18261         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18262         (gdb-source-info, gdb-frame-handler): Don't specify a window
18263         for display.
18264         (gdb-info-breakpoints-custom): Remove superfluous update of
18265         assembler buffer.
18266         (gdb-many-windows): Make settable outside gdb.
18268 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
18270         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18271         Derive from fundamental-mode rather than text-mode.
18273 2004-04-08  Juri Linkov  <juri@jurta.org>
18275         * info.el (Info-history): Doc fix.
18276         (Info-history-list): New var.
18277         (info-xref): Change magenta4 to blue, remove bold for dark and
18278         light backgrounds, change bold to underline for non-color classes.
18279         (info-xref-visited): New face.
18280         (Info-fontify-visited-nodes): New custom.
18281         (Info-hide-note-references): Add new value `hide'.  Doc fix.
18282         (Info-reference-name): New var.
18283         (Info-selection-hook): New custom.
18284         (Info-edit-mode-hook): New var.
18285         (Info-find-file): New fun.
18286         (Info-find-node): Move part of code to Info-find-file.
18287         (Info-find-node-2): Add anchors to Info-history-list.  Move point
18288         to the place with the reference name if name is defined.
18289         (Info-select-node): Add current node to Info-history-list.
18290         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18291         (Info-search-whitespace-regexp): New custom.
18292         (Info-search-case-fold): New var.
18293         (Info-search): Add "case-sensitively" to the prompt.
18294         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
18295         (Info-search-case-sensitively, Info-search-next): New fun.
18296         (Info-up): Move point to the menu item of the current node.
18297         (Info-history): New fun.  Add *info-history* to
18298         same-window-buffer-names.
18299         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
18300         (Info-insert-toc): New fun.
18301         (Info-build-toc): New fun.
18302         (Info-follow-reference): Add new arg `fork'.  Doc fix.
18303         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
18304         with the same name prefer the reference closest to point.
18305         (Info-next-reference): Replace * by + in the *Note regexp.
18306         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18307         (Info-prev-reference): Replace * by + in the *Note regexp.
18308         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18309         (Info-follow-nearest-node): Add new arg `fork'.
18310         (Info-try-follow-nearest-node): Add new arg `fork'.
18311         Call browse-url for http:// and ftp:// references.
18312         Set Info-reference-name for index entries.
18313         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18314         Info-search-next, Info-history, Info-toc, clone-buffer.
18315         (Info-menu-update): Replace * by + in the *Note regexp.
18316         (Info-mode): Add documentation for Info-history, Info-toc,
18317         Info-search-case-sensitively, Info-search-next, clone-buffer.
18318         (Info-fontify-menu-headers): Remove fun.  Move code to
18319         Info-fontify-node.
18320         (Info-fontify-node): Add docstring.  Add local vars
18321         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
18322         then fontify header line, titles, menu headers, http and ftp
18323         references, refill paragraphs.  If not-fontified-p is t or
18324         fontify-visited-p is t then fontify cross references, menu items.
18325         Fontify menu headers.  Fontify http and ftp references.
18326         Change regexp for cross references to require whitespace after *Note,
18327         add matching groups for file and node names.  Remove hack for quote.
18328         Use display property for Info-hide-note-references=t.  Use fifth
18329         or fourth match for help-echo.  Display visited nodes in a
18330         different face.  Unhide file names of external references.
18331         Unhide newlines.  Display visited menu items in a different face.
18333 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18335         * progmodes/compile.el: Require CL.
18336         (compilation-mode-font-lock-keywords): Re-install the "line as
18337         function" patch.
18339         * help-fns.el (help-C-source-directory): New var.
18340         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18341         (describe-function-1, describe-variable): Use them.
18343         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18344         to C source files specially.
18346 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
18348         * info.el (Info-hide-cookies-node): New function.
18349         (Info-select-node): Use it.
18350         (Info-display-images-node): Remove message with image file name.
18352 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
18354         * progmodes/compile.el (compilation-warning-face)
18355         (compilation-info-face, compilation-skip-threshold)
18356         (compilation-skip-visited, compilation-context-lines):
18357         Declare :version when added to Emacs.
18358         (compilation-error-regexp-alist-alist): Extend caml and irix.
18359         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18360         (compilation-mode-font-lock-keywords): Temporarily undo line as
18361         function patch, which wasn't ready.
18363 2004-04-07  Kenichi Handa  <handa@m17n.org>
18365         * international/latin1-disp.el (latin1-display-setup): Check each
18366         character is displayable or not instead of calling
18367         latin1-display-check-font.
18369 2004-04-06  Kenichi Handa  <handa@m17n.org>
18371         * language/ethio-util.el (ethio-sera-being-called-by-w3):
18372         New variable.
18373         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18374         instead of sera-being-called-by-w3.
18375         (ethio-fidel-to-sera-buffer): Likewise.
18376         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18377         instead of sera-being-called-by-w3.
18378         (ethio-write-file): Likewise.
18380 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18382         * printing.el: Doc fix.
18384 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
18386         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18387         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18388         (gdb-setup-windows): Only use separate IO buffer if required.
18390 2004-04-06  Kim F. Storm  <storm@cua.dk>
18392         * term.el (term-is-xemacs): Remove.
18393         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18394         (term-window-width): New function.
18395         (term-mode, term-check-size): Use it.
18396         (term-mode): Disable overflow-newline-into-fringe in term buffer.
18398 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18400         * cus-edit.el (custom-add-parent-links): Change unbound variable
18401         `symbol' to `name'.
18403 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
18404         * info.el (info-apropos): New function.
18405         (Info-mode-menu): Add it.
18406         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18408         * help-mode.el (help-make-xrefs): Recognize aliased variable with
18409         inherited docstring.
18411         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18413 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18415         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18417         * progmodes/compile.el (font-lock): Don't require any more.
18418         (compilation-error-properties, compilation-start, compilation-sentinel)
18419         (compilation-filter, next-error): Use with-current-buffer.
18420         (compilation-skip-to-next-location, compilation-skip-threshold)
18421         (compilation-skip-visited): Move to silence the byte-compiler.
18422         (compilation-setup): Simplify.
18423         (compilation-next-error): Use line-(beginning|end)-position.
18424         Make sure `pt' is non-nil before using compilation-loop.
18425         (compile-goto-error): Add optional event arg.  Use it.
18426         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18427         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18428         Update the binding for mouse-2.
18429         (first-error): Set compilation-current-error to nil rather than bob.
18430         (compilation-parsing-end, compilation-parse-errors-function)
18431         (compilation-error-list, compilation-old-error-list):
18432         "New" compatibility variables.
18433         (compile-buffer-substring, compilation-compat-error-properties)
18434         (compilation-compat-parse-errors, compilation-forget-errors):
18435         New compatibility functions.
18436         (compilation-mode-font-lock-keywords): Use them.
18438 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18440         * autorevert.el (auto-revert-handler): If point (or a window
18441         point) is at the end of the buffer, keep it there after
18442         reverting.  This allows to tail a file.
18443         Mention this in the `Commentary'.
18445         * format.el (format-write-file): Add optional argument CONFIRM
18446         and make it behave like the analogous argument to `write-file'.
18448 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18450         * progmodes/ebnf2ps.el: Doc fix.
18451         (ebnf-version): New version number (4.2).
18452         (ebnf-syntax): Customization and docstring fix.
18453         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18454         Put autoloaded funs before first use.
18455         (ebnf-style-database): Add dtd entry.
18456         (ebnf-syntax-alist): Add dtd initialization.
18457         (ebnf-token-sequence): New fun.
18458         (ebnf-comment-table): Add new comment action character.
18459         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18461         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18462         Type Definition for XML).
18464         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18465         * progmodes/ebnf-bnf.el (ebnf-sequence):
18466         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18467         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18468         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18469         Code simplification: call ebnf-token-sequence.
18471 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
18473         * calendar/timeclock.el (timeclock-relative)
18474         (timeclock-get-project-function, timeclock-get-workday-function)
18475         (timeclock-query-out, timeclock-when-to-leave)
18476         (timeclock-when-to-leave-string, timeclock-log-data)
18477         (timeclock-generate-report, timeclock-in): Doc fixes.
18479 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18481         * url/: New dir.  Import the URL package from its repository.
18483 2004-04-03  Andreas Schwab  <schwab@suse.de>
18485         * diff-mode.el (diff-mode): Fix missing quote.
18487 2004-04-03  Juri Linkov  <juri@jurta.org>
18489         * descr-text.el (describe-property-list): Add `font-lock-face'.
18491         * dired.el (dired-font-lock-keywords): Fix permission regexps.
18493 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18495         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18496         Use utf-16le on little endian machines and utf-16be otherwise.
18498 2004-04-02  David Kastrup  <dak@gnu.org>
18500         * net/browse-url.el (browse-url-generic): Use call-process
18501         instead of start-process to allow browsers that fork and detach.
18503 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
18505         * compile.el (compilation-current-error): New var.
18506         (compilation-setup, compile-mouse-goto-error)
18507         (compile-goto-error, next-error): Use it.
18508         (compilation-skip-to-next-location): Default to t, which gives
18509         contiguous skipping like old compile (where this was redundant).
18510         (compilation-next-error): Prevent previous-* commands from moving
18511         back to message at or just before point.
18513 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
18515         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18516         (gdb-source-info): Don't display source at startup, if required.
18517         (gdb-show-main): New option.
18518         (gdba): Update documentation.
18519         (gdb-source): Cover case of auto-display output.
18521 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18523         * autorevert.el: Delete obsolete autoloads and defvars.
18524         (auto-revert-check-vc-info): New user option.
18525         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18526         (auto-revert-handler-vc): Delete.
18527         (auto-revert-handler): Treat return value `fast' of
18528         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
18530         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18531         return `fast'.
18533         * files.el (buffer-stale-function): Doc change.
18535 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18537         * printing.el: New tip on Tips section.
18538         (pr-version): New version number (6.7.4).
18539         (pr-shell-file-name): Initialization fix.
18541 2004-03-31  Juri Linkov  <juri@jurta.org>
18543         * dired.el: Add autoload for `dired-do-touch'.
18544         (dired-touch-program): New var.
18545         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18546         (dired-no-confirm): Add `touch' to docstring.
18548         * dired-aux.el (dired-do-touch): New fun.
18549         (dired-do-chxxx): Add argument -t for touch operation.
18551         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18552         `dired-move-to-filename-regexp'.
18554 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
18556         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18558 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18560         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18561         and only if the buffer was modified.
18563 2004-03-30  Kenichi Handa  <handa@m17n.org>
18565         * international/characters.el: Delete pairs for U+2308..U+230B.
18567 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
18569         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18570         to detect the beginning of a level 2 or 3 annotation.
18572 2004-03-29  Kenichi Handa  <handa@m17n.org>
18574         * international/ucs-tables.el (ucs-insert): Fix the error message.
18576 2004-03-29  Kenichi Handa  <handa@m17n.org>
18578         * international/mule-util.el (char-displayable-p): Fix generation
18579         of XLFD file name.
18581         * Makefile.in (setwins, setwins_almost): Change directory to $wd
18582         before finding directories by `find'.
18584 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18586         * subr.el (interactive-form): Delete.  Now implemented in C.
18588         * pcvs.el (cvs-parse-process): Workaround for Darwin.
18590         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18591         (vc-diff-label): New fun.
18592         (vc-diff-internal): Use it.
18594         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18596 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18598         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18600         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18601         specify XML (EBNFX).
18603         * progmodes/ebnf2ps.el: Doc fix.
18604         (ebnf-version): New version number (4.1).
18605         (ebnf-syntax): Adjust customization.
18606         (ebnf-style-database): Add ebnfx entry.
18607         (ebnf-syntax-alist): Add ebnfx initialization.
18608         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18610         * printing.el: Doc fix.
18611         (pr-version): New version number (6.7.3).
18612         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18613         returns nil for mouse position.  Reported by Drew Adams
18614         <drew.adams@oracle.com>.
18615         (pr-update-menus): Modify interactive declaration.  Reported by Drew
18616         Adams <drew.adams@oracle.com>.
18618 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
18620         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18621         (gud-gdba-marker-filter): Log the process input and output, if
18622         required.  From Stefan Monnier.
18623         (gdb-debug-log, gdb-enable-debug-log): New variables.
18624         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18626 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18628         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18629         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18631 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
18633         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18634         Call vc-find-file-hook here instead of in auto-revert-buffers.
18635         (auto-revert-buffers): Delete call to vc-find-file-hook.
18636         (auto-revert-verbose, global-auto-revert-non-file-buffers)
18637         (global-auto-revert-mode, auto-revert-set-timer)
18638         (auto-revert-handler, auto-revert-buffers): Doc fixes.
18640 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18642         * woman.el (woman-change-fonts): Rename local variable
18643         woman-font-alist to font-alist to avoid a compiler warning.
18645 2004-03-27  Dave Love  <fx@gnu.org>
18647         * emacs-lisp/rx.el (rx): Doc fix.
18648         Fix copyright years.
18650         * strokes.el (strokes-global-set-stroke-string): New function.
18651         (strokes-list-strokes): Cope with strings, not just commands.
18652         Set foreground color of image.
18653         (strokes-global-set-stroke): Doc fix.
18655 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18657         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18658         Auto Revert mode.
18659         (Buffer-menu-files-only): New variable.
18660         (Buffer-menu-toggle-files-only): New function.
18661         (Buffer-menu-mode-map): Bind it to `T'.
18662         (Buffer-menu-mode): Mention `T' in docstring.
18663         Set buffer-stale-function.
18664         (list-buffers-noselect): Mark buffer non-modified and set
18665         Buffer-menu-files-only.
18667         * dired.el (buffer-stale-function): Remove no longer needed defvar.
18669         * autorevert.el (auto-revert-handler): Print revert message
18670         before, rather than after, reverting.
18671         (buffer-stale-function): Move to files.el.
18673         * files.el (buffer-stale-function): Move here from autorevert.el.
18675 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18677         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18679         * calc/calc.el (calc-mode-map): Use mapc.
18681         * apropos.el (apropos-mode): Don't autoload.
18682         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
18683         (apropos): Use it.
18684         (apropos-print): Add optional `text' argument.
18685         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18686         Don't assume point-min == 1.
18688         * bs.el (bs-buffer-list): Use buffer-local-value.
18689         (bs--set-toggle-to-show): Use with-current-buffer.
18691         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18692         New funs.
18693         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
18695         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18697         * dabbrev.el (dabbrev-expand): Fix regexp construction.
18698         (dabbrev--find-expansion): Use pop.
18699         (dabbrev--search): Use match-string-no-properties.
18701         * dired.el (dired-mode): Use run-mode-hooks.
18702         (dired-move-to-end-of-filename): Use match-string.
18704         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18705         is bound before using it.
18706         (ediff-verbose-p): Make it into a var since it's not constant.
18708         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18710         * faces.el (read-face-font): Don't cons up unnecessarily.
18711         (header-line, tool-bar): Share common parts.
18713         * files.el (file-relative-name): Use compare-strings.
18715         * finder.el (finder-mode): Follow coding convention.
18717         * subr.el (read-number): New function.
18719         * ses.el (ses-read-number): Move to subr.el.
18720         (ses-set-header-row): Use read-number.
18722 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
18724         * vc-hooks.el (vc-arg-list): New function, which handles both
18725         compiled and uncompiled code.
18726         (vc-default-workfile-unchanged-p): Use it.
18728         * vc.el (vc-print-log): Undo prev change, use new function
18729         vc-arg-list from vc-hooks.el.
18731 2004-03-26  Masatake YAMATO  <jet@gyve.org>
18733         * simple.el (completion-setup-function): Emphasize the
18734         first uncommon characters in the completions; and de-emphasize
18735         the common prefix substrings.
18736         (completion-emphasis): New face.
18737         (completion-de-emphasis): New face.
18739 2004-03-25  Juanma Barranquero  <lektu@terra.es>
18741         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18742         Comment out (it's unused and unfinished code).
18744 2004-03-25  Sam Steingold  <sds@gnu.org>
18746         * vc.el (vc-print-log): Fix a bug in the last patch:
18747         backend-function may be a byte-compiled object, not a lambda.
18749 2004-03-25  Juri Linkov  <juri@jurta.org>
18751         * descr-text.el (describe-property-list): Add a button
18752         for `face' property that calls `describe-face'.
18753         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18755         * international/mule.el (keyboard-coding-system):
18756         * kmacro.el (kmacro-call-macro): Fix docstring.
18758         * dired.el: Fix comments.
18760         * textmodes/fill.el (fill): Fix Info link.
18762         * font-lock.el (fast-lock, lazy-lock):
18763         * jit-lock.el (jit-lock): Remove links to removed Support Modes
18764         Info node.
18766         * eshell/eshell.el (eshell): Fix broken info-link.
18768         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18769         * eshell/em-banner.el (eshell-banner):
18770         * eshell/em-smart.el (eshell-smart):
18771         * eshell/esh-cmd.el (eshell-cmd):
18772         Comment out broken info-links to incomplete Info manual.
18774         * info-xref.el: Fix commentary.
18776 2004-03-25  Kevin Ryde  <user42@zip.com.au>
18778         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18779         Remove spurious node duplicate suppression, doesn't work, not wanted.
18780         (info-xref-output): Take format style args, add "sit-for 0" to let
18781         user see the results as they progress.
18782         (info-xref-check-all-custom): New function.
18784 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
18786         * gdb-ui.el: Moved to progmodes.
18788 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18790         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18792 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18794         * calendar/appt.el (appt-check): Remove superfluous progn.
18795         When finished with diary buffer: if it was not being displayed
18796         before, kill it; otherwise restore its original state.
18797         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18799         * calendar/calendar.el (calendar-set-mode-line): Use total
18800         available mode-line width, rather than frame-width.
18802         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18803         after mode change so effect not lost.
18805 2004-03-23  Dave Love  <fx@gnu.org>
18807         * dired.el (dired) <defgroup>: Add link to manual.
18808         (dired-font-lock-keywords): Add highlighting on unusual permissions.
18809         (dired-revert): Use dolist.
18810         (dired-mode-map): Add U binding.
18811         (dired-mode): Add font-lock-beginning-of-syntax-function.
18812         (dired-garbage-files-regexp): Make it a defcustom.
18814 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18816         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18817         is equivalent to nil.
18818         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18819         (vc-arch-mode-line-string): Accept `added' state.
18820         (vc-arch-state): Use inode-sigs if available.
18821         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18822         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
18823         (vc-arch-tagline-re): New var.
18824         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18825         New functions.
18826         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18827         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18829         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18830         (vc-file-not-found-hook): Use it.
18832         * diff-mode.el (diff-default-read-only): Change default.
18833         (diff-mode-hook): Make it a defcustom.  Add some options.
18834         (diff-mode-map): Bind diff-refine-hook.
18835         (diff-yank-handler): New var.
18836         (diff-yank-function): New fun.
18837         (diff-font-lock-keywords): Use them.
18838         (diff-end-of-file): Handle case where file-header looks like diff text.
18839         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18840         (diff-file-kill): Delete a subsequent empty line, if applicable.
18841         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18842         (diff-find-file-name): Use it.
18843         (diff-tell-file-name): New command.
18844         (diff-mode): Be careful with view-mode.
18845         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18846         New functions, for use in diff-mode-hook.
18847         (diff-find-source-location): Catch "regex too large" errors.
18848         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18849         (diff-refine-hunk): New command.
18851         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18852         (smerge-context-menu-map): Remove unused var.
18853         (smerge-keep-all): Preserve markers.
18854         (smerge-keep-n): New fun.
18855         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18856         (smerge-keep-current, smerge-ediff): Use it.
18857         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
18858         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18859         (smerge-resolve): Resolve trivial 3-part conflicts.
18861 2004-03-23  Juri Linkov  <juri@jurta.org>
18863         * man.el (Man-width): New var.
18864         (Man-getpage-in-background): Use it.
18865         (Man-support-local-filenames): New var and fun.
18866         (Man-build-man-command): Don't add a second %s.
18867         (Man-fontify-manpage): Clean up message.
18868         (Man-mode): Set outline-regexp, outline-level,
18869         imenu-generic-expression.
18871         * woman.el (woman-fill-frame): Doc fix.
18872         (woman-decode-region): Use window-width instead of frame-width.
18874         * abbrevlist.el (list-one-abbrev-table):
18875         * descr-text.el (describe-char):
18876         * international/mule-diag.el (describe-current-coding-system):
18877         * international/quail.el (quail-insert-decode-map):
18878         Use window-width instead of frame-width.
18880         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18881         (jka-compr-mode-alist-additions): Add tbz.
18882         (jka-compr-write-region, jka-compr-insert-file-contents):
18883         Add message for undefined compress-program.
18884         (jka-compr-write-region): Remove redundant var bindings.
18886         * dired-x.el (dired-guess-shell-alist-default): Add choices for
18887         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
18888         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18889         (dired-man): Use dired-guess-shell-command.
18890         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18891         Change default nil to t.
18893         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18894         (dired-compare-directories): Add default value for empty input.
18896         * help-at-pt.el: Move suggestions for key bindings to Commentary.
18898         * time.el (display-time-string-forms): Fix help-echo date format.
18900 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
18902         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18903         (buffer-stale-function): New variable.
18904         (auto-revert-list-diff, auto-revert-dired-file-list)
18905         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18906         (auto-revert-handler): Take over some functionality of deleted
18907         functions.
18908         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18910         * dired.el (dired-directory-changed-p): New fun, extracted from
18911         dired-internal-noselect.
18912         (dired-buffer-stale-p): New fun.
18913         (dired-internal-noselect): Use dired-directory-changed-p.
18914         Eliminate revert messages.
18915         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18917 2004-03-23  Kenichi Handa  <handa@m17n.org>
18919         * international/characters.el: Setup syntaxes for more parentheses
18920         Unicode characters.
18922         * international/mule-cmds.el (select-safe-coding-system):
18923         Merge coding-system and auto-cs before comparing them.
18925 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18927         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18929         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18930         normal-auto-fill-function and comment-indent-function.
18931         The default values now work just as well.
18932         Don't set font-lock-beginning-of-syntax-function since we already set
18933         syntax-begin-function.
18934         (lisp-outline-level): Put ;;;###autoload at same level as (.
18935         (prin1-char): Quote special chars.
18937         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18938         than with-no-warnings.
18940         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18941         if the source location can't be found.
18942         (edebug-compute-previous-result): Use prin1-char.
18944         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18945         (debug-ignored-errors): Add an entry.
18947         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18948         (byte-compile-file): Output warning when deleting a file.
18950         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18951         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18953         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18954         (byte-compile-inline-expand): Use backquote.
18955         (byte-optimize-pure-func): Rename from byte-optimize-concat.
18956         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18958         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18960         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18962 2004-03-22  Juri Linkov  <juri@jurta.org>
18964         * finder.el (finder-known-keywords): Fix data, tex, unix.
18966         * play/landmark.el: Fix keywords.
18968         * language/ethio-util.el (ethio-find-file): Doc fix.
18970         * emacs-lisp/warnings.el: Doc fix.
18972         * textmodes/ispell.el (ispell-help): Doc fix.
18974 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
18976         * format.el (format-insert-file): Always return a list of two
18977         elements, like insert-file-contents does.
18979 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
18981         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18982         and vc-BACKEND-diff.
18983         (vc-print-log): If the print-log implementation supports it, use
18984         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18985         (vc-version-diff, vc-diff-internal): Doc fixes.
18987         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18988         implementation supports it, let diff output go to *vc*,
18989         not *vc-diff*, since this is an internal call.
18991         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18993         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18995         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18997 2004-03-21  Dave Love  <fx@gnu.org>
18999         * progmodes/cfengine.el (cfengine-mode):
19000         Set parse-sexp-ignore-comments.
19002         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19004 2004-03-21  Juanma Barranquero  <lektu@terra.es>
19006         * allout.el (allout-mode): Fix docstring.
19008 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
19010         * files.el (insert-directory): Fix bug if SWITCHES is a list.
19012         * autorevert.el (auto-revert-interval): Make new value take
19013         effect immediately when set through Custom.
19014         (auto-revert-set-timer): Add interactive declaration.
19016 2004-03-19  David Ponce  <david@dponce.com>
19018         * ruler-mode.el (ruler-mode-header-line-format-old):
19019         Don't `make-variable-buffer-local'.
19020         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19021         (ruler-mode-header-line-format): Simply funcall the above.
19022         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19023         to save/restore a previous header line format.
19024         (ruler-mode-space): Don't depend on a numeric WIDTH value.
19025         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19026         fringes and margins width.
19027         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19029 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19031         * log-edit.el (log-edit-font-lock-keywords): Typo.
19033         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19034         (tex-send-tex-command): Rather than here.
19035         (tex-compilation-parse-errors): Simplify.
19037         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19039         * time.el (display-time-string-forms): Add help-echo with date on time.
19041         * composite.el (compose-region): Use restore-buffer-modified-p.
19043         * disp-table.el (standard-display-8bit): Simplify.
19045         * server.el (server-process-filter): Delete temp frame.
19047         * add-log.el (add-change-log-entry): Simplify.
19049 2004-03-19  Kim F. Storm  <storm@cua.dk>
19051         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19052         (hexl-follow-line): Don't require 'fringe.
19054         * progmodes/compile.el (compilation-start): Always set
19055         compilation-last-buffer and return it.
19057 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
19059         * simple.el (clone-buffer): Doc fix.
19061 2004-03-18  Juanma Barranquero  <lektu@terra.es>
19063         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19065 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19067         * log-edit.el (log-edit-font-lock-keywords): New var.
19068         (log-edit-mode): Use it.
19070 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
19072         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19073         properly for watching in speedbar.
19075 2004-03-17  Masatake YAMATO  <jet@gyve.org>
19077         * smerge-mode.el (smerge-popup-context-menu):
19078         Put `unwind-protect' around `overlay-put' and `popup-menu'.
19080 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19082         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19083         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19084         Take sealed revisions into account.
19085         (vc-arch-checkin): Extract a summary line from the message.
19087 2004-03-16  Masatake YAMATO  <jet@gyve.org>
19089         * register.el (register): Provide `register' feature.
19091 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19093         Added context menu support in smerge mode.
19094         Most of the part is written by Stefan Monnier.
19096         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19097         New keymap and menu.
19098         (smerge-text-properties): New function.
19099         (smerge-remove-props): New function.
19100         (smerge-popup-context-menu): New function.
19101         (smerge-resolve): Call `smerge-remove-props'.
19102         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19103         (smerge-keep-current): Ditto.
19104         (smerge-kill-current): New function.
19105         (smerge-match-conflict): Put text properties.
19106         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19108 2004-03-15  David Ponce  <david@dponce.com>
19110         * ruler-mode.el (ruler-mode-left-fringe-cols)
19111         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19112         (ruler-mode-right-scroll-bar-cols): Remove.
19113         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19114         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19115         Use fringe-columns and scroll-bar-columns.
19117 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19119         * hl-line.el (hl-line-range-function): New variable.
19120         (hl-line-move): New function.
19121         (global-hl-line-highlight): Use `hl-line-move'.
19122         (hl-line-highlight): Ditto.
19124         * scroll-bar.el (scroll-bar-columns):
19125         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19127         * ruler-mode.el (top-level): Require scroll-bar and fringe.
19128         (ruler-mode-left-fringe-cols)
19129         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19130         (ruler-mode-right-scroll-bar-cols)
19131         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19132         (ruler-mode-ruler-function): New variable.
19133         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19134         if the value for `ruler-mode-ruler-function' is given.
19136         * hexl.el (hexl-mode-hook): Make the hook customizable.
19137         (hexl-address-area, hexl-ascii-area): New customize variables.
19138         (hexlify-buffer): Put font-lock-faces on the address area and
19139         the ascii area.
19140         (hexl-activate-ruler): New function.
19141         (hexl-follow-line): New function.
19142         (hexl-highlight-line-range): New function.
19143         (hexl-mode-ruler): New function.
19145 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19147         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
19148         (vc-default-find-file-hook): New fun.
19149         (vc-find-file-hook): Call new find-file-hook operation.
19151         * vc-arch.el: New file.
19153 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
19155         * info-look.el (info-lookup): Reuse an existing Info window.
19157 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19159         * woman.el (woman-preserve-ascii): Default value changed to t and
19160         doc string revised.
19162 2004-03-12  Richard M. Stallman  <rms@gnu.org>
19164         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19165         Fix minor bug.
19167         * replace.el (occur-engine): Change message for count of matches.
19169         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19170         For strings, do compare text properties.
19172 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
19174         * progmodes/compile.el (compile-auto-highlight)
19175         (compilation-error-list, compilation-old-error-list)
19176         (compilation-parse-errors-function, compilation-parsing-end)
19177         (compilation-error-message, compilation-directory-stack)
19178         (compilation-enter-directory-regexp-alist)
19179         (compilation-leave-directory-regexp-alist)
19180         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19181         (compilation-current-file, compilation-regexps): Remove vars.
19183         (compile-error-at-point, compilation-error-filedata)
19184         (compilation-error-filedata-file-name, compile-reinitialize-errors)
19185         (compilation-next-error-locus, compilation-forget-errors)
19186         (count-regexp-groupings, compilation-parse-errors)
19187         (compile-collect-regexps, compile-buffer-substring): Remove funs.
19189         (compile-internal): Make obsolete.
19191         (compilation-first-column, compilation-error)
19192         (compilation-directory-matcher, compilation-page-delimiter)
19193         (compilation-mode-font-lock-keywords, compilation-debug)
19194         (compilation-error-face, compilation-warning-face)
19195         (compilation-info-face, compilation-line-face)
19196         (compilation-column-face, compilation-enter-directory-face)
19197         (compilation-leave-directory-face, compilation-skip-threshold)
19198         (compilation-skip-visited, compilation-context-lines): New vars.
19200         (compilation-warning-face, compilation-info-face)
19201         (compilation-message-face): New faces.
19203         (compilation-error-regexp-alist-alist): New constant.
19205         (compilation-face, compilation-directory-properties)
19206         (compilation-assq, compilation-error-properties, compilation-start)
19207         (define-compilation-mode, compilation-loop)
19208         (compilation-set-window): New functions.
19210         (compile): Additional argument for interactive compiles like TeX.
19212         * progmodes/grep.el (kill-grep): Move here from compile.el
19213         (grep-error, grep-hit-face, grep-error-face)
19214         (grep-mode-font-lock-keywords): New variables.
19215         (grep-regexp-alist): Simplify regexp and add `binary' case.
19216         (grep-mode): New mode.
19217         (grep-process-setup): Simplify.
19219 2004-03-11  Jason Rumney  <jasonr@gnu.org>
19221         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19222         letters on DOS/Windows.
19224 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19226         * server.el (server-name): New var.
19227         (server-socket-dir): New var to replace server-socket-name.
19228         (server-start): Use them.
19230 2004-03-11  Simon Josefsson  <jas@extundo.com>
19232         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19233         died to avoid infloop.  Reported by Jonathan Glauner
19234         <jglauner@sbum.org>.
19236 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19238         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19239         (smerge-mode-menu): Use it to deactivate menu entries.
19240         (smerge-keep-current): New fun.
19241         (smerge-keep-current): Use it.
19243 2004-03-10  John Paul Wallington  <jpw@gnu.org>
19245         * foldout.el (foldout-fold-list, foldout-modeline-string):
19246         Declare them as variables, not constants.
19248 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19250         * ps-print.el: Modification to print *Messages* buffer.
19251         (ps-print-version): New version 6.6.4.
19252         (ps-message-log-max): New fun.
19253         (ps-spool-without-faces, ps-spool-with-faces)
19254         (ps-count-lines-preprint): Code fix.
19256         * printing.el: New tips in Tips section.
19258 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19260         * delim-col.el: Doc fix.
19262         * printing.el: Doc fix.  New doc section (Tips).
19264 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19266         * type-break.el (type-break-emacs-variant): Remove.
19267         (type-break-run-at-time, type-break-cancel-function-timers):
19268         Use fboundp rather than version name and number.
19270 2004-03-09  Masatake YAMATO  <jet@gyve.org>
19272         * hexl.el (hexl-mode): Use `make-local-variable' instead of
19273         `make-variable-buffer-local'.
19275 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
19277         * find-dired.el (find-dired): Call `shell-command' instead of
19278         `start-process-shell-command'.  By this, Tramp takes over
19279         handling of remote directories.
19281 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19283         * newcomment.el (comment-use-global-state): New var.
19284         (comment-search-forward): Use it.
19286         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19288         * cus-edit.el (fill) <defgroup>: Move to fill.el.
19290         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19291         (enable-kinsoku): Make it a defcustom.
19292         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19293         paragraph to same-comment-start-marker.
19295 2004-03-07  Dave Love  <fx@gnu.org>
19297         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19298         (browse-url-mail): Use it.
19300         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19301         (rfc2368-unhexify-string): Use replace-regexp-in-string.
19303 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19305         * woman.el (woman-man.conf-path): Doc fix.
19306         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19308 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
19310         * sort.el (sort-columns): Remove ms-dos from the list of systems
19311         where the external `sort' command is not used.
19313 2004-03-07  Kim F. Storm  <storm@cua.dk>
19315         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19316         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19317         from overlay-arrow-variable-list.
19318         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19320 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
19322         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19323         overlay arrow string properly for the assembler buffer.
19325 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19327         * mail/sendmail.el (mail-mode): Fix last change.
19329 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
19331         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19332         for the assembler buffer.
19333         (gdb-assembler-custom): Position the overlay arrow.
19334         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19336 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19338         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19340         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19341         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19343         * mail/sendmail.el (mail-mode): Set comment-start-skip.
19345         * newcomment.el (uncomment-region): Allow non-terminated comment.
19346         (comment-normalize-vars): Check the user-specified comstart marker.
19348 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19350         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19351         Otherwise, do use it if the region only contains font-lock text
19352         properties.
19354 2004-03-04  Masatake YAMATO  <jet@gyve.org>
19356         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19357         as the callback function for eldoc.
19358         (hexl-print-current-point-info): New function.
19359         (hexl-current-address): Print the address in both decimal
19360         and hexadecimal format.
19362 2004-03-04  Richard M. Stallman  <rms@gnu.org>
19364         * mail/rmail.el (rmail-convert-to-babyl-format):
19365         Specify t for UNIBYTE when calling mail-unquote-printable-region.
19367         * mail/mail-utils.el (mail-unquote-printable-region):
19368         New arg UNIBYTE.
19370         * startup.el (command-switch-alist): Doc fix.
19372         * simple.el (undo): Temporarily set this-command to `undo-start',
19373         then set it to `undo' once undo-start returns without error.
19375         * simple.el (minibuffer-history-sexp-flag): Doc fix.
19377         * simple.el (kill-line): Don't disregard trailing whitespace
19378         in eol condition, if show-trailing-whitespace is set.
19380         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19381         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19382         When disabling, restore old values only if mouse-sel-has-been-enabled.
19384         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19385         (isearch-{-char): New function.
19386         (isearch-mode-map): Bind { to isearch-{-char.
19388         * font-lock.el (lisp-font-lock-keywords-2):
19389         Turn off the CL with-... and do-... general patterns.
19390         Instead, recognize several specific with... and do... constructs.
19392         * files.el (switch-to-buffer-other-window):
19393         Bind same-window-buffer-names and same-window-regexps to nil.
19394         (switch-to-buffer-other-frame): Likewise.
19396 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19398         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19399         recognizing leading comment on code line.
19401 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19403         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19404         hidden files/directories.
19406 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19408         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19409         only comment-start (in case the mode hasn't set it).
19411         * Makefile.in (AUTOGENEL): New var.
19412         (bootstrap-prepare): Rename from bootstrap-clean.
19413         Don't remove elc files.
19414         (maintainer-clean): New target.
19416         * xml.el (xml-get-attribute-or-nil): Simplify.
19418 2004-03-02  Juri Linkov  <juri@jurta.org>
19420         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19421         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19422         URL to prevent their substitution with the environment variable
19423         values by browsers.
19425 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19427         * ps-print.el: Doc fix.
19428         (ps-print-version): New version number (6.6.3).
19429         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19430         Docstring fix.
19431         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19432         before printing.
19433         (ps-time-stamp-yyyy-mm-dd): New fun.
19434         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19436 2004-03-02  Kim F. Storm  <storm@cua.dk>
19438         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19440 2004-03-01  Juanma Barranquero  <lektu@terra.es>
19442         * allout.el (allout-rebullet-heading): Fix typo in docstring.
19444         * desktop.el (desktop-file-version)
19445         (desktop-after-read-hook): Fix typos.
19446         (desktop-clear-preserve-buffers): Remove redundant info in
19447         docstring already shown by the obsolescence message.
19448         (desktop-truncate, desktop-internal-v2s)
19449         (desktop-value-to-string): Change argument name to match docstring.
19451         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19453         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19454         docstring.
19456 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19458         * printing.el: Replace "As Is..." in PostScript file print/preview by
19459         "No Preprocessing...".  Suggested by Colin Marquardt
19460         <_marquardt_@zmd.de>.
19461         (pr-insert-section-4): Adjust buffer interface.
19463 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
19465         Version 2.0.39 of Tramp released.
19467         * net/tramp.el (tramp-handle-file-local-copy)
19468         (tramp-handle-write-region, tramp-open-connection-rsh):
19469         Variable name typo.  Small change.  From Patrick Tullmann
19470         <tullmann@flux.utah.edu>.
19471         (tramp-process-connection-type): New variable.
19472         (tramp-maybe-open-connection): Use it.
19473         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19474         (tramp-touch): Set last-modified time of a remote file.
19475         (tramp-handle-write-region): Say which function is used when encoding.
19477 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
19479         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19480         case of non-existing filename, too.  Reported by Christoph Bauer
19481         <c_bauer@informatik.uni-kl.de>.
19482         (tramp-smb-get-file-entries): The directory in question should
19483         have permissions "drwxrwxrwx".  Just virtual, because we don't
19484         know the real permissions.  Don't we know?
19485         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19486         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19487         (tramp-smb-wait-for-output): Optimize algorithm getting pending
19488         output.  If it was received chunkwise, there have been problems.
19489         Remove the "prompt not found" error message; it is obvious.
19490         Simplify algorithm.
19491         (tramp-smb-process-running): Remove.  Since we acknowledge the
19492         virtual prompt for shares, there's no need for distinction of
19493         reading shares (process ends afterwards) and interactive mode of
19494         smblient.
19495         (tramp-smb-open-connection): Setting process sentinel removed.
19496         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19497         "NT_STATUS_NETWORK_ACCESS_DENIED".
19498         (tramp-smb-maybe-open-connection): Set `process-connection-type'
19499         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19500         (top-level): Setting default value in `tramp-default-method-alist'
19501         corrected.  Order of USER and HOST have been wrong.
19502         Nobody complained for months ...
19503         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19504         (tramp-smb-open-connection): Clear password cache if login has failed.
19506         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19507         `tramp-unified-filenames'.
19508         (tramp-completion-mode): Make test for XEmacs explicitly.
19509         `event-to-character' can exists in Emacs packages too.
19510         Reported by Matt Swift <swift@alum.mit.edu>.
19511         (tramp-buffer-name): Buffer name must contain the user if exists.
19512         Reported by Adrian Phillips <a.phillips@met.no>.
19513         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19514         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19515         (tramp-do-copy-or-rename-file-out-of-band): Rename from
19516         `tramp-do-copy-or-rename-file-one-local', because it handles also
19517         the case both files use the same out-of-band method.
19518         Implementation added.
19519         (tramp-handle-file-local-copy, tramp-handle-write-region):
19520         Out-of-band handling removed.  `copy-file' called instead, which
19521         calls `tramp-do-copy-or-rename-file-out-of-band'.
19522         (tramp-action-password): Check for out-of-band method removed.
19523         This function is used for 'login-program.
19524         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19525         appropriate.
19526         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19527         and `tramp-parse-sknownhosts'.
19528         (tramp-completion-function-alist): It's a defvar now, because we
19529         want to apply the optimized `tramp-set-completion-function'
19530         instead of a static list.
19531         (tramp-set-completion-function): Implementation tuned.
19532         Avoid double entries, and entries where the function or the
19533         file/directory doesn't exist.
19534         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19535         for SSH2.
19536         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19537         (tramp-handle-dired-compress-file): New function.
19538         (tramp-async-proc): New variable.
19539         (tramp-handle-shell-command): Adding asynchronous processes.
19540         They are far from being perfect, but it works at least for
19541         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19542         (top-level): Require password.el if visible.  Should be mandatory
19543         once No Gnus has found its way into (X)Emacs.
19544         (tramp-read-passwd): Invoke `password-read' if available,
19545         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
19546         fallback any longer.
19547         (tramp-clear-passwd): New function.
19548         (tramp-process-actions, tramp-process-multi-actions):
19549         Clear password cache if login has failed.
19551         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
19552         its own module.
19553         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19554         `ange-ftp-ftp-name-res'.  There could be incorrect values from
19555         previous calls in case the "ftp" method is used in the Tramp file
19556         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19558 2004-02-28  Richard M. Stallman  <rms@gnu.org>
19560         * term.el (term-mouse-paste): Call mouse-set-point.
19562         * thumbs.el: New file.
19564 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19566         * progmodes/ebnf-abn.el: Doc fix.
19568         * progmodes/ebnf-bnf.el: Doc fix.
19569         (ebnf-repeat): Code fix.
19571         * progmodes/ebnf2ps.el: Doc fix.
19572         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19574 2004-02-28  Juri Linkov  <juri@jurta.org>
19576         * ffap.el (dired-at-point): Additional writability test for
19577         relative directory names.
19578         (dired-at-point-prompter): Treat directories as a directory, get
19579         the directory component from files.
19580         (ffap-string-at-point): Return string from region if region is active.
19581         (ffap-file-at-point): Remove redundant code.
19583 2004-02-28  Kim F. Storm  <storm@cua.dk>
19585         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19586         Initialize margin area images to nil.
19587         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19588         (breakpoint-enabled-bitmap-face)
19589         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19590         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19591         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19592         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19593         (gdb-reset): Use gdb-remove-breakpoint-icons.
19594         (gdb-put-string): Add dprop arg to specify alternative display
19595         property (for setting fringe bitmap).
19596         (gdb-remove-strings): Doc fix.
19597         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19598         icon in fringe (if available), or else as icon or text in display
19599         margin.  Creates necessary icons in breakpoint-bitmap,
19600         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19601         Also make left window margin if required.
19602         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19603         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
19604         no longer needed.
19605         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19606         gdb-put-breakpoint-icon.
19607         (gdb-assembler-mode): Don't set left-margin-width here.
19609 2004-02-27  Kevin Ryde  <user42@zip.com.au>
19611         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19612         comma, so that it DTRT in macros.
19614 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19616         * progmodes/sh-script.el (sh-shell-arg)
19617         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19618         (sh-leading-keywords, sh-other-keywords): Fix custom type.
19620 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
19622         * faces.el (face-spec-set-match-display): Add a new attribute,
19623         `min-colors'.
19624         (region, highlight, secondary-selection): Use `min-colors'.
19626         * custom.el (defface): Add documentation for `min-colors'.
19628         * font-lock.el (font-lock-comment-face, font-lock-string-face)
19629         (font-lock-keyword-face, font-lock-function-name-face)
19630         (font-lock-variable-name-face, font-lock-constant-face):
19631         Use `min-colors'.
19633         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19635 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19637         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
19638         define assq-delete-all if it's not defined.
19639         (ebnf-generate-region): Code fix.
19641         * printing.el: Doc fix.
19642         (pr-version): New version number (6.7.2).
19643         (pr-command): Return empty string if command is an empty string.
19645 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19647         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19649         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
19650         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19651         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
19652         "tt" ["test"] ).  Reported by Markus Dreyer
19653         <mdreyer@ix.urz.uni-heidelberg.de>.
19654         (ebnf-version): New version number (4.0).
19655         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19656         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19657         (ebnf-delete-style): New commands.
19658         (ebnf-directory, ebnf-file): New funs.
19659         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19660         (ebnf-production-name-p, ebnf-stop-on-error): New options.
19661         (ebnf-syntax-alist): New var.
19662         (ebnf-element-width): New fun replacing ebnf-list-width.
19663         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19664         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19665         (ebnf-prologue): Adjust vars.
19666         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19667         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19668         (ebnf-check-style-values, ebnf-generate-production)
19669         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19670         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19671         (ebnf-token-repeat): Code fix.
19673         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
19674         %right, %left and %prec.  Suggested by Matthew K. Junker
19675         <junker@alum.mit.edu>.
19676         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19678         * progmodes/ebnf-iso.el: Doc fix.
19679         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19680         (ebnf-iso-lex): Code fix.
19682         * progmodes/ebnf-bnf.el: Doc fix.
19683         (ebnf-bnf-lex): Code fix.
19685         * progmodes/ebnf-otz.el: Doc fix.
19687 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
19689         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
19690         (abbrev-prefix-mark): Doc fix.
19692 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
19694         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19695         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19696         (gdb-var-delete): Make interactive (really).
19697         (gdb-edit-value): Make non-interactive.
19699         * progmodes/gud.el (gud-speedbar-menu-items):
19700         Add gdb-var-delete and, indirectly, gdb-edit-value.
19701         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19702         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19703         (gud-gdb-marker-filter): Add comment for annotations.
19705 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19707         * calendar/calendar.el (generate-calendar)
19708         (calendar-read-date): Prevent display of BC calendars once more -
19709         reverts 2003-10-01 change.
19710         (generate-calendar-month): Doc fix.
19712 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
19714         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19715         return value of increment-calendar-month.
19717 2004-02-21  Stephen Compall  <s11@member.fsf.org>
19719         * saveplace.el (save-place-forget-unreadable-files)
19720         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19721         (save-place-forget-unreadable-files): New function.
19722         (save-place-alist-to-file): Use it to filter out files that are
19723         no longer readable.
19725         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19726         current Texinfo environment, using the same method as in
19727         `texinfo-insert-@end', and insert a space rather than a newline if
19728         point in a @table environment.
19730 2004-02-21  Juri Linkov  <juri@jurta.org>
19732         * ffap.el (ffap-file-at-point): Try parent directories.
19734 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
19736         * vcursor.el (vcursor-modifiers): New defcustom.
19737         (vcursor-cs-binding): Use vcursor-modifiers instead of a
19738         hard-coded list.
19740 2004-02-21  Masatake YAMATO  <jet@gyve.org>
19742         * play/animate.el (animate-birthday-present): Accept names other
19743         than `Sarah', too.
19745 2004-02-21  Juri Linkov  <juri@jurta.org>
19747         * startup.el: Remove table of command line arguments from the
19748         Commentary section.
19750 2004-02-20  John Wiegley  <johnw@newartisans.com>
19752         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19753         again" modifier from 'e' to 'E', since 'e' is also used by the
19754         "file extension" modifier.
19756 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
19758         * help-fns.el (describe-categories): Doc fix.
19760 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19762         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19763         temporary file for buffer already visiting one.  This change makes
19764         output likely to be directly usable by patch program.
19765         Suggested by Adrian Aichner  <adrian@xemacs.org>
19767 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
19769         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19770         case of variables defined in compound statements.
19771         (gdb-setup-windows, gdb-source-info, gdb-source-info):
19772         Simplify constructions using switch-to-buffer.
19774 2004-02-19  Simon Josefsson  <jas@extundo.com>
19776         * play/morse.el: Fix typo.
19777         (morse-code): Add @.
19779 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
19781         * calendar/appt.el (appt-display-format): Change default to
19782         'ignore, for backwards compatibility.
19783         (appt-display-message): If appt-display-format is 'ignore,
19784         respect old vars appt-msg-window and appt-visible.
19785         (appt-activate): Don't depend on return value of cancel-timer.
19787         * calendar/calendar.el (calendar-holidays): Doc fix.
19789         * calendar/cal-coptic.el (coptic-prompt-for-date):
19790         Use assoc-string instead of assoc-ignore-case.
19791         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19792         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19793         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19794         * calendar/cal-islam.el (calendar-goto-islamic-date)
19795         (mark-islamic-diary-entries): Ditto.
19796         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19797         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19798         (calendar-read-mayan-tzolkin-date): Ditto.
19799         * calendar/calendar.el (calendar-read-date): Ditto.
19800         * calendar/diary-lib.el (mark-diary-entries): Ditto.
19802 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19804         * progmodes/executable.el (executable-command-find-posix-p):
19805         Fix choice of the directory.
19807 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
19809         * simple.el (interprogram-cut-function)
19810         (interprogram-paste-function, kill-new, kill-append):
19811         Doc fixes.
19812         (kill-region): Make it return nil.  Doc fix.
19813         (yank-pop): Make its argument optional.
19814         (yank): Make ARG `-' equivalent to `-1'.
19816 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
19818         * mail/rmail.el (rmail-get-new-mail): Don't reference
19819         rmail-use-spam-filter if rmail-spam-filter is not loaded.
19821 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
19823         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19824         if one of global-auto-revert-non-file-buffers or autorevert-mode
19825         is non-nil.
19827 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19829         * subr.el (delete-dups): A better implementation from Karl Heuer
19830         <kwzh@gnu.org>.
19832 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
19834         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19835         correct place.
19836         * progmodes/icon.el (icon-indent-command): Ditto.
19837         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19839 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19841         * progmodes/grep.el (grep-compute-defaults): Undo change from
19842         2004-01-29: don't use executable-command-find-posix-p.
19844 2004-02-16  Richard Sharman  <rsharman@pobox.com>
19846         * hilit-chg.el: Use require instead of eval-and-compile.
19847         (highlight-compare-buffers): New function.
19849 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
19851         * man.el (Man-fontify-manpage): Render section headings in
19852         `Man-overstrike-face' even when overstrike was not used by man
19853         formatter for section headings.
19855 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
19857         * rmail-spam-filter.el (vm-use-spam-filter)
19858         (rsf-min-region-length-added-to-spam-list): New variables.
19859         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19860         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
19861         spam testing.  Don't delete spam message if automatic deletion
19862         after output via variable rmail-delete-after-output is turned on.
19863         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19864         rsf-bbdb-dont-create-entries-for-spam.
19865         (check-field): New function, extracted from code in
19866         rmail-spam-filter to ease addition of header fields like content-type.
19867         (message-content-type): New variable to check the content-type:
19868         field added, also in defcustom of rsf-definitions-alist.
19869         (rmail-spam-filter): Replace repeated test code for header fields
19870         by calls to check-field; change the call to
19871         rmail-output-to-rmail-file such that rmail-current-message stays
19872         the same to avoid wrong deletion of unseen flags.
19873         (rsf-add-contents-type): New function to convert old format
19874         of rmail-spam-definitions-alist into new one.
19875         Change prefixes of all variables and functions from
19876         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19878 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19880         * loadhist.el (unload-hook-features-list): New defvar.
19882 2004-02-16  Dave Love  <fx@gnu.org>
19884         * loadhist.el (unload-feature): Doc fix.  Rename flist to
19885         unload-hook-features-list.
19887 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
19889         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19890         cookie.  Don't check if we are looking-at open-formula.
19892 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19894         * subr.el (match-string-no-properties): Use substring-no-properties.
19896 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19898         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19899         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19900         Use lower-case "rx" in all error message.
19902 2004-02-16  Dave Love  <fx@gnu.org>
19904         * emacs-lisp/rx.el (rx-or): Put group around result.
19905         (rx-constituents): Add backref.
19906         (rx-syntax): Add string-delimiter, comment-delimiter.
19907         (rx-categories): Add combining-diacritic.
19908         (rx-check-not, rx-greedy, rx): Doc fix.
19909         (rx-backref, rx-check-backref): New.
19911 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
19913         * newcomment.el (uncomment-region): Allow eob as comment end.
19915 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19917         * filecache.el: All message and error commands now use prefix
19918         "Filecache:" to make it easy to read *Messages* buffer.
19920 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19922         * autorevert.el: Add support to detect changed dired and VC buffers.
19923         (auto-revert-active-p, auto-revert-list-diff)
19924         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19925         (auto-revert-handler, auto-revert-active-p): New functions.
19926         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19927         and `auto-revert-active-p'.
19928         (eval-when-compile): Defvar dired-directory and vc-mode.
19929         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19930         (auto-revert-handler-vc): New functions.
19932 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19934         * progmodes/compile.el (compilation-directory): New defvar.
19935         (compile): Save current directory in compilation-directory.
19936         (recompile): Bind default-directory to compilation-directory if
19937         that is non-nil.
19939 2004-02-16  Dave Love  <fx@gnu.org>
19941         * newcomment.el (comment-insert-comment-function)
19942         (comment-region-function, uncomment-region-function): New.
19943         (comment-indent): Use comment-insert-comment-function.
19944         (uncomment-region): Use uncomment-region-function.
19945         (comment-region): Use comment-region-function.
19947         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19949 2004-02-16  Richard Stallman  <rms@gnu.org>
19951         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19952         loaddefs* and ldefs-boot*.
19954 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19956         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19957         and email address at the beginning and end of the address.
19959         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19960         anchored at the beginning of the email address.
19962 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
19964         * international/ccl.el (ccl-compile-write): Pass `left' to
19965         ccl-embed-code to generate correct code of write-expr-register.
19967 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
19969         * progmodes/grep.el (grep-compute-defaults): Fix typos.
19971 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19973         * x-dnd.el: Mention support for Motif in commentary.
19974         (x-dnd-handle-drag-n-drop-event): Ditto.
19976 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
19978         * ses.el: Use "ses--" prefixes for buffer-local variables.
19979         Use (point-min) instead of 1, even when we know the buffer
19980         is unnarrowed.
19981         (ses-build-load-map): Delete.  Distribute its content to defconsts for
19982         the three maps.
19983         (ses-menu, ses-header-line-menu): New menus.
19984         (ses-mode-map): Use them.
19985         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
19987 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
19989         * Makefile.in: Fix the CC Mode recompile kludge so it works
19990         when building in a different directory.
19992 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
19994         * simple.el (kill-new): Put yank-handler property on the entire string.
19996 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19998         * diff.el: Don't use compile any more, use diff-mode instead.
19999         (diff-regexp-alist, diff-old-file, diff-new-file)
20000         (diff-parse-differences, diff-process-setup): Remove.
20001         (diff-sentinel): New fun.
20002         (diff): Use it.  Run the process ourselves.
20003         Use diff-mode for the rest of the processing.
20005         * diff.el (diff): Simplify code handling `switch'.
20007 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20009         * pcvs-defs.el (cvs-menu): Add `tag'.
20011 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
20013         * simple.el (kill-append): Doc fix.
20015         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20016         Adapt outline-regexp to the new conventions for commenting out code.
20018 2004-02-11  John Paul Wallington  <jpw@gnu.org>
20020         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20022 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20024         * diff.el (diff-switches): New fun.
20025         (diff, diff-backup): Use it.
20026         (diff): Clean up the args construction.  Use backquote.
20027         Use listp instead of consp to avoid putting a nil arg.
20028         (diff): Add a revert-buffer function.
20030 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20032         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20033         handled by x-dnd-handle-file-name.
20034         (x-dnd-known-types): Add COMPOUND_TEXT.
20035         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20036         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20037         x-dnd-empty-state.
20038         (x-dnd-forget-drop): Ditto.
20039         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20040         (x-dnd-handle-one-url): Return private when inserting text.
20041         (x-dnd-insert-ctext): New function.
20042         (x-dnd-handle-file-name): New function for FILE_NAME.
20043         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20044         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20045         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20047 2004-02-10  Kenichi Handa  <handa@m17n.org>
20049         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20050         instead of while loop.
20052 2004-02-10  Miles Bader  <miles@gnu.org>
20054         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20056 2004-02-09  Kenichi Handa  <handa@m17n.org>
20058         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20059         have end-of-line.
20061 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
20063         * Makefile.in: Added extra dependencies in the recompile target
20064         needed to cope with the compile time macro expansions in CC Mode.
20066 2004-02-09  Kim F. Storm  <storm@cua.dk>
20068         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20069         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20070         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20071         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20072         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20073         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20074         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20075         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20076         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20077         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20078         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20080 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20082         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20083         Don't allow shrink if there's a window on our right.
20085         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20086         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20087         Bring together declaration and initialization.
20088         (prolog-mode-variables): Don't set the syntax table.
20089         Don't set paragraph-start and comment-indent-function.
20090         Add /*..*/ to the comment regexps.
20091         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
20092         (prolog-mode-map): Don't bind TAB.
20093         (prolog-mode): Set the syntax table.
20094         (prolog-comment-indent): Remove.
20095         (inferior-prolog-mode-map): Initialize in the declaration.
20096         (inferior-prolog-mode-syntax-table)
20097         (inferior-prolog-mode-abbrev-table): New vars.
20098         (inferior-prolog-mode): Derive from comint-mode.
20099         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20100         minibuffer windows.
20102         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20103         in file names, as long as it is unambiguous.
20105 2004-02-08  Andreas Schwab  <schwab@suse.de>
20107         * textmodes/reftex-toc.el
20108         (reftex-toc-load-all-files-for-promotion): Remove useless use of
20109         format.  Doc fix.
20111         * textmodes/refer.el (refer-find-entry-internal): Remove extra
20112         format string arguments.
20114         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20115         string argument.
20117         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20119         * play/zone.el (zone-call): Fix format string.
20121         * net/webjump.el (webjump-builtin): Add missing format string argument.
20123         * midnight.el (midnight-delay-set): Remove extra format string argument.
20125         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20127         * hexl.el (hexl-insert-char): Add missing format string argument.
20129         * format.el (format-decode): Fix format string.
20131         * emulation/vi.el (vi-mode): Remove extra format string argument.
20132         (vi-repeat-last-search): Likewise.
20133         (vi-reverse-last-search): Likewise.
20134         (vi-goto-mark): Likewise.
20135         (vi-reverse-last-find-char): Likewise.
20136         (vi-repeat-last-find-char): Likewise.
20137         (vi-locate-def): Likewise.
20139         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20141         * ediff-util.el (ediff-toggle-read-only): Remove extra format
20142         string argument.
20143         (ediff-toggle-regexp-match): Likewise.
20145         * dired-aux.el (dired-do-query-replace-regexp): Add missing
20146         format string argument.
20148         * calc/calc-map.el (calc-get-operator): Remove extra format
20149         string argument.
20151         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20153         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20154         string argument.
20156         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20158         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20160         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20162         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20163         (cl-struct-setf-expander): Likewise.
20165         * vc.el (with-vc-file): Fix unsafe uses of error.
20166         (vc-cancel-version): Likewise.
20168 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
20170         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20171         thousands separator; fixes <class>:<line-number> regexp for
20172         non-english locales.
20174 2004-02-08  Andreas Schwab  <schwab@suse.de>
20176         * view.el (view-mode-enable): Revert previous change.
20178 2004-02-07  Kim F. Storm  <storm@cua.dk>
20180         * simple.el (line-number-at-pos): Rename from line-at-pos.
20181         Uses changed (what-line and vc-annotate-warp-version).
20183 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20185         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20186         (diff-mode): Remove aborted attempt at support for compile.el.
20187         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20189 2004-02-06  Andreas Schwab  <schwab@suse.de>
20191         * view.el (view-mode-enable): Add view-mode-map to
20192         minor-mode-overriding-map-alist.
20194 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20196         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20198 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20200         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20201         with point inside rather than after the paragraph.
20203 2004-02-04  Sam Steingold  <sds@gnu.org>
20205         * mail/smtpmail.el (smtpmail-try-auth-methods):
20206         Do not try authentication when no mechanism is available.
20207         Pass port-name as defaultport to `netrc-machine'.
20209 2004-02-04  Stephen Eglen  <stephen@gnu.org>
20211         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20212         to show how minibuffer height can be constrained.
20214 2004-02-04  John Paul Wallington  <jpw@gnu.org>
20216         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20218 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20220         * x-dnd.el: New file for drag and drop.
20222         * term/x-win.el: require x-dnd, set after-make-frame-functions
20223         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20224         drag-n-drop event.
20226         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20227         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20228         (dired-dnd-handle-file): New functions for drag and drop support.
20229         (dired-mode): Initialize drag and drop if x-dnd present.
20231 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20233         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20234         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20235         (cperl-mode): Set fill-paragraph-function.
20236         (cperl-fill-paragraph): Make it non-interactive.
20238 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
20240         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20242 2004-02-02  David Kastrup  <dak@gnu.org>
20244         * replace.el (perform-replace): Allow 'literal argument in
20245         regexp-flag to indicate literal replacement.
20246         (query-replace-regexp-eval): Use it.
20248 2004-02-01  Andreas Schwab  <schwab@suse.de>
20250         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20252 2004-02-01  Stephen Eglen  <stephen@gnu.org>
20254         * info-look.el: Add support for maxima-mode.  Update commentary
20255         because info-lookup-symbol is now bound to C-h S.
20257 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
20259         * simple.el (edit-and-eval-command): Bind print-level and
20260         minibuffer-history-sexp-flag around call to read-from-minibuffer.
20261         Correct initial position in command-history.
20263 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
20265         * files.el (read-directory-name): Adapt the docstring to recent
20266         change in Fread_file_name.
20268 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
20270         * ses.el (ses-print-cell): If print format too wide for column
20271         width, truncate decimal places if that helps to avoid "#####" fill.
20272         * ses.el (ses-initial-column-width): Revert previous change.
20274 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20276         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20277         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20278         Add edebug info.
20279         (jit-lock-mode): Setup/cancel the new timer.
20280         (jit-lock-context-fontify): New fun.  Extracted from
20281         context fontification code of jit-lock-stealth-fontify.
20282         (jit-lock-stealth-fontify): Don't do context fontification any more.
20284         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20285         (jit-lock-fontify-now): Handle the `quit' case.
20286         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20288 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
20290         * progmodes/executable.el (executable-command-find-posix-p):
20291         New.  Check if find handles arguments Posix-style.
20293         * progmodes/grep.el (grep-compute-defaults):
20294         Use executable-command-find-posix-p.
20295         (grep-find): Check `grep-find-command'.
20297         * filecache.el (file-cache-find-posix-p): Delete.
20298         (file-cache-add-directory-using-find):
20299         Use `executable-command-find-posix-p'.
20301 2004-01-29  Dave Love  <fx@gnu.org>
20303         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20304         Iterate the hook function if arg is given.
20305         (mark-defun, narrow-to-defun): Change order of finding the limits.
20307         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20308         (byte-compile-format-warn): New.
20309         (byte-compile-callargs-warn): Use it.
20310         (Format, message, error): Add byte-compile-format-like property.
20311         (byte-compile-maybe-guarded): New.
20312         (byte-compile-if, byte-compile-cond): Use it.
20313         (byte-compile-lambda): Compile interactive forms,
20314         just to make warnings about them.
20316 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
20318         * ses.el (ses-initial-column-width): Increase to 14, so it will
20319         work well with the default printer of "%.7g" for extreme values
20320         like "-1.234567e+07".
20322 2004-01-29  Kenichi Handa  <handa@m17n.org>
20324         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20326 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
20328         * dos-w32.el: Added support for the `default-printer-name' function.
20330 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20332         * server.el (server-socket-name): Don't use the hostname in the
20333         socket name since /tmp is local to the host anyway.
20335         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20336         robust check of widening and fix var-naming.
20338 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
20340         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20341         or rmail-spam- to rsf- in all function and variable names.
20342         (rsf-min-region-to-spam-list): New variable.
20343         (rsf-bbdb-auto-delete-spam-entries): Rename from
20344         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
20345         scanned together with the recipients field for spam testing; Don't
20346         delete spam message if rmail-delete-after-output is non-nil;
20347         (rsf-check-field): New function, extracted from code in
20348         rmail-spam-filter to ease addition of header fields like
20349         content-type:;
20350         (message-content-type): New variable.  The content-type: field was
20351         added also in defcustom of rsf-definitions-alist;
20352         (rmail-spam-filter): Replace repeated test code for header fields
20353         by calls to check-field; change the call to
20354         rmail-output-to-rmail-file such that rmail-current-message stays
20355         the same to avoid wrong deletion of unseen flags.
20356         (rmail-use-spam-filter): Add autoload cookie.
20358 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
20360         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
20361         (file-cache-add-directory-using-find): Add Cygwin support.
20362         (file-cache-find-command-posix-flag): New user variable.
20364         * filecache.el (file-cache-add-directory): Check for
20365         directories an remove them from dir-files.
20367 2004-01-27  Richard M. Stallman  <rms@gnu.org>
20369         * man.el (Man-fontify-manpage): Clean up message.
20371 2004-01-27  Kenichi Handa  <handa@m17n.org>
20373         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20374         (sentence-end): Define using sentence-end-without-space.
20376         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20377         a sentence ends with one of a character in sentence-end-without-space.
20379 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20381         * font-lock.el (font-lock): Add jit-lock as explicit group member.
20382         (jit-lock): Group declaration moved to jit-lock.el.
20383         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20384         when necessary.
20386         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20387         (jit-lock-context-unfontify-pos): Rename from
20388         jit-lock-first-unfontify-pos.
20389         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20391 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
20393         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20394         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20395         (fortran-fill): When filling a string, adjust re-search-backward
20396         argument for special case of string just on fill-column.
20397         When filling non-string, allow one extra char if
20398         fortran-break-before-delimiters is non-nil.
20399         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20400         Use fortran-break-delimiters-re and fortran-no-break-re to
20401         correctly handle cases such as "**".
20403         * progmodes/f90.el (f90-break-delimiters): Doc fix.
20404         (f90-no-break-re): Add some extra tokens.  Doc fix.
20406 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
20408         * mail/rmail-spam-filter.el:
20409         Use two semicolons as Commentary line prefix.
20410         Add ";;; Code:" stylized comment.
20411         Delete end-of-line whitespace.
20412         Wrap (require 'cl) with `eval-when-compile'.
20414 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
20416         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20417         at the top level of vc.el.
20419 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
20421         * vc.el (vc-current-line): Function removed.  This is now done by
20422         the new function line-at-pos in simple.el.
20423         (vc-annotate-warp-version): Use line-at-pos instead of
20424         vc-current-line.
20426 2004-01-22  Kim F. Storm  <storm@cua.dk>
20428         * simple.el (line-at-pos): New defun.
20429         (what-line): Use it.  Optimize by only counting lines in narrowed
20430         region once.
20432 2004-01-22  Kenichi Handa  <handa@m17n.org>
20434         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20435         point (register r1) only for charset mule-unicode-0100-24ff.
20437 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20439         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20440         trailing white space and ensure a final newline.
20442         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20443         Add autoload cookie.
20445 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
20447         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20448         activate view-mode explicitly.
20450 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20452         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20453         menu-bar-enable-clipboard and make Paste use clipboard first.
20455 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20457         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
20458         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20459         (vc-mcvs-cvs): Remove.
20460         (vc-mcvs-command): Remove use of assert.
20462         * outline.el (outline-insert-heading): Tighten up match.
20463         (outline-demote, outline-move-subtree-down): Don't assume anything
20464         about outline-regexp.
20466         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20467         (texinfo-show-structure): Explicitly add ^, and simplify.
20469 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
20471         * calendar/appt.el (appt-check): Restore usage of
20472         appt-issue-message deleted in previous change.
20473         (top-level): Activate package when loaded (needed for backwards
20474         compatibility).
20476 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20478         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20479         following previous change to smtpmail-send-data.
20481 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
20483         * vc.el (vc-default-previous-version): Doc enhancement.
20484         (vc-default-next-version): New function.
20485         (vc-print-log): New arg FOCUS-REV.
20486         (vc-annotate-mode): Derive from view-mode.
20487         (vc-annotate): New args REVISION, DISPLAY-MODE.
20488         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20489         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20490         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20491         (vc-annotate-show-diff-revision-at-line, vc-current-line)
20492         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20494         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20496 2004-01-19  Karl Berry  <karl@gnu.org>
20498         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20499         or "TexInfo".
20501 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
20503         * subr.el (delete-dups): New function.
20505 2004-01-19  Karl Berry  <karl@gnu.org>
20507         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20508         with ^, since that's what texinfo-show-structure
20509         documentation says (plus it works much better in texinfo.txi).
20511 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
20513         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20515 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
20517         * progmodes/which-func.el (which-function-mode): Don't cancel
20518         which-func-update-timer if not set.
20520 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
20522         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20523         Remove spurious left square bracket in XX:XXam regexp.
20525 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
20527         * progmodes/cc-defs.el: Do not require cl at run time.
20529 2004-01-16  Richard M. Stallman  <rms@gnu.org>
20531         * emacs-lisp/cl.el (cl-cannot-unload): New function.
20532         (cl-unload-hook): Defvar this to run cl-cannot-unload.
20534         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20535         Call rmail-spam-filter.  Delete and expunge spam.
20536         Print number of spam messages deleted.
20537         Save and restore the deletion status of old messages when reading
20538         new mail with spam filter, so that expunging spam does not expunge
20539         msgs deleted by the user.
20540         (rmail-only-expunge): Add an optional argument dont-show to
20541         prevent showing message after expunge.
20543 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
20545         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20546         * subr.el (declare): New macro.
20548 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
20550         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20552 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20554         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20555         Test window-system rather than system-type (for X11/Mac).
20557 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
20559         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20561 2004-01-12  Richard M. Stallman  <rms@gnu.org>
20563         * mail/rmail.el (rmail-convert-to-babyl-format):
20564         Use mail-unquote-printable-region.
20565         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20566         (rmail-hex-char-to-integer): Functions deleted.
20568         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20569         (mail-unquote-printable-region): New arg NOERROR.
20570         For invalid encoding, either signal an error to just return nil.
20572 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20574         * calendar/appt.el: Update copyright and commentary.
20575         (appt-issue-message): Make obsolete.
20576         (appt-visible, appt-msg-window): Make obsolete, in favor of
20577         appt-display-format.
20578         (appt-display-mode-line, appt-display-duration)
20579         (appt-display-diary, appt-time-msg-list, appt-mode-string)
20580         (appt-prev-comp-time, appt-display-count, appt-timer)
20581         (appt-convert-time): Doc change.
20582         (appt-disp-window-function, appt-delete-window-function):
20583         Use defcustom rather than defvar.
20584         (appt-display-format): New variable.
20585         (appt-display-message): New function with display code from appt-check.
20586         (appt-check): Add optional FORCE argument.  Doc change.
20587         Add appt-make-list to diary-hook if displaying diary.
20588         Remove checking of view-diary-entries-initially.
20589         Message display section removed to new function appt-display-message.
20590         (appt-display-window): Doc change.  Remove unused internal var
20591         this-buffer.  Do not beep, since appt-display-message does that.
20592         (appt-make-list): Doc change.  Use caar.
20593         (appt-sort-list): Simplify by using builtin sort function.
20594         (appt-update-list): New function for updating appts when diary is
20595         saved.
20596         (appt-activate): New autoloaded function to toggle package
20597         functionality.
20599         * calendar/cal-x.el: (calendar-one-frame-setup)
20600         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20602         * calendar/calendar.el: Update copyright.
20603         (view-diary-entries-initially, european-calendar-style): Doc change.
20604         (calendar-setup): Make defcustom rather than defvar.
20605         (mark-visible-calendar-date): Initialize temp-face and faceinfo
20606         in let binding so local to function.
20608         * calendar/diary-lib.el: Update copyright.
20609         (diary, diary-entry-time): Doc change.
20610         (list-diary-entries): Doc change.  Trivial logic change.
20611         (fancy-diary-display): Restore make-face command mistakenly
20612         deleted 2003-05-08.
20613         (show-all-diary-entries): Allow to pop-up frame if needed.
20615 2004-01-09  John Paul Wallington  <jpw@gnu.org>
20617         * bindings.el (mode-line-change-eol): Add EVENT parameter.
20618         Temporarily select EVENT's window for changing eol type.
20620 2004-01-09  Deepak Goel  <deego@gnufans.org>
20622         * calendar/diary-lib.el (diary-entry-time):
20623         Also accept time in the form XX[.XX][am/pm/AM/PM].
20624         (fancy-diary-font-lock-keywords): Likewise.
20625         (diary-font-lock-keywords): Likewise.
20626         * calendar/appt.el (appt-add): Likewise.
20627         (appt-make-list): Likewise.
20628         (appt-convert-time): Likewise.
20630 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
20632         * gdb-ui.el (gdb-ann3): Revert previous change.
20633         (gdb-source-info): Allow for case of where compilation directory
20634         is not recorded.
20636 2004-01-08  John Paul Wallington  <jpw@gnu.org>
20638         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20640 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
20642         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20644         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20645         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20646         problems.
20647         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20649 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
20651         * files.el (write-file-functions, write-contents-functions):
20652         Clarify docstrings.
20654 2004-01-07  Kenichi Handa  <handa@m17n.org>
20656         * international/mule.el (set-auto-coding): Fix for the case that
20657         end-of-line is only CR.
20659 2004-01-07  Kim F. Storm  <storm@cua.dk>
20661         * subr.el (event-start, event-end): Doc fix.
20662         (posn-string, posn-image): New defuns.
20663         (posn-object): Return either image or string object.
20664         (posn-object-x-y): Return 8th element of position.
20665         (posn-object-width-height): New defun.
20667 2004-01-06  Andreas Schwab  <schwab@suse.de>
20669         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20670         output.
20672 2004-01-05  Karl Berry  <karl@gnu.org>
20674         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20675         / and *, too.
20677 2003-12-31  Simon Josefsson  <jas@extundo.com>
20679         * files.el (before-save-hook): Add.
20680         (basic-save-buffer): Use before-save-hook.
20682         * emacs-lisp/copyright.el: Fix comment to recommend
20683         before-save-hook instead of write-file-functions.
20685 2004-01-05  Richard M. Stallman  <rms@gnu.org>
20687         * finder.el (finder-commentary): Call delete-other-windows.
20689         * net/ange-ftp.el (ange-ftp-file-attributes):
20690         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20692 2004-01-04  Karl Berry  <karl@gnu.org>
20694         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20695         comment characters % and # in the copyright year notice,
20696         as well as ;.
20698 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
20700         * wid-edit.el (default): Define dummy :value-delete.
20701         Reported by Jesper Harder <harder@ifa.au.dk>.
20703 2004-01-03  Richard M. Stallman  <rms@gnu.org>
20705         * progmodes/compile.el (compile-internal): Use point, not point-min,
20706         for set-window-point.
20708         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20710         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20712         * progmodes/grep.el (grep-mode-map):
20713         Don't remap next-line, previous-line.
20715 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
20717         * speedbar.el (speedbar-edit-line): Change regexp to position
20718         the cursor on the first character of this line's button.
20720 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
20722         * subr.el (functionp): Doc fix.
20724 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20726         * progmodes/idlwave.el (idlwave-make-tags):
20727         * textmodes/flyspell.el (flyspell-large-region):.
20728         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20729         * emulation/viper-util.el (viper-glob-unix-files):
20730         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20731         * man.el (Man-init-defvars):
20732         * jka-compr.el (jka-compr-call-process):
20733         * files.el (get-free-disk-space,insert-directory):
20734         * ediff-ptch.el (ediff-test-patch-utility):
20735         * ediff-diff.el (ediff-test-utility):
20736         * dired-aux.el (dired-check-process):
20737         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20738         test the return value of call-process, because it can be a string.
20740 2003-12-31  John Paul Wallington  <jpw@gnu.org>
20742         * bindings.el (completion-ignored-extensions): Add .pfsl.
20744 2003-12-31  Kim F. Storm  <storm@cua.dk>
20746         * ido.el (ido-nonreadable-directory-p): New defun to check for
20747         nonreadable directory without activating tramp (to avoid problems
20748         with checking incomplete tramp paths).
20749         (ido-set-current-directory, ido-file-internal)
20750         (ido-file-name-all-completions1): Use it.
20752 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
20754         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20755         documentation if the anchor (or node) name is preceded by `info
20756         anchor' or `Info anchor' in addition to earlier `info node' and
20757         `Info node'.
20758         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20760 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20762         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20763         error in arguments to base64-decode-region.  Remove ^M characters
20764         after decoding base64.
20766 2003-12-30  Simon Josefsson  <jas@extundo.com>
20768         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
20769         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20770         have only been distributed with Emacs for some years.
20771         (texinfo-mode-hook): Customize.
20773 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20775         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20776         cleaner (suggested by Richard Stallman).
20778         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20779         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20780         file-name clashes on 8+3 DOS filesystems.
20782         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20783         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20784         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20785         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20786         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20787         file-name clashes on 8+3 filesystems.
20789         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20790         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20791         file-name clashes on 8+3 DOS filesystems.
20793 2003-12-29  Richard M. Stallman  <rms@gnu.org>
20795         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20796         Upcase the character.
20798         * textmodes/flyspell.el (mail-mode-flyspell-verify):
20799         Search for header separator alone on a line, literally,
20800         and search for it backward, not forward.
20801         (flyspell-abbrev-table): Always use global-abbrev-table
20802         if there is no local one.
20804         * progmodes/sh-script.el (sh-get-indent-info):
20805         Don't move point back if at bob.
20807         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20809         * play/handwrite.el (handwrite): Make the handwrite credit message
20810         a comment rather than an output command.
20812         * obsolete/sc.el: Display message that this file is obsolete.
20814         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20816         * mail/rfc822.el (rfc822-address-start): Declare variable.
20817         Renamed from address-start.  All uses changed.
20819         * term.el (term-exec): Set up sentinel.
20820         (term-sentinel): New function.
20821         (term-handle-exit): New function.
20823         * subr.el (assoc-ignore-case, assoc-ignore-representation):
20824         Use assoc-string, and mark them obsolete.
20825         (delay-mode-hooks): Mark as permanent local.
20827         * simple.el (sendmail-user-agent-compose): Use assoc-string.
20829         * register.el (copy-rectangle-to-register): Doc fix.
20831         * info.el (Info-insert-dir): Use assoc-string.
20833         * info-look.el (info-lookup): Use assoc-string.
20835         * frame.el (pop-up-frame-function): Use quote, not `function'.
20836         (frame-notice-user-settings): Calculate ADJUSTED-TOP
20837         copying with lists as coordinate values.
20839         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20841         * find-dired.el (kill-find): New command.
20842         (find-dired): Make buffer read-only.
20843         Set up a keymap with C-c C-k running kill-find.
20844         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20846         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20848         * filecache.el (file-cache-ignore-case): New variable.
20849         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
20851         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20852         (comint-dynamic-complete-as-filename): Rename local vars.
20853         (comint-dynamic-list-filename-completions): Likewise.
20855         * comint.el (comint-dynamic-list-completions-config): New var.
20856         (comint-dynamic-list-completions): Handle both SPC and TAB right.
20858         * comint.el (comint-file-name-chars): Add [].
20859         (comint-word): Use skip-chars-backward, not search.
20861         * shell.el (shell-file-name-chars): Add [].
20863         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20865         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20867         * generic.el (define-generic-mode): Doc fix.
20869 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20871         * files.el (kill-some-buffers): Doc fix.
20873 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
20875         * comint.el (comint-watch-for-password-prompt): Pass `string' as
20876         arg to send-invisible
20877         (send-invisible): Doc fix.  The argument is now a prompt, not the
20878         string to send.
20879         (comint-read-noecho): Doc fix.
20881 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
20883         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20884         "@", as required by some ISP hosting service.  Fix defcustom
20885         argument syntax errors that prevented use of customization.
20887 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20889         * xml.el (xml-get-attribute-or-nil): Doc fix.
20891 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
20893         * net/zone-mode.el (zone-mode): Use write-file-functions, not
20894         write-file-hooks.
20896 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20898         * autorevert.el (auto-revert-interval): Doc fix.
20900 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
20902         * xml.el (xml-get-attribute-or-nil): New function, like
20903         xml-get-attribute, but returns nil if the attribute was not found.
20904         (xml-get-attribute): Convert to defsubst, uses
20905         xml-get-attribute-or-nil.
20907 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20909         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20911 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
20913         * custom.el (custom-declare-theme): Use `value' when putting
20914         properties on `theme'.
20916 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
20918         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20919         for each yank-handler segment.
20920         (insert-for-yank-1): New function, with the body of the previous
20921         insert-for-yank.
20923         * textmodes/table.el (table-yank-handler): New defcustom.
20924         (table--put-cell-indicator-property): Put yank-handler property
20925         that indicates the yank handler for the table cell.
20927 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20929         * generic-x.el (etc-modules-conf-generic-mode): A more complete
20930         set of keywords.
20932 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20934         * international/mule-cmds.el (reset-language-environment)
20935         (set-language-environment): Don't invoke fontset-related functions
20936         if fontset-list is not fboundp.
20938 2003-12-29  Kenichi Handa  <handa@m17n.org>
20940         * international/mule-cmds.el (reset-language-environment):
20941         Call set-overriding-fontspec-internal with nil.
20942         (set-language-environment): Call set-overriding-fontspec-internal
20943         if the language environment specify `overriding-fontspec'.
20944         (language-info-alist): Doc added.
20946         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20947         characters of mule-unicode-0100-24ff.
20948         (ccl-encode-windows-1251-font): New CCL program.
20949         ("Bulgarian"): Specify overriding-fontspec.
20950         ("Belarusian"): Likewise.
20952 2003-12-28  Sam Steingold  <sds@gnu.org>
20954         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20955         parameter ID-FORMAT to conform with the 2003-11-30 patch.
20957 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
20959         * progmodes/gud.el (gud-gdb-command-name): Set default to
20960         "gdb --annotate=3".
20961         (gud-gdb-marker-filter): Look out for annotations.
20962         (gdb-first-pre-prompt): New variable.
20963         Remove trailing white space.
20965         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20966         if necessary.
20967         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
20968         annotations are detected.
20969         (gud-gdba-marker-filter): Use global variable gud-marker-acc
20970         instead of a local one to allow transition from
20971         gud-gdb-marker-filter.
20972         Remove trailing white space.
20974 2003-12-27  Kim F. Storm  <storm@cua.dk>
20976         * ido.el: Handle non-readable directories.
20977         (ido-decorations): Add 9th element for non-readable directory.
20978         (ido-directory-nonreadable): New dynamic var.
20979         (ido-set-current-directory): Set it.
20980         (ido-read-buffer, ido-file-internal):
20981         (ido-read-file-name, ido-read-directory-name): Let-bind it.
20982         (ido-file-name-all-completions1): Return empty list for
20983         non-readable directory.
20984         (ido-exhibit): Print [Not readable] if directory is not readable.
20985         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20986         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20987         Use it.
20989 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
20991         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20992         calls to directory-files-and-attributes and file-attributes.
20993         (ls-lisp-format): Remove system dependent handling of user and
20994         group id's.
20996 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
20998         * ffap.el (ffap-read-file-or-url): Revert previous change.
21000 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
21002         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21003         new list of included files called `files-with-node-lines', that
21004         only have node lines.  This way @include commands can include any
21005         file, such as version and update files without node lines, not
21006         just files that are chapters.
21008 2003-12-25  Andreas Schwab  <schwab@suse.de>
21010         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21011         file not found.
21013 2003-12-08  Miles Bader  <miles@gnu.org>
21015         * dired.el (dired-between-files): Always use dired-move-to-filename,
21016         which is more robust in non-english locales.
21018 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21020         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21022 2003-12-24  Andreas Schwab  <schwab@suse.de>
21024         * shell.el (shell-file-name-quote-list): Add backslash.
21026         * comint.el (comint-quote-filename): Correctly handle backslash
21027         in comint-file-name-quote-list.
21029 2003-12-24  Kenichi Handa  <handa@m17n.org>
21031         * international/mule-cmds.el (set-default-coding-systems):
21032         Call ucs-set-table-for-input for all buffers that don't have local
21033         value of buffer-file-coding-system.
21035         * international/ucs-tables.el (ucs-set-table-for-input):
21036         If translation-table-for-encode is a symbol, get its
21037         translation-table property.
21039 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
21041         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21042         to `completing-read' on a recently fixed bug.
21044         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21045         instead of SPACE, to get the list of possible fringe modes.
21046         SPACE only works if both `partial-completion-mode' and
21047         `completion-auto-help' are nil.
21049         * complete.el (PC-is-complete-p): Delete.
21050         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21051         calls to `test-completion'.
21053 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
21055         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21056         to edit values when there are no children.
21058         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21059         a mode called "Assembler" already exists.
21060         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21061         (gud-watch): Use format option.  Remove font properties from string.
21062         (gdb-var-create-handler, gdb-var-list-children-handler):
21063         Don't bother about properties as there are none.
21064         (gdb-var-create-handler, gdb-var-list-children-handler)
21065         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21066         with two arguments.
21067         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21068         Let speedbar show value changes with a different font.
21069         (gdb-edit-value): New defun.
21070         (gdb-clear-partial-output, gdb-clear-inferior-io)
21071         (def-gdb-auto-update-handler): Use erase-buffer.
21072         (gdb-frame-handler): Display watch expressions in
21073         FUNCTION::VARIABLE format if required.
21075 2003-12-23  John Paul Wallington  <jpw@gnu.org>
21077         * info.el (Info-unescape-quotes, Info-split-parameter-string)
21078         (Info-goto-emacs-command-node): Doc fixes.
21080 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
21082         * cus-edit.el (custom-add-parent-links): Define "many".
21084 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
21086         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21087         (widget-child-validate, widget-type-value-create)
21088         (widget-type-default-get, widget-type-match): New functions.
21089         (lazy): New widget.
21090         (menu-choice, checklist, radio-button-choice, editable-list)
21091         (group, documentation-string): Remove redundant (per 2003-10-25
21092         change) calls to `widget-children-value-delete'.
21093         (widget-choice-value-get, widget-choice-value-inline): Remove.
21094         (menu-choice): Update widget.
21096 2003-12-03  Kenichi Handa  <handa@m17n.org>
21098         * language/cyrillic.el: Register "microsoft-cp1251" in
21099         ctext-non-standard-encodings-alist.
21100         ("Bulgarian"): Add ctext-non-standard-encodings.
21101         ("Belarusian"): Likewise.
21103         * international/mule-conf.el (compound-text-with-extensions):
21104         Change the type to 2 (iso-2022 base).
21106         * international/mule.el (ctext-non-standard-encodings-alist):
21107         Change the format.
21108         (ctext-non-standard-encodings): New variable.
21109         (ctext-post-read-conversion): Fully re-written.
21110         (ctext-non-standard-designations-alist): Delete it.
21111         (ctext-non-standard-encodings-table): New function.
21112         (ctext-pre-write-conversion): Fully re-written.
21114 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
21116         * cus-edit.el (custom-add-parent-links): Add documentation links
21117         for parent, if the item has none of its own.
21119 2003-11-30  Richard M. Stallman  <rms@gnu.org>
21121         * dired-aux.el (dired-do-query-replace-regexp):
21122         Report files visited read-only.
21124 2003-11-30  Juri Linkov  <juri@jurta.org>
21126         * dired-aux.el (dired-compare-directories): New command.
21127         (dired-file-set-difference, dired-files-attributes): New functions.
21129 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
21130         Version 2.0.38 of Tramp released.
21132         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
21133         Charles Curley <charlescurley@charlescurley.com>.
21134         (tramp-multi-connection-function-alist): Add ssht entry which adds
21135         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
21136         Aichner.
21137         (tramp-get-method-parameter): New function to retrieve a method
21138         parameter.  This allows for omission of method parameters.
21139         Callers adjusted.
21141 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
21143         * net/tramp.el: Add new optional parameter ID-FORMAT to
21144         `file-attributes'.  Calls of `file-attributes' won't use this
21145         parameter for backward compatibility reasons.
21146         (tramp-perl-file-attributes): Add a new parameter to Perl script
21147         in order to handle uid/gid as strings, if desired.
21148         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21149         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21150         order to make the function more general.
21151         (tramp-handle-file-attributes): Replace proprietary optional
21152         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21153         (tramp-handle-file-attributes-with-perl): Handle parameter
21154         NONNUMERIC if set.  This wasn't done in the past.
21155         (tramp-post-connection): Apply second parameter "$2" if
21156         `tramp-remote-perl' is called.
21158         * net/tramp-smb.el (tramp-smb-handle-delete-file):
21159         Correct cut'n'waste error (`filename' instead of `directory').
21160         (tramp-smb-handle-directory-files-and-attributes)
21161         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21162         introduced parameter ID-FORMAT.
21163         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21164         error (`directory' instead of `ldir').
21166         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21167         `file-attributes' has a second parameter.  If yes, apply it with
21168         value "'integer".  Otherwise, don't use that parameter (default is
21169         integer format).
21171 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
21173         * help.el (help-map): Bind `display-local-help' to `C-h .'.
21174         (help-for-help): Add `C-h .' to the listed Help options.
21175         Remove trailing whitespace.
21177         * help-at-pt.el: New file.
21179 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
21181         * subr.el (noreturn, 1value): New macros for test coverage.
21182         See `testcover.el'.
21184         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21186         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21187         for macro `1value'.
21188         (testcover-1value): New function.  Checks that a 1value form
21189         actually returns only one value.  Requested by RMS.
21191 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
21193         * gdb-ui.el (gud-watch, gdb-var-create-handler)
21194         (gdb-var-list-children, gdb-var-list-children-handler)
21195         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21196         gdb commands that use mi to keep them out of the command history.
21198 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21200         * cus-start.el (all): Add use-file-dialog.
21202 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21204         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21206 2003-11-27  Kim F. Storm  <storm@cua.dk>
21208         * subr.el (posn-object-x-y): New defun.
21210 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21212         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21213         Don't use `space' for \\\n.
21214         Be more selective as to which # are comment-starters.
21216 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
21218         * subr.el (number-sequence): Improve handling of floating point
21219         arguments (suggested by Kim Storm).  Allow negative arguments.
21221 2003-11-26  Kenichi Handa  <handa@m17n.org>
21223         * international/mule-cmds.el (standard-display-european-internal):
21224         Cancel the standard-display-table setting for ` and '.
21226 2003-11-26  Kim F. Storm  <storm@cua.dk>
21228         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21229         New defcustoms to add ffap-like functionality to ido.
21230         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
21231         (ido-no-final-slash): New defun.
21232         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21233         (ido-read-file-name): ): Toggle VC checking via
21234         vc-handled-backends instead of vc-master-templates.
21235         (ido-file-internal): Handle ido-use-url-at-point and
21236         ido-use-filename-at-point via code borrowed from ffap-guesser.
21237         Handle new ido-exit code ffap.
21238         (ido-sort-list): Ignore final slash when sorting file names.
21240 2003-11-25  Kim F. Storm  <storm@cua.dk>
21242         * emulation/cua-base.el (cua--standard-movement-commands):
21243         Add forward-sentence and backward-sentence.
21245 2003-11-25  Stephen Eglen  <stephen@gnu.org>
21247         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21248         iswitchb-exit is set to 'usefirst when user selects buffer at head
21249         of list using RET.  (Selecting buffers at the head of the list was
21250         broken if the substring was also a complete buffername.)
21252 2003-11-23  Kim F. Storm  <storm@cua.dk>
21254         * progmodes/compile.el (grep-command, grep-use-null-device)
21255         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21256         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21257         (grep-regexp-alist, grep-program, find-program)
21258         (grep-find-use-xargs, grep-history, grep-find-history)
21259         (grep-process-setup, grep-compute-defaults)
21260         (grep-default-command, grep, grep-tag-default, grep-find)
21261         (grep-expand-command-macros, grep-tree-last-regexp)
21262         (grep-tree-last-files, grep-tree): Move grep variables, functions
21263         and commands to new file grep.el.
21264         (compilation-mode-map): Remove grep commands from Compile sub-menu.
21265         (compilation-process-setup-function): Doc fix.
21266         (compilation-highlight-regexp, compilation-highlight-overlay): New
21267         defvars used for highlighting current compile error in source buffer.
21268         (compile-internal): New optional args HIGHLIGHT-REGEXP and
21269         LOCAL-MAP which overrides compilation-highlight-regexp and
21270         compilation-mode-map for this compilation.
21271         Delay calling compilation-set-window-height until after running
21272         compilation-process-setup-function so it can buffer-local override
21273         compilation-window-height.
21274         Check buffer-local value of compilation-scroll-output.
21275         (compilation-set-window-height): Use buffer-local value of
21276         compilation-window-height.
21277         (compilation-revert-buffer): Don't pass (undefined)
21278         preserve-modes arg to revert-buffer.
21279         (next-error-no-select, previous-error-no-select): New commands.
21280         (compilation-goto-locus): Temporarily highlight current match in
21281         source buffer using compilation-highlight-regexp.
21283         * progmodes/grep.el: New file with grep code from compile.el.
21284         (grep): New defcustom group.
21285         (grep-window-height): New defcustom, like compilation-window-height.
21286         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21287         (grep-scroll-output): New defcustom, like compilation-scroll-output.
21288         (grep-command, grep-use-null-device, grep-find-command)
21289         (grep-tree-files-aliases, grep-tree-ignore-case)
21290         (grep-tree-ignore-CVS-directories): Move to grep custom group.
21291         (grep-setup-hook): New hook variable.
21292         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
21293         (grep-last-buffer): New defvar, override compilation-last-buffer.
21294         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
21295         Call compile-internal with args highlight-regexp and grep-mode-map.
21297 2003-11-23  Kim F. Storm  <storm@cua.dk>
21299         * subr.el (event-start, event-end): Doc fix.
21300         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21301         (posn-area, posn-actual-col-row, posn-object): New defuns.
21302         (posn-col-row): Simplify doc.  Rewrite to use cond.
21303         (posn-point): Also return buffer position for events outside text
21304         area (that info is now present in the event position).
21306         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21307         mouse-set-point so that hscroll still works now that clicks on
21308         fringes generate specific mouse events.
21309         (mouse-set-point): Note that it now works in fringes and margins
21310         too due to new semantics of posn-point in fringes and margins.
21312         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21313         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21315 2003-11-20  Kim F. Storm  <storm@cua.dk>
21317         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21318         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21319         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21320         to 100 for icons to avoid increasing line height when shown.
21322 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21324         * newcomment.el (comment-normalize-vars): Initialize properly if
21325         comment-start was nil.
21327 2003-11-19  Andreas Schwab  <schwab@suse.de>
21329         * simple.el (set-variable): Fix indentation.
21331 2003-11-17  Kenichi Handa  <handa@m17n.org>
21333         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21334         Fix docstring.
21336 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21338         * international/latin1-disp.el (latin1-display): Fix docstring.
21340 2003-11-16  John Wiegley  <johnw@newartisans.com>
21342         * eshell/em-ls.el (eshell-ls-file): There are times with
21343         size-width is nil and uncomputed (when directories are created in
21344         dired, for example); in this case, 4 is reasonable default value,
21345         although it may caused skewed new entries (which could be avoided
21346         by returning the original value of 8 in all cases, but 99% of the
21347         time this is a waste of whitespace).
21349 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21351         * cc-engine.el (c-guess-continued-construct)
21352         (c-guess-basic-syntax): Check a little more carefully if it's a
21353         function declaration when an unknown construct followed by a block
21354         is found inside a statement context.  This avoids macros followed
21355         by blocks to be taken as function declarations.
21357         (c-guess-continued-construct): Change the analysis of a statement
21358         continuation with a brace open to `substatement-block', for
21359         consistency with recognized statements.
21361         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21362         start is in a position so that `c-beginning-of-statement-1' jumped
21363         to the beginning of the same statement.
21365         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21366         Don't accept binary operators in the arglist if we're in a function
21367         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
21368         template recognition in cases like "if (a < b || c > d)".
21370         (c-restricted-<>-arglists): New more appropriate name for
21371         `c-disallow-comma-in-<>-arglists'.
21373         Accessing functions updated for the variable name change.
21375         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21376         match data could get clobbered if NOT-INSIDE-TOKEN is used.
21378         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21379         labels.
21381         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21382         instead of duplicating parts of it.  This fixes bogus label
21383         recognition.
21385         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21386         of checking the context in which to apply the minimum indentation,
21387         so that it isn't enforced in e.g. namespace blocks.
21389         * cc-vars.el (c-inside-block-syms): New constant used by
21390         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
21391         to somewhat reduce the risk of becoming stale.
21393         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21394         cc-cmds to cc-engine to allow use from cc-align.
21396         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21397         qualified identifiers containing "::".
21399         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21400         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21402         * cc-vars.el (c-emacs-features): Use a space in front of the name
21403         of the temporary buffer.  That also avoids dumping problems in
21404         XEmacs due to undo info being left around after the buffer is killed.
21406         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21407         arglist to see if it's a K&R style declaration.
21409         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21410         before returning `knr-argdecl-intro'.
21412 2003-11-16  John Wiegley  <johnw@newartisans.com>
21414         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21415         field in a long-listing always 8 characters, use `size-width',
21416         which has already been computed.
21418 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
21420         * subr.el (minor-mode-list): Add `hs-minor-mode'.
21422 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21424         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21425         Support operation while narrowed, with `diff-restrict-view'.
21427 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21429         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21430         Take additional optional arg NARROWFUN.  For the generated functions:
21431         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
21432         include frags that arrange to check for and save narrowing state before
21433         the move and then conditionally call NARROWFUN after the move.
21435 2003-11-14  John Wiegley  <johnw@newartisans.com>
21437         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21438         that was optional, but obviously missing based on surrounding code.
21440         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21441         string arguments to numbers unless the whole argument was seen as
21442         a number.
21444 2003-11-14  Kenichi Handa  <handa@m17n.org>
21446         * international/mule.el (ctext-non-standard-encodings-alist):
21447         Fix coding systems.
21449 2003-11-10  Kenichi Handa  <handa@m17n.org>
21451         * language/kannada.el ("Kannada"): Add sample-text.
21453         * language/knd-util.el (kannada-compose-region)
21454         (kannada-compose-string, kannada-post-read-conversion):
21455         Add autoload cookie.
21457         * international/quail.el (quail-completion): Change the message
21458         "corresponding translations" to "corresponding characters".
21460 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21462         * descr-text.el (describe-char): Fix typo.
21464 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
21466         These changes are to support Kannada language/script.
21468         * Makefile.in (DONTCOMPILE): Add kannada.el.
21470         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21472         * loadup.el: Preload kannada.el.
21474         * language/ind-util.el (ucs-kannada-to-is13194-alist)
21475         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21476         New variables.
21478         * language/kannada.el: New file.
21480         * language/knd-util.el: New file.
21482 2003-11-07  Andreas Schwab  <schwab@suse.de>
21484         * progmodes/autoconf.el (autoconf-font-lock-keywords):
21485         Also highlight AH_*.
21487         * xml.el (xml-parse-dtd): Fix misplaced paren.
21489 2003-11-07  Kenichi Handa  <handa@m17n.org>
21491         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21493 2003-11-05  Juri Linkov  <juri@jurta.org>
21495         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21496         (desktop-buffer-file): Use saved buffer-file-coding-system
21497         for file reading.  Set auto-insert to nil to prevent automatic
21498         insertion into restored empty files.
21500 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
21502         * files.el (risky-local-variable-p): Make second argument optional.
21504 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21506         * subr.el (add-hook): Fix last change.
21508 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
21510         * mail/rmail.el (rmail-convert-to-babyl-format):
21511         If base64-decode-region signals an error, catch it and silently
21512         ignore it.
21514 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
21516         * xml.el (xml-parse-region): Allow comments to appear after the
21517         topmost element has closed.
21518         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21519         (xml-ns-expand-attr): New functions to do namespace handling.
21520         (xml-intern-attrlist): Back-compatible handling of attribute names.
21521         (xml-parse-tag): Move namespace handling to separate functions.
21522         Now produces elements in the form ((:ns . "element") (attr-list)
21523         children) instead of ('ns:element (attr-list) children).
21524         (xml-parse-attlist): Fix attribute parsing.
21525         (xml-parse-dtd): Change parsing so that it produces strings
21526         instead of interned symbols.
21528 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
21530         * dired.el (dired-ls-sorting-switches): Doc fix.
21532 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
21534         * emacs-lisp/rx.el (rx-or): Fix the case of
21535         "(rx (and ?a (or ?b ?c) ?d))".
21537 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
21539         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21540         (texinfo-format-region): Use it.
21541         (texinfo-format-buffer-1): Ditto.
21543 2003-11-01  Alan Mackenzie  <acm@muc.de>
21545         Changes to allow scrolling whilst in isearch mode:
21546         * isearch.el (isearch-unread-key-sequence): New function,
21547         extracted from isearch-other-meta-char.
21548         (top level): (put 'foo 'isearch-scroll) on all Emacs's
21549         "scrollable" standard functions.
21550         (isearch-allow-scroll): New customizable variable.
21551         (isearch-string-out-of-window, isearch-back-into-window)
21552         (isearch-reread-key-sequence-naturally)
21553         (isearch-lookup-scroll-key): New functions.
21554         (isearch-other-meta-char): Doc string and functionality enhanced.
21555         Now accepts a prefix argument.
21556         (isearch-lazy-highlight-window-end): New variable.
21557         (isearch-lazy-highlight-new-loop): Pay attention to the window's
21558         end (thru isearch-lazy-highlight-window-end), not only its start.
21560         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21561         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21562         (universal-argument, universal-argument-more, negative-argument)
21563         (digit-argument, universal-argument-other-key): Minor changes.
21565 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
21567         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21568         recursively if the last message is deleted, thus avoiding an
21569         infinite loop.
21571 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21573         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21574         (tex-main-file): Don't add .tex if the extension is already present.
21575         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21577 2003-10-29  Lute Kamstra  <lute@gnu.org>
21579         * progmodes/octave-inf.el (inferior-octave-prompt):
21580         Recognize version number in prompt.
21582 2003-10-28  Dave Love  <fx@gnu.org>
21584         * international/characters.el: Fix some Unicode ranges.
21586 2003-10-28  Kenichi Handa  <handa@m17n.org>
21588         * disp-table.el (standard-display-8bit)
21589         (standard-display-default, standard-display-ascii)
21590         (standard-display-g1, standard-display-graphic)
21591         (standard-display-underline): Assure that standard-display-table
21592         is a display table.
21594 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21596         * simple.el (reindent-then-newline-and-indent): Delete space *after*
21597         reindenting the first line.
21599 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
21601         * wid-edit.el (widget-default-delete): Always delete child widgets.
21603 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21605         * newcomment.el (comment-indent): Don't call indent-according-to-mode
21606         if the line has code.
21607         Don't try to line up with something that's too far left.
21609         * progmodes/octave-mod.el (octave-comment-start): Simplify.
21610         (octave-mode-syntax-table): Add % as a comment starter.
21611         (octave-point): Remove.
21612         (octave-in-comment-p, octave-in-string-p)
21613         (octave-not-in-string-or-comment-p, calculate-octave-indent)
21614         (octave-blink-matching-block-open, octave-auto-fill):
21615         Use line-(beginning|end)-position instead.
21617 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
21619         * emacs-lisp/authors.el (authors-aliases): Add correct realname
21620         for Francesco Potort\e,Al\e(B.
21622 2003-10-23  Dave Love  <fx@gnu.org>
21624         * international/mule-cmds.el (locale-charset-to-coding-system):
21625         Don't rely on nil being a coding system.
21627         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21628         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21629         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21631 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
21633         * gdb-ui.el (gdb-current-language): New variable.
21634         (gdb-update-flag): Remove variable.
21635         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21636         (gdb-take-last-elt): Remove function.
21637         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21638         (gdb-post-prompt): Check for variable object changes here.
21640         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21641         object changes in gdb-ui.el.
21643 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21645         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21647         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21648         Don't check for foo*/ wildcard form here.
21649         (insert-directory): Recognize foo*/ as a wildcard.
21650         Separate wildcard-regexp variable from the arg, wildcard.
21652         * subr.el (add-hook): Correctly detect when make-local-hook was used.
21653         (remove-hook): Correctly handle strange cases about local hooks.
21655 2003-10-21  David Ponce  <david@dponce.com>
21657         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21658         argument REAL, to return a real number instead of a rounded
21659         integer value.  Define as inline function.
21660         (ruler-mode-right-fringe-cols): Likewise.
21661         (ruler-mode-scroll-bar-cols): New function.
21662         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
21663         (ruler-mode-right-scroll-bar-cols): Likewise.
21664         (ruler-mode-space): New function.
21665         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
21666         scroll bar mode and margins in a more robust way.
21668 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
21670         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21671         (antlr-c-init-language-vars): New function.
21672         (antlr-mode): Use it with cc-mode before v5.29.
21673         (antlr-c-common-init): Don't set some local vars here.
21674         (antlr-mode): Set them here.
21675         (antlr-c-forward-sws): New function alias.
21676         (antlr-mode): Redefine with cc-mode before v5.30.
21677         (antlr-skip-sexps): Use it.
21678         (antlr-skip-exception-part): Ditto.
21679         (antlr-skip-file-prelude): Ditto.
21680         (antlr-outside-rule-p): Ditto.
21681         (antlr-end-of-body): Ditto.
21682         (antlr-option-kind): Ditto.
21683         (antlr-insert-option-area): Ditto.
21684         (antlr-file-dependencies): Ditto.
21686 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21688         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21689         Move backward only if point was not inside an entry.
21691 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21693         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21695 2003-10-21  Juri Linkov  <juri@jurta.org>
21697         * compare-w.el: Automatically skip non-matching text to resync.
21698         (compare-windows-whitespace): Doc fix.
21699         (compare-windows-sync, compare-windows-sync-string-size)
21700         (compare-windows-recenter, compare-ignore-whitespace)
21701         (compare-windows-highlight, compare-windows-face): New variables.
21702         (compare-windows): Use compare-windows-sync.
21703         (compare-windows-highlight, compare-windows-dehighlight)
21704         (compare-windows-sync-regexp)
21705         (compare-windows-sync-default-function): New functions.
21707 2003-10-21  Juri Linkov  <juri@jurta.org>
21709         * diff.el (diff-parse-differences): Don't visit the files now;
21710         instead, just record the error locus.
21712 2003-10-21  Dave Love  <fx@gnu.org>
21714         * progmodes/cfengine.el: New file.
21716 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21718         * complete.el (PC-do-completion): Do not forget to use `pred' as the
21719         default-directory when completing file names.
21721 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
21723         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21724         followed by the word `face', it gets treated as a face, even if
21725         it is also defined as a variable or a function.
21727 2003-10-20  Dave Love  <fx@gnu.org>
21729         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21730         Avoid incf in macro expansion.
21732 2003-10-20  John Paul Wallington  <jpw@gnu.org>
21734         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21735         `evenp' so we don't implicitly require cl library at runtime.
21737 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
21739         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21740         (help-make-xrefs): Only make cross-references for faces if
21741         preceded or followed by the word `face'.  Do not make a
21742         cross-reference for variables without variable documentation,
21743         unless preceded by the word `variable' or `option'.  Update doc
21744         string accordingly.
21746 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
21748         * progmodes/hideshow.el: Rewrite one-armed `if'
21749         constructs using either `when' or `unless'.
21750         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21752 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
21754         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21755         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21756         instead of 12x12.
21758 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
21760         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21761         message while converting to Babyl.
21763 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
21765         * allout.el (allout-mode): Doc fix.
21767 2003-10-16  Lute Kamstra  <lute@gnu.org>
21769         * subr.el (force-mode-line-update): Fix docstring.
21771 2003-10-14  Dave Love  <fx@gnu.org>
21773         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21774         (default-input-method): Add :link, improve :type.
21775         (locale-charset-language-names): Fix utf-8 pattern.
21776         (locale-charset-match-p, locale-charset-alist)
21777         (locale-charset-to-coding-system): New.
21778         (set-locale-environment): Deal with codeset part of locale specs.
21780 2003-10-14  Lute Kamstra  <lute@gnu.org>
21782         * fringe.el (fringe-mode): Use active voice in docstring.
21783         (set-fringe-style): Ditto.
21785 2003-10-13  Lute Kamstra  <lute@gnu.org>
21787         * fringe.el (fringe-mode): Fix docstring.
21788         (set-fringe-style): Ditto.
21790 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21792         * ediff-mult.el (ediff-filegroup-action):
21793         Use ediff-default-filtering-regexp.
21795         * ediff-util.el (ediff-recenter): Don't call
21796         ediff-restore-highlighting twice.
21797         (ediff-select-difference): Set current difference.
21798         (ediff-unselect-and-select-difference): Add comment.
21800         * ediff.el (ediff-directories,ediff-directory-revisions)
21801         (ediff-directories3,ediff-merge-directories)
21802         (ediff-merge-directories-with-ancestor)
21803         (ediff-merge-directory-revisions)
21804         (ediff-merge-directory-revisions-with-ancestor):
21805         Use ediff-default-filtering-regexp.
21807 2003-10-12  Andreas Schwab  <schwab@suse.de>
21809         * international/mule-cmds.el (locale-charset-language-names):
21810         Simplify regex by removing unused grouping.
21812 2003-10-10  Dave Love  <fx@gnu.org>
21814         * bindings.el: Don't bind stop.
21816 2003-10-08  Miles Bader  <miles@gnu.org>
21818         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21819         face instead of attempting to emulate it.
21821 2003-10-07  Kenichi Handa  <handa@m17n.org>
21823         * international/mule-diag.el (list-coding-systems-1): List coding
21824         systems that are loaded automatically.
21826         * international/code-pages.el (iso-8859-11): Add autoload cookie.
21828         * international/mule.el (autoload-coding-system): New function.
21830 2003-10-07  Andreas Schwab  <schwab@suse.de>
21832         * log-edit.el (log-edit-changelog-entries): Prefer local value of
21833         change-log-default-name in the buffer visiting the file.
21835 2003-10-06  Dave Love  <fx@gnu.org>
21837         * files.el (find-file-hook): Customize.
21838         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21840         * bindings.el (completion-ignored-extensions): Remove .log.
21841         (global-map): Add again, open, stop keys.
21843 2003-10-05  Richard M. Stallman  <rms@gnu.org>
21845         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21846         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21847         Use sh-modify directly.
21848         (sh-select): Use sh-append, not eval.
21850         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21852         * info.el (Info-following-node-name): New function.
21854         * loadhist.el (unload-feature-special-hooks):
21855         Rename from loadhist-hook-functions.
21856         (loadhist-hook-functions): Now an alias.
21858 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
21860         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21861         file-name clashes on 8+3 filesystems.
21863         * Makefile.in (DONTCOMPILE, bootstrap-clean):
21864         Rename loaddefs-boot.el to ldefs-boot.el
21866         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21867         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21869 2003-10-03  Lute Kamstra  <lute@gnu.org>
21871         * info.el (Info-mode): Revert previous change.
21872         (Info-escape-percent): New function.
21873         (Info-fontify-node): Use it.
21875 2003-10-02  Andreas Schwab  <schwab@suse.de>
21877         * loaddefs-boot.el: Regenerated.
21879 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
21881         * ffap.el: Remove defadvice related code from CVS since `complete'
21882         provides a `PC-completion-as-file-name-predicate' variable that
21883         ffap can override.
21885 2003-10-02  Kenichi Handa  <handa@m17n.org>
21887         * international/utf-8.el (ccl-decode-mule-utf-8):
21888         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21890         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21891         * international/subst-big5.el: Likewise.
21892         * international/subst-gb2312.el: Likewise.
21893         * international/subst-ksc.el: Likewise.
21895 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
21897         * calendar/calendar.el (increment-calendar-month)
21898         (calendar-leap-year-p, calendar-absolute-from-gregorian)
21899         (generate-calendar, calendar-read-date, calendar-interval)
21900         (calendar-day-of-week): Handle years BC.
21901         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21903 2003-10-01  Dave Love  <fx@gnu.org>
21905         * language/cyrillic.el (cp1251): Alias for windows-1251.
21907         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21908         bootstrap.
21910 2003-10-01  Lute Kamstra  <lute@gnu.org>
21912         * files.el: Fix typo.
21913         * imenu.el (imenu--generic-function): Docstring fix.
21915 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21917         * dired.el (dired-mode): Handle dired-directory as a list.
21919 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
21921         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21923         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21925         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21926         Replace gud-display with gud-watch.
21927         (gud-speedbar-buttons): Add stuff for watching expressions
21928         in the speedbar when using M-x gdba.  Use dolist on old part
21929         of this function.
21931         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21932         (gdb-update-flag): New variables.
21933         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21934         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21935         (gud-watch, gdb-var-create-handler) : New functions.
21936         (gdb-var-list-children, gdb-var-list-children-handler)
21937         (gdb-var-create-regexp, gdb-var-update-regexp)
21938         (gdb-var-list-children-regexp): New constants.
21939         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21940         (gdb-annotation-rules): Reduce annotation set (level 3).
21941         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21942         (gdb-post-prompt): Don't update GDB buffers every time speedbar
21943         updates.
21944         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21945         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21946         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21947         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21948         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21949         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21950         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21951         (gud-display, gud-display1)
21952         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21953         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21954         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21955         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21956         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21957         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21958         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21959         (gdb-display-display-buffer, gdb-toggle-display)
21960         (gdb-delete-display, gdb-expressions-popup-menu)
21961         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21962         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21963         to display buffer.
21965 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21967         * progmodes/ada-mode.el (ada-mode): Don't use advice.
21968         Instead, set which-func-functions.
21970         * progmodes/which-func.el (which-func-modes): Add ada-mode.
21971         (which-func-functions): New variable.
21972         (which-function): Use that.
21974         * info.el (Info-mode): Double each `%' in header line.
21976         * emacs-lisp/lisp-mnt.el (lm-with-file):
21977         When FILE is nil, run BODY in current buffer.
21979         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21981         * help.el (describe-mode): Start with a brief list of minor modes.
21982         Find them thru minor-mode-list so as to find them all.
21983         Show them in alphabetical order.
21985         * mail/sendmail.el (mail-aliases): Doc fix.
21987         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21989 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
21991         * mail/rmailsum.el (rmail-make-summary-line-1):
21992         Change comma after last label to a space.
21993         (rmail-summary-font-lock-keywords): Adapt to that change.
21995 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
21997         * progmodes/scheme.el (scheme-mode-variables): When setting
21998         `font-lock-defaults', also specify that "#" should
21999         be interpreted with `word' syntax.
22000         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22002 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
22004         * desktop.el: A lot of comments updated.
22005         (desktop-save-mode): Minor mode introduced.
22006         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22007         (desktop-load-default): Function made obsolete.
22008         (desktop-locals-to-save): Variable made customizable.
22009         (desktop-read): Optional parameter `dirname' added.
22010         (desktop-change-dir, desktop-revert): Parameter `dirname' in
22011         `desktop-read' used.
22012         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22014 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
22016         * whitespace.el (whitespace-clean-msg): Add user customizable message
22017         for displaying ``clean'' output.
22018         (whitespace-buffer): Use `whitespace-clean-msg'.
22019         (whitespace-global-mode): Fix typo.
22021 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
22023         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22025 2003-09-29  Lute Kamstra  <lute@gnu.org>
22027         * bindings.el (mode-line-modes): Remove superfluous :propertize
22028         construct in initialization.
22029         (mode-line-position): Change cons cell into proper list in
22030         initialization.
22032 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22034         * international/mule.el (decode-coding-inserted-region): Use car
22035         of the return value of find-operation-coding-system.
22037 2003-09-29  Kenichi Handa  <handa@m17n.org>
22039         * descr-text.el (describe-char): Fix previous change.
22041 2003-09-28  Kenichi Handa  <handa@m17n.org>
22043         * descr-text.el (describe-char-display): New function.
22044         (describe-char): Pay attention to display table on describing how
22045         a character is displayed.
22047         * international/mule-cmds.el (encoded-string-description):
22048         Prepend "0x" to each encoded byte.
22050 2003-09-28  Andreas Schwab  <schwab@suse.de>
22052         * find-file.el (ff-special-constructs): Add autoload cookie.
22054 2003-09-28  Kevin Ryde  <user42@zip.com.au>
22056         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22057         makeinfo appends to duplicate index entries.
22059 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
22061         * dired-x.el (dired-clean-tex): Doc fix.
22063         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22064         using a Chinese tutorial.
22066 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22068         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22069         between "MAIL FROM:" and "RCPT TO:" and the following address.
22071 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22073         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22075 2003-09-28  David Ponce  <david@dponce.com>
22077         * recentf.el (recentf-initialize-file-name-history): New defcustom.
22078         (recentf-load-list): When `recentf-initialize-file-name-history'
22079         is non-nil, initialize an empty `file-name-history' with the
22080         recent list.
22082 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
22084         * man.el (Man-default-man-entry): Remove the leading `*' from the
22085         word at point.
22087 2003-09-26  Lute Kamstra  <lute@gnu.org>
22089         * bindings.el (mode-line-position): Mention size indication in
22090         docstring.
22092 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
22094         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22096         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22097         because it's autoloaded now.
22099 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
22101         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22102         (sh-font-lock-keywords, sh-feature): Fix previous change of
22103         sh-feature to avoid infloop with sh-font-lock-keywords.
22105 2003-09-25  Kim F. Storm  <storm@cua.dk>
22107         * frame.el (frame-current-scroll-bars): New defun.
22109         * window.el (window-current-scroll-bars): New defun.
22111 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22113         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22114         cause errors when the state cache contains info on parts that have
22115         been narrowed out.
22117 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22119         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22120         `c-setup-paragraph-variables' has to be used when this variable is
22121         changed; it doesn't work to reinitialize the mode since that
22122         typically clobbers the variable.
22124         * progmodes/cc-styles.el (c-setup-paragraph-variables):
22125         Make it interactive.
22127 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22129         * progmodes/cc-fonts.el (c-font-lock-declarations):
22130         Fix recognition of constructors and destructors for classes whose
22131         names are matched by `*-font-lock-extra-types'.
22133         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22134         followed by an identifier in C++ then it's a type.
22136 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22138         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22139         problem that primarily affected XEmacs.  Don't use faces to find
22140         unterminated strings since Emacs and XEmacs fontify strings
22141         differently - this function should now work better in XEmacs.
22143 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22145         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22146         `expand-abbrev' workaround which caused braces to misbehave inside
22147         macros.
22149         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22150         handling.  This bug could cause interactive font locking to bail out.
22152 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22154         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22155         Handle paren-style types in Pike.  Also fixed some cases of
22156         insufficient handling of unbalanced parens.
22158 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
22160         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22161         common shell prompts that are not common filename or URL characters.
22162         (ffap-file-at-point): Use the new regexp to strip the prompts from
22163         the file names.  This is an issue mostly for user prompts that
22164         don't have a trailing space and find-file-at-point is invoked from
22165         within a shell inside Emacs.
22167 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
22169         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22170         stamps numerically, rather than textually.
22172 2003-09-24  Kenichi Handa  <handa@m17n.org>
22174         * language/devan-util.el (devanagari-post-read-conversion):
22175         * language/mlm-util.el (malayalam-post-read-conversion):
22176         * language/tml-util.el (tamil-post-read-conversion):
22177         Add autoload cookie.
22179         * international/utf-8.el (utf-8-post-read-conversion):
22180         Call post-read-conversion functions for Devanagari, Malayalam,
22181         and Tamil.
22183 2003-09-23  Dave Love  <fx@gnu.org>
22185         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22187 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
22189         * progmodes/gud.el (perldb): Add gud-until to list of commands.
22190         Update gud-remove.
22192 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22194         * progmodes/sh-script.el (sh-mode-default-syntax-table):
22195         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
22196         (sh-mode-syntax-table-input): New variable.
22197         (sh-require-final-newline): Don't use eval.
22198         (sh-builtins, sh-leading-keywords, sh-other-keywords)
22199         (sh-variables, sh-font-lock-keywords): Don't use eval.
22200         (sh-set-shell): When setting require-final-newline,
22201         treat value = `require-final-newline' as don't change it.
22202         Set sh-mode-syntax-table locally based on
22203         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22205         * progmodes/compile.el (compile-internal):
22206         Call compilation-set-window-height before setting window start.
22208 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
22210         * emacs-lisp/bytecomp.el (byte-compile-log-file):
22211         Clear out byte-compile-last-warned-form.
22213 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22215         * woman.el (woman-file-name, woman-follow-word):
22216         If current-word returns nil, use "".
22218         * simple.el (eval-expression): Bind standard-output in to-buffer case.
22220 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22222         * emacs-lisp/lisp-mnt.el (lm-with-file):
22223         Don't visit the file, just use insert-file-contents in temp buffer.
22225 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
22227         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22228         Add surrounding \\( and \\) around the header, as in
22229         for lm-history-header 'Change Log\\|History'.
22231 2003-09-22  John Paul Wallington  <jpw@gnu.org>
22233         * progmodes/ld-script.el: Add Commentary section,
22234         minor cleanup of file header.
22235         (ld-script-font-lock-keywords): Doc fix.
22236         (toplevel): Provide `ld-script' feature.
22238 2003-09-21  Kim F. Storm  <storm@cua.dk>
22240         * scroll-bar.el (set-scroll-bar-mode): Initialize to
22241         new built-in variable default-frame-scroll-bars.
22242         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22243         scroll-bar-mode; notably, use it instead of t when we toggle
22244         scroll-bars on.
22245         (toggle-scroll-bar): Use default-frame-scroll-bars.
22247 2003-09-19  Masatake YAMATO  <jet@gyve.org>
22249         * pcvs.el (cvs-do-removal): Change the prompt depending on
22250         `filter' value.
22252 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
22254         * startup.el (command-line-1): Stop startup-echo-area-message
22255         being hidden by "Loading image..." message.
22256         (use-fancy-splash-screens-p, display-splash-screen):
22257         Move display-graphic-p test from latter to former.
22259         * progmodes/sh-script.el (sh-font-lock-keywords):
22260         Highlight escaped EOLs differently from other backslash constructs.
22262 2003-09-19  Richard M. Stallman  <rms@gnu.org>
22264         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22265         New functions.
22266         (edebug-enter, edebug-outside-excursion): Use them.
22268         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22269         Fix the condition for whether to print "In WHERE".
22271 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
22273         * finder.el (finder-mode-hook): New variable.
22274         (finder-mode): Run hook finder-mode-hook
22276 2003-09-18  Masatake YAMATO  <jet@gyve.org>
22278         * progmodes/ebrowse.el: Fix broken magic autoload comments.
22280 2003-09-17  Mario Lang  <mlang@delysid.org>
22282         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22283         "p %e" to actually print the value in the GUD buffer.
22285 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
22287         From David Ponce <david.ponce@wanadoo.fr>:
22288         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22289         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22290         from loaddefs-boot.el if necessary.
22292 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
22294         * progmodes/gud.el (gud-find-class): Make jdb work again since
22295         cc-mode changed the syntactic information.
22297 2003-09-15  David Ponce  <david@dponce.com>
22299         * recentf.el: (recentf-exclude): Accept predicates too.
22300         (recentf-file-readable-p): New function.
22301         (recentf-include-p): Handle predicates in recentf-exclude.
22302         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
22303         (recentf-cleanup): Likewise.
22304         (recentf-save-list): Use write-file to handle backup of
22305         recentf-save-file.
22307 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
22309         * loaddefs-boot.el: Renamed from `loaddefs.el'
22310         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22311         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22312         necessary.
22314 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
22316         * electric.el (Electric-pop-up-window): For the `one-window' case,
22317         no longer disconcertingly move point in the original buffer.
22319 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22321         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22323 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22325         * dired.el (dired-mode-map): Fix typo.
22327 2003-09-11  Richard M. Stallman  <rms@gnu.org>
22329         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22331 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22333         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22334         the function is less noisy.  Now only `kill-buffer' can ask questions.
22336 2003-09-10  Mario Lang  <mlang@delysid.org>
22338         * battery.el: Update Commentary and Copyright.
22339         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22340         appear due to wrong ordering of the expressions in `or'.
22342 2003-09-09  Lute Kamstra  <lute@gnu.org>
22344         * misc.el (upcase-char): Fix docstring.
22345         (zap-up-to-char): New command.
22347 2003-09-08  David Ponce  <david@dponce.com>
22349         Ensure that recentf correctly updates the menu bar.
22350         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22351         (recentf-menu-bar): New function.
22352         (recentf-clear-data): Use it
22353         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
22354         of easy-menu-change.
22356 2003-09-08  Lute Kamstra  <lute@gnu.org>
22358         * simple.el (size-indication-mode): New.
22359         * bindings.el (mode-line-position): Add buffer size indicator.
22361 2003-09-04  Mario Lang  <mlang@delysid.org>
22363         * battery.el (battery-linux-proc-acpi): New function.
22364         (battery-status-function): Modify default value calculation to also
22365         check for availability of ACPI.
22366         (battery-echo-area-format): Ditto.
22367         (battery-mode-line-format): Ditto.
22369 2003-09-06  Dave Love  <fx@gnu.org>
22371         * ielm.el (ielm-mode-hook): Add :options.
22373         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22374         (eldoc-print-current-symbol-info): Use it.
22376 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
22378         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22379         being displayed in GUD buffer.
22380         (gdb-idle-input-queue): Remove var.  Use just one queue.
22381         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22382         Remove functions.  Use just one queue.
22383         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22384         (gdb-invalidate-assembler, gdb-get-current-frame):
22385         Modify functions.  Use just one queue.
22387 2003-09-04  Dave Love  <fx@gnu.org>
22389         * cus-start.el: Add blink-cursor-alist.
22391         * ruler-mode.el (ruler-mode-fill-column-char)
22392         (ruler-mode-current-column-char): Use char-displayable-p,
22393         not window-system.
22395         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22397         * language/european.el (windows-1252): Move from code-pages.
22399         * language/cyrillic.el ("Windows-1251"): Delete.
22400         ("Bulgarian", "Belarusian"): Remove `features'.
22401         (windows-1251): Move from code-pages.
22403         * international/mule-diag.el (non-iso-charset-alist):
22404         Remove `codepage' stuff.
22405         (print-designation, list-coding-systems-1): Output fixes.
22407         * international/code-pages.el (cp-make-translation-table)
22408         (cp-valid-codes): Made defsubsts.
22409         (cp-fix-safe-chars): Delete.
22410         (mule-diag): Don't require.
22411         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22412         (top-level): Check for defined coding system when defining
22413         cp... aliases.  Change w32-add-charset-info test to avoid warning.
22414         (non-iso-charset-alist): Defvar when compiling.
22415         (cp-make-coding-system): Doc fix.
22417 2003-09-02  Jason Rumney  <jasonr@gnu.org>
22419         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22420         line-ends from CVS before doing conversion.
22422 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
22424         * calendar/diary-lib.el (diary-header-line-flag)
22425         (diary-header-line-format): New variables.
22426         (list-diary-entries): Use them to set header line in simple diary.
22428         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22429         other than font-lock-string-face to highlight backslashes.
22431 2003-09-01  Jason Rumney  <jasonr@gnu.org>
22433         * international/titdic-cnv.el (tit-read-key-value): Include \r in
22434         regexp.
22436 2003-09-01  Dave Love  <fx@gnu.org>
22438         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22440         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22441         and :help; also line and column numbers labels.
22443         * international/mule-util.el (char-displayable-p): Move from
22444         latin1-disp, rename and autoload.
22446         * international/latin1-disp.el (latin1-char-displayable-p):
22447         Now obsolete alias.  Replace uses with char-displayable-p.
22448         (latin1-display-ucs-per-lynx): Fix last change.
22450         * international/mule-cmds.el (standard-display-european-internal):
22451         Don't use char code for Latin-1 NBSP.
22452         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
22453         U+2018, U+2019 for `'.
22454         (select-safe-coding-system): Message fix.
22456 2003-09-01  Kenichi Handa  <handa@m17n.org>
22458         * international/fontset.el (setup-default-fontset): For Thai
22459         font, specify "*" family.
22461 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22463         * progmodes/compile.el (previous-error): Accept a prefix
22464         argument, similarly to next-error.
22466 2003-08-31  Masatake YAMATO  <jet@gyve.org>
22468         * pcvs.el (cvs-do-removal): Use = instead of eq to check
22469         the number of files.  Bind the number of files to a local
22470         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22472 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
22474         * vc-hooks.el (vc-make-version-backup): Fix the change made on
22475         2003-07-26: msdos-long-file-names is a function, not a variable.
22477 2003-08-29  Richard M. Stallman  <rms@gnu.org>
22479         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22480         Do nothing with mail-personal-alias-file if it is nil.
22482         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22483         Do nothing if mail-personal-alias-file is nil.
22485         * term.el (term-exec-1): Bind coding-system-for-read.
22487         * dired.el (dired-mouse-find-file-other-window):
22488         Use dired-view-command-alist here, as in dired-view-file.
22489         (dired-view-command-alist): Use %s to substitute file name.
22490         Handle .ps_pages, .eps, .jpg, .gif, .png.
22492 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22494         * info.el (Info-mode-map): Bind S-tab and <backtab> to
22495         `Info-prev-reference', instead of M-tab.
22497 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
22499         * simple.el (blink-matching-open): Work correctly on chars that
22500         are designated as parens through the syntax-table text property.
22502 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
22504         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22505         line break position in the middle of a non-kinsoku (e.g. latin)
22506         word, making it skip until either a space or a character with
22507         category "|".
22508         (kinsoku-longer): Test for end of buffer.
22510 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
22512         * mail/rmail.el (rmail-convert-to-babyl-format):
22513         Detect quoted-printable- and base64-encoded messages and decode them
22514         automatically.  Set the message's encoding from the charset=
22515         header, if any.  Decode base64-encoded messages in Mail format as well.
22517 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
22519         * mail/smtpmail.el: Fix previous change.
22520         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22521         calling smtpmail-via-smtp.
22522         (smtpmail-via-smtp): Add fall-back values for envelope-from.
22524 2003-08-26  John Paul Wallington  <jpw@gnu.org>
22526         * image.el (image-jpeg-p): Don't search beyond length of data.
22528 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22530         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22531         misfeature in `expand-abbrev' which caused electric keywords like
22532         "else" to disappear if an open brace was typed directly afterwards.
22534 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22536         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22537         mandatory in `define-widget'.
22539         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22540         Don't align the operators "!=", "<=" and ">=" as assignment operators.
22542         (c-assignment-operators): New language constant that only contains
22543         the assignment operators.
22545         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22547 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22549         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22550         Safeguard against unbalanced sexps.
22552 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
22554         * version.el (emacs-version): Check for gtk.  Include gtk version info.
22556 2003-08-25  John Paul Wallington  <jpw@gnu.org>
22558         * man.el (Man-default-man-entry): Don't whizz past the section
22559         number before looking for it.
22561 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
22563         * progmodes/gud.el (gud-display-line): Don't set window-point if
22564         source buffer is not visible.  (Only happens with M-x gdba.)
22566         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22567         documentation.
22568         (gdb-source, gdb-source-info): Update to assembler unnecessary
22569         as its done after each GDB command anyway.
22570         (gdb-pre-prompt): Use with-current-buffer.
22571         (gdb-insert-field): Add help-echo text.
22572         (gdb-invalidate-assembler): Re-display of assembler now done in
22573         gdb-info-breakpoints-custom.
22574         (gdb-info-breakpoints-custom): Force re-display of assembler to
22575         happen *after* update of breakpoints buffer.
22576         (gdb-display-source-buffer): Don't choke if gdb-source-window
22577         isn't visible.
22578         (gdb-put-string, gdb-put-arrow): Remove free variables.
22580 2003-08-24  John Paul Wallington  <jpw@gnu.org>
22582         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22584         * man.el (Man-default-man-entry): Strip text properties when
22585         snarfing parts of entry because `format' preserves properties.
22587 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22589         * files.el (file-newest-backup): Use `expand-file-name'.
22591         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22592         Allow the diary to pop up a new frame, if needed.
22594         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22595         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22596         (smtpmail-send-it): Make treatment of envelope-from consistent with
22597         sendmail.el.
22599         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22600         (sh-leading-keywords): Add the bash `time' reserved word.
22601         (sh-variables): Add some bash variables.
22602         (sh-add-completer): Fix nil branch of case statement.
22604 2003-08-24  Masatake YAMATO  <jet@gyve.org>
22606         * progmodes/ld-script.el: New file.
22608 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
22610         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22612 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
22614         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22615         Better explain obsolescence, and what to use instead.
22617 2003-08-23  Masatake YAMATO  <jet@gyve.org>
22619         * pcvs.el (cvs-do-removal): Show the deleted file name
22620         on the prompt.
22622 2003-08-20  Dave Love  <fx@gnu.org>
22624         * international/mule.el (make-coding-system)
22625         (set-buffer-file-coding-system): Doc fix.
22627         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22629         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22631         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22633         * international/utf-16.el: Add mime-text-unsuitable coding system
22634         properties.
22636         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22638         * cus-edit.el: Add some :links.
22639         (bib): Remove.
22641         * textmodes/bib-mode.el (bib): Add :group external.
22643 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
22645         * wid-edit.el (widget-echo-help): Make it handle expressions that
22646         evaluate to strings.
22648 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
22650         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
22652         Simplify selection of SQL products to define highlighting and
22653         interactive mode.  Includes detailed instructions on adding
22654         support for new products.
22656         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
22657         product for use in highlighting and interactive mode.
22658         (sql-interactive-product): New variable.  SQL product for
22659         sql-interactive-mode.
22660         (sql-product-support): New variable.  Specifies product-specific
22661         parameters to drive highlighting and interactive mode.
22662         (sql-imenu-generic-expression): Add more object types.
22663         (sql-sqlite-options): Correct comment.
22664         (sql-ms-program): Use "osql" rather than "isql".
22665         (sql-prompt-regexp, sql-prompt-length): Update comment.
22666         (sql-mode-menu): Add "Start SQLi session" entry.
22667         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
22668         (sql-mode-abbrev-table): Add abbreviations.  Support of
22669         SYSTEM-FLAG on define-abbrev.  Support was removed with last
22670         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22671         (sql-mode-font-lock-object-name): Add font-lock pattern for object
22672         names.
22673         (sql-mode-ansi-font-lock-keywords): Set as default value.
22674         (sql-mode-oracle-font-lock-keywords): Set as default value.
22675         Support Oracle 9i keywords.
22676         (sql-mode-postgres-font-lock-keywords): Set as default value.
22677         (sql-mode-linter-font-lock-keywords): Set as default value.
22678         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
22679         SQLServer 2000.
22680         (sql-mode-sybase-font-lock-keywords)
22681         (sql-mode-interbase-font-lock-keywords)
22682         (sql-mode-sqlite-font-lock-keywords)
22683         (sql-mode-strong-font-lock-keywords)
22684         (sql-mode-mysql-font-lock-keywords)
22685         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
22686         keywords.
22687         (sql-mode-font-lock-defaults): Update comment.
22688         (sql-product-feature): New function.  Returns feature associated
22689         with a product from `sql-product-support' alist.
22690         (sql-product-font-lock): New function.  Set font-lock support
22691         based on `sql-product'.
22692         (sql-add-product-keywords): New function.  Add font-lock rules to
22693         product-specific keyword variables.
22694         (sql-set-product): New function.  Set `sql-product' and apply
22695         appropriate font-lock highlighting.
22696         (sql-highlight-product): New function.  Set font-lock support
22697         based on a product.  Also set mode name to include product name.
22698         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22699         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22700         Use `sql-set-product'.
22701         (sql-highlight-ms-keywords)
22702         (sql-highlight-sybase-keywords)
22703         (sql-highlight-interbase-keywords)
22704         (sql-highlight-strong-keywords)
22705         (sql-highlight-mysql-keywords)
22706         (sql-highlight-sqlite-keywords)
22707         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
22708         (sql-get-login): Prompt in the same order as the tokens.
22709         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22710         (sql-product-interactive): New function.  Common portions of
22711         product-specific interactive mode wrappers.
22712         (sql-interactive-mode): Rewritten to use product features.
22713         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22714         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22715         (sql-db2, sql-linter): Use `sql-product-interactive'.
22716         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22717         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22718         (sql-connect-ingres, sql-connect-postgres)
22719         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22720         New functions.  Format command line parameters and invoke comint on
22721         the appropriate interpreter.  Code was in the corresponding
22722         `sql-xyz' function before.
22723         (sql-connect-ms): New function.  Support -E argument to use
22724         operating system credentials for authentication.
22726 2003-08-18  Kenichi Handa  <handa@m17n.org>
22728         * international/mule.el (encode-char): Fix for the ASCII case.
22730 2003-08-15  Kenichi Handa  <handa@m17n.org>
22732         * international/fontset.el (setup-default-fontset): Change "*" to
22733         nil in the specifications of font family.
22735 2003-08-18  Kim F. Storm  <storm@cua.dk>
22737         * kmacro.el (kmacro-keymap): Group related bindings in
22738         initialization for clarity.  Bind C-s to start macro.
22739         Remove C-r binding.
22740         (kmacro-initial-counter-value): New defvar to hold initial counter
22741         value in case we set the value before defining a macro.
22742         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22743         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22744         not defining or executing macro.  Doc fix.
22745         (kmacro-add-counter): Clear kmacro-initial-counter-value.
22746         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22747         temporarily view older elements on the macro ring without cycling
22748         the ring.
22749         (kmacro-display): Doc fix.
22750         (kmacro-exec-ring-item): New helper function.
22751         (kmacro-call-ring-2nd): Use it.
22752         (kmacro-call-ring-2nd-repeat): Doc fix.
22753         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22754         (kmacro-end-or-call-macro): Execute last viewed macro (using
22755         kmacro-exec-ring-item) from ring if this follows
22756         kmacro-view-macro.  This allows us to find a macro on the ring
22757         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22758         the ring to bring it to the head of the ring.
22759         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22760         Allow binding to reserved keys without specifying C-x C-k prefix.
22761         Ask for confirmation if entered key sequence is already bound to
22762         a non-macro command.
22763         (kmacro-view-macro): Repeating command will show older elements
22764         on the macro ring; C-k will execute the last viewed macro.
22765         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
22766         property from 'ring to 'head.
22768 2003-08-17  Alan Shutko  <ats@acm.org>
22770         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22771         keeping December out of the alist.
22773 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
22775         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22776         * calendar/calendar.el (calendar-mode-map): Bind it to key.
22777         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22778         (calendar-flatten): New function.
22779         (calendar-mouse-view-other-diary-entries)
22780         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22781         in the menu title and to show multi-line diary entries correctly
22782         in the menu.
22784 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
22786         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22787         defcustom, because the default was recently changed.
22789 2003-08-16  Richard M. Stallman  <rms@gnu.org>
22791         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22793         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22794         New subroutine, broken out of eval-last-sexp-1.
22795         (eval-last-sexp-1): Use eval-last-sexp-print-value.
22797         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22799         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22801         * simple.el (eval-expression): Use eval-last-sexp-print-value.
22803 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
22805         * progmodes/compile.el (compilation-error-regexp-alist):
22806         Add Java ANt error detection as described in document
22807         http://ant.apache.org/faq.html
22809 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
22811         * simple.el (backward-word, forward-to-indentation)
22812         (backward-to-indentation): Argument changed to optional.
22813         (next-line, previous-line): Use `or' instead of `unless'.
22815 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22817         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22818         instead of a constant.
22820 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
22822         * shell.el (shell): With prefix-arg, suggest a new buffer name.
22824 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
22826         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22827         (vc-sccs-workfile-version): Search the entire delta table, rather
22828         than just the first entry, because that might be a deleted version.
22830 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
22832         * menu-bar.el (menu-bar-options-menu): Supply a body for the
22833         [save-place] binding in the Options menu.  Have it require
22834         'saveplace' and then toggle the variable manually, to avoid an
22835         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
22836         for the bug report.
22838 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
22840         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22841         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22842         (gdb-info-threads-custom): Add help-echo text.
22843         (gdb-display-back): Don't use purecopy.
22844         (gdb-info-breakpoints-custom, gdb-reset)
22845         (gdb-assembler-custom): Use display-images-p to test if breakpoint
22846         icons can be displayed.
22848 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
22850         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22852 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
22854         * bookmark.el (bookmark-completing-read):
22855         Return a string, instead of a list of one string.
22856         Use a popup menu if activated from the mouse.
22857         (bookmark-edit-annotation): Remove unused vars.
22858         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22859         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22860         to bookmark-completing-read.
22861         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22862         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22863         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22864         and erase-buffer.
22865         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22866         (bookmark-menu-jump, bookmark-menu-insert)
22867         (bookmark-popup-menu-and-apply-function)
22868         (bookmark-menu-popup-paned-bookmark-menu): Remove.
22869         (bookmark-menu-build-paned-menu): Remove by folding it into
22870         bookmark-menu-popup-paned-menu.
22871         (menu-bar-bookmark-map): Move the define-key statements here.
22872         Use the "non-menu" commands since they now pop up a menu if needed.
22873         (bookmark-exit-hook-internal): Simplify.
22875 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
22877         * reftex-toc.el (reftex-toc-rename-label): New function.
22878         (reftex-toc-check-docstruct): New function.
22880         * reftex.el (reftex-region-active-p): New function.
22882         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22883         regexp to find the \bibliography macro.
22885         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22886         which does not exist in LaTeX.
22887         (reftex-cite-format-builtin): Added amsrefs support.
22888         (reftex-toc-confirm-promotion): New option
22890         * reftex-toc.el
22891         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22892         (reftex-toc-demote, reftex-toc-promote)
22893         (reftex-toc-do-promote, reftex-toc-promote-prepare)
22894         (reftex-toc-promote-action, reftex-toc-extract-section-number)
22895         (reftex-toc-newhead-from-alist)
22896         (reftex-toc-load-all-files-for-promotion): New functions.
22897         (reftex-toc-help): Added description of new keys.
22898         (reftex-toc-split-windows-fraction): New option.
22899         (reftex-recenter-toc-when-idle): Search *toc* window on all
22900         visible frames.
22901         (reftex-toc): Additional parameter REUSE
22902         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
22903         with REUSE argument.
22904         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22905         the call of `reftex-toc'.
22906         (reftex-make-separate-toc-frame): New function .
22907         (reftex-toc-recenter): When called with triple prefix arg, call
22908         `reftex-make-separate-toc-frame' first.
22909         (reftex-toc-toggle-dedicated-frame): New command.
22910         (reftex-toc-quit): Adapted to delete frame when called in
22911         dedicated frame.
22913         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22914         all enclosing macros.
22917 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22919         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22920         first use.
22922 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22924         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22926 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22928         * calendar/calendar.el (list-diary-entries-hook)
22929         (diary-display-hook, nongregorian-diary-listing-hook)
22930         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22931         Add some customize options for these hooks.
22932         (calendar-abbrev-construct): Don't try to take a substring longer
22933         than the original string.
22935 2003-08-05  Richard M. Stallman  <rms@gnu.org>
22937         * emacs-lisp/testcover.el (noreturn): Report error if does return.
22938         (testcover-reinstrument-clauses): Doc fix.
22940         * emacs-lisp/warnings.el: Doc fixes, args renamed.
22941         (warning-type-format): Rename from warning-group-format.
22943         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22944         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22945         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22946         to prevent warnings about defvar for an obsolete variable.
22948         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22949         warning-group-format renamed to warning-type-format.
22951         * subr.el (read-passwd): Use clear-string instead of fillarray.
22953         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22954         Use vconcat instead of concat.
22955         (edmacro-sanitize-for-string): New function.
22957 2003-08-05  Dave Love  <fx@gnu.org>
22959         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22960         line-number-display-limit-width.
22962         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22964 2003-08-05  Kenichi Handa  <handa@m17n.org>
22966         * international/code-pages.el: Don't require mule-diag.
22968         * international/mule-diag.el (non-iso-charset-alist):
22969         Add autoload cookie.
22971         * language/devan-util.el (dev-glyph-order): Add an entry for the
22972         glyph code #xC4.
22974 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
22976         * calendar/calendar.el (diary-file, diary-file-name-prefix)
22977         (european-calendar-style, diary-date-forms)
22978         (calendar-day-name-array, calendar-month-name-array): Doc change.
22979         (generate-calendar-month): Adapt for new behavior of
22980         `calendar-day-name' function.
22981         (calendar-abbrev-length, calendar-day-abbrev-array)
22982         (calendar-month-abbrev-array): New variables.
22983         (calendar-abbrev-construct): New function.
22984         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22985         rather than fixing abbrevs at some width.  Calling syntax change.
22986         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
22987         (calendar-date-string): Adapt for new behaviors of
22988         `calendar-day-name' and `calendar-month-name' functions.
22990         * calendar/diary-lib.el (list-diary-entries): Adapt for new
22991         behavior of `calendar-day-name' and `calendar-month-name' functions.
22992         (diary-name-pattern): Use abbrev arrays, rather than fixing
22993         abbrevs at three chars.  Calling syntax change.
22994         (mark-diary-entries): Adapt for new behaviors of
22995         `diary-name-pattern' and `calendar-make-alist' functions.
22996         (fancy-diary-font-lock-keywords): Adapt for new behavior of
22997         `diary-name-pattern' function.
22998         (font-lock-diary-date-forms): Use abbrev arrays, rather than
22999         fixing abbrevs at three chars.  Calling syntax change.
23000         (cal-hebrew, cal-islam): Require when compiling.
23001         (diary-font-lock-keywords): Adapt for new behavior of
23002         `font-lock-diary-date-forms' function.
23004         * calendar/cal-hebrew.el: Reposition some code so defined before used.
23005         (calendar-hebrew-month-name-array-common-year)
23006         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23007         (list-hebrew-diary-entries): Adapt for new behaviors of
23008         `calendar-day-name' and `add-to-diary-list' functions.
23009         (mark-hebrew-diary-entries): Adapt for new behaviors of
23010         `diary-name-pattern' and `calendar-make-alist' functions.
23012         * calendar/cal-islam.el (calendar-islamic-month-name-array):
23013         Add doc string.
23014         (list-islamic-diary-entries): Adapt for new behaviors of
23015         `calendar-day-name' and `add-to-diary-list' functions.
23016         (mark-islamic-diary-entries): Adapt for new behaviors of
23017         `diary-name-pattern' and `calendar-make-alist' functions.
23019         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23020         `calendar-month-name' function.
23022         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23024         * calendar/solar.el (solar-seasons-data): Move definition before use.
23026         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23027         (cal-tex-LaTeX-hourbox): Move definition before use.
23029         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23030         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23031         * lunar.el, solar.el (displayed-month, displayed-year):
23032         Define for compiler.
23034 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23036         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23037         MODE.  Renamed from c-init-c-language-vars'.
23038         (c-initialize-cc-mode): Change accordingly.
23039         (c-common-init): Ditto.
23040         (c-mode): Ditto.
23041         (c++-mode): Use `c-init-language-vars-for'.
23042         (objc-mode): Ditto.
23043         (java-mode): Ditto.
23044         (idl-mode): Ditto.
23045         (pike-mode): Ditto.
23046         (awk-mode): Ditto.
23048 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23050         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23051         or not the point moved.
23053         (c-search-decl-header-end): Don't trip up on operator identifiers
23054         in C++ and operators like == in all languages.
23056         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23057         Detect leading labels correctly.
23059 2003-08-02  Andreas Schwab  <schwab@suse.de>
23061         * textmodes/ispell.el: Don't redo key bindings on loading, put
23062         them only in loaddefs.el.
23063         * bookmark.el: Likewise.
23064         * dabbrev.el: Likewise.
23065         * emerge.el: Likewise.
23067         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23068         has more than one member.
23070         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23072 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23074         * lpr.el (printify-region): It was ending conversion before the
23075         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
23077 2003-07-31  John Paul Wallington  <jpw@gnu.org>
23079         * net/browse-url.el (browse-url-epiphany): Doc fix.
23081 2003-07-30  Kenichi Handa  <handa@m17n.org>
23083         * international/fontset.el (setup-default-fontset):
23084         Change registry names of Akurti fonts.
23086 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23088         * comint.el (comint-read-noecho): Use `clear-string' instead of
23089         `fillarray'.
23091 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
23093         * outline.el (outline-mode-hook): Add defvar.
23095 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
23097         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23098         Restore assembler in source window if that is what has been selected.
23099         (menu): Add gdb-restore-windows to menu.  Make gdba
23100         specific menus only visible from gdba.
23102 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
23104         * progmodes/compile.el (compilation-environment): New user variable.
23105         (compile-internal): Respect it.
23107 2003-07-23  Masatake YAMATO  <jet@gyve.org>
23109         * progmodes/gud.el (gdb-script-font-lock-keywords):
23110         Put `font-lock-function-name-face' on a symbol which includes
23111         `-' like `hook-run'.  Put font-lock-variable-name-face
23112         on a symbol starting with $.
23114 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
23116         * files.el (set-visited-file-name): Use truename for buffer-file-name.
23118 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23120         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23122 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
23124         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23125         Use with-no-warnings.
23126         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23127         rather than to find-file-not-found-hook, which doesn't exist.
23129 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23131         * international/quail.el (quail-translate-key): Fix previous change.
23133 2003-07-25  John Paul Wallington  <jpw@gnu.org>
23135         * server.el (server-start): Check `server-process' is non-nil
23136         before killing it to avoid killing current buffer's process.
23138         * simple.el (choose-completion-string): Use `minibufferp';
23139         test `completion-reference-buffer' if `buffer' arg is nil.
23140         (push-mark): Use `when' and `unless'.
23141         (pop-mark): Use `when'.
23143         * mouse-sel.el (mouse-sel-get-selection-function):
23144         Check `x-last-selected-text-primary'.  Don't barf if it or
23145         `x-last-selected-text' aren't bound.
23147 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23149         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23151 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
23153         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23155 2003-07-23  John Paul Wallington  <jpw@gnu.org>
23157         * tooltip.el (defface tooltip): Inherit from variable-pitch.
23159 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
23161         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23162         string.  Defvar the derived hook.
23164         * macros.el (insert-kbd-macro): Escape double quote character.
23165         From Thomas W Murphy <twm@andrew.cmu.edu>.
23167 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
23169         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23170         to match the specific mark rather than reusing comment-start-skip.
23172 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
23174         * progmodes/hideshow.el (hs-special-modes-alist):
23175         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
23177 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
23179         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23180         value using ?\s.
23182 2003-07-21  John Paul Wallington  <jpw@gnu.org>
23184         * subr.el (with-selected-window): Add closing paren.
23186 2003-07-21  Richard M. Stallman  <rms@gnu.org>
23188         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23189         (lisp-mode): Likewise.
23191         * subr.el (with-selected-window): Copy code form save-selected-window
23192         so as to call select-window with norecord arg.
23193         (dynamic-completion-table): Doc fix.
23194         (lazy-completion-table): Doc fix.
23196         * international/mule-cmds.el (set-locale-environment):
23197         langinfo renamed to locale-info.
23199         * international/mule.el (auto-coding-functions): Doc fix.
23201 2003-07-21  Kenichi Handa  <handa@m17n.org>
23203         * international/quail.el (quail-translate-key):
23204         Update quail-current-str correctly.
23206 2003-07-21  Andreas Schwab  <schwab@suse.de>
23208         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23209         ?, to "_".
23211 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
23212         Version 2.0.36 of Tramp released.
23214         * net/tramp.el (tramp-default-password-end-of-line): Rename from
23215         tramp-password-end-of-line.
23216         (tramp-password-end-of-line): New method parameter.
23217         (tramp-get-password-end-of-line): Function to access method
23218         parameter `tramp-password-end-of-line', or variable
23219         `tramp-default-password-end-of-line' (default value).
23220         (tramp-methods): Add entries for new parameter
23221         tramp-password-end-of-line.
23222         (tramp-enter-password): Use new function
23223         `tramp-get-password-end-of-line'.
23224         (tramp-handle-insert-file-contents): Do not
23225         unconditionally inhibit the file operation file-local-copy, only
23226         do that when the inhibit-file-name-operation is currently
23227         insert-file-contents.  This fixes finding remote CVS-controlled
23228         files.  (It would barf on inserting the CVS/Entries file
23229         literally, because the file-local-copy handler wasn't called.)
23230         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23231         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23232         (tramp-initial-commands): New variable.
23233         (tramp-process-initial-commands): New function, using the variable.
23234         (tramp-open-connection-setup-interactive-shell): Call the new function.
23235         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23236         method into the buffer name, never use nil.  Reported by Hanak
23237         David <dhanak@inf.bme.hu>.
23238         (tramp-open-connection-setup-interactive-shell): Erase buffer
23239         before sending "stty -onlcr".
23241         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23243 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
23245         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23247 2003-07-19  John Paul Wallington  <jpw@gnu.org>
23249         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23250         (artist-draw-rect, artist-draw-square): Doc fixes.
23252         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23254         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23256 2003-07-19  Kenichi Handa  <handa@m17n.org>
23258         * international/kkc.el (kkc-show-conversion-list-update):
23259         Highlight the correct candidate in the message.
23261 2003-07-18  John Paul Wallington  <jpw@gnu.org>
23263         * simple.el (current-word): Don't include punctuation char when
23264         `really-word' arg is non-nil.
23266 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
23268         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23269         moved to the directory obsolete.
23271 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
23273         * info.el (Info-menu-entry-name-re): Allow newlines in
23274         menu entry names.
23276         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23277         syntax-ppss-after-change-function.
23278         (syntax-ppss-after-change-function): New alias.  Update uses.
23279         (syntax-ppss): Catch the case where the buffer is narrowed.
23281 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23283         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23284         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23286 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23288         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23289         since it might be modified.
23291         * progmodes/cc-langs.el (c++-make-template-syntax-table)
23292         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23293         names to these language constants.
23295 2003-07-15  Kim F. Storm  <storm@cua.dk>
23297         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23298         All uses changed.
23300 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
23302         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23303         Namespace support.
23305 2003-07-13  Juanma Barranquero  <lektu@terra.es>
23307         * frame.el (modify-all-frames-parameters): Reinstall (copyright
23308         papers received).
23310 2003-07-13  Karl Eichwalder  <ke@suse.de>
23312         * textmodes/po.el (po-find-charset): White space at the start of the
23313         Content-Type field body is non-mandatory.
23315 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
23317         * textmodes/texinfo.el (texinfo-section-list):
23318         Append appendixsection; a synonym for appendixsec.
23320 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
23322         * man.el (Man-translate-cleanup): New.
23323         (Man-translate-references): Call `Man-translate-cleanup' to clean
23324         leading, trailing and middle spaces.
23326 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
23328         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23329         Handle `dired-directory' being a list.
23331 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23333         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23334         it doesn't exist.
23336 2003-07-12  Richard M. Stallman  <rms@gnu.org>
23338         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23340         * progmodes/cc-defs.el (c-make-keywords-re):
23341         Don't use delete-duplicates.
23342         (c-lang-const): Don't use mapcan.
23344         * apropos.el (apropos-show-scores): Make it customizable.
23345         Document new meaning.
23346         (apropos): Compute scores from symbols.
23347         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23349 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23351         * ps-bdf.el: Fix copyright line.
23352         (bdf-directory-list): Fix initialization code.
23354 2003-07-11  John Paul Wallington  <jpw@gnu.org>
23356         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23357         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23358         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23360 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
23362         * emacs-lisp/ring.el (ring-elements): Doc fix.
23364 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23366         * calendar/timeclock.el (timeclock-relative)
23367         (timeclock-ask-before-exiting, timeclock-use-display-time):
23368         Doc changes.
23369         (timeclock-modeline-display): Give a message if
23370         `timeclock-use-display-time' is non-nil but `display-time-mode'
23371         is not active.
23373 2003-07-11  Kenichi Handa  <handa@m17n.org>
23375         * international/mule-cmds.el (set-language-environment):
23376         Set current-language-environment to the correct string.
23378 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23380         * ps-print.el: Print line number correctly in a region.  Reported by
23381         Tim Allen <timallen@ls83.fsnet.co.uk>.
23382         (ps-print-version): New version number (6.6.2).
23383         (ps-printing-region): Code fix.
23385 2003-07-10  John Paul Wallington  <jpw@gnu.org>
23387         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23388         this function can be called from `add-completions-from-tags-table'.
23390 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
23392         * calendar/timeclock.el (timeclock-use-display-time)
23393         (timeclock-day-over-hook, timeclock-workday-remaining)
23394         (timeclock-status-string, timeclock-when-to-leave)
23395         (timeclock-when-to-leave-string, timeclock-log-data)
23396         (timeclock-find-discrep, timeclock-day-base)
23397         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23398         (timeclock-modeline-display): Set the variable
23399         `timeclock-modeline-display'.
23400         (timeclock-update-modeline): Doc fix.  Respect value of
23401         `timeclock-relative'.
23403 2003-07-09  Richard M. Stallman  <rms@gnu.org>
23405         * textmodes/reftex-parse.el (reftex-all-document-files):
23406         Add autoload cookie.
23408         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23409         (reftex-scanning-info-available-p): Add autoload cookie.
23411         * international/mule-cmds.el
23412         (set-display-table-and-terminal-coding-system): Delete duplicate
23413         aset on standard-display-table.
23415         * view.el (view-file): If existing buffer's major mode is special,
23416         don't go into view mode.
23418         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23420 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23422         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23423         buffer changes; there's third party code that calls this function
23424         directly.
23426 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23428         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23429         (autodoc-font-lock-keywords): Don't byte compile on font lock
23430         initialization when running from byte compiled files.
23432 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
23434         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23435         statement ends with auto-increment "++".
23437 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23439         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23440         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23441         these are changed, so declare them as variables and not constants.
23443 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
23445         * subr.el (dolist, dotimes): Doc fix.
23447 2003-07-08  Kim F. Storm  <storm@cua.dk>
23449         * international/mule-cmds.el
23450         (set-display-table-and-terminal-coding-system): Don't break
23451         bootstrap if standard-display-table isn't setup yet.
23453 2003-07-07  Richard M. Stallman  <rms@gnu.org>
23455         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23456         Give it a doc string, and autoload it.
23458         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23459         Use with-no-warnings.
23461         * info.el (Info-search): If find invisible text, search again.
23463         * isearch.el (search-whitespace-regexp): Add a shy group around it.
23465         * man.el (Man-name-regexp): Match + as part of name.
23467         * simple.el (visible-mode): Rename from vis-mode.
23468         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23470         * simple.el (current-word): New arg REALLY-WORD specifies
23471         don't include punctuation chars.
23473         * emacs-lisp/debug.el (debug, debugger-env-macro):
23474         Use with-no-warnings while accessing and binding unread-command-char.
23476         * international/mule-cmds.el
23477         (set-display-table-and-terminal-coding-system): Use explicit loop
23478         instead of calling standard-display-default.
23480         * net/ange-ftp.el (ange-ftp-file-symlink-p):
23481         Use condition-case to catch error in ange-ftp-get-files.
23483         * net/browse-url.el (browse-url-browser-function):
23484         Add alternative for Epiphany.
23485         (browse-url-epiphany-program, browse-url-epiphany-arguments)
23486         (browse-url-epiphany-startup-arguments)
23487         (browse-url-epiphany-new-window-is-tab): New variables.
23488         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23490         * progmodes/compile.el (compile-auto-highlight): Default now t.
23491         (compile): Doc fix.
23492         (compilation-next-error): Fix previous change.
23494         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23496         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23498 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
23500         * gdb-ui.el (gdb-source-info): Display current frame when
23501         attaching to an existing process.
23502         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23503         while laying out windows when attaching to an existing process.
23505 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
23507         * info.el (Info-menu): Use Info-menu-entry-name-re.
23509 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
23511         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23512         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23514         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23515         to match the same text.
23517 2003-07-06  John Paul Wallington  <jpw@gnu.org>
23519         * vc.el (vc-annotate-offset): Move defvar up.
23521 2003-07-06  Kim F. Storm  <storm@cua.dk>
23523         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23524         This should fix the infinite loop when extracting menu names.
23526 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
23528         * files.el (auto-mode-alist, interpreter-mode-alist):
23529         Remove entries to CC Mode modes to avoid duplicates; they are now added
23530         with autoload directives in cc-mode.el.
23532 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
23534         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23535         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23536         these are changed, so declare them as variables and not constants.
23538         * progmodes/cc-mode.el: Fix some autoload problems: Try to
23539         ensure that the entry for ".c" extension comes before the one for
23540         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23541         Fix incorrect entries that were added to `interpreter-mode-alist'.
23542         Move the autoload directives for AWK to the top level since they
23543         aren't recognized anywhere else.  Do not use the new AWK mode doc
23544         in the autoload form for the old AWK mode.
23546 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23548         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23549         (bibtex-sort-ignore-string-entries): Default value t.
23550         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23551         erroneously in previous version.
23552         (bibtex-string-files): Docstring reflects new parsing scheme.
23553         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23554         docstring, add # as one of the chars to crush
23555         (bibtex-autokey-prefix-string, bibtex-autokey-names)
23556         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23557         (bibtex-autokey-name-change-strings)
23558         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23559         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23560         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23561         (bibtex-autokey-title-terminators)
23562         (bibtex-autokey-titlewords-stretch)
23563         (bibtex-autokey-titleword-ignore)
23564         (bibtex-autokey-titleword-case-convert)
23565         (bibtex-autokey-titleword-abbrevs)
23566         (bibtex-autokey-titleword-abbrevs)
23567         (bibtex-autokey-titleword-change-strings)
23568         (bibtex-autokey-titleword-length)
23569         (bibtex-autokey-titleword-separator)
23570         (bibtex-autokey-name-year-separator)
23571         (bibtex-autokey-year-title-separator)
23572         (bibtex-autokey-before-presentation-function)
23573         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23574         Fix docstring.
23575         (bibtex-strings, bibtex-reference-keys):
23576         Use lazy-completion-table and make-variable-buffer-local.
23577         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23578         (bibtex-braced-string-syntax-table)
23579         (bibtex-quoted-string-syntax-table): New variables.
23580         (bibtex-parse-nested-braces): Remove.
23581         (bibtex-parse-field-string): Use syntax table and forward-sexp.
23582         (bibtex-parse-association): Simplify.
23583         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23584         (bibtex-parse-field-text): Simplify.
23585         (bibtex-search-forward-field, bibtex-search-backward-field):
23586         argument BOUND can take value t.
23587         (bibtex-start-of-field, bibtex-start-of-name-in-field)
23588         (bibtex-end-of-name-in-field, bibtex-end-of-field)
23589         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23590         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23591         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23592         (bibtex-skip-to-valid-entry): Return buffer position of beginning
23593         and ending of entry.  Update for changes of bibtex-search-entry.
23594         Simplify.
23595         (bibtex-map-entries): FUN is called with three arguments.
23596         (bibtex-search-entry): Return a cons pair with buffer positions of
23597         beginning and end of entry.
23598         (bibtex-enclosing-field): Simplify.
23599         (bibtex-format-entry): Use booktitle to set a missing title.
23600         (bibtex-autokey-get-names): Fiddle with regexps.
23601         (bibtex-generate-autokey): Use identity.
23602         (bibtex-parse-keys): Use simplified parsing algorithm if
23603         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
23604         arguments.  Return alist of keys.
23605         (bibtex-parse-strings): Simplify.  Return alist of strings.
23606         (bibtex-complete-string-cleanup): Fix docstring.
23607         (bibtex-read-key): New function.
23608         (bibtex-mode): Fix docstring.  Do not parse for keys and
23609         strings when the mode is entered.  Set fill-paragraph-function to
23610         bibtex-fill-field.  Setup font-lock-mark-block-function the way
23611         font-lock intended.
23612         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
23613         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23614         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23615         (bibtex-Preamble): Avoid hard coded constants.
23616         (bibtex-make-field): Fix docstring.  Simplify.
23617         (bibtex-beginning-of-entry): Always return new position of point.
23618         (bibtex-end-of-entry): Rearrange cond clauses.
23619         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23620         Update for changes of bibtex-map-entries.
23621         (bibtex-ispell-abstract): Do not move point.
23622         (bibtex-entry-index): Use downcase.  Simplify.
23623         (bibtex-lessp): Handle catch-all.
23624         (bibtex-find-crossref): Turn into a command.
23625         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
23626         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
23627         preamble entries.
23628         (bibtex-fill-field-bounds): New function.
23629         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
23630         (bibtex-fill-entry): Use bibtex-fill-field-bounds
23631         (bibtex-String): Use bibtex-strings.  Always obey
23632         bibtex-sort-ignore-string-entries.
23634 2003-07-05  John Paul Wallington  <jpw@gnu.org>
23636         * cus-theme.el (customize-create-theme):
23637         Call `customize-create-theme' in Reset widget's notify function.
23639         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23640         (ibuffer-mark-interactive): Use `or' instead of `unless'.
23641         (define-ibuffer-column name): Add summarizer.
23642         (define-ibuffer-column size): Likewise.
23643         (define-ibuffer-column filename): Likewise.
23644         (define-ibuffer-column process): Likewise.  Change BODY's output too.
23645         (define-ibuffer-column filename-and-process): Likewise, likewise.
23646         (ibuffer): Remove local vars `already-in' and `need-update'.
23648         * ibuf-ext.el: Don't require `derived' at compile-time.
23650 2003-07-05  Kim F. Storm  <storm@cua.dk>
23652         * info.el: Disable paragraph refilling.
23653         (Info-refill-paragraphs): New defcustom.
23654         (Info-fontify-node): Use it.
23656 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
23658         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23659         thingies from constructors created by defstruct.
23661         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23662         the default value of the variable.
23663         (byte-code-meter): Move declaration to top level.
23665         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23667         * info.el (Info-following-node-name-re): New fun.
23668         (Info-following-node-name): Remove.
23669         (Info-insert-dir): Use the new fun.
23670         (Info-extract-pointer): Don't save restriction; use new fun.
23671         (Info-menu-entry-name-re): New const.
23672         (Info-menu-entry-name-re): Use it along with new fun.
23673         (Info-node-spec-re): Use new fun.
23674         (Info-complete-menu-item, Info-fontify-node): Use new const.
23675         (Info-goto-node, Info-follow-reference, Info-menu-update):
23676         Use match-string.
23677         (Info-follow-reference): Use assoc-string.
23678         Use a list of strings for the completion table.
23679         (Info-fontify-node): Use match-string, line-end-position.
23680         Limit the search for `node:' to the first line.
23682         * newcomment.el (uncomment-region): Remove padding coming from
23683         comment-start rather than just from comment-padding.
23685         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23686         (vc-cvs-stay-local-p): Use vc-stay-local-p.
23687         (vc-cvs-rename-file): Remove (use the default).
23688         (vc-cvs-register): Register parent dir if needed.
23689         (vc-cvs-could-register): Return non-nil if parent can be registered.
23690         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23691         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23693         * vc-svn.el (vc-svn-use-edit): Make it into a const.
23694         (vc-svn-update): Fix the arguments to `svn'.
23695         (vc-svn-diff-tree): Just use `vc-svn-diff'.
23696         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23697         Simple implementations, assuming `name' is a URL.
23699         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23700         set of chars allowed unquoted in a case pattern.
23702         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23704         * font-lock.el (font-lock-extra-types-widget)
23705         (c-font-lock-extra-types, c++-font-lock-extra-types)
23706         (objc-font-lock-extra-types, java-font-lock-extra-types)
23707         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23708         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23709         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23710         (font-lock-match-c++-structor-declaration)
23711         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23712         (c++-font-lock-keywords-3, c++-font-lock-keywords)
23713         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23714         (objc-font-lock-keywords-3, objc-font-lock-keywords)
23715         (java-font-lock-keywords-1, java-font-lock-keywords-2)
23716         (java-font-lock-keywords-3, java-font-lock-keywords)
23717         (java-font-lock-syntactic-face-function): Remove obsolete code
23718         and constants.  It's all in cc-fonts.el now.
23720 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
23722         * mail/sendmail.el (mail-specify-envelope-from)
23723         (mail-envelope-from): Doc fix.
23725 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
23727         * generic-x.el: Do away with the dependency on `c-emacs-features'
23728         when populating `rul-generic-mode-syntax-table'; we already know
23729         this isn't XEmacs.
23731 See ChangeLog.10 for earlier changes.
23733 ;; Local Variables:
23734 ;; coding: iso-2022-7bit
23735 ;; End:
23737     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
23738   Copying and distribution of this file, with or without modification,
23739   are permitted provided the copyright notice and this notice are preserved.
23741 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1